@font-face {
  font-family: "Zekton";
  src: url(../fonts/ofont.ru_Zekton.ttf);
}
@font-face {
  font-family: "Radiotechnika";
  src: url(../fonts/Radiotechnika.otf);
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: " ";
  content: none;
}

.container-fluid {
  margin: 0;
  padding: 0;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  display: inline-block;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html::-webkit-scrollbar {
  background-color: #263640;
  width: 8px;
}
html::-webkit-scrollbar-thumb {
  background-color: #7794A6;
  width: 6px;
}

ul {
  list-style: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Zekton";
  color: #fff;
}

.wrapper {
  overflow: hidden;
}

.modal .modal-dialog {
  width: 720px;
  max-width: 720px;
}

.modal_top {
  padding: 35px 80px;
  background: #141e26;
}
.modal_top .tel {
  color: #fff;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
}

.logo_name {
  color: #fff;
  text-align: justify;
  font-family: "Radiotechnika";
  font-size: 16px;
  margin-top: 5px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  text-align: center;
}

.modal_location {
  color: #fff;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

.modal_next {
  position: absolute;
  top: 15px;
  right: 15px;
}

.map_image {
  cursor: pointer;
}

.modal_prev {
  position: absolute;
  top: 15px;
  left: 15px;
  transform: rotate(180deg);
  cursor: pointer;
}

.modal_middle {
  padding: 13px 0;
}
.modal_middle p {
  padding-left: 75px;
  color: #7794a6;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

.modal_body {
  padding: 50px 75px;
  background: #4d6473;
}

.modal_map {
  background-color: #fff;
}

.next,
.modal_next {
  cursor: pointer;
}

.modal_map_bottom {
  padding: 0 30px;
}
.modal_map_bottom p {
  padding: 11px;
  color: #7794a6;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

.modal_specialists {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px 20px;
  margin-bottom: 100px;
}

.special_item {
  display: flex;
  align-items: center;
  gap: 29px;
  padding: 17px 29px;
  border-radius: 60px;
  background-color: #fff;
  cursor: pointer;
  transition: all ease-in 0.2s;
}
.special_item.active {
  background-color: #000000;
}
.special_item.active .name {
  color: var(--button, #fcfcfc);
}
.special_item.active .jobs {
  color: var(--button, #ffffff);
}

.spec_details .name {
  color: var(--button, #000);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.spec_details .jobs {
  color: var(--button, #7794a6);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.modal_services {
  gap: 20px;
}
.modal_services .service_wrapper {
  padding: 13px 28px;
  border-radius: 60px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all ease-in 0.2s;
  cursor: pointer;
}
.modal_services .service_wrapper.active {
  background-color: #000;
}
.modal_services .service_wrapper.active .modal_service_name,
.modal_services .service_wrapper.active .modal_service_time,
.modal_services .service_wrapper.active .modal_service_price {
  color: #fff;
}
.modal_services .modal_service_name,
.modal_services .modal_service_time {
  color: #7794a6;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.modal_services .modal_service_price {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.modal_forma {
  max-width: 375px;
  margin: 0 auto;
}

.input_item {
  display: flex;
  flex-direction: column;
}
.input_item label {
  color: var(--White, #fff);
  font-family: "Radiotechnika";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
}
.input_item input {
  outline: none;
  border-radius: 60px;
  background: var(--White, #fff);
  height: 50px;
  padding-left: 30px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  border: none;
  line-height: 149%; /* 23.84px */
}
.input_item input::-moz-placeholder {
  color: #d4d4d4;
  font-size: 16px;
}
.input_item input::placeholder {
  color: #d4d4d4;
  font-size: 16px;
}

.modal_submit {
  margin-top: 70px;
  padding: 19px 115px;
  color: var(--White, #fff);
  font-family: "Radiotechnika";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
  border-radius: 60px;
  background: #141e26;
  border: none;
}

#exampleModal5 .modal-dialog {
  max-width: 400px;
  width: 400px;
}

.success_block {
  background-color: #fff;
  padding: 93px 0 63px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: center;
}
.success_block .success_text {
  color: var(--button, #000);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.success_block .ok_btn {
  border: none;
  padding: 12px 69px;
  color: #fff;
  text-align: center;
  font-family: "Radiotechnika";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 60px;
  cursor: pointer;
  background: #141e26;
}

.hero {
  padding: 600px 0 70px 0;
	height: 100vh;
	position: relative;
	background: url(../images/forest.svg) no-repeat;
	background-size: cover;
}


.hero .tayga_title {
  position: absolute;
  left: 50%;
  bottom: -5%;
  transform: translate(-50%, -50%);
}

nav {
  padding: 30px 0;
}
nav ul li a {
  color: #7794a6;
  font-family: "Radiotechnika";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
}

.style {
  overflow: hidden;
  padding: 80px 0 100px 0;
  background: var(--Gradient, linear-gradient(0deg, #2d4048 10.01%, #425c6c 25.5%, #32414a 40.11%, #20282d 55.2%, #25313a 69.74%));
}
.style .style_title {
  color: #fff;
  font-family: "Radiotechnika";
  margin-bottom: 45px;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  position: relative;
  z-index: 4;
  line-height: 150%; /* 54px */
}
.style .style_title span {
  font-size: 36px;
}
.style .style_texts {
  margin-bottom: 55px;
  gap: 45px;
  position: relative;
  z-index: 4;
}
.style .style_texts p {
  color: #d4d4d4;
  text-align: justify;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
}
.style .advan_block {
  gap: 55px;
  margin-bottom: 50px;
}
.style .advan_img {
  text-align: center;
  margin-bottom: 7px;
}
.style .advan_desc {
  color: #b0cdd9;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
  max-width: 360px;
}
.style .gallery_swiper {
  margin: 0 70px 100px 70px;
}
.style .gallery_swiper .swiper_img img {
  width: 320px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.style .gallery_title {
  color: #fff;
  text-align: center;
  font-family: "Radiotechnika";
  margin-bottom: 18px;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 48px */
}
.style .gallery_img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.style .swiper_prev {
  position: absolute;
  top: 30%;
  z-index: 3;
  cursor: pointer;
}
.style .swiper_next {
  position: absolute;
  top: 30%;
  z-index: 3;
  right: 0;
  cursor: pointer;
}
.style .swiper-horizontal > .swiper-pagination-bullets,
.style .swiper-pagination-bullets.swiper-pagination-horizontal,
.style .swiper-pagination-custom,
.style .swiper-pagination-fraction {
  bottom: 38%;
  width: 100%;
}
.style .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #fff;
  opacity: 1;
}
.style .swiper-pagination-bullet-active {
  background-color: #000;
}
.style .gallery_desc {
  color: #fff;
  font-family: "Radiotechnika";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 30px;
  z-index: 4;
  position: relative;
}
.style .gallery_desc div {
  font-size: 64px;
}
.style .main_btn {
  z-index: 4;
  position: relative;
}
.style .main_btn a {
  color: #fff;
  text-align: justify;
  font-family: "Radiotechnika";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 48px */
  padding: 36px 32px;
  border-radius: 59px;
  background: #141e26;
}
.style .bottom_img {
  position: absolute;
  z-index: 0;
  bottom: -265px;
}
.style .bear_img {
  position: absolute;
  top: 50px;
  z-index: 2;
  right: 0;
}

.style#services .style_title {
  margin-bottom: 20px;
}
.style#services .service_desc {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
  margin-bottom: 75px;
}
.style#services .services_block {
  gap: 80px;
  margin-bottom: 120px;
}
.style#services .service_item {
  display: flex;
  align-items: end;
  gap: 18px;
  position: relative;
  z-index: 4;
}
.style#services .service_item_name {
  color: #b0cdd9;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 54px */
}
.style#services .service_item_desc {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.style#services .price_title {
  color: #fff;
  text-align: center;
  font-family: "Radiotechnika";
  font-size: 36px;
  margin-bottom: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.style#services .price_item {
  position: relative;
  z-index: 4;
  flex: 0 0 auto;
  width: calc(50% - 100px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
}
.style#services .price_wrapper {
  gap: 65px 200px;
  margin-bottom: 115px;
}
.style#services .price_name,
.style#services .price_value {
  color: #fff;
  font-family: "Radiotechnika";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.style#services .line {
  flex: 1;
  border-bottom: 5px dashed #b0cdd9;
}

.vacancy {
  padding: 80px 0 130px 0;
  background: var(--Gradient-1, linear-gradient(0deg, #7794a6 10.24%, #4d6473 25%, #324754 45%));
}
.vacancy .vacancy_title {
  color: #fff;
  text-align: center;
  font-family: "Radiotechnika";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 54px */
}
.vacancy .vacancy_desc {
  color: #b0cdd9;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
  margin-bottom: 44px;
  position: relative;
  z-index: 44;
}
.vacancy .bear_img {
  position: absolute;
  top: 80px;
  right: 0;
}
.vacancy .vacancy_form {
  padding: 0 110px;
  gap: 230px;
}
.vacancy .vacancy_form_left {
  display: flex;
  flex-direction: column;
}
.vacancy .vacancy_form_right {
  position: relative;
  z-index: 44;
}
.vacancy .vacancy_form_right .input_item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.vacancy .input_item {
  display: flex;
  flex-direction: column;
}
.vacancy .input_item label {
  color: #fff;
  font-family: "Radiotechnika";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 48px */
}
.vacancy .input_item input {
  height: 50px;
  padding-left: 30px;
  border-radius: 60px;
  background: #fff;
  border: none;
  width: 100%;
  font-size: 24px;
  outline: none;
}
.vacancy .input_item input::-moz-placeholder {
  color: #d4d4d4;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
}
.vacancy .input_item input::placeholder {
  color: #d4d4d4;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
}
.vacancy .input_item .checkbox {
  padding: 7px 96px;
  color: #7794a6;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
  border-radius: 60px;
  background: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  transition: all ease-in 0.2s;
}
.vacancy .input_item .checkbox.active {
  background-color: #000;
  color: #fff;
}
.vacancy .vacancy_bottom {
  margin-top: 35px;
  padding-top: 18px;
  border-top: 4px solid #7794a6;
  gap: 220px;
  position: relative;
  z-index: 4;
}
.vacancy .vacancy_bottom p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  max-width: 720px;
}
.vacancy .vacancy_bottom button {
  color: #fff;
  font-family: "Radiotechnika";
  border-radius: 60px;
  background: #141e26;
  border: none;
  padding: 19px 50px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
}

.style#about_us .team_title {
  color: #b0cdd9;
  text-align: justify;
  font-family: "Radiotechnika";
  margin-bottom: 65px;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  position: relative;
  z-index: 4;
  line-height: 200%; /* 72px */
}
.style#about_us .team_block {
  gap: 50px 0;
  position: relative;
  z-index: 4;
  padding: 0 115px;
  margin-bottom: 170px;
}
.style#about_us .team_item {
  flex: 0 0 auto;
  width: calc(50% - 115px);
}
.style#about_us .team_item:nth-child(n+3) .team_body {
  height: 210px;
}
.style#about_us .team_body {
  border-radius: 0px 0px 60px 60px;
  background: #141e26;
  padding: 0 19px 19px 19px;
  width: 100%;
  height: 275px;
}
.style#about_us .partner_name {
  color: #b0cdd9;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 72px */
}
.style#about_us .team_img img {
  width: 100%;
  transform: translate(0px, 2px);
}
.style#about_us .partner_desc {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
}
.style#about_us .about_us_desc {
  color: #fff;
  font-family: "Radiotechnika";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 30px;
  position: relative;
  z-index: 4;
}
.style#about_us .about_us_desc div {
  font-size: 48px;
}
.style#about_us .about_btn {
  position: relative;
  z-index: 4;
}
.style#about_us .about_btn a {
  padding: 36px 72px;
  color: #fff;
  text-align: justify;
  font-family: "Radiotechnika";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 48px */
  border-radius: 60px;
  background: #141e26;
  cursor: pointer;
}

footer {
  padding: 28px 0 42px 0;
  background: #141e26;
}
footer .footer_logo {
  margin-bottom: 6px;
}
footer .footer_title {
  color: #fff;
  font-family: "Radiotechnika";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 5px;
  line-height: 150%; /* 54px */
}
footer .footer_location {
  margin: 0 auto;
}
footer .footer_location a {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
  max-width: 340px;
}
footer .footer_tel {
  margin-bottom: 20px;
}
footer .footer_tel a {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 48px */
}
footer .footer_social {
  gap: 15px;
}
footer .social_item {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.container {
  max-width: 1290px;
  margin: 0 auto;
  padding: 0;
}