@charset "UTF-8";
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter18pt-Medium.eot");
  src: url("../fonts/Inter18pt-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter18pt-Medium.woff2") format("woff2"), url("../fonts/Inter18pt-Medium.woff") format("woff"), url("../fonts/Inter18pt-Medium.ttf") format("truetype"), url("../fonts/Inter18pt-Medium.svg#Inter18pt-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter18pt-SemiBold.eot");
  src: url("../fonts/Inter18pt-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter18pt-SemiBold.woff2") format("woff2"), url("../fonts/Inter18pt-SemiBold.woff") format("woff"), url("../fonts/Inter18pt-SemiBold.ttf") format("truetype"), url("../fonts/Inter18pt-SemiBold.svg#Inter18pt-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter18pt-Bold.eot");
  src: url("../fonts/Inter18pt-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter18pt-Bold.woff2") format("woff2"), url("../fonts/Inter18pt-Bold.woff") format("woff"), url("../fonts/Inter18pt-Bold.ttf") format("truetype"), url("../fonts/Inter18pt-Bold.svg#Inter18pt-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Suisse Intl";
  src: url("../fonts/SuisseIntl-Medium.eot");
  src: url("../fonts/SuisseIntl-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/SuisseIntl-Medium.woff2") format("woff2"), url("../fonts/SuisseIntl-Medium.woff") format("woff"), url("../fonts/SuisseIntl-Medium.ttf") format("truetype"), url("../fonts/SuisseIntl-Medium.svg#SuisseIntl-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #6D6D6D;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  background: #fff;
}

.wrapper {
  max-width: 1495px;
  margin: 0 auto;
  padding: 0 15px;
}

.box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

input, select, textarea {
  outline: 0;
  font-family: "Inter", sans-serif;
  border: none;
  background: none;
}

button {
  background: #539DB5;
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  border: none;
  outline: 0;
  cursor: pointer;
}

a {
  text-decoration: none;
  color: #6D6D6D;
  transition: all 0.5s;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  transition: all 0.5s;
}
header.active-menu #menu {
  opacity: 1;
  visibility: visible;
  height: 100vh;
}
header.active-menu1 #menu1 {
  opacity: 1;
  visibility: visible;
  height: 100vh;
}
header.active-menu2 #menu2 {
  opacity: 1;
  visibility: visible;
  height: 100vh;
}
header.sticky {
  position: fixed;
}
header.sticky .top {
  height: 0;
  padding: 0;
}
header .top {
  background: #9AD5E8;
  width: 100%;
  height: 44px;
  padding: 7px 0 0 0;
  transition: all 0.5s;
  overflow: hidden;
}
header .top .box {
  padding: 0;
}
header .top .box .address {
  color: #40606B;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: url("../img/balun.svg") 0 6px no-repeat;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  padding: 0 0 0 23px;
}
header .top .box .address a {
  border-radius: 99px;
  background: #BEEAF8;
  width: 79px;
  height: 28px;
  color: #507B89;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .top .box .address a:hover {
  background: #fff;
}
header .top .box .mail {
  background: url("../img/mail.svg") 0 4px no-repeat;
  padding: 5px 0 0 30px;
}
header .top .box .mail a {
  color: #40606B;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
header .top .box .mail a:hover {
  color: #fff;
}
header .box {
  padding: 15px 0 14px 0;
}
header .box .logo {
  width: 21.2%;
}
header .box .logo a {
  display: block;
  width: 100%;
}
header .box .logo a img {
  width: 100%;
}
header .box .mobile-menu {
  display: none;
}
header .box .menu {
  width: 37.2%;
  margin: 8px 0 0 9%;
}
header .box .menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
header .box .menu ul li.popup-open-menu a, header .box .menu ul li.popup-open-menu1 a, header .box .menu ul li.popup-open-menu2 a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
header .box .menu ul li.popup-open-menu a:after, header .box .menu ul li.popup-open-menu1 a:after, header .box .menu ul li.popup-open-menu2 a:after {
  content: "";
  background: url("../img/li.svg") 0 0 no-repeat;
  flex-shrink: 0;
  width: 9px;
  height: 5px;
  transition: all 0.5s;
  transform: rotate(0deg);
}
header .box .menu ul li.popup-open-menu a:hover:after, header .box .menu ul li.popup-open-menu1 a:hover:after, header .box .menu ul li.popup-open-menu2 a:hover:after {
  background: url("../img/li1.svg") 0 0 no-repeat;
  transform: rotate(180deg);
}
header .box .menu ul li.popup-open-menu.hover a, header .box .menu ul li.popup-open-menu1.hover a, header .box .menu ul li.popup-open-menu2.hover a {
  color: #539DB5;
}
header .box .menu ul li.popup-open-menu.hover a:after, header .box .menu ul li.popup-open-menu1.hover a:after, header .box .menu ul li.popup-open-menu2.hover a:after {
  background: url("../img/li1.svg") 0 0 no-repeat;
  transform: rotate(180deg);
}
header .box .menu ul li a {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
header .box .menu ul li a:hover {
  color: #539DB5;
}
header .box .menu ul li ul {
  display: none;
}
header .box .tel {
  width: 147px;
  margin: 0 5% 0 auto;
}
header .box .tel a {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.3px;
}
header .box .tel a:hover {
  color: #539DB5;
}
header .box .tel .rad {
  color: #878787;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  margin: 2px 0 0 0;
  letter-spacing: 0.2px;
}
header .box .chat {
  display: flex;
  justify-content: flex-start;
  width: 92px;
  gap: 5px;
  margin: -2px -2px 0 0;
}
header .box .chat a {
  border: 1px solid #9AD5E8;
  background: transparent;
  width: 43px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}
header .box .chat a path, header .box .chat a line {
  transition: all 0.5s;
}
header .box .chat a:hover {
  background: #9AD5E8;
}
header .box .chat a:hover path, header .box .chat a:hover line {
  stroke: #fff;
}
header .box .burger {
  display: none;
}

.sec-1 .slider {
  width: 100%;
  height: 649px;
}
.sec-1 .slider .img {
  width: 100%;
  height: 100%;
}
.sec-1 .slider .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-1 .slider .wrapper {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}
.sec-1 .slider .cat {
  background: #515254;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: fit-content;
  margin: 0 0 11px 2px;
  padding: 4px 10px 6px 10px;
}
.sec-1 .slider .title {
  color: #FFF;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 36px;
  width: 50%;
}
.sec-1 .slider .title img {
  display: inline-block;
  margin: 0 0 -9px 0;
}
.sec-1 .slider .box {
  border-top: 1px solid #fff;
}
.sec-1 .slider .box .zag {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-right: 1px solid #fff;
  width: 20.4%;
  padding: 18px 0 24px 0;
}
.sec-1 .slider .box .text {
  color: #D9D9D9;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  padding: 24px 0 0 37px;
  width: 20%;
}
.sec-1 .slider .box .price {
  margin: 0 0 0 auto;
  padding: 24px 0 0 0;
}
.sec-1 .slider .box .price .cena {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: -4px;
}
.sec-1 .slider .box .price .sale {
  color: #DDD;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: line-through;
}
.sec-1 .slider .box .btn {
  border-radius: 2px;
  background: #FFF;
  color: #2C2C2C;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 27px -3px 0 22px;
  width: 9.6%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-1 .slider .box .btn:hover {
  background: #9AD5E8;
  color: #fff;
}
.sec-1 .slider .swiper-pagination {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: absolute;
  top: 0;
  bottom: 102px;
  left: auto;
  right: 21px;
  width: fit-content;
  height: fit-content;
  margin: auto;
}
.sec-1 .slider .swiper-pagination .swiper-pagination-bullet {
  width: 2px;
  height: 24px;
  border-radius: 9px;
  background: #D9D9D9;
  transition: all 0.5s;
  opacity: 1;
}
.sec-1 .slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #539DB5;
}

.sec-2 {
  background: #DFF2F8;
  padding: 25px 0 32px 0;
}
.sec-2 .wrapper {
  position: relative;
}
.sec-2 .chat {
  position: absolute;
  right: 10px;
  top: -64px;
  z-index: 1;
}
.sec-2 .chat a {
  width: 75px;
  height: 75px;
  background: #4CAB45;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  border-radius: 100px;
}
.sec-2 .chat a:hover {
  background: #539DB5;
}
.sec-2 .box .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 17px;
}
.sec-2 .box .item .icon {
  width: 58px;
  height: 58px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 100px;
}
.sec-2 .box .item .zag {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.sec-3 {
  background: #F9F9F9;
  padding: 49px 0 114px 0;
}
.sec-3 .title {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 39px;
}
.sec-3 .tabs-wrapper .tabs {
  border-radius: 4px;
  background: #FFF;
  width: fit-content;
  padding: 3px 4px;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 17px;
}
.sec-3 .tabs-wrapper .tabs .tab {
  color: #539DB5;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 transparent;
  padding: 14px 22px;
  cursor: pointer;
  transition: all 0.5s;
}
.sec-3 .tabs-wrapper .tabs .tab:first-child {
  padding: 14px 58px;
}
.sec-3 .tabs-wrapper .tabs .tab.active {
  background: #9AD5E8;
  box-shadow: 0 2px 9px 0 #B9C0D8;
  color: #2A6578;
}
.sec-3 .tabs-wrapper .tabs-content .tab-item .box {
  margin: 0 -8px;
  width: calc(100% + 16px);
}
.sec-3 .tabs-wrapper .tabs-content .tab-item .box.grid1 .item {
  height: 335px;
}
.sec-3 .tabs-wrapper .tabs-content .tab-item .box.grid1 .item .zag:hover {
  color: #2A6578;
}
.sec-3 .tabs-wrapper .tabs-content .tab-item .box .item {
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0 2px 9px 0 rgba(141, 141, 141, 0.16);
  width: 19%;
  height: 402px;
  padding: 0 14px 11px 14px;
  margin: 8px 7px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.sec-3 .tabs-wrapper .tabs-content .tab-item .box .item.nolink {
  pointer-events: none;
  cursor: default;
}
.sec-3 .tabs-wrapper .tabs-content .tab-item .box .item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 202px;
  margin-bottom: 5px;
}
.sec-3 .tabs-wrapper .tabs-content .tab-item .box .item .teg {
  border-radius: 4px;
  background: #EAF6F9;
  color: #000;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: fit-content;
  padding: 6px 9px 9px 11px;
  margin: 0 0 11px 0;
}
.sec-3 .tabs-wrapper .tabs-content .tab-item .box .item .zag {
  color: #539DB5;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: fit-content;
  margin: 0 0 12px 3px;
}
.sec-3 .tabs-wrapper .tabs-content .tab-item .box .item .text {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  width: fit-content;
  margin: 0 0 -19px 3px;
}
.sec-3 .tabs-wrapper .tabs-content .tab-item .box .item .text a {
  color: #000;
  display: block;
  width: fit-content;
}
.sec-3 .tabs-wrapper .tabs-content .tab-item .box .item .text a:hover {
  color: #539DB5;
}
.sec-3 .tabs-wrapper .tabs-content .tab-item .box .item .btn {
  width: fit-content;
  margin: auto 0 0 auto;
}
.sec-3 .tabs-wrapper .tabs-content .tab-item .box .item .btn circle, .sec-3 .tabs-wrapper .tabs-content .tab-item .box .item .btn path {
  transition: all 0.5s;
}
.sec-3 .tabs-wrapper .tabs-content .tab-item .box .item:hover .btn circle {
  fill: #539DB5;
}
.sec-3 .tabs-wrapper .tabs-content .tab-item .box .item:hover .btn path {
  fill: #fff;
}
.sec-3 .tabs-wrapper + .title {
  margin-bottom: 30px;
}
.sec-3 .tabs-wrapper.tabs-1 {
  margin: 0;
}
.sec-3 .tabs-wrapper.tabs-1 .tabs {
  margin-bottom: 20px;
}
.sec-3 .tabs-wrapper.tabs-1 .tabs-content .tab-item .box a {
  padding: 0 12px 11px 16px;
}
.sec-3 .tabs-wrapper.tabs-1 .tabs-content .tab-item .box a .icon {
  margin-bottom: 12px;
}
.sec-3 .tabs-wrapper.tabs-1 .tabs-content .tab-item .box a .teg {
  font-size: 10px;
  padding: 5px 9px 6px 11px;
  margin-bottom: 13px;
}
.sec-3 .tabs-wrapper.tabs-1 .tabs-content .tab-item .box a .zag {
  margin: 0 0 -23px 0;
}
.sec-3 + .sec-3 {
  padding: 0 0 114px 0;
}

.sec-4 {
  padding: 79px 0 69px 0;
  background: rgba(233, 237, 249, 0.2);
}
.sec-4 .title {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 35%;
  margin-bottom: 56px;
}
.sec-4 .box .item {
  background: url("../img/line.svg") 100% 34px no-repeat;
  width: 15.8%;
  padding: 0 0 0 2px;
}
.sec-4 .box .item:nth-child(even) {
  background: url("../img/line1.svg") 100% 34px no-repeat;
}
.sec-4 .box .item:last-child {
  background: none;
}
.sec-4 .box .item .num {
  color: #539DB5;
  font-size: 96px;
  font-style: normal;
  font-weight: 500;
  line-height: 96px;
  margin-bottom: 24px;
}
.sec-4 .box .item .zag {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 24px;
}
.sec-4 .box .item .text {
  color: #878787;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.sec-5 {
  overflow: hidden;
  padding-bottom: 50px;
}
.sec-5 .wrapper {
  border-top: 1px solid #E9EDF9;
  padding-top: 106px;
  position: relative;
  overflow: hidden;
}
.sec-5 .wrapper:before {
  content: "";
  background: linear-gradient(90deg, #FFF 53.08%, rgba(255, 255, 255, 0) 93.36%);
  width: 357px;
  height: 354px;
  position: absolute;
  bottom: 0;
  left: -115px;
  z-index: 10;
}
.sec-5 .wrapper:after {
  content: "";
  background: linear-gradient(90deg, #FFF 53.08%, rgba(255, 255, 255, 0) 93.36%);
  width: 357px;
  height: 354px;
  position: absolute;
  bottom: 0;
  right: -90px;
  transform: rotate(180deg);
  z-index: 10;
}
.sec-5 .title {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 49px;
}
.sec-5 .box {
  gap: 12px;
  flex-wrap: nowrap;
  margin: 0 0 15px -3px;
}
.sec-5 .box.left {
  transform: translateX(-1200px);
  animation: line 60s linear infinite alternate;
}
.sec-5 .box.right {
  transform: translateX(50px);
  animation: line1 60s linear infinite alternate;
}
.sec-5 .box .item {
  background: #FFF;
  border-radius: 4px;
  border: 4px solid #EAF6F9;
  width: 200px;
  height: 143px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes line {
  0% {
    transform: translateX(-1200px);
  }
  100% {
    transform: translateX(-120px);
  }
}
@keyframes line1 {
  0% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(-1200px);
  }
}
.sec-6 {
  padding: 44px 0 53px 0;
}
.sec-6 .title {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 14px;
}
.sec-6 .box {
  margin: 0 -13px 0 -1px;
  justify-content: flex-start;
}
.sec-6 .box .item {
  width: 25.6%;
  transition: all 0.5s;
  background: transparent;
  box-shadow: 0 4px 4px 0 transparent;
  padding: 13px 13px 0 12px;
  margin: 0 0 -82px -11px;
}
.sec-6 .box .item .img {
  width: 100%;
  height: 398px;
  margin-bottom: 14px;
}
.sec-6 .box .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-6 .box .item .name {
  color: #539DB5;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 3px;
}
.sec-6 .box .item .work {
  color: #929292;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 14px;
}
.sec-6 .box .item .text {
  border-top: 1px solid #BCD7DD;
  color: #8B8B8B;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  padding: 14px 15px 20px 0;
}
.sec-6 .box .item:hover {
  background: #EAF6F9;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.sec-6 .box .item:hover .work {
  color: #79B3C6;
}
.sec-6 .box .item:hover .text {
  opacity: 1;
  visibility: visible;
}

.sec-7 {
  padding-bottom: 66px;
}
.sec-7 .wrapper {
  border-top: 1px solid #DDE1EE;
  padding-top: 55px;
}
.sec-7 .title {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-7 .slider1 {
  padding: 77px 0 0 0;
  margin: -34px 0 0 0;
}
.sec-7 .slider1 img {
  width: 100%;
  height: 337px;
  object-fit: contain;
  transition: all 0.5s;
  transform: scale(1);
}
.sec-7 .slider1 img:hover {
  transform: scale(1.05);
}
.sec-7 .slider1 .swiper-button-next, .sec-7 .slider1 .swiper-button-prev {
  position: absolute;
  margin: 0;
  width: 43px;
  height: 43px;
  top: 0;
}
.sec-7 .slider1 .swiper-button-next:after, .sec-7 .slider1 .swiper-button-prev:after {
  display: none;
}
.sec-7 .slider1 .swiper-button-next rect, .sec-7 .slider1 .swiper-button-next path, .sec-7 .slider1 .swiper-button-prev rect, .sec-7 .slider1 .swiper-button-prev path {
  transition: all 0.5s;
}
.sec-7 .slider1 .swiper-button-next:hover rect, .sec-7 .slider1 .swiper-button-prev:hover rect {
  fill: #569fb7;
}
.sec-7 .slider1 .swiper-button-next:hover path, .sec-7 .slider1 .swiper-button-prev:hover path {
  stroke: #fff;
}
.sec-7 .slider1 .swiper-button-next {
  right: 0;
}
.sec-7 .slider1 .swiper-button-prev {
  right: 46px;
  left: auto;
}

.sec-8 {
  background: #EAF6F9;
  padding: 81px 0 16px 0;
}
.sec-8.stati-tema .box .item {
  border-right: 1px solid #D0D5E5;
  width: 31%;
  padding: 0 20px 0 0;
}
.sec-8.stati-tema .box .item:first-child {
  width: 31%;
  padding: 0 20px 0 0;
  margin: 0;
}
.sec-8.stati-tema .box .item:last-child {
  border: none;
  padding: 0;
}
.sec-8.stati-tema .box .item:hover .zag {
  text-decoration: underline;
}
.sec-8 .box {
  margin-bottom: 57px;
}
.sec-8 .box .title {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-8 .box .btn {
  border-radius: 4px;
  background: #FFF url("../img/btn.svg") 90% 50% no-repeat;
  color: #539DB5;
  text-align: left;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 138px;
  height: 46px;
  padding: 13px 0 0 22px;
}
.sec-8 .box .btn:hover {
  background: #539DB5 url("../img/btn1.svg") 90% 50% no-repeat;
  color: #fff;
}
.sec-8 .box .item {
  width: 24%;
  display: flex;
  flex-direction: column;
}
.sec-8 .box .item:first-child {
  border-right: 1px solid #D0D5E5;
  width: 25.4%;
  padding: 0 20px 0 0;
  margin: 0 -41px 0 0;
}
.sec-8 .box .item.big {
  width: 41.2%;
  margin: -2px 0 0 0;
}
.sec-8 .box .item.big a {
  border-bottom: 1px solid #D0D5E5;
  background: url("../img/new.svg") 100% 50% no-repeat;
  color: #539DB5;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 350%;
  width: 100%;
  height: 58px;
  display: block;
  transition: all 0.5s;
}
.sec-8 .box .item.big a:first-child {
  border-top: 1px solid #D0D5E5;
}
.sec-8 .box .item.big a:hover {
  color: #225d6f;
}
.sec-8 .box .item .zag {
  color: #539DB5;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 26px;
  transition: all 0.5s;
}
.sec-8 .box .item .text {
  color: #535353;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  width: 93%;
  margin-bottom: 40px;
}
.sec-8 .box .item .date {
  color: #A4A4A4;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.sec-8 .box .item:hover .zag {
  color: #225d6f;
}
.sec-8 .new {
  padding: 35px 0 0 0;
}
.sec-8 .new .img {
  width: 100%;
  height: 368px;
  margin-bottom: 51px;
}
.sec-8 .new .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-8 .new .box .left {
  width: 34%;
}
.sec-8 .new .box .left .zag {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 36px;
}
.sec-8 .new .box .left .text {
  color: #5D5D5D;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  width: 77%;
  margin-bottom: 70px;
}
.sec-8 .new .box .left .info {
  background: url("../img/info.svg") 0 0 no-repeat;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  padding: 9px 0 10px 76px;
  margin: 0 0 0 -4px;
  width: 80%;
}
.sec-8 .new .box .right {
  width: 55.3%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.sec-8 .new .box .right .item {
  width: 49.6%;
  height: 237px;
  border: 2px solid #539DB5;
  margin: 8px -2px -10px 0px;
  padding: 24px 35px;
  transition: all 0.5s;
  /*&:first-child{
    background: #fff;
    border: none;
    margin: 0 7px -2px 0;
    width: 49.6%;
    height: 237px;
    padding: 34px 38px;
    .icon{
      margin: -20px -13px 0 auto;
    }
    &:hover{
      background: #539DB5;
      .zag{
        color: #fff;
      }
    }
  }*/
}
.sec-8 .new .box .right .item .zag {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  width: 80%;
  transition: all 0.5s;
}
.sec-8 .new .box .right .item .icon {
  margin: auto 7px 0 auto;
}
.sec-8 .new .box .right .item:nth-child(even):hover {
  margin: 0 5px -10px -7px;
}
.sec-8 .new .box .right .item:hover {
  background: #fff;
  border: 2px solid #fff;
  margin: 0 5px -10px 0;
}

.sec-9 {
  padding: 63px 0 34px 0;
}
.sec-9 .box {
  margin-bottom: 47px;
}
.sec-9 .box .title {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-9 .box .btn {
  border-radius: 4px;
  border: 1px solid #539DB5;
  color: #539DB5;
  text-align: left;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: transparent url("../img/btn.svg") 94% 50% no-repeat;
  width: 138px;
  height: 47px;
  padding: 13px 0 0 16px;
}
.sec-9 .box .btn:hover {
  color: #fff;
  background: #539DB5 url("../img/btn1.svg") 94% 50% no-repeat;
}
.sec-9 .box .item {
  width: 20.5%;
}
.sec-9 .box .item .zag {
  color: #539DB5;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.sec-9 .box .item .text {
  color: #6D6D6D;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: block;
  margin: 20px 0 25px 0;
}
.sec-9 .box .item .date {
  color: #929292;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  display: block;
}
.sec-9 .box .item:hover .zag {
  text-decoration: underline;
}

.sec-10 {
  background: url("../img/bg.png") 50% 50% no-repeat;
  background-size: cover;
  padding: 75px 0 83px 0;
}
.sec-10 .box {
  max-width: 1163px;
  margin: 0 auto;
}
.sec-10 .box .left {
  width: 40%;
}
.sec-10 .box .left .title {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
}
.sec-10 .box .left .text {
  color: #D4D4D4;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  width: 80%;
}
.sec-10 .box .right {
  width: 58.6%;
  padding: 29px 43px 0 0;
}
.sec-10 .box .right form {
  width: 100%;
}
.sec-10 .box .right form p {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.sec-10 .box .right form p span {
  width: 72.3%;
}
.sec-10 .box .right form input {
  background: #FFF;
  height: 54px;
  width: 100%;
  color: #929292;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  padding: 0 19px;
}
.sec-10 .box .right form input::placeholder {
  color: #929292;
}
.sec-10 .box .right form .btn {
  background: #539DB5;
  height: 54px;
  width: 28%;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  transition: all 0.5s;
  cursor: pointer;
}
.sec-10 .box .right form .btn:hover {
  background: #fff;
  color: #539DB5;
}

.sec-11 {
  background: #539DB5;
  padding: 76px 0 89px 0;
}
.sec-11 .box .item .icon {
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: linear-gradient(204deg, #99D2E4 27.7%, #78C0D8 143.28%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 94px;
  height: 94px;
  margin: 0 auto 28px auto;
}
.sec-11 .box .item .zag {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

footer {
  background: #3C7C91;
  padding: 42px 0 31px 0;
}
footer .box {
  border-bottom: 1px solid #71A6B7;
  padding-bottom: 66px;
  padding-top: 57px;
}
footer .box:first-child {
  padding-top: 0;
  padding-bottom: 47px;
}
footer .box:last-child {
  border: none;
  padding-bottom: 0;
  padding-top: 27px;
  align-items: flex-start;
}
footer .box:last-child .left {
  width: 38%;
}
footer .box:last-child .right {
  width: 27%;
  margin: -4px -8px 0 0;
}
footer .box .left {
  width: 50%;
  color: #8CD0E6;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
footer .box .left a {
  color: #8CD0E6;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-decoration: underline;
}
footer .box .left a:hover {
  text-decoration: none;
}
footer .box .left .tel {
  margin-bottom: 63px;
  position: relative;
  width: fit-content;
}
footer .box .left .tel .zag {
  color: #D1D1D1;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  background: url("../img/tel.svg") -2px -3px no-repeat;
  padding: 0 0 0 28px;
  margin-bottom: 15px;
}
footer .box .left .tel a {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 39px;
  text-decoration: none;
  display: block;
  width: fit-content;
}
footer .box .left .tel a:hover {
  color: #8CD0E6;
}
footer .box .left .tel .soc {
  display: flex;
  justify-content: flex-start;
  position: absolute;
  bottom: 4px;
  right: -89px;
}
footer .box .left .tel .soc .green {
  width: 34.186px;
  height: 34.186px;
  flex-shrink: 0;
  background: #67C15E;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .box .left .tel .soc .green:hover {
  background: #8CD0E6;
}
footer .box .left .tel .soc .blue {
  width: 34.186px;
  height: 34.186px;
  flex-shrink: 0;
  background: #3272EA;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .box .left .tel .soc .blue:hover {
  background: #8CD0E6;
}
footer .box .left .address {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  background: url("../img/balun1.svg") 0 2px no-repeat;
  padding: 0 0 0 26px;
  width: 331px;
}
footer .box .left .address span {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
footer .box .left .address a {
  border-radius: 99px;
  background: #81C0D3;
  width: 81px;
  height: 32px;
  flex-shrink: 0;
  color: #377183;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin: 0 0 -5px 0;
}
footer .box .left .address a:hover {
  background: #377183;
  color: #fff;
}
footer .box .right {
  width: 49.2%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .box .right a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 99%;
}
footer .box .right a .text {
  color: #8CD0E6;
  text-align: right;
  font-family: "Suisse Intl", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  transition: all 0.5s;
}
footer .box .right a .icon {
  width: 65.999px;
  height: 27.349px;
  margin: -2px 2px 3px 0;
}
footer .box .right a:hover .text {
  color: #fff;
}
footer .box .right .lf {
  width: 50%;
}
footer .box .right .lf .mail {
  color: #D1D1D1;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  background: url("../img/mail1.svg") 0 1px no-repeat;
  padding: 2px 0 13px 31px;
}
footer .box .right .lf a {
  color: #96D0E3;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  display: block;
  width: fit-content;
  margin: 0 0 28px 32px;
}
footer .box .right .lf a:hover {
  color: #fff;
}
footer .box .right .lf .rab {
  color: #D1D1D1;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  background: url("../img/rab.svg") 0 0 no-repeat;
  padding: 1px 0 10px 32px;
}
footer .box .right .lf .text {
  color: #96D0E3;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  padding: 0 0 0 31px;
}
footer .box .right .lr {
  width: 43.2%;
  padding: 3px 0 0 0;
}
footer .box .right .lr .zag {
  color: #D1D1D1;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 0 0 15px 0;
}
footer .box .right .lr form {
  width: 100%;
  position: relative;
  display: flex;
}
footer .box .right .lr form input {
  width: 100%;
  height: 45px;
  background: #fff;
  color: #929292;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  padding: 0 40px 0 20px;
}
footer .box .right .lr form input::placeholder {
  color: #929292;
}
footer .box .right .lr form input::-webkit-search-cancel-button {
  -webkit-appearance: none; /* Отключает стандартное отображение */
  appearance: none; /* Отключает стандартное отображение */
  display: none; /* Полностью скрывает крестик */
}
footer .box .right .lr form button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
  background: none;
}
footer .box .right .lr form button circle, footer .box .right .lr form button line {
  transition: all 0.5s;
}
footer .box .right .lr form button:hover circle, footer .box .right .lr form button:hover line {
  stroke: #96D0E3;
}
footer .box .menu {
  width: 21%;
}
footer .box .menu .zag {
  color: #D1D1D1;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 20px;
}
footer .box .menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .box .menu ul li a {
  color: #8CD0E6;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 220%;
}
footer .box .menu ul li a:hover {
  color: #fff;
}
footer .box .center {
  width: 65px;
  margin: -6px 0 0 0;
}
footer .box .center a {
  color: #8CD0E6;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
footer .box .center a:hover {
  color: #fff;
}

.popup-fade, .popup-fade-map, .popup-fade-search, .popup-fade-menu, .popup-fade-rek {
  display: none;
  position: fixed;
  z-index: 999999999;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.popup-fade .popup, .popup-fade-map .popup, .popup-fade-search .popup, .popup-fade-menu .popup, .popup-fade-rek .popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 585px;
  width: 100%;
  max-height: fit-content;
  height: 95%;
  margin: auto;
  background: #FFF;
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 35px 95px 60px 96px;
}
.popup-fade .popup::-webkit-scrollbar, .popup-fade-map .popup::-webkit-scrollbar, .popup-fade-search .popup::-webkit-scrollbar, .popup-fade-menu .popup::-webkit-scrollbar, .popup-fade-rek .popup::-webkit-scrollbar {
  display: none;
}
.popup-fade .popup .popup-close, .popup-fade-map .popup .popup-close, .popup-fade-search .popup .popup-close, .popup-fade-menu .popup .popup-close, .popup-fade-rek .popup .popup-close {
  position: absolute;
  top: 11px;
  right: 12px;
  transition: all 0.5s;
  z-index: 2;
}
.popup-fade .popup .title, .popup-fade-map .popup .title, .popup-fade-search .popup .title, .popup-fade-menu .popup .title, .popup-fade-rek .popup .title {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 41px;
}
.popup-fade .popup form, .popup-fade-map .popup form, .popup-fade-search .popup form, .popup-fade-menu .popup form, .popup-fade-rek .popup form {
  width: 100%;
}
.popup-fade .popup form .group, .popup-fade-map .popup form .group, .popup-fade-search .popup form .group, .popup-fade-menu .popup form .group, .popup-fade-rek .popup form .group {
  width: 100%;
  margin-bottom: 18px;
}
.popup-fade .popup form .group input, .popup-fade-map .popup form .group input, .popup-fade-search .popup form .group input, .popup-fade-menu .popup form .group input, .popup-fade-rek .popup form .group input {
  background: #F0F5F8;
  width: 100%;
  height: 49px;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  padding: 0 20px;
  transition: all 0.5s;
}
.popup-fade .popup form .group input::placeholder, .popup-fade-map .popup form .group input::placeholder, .popup-fade-search .popup form .group input::placeholder, .popup-fade-menu .popup form .group input::placeholder, .popup-fade-rek .popup form .group input::placeholder {
  color: #929292;
}
.popup-fade .popup form .group input:focus, .popup-fade .popup form .group input:not(:placeholder-shown), .popup-fade-map .popup form .group input:focus, .popup-fade-map .popup form .group input:not(:placeholder-shown), .popup-fade-search .popup form .group input:focus, .popup-fade-search .popup form .group input:not(:placeholder-shown), .popup-fade-menu .popup form .group input:focus, .popup-fade-menu .popup form .group input:not(:placeholder-shown), .popup-fade-rek .popup form .group input:focus, .popup-fade-rek .popup form .group input:not(:placeholder-shown) {
  border: 2px solid #539DB5;
  background: #FFF;
  box-shadow: 0 0 4px 0 #539DB5;
}
.popup-fade .popup form .group label, .popup-fade-map .popup form .group label, .popup-fade-search .popup form .group label, .popup-fade-menu .popup form .group label, .popup-fade-rek .popup form .group label {
  display: block;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 8px;
}
.popup-fade .popup form .btn, .popup-fade-map .popup form .btn, .popup-fade-search .popup form .btn, .popup-fade-menu .popup form .btn, .popup-fade-rek .popup form .btn {
  background: #539DB5;
  width: 100%;
  height: 49px;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 5px 0 19px 0;
  transition: all 0.5s;
}
.popup-fade .popup form .btn:hover, .popup-fade-map .popup form .btn:hover, .popup-fade-search .popup form .btn:hover, .popup-fade-menu .popup form .btn:hover, .popup-fade-rek .popup form .btn:hover {
  background: #96D0E3;
}
.popup-fade .popup form .chek label input, .popup-fade-map .popup form .chek label input, .popup-fade-search .popup form .chek label input, .popup-fade-menu .popup form .chek label input, .popup-fade-rek .popup form .chek label input {
  display: none;
}
.popup-fade .popup form .chek label input:checked + span:after, .popup-fade-map .popup form .chek label input:checked + span:after, .popup-fade-search .popup form .chek label input:checked + span:after, .popup-fade-menu .popup form .chek label input:checked + span:after, .popup-fade-rek .popup form .chek label input:checked + span:after {
  opacity: 1;
}
.popup-fade .popup form .chek label span, .popup-fade-map .popup form .chek label span, .popup-fade-search .popup form .chek label span, .popup-fade-menu .popup form .chek label span, .popup-fade-rek .popup form .chek label span {
  display: block;
  color: #6D6D6D;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  position: relative;
  cursor: pointer;
  padding: 0 0 0 33px;
}
.popup-fade .popup form .chek label span a, .popup-fade-map .popup form .chek label span a, .popup-fade-search .popup form .chek label span a, .popup-fade-menu .popup form .chek label span a, .popup-fade-rek .popup form .chek label span a {
  color: #539DB5;
  text-decoration: underline;
}
.popup-fade .popup form .chek label span a:hover, .popup-fade-map .popup form .chek label span a:hover, .popup-fade-search .popup form .chek label span a:hover, .popup-fade-menu .popup form .chek label span a:hover, .popup-fade-rek .popup form .chek label span a:hover {
  text-decoration: none;
}
.popup-fade .popup form .chek label span:before, .popup-fade-map .popup form .chek label span:before, .popup-fade-search .popup form .chek label span:before, .popup-fade-menu .popup form .chek label span:before, .popup-fade-rek .popup form .chek label span:before {
  content: "";
  background: #F0F5F8;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 3px;
  top: 0;
}
.popup-fade .popup form .chek label span:after, .popup-fade-map .popup form .chek label span:after, .popup-fade-search .popup form .chek label span:after, .popup-fade-menu .popup form .chek label span:after, .popup-fade-rek .popup form .chek label span:after {
  content: "";
  background: url("../img/chek.svg") 0 0 no-repeat;
  width: 14px;
  height: 11px;
  position: absolute;
  left: 6px;
  top: 4px;
  opacity: 0;
  transition: all 0.5s;
}

.popup-fade-map .popup {
  left: auto;
  bottom: auto;
  max-width: 687px;
  max-height: 100vh;
  padding: 0;
  height: 100%;
}
.popup-fade-map .popup #map {
  width: 100%;
  height: 100%;
}
.popup-fade-map .popup .marker-title {
  background: #fff;
  width: 270px;
  padding: 20px 29px 25px 25px;
  margin: -225px 0 0 -25px;
}
.popup-fade-map .popup .marker-title b {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 18px;
  display: block;
}
.popup-fade-map .popup .marker-title span {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: block;
}
.popup-fade-map .popup .my-marker {
  margin: -100px 0 0 -25px;
}

.popup-fade-search .popup {
  bottom: auto;
  top: 0;
  max-width: 1632px;
  background: none;
  padding: 55px 0;
}
.popup-fade-search .popup .popup-close {
  top: 9px;
  right: 0;
}
.popup-fade-search .popup form {
  background: #fff;
  max-width: 1012px;
  margin: 0 auto;
  padding: 40px 52px;
  position: relative;
}
.popup-fade-search .popup form input {
  width: 100%;
  height: 55px;
  border: 2px solid #9AD5E8;
  background: #FFF;
  box-shadow: 0 0 12px 0 rgba(83, 157, 181, 0.32);
  color: #000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 90%;
  padding: 0 17px;
}
.popup-fade-search .popup form input:focus::placeholder {
  color: transparent;
}
.popup-fade-search .popup form input::placeholder {
  color: #000;
}
.popup-fade-search .popup form input::-webkit-search-cancel-button {
  display: none;
}
.popup-fade-search .popup form .submit {
  background: none;
  position: absolute;
  top: 60px;
  right: 65px;
}
.popup-fade-search .popup form .submit circle, .popup-fade-search .popup form .submit line {
  transition: all 0.5s;
}
.popup-fade-search .popup form .submit:hover circle, .popup-fade-search .popup form .submit:hover line {
  stroke: #000;
}
.popup-fade-search .popup form .reset {
  background: none;
  position: absolute;
  top: 54px;
  right: 61px;
  display: none;
}
.popup-fade-search .popup form .reset path {
  transition: all 0.5s;
}
.popup-fade-search .popup form .reset:hover path {
  fill: #000;
}
.popup-fade-search .popup form .result {
  display: none;
  padding: 21px 0 0 0;
}
.popup-fade-search .popup form .result ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.popup-fade-search .popup form .result ul li {
  border-bottom: 1px solid #E3E3E3;
}
.popup-fade-search .popup form .result ul li a {
  color: #539DB5;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  padding: 15px 0;
  display: block;
}
.popup-fade-search .popup form .result ul li a:hover {
  color: #96D0E3;
}
.popup-fade-search .popup form .result .btn {
  background: #539DB5;
  width: 100%;
  height: 44px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0 -5px 0;
}
.popup-fade-search .popup form .result .btn:hover {
  background: #96D0E3;
}

.popup-fade-menu {
  top: 114px;
  display: block;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.5s;
  height: 0;
}
.popup-fade-menu.sticky {
  top: 70px;
}
.popup-fade-menu.sticky .popup {
  top: 70px;
}
.popup-fade-menu .popup {
  max-width: 100%;
  bottom: auto;
  padding: 33px 0 90px 0;
  top: 114px;
  transition: top 0.5s;
}
.popup-fade-menu .popup .title {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.popup-fade-menu .popup .box {
  width: 100%;
  justify-content: flex-start;
  gap: 0 126px;
}
.popup-fade-menu .popup .box:nth-child(2) {
  gap: 30px 170px;
  margin-bottom: 35px;
}
.popup-fade-menu .popup .box:nth-child(2) .item {
  width: 15%;
}
.popup-fade-menu .popup .box:nth-child(3) {
  gap: 0 162px;
  margin-bottom: 39px;
}
.popup-fade-menu .popup .box:nth-child(3) .item {
  width: 15.5%;
}
.popup-fade-menu .popup .box .item {
  width: 18%;
}
.popup-fade-menu .popup .box .item .zag {
  color: #539DB5;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  width: fit-content;
  margin-bottom: 15px;
}
.popup-fade-menu .popup .box .item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.popup-fade-menu .popup .box .item ul li {
  margin-bottom: 10px;
}
.popup-fade-menu .popup .box .item ul li:last-child {
  margin: 0;
}
.popup-fade-menu .popup .box .item ul li a {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin: 0;
}
.popup-fade-menu .popup .box .item ul li a:hover {
  color: #539DB5;
}

.popup-fade-rek .popup {
  padding: 37px 54px 100px 38px;
}
.popup-fade-rek .popup .title {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 28px;
}
.popup-fade-rek .popup .text {
  color: #6D6D6D;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.breadcrumb {
  background: #F9F9F9;
  width: 100%;
  margin-top: 114px;
  height: 36px;
}
.breadcrumb .wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
.breadcrumb ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  gap: 7px;
}
.breadcrumb ol li {
  color: #929292;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.breadcrumb ol li a {
  color: #929292;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  justify-content: flex-start;
  gap: 7px;
}
.breadcrumb ol li a:after {
  content: "-";
  color: #929292;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  flex-shrink: 0;
}
.breadcrumb ol li a:hover {
  color: #539DB5;
}

.sec-12 {
  padding: 29px 0 98px 0;
}
.sec-12 .title {
  color: #000;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 74px;
}
.sec-12 .box .left {
  width: 15%;
  margin: 9px 0 0 -7px;
}
.sec-12 .box .left ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sec-12 .box .left ul li {
  margin-bottom: 17px;
}
.sec-12 .box .left ul li a {
  color: #929292;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  border-radius: 6px;
  background: transparent;
  padding: 6px 9px 7px 10px;
  display: block;
  width: fit-content;
}
.sec-12 .box .left ul li a:hover, .sec-12 .box .left ul li a.active {
  background: #9AD5E8;
  color: #fff;
}
.sec-12 .box .right {
  width: 70.1%;
}
.sec-12 .box .right .item {
  display: block;
  width: 100%;
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 41px;
  padding-top: 35px;
}
.sec-12 .box .right .item:first-child {
  padding-top: 0;
}
.sec-12 .box .right .item .date {
  color: #929292;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  display: block;
  margin-bottom: 18px;
}
.sec-12 .box .right .item .zag {
  color: #539DB5;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}
.sec-12 .box .right .item .text {
  color: #6D6D6D;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: block;
  margin: 18px 0 0 0;
  width: 80%;
}
.sec-12 .box .right .item:hover .zag {
  text-decoration: underline;
}
.sec-12 .box .right .pagination {
  margin: 111px 0 0 0;
}
.sec-12 .box .right .pagination ul {
  list-style: none;
  padding: 0;
  margin: 0 0 21px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
.sec-12 .box .right .pagination ul li:first-child {
  margin: 0 auto 0 0;
}
.sec-12 .box .right .pagination ul li:first-child a {
  justify-content: flex-start;
}
.sec-12 .box .right .pagination ul li:first-child a:hover {
  color: #539DB5;
}
.sec-12 .box .right .pagination ul li:last-child {
  margin: 0 0 0 auto;
}
.sec-12 .box .right .pagination ul li:last-child a {
  justify-content: flex-end;
}
.sec-12 .box .right .pagination ul li:last-child a:hover {
  color: #539DB5;
}
.sec-12 .box .right .pagination ul li.active a {
  color: #231F20;
  border-bottom: 3px solid #9AD5E8;
}
.sec-12 .box .right .pagination ul li a {
  color: #539DB5;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-bottom: 3px solid transparent;
  height: 57px;
  min-width: 22px;
}
.sec-12 .box .right .pagination ul li a circle {
  transition: all 0.5s;
}
.sec-12 .box .right .pagination ul li a:hover {
  color: #231F20;
}
.sec-12 .box .right .pagination ul li a:hover circle {
  fill: #9AD5E8;
}
.sec-12 .box .right .pagination .all {
  color: #959595;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.sec-13 {
  padding: 77px 0 128px 0;
}
.sec-13 .wrapper {
  max-width: 1060px;
}
.sec-13 .title {
  color: #000;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 25px;
}
.sec-13 .date {
  color: #929292;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin: 0 0 42px 7px;
}
.sec-13 .article {
  border-top: 1px solid #E3E3E3;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  padding: 48px 0 0 3px;
  margin-bottom: 52px;
}
.sec-13 .article a {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-decoration: underline;
}
.sec-13 .article a:hover {
  text-decoration: none;
}
.sec-13 .soc {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 115px 6px;
  gap: 2px;
}
.sec-13 .soc a {
  border-radius: 99px;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  padding: 9px 15px;
  opacity: 1;
}
.sec-13 .soc a:hover {
  opacity: 0.8;
}
.sec-13 .soc a.blue {
  background: #122448;
}
.sec-13 .soc a.oranje {
  background: #FC5230;
}
.sec-13 .soc a.red {
  background: #DC1515;
}
.sec-13 .soc a.violet {
  background: #8784FF;
}
.sec-13 .soc a.light-blue {
  background: #84BDFF;
}
.sec-13 .soc a.green {
  background: #66C792;
}
.sec-13 .soc a.pink {
  background: #DC1515;
}
.sec-13 .nav {
  display: flex;
  justify-content: space-between;
  gap: 3px;
}
.sec-13 .nav a {
  background: #F2F9FC;
  width: 50%;
  height: 51px;
  color: #539DB5;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 0 0 21px;
}
.sec-13 .nav a svg {
  position: absolute;
  left: 28px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sec-13 .nav a[rel=next] {
  padding: 0 21px 0 0;
  margin: 0 0 0 auto;
}
.sec-13 .nav a[rel=next] svg {
  left: auto;
  right: 28px;
}
.sec-13 .nav a path {
  transition: all 0.5s;
}
.sec-13 .nav a:hover {
  background: #9AD5E8;
  color: #fff;
}
.sec-13 .nav a:hover path {
  fill: #fff;
}

.sec-14 {
  padding: 61px 0 109px 0;
}
.sec-14 .wrapper {
  max-width: 1075px;
}
.sec-14 .title {
  color: #000;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-align: center;
}
.sec-14 form {
  background: #fff;
  max-width: 100%;
  margin: 37px auto 62px auto;
  padding: 0;
  position: relative;
}
.sec-14 form input {
  width: 100%;
  height: 55px;
  border: 2px solid #9AD5E8;
  background: #FFF;
  box-shadow: 0 0 12px 0 rgba(83, 157, 181, 0.32);
  color: #000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 90%;
  padding: 0 17px;
}
.sec-14 form input::placeholder {
  color: #000;
}
.sec-14 form input::-webkit-search-cancel-button {
  display: none;
}
.sec-14 form .submit {
  background: none;
  position: absolute;
  top: 20px;
  right: 20px;
}
.sec-14 form .submit circle, .sec-14 form .submit line {
  transition: all 0.5s;
}
.sec-14 form .submit:hover circle, .sec-14 form .submit:hover line {
  stroke: #000;
}
.sec-14 form .reset {
  background: none;
  position: absolute;
  top: 13px;
  right: 15px;
}
.sec-14 form .reset path {
  transition: all 0.5s;
  fill: #6D6D6D;
}
.sec-14 form .reset:hover path {
  fill: #000;
}
.sec-14 .item {
  display: block;
  width: 100%;
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 41px;
  padding-top: 35px;
}
.sec-14 .item:first-child {
  padding-top: 0;
}
.sec-14 .item .date {
  color: #929292;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  display: block;
  margin-bottom: 18px;
}
.sec-14 .item .zag {
  color: #539DB5;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}
.sec-14 .item .text {
  color: #6D6D6D;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: block;
  margin: 18px 0 0 0;
  width: 80%;
}
.sec-14 .item .img {
  width: 100%;
  height: 513px;
  position: relative;
  display: block;
  margin: 45px 0 0 0;
}
.sec-14 .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-14 .item .img .play {
  background: url("../img/play.svg") 0 0 no-repeat;
  width: 56px;
  height: 66px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  transition: all 0.5s;
  transform: scale(1);
}
.sec-14 .item .img .play:hover {
  transform: scale(1.2);
}
.sec-14 .item:hover .zag {
  text-decoration: underline;
}
.sec-14 .pagination {
  margin: 107px 0 0 0;
}
.sec-14 .pagination ul {
  list-style: none;
  padding: 0;
  margin: 0 0 21px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
.sec-14 .pagination ul li:first-child {
  margin: 0 auto 0 0;
}
.sec-14 .pagination ul li:first-child a {
  justify-content: flex-start;
}
.sec-14 .pagination ul li:first-child a:hover {
  color: #539DB5;
}
.sec-14 .pagination ul li:last-child {
  margin: 0 0 0 auto;
}
.sec-14 .pagination ul li:last-child a {
  justify-content: flex-end;
}
.sec-14 .pagination ul li:last-child a:hover {
  color: #539DB5;
}
.sec-14 .pagination ul li.active a {
  color: #231F20;
  border-bottom: 3px solid #9AD5E8;
}
.sec-14 .pagination ul li a {
  color: #539DB5;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-bottom: 3px solid transparent;
  height: 57px;
  min-width: 22px;
}
.sec-14 .pagination ul li a circle {
  transition: all 0.5s;
}
.sec-14 .pagination ul li a:hover {
  color: #231F20;
}
.sec-14 .pagination ul li a:hover circle {
  fill: #9AD5E8;
}
.sec-14 .pagination .all {
  color: #959595;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.sec-15 {
  padding: 77px 0 144px 0;
}
.sec-15 .wrapper {
  max-width: 1060px;
}
.sec-15 .title {
  color: #000;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 55px;
}
.sec-15 .mini-text {
  color: #6D6D6D;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  border-top: 1px solid #E3E3E3;
  padding: 45px 0 0 0;
  margin-bottom: 57px;
  width: 94%;
}
.sec-15 .text h2 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 25px;
}
.sec-15 .text ol {
  list-style: none;
  padding: 0 0 0 3px;
  margin: 0 0 66px 0;
  width: 94%;
}
.sec-15 .text ol li {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.sec-16 {
  padding: 0 0 88px 0;
}
.sec-16 .top-img {
  background: url("../img/bg1.png") 50% 50% no-repeat;
  background-size: cover;
  width: 100%;
  height: 317px;
  padding: 29px 0 0 0;
  margin-bottom: 51px;
}
.sec-16 .top-img .title {
  color: #FFF;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -1.28px;
}
.sec-16 .box {
  justify-content: flex-start;
}
.sec-16 .box .item {
  border: 1px solid #D0D0D0;
  box-shadow: 0 0 9px 0 transparent;
  width: 25%;
  height: 379px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.5s;
  margin: 0 0 -1px -1px;
}
.sec-16 .box .item .text {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  left: 31px;
  bottom: 29px;
}
.sec-16 .box .item:hover {
  border: 3px solid #99D2E4;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.18);
}
.sec-16 .pagination {
  margin: 128px auto 0 auto;
  max-width: 1060px;
}
.sec-16 .pagination ul {
  list-style: none;
  padding: 0;
  margin: 0 0 21px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
.sec-16 .pagination ul li:first-child {
  margin: 0 auto 0 0;
}
.sec-16 .pagination ul li:first-child a {
  justify-content: flex-start;
}
.sec-16 .pagination ul li:first-child a:hover {
  color: #539DB5;
}
.sec-16 .pagination ul li:last-child {
  margin: 0 0 0 auto;
}
.sec-16 .pagination ul li:last-child a {
  justify-content: flex-end;
}
.sec-16 .pagination ul li:last-child a:hover {
  color: #539DB5;
}
.sec-16 .pagination ul li.active a {
  color: #231F20;
  border-bottom: 3px solid #9AD5E8;
}
.sec-16 .pagination ul li a {
  color: #539DB5;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-bottom: 3px solid transparent;
  height: 57px;
  min-width: 22px;
}
.sec-16 .pagination ul li a circle {
  transition: all 0.5s;
}
.sec-16 .pagination ul li a:hover {
  color: #231F20;
}
.sec-16 .pagination ul li a:hover circle {
  fill: #9AD5E8;
}
.sec-16 .pagination .all {
  color: #959595;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.sec-17 {
  padding: 0 0 57px 0;
}
.sec-17 .top-img {
  background: url("../img/bg3.png") 50% 50% no-repeat;
  background-size: cover;
  width: 100%;
  height: 483px;
  padding: 30px 0 0 0;
  margin-bottom: 66px;
}
.sec-17 .top-img .title {
  color: #FFF;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -1.28px;
  margin: 0 0 96px 0;
}
.sec-17 .top-img .box .text {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  width: 45%;
  margin: 6px 0 0 0;
}
.sec-17 .top-img .box .info {
  width: 361px;
  height: 264px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  position: relative;
  padding: 34px 25px 21px 35px;
}
.sec-17 .top-img .box .info:before {
  content: "";
  background: url("../img/kv.svg") 0 0 no-repeat;
  width: 42px;
  height: 32px;
  position: absolute;
  top: -12px;
  left: 16px;
}
.sec-17 .top-img .box .info .text {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 0 0 31px 8px;
  width: 100%;
}
.sec-17 .top-img .box .info .box {
  justify-content: flex-start;
  gap: 19px;
  align-items: center;
}
.sec-17 .top-img .box .info .box .ava {
  width: 69px;
  height: 69px;
  border-radius: 69px;
}
.sec-17 .top-img .box .info .box .ava img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-17 .top-img .box .info .box .right {
  width: 50%;
}
.sec-17 .top-img .box .info .box .right .name {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 10px;
}
.sec-17 .top-img .box .info .box .right .work {
  color: #C9C9C9;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.sec-17 .title {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 43px;
}
.sec-17 .box .item {
  background: #EBF4F7;
  width: 24.5%;
  height: 338px;
}
.sec-17 .box .item .icon {
  width: 100%;
  height: 274px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-17 .box .item .text {
  color: #000;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.sec-18 {
  padding: 0 0 66px 0;
}
.sec-18 .top-map {
  position: relative;
  margin-bottom: 41px;
}
.sec-18 .top-map .wrapper {
  position: absolute;
  top: 29px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.sec-18 .top-map .title {
  color: #000;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -1.28px;
}
.sec-18 .top-map #maps {
  width: 100%;
  height: 483px;
}
.sec-18 .top-map #maps .marker-title {
  background: #fff;
  width: 270px;
  padding: 20px 29px 25px 25px;
  margin: -225px 0 0 -25px;
}
.sec-18 .top-map #maps .marker-title b {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 18px;
  display: block;
}
.sec-18 .top-map #maps .marker-title span {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: block;
}
.sec-18 .top-map #maps .my-marker {
  margin: -100px 0 0 -25px;
}
.sec-18 .box .tel {
  width: 24%;
  position: relative;
  margin: 19px 0 0 17px;
}
.sec-18 .box .tel a {
  color: #539DB5;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  display: flex;
  width: fit-content;
}
.sec-18 .box .tel a:hover {
  color: #9AD5E8;
}
.sec-18 .box .tel .rab {
  color: #929292;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 23px;
}
.sec-18 .box .tel .soc {
  display: flex;
  justify-content: flex-start;
  position: absolute;
  top: 83px;
  right: 1px;
}
.sec-18 .box .tel .soc .green {
  width: 34.186px;
  height: 34.186px;
  flex-shrink: 0;
  background: #67C15E;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-18 .box .tel .soc .green:hover {
  background: #8CD0E6;
}
.sec-18 .box .tel .soc .blue {
  width: 34.186px;
  height: 34.186px;
  flex-shrink: 0;
  background: #3272EA;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-18 .box .tel .soc .blue:hover {
  background: #8CD0E6;
}
.sec-18 .box .tel .mail {
  color: #539DB5;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-decoration: underline;
  margin: 33px 0 47px 0;
}
.sec-18 .box .tel .mail:hover {
  text-decoration: none;
}
.sec-18 .box .tel .btn {
  background: #539DB5;
  width: 100%;
  height: 49px;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-18 .box .tel .btn:hover {
  background: #8CD0E6;
  color: #000;
}
.sec-18 .box .text {
  width: 33%;
  padding: 22px 0 0 47px;
}
.sec-18 .box .text .address {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  background: url("../img/balun.svg") 0 3px no-repeat;
  padding: 0 0 0 25px;
  margin-bottom: 32px;
}
.sec-18 .box .text .zag {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 23px;
}
.sec-18 .box .text .txt {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 38px;
}
.sec-18 .box .text .txt ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 4px;
}
.sec-18 .box .text .txt ul li {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}
.sec-18 .box .text .txt ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  flex-shrink: 0;
  background: #539DB5;
  border-radius: 10px;
  margin: 7px 0 0 0;
}
.sec-18 .box .form {
  border: 2px solid #DBE5E8;
  width: 32.6%;
  height: 100%;
  margin: 0 -34px 0 0;
  padding: 23px 40px;
}
.sec-18 .box .form .zag {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 24px;
}
.sec-18 .box .form form {
  width: 100%;
}
.sec-18 .box .form form .group {
  width: 100%;
  margin-bottom: 18px;
}
.sec-18 .box .form form .group input {
  background: #F0F5F8;
  width: 100%;
  height: 49px;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  padding: 0 20px;
  transition: all 0.5s;
}
.sec-18 .box .form form .group input::placeholder {
  color: #929292;
}
.sec-18 .box .form form .group input:focus, .sec-18 .box .form form .group input:not(:placeholder-shown) {
  border: 2px solid #539DB5;
  background: #FFF;
  box-shadow: 0 0 4px 0 #539DB5;
}
.sec-18 .box .form form .group label {
  display: block;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 8px;
}
.sec-18 .box .form form .group textarea {
  background: #F0F5F8;
  width: 100%;
  height: 96px;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  padding: 10px 20px;
  transition: all 0.5s;
  resize: none;
}
.sec-18 .box .form form .group textarea::placeholder {
  color: transparent;
}
.sec-18 .box .form form .group textarea:focus, .sec-18 .box .form form .group textarea:not(:placeholder-shown) {
  border: 2px solid #539DB5;
  background: #FFF;
  box-shadow: 0 0 4px 0 #539DB5;
}
.sec-18 .box .form form .btn {
  background: #539DB5;
  width: 100%;
  height: 49px;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: -9px 0 19px 0;
  transition: all 0.5s;
}
.sec-18 .box .form form .btn:hover {
  background: #96D0E3;
}
.sec-18 .box .form form .chek {
  margin-bottom: 13px;
}
.sec-18 .box .form form .chek label input {
  display: none;
}
.sec-18 .box .form form .chek label input:checked + span:after {
  opacity: 1;
}
.sec-18 .box .form form .chek label span {
  display: block;
  color: #6D6D6D;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  position: relative;
  cursor: pointer;
  padding: 0 0 0 33px;
}
.sec-18 .box .form form .chek label span a {
  color: #539DB5;
  text-decoration: underline;
}
.sec-18 .box .form form .chek label span a:hover {
  text-decoration: none;
}
.sec-18 .box .form form .chek label span:before {
  content: "";
  background: #F0F5F8;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 3px;
  top: 0;
}
.sec-18 .box .form form .chek label span:after {
  content: "";
  background: url("../img/chek.svg") 0 0 no-repeat;
  width: 14px;
  height: 11px;
  position: absolute;
  left: 6px;
  top: 4px;
  opacity: 0;
  transition: all 0.5s;
}

.sec-19 {
  padding: 188px 0 230px 0;
}
.sec-19 .box .left {
  width: 42%;
}
.sec-19 .box .left .title {
  color: #3C7C91;
  text-align: center;
  font-size: 290px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.sec-19 .box .left .text {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-align: center;
  margin: -10px 0 0 0;
}
.sec-19 .box .right {
  width: 48.3%;
  height: 382px;
  border-radius: 9px;
  background: #F3F2F6;
  overflow: hidden;
  margin: 4px 45px 0 0;
}
.sec-19 .box .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-template-oczenka-imushhestva .sec-3 {
  border-top: 1px solid #E6E6E6;
  padding: 26px 0 105px 0;
}
.page-template-oczenka-imushhestva .sec-3 .title {
  font-size: 64px;
  line-height: 100%;
  letter-spacing: -1.28px;
  margin-bottom: 52px;
}
.page-template-oczenka-imushhestva .sec-3 .tabs-wrapper:last-child .tabs {
  margin-bottom: 25px;
}
.page-template-oczenka-imushhestva .sec-3 .tabs-wrapper:last-child .tabs-content .tab-item .box a {
  padding: 0;
}
.page-template-oczenka-imushhestva .sec-3 .tabs-wrapper:last-child .tabs-content .tab-item .box a .icon {
  margin-bottom: 4px;
}
.page-template-oczenka-imushhestva .sec-3 .tabs-wrapper:last-child .tabs-content .tab-item .box a .teg {
  font-size: 11px;
  padding: 6px 9px 9px 11px;
  margin-bottom: 12px;
}
.page-template-oczenka-imushhestva .sec-3 .tabs-wrapper:last-child .tabs-content .tab-item .box a .zag {
  margin: 0 0 16px 0;
}
.page-template-oczenka-imushhestva .sec-4 {
  background: #fff;
}
.page-template-oczenka-imushhestva .sec-5 {
  padding-bottom: 91px;
}
.page-template-oczenka-imushhestva .sec-7 .wrapper {
  padding-top: 94px;
}
.page-template-oczenka-imushhestva .sec-9 {
  padding: 24px 0 45px 0;
}
.page-template-oczenka-imushhestva .sec-9 .wrapper {
  border-top: 1px solid #DDE1EE;
  padding-top: 81px;
}

.page-template-about .sec-9 {
  padding: 24px 0 45px 0;
}
.page-template-about .sec-9 .wrapper {
  border-top: 1px solid #DDE1EE;
  padding-top: 81px;
}

.page-template-vedenie-buhucheta .sec-3 {
  border-top: 1px solid #E6E6E6;
  padding: 26px 0 89px 0;
}
.page-template-vedenie-buhucheta .sec-3 .title {
  font-size: 64px;
  line-height: 100%;
  letter-spacing: -1.28px;
  margin-bottom: 59px;
}
.page-template-vedenie-buhucheta .sec-3 .tabs-wrapper:last-child .tabs {
  margin-bottom: 19px;
}
.page-template-vedenie-buhucheta .sec-3 .tabs-wrapper:last-child .tabs-content .tab-item .box a {
  padding: 0;
}
.page-template-vedenie-buhucheta .sec-3 .tabs-wrapper:last-child .tabs-content .tab-item .box a .icon {
  margin-bottom: 13px;
}
.page-template-vedenie-buhucheta .sec-3 .tabs-wrapper:last-child .tabs-content .tab-item .box a .teg {
  font-size: 10px;
  padding: 5px 10px 5px 10px;
  margin-bottom: 12px;
}
.page-template-vedenie-buhucheta .sec-3 .tabs-wrapper:last-child .tabs-content .tab-item .box a .zag {
  margin: 0 0 -23px 0;
}
.page-template-vedenie-buhucheta .sec-4 {
  background: #fff;
}
.page-template-vedenie-buhucheta .sec-5 {
  padding-bottom: 91px;
}
.page-template-vedenie-buhucheta .sec-7 .wrapper {
  padding-top: 94px;
}
.page-template-vedenie-buhucheta .sec-9 {
  padding: 24px 0 45px 0;
}
.page-template-vedenie-buhucheta .sec-9 .wrapper {
  border-top: 1px solid #DDE1EE;
  padding-top: 81px;
}

.sec-20 {
  background: #F9F9F9;
  padding: 0 0 102px 0;
}
.sec-20 .top-img {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 572px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 0 30px 0;
  margin-bottom: 64px;
}
.sec-20 .top-img .wrapper {
  max-width: 1500px;
  width: 100%;
}
.sec-20 .top-img .title {
  color: #FFF;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 37px;
}
.sec-20 .top-img .box {
  border-top: 1px solid rgba(255, 255, 255, 0.64);
  align-items: center;
}
.sec-20 .top-img .box .left {
  color: #D9D9D9;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  width: 35%;
}
.sec-20 .top-img .box .right {
  width: 17%;
  border-left: 1px solid rgba(255, 255, 255, 0.64);
  background: none;
  border-radius: 0;
  justify-content: flex-end;
  padding: 27px 0 26px 0;
}
.sec-20 .top-img .box .right .btn {
  border-radius: 2px;
  background: #FFF;
  width: 208.049px;
  height: 48px;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-20 .top-img .box .right .btn:hover {
  background: #539DB5;
  color: #fff;
}
.sec-20 .zag-mini {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 730px;
  margin: 0 0 35px 7px;
}
.sec-20 .info {
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.03);
  display: flex;
  justify-content: space-between;
  padding: 20px 20px 20px 36px;
  margin: 0 -6px 63px 6px;
}
.sec-20 .info .left {
  width: auto;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  padding: 6px 0 0 0;
}
.sec-20 .info .left a {
  color: #539DB5;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  text-decoration: underline;
}
.sec-20 .info .left a:hover {
  text-decoration: none;
}
.sec-20 .info .right {
  width: 162px;
}
.sec-20 .info .right a {
  background: #539DB5 url("../img/arrow.svg") 88% 50% no-repeat;
  width: 162px;
  height: 49px;
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 22px 0 0;
}
.sec-20 .info .right a:hover {
  background: #96D0E3 url("../img/arrow.svg") 88% 50% no-repeat;
}
.sec-20 .zag {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 90%;
  margin: 0 0 50px 7px;
}
.sec-20 .box .left {
  width: 43.5%;
  padding: 5px 0 0 0;
}
.sec-20 .box .left .zag {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 100%;
  margin: 0 0 23px 7px;
}
.sec-20 .box .left .text {
  margin: 0 0 0 11px;
}
.sec-20 .box .left .text ul {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
}
.sec-20 .box .left .text ul li {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
.sec-20 .box .left .text ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  flex-shrink: 0;
  background: #539DB5;
  border-radius: 10px;
}
.sec-20 .box .left .text p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.sec-20 .box .right {
  width: 50.5%;
  border-radius: 4px;
  background: #FFF;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -5px 0 0;
  padding: 32px 43px;
}
.sec-20 .box .right .icon {
  width: 150px;
  margin: 4px 0 0 0;
}
.sec-20 .box .right .text {
  width: 75.4%;
}
.sec-20 .box .right .text .zag {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 17px 0;
  width: 100%;
}
.sec-20 .box .right .text .txt {
  color: #6D6D6D;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  width: 90%;
  margin-bottom: 27px;
}
.sec-20 .box .right .text a {
  color: #539DB5;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-decoration: underline;
  background: url("../img/arrow1.svg") 100% 100% no-repeat;
  display: block;
  width: fit-content;
  margin: 0 0 0 10px;
  padding: 0 16px 0 0;
}
.sec-20 .box .right .text a:hover {
  text-decoration: none;
}

.sec-21 {
  padding: 61px 0 10px 0;
}
.sec-21 .nav {
  margin: 0 0 82px 8px;
}
.sec-21 .nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #D1D1D1;
  gap: 55px;
}
.sec-21 .nav ul li a {
  color: #539DB5;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  border-bottom: 4px solid transparent;
  display: block;
  width: fit-content;
  padding: 0 0 12px 0;
}
.sec-21 .nav ul li a:hover, .sec-21 .nav ul li a.active {
  color: #000;
  border-bottom: 4px solid #000;
}
.sec-21 .box {
  margin-bottom: 112px;
  scroll-margin-top: 100px;
}
.sec-21 .box#table4 .right table th:first-child {
  width: 78.4%;
}
.sec-21 .box#table4 .right table td {
  padding: 14px 0 35px 0;
}
.sec-21 .box#table4 .right table td:first-child {
  width: 78.4%;
}
.sec-21 .box .text {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 40px;
}
.sec-21 .box .left {
  width: 28%;
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 4px 0 0 0;
}
.sec-21 .box .left .text {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin: 20px 0 0 0;
  width: 80%;
}
.sec-21 .box .right {
  width: 67.6%;
}
.sec-21 .box .right table {
  width: 100%;
  border-collapse: collapse;
}
.sec-21 .box .right table th {
  color: #878787;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase;
  border-bottom: 1px solid #539DB5;
  text-align: left;
  width: 19.3%;
  padding: 0 0 9px 0;
}
.sec-21 .box .right table th:first-child {
  width: 59.4%;
}
.sec-21 .box .right table th:last-child {
  width: 19.7%;
}
.sec-21 .box .right table td {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  border-bottom: 1px solid #E7E7E7;
  width: 19.3%;
  padding: 14px 0 15px 0;
}
.sec-21 .box .right table td:first-child {
  width: 59.4%;
  font-weight: 500;
}
.sec-21 .box .right table td:last-child {
  width: 19.7%;
}
.sec-21 .box .right .text {
  color: #878787;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin: 17px 0 0 0;
  width: 93%;
}

.sec-22 {
  background: #539DB5;
  position: relative;
  overflow: hidden;
  padding: 63px 0 0 0;
}
.sec-22:before {
  content: "";
  border-radius: 1886px;
  opacity: 0.44;
  background: #145367;
  filter: blur(61px);
  width: 1886px;
  height: 721.706px;
  position: absolute;
  bottom: -50%;
  left: 0;
  right: 0;
  margin: auto;
}
.sec-22 .box {
  position: relative;
  z-index: 1;
}
.sec-22 .box .left {
  width: 50%;
}
.sec-22 .box .left .title {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 33px 10px;
  width: 80%;
}
.sec-22 .box .left .img {
  width: 100%;
  height: 476px;
  margin: 0 0 0 -20px;
}
.sec-22 .box .left .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-22 .box .right {
  width: 45.8%;
  padding: 5px 45px 0 0;
}
.sec-22 .box .right .zag {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-bottom: 1px solid rgba(255, 255, 255, 0.41);
  padding: 0 0 10px 0;
  margin-bottom: 30px;
}
.sec-22 .box .right .text {
  margin-bottom: 46px;
}
.sec-22 .box .right .text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sec-22 .box .right .text ul li {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  display: flex;
  justify-content: flex-start;
  gap: 18px;
  margin-bottom: 21px;
}
.sec-22 .box .right .text ul li:before {
  content: "";
  background: url("../img/li2.svg") 0 0 no-repeat;
  flex-shrink: 0;
  width: 27px;
  height: 27px;
}

.sec-23 {
  padding: 76px 0 97px 0;
}
.sec-23 .title {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 600px;
  margin-bottom: 84px;
}
.sec-23 .box .item {
  width: 14%;
}
.sec-23 .box .item .icon {
  width: 133px;
  height: 133px;
  background: #EAF6F9;
  border-radius: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 26px;
}
.sec-23 .box .item .text {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.sec-24 {
  background: #F9F9F9;
  padding: 58px 0 71px 0;
}
.sec-24 .title {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 35px;
}
.sec-24 .panel {
  margin: 0 0 5px 0;
}
.sec-24 .panel .panel-heading.in a {
  background: #EAF6F9;
}
.sec-24 .panel .panel-heading.in a svg {
  transform: rotate(180deg);
}
.sec-24 .panel .panel-heading.in a circle {
  fill: #539DB5;
}
.sec-24 .panel .panel-heading.in a path {
  stroke: #fff;
}
.sec-24 .panel .panel-heading a {
  color: #539DB5;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px 15px 24px;
  background: #FFF;
}
.sec-24 .panel .panel-heading a svg {
  flex-shrink: 0;
  transition: all 0.5s;
  transform: rotate(0deg);
}
.sec-24 .panel .panel-heading a circle, .sec-24 .panel .panel-heading a path {
  transition: all 0.5s;
}
.sec-24 .panel .panel-collapse .panel-body {
  background: #EAF6F9;
  padding: 4px 195px 29px 27px;
}
.sec-24 .panel .panel-collapse .panel-body p {
  color: #5D5D5D;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.sec-24 .panel .panel-collapse .panel-body p strong {
  font-weight: 600;
}
.sec-24 .panel .panel-collapse .panel-body ol {
  margin: 10px 0 14px 0;
  padding: 0 0 0 20px;
}
.sec-24 .panel .panel-collapse .panel-body ol li {
  color: #5D5D5D;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.sec-24 + .sec-5 {
  padding-bottom: 69px;
}
.sec-24 + .sec-5 .wrapper {
  border-top: none;
  padding-top: 54px;
}

.sec-25 .top-img {
  background: url("../img/bg4.png") 50% 50% no-repeat;
  background-size: cover;
  padding: 63px 0 0 0;
}
.sec-25 .top-img .box {
  border-top: 1px solid rgba(255, 255, 255, 0.64);
  padding: 24px 5px 31px 3px;
}
.sec-25 .top-img .box:first-child {
  border: none;
  padding: 0 50px 0 100px;
  align-items: center;
}
.sec-25 .top-img .box .img {
  width: 377px;
  height: 372px;
}
.sec-25 .top-img .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-25 .top-img .box .right {
  width: 66.2%;
}
.sec-25 .top-img .box .right .title {
  color: #FFF;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 41px;
}
.sec-25 .top-img .box .right .btn {
  border-radius: 2px;
  background: #FFF;
  width: 208.049px;
  height: 48px;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 11px;
}
.sec-25 .top-img .box .right .btn:hover {
  background: #539DB5;
}
.sec-25 .top-img .box .item {
  width: 17%;
}
.sec-25 .top-img .box .item .zag {
  color: #D9D9D9;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 12px;
}
.sec-25 .top-img .box .item .text {
  color: #9A9A9A;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.sec-25 .top-img .box .item .text a {
  color: #9A9A9A;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-decoration: underline;
}
.sec-25 .top-img .box .item .text a:hover {
  text-decoration: none;
}
.sec-25 .text-mini {
  color: #949494;
  text-align: center;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 19px 0 0 0;
}

.sec-26 {
  padding: 73px 0 65px 0;
  background: #F9F9F9;
}
.sec-26 .title {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  margin: 0 0 10px 0;
}
.sec-26 .rating {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.sec-26 .rating .icon {
  width: 100px;
}
.sec-26 .rating .text {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
}
.sec-26 .slider2 {
  width: 100%;
  padding: 81px 0 0 0;
  margin: -33px 0 0 0;
}
.sec-26 .slider2 .item {
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.03);
  padding: 8px 10px 8px 10px;
  display: flex;
  justify-content: space-between;
}
.sec-26 .slider2 .item .img {
  width: 262px;
  height: 323px;
  flex-shrink: 0;
}
.sec-26 .slider2 .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-26 .slider2 .item .right {
  width: 58.3%;
  padding: 24px 0 0 0;
}
.sec-26 .slider2 .item .right .icon {
  width: 100px;
  height: 20px;
  margin: 0 0 23px 0;
}
.sec-26 .slider2 .item .right .text {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  width: 90%;
}
.sec-26 .slider2 .swiper-button-next, .sec-26 .slider2 .swiper-button-prev {
  position: absolute;
  margin: 0;
  width: 43px;
  height: 43px;
  top: 0;
}
.sec-26 .slider2 .swiper-button-next:after, .sec-26 .slider2 .swiper-button-prev:after {
  display: none;
}
.sec-26 .slider2 .swiper-button-next {
  right: 0;
}
.sec-26 .slider2 .swiper-button-prev {
  right: 46px;
  left: auto;
}
.sec-26 .slider2 .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 5px;
  position: initial;
  margin: 31px 0 0 0;
}
.sec-26 .slider2 .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: #D9D9D9;
  transition: all 0.5s;
  border-radius: 15px;
  opacity: 1;
  margin: 0;
}
.sec-26 .slider2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #539DB5;
}

.sec-27 {
  background: #539DB5;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.03);
  padding: 22px 0;
}
.sec-27 .box {
  justify-content: center;
  margin: 0 0 0 74px;
  gap: 30px;
}
.sec-27 .box a {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: url("../img/tel1.svg") 0 50% no-repeat;
  padding: 0 0 0 57px;
}
.sec-27 .box .text {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  margin: -3px 0 0 0;
}

.sec-28 {
  padding: 75px 0 74px 0;
}
.sec-28 .title {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 auto 47px auto;
  max-width: 500px;
}
.sec-28 .text {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  display: flex;
  justify-content: flex-start;
  max-width: 870px;
  margin: 0 auto 47px auto;
  gap: 14px;
}
.sec-28 .text:before {
  content: "";
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  background: #8DCFFD;
  border-radius: 20px;
  margin: 3px 0 0 0;
}
.sec-28 #dostavka {
  width: 100%;
  height: 563px;
}
.sec-28 #dostavka .info-window {
  padding: 8px 12px 8px 40px;
  border-radius: 12px;
  background-color: #313133;
  background-image: url("../img/info-icon.svg");
  background-position: 10px 8px;
  background-repeat: no-repeat;
  color: #f2f5fa;
  font-size: 14px;
  line-height: 20px;
  min-width: max-content;
}
.sec-28 #dostavka .delivery-sum-window {
  width: 220px;
  padding: 10px 12px;
  background-color: #212326;
  border-radius: 12px;
  box-sizing: border-box;
}
.sec-28 #dostavka .delivery-sum-title {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
.sec-28 #dostavka .delivery-sum-content {
  margin-top: 8px;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
}
.sec-28 #dostavka .delivery-sum-footer {
  font-weight: 500;
  font-size: 14px;
  color: #f2f5fa;
  opacity: 0.7;
}
.sec-28 #dostavka .delivery-cost-window {
  margin-top: 16px;
  width: 220px;
  padding: 8px;
  background-color: #ffffff;
  border-radius: 12px;
  box-sizing: border-box;
  box-shadow: 0px 4px 12px 0px rgba(95, 105, 131, 0.1019607843);
}
.sec-28 #dostavka .delivery-cost-title {
  height: 40px;
  padding: 8px;
  font-weight: 500;
  font-size: 16px;
  box-sizing: border-box;
}
.sec-28 #dostavka .delivery-cost-content {
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sec-28 #dostavka .delivery-cost-footer {
  box-sizing: border-box;
  padding: 4px 8px 8px 8px;
  height: 32px;
  font-size: 14px;
}
.sec-28 #dostavka .delivery-item {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.sec-28 #dostavka .delivery-item-colorbox {
  border-style: solid;
  border-width: 3px;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-radius: 4px;
}
.sec-28 #dostavka .divider {
  border-top: 1px solid rgba(92, 94, 102, 0.14);
  border-bottom: none;
  border-radius: 8px;
  margin: 8px;
}
.sec-28 #dostavka .hidden {
  display: none;
}
.sec-28 #dostavka .ymaps3--search-control__input {
  background: #fff;
  display: none;
}

.sec-29 {
  padding: 50px 0 50px 0;
  background: #F9F9F9;
}
.sec-29 .title {
  color: #539DB5;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 500px;
  margin: 0 auto 52px auto;
}
.sec-29 .box {
  max-width: 1060px;
  margin: 0 auto 55px auto;
  flex-wrap: nowrap;
  gap: 18px;
}
.sec-29 .box .item {
  width: 33%;
  height: 100%;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0 4px 21px 0 rgba(88, 88, 88, 0.08);
  padding: 33px 43px 33px 36px;
  margin: 27px 0 0 0;
}
.sec-29 .box .item.big {
  background: linear-gradient(176deg, #FFF 50.91%, #E8F9FF 131.55%);
  box-shadow: 0 4px 34px 0 rgba(88, 88, 88, 0.23);
  margin: 0;
  padding: 24px 43px 42px 36px;
}
.sec-29 .box .item.big .zag {
  margin-bottom: 3px;
}
.sec-29 .box .item.big .txt {
  margin-bottom: 19px;
}
.sec-29 .box .item.big .price {
  font-size: 24px;
}
.sec-29 .box .item.big .btn {
  background: #539DB5;
}
.sec-29 .box .item.big .btn:hover {
  background: #C3C3C3;
}
.sec-29 .box .item .zag {
  color: #000;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 5px;
}
.sec-29 .box .item .txt {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 24px;
}
.sec-29 .box .item .price {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 37px;
}
.sec-29 .box .item .list {
  margin-bottom: 27px;
}
.sec-29 .box .item .list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sec-29 .box .item .list ul li {
  color: #464646;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 210%;
  border-bottom: 1px solid #DDD;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
  margin: 0 0 -1px 0;
}
.sec-29 .box .item .list ul li:before {
  content: "";
  background: url("../img/yes.svg") 0 0 no-repeat;
  width: 19px;
  height: 19px;
  flex-shrink: 0;
}
.sec-29 .box .item .list ul li.red {
  color: #C84848;
}
.sec-29 .box .item .list ul li.red:before {
  background: url("../img/no.svg") 0 0 no-repeat;
}
.sec-29 .box .item .btn {
  background: #C3C3C3;
  width: 100%;
  height: 49px;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-29 .box .item .btn:hover {
  background: #539DB5;
}
.sec-29 .box .item .pro {
  border-radius: 99px;
  border: 1px solid #539DB5;
  width: 116px;
  height: 30px;
  color: #539DB5;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 26px auto;
}
.sec-29 .text {
  color: #949494;
  text-align: center;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.sec-30 {
  padding: 97px 0 94px 0;
}
.sec-30 .title {
  color: #539DB5;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 435px;
  margin: 0 auto 54px auto;
}
.sec-30 .box {
  gap: 20px 0;
}
.sec-30 .box .item {
  border-radius: 4px;
  border: 6px solid #EAF6F9;
  height: 215px;
  width: 24%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-31 {
  background: #539DB5;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.03);
  padding: 19px 0 23px 0;
}
.sec-31 .box {
  max-width: 930px;
  margin: 0 auto;
}
.sec-31 .box .text {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
}
.sec-31 .box .btn {
  border-radius: 2px;
  background: #FFF;
  width: 208.049px;
  height: 48px;
  flex-shrink: 0;
  color: #000;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-31 .box .btn:hover {
  background: #C3C3C3;
}
.sec-31 + .sec-6 {
  padding: 60px 0 74px 0;
  background: #F9F9F9;
}
.sec-31 + .sec-6 .title {
  text-align: center;
  color: #539DB5;
  margin-bottom: 49px;
}

.sec-32 {
  padding: 109px 0 0 0;
}
.sec-32 .title {
  color: #539DB5;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 62px;
}
.sec-32 .box {
  gap: 12px 0;
}
.sec-32 .box .item {
  border-radius: 4px;
  background: #F9F9F9;
  width: 49.7%;
  padding: 54px 20px 0 20px;
}
.sec-32 .box .item .zag {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 21px;
}
.sec-32 .box .item .text {
  color: #686868;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin: 0 auto 32px auto;
  width: 60%;
}
.sec-32 .box .item .img {
  width: 218px;
  height: 215px;
  margin: 0 auto;
}
.sec-32 .box .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec-33 {
  padding: 130px 0 103px 0;
}
.sec-33 .title {
  color: #539DB5;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 73px;
}
.sec-33 table {
  width: 100%;
  border-collapse: collapse;
}
.sec-33 table th {
  color: #878787;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase;
  border-bottom: 1px solid #539DB5;
  text-align: left;
  width: 29.8%;
  padding: 0 0 9px 0;
}
.sec-33 table th:first-child {
  width: 50.4%;
}
.sec-33 table th:last-child {
  width: 30.7%;
}
.sec-33 table td {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  border-bottom: 1px solid #E7E7E7;
  width: 29.8%;
  padding: 14px 0 35px 0;
}
.sec-33 table td:first-child {
  width: 50.4%;
  font-weight: 500;
}
.sec-33 table td:last-child {
  width: 30.7%;
}
.sec-33 + .sec-24 {
  padding: 58px 0 88px 0;
}
.sec-33 + .sec-24 .title {
  color: #539DB5;
  text-align: center;
  margin-bottom: 52px;
}

@media (max-width: 1532px) {
  .wrapper {
    max-width: 1320px;
  }
  .sec-1 .slider .title {
    width: 65%;
  }
  .sec-1 .slider .box .text {
    width: 22%;
  }
  .sec-1 .slider .box .btn {
    width: 141px;
  }
  .sec-3 .tabs-wrapper .tabs-content .tab-item .box .item {
    width: 23.9%;
  }
  .sec-8 .box .item {
    width: 25%;
  }
  .sec-8 .new .box .left {
    width: 40%;
  }
  footer .box:last-child .left {
    width: 43%;
  }
  footer .box:last-child .right {
    width: 31%;
  }
  .sec-18 .box .form {
    margin: 0;
  }
  .sec-18 .box .tel .soc {
    right: -30px;
    gap: 3px;
  }
  .sec-22 .box .left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .sec-22 .box .left .img {
    height: auto;
  }
  .sec-22 .box .left .img img {
    object-fit: contain;
  }
  .sec-22 .box .right {
    padding: 5px 0 0 0;
  }
  .sec-25 .top-img .box:first-child {
    padding: 0;
  }
  .sec-25 .top-img .box .item {
    width: 20%;
  }
  .sec-26 .slider2 .item .right {
    width: 55%;
  }
}
@media (max-width: 1399px) {
  .wrapper {
    max-width: 1140px;
  }
  header .box .menu {
    width: 48%;
    margin: 8px 0 0 20px;
  }
  .sec-1 .slider .title {
    width: 76%;
  }
  .sec-1 .slider .box .zag {
    width: 25%;
  }
  .sec-1 .slider .box .text {
    width: 26%;
  }
  .sec-2 .box .item {
    width: 20%;
  }
  .sec-3 .tabs-wrapper .tabs-content .tab-item .box .item {
    width: 23.7%;
  }
  .sec-4 .title {
    width: 46%;
  }
  .sec-4 .box .item {
    width: 20%;
    padding: 0 2px 0 0;
  }
  .sec-6 .box .item {
    width: 34.3%;
  }
  .sec-8 .box .item {
    width: 30%;
    padding: 0 0 0 20px;
  }
  .sec-8 .box .item:first-child {
    width: 25%;
    padding: 0;
  }
  .sec-8 .box .item.big a {
    line-height: 160%;
    height: auto;
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 35px 0 0;
  }
  .sec-8 .new .box .left .text {
    width: 100%;
  }
  .sec-8 .new .box .left .info {
    width: 100%;
  }
  .sec-8 .new .box .right {
    width: 60%;
    height: 100%;
  }
  .sec-8 .new .box .right .item .zag {
    width: 100%;
  }
  .sec-9 .box .item {
    width: 24%;
  }
  footer .box:last-child .right {
    width: 36%;
  }
  .sec-16 .box .item {
    height: 280px;
  }
  .sec-17 .top-img .box .text {
    width: 59%;
    margin: 0;
  }
  .sec-18 .box .tel {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .sec-18 .box .tel .soc {
    right: auto;
    left: 275px;
  }
  .sec-18 .box .text {
    width: 49%;
    padding: 22px 0 0 0;
  }
  .sec-18 .box .form {
    width: 49%;
  }
  .sec-19 {
    padding: 100px 0;
  }
  .sec-19 .box .left {
    width: 100%;
    margin-bottom: 40px;
  }
  .sec-19 .box .right {
    width: 100%;
    height: auto;
    min-height: 350px;
    margin: 0;
  }
  .sec-20 .top-img .box .left {
    width: 40%;
  }
  .sec-20 .top-img .box .right {
    width: 20%;
  }
  .sec-20 .zag-mini {
    margin: 0 0 35px 0;
  }
  .sec-20 .info {
    margin: 0 0 63px 0;
  }
  .sec-20 .zag {
    width: 100%;
    margin: 0 0 50px 0;
  }
  .sec-20 .box .right {
    margin: 0;
    padding: 20px;
  }
  .sec-20 .box .right .text {
    width: 66%;
  }
  .sec-20 .box .right .text a {
    margin: 0;
  }
  .sec-21 .box .left {
    font-size: 24px;
  }
  .sec-22 .box .left .title {
    margin: 0 0 33px 0;
    width: 100%;
  }
  .sec-22 .box .right .text ul li {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .sec-22 .box .right .text ul li br {
    display: none;
  }
  .sec-23 .box .item {
    width: 20%;
  }
  .sec-25 .top-img .box:last-child {
    justify-content: flex-start;
    gap: 15px;
  }
  .sec-25 .top-img .box .right {
    width: 63%;
  }
  .sec-25 .top-img .box .item {
    width: 32%;
  }
  .sec-26 .slider2 .item .img {
    width: 190px;
  }
  .sec-26 .slider2 .item .right {
    width: 61%;
    padding: 0;
  }
  .popup-fade-menu .popup .box {
    gap: 0 110px;
  }
  .popup-fade-menu .popup .box:nth-child(2) {
    gap: 0 145px;
  }
  .popup-fade-menu .popup .box:nth-child(3) {
    gap: 0 140px;
  }
}
@media (max-width: 1199px) {
  .wrapper {
    max-width: 960px;
  }
  header.sticky .box .mobile-menu {
    top: 70px;
  }
  header .box .menu {
    display: none;
  }
  header .box .mobile-menu {
    display: block;
    position: absolute;
    left: 0;
    top: 114px;
    background: #fff;
    margin: 0;
    width: 100%;
    height: 100vh;
    max-width: 0;
    overflow: hidden;
    transition: all 0.5s;
  }
  header .box .mobile-menu.active {
    max-width: 100%;
  }
  header .box .mobile-menu ul {
    list-style: none;
    padding: 0 14px;
    margin: 0;
  }
  header .box .mobile-menu ul li {
    position: relative;
    border-bottom: 1px solid #D7D7D7;
    padding: 14px 0;
  }
  header .box .mobile-menu ul li.dropdown > a, header .box .mobile-menu ul li.top-li > a {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    white-space: nowrap;
  }
  header .box .mobile-menu ul li.dropdown > a.active, header .box .mobile-menu ul li.top-li > a.active {
    color: #539DB5;
  }
  header .box .mobile-menu ul li .caret {
    background: url("../img/li.svg") 50% 50% no-repeat;
    width: 20px;
    height: 47px;
    transition: all 0.5s;
    transform: rotate(0deg);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  header .box .mobile-menu ul li .caret.active {
    background: url("../img/li1.svg") 50% 50% no-repeat;
    transform: rotate(180deg);
  }
  header .box .mobile-menu ul li ul {
    list-style-type: disc;
    padding: 8px 0 11px 20px;
    display: none;
  }
  header .box .mobile-menu ul li ul li {
    color: #539DB5;
    border: none;
    padding: 0;
  }
  header .box .mobile-menu ul li ul li.none-link {
    list-style: none;
    margin: 19px 0 5px -20px;
  }
  header .box .mobile-menu ul li ul li.none-link:first-child {
    margin: 0 0 5px -20px;
  }
  header .box .mobile-menu ul li ul li.none-link a {
    color: #5E5E5E;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  header .box .mobile-menu ul li ul li a {
    color: #539DB5;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    white-space: nowrap;
  }
  header .box .chat {
    margin: -2px 0 0 0;
  }
  header .box .burger {
    display: flex;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #9AD5E8;
    background: transparent;
    width: 43px;
    height: 43px;
    border-radius: 50px;
    gap: 5px;
    padding: 0 10px;
    margin: -2px 0 0 5px;
  }
  header .box .burger span {
    background: #9AD5E8;
    width: 100%;
    height: 2px;
    transition: all 0.5s;
    opacity: 1;
    transform: rotate(0deg);
  }
  header .box .burger.active span {
    transform: rotate(45deg);
    margin-bottom: -7px;
  }
  header .box .burger.active span:nth-child(2) {
    opacity: 0;
  }
  header .box .burger.active span:last-child {
    transform: rotate(-45deg);
    margin: 0;
  }
  header .popup-fade-menu {
    display: none !important;
  }
  .breadcrumb ol {
    overflow: scroll;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
  }
  .breadcrumb ol::-webkit-scrollbar {
    width: 0;
    display: none;
  }
  .breadcrumb ol li {
    white-space: nowrap;
  }
  .sec-1 .slider .title {
    width: 80%;
  }
  .sec-1 .slider .box .zag {
    width: 29%;
  }
  .sec-1 .slider .box .text {
    width: 31%;
  }
  .sec-2 .box {
    justify-content: flex-start;
    gap: 10px;
  }
  .sec-2 .box .item {
    width: 32%;
  }
  .sec-3 .tabs-wrapper .tabs-content .tab-item .box .item {
    width: 31.8%;
  }
  .sec-4 .box {
    justify-content: flex-start;
    gap: 10px;
  }
  .sec-4 .box .item {
    width: 32%;
    background-position: 90% 34px;
  }
  .sec-4 .box .item:nth-child(even) {
    background-position: 90% 34px;
  }
  .sec-8 .box .item {
    width: 49%;
  }
  .sec-8 .box .item:first-child {
    width: 49%;
  }
  .sec-8 .box .item.big {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0;
  }
  .sec-8 .new .box .left {
    width: 100%;
  }
  .sec-8 .new .box .left .text {
    margin-bottom: 40px;
  }
  .sec-8 .new .box .left .info {
    padding: 20px 0 20px 76px;
    margin: 0 0 50px 0;
  }
  .sec-8 .new .box .right {
    width: 100%;
  }
  .sec-9 .box:last-child {
    justify-content: flex-start;
    gap: 20px 10px;
  }
  .sec-9 .box .item {
    width: 32%;
  }
  .sec-10 .box .left {
    width: 100%;
    text-align: center;
  }
  .sec-10 .box .left .text {
    width: 100%;
  }
  .sec-10 .box .right {
    width: 100%;
    padding: 29px 0 0 0;
  }
  .sec-10 .box .right form input {
    width: 80%;
  }
  footer .box .menu {
    width: 24%;
  }
  footer .box:last-child .left {
    width: 45%;
  }
  footer .box:last-child .right {
    width: 42%;
  }
  .popup-fade-search .popup {
    max-width: 920px;
  }
  .sec-12 .box .left {
    width: 20%;
  }
  .sec-12 .box .right {
    width: 78%;
  }
  .sec-12 .box .right .item .text {
    width: 100%;
  }
  .sec-17 .box {
    gap: 15px 0;
  }
  .sec-17 .box .item {
    width: 32.5%;
  }
  .sec-20 .top-img .box .left {
    width: 54%;
  }
  .sec-20 .top-img .box .right {
    width: 25%;
  }
  .sec-20 .info {
    padding: 20px;
    align-items: center;
  }
  .sec-20 .info .left {
    line-height: 120%;
    padding: 0;
  }
  .sec-20 .box .right {
    height: 100%;
  }
  .sec-20 .box .right .icon {
    width: 135px;
  }
  .sec-21 .box {
    margin-bottom: 50px;
  }
  .sec-21 .box .left {
    width: 100%;
    margin-bottom: 40px;
  }
  .sec-21 .box .left br {
    display: none;
  }
  .sec-21 .box .right {
    width: 100%;
  }
  .sec-23 .box {
    justify-content: flex-start;
    gap: 20px 10px;
  }
  .sec-23 .box .item {
    width: 32.6%;
  }
  .sec-24 .panel .panel-collapse .panel-body {
    padding: 4px 27px 29px 27px;
  }
  .sec-25 .top-img .box .right {
    width: 55%;
  }
  .sec-25 .top-img .box .right .title {
    font-size: 45px;
  }
  .sec-26 .slider2 .item {
    align-items: center;
  }
  .sec-26 .slider2 .item .img {
    width: 262px;
  }
  .sec-26 .slider2 .item .right {
    width: 67%;
  }
  .sec-27 .box {
    margin: 0;
  }
  .sec-29 .box .item {
    padding: 33px 20px 33px 20px;
  }
  .sec-29 .box .item.big {
    padding: 24px 20px 42px 20px;
  }
  .sec-32 .box .item .text {
    width: 100%;
  }
  .sec-33 table th {
    width: 20%;
  }
  .sec-33 table th:first-child {
    width: 60%;
  }
  .sec-33 table th:last-child {
    width: 20%;
  }
  .sec-33 table td {
    width: 20%;
  }
  .sec-33 table td:first-child {
    width: 60%;
  }
  .sec-33 table td:first-child br {
    display: none;
  }
  .sec-33 table td:last-child {
    width: 20%;
  }
}
@media (max-width: 991px) {
  .wrapper {
    max-width: 720px;
  }
  header .box .logo {
    width: 40%;
  }
  .sec-1 .slider .title {
    width: 100%;
    font-size: 40px;
  }
  .sec-1 .slider .title img {
    margin: 0 0 -6px 0;
    width: 30px;
  }
  .sec-1 .slider .box .zag {
    width: 30%;
    font-size: 19px;
  }
  .sec-1 .slider .box .text {
    width: 70%;
    padding: 24px 0 0 20px;
  }
  .sec-1 .slider .box .price {
    margin: 0;
  }
  .sec-2 .box .item {
    width: 49%;
  }
  .sec-3 .tabs-wrapper .tabs {
    width: 100%;
  }
  .sec-3 .tabs-wrapper .tabs .tab {
    padding: 14px 7px;
  }
  .sec-3 .tabs-wrapper .tabs .tab:first-child {
    padding: 14px 20px;
  }
  .sec-3 .tabs-wrapper .tabs-content .tab-item .box .item {
    width: 48%;
  }
  .sec-4 .title {
    width: 74%;
  }
  .sec-4 .box .item {
    width: 49.2%;
  }
  .sec-5 .wrapper:before {
    left: -200px;
  }
  .sec-5 .wrapper:after {
    right: -200px;
  }
  .sec-6 .box {
    margin: 0;
  }
  .sec-6 .box .item {
    width: 51.5%;
  }
  .sec-8.stati-tema .box .item {
    width: 49% !important;
    margin-bottom: 20px !important;
  }
  .sec-8.stati-tema .box .item:nth-child(even) {
    border: none;
  }
  .sec-9 .box .item {
    width: 49%;
  }
  .sec-11 .box {
    gap: 20px 10px;
  }
  .sec-11 .box .item {
    width: 49%;
  }
  footer .box {
    gap: 20px 0;
  }
  footer .box .left {
    width: 100%;
    margin-bottom: 50px;
  }
  footer .box .left .tel {
    margin: 0 auto 30px auto;
  }
  footer .box .left .address {
    margin: 0 auto;
  }
  footer .box .right {
    width: 100%;
  }
  footer .box .menu {
    width: 32%;
  }
  footer .box:last-child .left {
    width: 100%;
    margin-bottom: 20px;
  }
  footer .box:last-child .right {
    width: 58%;
  }
  .popup-fade-search .popup {
    max-width: 700px;
  }
  .sec-12 .box .left {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .sec-12 .box .left ul {
    display: flex;
    gap: 5px;
  }
  .sec-12 .box .right {
    width: 100%;
  }
  .sec-15 .title {
    font-size: 40px;
  }
  .sec-16 .box .item {
    width: 33.4%;
  }
  .sec-17 .top-img .title {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .sec-17 .top-img .box .text {
    width: 45%;
    margin: 0;
    font-size: 20px;
  }
  .sec-17 .box .item {
    width: 49%;
  }
  .sec-18 .top-map .title {
    font-size: 40px;
  }
  .sec-18 .box .text {
    width: 100%;
  }
  .sec-18 .box .form {
    width: 100%;
  }
  .sec-20 .top-img .box .left {
    width: 68%;
  }
  .sec-20 .top-img .box .right {
    width: 31%;
  }
  .sec-20 .box .left {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .sec-20 .box .right {
    width: 100%;
  }
  .sec-22 .box .left {
    width: 100%;
  }
  .sec-22 .box .right {
    width: 100%;
  }
  .sec-23 .box .item {
    width: 32.3%;
  }
  .sec-25 .top-img .box .img {
    margin: 0 auto;
    order: 1;
  }
  .sec-25 .top-img .box .right {
    width: 100%;
    margin-bottom: 20px;
  }
  .sec-25 .top-img .box .right .btn {
    margin: 0 auto;
  }
  .sec-25 .top-img .box .item {
    width: 31%;
  }
  .sec-26 .slider2 .item .right {
    width: 57%;
  }
  .sec-26 .slider2 .item .right .text {
    width: 100%;
  }
  .sec-27 .box {
    gap: 0;
  }
  .sec-27 .box a {
    padding: 5px 0 5px 57px;
  }
  .sec-29 .box {
    flex-wrap: wrap;
  }
  .sec-29 .box .item {
    width: 100%;
    margin: 0;
  }
  .sec-30 .box {
    gap: 20px;
    justify-content: flex-start;
  }
  .sec-30 .box .item {
    width: 31.4%;
  }
  .sec-31 .box {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .wrapper {
    max-width: 540px;
  }
  header.sticky .box .mobile-menu {
    top: 50px;
  }
  header .top .box .address {
    padding: 0;
    background: none;
  }
  header .top .box .address span {
    display: none;
  }
  header .box .logo {
    width: 159px;
  }
  header .box .tel {
    margin: -2px 22px 0 auto;
    width: 22px;
  }
  header .box .tel a {
    background: url("../img/tel.svg") 50% 50% no-repeat;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 0;
  }
  header .box .tel .rad {
    display: none;
  }
  header .box .chat {
    margin: -2px 0 0 0;
    width: 22px;
  }
  header .box .chat .popup-open-map {
    display: none;
  }
  header .box .chat a {
    width: 22px;
    height: 22px;
    border: none;
  }
  header .box .burger {
    border: none;
    width: 22px;
    height: 22px;
    padding: 0;
    margin: -2px 0 0 22px;
  }
  header .box .mobile-menu {
    top: 94px;
  }
  .sec-1 .slider .box .zag {
    width: 40%;
  }
  .sec-1 .slider .box .text {
    width: 60%;
  }
  .sec-1 .slider .box .btn {
    width: 100%;
    margin: 27px 0 0 0;
  }
  .sec-1 .slider .swiper-pagination {
    left: 0;
    right: 0;
    flex-direction: row;
    bottom: 10px;
    top: auto;
  }
  .sec-1 .slider .swiper-pagination .swiper-pagination-bullet {
    width: 24px;
    height: 2px;
  }
  .sec-3 {
    padding: 49px 0;
  }
  .sec-3 .tabs-wrapper .tabs {
    flex-wrap: wrap;
  }
  .sec-3 .tabs-wrapper .tabs .tab {
    width: 100%;
    text-align: center;
  }
  .sec-3 .tabs-wrapper .tabs-content .tab-item .box .item {
    width: 47.4%;
  }
  .sec-4 {
    padding: 50px 0;
  }
  .sec-4 .title {
    width: 100%;
  }
  .sec-4 .box .item {
    width: 49%;
  }
  .sec-5 .wrapper:before {
    left: -170px;
  }
  .sec-5 .wrapper:after {
    right: -170px;
  }
  .sec-6 .box .item {
    width: calc(100% + 12px);
  }
  .sec-7 .slider1 {
    padding: 0;
    margin: 40px 0 0 0;
  }
  .sec-7 .slider1 img {
    height: 250px;
  }
  .sec-7 .slider1 .swiper-button-next, .sec-7 .slider1 .swiper-button-prev {
    bottom: 0;
    margin: auto;
  }
  .sec-7 .slider1 .swiper-button-prev {
    right: auto;
    left: 0;
  }
  .sec-8.stati-tema .box .item {
    width: 100% !important;
    padding: 0 0 20px 0 !important;
    border-bottom: 1px solid #D0D5E5;
  }
  .sec-8.stati-tema .box .item:nth-child(even) {
    border-bottom: 1px solid #D0D5E5;
  }
  .sec-8 .box .item {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .sec-8 .box .item:first-child {
    width: 100%;
    border-bottom: 1px solid #D0D5E5;
    border-right: none;
    padding-bottom: 30px;
  }
  .sec-8 .new {
    padding: 0;
  }
  .sec-8 .new .box .right .item {
    padding: 20px 10px;
  }
  .sec-8 .new .box .right .item .zag {
    width: 100%;
  }
  .sec-8 .new .box .right .item .zag br {
    display: none;
  }
  footer .box .menu {
    width: 49%;
  }
  footer .box:last-child .right {
    width: 77%;
    margin: -4px 0 0 0;
  }
  .popup-fade .popup, .popup-fade-search .popup, .popup-fade-menu .popup, .popup-fade-rek .popup {
    width: 95%;
    padding: 35px 20px 40px 20px;
  }
  .popup-fade-map .popup {
    max-width: 500px;
  }
  .popup-fade-search .popup {
    max-width: 700px;
    padding: 55px 0;
  }
  .popup-fade-search .popup form {
    padding: 20px 20px;
  }
  .popup-fade-search .popup form .reset {
    top: 34px;
    right: 32px;
  }
  .popup-fade-search .popup form .submit {
    top: 40px;
    right: 32px;
  }
  .sec-12 .title {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .sec-12 .box .left ul {
    overflow: scroll;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
  }
  .sec-12 .box .left ul::-webkit-scrollbar {
    width: 0;
    display: none;
  }
  .sec-12 .box .left ul li a {
    white-space: nowrap;
  }
  .sec-13 .title {
    font-size: 40px;
  }
  .sec-14 .title {
    font-size: 40px;
  }
  .sec-14 .item .text {
    width: 100%;
  }
  .sec-14 .item .img {
    height: 250px;
  }
  .breadcrumb {
    margin-top: 95px;
  }
  .sec-16 .top-img {
    height: 200px;
  }
  .sec-16 .top-img .title {
    font-size: 40px;
  }
  .sec-16 .box .item {
    width: 50.1%;
  }
  .sec-17 .top-img {
    height: auto;
    padding: 30px 0;
  }
  .sec-17 .top-img .box .text {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .sec-17 .top-img .box .info {
    width: 100%;
  }
  .sec-19 .box .left .title {
    font-size: 240px;
  }
  .ocenka .sec-3 .title {
    font-size: 40px;
  }
  .buh .sec-3 .title {
    font-size: 40px;
  }
  .sec-20 .top-img .title {
    font-size: 40px;
  }
  .sec-20 .top-img .box .left {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .sec-20 .top-img .box .right {
    width: 100%;
    border: none;
    padding: 0;
  }
  .sec-20 .top-img .box .right .btn {
    width: 100%;
  }
  .sec-20 .zag-mini br {
    display: none;
  }
  .sec-21 .nav ul {
    gap: 16px;
  }
  .sec-21 .box .left .text {
    width: 100%;
  }
  .sec-23 .box .item {
    width: 49%;
  }
  .sec-25 .top-img .box .right .title {
    font-size: 40px;
    text-align: center;
  }
  .sec-25 .top-img .box .item {
    width: 48.5%;
  }
  .sec-26 .slider2 .item {
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sec-26 .slider2 .item .img {
    margin-bottom: 20px;
  }
  .sec-26 .slider2 .item .right {
    width: 100%;
  }
  .sec-30 .box .item {
    width: 48%;
  }
  .sec-31 .box .text {
    line-height: 150%;
    margin-bottom: 20px;
  }
  .sec-32 .box .item {
    width: 100%;
    padding: 20px 20px 0 20px;
  }
}
@media (max-width: 575px) {
  .wrapper {
    max-width: 100%;
  }
  header .box .tel a {
    white-space: nowrap;
  }
  header .box .menu.active {
    max-width: 100%;
  }
  .sec-1 .slider .title {
    font-size: 31px;
  }
  .sec-1 .slider .box .zag {
    width: 100%;
    border-right: none;
    padding: 10px 0 0 0;
  }
  .sec-1 .slider .box .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .sec-2 .box .item {
    width: 100%;
  }
  .sec-2 .chat {
    position: fixed;
    top: auto;
    bottom: 20px;
  }
  .sec-3 .tabs-wrapper .tabs-content .tab-item .box {
    margin: 0;
    width: 100%;
  }
  .sec-3 .tabs-wrapper .tabs-content .tab-item .box.grid1 .item {
    height: auto;
  }
  .sec-3 .tabs-wrapper .tabs-content .tab-item .box .item {
    width: 100%;
    height: auto;
    margin: 0 0 16px 0;
  }
  .sec-4 .box {
    flex-wrap: nowrap;
    overflow: scroll;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
  }
  .sec-4 .box::-webkit-scrollbar {
    width: 0;
    display: none;
  }
  .sec-4 .box .item {
    width: 185px;
    flex-shrink: 0;
  }
  .sec-4 .box .item .num {
    font-size: 40px;
  }
  .sec-4 .box .item .zag {
    font-size: 15px;
  }
  .sec-4 .box .item .text {
    font-size: 13px;
  }
  .sec-5 .box.left {
    animation: line 30s linear infinite alternate;
  }
  .sec-5 .box.right {
    animation: line1 30s linear infinite alternate;
  }
  .sec-6 .box .item {
    margin: 0 0 -82px 0;
  }
  .sec-8 .new .box .right .item {
    width: 100%;
  }
  .sec-9 .box .item {
    width: 100%;
  }
  .sec-10 .box .right form span {
    width: 100%;
  }
  .sec-10 .box .right form input {
    width: 100%;
  }
  .sec-10 .box .right form .btn {
    width: 105px;
    flex-shrink: 0;
  }
  .sec-11 .box .item {
    width: 48%;
  }
  .sec-11 .box .item .zag {
    font-size: 11px;
  }
  footer .box .left .tel {
    width: 100%;
  }
  footer .box .left .tel a {
    font-size: 27px;
  }
  footer .box .left .tel .soc {
    right: 0;
  }
  footer .box .left .address {
    margin: 0;
  }
  footer .box .center {
    margin: 0 auto;
  }
  footer .box .right .lf {
    width: 100%;
    margin-bottom: 28px;
  }
  footer .box .right .lr {
    width: 100%;
  }
  footer .box:last-child .left {
    margin-bottom: 0;
  }
  footer .box:last-child .right {
    width: 100%;
    margin: 0;
  }
  footer .box:last-child .right a {
    flex-wrap: nowrap;
    width: 100%;
    gap: 10px;
  }
  footer .box:last-child .right a .icon {
    flex-shrink: 0;
  }
  .popup-fade-map .popup {
    max-width: 100%;
  }
  .popup-fade-search .popup form .result ul li a {
    padding: 5px 0;
  }
  .popup-fade-search .popup form .result .btn {
    margin: 15px 0 0 0;
  }
  .sec-12 .box .right .pagination ul {
    gap: 10px;
  }
  .sec-12 .box .right .pagination ul li:first-child a {
    font-size: 0;
  }
  .sec-12 .box .right .pagination ul li:last-child a {
    font-size: 0;
  }
  .sec-13 .soc a {
    padding: 9px 13px;
  }
  .sec-13 .nav {
    flex-wrap: wrap;
  }
  .sec-13 .nav a {
    width: 100%;
  }
  .sec-14 .pagination ul {
    gap: 10px;
  }
  .sec-14 .pagination ul li:first-child a {
    font-size: 0;
  }
  .sec-14 .pagination ul li:last-child a {
    font-size: 0;
  }
  .sec-15 .title {
    font-size: 32px;
  }
  .sec-16 .box .item {
    width: 100%;
    margin: 0 0 -1px 0;
  }
  .sec-16 .box .item img {
    transform: scale(1.5);
  }
  .sec-16 .box .item .text {
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
  }
  .sec-16 .pagination ul {
    gap: 10px;
  }
  .sec-16 .pagination ul li:first-child a {
    font-size: 0;
  }
  .sec-16 .pagination ul li:last-child a {
    font-size: 0;
  }
  .sec-17 .top-img .box .info {
    padding: 34px 20px 20px 20px;
  }
  .sec-17 .top-img .box .info .text {
    margin: 0 0 15px 0;
  }
  .sec-17 .top-img .box .info .box .right {
    width: 69%;
  }
  .sec-17 .title {
    font-size: 26px;
  }
  .sec-17 .box .item {
    width: 100%;
  }
  .sec-18 .box .form {
    padding: 20px;
  }
  .sec-19 {
    padding: 50px 0;
  }
  .sec-19 .box .left .title {
    font-size: 170px;
  }
  .sec-19 .box .left .text {
    font-size: 24px;
  }
  .sec-19 .box .right {
    min-height: 250px;
  }
  .ocenka .sec-3 .title {
    font-size: 32px;
  }
  .buh .sec-3 .title {
    font-size: 32px;
  }
  .sec-20 .info {
    flex-wrap: wrap;
    gap: 20px;
  }
  .sec-20 .info .right {
    width: 100%;
  }
  .sec-20 .info .right a {
    width: 100%;
  }
  .sec-20 .zag {
    font-size: 24px;
  }
  .sec-20 .box .right .icon {
    width: 100px;
  }
  .sec-20 .box .right .icon img {
    width: 100%;
  }
  .sec-20 .box .right .text .txt {
    width: 100%;
  }
  .sec-21 .nav ul {
    flex-wrap: nowrap;
    overflow: scroll;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
  }
  .sec-21 .nav ul::-webkit-scrollbar {
    width: 0;
    display: none;
  }
  .sec-21 .nav ul li a {
    white-space: nowrap;
  }
  .sec-21 .box .right table th {
    padding: 0 5px 9px 5px;
  }
  .sec-21 .box .right table td {
    padding: 14px 5px 15px 5px;
  }
  .sec-23 .box .item {
    width: 100%;
  }
  .sec-23 .box .item .icon {
    margin: 0 auto 26px auto;
  }
  .sec-23 .box .item .text {
    text-align: center;
  }
  .sec-25 .top-img .box .right .title {
    font-size: 35px;
  }
  .sec-25 .top-img .box .img {
    width: 100%;
    height: auto;
  }
  .sec-25 .top-img .box .item {
    width: 100%;
  }
  .sec-25 .top-img .box .item .zag br {
    display: none;
  }
  .sec-26 .slider2 .swiper-button-next, .sec-26 .slider2 .swiper-button-prev {
    bottom: 0;
    margin: auto;
  }
  .sec-26 .slider2 .swiper-button-prev {
    right: auto;
    left: 0;
  }
  .sec-27 .box .text {
    line-height: 150%;
    margin: 0;
    text-align: center;
  }
  .sec-28 .title {
    font-size: 28px;
  }
  .sec-30 .box .item {
    width: 100%;
  }
  .sec-31 .box .text {
    text-align: center;
  }
}

/*# sourceMappingURL=style.css.map */
