@font-face {
  font-family: "Roboto";
  src: url("../fonts/RobotoCondensed-Regular.eot");
  src: url("../fonts/RobotoCondensed-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoCondensed-Regular.woff2") format("woff2"), url("../fonts/RobotoCondensed-Regular.woff") format("woff"), url("../fonts/RobotoCondensed-Regular.ttf") format("truetype"), url("../fonts/RobotoCondensed-Regular.svg#RobotoCondensed-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/RobotoCondensed-Medium.eot");
  src: url("../fonts/RobotoCondensed-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoCondensed-Medium.woff2") format("woff2"), url("../fonts/RobotoCondensed-Medium.woff") format("woff"), url("../fonts/RobotoCondensed-Medium.ttf") format("truetype"), url("../fonts/RobotoCondensed-Medium.svg#RobotoCondensed-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/RobotoCondensed-SemiBold.eot");
  src: url("../fonts/RobotoCondensed-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoCondensed-SemiBold.woff2") format("woff2"), url("../fonts/RobotoCondensed-SemiBold.woff") format("woff"), url("../fonts/RobotoCondensed-SemiBold.ttf") format("truetype"), url("../fonts/RobotoCondensed-SemiBold.svg#RobotoCondensed-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@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: "Manrope";
  src: url("../fonts/Manrope-Medium.eot");
  src: url("../fonts/Manrope-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-Medium.woff2") format("woff2"), url("../fonts/Manrope-Medium.woff") format("woff"), url("../fonts/Manrope-Medium.ttf") format("truetype"), url("../fonts/Manrope-Medium.svg#Manrope-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
*, ::after, ::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background: #fff;
  color: #101113;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  padding: 139px 0 0 0;
}
body.hider {
  overflow: hidden;
}

a {
  text-decoration: none;
  transition: all 0.5s;
  color: #101113;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input, button, textarea {
  font-family: "Roboto", sans-serif;
  display: block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  display: block;
  max-width: 100%;
}

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

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

.home {
  padding: 0;
}

header {
  padding: 40px 0 0 0;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
header .box {
  align-items: center;
}
header .box .logo {
  width: 139px;
  position: relative;
  z-index: 10;
  transition: all 0.5s;
  visibility: visible;
}
header .box .logo a {
  width: 100%;
  display: block;
}
header .box .logo a img {
  width: 100%;
  height: 50px;
}
header .box .menu {
  margin-left: 119px;
  width: 34.2%;
  position: relative;
  z-index: 10;
  transition: all 0.5s;
  visibility: visible;
}
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 a {
  color: #101113;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.9px;
}
header .box .menu ul li a:hover {
  color: #89CE0F;
}
header .box .right {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 9999999999;
}
header .box .right .login {
  border-radius: 100px;
  border: 2px solid #101113;
  color: #101113;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  padding: 0 24px;
  gap: 12px;
  letter-spacing: 1px;
  height: 57px;
}
header .box .right .login:after {
  content: "";
  background: #B1F041;
  width: 7px;
  height: 7px;
  flex-shrink: 0;
  border-radius: 100px;
  transition: all 0.5s;
}
header .box .right .login:hover {
  background: #101113;
  color: #fff;
  padding: 0 14px 0 24px;
}
header .box .right .login:hover:after {
  background: #B1F041 url("../img/icon2.svg") 50% 50% no-repeat;
  width: 36px;
  height: 36px;
}
header .box .right .btn {
  border-radius: 100px;
  background: #B1F041;
  border: 2px solid #B1F041;
  color: #101113;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  padding: 0 35px;
  gap: 7px;
  height: 57px;
  letter-spacing: 2px;
}
header .box .right .btn:after {
  content: "";
  background: #101113 url("../img/icon3.svg") 50% 50% no-repeat;
  background-size: 0;
  width: 7px;
  height: 7px;
  flex-shrink: 0;
  border-radius: 100px;
  transition: all 0.5s;
}
header .box .right .btn:hover {
  padding: 0 21px 0 22px;
}
header .box .right .btn:hover:after {
  background-size: 100%;
  width: 36px;
  height: 36px;
}
header .box .right .btn.active {
  padding: 0 21px 0 22px;
}
header .box .right .btn.active:after {
  background-size: 100%;
  background: #101113 url("../img/icon5.svg") 50% 50% no-repeat;
  width: 36px;
  height: 36px;
}
header.sticky {
  position: fixed;
  z-index: 9999999999;
}
header.sticky .box .logo, header.sticky .box .menu, header.sticky .box .login {
  opacity: 0;
  visibility: hidden;
  transition: all 0s;
}
header.sticky .box .login.active {
  opacity: 1;
  visibility: visible;
  transition: all 1s;
}
header.sticky .box .right .btn {
  width: 0;
  height: 0;
  font-size: 0;
  padding: 0;
  border: 0;
  gap: 0;
  animation: 1s linear forwards burger;
}
header.sticky .box .right .btn span {
  overflow: hidden;
  white-space: nowrap;
  width: 0;
  height: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  animation: 0.5s linear 0.5s forwards burger2;
}
header.sticky .box .right .btn:after {
  opacity: 0;
  animation: 1s linear forwards burger1;
}
header.active .logo, header.active .menu {
  opacity: 0;
  visibility: hidden;
}

.pace-done.home header.sticky {
  position: fixed;
  z-index: 9999999999;
}
.pace-done.home header.sticky .box .logo, .pace-done.home header.sticky .box .menu, .pace-done.home header.sticky .box .login {
  opacity: 0;
  visibility: hidden;
  transition: all 0s;
}
.pace-done.home header.sticky .box .login.active {
  opacity: 1;
  visibility: visible;
  transition: all 1s;
}
.pace-done.home header.sticky .box .right .btn {
  width: 0;
  height: 0;
  font-size: 0;
  padding: 0;
  border: 0;
  gap: 0;
  transform: translate(0, 0);
  animation: 1s linear forwards burger;
}
.pace-done.home header.sticky .box .right .btn span {
  overflow: hidden;
  white-space: nowrap;
  width: 0;
  height: 19px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
  animation: 0.5s linear 0.5s forwards burger2;
}
.pace-done.home header.sticky .box .right .btn:after {
  opacity: 0;
  animation: 1s linear forwards burger1;
}

@keyframes burger {
  0% {
    width: 0;
    height: 0;
    font-size: 0;
    padding: 0;
    border: 0;
    gap: 0;
  }
  30% {
    width: 20px;
    height: 20px;
    font-size: 0;
    padding: 0;
    border: 0;
    gap: 0;
  }
  50% {
    width: 57px;
    height: 57px;
    font-size: 0;
    padding: 0;
    border: 0;
    gap: 0;
  }
  70% {
    width: 57px;
    height: 57px;
    font-size: 0;
    padding: 0;
    border: 0;
    gap: 0;
  }
  100% {
    width: 135px;
    height: 57px;
    font-size: 16px;
    padding: 0 35px;
    gap: 7px;
  }
}
@keyframes burger1 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes burger2 {
  0% {
    width: 0;
  }
  50% {
    width: 0;
  }
  70% {
    width: 0;
  }
  100% {
    width: 47px;
  }
}
.sec-1 {
  overflow: hidden;
  transition: all 0.5s;
  padding-bottom: 260px;
  position: relative;
  z-index: 0;
}
.sec-1.sec_style_1 {
  background: #02021A;
}
.sec-1.sec_style_2 {
  background: #02021A;
}
.sec-1.sec_style_3 {
  background: #02021A;
}
.sec-1.sec_style_4 {
  background: #02021A;
}
.sec-1 .box {
  position: relative;
  /*&:before{
    content: "";
    width: 512px;
    height: 512px;
    background: url("../img/IconMain.png") 0 0 no-repeat;
    position: absolute;
    left: -328px;
    top: -600px;
    animation: 10s linear 1s infinite running slide-in;
  }
  @keyframes slide-in {
    from {
      top: -600px;
    }
    to {
      top: 1200px;
    }
  }*/
}
.sec-1 .box .left {
  width: 60%;
  padding: 161px 0 0 0;
}
.sec-1 .box .left .city {
  margin-bottom: 98px;
  position: relative;
  z-index: 1;
}
.sec-1 .box .left .city a {
  color: #101113;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  background: url("../img/icon.svg") 0 50% no-repeat;
  width: fit-content;
  padding: 0 0 0 24px;
  letter-spacing: 1px;
  display: block;
}
.sec-1 .box .left .city a:hover {
  background: url("../img/icon1.svg") 0 50% no-repeat;
}
.sec-1 .box .left .city a.info-win {
  border-radius: 15px;
  background: #B1F041;
  backdrop-filter: blur(29.7000007629px);
  width: 353px;
  height: 86px;
  flex-shrink: 0;
  color: #101113;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  text-align: left;
  margin: 16px 0 0 0;
  padding: 16px;
}
.sec-1 .box .left .title {
  font-family: "Manrope", sans-serif;
  color: #101113;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  width: 70%;
  margin-bottom: 26px;
  mix-blend-mode: difference;
  position: relative;
  z-index: 1;
}
.sec-1 .box .left .text {
  color: #101113;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1.2px;
  width: 70%;
  margin-bottom: 142px;
  mix-blend-mode: difference;
  position: relative;
  z-index: 1;
}
.sec-1 .box .left .text ul {
  list-style: none;
  padding: 0;
}
.sec-1 .box .left .text ul li {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 16px;
}
.sec-1 .box .left .text ul li:last-child {
  margin-bottom: 0;
}
.sec-1 .box .left .text ul li:before {
  content: "";
  background: url("../img/li.svg") 0 0 no-repeat;
  width: 17px;
  height: 17px;
  margin-top: 3px;
  flex-shrink: 0;
}
.sec-1 .box .left .list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px;
}
.sec-1 .box .left .list .item {
  border-radius: 5px;
  background: #F1F1F1;
  backdrop-filter: blur(29.7000007629px);
  color: #101113;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding: 14px 23px 16px 24px;
  letter-spacing: 1px;
}
.sec-1 .box .left .list .item:hover {
  background: #B1F041;
}
.sec-1 .right {
  max-width: 693px;
  width: 100%;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.sec-1 .right .slider {
  width: 100%;
}
.sec-1 .right .slider .swiper-wrapper {
  margin-left: -16px;
}
.sec-1 .right .slider .swiper-slide-shadow {
  background: none;
}
.sec-1 .right .slider .swiper-slide {
  overflow: visible;
  width: 493px;
}
.sec-1 .right .slider .swiper-slide:nth-child(2) .item {
  background: #B1F041;
}
.sec-1 .right .slider .swiper-slide:nth-child(2) .item:before {
  background: #B1F041;
}
.sec-1 .right .slider .swiper-slide:nth-child(3) .item {
  background: #D9FF94;
}
.sec-1 .right .slider .swiper-slide:nth-child(3) .item:before {
  background: #D9FF94;
}
.sec-1 .right .slider .swiper-slide:nth-child(4) .item {
  background: #E6FFB8;
}
.sec-1 .right .slider .swiper-slide:nth-child(4) .item:before {
  background: #E6FFB8;
}
.sec-1 .right .slider .swiper-slide.swiper-slide-active .item {
  background: #fff !important;
  pointer-events: initial;
}
.sec-1 .right .slider .swiper-slide.swiper-slide-active .item:before {
  background: #fff !important;
}
.sec-1 .right .slider .swiper-slide.swiper-slide-active .item .name {
  opacity: 1;
}
.sec-1 .right .slider .swiper-slide.swiper-slide-active .progress {
  opacity: 1;
}
.sec-1 .right .slider .swiper-slide.swiper-slide-active .progress span {
  animation-name: progres;
  animation-duration: 5s;
  animation-fill-mode: forwards;
}
@keyframes progres {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.sec-1 .right .slider .item {
  display: block;
  width: 100%;
  padding: 207px 0 26px 0;
  position: relative;
  transition: all 0.5s;
  pointer-events: none;
}
.sec-1 .right .slider .item:before {
  content: "";
  width: 100%;
  height: calc(100% + 210px);
  position: absolute;
  left: 0;
  top: -100px;
  transition: all 0.5s;
}
.sec-1 .right .slider .item .img {
  width: 100%;
  height: 360px;
  margin: 0 0 79px 0;
  position: relative;
  z-index: 1;
}
.sec-1 .right .slider .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-1 .right .slider .item .name {
  color: #101113;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0 0 21px 16px;
  letter-spacing: 1.3px;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
  opacity: 0;
}
.sec-1 .right .slider .progress {
  position: absolute;
  left: 18px;
  bottom: 30px;
  z-index: 10;
  width: 431px;
  height: 3px;
  background: #7E7E7E;
  opacity: 0;
}
.sec-1 .right .slider .progress span {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 0;
  height: 3px;
  background: #101113;
  transform: rotate(180deg);
}
.sec-1 .right .text {
  border-radius: 0 0 0 24px;
  background: #B1F041;
  color: #101113;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  padding: 69px 17px 62px 17px;
  letter-spacing: 1.3px;
  position: relative;
  z-index: 1;
}

.sec-2 {
  padding: 130px 0 0 0;
}
.sec-2 .box .left {
  width: 28%;
  height: 100%;
  color: #101113;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
  background: #B1F041;
  border-radius: 25px 0 0 25px;
  padding: 34px 0 39px 33px;
  letter-spacing: 2.7px;
  position: relative;
  z-index: 1;
}
.sec-2 .box .left:before {
  content: "";
  background: #B1F041;
  width: 40px;
  height: 43px;
  position: absolute;
  right: 70px;
  bottom: -25px;
}
.sec-2 .box .left:after {
  content: "";
  background: #fff;
  border-radius: 25px;
  width: 55px;
  height: 43px;
  position: absolute;
  right: 84px;
  bottom: -43px;
}
.sec-2 .box .right {
  width: 77.5%;
  background: #B1F041;
  border-radius: 0 25px 25px 25px;
  padding: 40px 132px 38px 172px;
  margin: 0 0 0 -95px;
}
.sec-2 .box .right form > p {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec-2 .box .right form > p span {
  width: 48.4%;
  margin-bottom: 16px;
}
.sec-2 .box .right form > p span span {
  width: 100%;
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin: 0;
}
.sec-2 .box .right form input {
  border-radius: 100px;
  background: #fff;
  color: #404040;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  width: 100%;
  height: 58px;
  border: none;
  padding: 0 15px;
  letter-spacing: 1px;
  outline: none;
}
.sec-2 .box .right form input::placeholder {
  color: #404040;
}
.sec-2 .box .right form .group {
  width: 48.4%;
}
.sec-2 .box .right form .group button {
  width: 100%;
  height: 58px;
  border-radius: 100px;
  background: #101113;
  color: #B1F041;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
  cursor: pointer;
  border: 1px solid #101113;
  padding: 0 83px;
  letter-spacing: 1px;
}
.sec-2 .box .right form .group button:after {
  content: "";
  background: #B1F041;
  width: 7px;
  height: 7px;
  flex-shrink: 0;
  transition: all 0.5s;
  border-radius: 100px;
}
.sec-2 .box .right form .group button:hover:after {
  width: 36px;
  height: 36px;
  background: #B1F041 url("../img/icon4.svg") 50% 50% no-repeat;
}
.sec-2 .box .right form .group .text {
  color: #101113;
  text-align: center;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 5px auto 0 auto;
  width: 83%;
  letter-spacing: 0.7px;
}
.sec-2 .box .right form .group .text a {
  color: #101113;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.sec-2 .box .right form .group .text a:hover {
  text-decoration-line: none;
}
.sec-2 .box .right form .wpcf7-response-output {
  margin: 0;
}

.sec-3 {
  padding: 138px 0 0 0;
}
.sec-3 .title {
  font-family: "Manrope", sans-serif;
  color: #101113;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 48px;
}
.sec-3 .alm-listing {
  display: flex;
  flex-wrap: wrap;
  margin-top: 26px;
}
.sec-3 .alm-listing .item {
  width: 32.2% !important;
  height: 372px !important;
  margin: 0 !important;
}
.sec-3 #ajax-load-more .alm-load-more-btn {
  width: fit-content;
  height: 60px;
  border-radius: 100px;
  background: #B1F041;
  color: #101113;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  cursor: pointer;
  border: 1px solid #02021A;
  padding: 0 41px;
  letter-spacing: 1px;
  margin: 0 auto;
}
.sec-3 #ajax-load-more .alm-load-more-btn:before, .sec-3 #ajax-load-more .alm-load-more-btn:after {
  display: none;
}
.sec-3 #ajax-load-more .alm-load-more-btn:hover {
  background: #02021A;
}
.sec-3 .box, .sec-3 .alm-listing {
  justify-content: flex-start;
  gap: 25.8px;
}
.sec-3 .box .item, .sec-3 .alm-listing .item {
  width: 32.2%;
  height: 288px;
  border-radius: 15px;
  background: #F1F1F1;
  backdrop-filter: blur(29.7000007629px);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 30px;
}
.sec-3 .box .item:nth-child(5) .name, .sec-3 .alm-listing .item:nth-child(5) .name {
  width: 60%;
}
.sec-3 .box .item .box, .sec-3 .alm-listing .item .box {
  justify-content: space-between;
}
.sec-3 .box .item .price, .sec-3 .alm-listing .item .price {
  color: #404040;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.9px;
  opacity: 0;
  transition: all 0.5s;
}
.sec-3 .box .item .date, .sec-3 .alm-listing .item .date {
  color: #404040;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.9px;
}
.sec-3 .box .item .name, .sec-3 .alm-listing .item .name {
  color: #404040;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 1.2px;
  margin: auto 0 0 0;
  width: 70%;
}
.sec-3 .box .item .text, .sec-3 .alm-listing .item .text {
  color: #404040;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  transition: all 0.5s;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  margin-top: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.sec-3 .box .item.light, .sec-3 .alm-listing .item.light {
  border-radius: 24px;
  background: #101113 url("../img/help.svg") 93% 10% no-repeat;
  border: none;
  padding: 15px;
}
.sec-3 .box .item.light .name, .sec-3 .alm-listing .item.light .name {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  margin: auto 0 0 0;
  letter-spacing: 1.8px;
  transition: all 0.5s;
}
.sec-3 .box .item.light:hover, .sec-3 .alm-listing .item.light:hover {
  background: #B1F041 url("../img/help1.svg") 93% 10% no-repeat;
  border: none;
}
.sec-3 .box .item.light:hover .name, .sec-3 .alm-listing .item.light:hover .name {
  color: #101113;
}
.sec-3 .box .item:hover, .sec-3 .alm-listing .item:hover {
  background: #B1F041;
}
.sec-3 .box .item:hover .text, .sec-3 .alm-listing .item:hover .text {
  height: 76px;
  opacity: 1;
  visibility: visible;
  margin-top: 16px;
}
.sec-3 .box .item:hover .price, .sec-3 .alm-listing .item:hover .price {
  opacity: 1;
}
.sec-3 .box .zag, .sec-3 .alm-listing .zag {
  border-radius: 24px;
  background: #F1F1F1 url("../img/nise.svg") 6px 50% no-repeat;
  color: #101113;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  width: 57.6%;
  height: 98px;
  display: flex;
  align-items: center;
  padding: 0 0 0 107px;
  letter-spacing: 1.8px;
}

.sec-4 {
  padding: 149px 0 0 0;
}
.sec-4 .title {
  font-family: "Manrope", sans-serif;
  color: #101113;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 48px;
}
.sec-4 .box {
  align-items: center;
}
.sec-4 .box .item {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-4 .box .item img {
  max-width: 250px;
}

.sec-5 {
  padding: 150px 0 0 0;
}
.sec-5 .title {
  font-family: "Manrope", sans-serif;
  color: #101113;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 48px;
}
.sec-5 .box .item {
  width: 28%;
}
.sec-5 .box .item:last-child .text a:nth-child(2) {
  margin-top: 62px;
}
.sec-5 .box .item .zag {
  color: #101113;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1px;
  margin-bottom: 17px;
}
.sec-5 .box .item .text {
  color: #101113;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 2px;
  margin-bottom: 33px;
}
.sec-5 .box .item .text a {
  color: #101113;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  transition: all 0.5s;
  display: block;
  width: fit-content;
}
.sec-5 .box .item .text a:nth-child(3) {
  margin-top: 33px;
}
.sec-5 .box .item .text a:hover {
  color: #B1F041;
}
.sec-5 #map {
  margin: 47px 0 0 0;
  width: 100%;
  height: 593px;
}
.sec-5 .mobile {
  display: none;
}

.sec-6 {
  padding: 73px 0 0 0;
}
.sec-6 .box {
  border-radius: 25px;
  background: #B1F041;
}
.sec-6 .box .left {
  width: 26%;
  height: 100%;
  position: relative;
  z-index: 1;
  padding: 40px 0 39px 34px;
}
.sec-6 .box .left .title {
  font-family: "Manrope", sans-serif;
  color: #101113;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.sec-6 .box .left .text {
  color: #101113;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1px;
}
.sec-6 .box .right {
  width: 73.8%;
  padding: 71px 42px 38px 0;
}
.sec-6 .box .right form > p {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec-6 .box .right form > p span {
  width: 24%;
}
.sec-6 .box .right form > p span span {
  width: 100%;
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.sec-6 .box .right form input {
  border-radius: 100px;
  background: #FFF;
  color: #404040;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  width: 100%;
  height: 58px;
  border: none;
  padding: 0 15px;
  letter-spacing: 1px;
  outline: none;
}
.sec-6 .box .right form input::placeholder {
  color: #404040;
}
.sec-6 .box .right form button {
  width: 24%;
  height: 58px;
  border-radius: 100px;
  background: #101113;
  color: #B1F041;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
  cursor: pointer;
  border: 1px solid #101113;
  padding: 0 37px;
  letter-spacing: 1px;
}
.sec-6 .box .right form button:after {
  content: "";
  background: #B1F041;
  width: 7px;
  height: 7px;
  flex-shrink: 0;
  transition: all 0.5s;
  border-radius: 100px;
}
.sec-6 .box .right form button:hover:after {
  width: 36px;
  height: 36px;
  background: #B1F041 url("../img/icon4.svg") 50% 50% no-repeat;
}
.sec-6 .box .right form .text {
  width: 100%;
  color: #101113;
  text-align: left;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 12px 0 0 9px;
  letter-spacing: 1px;
}
.sec-6 .box .right form .text a {
  color: #101113;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.sec-6 .box .right form .text a:hover {
  text-decoration-line: none;
}

footer {
  padding: 100px 0 90px 0;
}
footer .box .left {
  width: 33%;
}
footer .box .left .zag {
  color: #101113;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  border-bottom: 1px solid #7E7E7E;
  letter-spacing: 1px;
  width: 100%;
  padding: 0 207px 6px 0;
  margin-bottom: 24px;
}
footer .box .left .list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .box .left .list ul li {
  width: 49%;
  margin-bottom: 18px;
  height: 100%;
}
footer .box .left .list ul li a {
  color: #101113;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  transition: all 0.5s;
  letter-spacing: 1px;
  display: block;
  width: fit-content;
}
footer .box .left .list ul li a:hover {
  color: #B1F041;
}
footer .box .center {
  width: 16%;
  margin: 0 153px 0 auto;
}
footer .box .center .zag {
  color: #101113;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  border-bottom: 1px solid #7E7E7E;
  letter-spacing: 1px;
  padding: 0 0 6px 0;
  margin-bottom: 20px;
}
footer .box .center .list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .box .center .list ul li {
  margin-bottom: 14px;
}
footer .box .center .list ul li a {
  color: #101113;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  transition: all 0.5s;
  letter-spacing: 1px;
}
footer .box .center .list ul li a:hover {
  color: #B1F041;
}
footer .box .right {
  width: 15.3%;
}
footer .box .right .zag {
  color: #101113;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  border-bottom: 1px solid #7E7E7E;
  letter-spacing: 1px;
  padding: 0 0 6px 0;
  margin-bottom: 24px;
}
footer .box .right .list .name {
  color: #101113;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
footer .box .right .list a {
  color: #101113;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  transition: all 0.5s;
  letter-spacing: 1.2px;
  margin-bottom: 28px;
  display: block;
}
footer .box .right .list a:hover {
  color: #B1F041;
}
footer .box .address {
  width: 50%;
  margin: 100px 0 0 0;
}
footer .box .address .text {
  color: #101113;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.9px;
  margin-bottom: 9px;
}
footer .box .address a {
  color: #101113;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  transition: all 0.5s;
  letter-spacing: 1px;
}
footer .box .address a:hover {
  color: #B1F041;
}
footer .box .link {
  width: 23.8%;
  margin: 100px 0 0 0;
}
footer .box .link a {
  color: #101113;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  transition: all 0.5s;
  letter-spacing: 1.2px;
}
footer .box .link a:hover {
  color: #B1F041;
}
footer .foot {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #404040;
  margin: 47px 0 0 0;
  padding: 47px 0 0 0;
}
footer .foot .left {
  width: 50%;
}
footer .foot .left a {
  color: #101113;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  transition: all 0.5s;
  letter-spacing: 1px;
}
footer .foot .left a:hover {
  color: #B1F041;
}
footer .foot .right {
  width: 36.5%;
}
footer .foot .right .text {
  color: #7E7E7E;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.9px;
  margin-bottom: 17px;
}
footer .foot .right .text a {
  color: #7E7E7E;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
footer .foot .right .text a:hover {
  text-decoration-line: none;
}
footer .foot .right .copy {
  color: #7E7E7E;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.8px;
}

.soc-fix {
  position: fixed;
  right: 200px;
  bottom: 50px;
}
.soc-fix.active .tg-fix {
  opacity: 1;
  visibility: visible;
  bottom: 85px;
}
.soc-fix.active .up-soc svg {
  display: none;
}
.soc-fix.active .up-soc svg.close-soc {
  display: block;
}
.soc-fix .tg-fix {
  position: absolute;
  bottom: 0;
  right: 15px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.soc-fix .tg-fix a {
  background: #B1F041;
  border: 5px solid #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 100px;
}
.soc-fix .up-soc {
  background: #B1F041;
  border: 5px solid #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 83px;
  height: 83px;
  border-radius: 100px;
  cursor: pointer;
}
.soc-fix .up-soc svg {
  transition: all 0.5s;
}
.soc-fix .up-soc svg.close-soc {
  display: none;
}

.popup-fade {
  display: block;
  position: fixed;
  z-index: 999999999;
  background: rgba(12, 12, 12, 0.1);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  transition: all 0.5s;
  overflow: hidden;
}
.popup-fade.active {
  animation: 0.5s ease forwards heh;
}
.popup-fade.active .popup .logo {
  animation: 0.5s ease 1.3s forwards opa;
}
.popup-fade.active .popup .search {
  animation: 0.5s ease 1.4s forwards opa;
}
.popup-fade.active .popup .box .left ul li:nth-child(1) {
  animation: 0.5s ease 0.7s forwards opa;
}
.popup-fade.active .popup .box .left ul li:nth-child(2) {
  animation: 0.5s ease 0.8s forwards opa;
}
.popup-fade.active .popup .box .left ul li:nth-child(3) {
  animation: 0.5s ease 0.9s forwards opa;
}
.popup-fade.active .popup .box .left ul li:nth-child(4) {
  animation: 0.5s ease 1s forwards opa;
}
.popup-fade.active .popup .box .left ul li:nth-child(5) {
  animation: 0.5s ease 1.1s forwards opa;
}
.popup-fade.active .popup .box .left ul li:nth-child(6) {
  animation: 0.5s ease 1.2s forwards opa;
}
.popup-fade.active .popup .box .left ul li:nth-child(7) {
  animation: 0.5s ease 1.3s forwards opa;
}
.popup-fade.active .popup .box .left ul li:nth-child(8) {
  animation: 0.5s ease 1.4s forwards opa;
}
.popup-fade.active .popup .box .right .map svg {
  animation: 0.5s ease 0.5s forwards map;
}
.popup-fade.active .popup .box .right .big ul li:nth-child(1) {
  animation: 0.5s ease 0.7s forwards opa;
}
.popup-fade.active .popup .box .right .big ul li:nth-child(2) {
  animation: 0.5s ease 0.8s forwards opa;
}
.popup-fade.active .popup .box .right .big ul li:nth-child(3) {
  animation: 0.5s ease 0.9s forwards opa;
}
.popup-fade.active .popup .box .right .mini ul li:nth-child(1) {
  animation: 0.5s ease 0.7s forwards opa;
}
.popup-fade.active .popup .box .right .mini ul li:nth-child(2) {
  animation: 0.5s ease 0.8s forwards opa;
}
.popup-fade.active .popup .box .right .mini ul li:nth-child(3) {
  animation: 0.5s ease 0.9s forwards opa;
}
.popup-fade.active .popup .box .right .mini ul li:nth-child(4) {
  animation: 0.5s ease 1s forwards opa;
}
.popup-fade.active .popup .box .right .mini ul li:nth-child(5) {
  animation: 0.5s ease 1.1s forwards opa;
}
.popup-fade.active .popup .box .right .box .item:nth-child(1) {
  animation: 0.5s ease 0.7s forwards opa;
}
.popup-fade.active .popup .box .right .box .item:nth-child(2) {
  animation: 0.5s ease 0.8s forwards opa;
}
.popup-fade.active .popup .box .right .box .item:nth-child(3) {
  animation: 0.5s ease 0.9s forwards opa;
}
@keyframes opa {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes heh {
  0% {
    height: 0;
  }
  100% {
    height: 100vh;
  }
}
@keyframes map {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
.popup-fade.active-top {
  height: 100vh;
  top: 0;
  bottom: auto;
  animation: 1s ease forwards heh1;
}
.popup-fade.active-top .popup .box .logo {
  opacity: 1;
  animation: 0.5s ease 0.5s forwards opa1;
}
.popup-fade.active-top .popup .box .search {
  opacity: 1;
  animation: 0.5s ease 0.7s forwards opa1;
}
.popup-fade.active-top .popup .box .left ul li {
  opacity: 1;
}
.popup-fade.active-top .popup .box .left ul li:nth-child(1) {
  animation: 0.5s ease 0.6s forwards opa1;
}
.popup-fade.active-top .popup .box .left ul li:nth-child(2) {
  animation: 0.5s ease 0.6s forwards opa1;
}
.popup-fade.active-top .popup .box .left ul li:nth-child(3) {
  animation: 0.5s ease 0.6s forwards opa1;
}
.popup-fade.active-top .popup .box .left ul li:nth-child(4) {
  animation: 0.5s ease 0.6s forwards opa1;
}
.popup-fade.active-top .popup .box .left ul li:nth-child(5) {
  animation: 0.5s ease 0.6s forwards opa1;
}
.popup-fade.active-top .popup .box .right .map svg {
  transform: translate(0, 0);
  animation: 0.5s ease 0.3s forwards map1;
}
.popup-fade.active-top .popup .box .right .big ul li:nth-child(1) {
  opacity: 1;
  animation: 0.5s ease 0.6s forwards opa1;
}
.popup-fade.active-top .popup .box .right .big ul li:nth-child(2) {
  opacity: 1;
  animation: 0.5s ease 0.5s forwards opa1;
}
.popup-fade.active-top .popup .box .right .big ul li:nth-child(3) {
  opacity: 1;
  animation: 0.5s ease 0.4s forwards opa1;
}
.popup-fade.active-top .popup .box .right .mini ul li:nth-child(1) {
  opacity: 1;
  animation: 0.5s ease 0.6s forwards opa1;
}
.popup-fade.active-top .popup .box .right .mini ul li:nth-child(2) {
  opacity: 1;
  animation: 0.5s ease 0.6s forwards opa1;
}
.popup-fade.active-top .popup .box .right .mini ul li:nth-child(3) {
  opacity: 1;
  animation: 0.5s ease 0.5s forwards opa1;
}
.popup-fade.active-top .popup .box .right .mini ul li:nth-child(4) {
  opacity: 1;
  animation: 0.5s ease 0.5s forwards opa1;
}
.popup-fade.active-top .popup .box .right .mini ul li:nth-child(5) {
  opacity: 1;
  animation: 0.5s ease 0.4s forwards opa1;
}
.popup-fade.active-top .popup .box .right .box .item {
  opacity: 1;
}
.popup-fade.active-top .popup .box .right .box .item:nth-child(1) {
  animation: 0.5s ease forwards opa1;
}
.popup-fade.active-top .popup .box .right .box .item:nth-child(2) {
  animation: 0.5s ease forwards opa1;
}
.popup-fade.active-top .popup .box .right .box .item:nth-child(3) {
  animation: 0.5s ease forwards opa1;
}
@keyframes heh1 {
  0% {
    height: 100vh;
  }
  100% {
    height: 0;
  }
}
@keyframes opa1 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes map1 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 100%);
  }
}
.popup-fade .popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  width: 100%;
  max-height: 100vh;
  height: 100vh;
  margin: auto;
  border-radius: 2px;
  background: #fff;
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 40px 0;
}
.popup-fade .popup::-webkit-scrollbar {
  display: none;
}
.popup-fade .popup .box {
  align-items: center;
}
.popup-fade .popup .box:first-child {
  justify-content: flex-start;
}
.popup-fade .popup .box .logo {
  width: 139px;
  opacity: 0;
}
.popup-fade .popup .box .logo img {
  width: 100%;
  height: 50px;
}
.popup-fade .popup .box .search {
  margin: 0 0 0 117px;
  width: 23.9%;
  opacity: 0;
}
.popup-fade .popup .box .search form {
  position: relative;
  width: 100%;
}
.popup-fade .popup .box .search form input {
  border-radius: 100px;
  border: 1px solid #101113;
  background: #fff;
  color: #404040;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  outline: 0;
  width: 100%;
  height: 57px;
  padding: 0 20px 0 37px;
  letter-spacing: 1px;
  transition: all 0.5s;
}
.popup-fade .popup .box .search form input::placeholder {
  color: #404040;
}
.popup-fade .popup .box .search form input::-webkit-search-decoration, .popup-fade .popup .box .search form input::-webkit-search-cancel-button, .popup-fade .popup .box .search form input::-webkit-search-results-button, .popup-fade .popup .box .search form input::-webkit-search-results-decoration {
  appearance: none;
  width: 11.99px;
  height: 11.99px;
  background: url("../img/icon9.svg") 0 0 no-repeat;
  cursor: pointer;
}
.popup-fade .popup .box .search form input:not(:placeholder-shown) {
  background: #FFF;
}
.popup-fade .popup .box .search form button {
  border: none;
  background: none;
  position: absolute;
  left: 17px;
  top: 18px;
  width: 14px;
  height: 20px;
  cursor: pointer;
}
.popup-fade .popup .box .right {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px;
  margin: 0 0 0 auto;
}
.popup-fade .popup .box .right .login {
  border-radius: 100px;
  border: 2px solid #B1F041;
  color: #101113;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  padding: 0 24px;
  gap: 12px;
  letter-spacing: 1px;
  height: 57px;
}
.popup-fade .popup .box .right .login:after {
  content: "";
  background: #B1F041;
  width: 7px;
  height: 7px;
  flex-shrink: 0;
  border-radius: 100px;
  transition: all 0.5s;
}
.popup-fade .popup .box .right .login:hover {
  background: #B1F041;
  padding: 0 14px 0 24px;
}
.popup-fade .popup .box .right .login:hover:after {
  background: #fff url("../img/icon2.svg") 50% 50% no-repeat;
  width: 36px;
  height: 36px;
}
.popup-fade .popup .box .right .btn {
  border-radius: 100px;
  background: #B1F041;
  border: 2px solid #B1F041;
  color: #101113;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  padding: 0 21px 0 22px;
  gap: 7px;
  height: 57px;
  letter-spacing: 2px;
}
.popup-fade .popup .box .right .btn:after {
  content: "";
  background: #fff url("../img/icon5.svg") 50% 50% no-repeat;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 100px;
  transition: all 0.5s;
}
.popup-fade .popup .box .right .box {
  align-items: flex-start;
  justify-content: space-between;
}
.popup-fade .popup .box .right .box .big ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.popup-fade .popup .box .right .box .big ul li {
  margin-bottom: 7px;
  opacity: 0;
}
.popup-fade .popup .box .right .box .big ul li a {
  color: #101113;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 2.3px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.popup-fade .popup .box .right .box .big ul li a:before {
  content: "";
  width: 0;
  height: 0;
  border-radius: 10px;
  background: #B1F041;
  transition: all 0.5s;
  margin-right: 0;
}
.popup-fade .popup .box .right .box .big ul li a:hover {
  color: #B1F041;
}
.popup-fade .popup .box .right .box .big ul li a:hover:before {
  width: 5px;
  height: 5px;
  margin-right: 5px;
}
.popup-fade .popup .box .right .box .mini {
  width: 39.1%;
  padding: 8px 0 0 0;
}
.popup-fade .popup .box .right .box .mini ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 56%;
}
.popup-fade .popup .box .right .box .mini ul li {
  width: 49%;
  margin-bottom: 8px;
  opacity: 0;
}
.popup-fade .popup .box .right .box .mini ul li a {
  color: #101113;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 1px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.popup-fade .popup .box .right .box .mini ul li a:before {
  content: "";
  width: 0;
  height: 0;
  border-radius: 10px;
  background: #B1F041;
  transition: all 0.5s;
  margin-right: 0;
}
.popup-fade .popup .box .right .box .mini ul li a:hover {
  color: #B1F041;
}
.popup-fade .popup .box .right .box .mini ul li a:hover:before {
  width: 3px;
  height: 3px;
  margin-right: 3px;
}
.popup-fade .popup .box .right .box .item {
  opacity: 0;
}
.popup-fade .popup .box .right .box .item:nth-child(2) {
  margin: 0 48px 0 auto;
}
.popup-fade .popup .box .right .box .item .zag {
  color: #101113;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1px;
  margin-bottom: 9px;
}
.popup-fade .popup .box .right .box .item .zag + a {
  font-size: 24px;
  letter-spacing: 1.4px;
}
.popup-fade .popup .box .right .box .item .text {
  color: #101113;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.9px;
  margin-bottom: 9px;
}
.popup-fade .popup .box .right .box .item a {
  color: #101113;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 1px;
}
.popup-fade .popup .box .right .box .item a:hover {
  color: #B1F041;
}
.popup-fade .popup .box .right .map {
  width: calc(100% + 11px);
  height: 419px;
  margin: 50px 0 23px -10px;
  overflow: hidden;
}
.popup-fade .popup .box .right .map svg {
  width: 100%;
  height: 100%;
  transform: translate(0, 100%);
}
.popup-fade .popup .box .right .map + .box {
  margin: 0 0 0 -8px;
  width: 98.4%;
}
.popup-fade .popup .box .left {
  padding: 36px 0 0 0;
}
.popup-fade .popup .box .left ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.popup-fade .popup .box .left ul li {
  margin-bottom: 24px;
  opacity: 0;
}
.popup-fade .popup .box .left ul li a {
  color: #101113;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.032px;
  padding: 0 0 0 8px;
}
.popup-fade .popup .box .left ul li a:hover {
  color: #101113;
  font-weight: 600;
  background: url("../img/icon1.svg") 8px 50% no-repeat;
  padding: 0 0 0 31px;
}
.popup-fade .popup .box .left ul li.active a {
  color: #101113;
  font-weight: 600;
  background: url("../img/icon1.svg") 8px 50% no-repeat;
  padding: 0 0 0 31px;
}
.popup-fade .popup .box:nth-child(2) {
  align-items: flex-start;
}
.popup-fade .popup .box:nth-child(2) .right {
  display: block;
  padding: 30px 0 0 0;
  width: 82.5%;
}

.sec-7 {
  padding: 64px 0 0 0;
}
.sec-7 .box .left {
  width: 49.2%;
  border-radius: 15px;
  border: 2px solid #fff;
  background: #B1F041;
  backdrop-filter: blur(29.7000007629px);
  position: relative;
  padding: 38px 39px;
}
.sec-7 .box .left .title {
  font-family: "Manrope", sans-serif;
  color: #101113;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.sec-7 .box .left .text {
  color: #101113;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  width: 65%;
  letter-spacing: 1px;
  padding: 0 0 0 4px;
}
.sec-7 .box .left:after {
  content: "";
  background: url("../img/icon6.svg") 0 0 no-repeat;
  width: 143px;
  height: 151px;
  position: absolute;
  right: 20px;
  bottom: 9px;
}
.sec-7 .box .right {
  width: 49.2%;
  border-radius: 15px;
  border: 2px solid #fff;
  background: #101113;
  backdrop-filter: blur(29.7000007629px);
  padding: 46px 46px 43px 46px;
}
.sec-7 .box .right form > p {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec-7 .box .right form > p span {
  width: 100%;
}
.sec-7 .box .right form > p span span {
  width: 100%;
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.sec-7 .box .right form .group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 24px;
}
.sec-7 .box .right form .group span {
  width: 48.4%;
}
.sec-7 .box .right form .group span span {
  width: 100%;
}
.sec-7 .box .right form input {
  border-radius: 100px;
  background: #fff;
  color: #404040;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  width: 100%;
  height: 58px;
  border: none;
  padding: 0 15px;
  letter-spacing: 1px;
  outline: none;
}
.sec-7 .box .right form input::placeholder {
  color: #404040;
}
.sec-7 .box .right form button {
  width: 100%;
  height: 60px;
  border-radius: 100px;
  background: #B1F041;
  color: #101113;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
  cursor: pointer;
  border: 1px solid #02021A;
  padding: 0 31px;
  letter-spacing: 1px;
  margin: 31px 0 2px 0;
}
.sec-7 .box .right form button:after {
  content: "";
  background: #101113;
  width: 7px;
  height: 7px;
  flex-shrink: 0;
  transition: all 0.5s;
  border-radius: 100px;
}
.sec-7 .box .right form button:hover:after {
  width: 36px;
  height: 36px;
  background: #101113 url("../img/icon7.svg") 50% 50% no-repeat;
}
.sec-7 .box .right form .text {
  color: #FFF;
  text-align: center;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 5px auto 0 auto;
  width: 83%;
  letter-spacing: 0.6px;
}
.sec-7 .box .right form .text a {
  color: #B1F041;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.sec-7 .box .right form .text a:hover {
  text-decoration-line: none;
}

.sec-8 {
  padding: 13px 0 0 0;
}
.sec-8 .box .left {
  width: 50%;
  padding: 100px 0 0 0;
}
.sec-8 .box .left .title {
  font-family: "Manrope", sans-serif;
  color: #101113;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.sec-8 .box .left .text {
  color: #101113;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1px;
  width: 67%;
}
.sec-8 .box .right {
  width: 368px;
}

.sec-9 {
  padding: 58px 0 0 0;
}
.sec-9 .box {
  justify-content: flex-start;
  gap: 6px;
}
.sec-9 .box .left {
  width: 25%;
  color: #101113;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.sec-9 .box .right {
  width: 55.6%;
}
.sec-9 .box .right form > p {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec-9 .box .right form > p span {
  width: 27.5%;
}
.sec-9 .box .right form > p span span {
  width: 100%;
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.sec-9 .box .right form input {
  border-radius: 100px;
  background: #fff;
  color: #404040;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  width: 100%;
  height: 58px;
  border: 1px solid #101113;
  padding: 0 16px;
  letter-spacing: 2px;
  outline: none;
}
.sec-9 .box .right form input::placeholder {
  color: #404040;
}
.sec-9 .box .right form button {
  width: 39.5%;
  height: 60px;
  border-radius: 100px;
  background: #B1F041;
  color: #101113;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
  cursor: pointer;
  border: none;
  padding: 0 41px;
  letter-spacing: 1px;
}
.sec-9 .box .right form button:after {
  content: "";
  background: #101113;
  width: 7px;
  height: 7px;
  flex-shrink: 0;
  transition: all 0.5s;
  border-radius: 100px;
}
.sec-9 .box .right form button:hover:after {
  width: 36px;
  height: 36px;
  background: #101113 url("../img/icon4.svg") 50% 50% no-repeat;
}
.sec-9 .box .right form .txt {
  color: #101113;
  text-align: left;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 7px 0 0 0;
  width: 100%;
  letter-spacing: 1.2px;
}
.sec-9 .box .right form .txt a {
  color: #101113;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.sec-9 .box .right form .txt a:hover {
  text-decoration-line: none;
}
.sec-9 + .sec-3 {
  padding: 64px 0 0 0;
}

.sec-10 {
  padding: 179px 0 15px 0;
  border-bottom: 1px solid #404040;
}
.sec-10 .breadcrumb > span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
}
.sec-10 .breadcrumb > span span {
  color: #101113;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1px;
}
.sec-10 .breadcrumb span a {
  color: #7E7E7E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  letter-spacing: 1px;
  gap: 6px;
}
.sec-10 .breadcrumb span a:after {
  content: "";
  background: url("../img/arrow.svg") 0 0 no-repeat;
  width: 7px;
  height: 20px;
}
.sec-10 .breadcrumb span a:hover {
  color: #B1F041;
}

.sec-11 {
  padding: 118px 0 0 0;
}
.sec-11 .box .left {
  width: 66.2%;
}
.sec-11 .box .left .title {
  font-family: "Manrope", sans-serif;
  color: #101113;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.sec-11 .box .left .text {
  width: 87.5%;
  margin-bottom: 76px;
}
.sec-11 .box .left .text .main {
  height: 220px;
  overflow: hidden;
}
.sec-11 .box .left .text .main.active {
  height: auto;
}
.sec-11 .box .left .text h3 {
  color: #101113;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 15px;
}
.sec-11 .box .left .text p {
  color: #101113;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.sec-11 .box .left .text p a {
  color: #101113;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  display: inline;
  margin: 0;
}
.sec-11 .box .left .text p a:hover {
  text-decoration-line: none;
}
.sec-11 .box .left .text ul {
  list-style: none;
  padding: 0;
}
.sec-11 .box .left .text ul li {
  color: #101113;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.sec-11 .box .left .text a {
  color: #101113;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  display: block;
  width: fit-content;
  letter-spacing: 1px;
  margin: 22px 0 0 0;
}
.sec-11 .box .left .text a:hover {
  text-decoration-line: none;
}
.sec-11 .box .left .zag {
  color: #101113;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  margin-bottom: 47px;
}
.sec-11 .box .left #content.active a {
  display: none;
}
.sec-11 .box .left #content.active a.active {
  display: block;
}
.sec-11 .box .left .item {
  border-radius: 15px;
  background: #F1F1F1;
  backdrop-filter: blur(29.7000007629px);
  transition: all 0.5s;
  width: 100%;
  display: block;
  padding: 30px;
  margin-bottom: 23px;
}
.sec-11 .box .left .item .date {
  color: #404040;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  margin-bottom: 43px;
  display: block;
}
.sec-11 .box .left .item .price {
  color: #404040;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  margin-bottom: 43px;
  display: block;
  position: absolute;
  right: 30px;
  top: 30px;
}
.sec-11 .box .left .item .zag {
  color: #101113;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 0 0 0 0;
  text-transform: none;
  letter-spacing: 1.6px;
  display: block;
}
.sec-11 .box .left .item:hover {
  background: #B1F041;
}
.sec-11 .box .left .filter {
  display: none;
}
.sec-11 .box .left .btn {
  border-radius: 100px;
  background: #101113;
  color: #B1F041;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 0 auto;
  display: block;
  width: fit-content;
  padding: 12px 30px;
  letter-spacing: 1px;
}
.sec-11 .box .left .btn:before, .sec-11 .box .left .btn:after {
  display: none;
}
.sec-11 .box .left .btn:hover {
  background: #B1F041;
  backdrop-filter: blur(29.7000007629px);
  color: #101113;
}
.sec-11 .box .right {
  width: 32.4%;
}
.sec-11 .box .right .item {
  margin-bottom: 64px;
}
.sec-11 .box .right .item:nth-child(2) .zag {
  line-height: 120%;
  margin-bottom: -1px;
}
.sec-11 .box .right .item:nth-child(2) .text {
  align-items: center;
  padding: 0 0 0 6px;
  gap: 28px;
}
.sec-11 .box .right .item .zag {
  color: #101113;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 0 0 0 6px;
  width: 94%;
}
.sec-11 .box .right .item .text {
  color: #101113;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  display: flex;
  justify-content: flex-start;
  gap: 24px;
  letter-spacing: 0.8px;
  width: 79%;
}
.sec-11 .box .right .item .text svg {
  flex-shrink: 0;
}
.sec-11 .box .right .btn {
  border-radius: 15px;
  background: #B1F041;
  color: #101113;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  width: 100%;
  display: block;
  padding: 47px 20px;
  text-align: center;
  letter-spacing: 1.3px;
  margin-bottom: 70px;
}
.sec-11 .box .right .btn:hover {
  background: #89CE0F;
  color: #101113;
}
.sec-11 .box .right .search {
  border-radius: 15px;
  border: 2px solid #FFF;
  background: #F5F5F5;
  backdrop-filter: blur(29.7000007629px);
  padding: 22px 32px;
  margin-bottom: 24px;
}
.sec-11 .box .right .search .results {
  color: #101113;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /*display: none;*/
}
.sec-11 .box .right .search .form, .sec-11 .box .right .search form {
  position: relative;
}
.sec-11 .box .right .search .form input, .sec-11 .box .right .search form input {
  border-radius: 100px;
  background: #fff;
  color: #404040;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  border: none;
  padding: 0 36px;
  width: 100%;
  height: 63px;
  outline: 0;
  letter-spacing: 1px;
}
.sec-11 .box .right .search .form input::placeholder, .sec-11 .box .right .search form input::placeholder {
  color: #404040;
}
.sec-11 .box .right .search .form button, .sec-11 .box .right .search form button {
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  border: none;
  background: none;
  margin: auto;
}
.sec-11 .box .right .search .form select, .sec-11 .box .right .search form select {
  border-radius: 100px;
  color: #404040;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  border: none;
  width: 100%;
  height: 64px;
  padding: 0 20px;
  letter-spacing: 0.9px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("../img/arrow1.svg");
  background-repeat: no-repeat;
  background-position: right 0.3em top 50%;
  outline: 0;
}
.sec-11 .box .right .search .form select, .sec-11 .box .right .search form select {
  appearance: none;
}
@supports (appearance: base-select) {
  .sec-11 .box .right .search .form select, .sec-11 .box .right .search .form select::picker(select), .sec-11 .box .right .search form select, .sec-11 .box .right .search form select::picker(select) {
    appearance: base-select;
  }
}
.sec-11 .box .right .search .form select, .sec-11 .box .right .search form select {
  border-radius: 100px;
  display: flex;
  justify-content: space-between;
  min-width: 300px;
  align-items: center;
  color: #404040;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 0 20px;
  border: none;
  width: 100%;
  height: 64px;
  cursor: pointer;
  letter-spacing: 0.9px;
  background: #fff url("../img/arrow1.svg") right 0.3em top 50% no-repeat;
}
@supports (appearance: base-select) {
  .sec-11 .box .right .search .form select, .sec-11 .box .right .search form select {
    padding-inline: 10px;
    background-image: none;
  }
  .sec-11 .box .right .search .form select::picker-icon, .sec-11 .box .right .search form select::picker-icon {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("../img/arrow1.svg");
    transition: rotate 0.2s ease-out;
  }
  .sec-11 .box .right .search .form select:open::picker-icon, .sec-11 .box .right .search form select:open::picker-icon {
    rotate: 180deg;
  }
  .sec-11 .box .right .search .form select::picker(select), .sec-11 .box .right .search form select::picker(select) {
    padding: 0;
    margin-top: 5px;
    background: #fff;
    border-radius: 30px;
    font-weight: 400;
    opacity: 0;
    height: 0;
    overflow: clip;
    transition: height 0.5s ease-out, opacity 0.5s ease-out, overlay 0.5s, display 0.5s;
    transition-behavior: allow-discrete;
  }
  .sec-11 .box .right .search .form select:open::picker(select), .sec-11 .box .right .search form select:open::picker(select) {
    opacity: 1;
    height: calc-size(auto, size);
    overflow: auto;
  }
  @starting-style {
    .sec-11 .box .right .search .form select:open::picker(select), .sec-11 .box .right .search form select:open::picker(select) {
      opacity: 0;
      height: 0;
    }
  }
  .sec-11 .box .right .search .form select option, .sec-11 .box .right .search form select option {
    padding: 20px;
    cursor: pointer;
    transition-property: color, background;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
    color: #404040;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  .sec-11 .box .right .search .form select option:where(:hover, :focus, :active), .sec-11 .box .right .search form select option:where(:hover, :focus, :active) {
    background: #B1F041;
    color: white;
  }
  .sec-11 .box .right .search .form select option:checked, .sec-11 .box .right .search form select option:checked {
    background: #B1F041;
    color: white;
  }
  .sec-11 .box .right .search .form select option::checkmark, .sec-11 .box .right .search form select option::checkmark {
    display: none;
  }
  .sec-11 .box .right .search .form select option:first-child, .sec-11 .box .right .search form select option:first-child {
    border: 0;
    display: none;
  }
}
.sec-11 .box .right .search .zag {
  color: #101113;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 25px 0 10px 9px;
  letter-spacing: 0.9px;
}
.sec-11 .box .right .teg {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 0 0 1px;
  gap: 8px;
}
.sec-11 .box .right .teg a {
  border-radius: 5px;
  background: #F1F1F1;
  backdrop-filter: blur(29.7000007629px);
  color: #101113;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding: 6px 11.9px;
  letter-spacing: 0.9px;
  flex-grow: 1;
}
.sec-11 .box .right .teg a:hover {
  background: #B1F041;
  color: #101113;
}

.popup-fade-cat, .popup-fade-ras, .popup-fade-lic, .popup-fade-otziv, .popup-fade-filter, .popup-fade-city {
  display: none;
  position: fixed;
  z-index: 9999999999;
  background: rgba(16, 17, 19, 0.8);
  backdrop-filter: blur(13.5px);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.popup-fade-cat .popup, .popup-fade-ras .popup, .popup-fade-lic .popup, .popup-fade-otziv .popup, .popup-fade-filter .popup, .popup-fade-city .popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1520px;
  width: 90%;
  max-height: 100vh;
  height: 100vh;
  margin: auto;
  background: transparent;
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 126px 0 0 0;
}
.popup-fade-cat .popup::-webkit-scrollbar, .popup-fade-ras .popup::-webkit-scrollbar, .popup-fade-lic .popup::-webkit-scrollbar, .popup-fade-otziv .popup::-webkit-scrollbar, .popup-fade-filter .popup::-webkit-scrollbar, .popup-fade-city .popup::-webkit-scrollbar {
  display: none;
}
.popup-fade-cat .popup .popup-close, .popup-fade-ras .popup .popup-close, .popup-fade-lic .popup .popup-close, .popup-fade-otziv .popup .popup-close, .popup-fade-filter .popup .popup-close, .popup-fade-city .popup .popup-close {
  position: absolute;
  right: 0;
  top: 72px;
}
.popup-fade-cat .popup .popup-close path, .popup-fade-ras .popup .popup-close path, .popup-fade-lic .popup .popup-close path, .popup-fade-otziv .popup .popup-close path, .popup-fade-filter .popup .popup-close path, .popup-fade-city .popup .popup-close path {
  transition: all 0.5s;
}
.popup-fade-cat .popup .popup-close:hover path, .popup-fade-ras .popup .popup-close:hover path, .popup-fade-lic .popup .popup-close:hover path, .popup-fade-otziv .popup .popup-close:hover path, .popup-fade-filter .popup .popup-close:hover path, .popup-fade-city .popup .popup-close:hover path {
  stroke: #B1F041;
}
.popup-fade-cat .popup .box, .popup-fade-ras .popup .box, .popup-fade-lic .popup .box, .popup-fade-otziv .popup .box, .popup-fade-filter .popup .box, .popup-fade-city .popup .box {
  justify-content: flex-start;
  gap: 25px;
}
.popup-fade-cat .popup .box .item, .popup-fade-ras .popup .box .item, .popup-fade-lic .popup .box .item, .popup-fade-otziv .popup .box .item, .popup-fade-filter .popup .box .item, .popup-fade-city .popup .box .item {
  width: 32.2%;
  height: 150px;
  border-radius: 15px;
  background: #F1F1F1;
  backdrop-filter: blur(29.7000007629px);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 30px;
}
.popup-fade-cat .popup .box .item:nth-child(4), .popup-fade-cat .popup .box .item:nth-child(5), .popup-fade-cat .popup .box .item:nth-child(12), .popup-fade-ras .popup .box .item:nth-child(4), .popup-fade-ras .popup .box .item:nth-child(5), .popup-fade-ras .popup .box .item:nth-child(12), .popup-fade-lic .popup .box .item:nth-child(4), .popup-fade-lic .popup .box .item:nth-child(5), .popup-fade-lic .popup .box .item:nth-child(12), .popup-fade-otziv .popup .box .item:nth-child(4), .popup-fade-otziv .popup .box .item:nth-child(5), .popup-fade-otziv .popup .box .item:nth-child(12), .popup-fade-filter .popup .box .item:nth-child(4), .popup-fade-filter .popup .box .item:nth-child(5), .popup-fade-filter .popup .box .item:nth-child(12), .popup-fade-city .popup .box .item:nth-child(4), .popup-fade-city .popup .box .item:nth-child(5), .popup-fade-city .popup .box .item:nth-child(12) {
  width: 23.9%;
}
.popup-fade-cat .popup .box .item:nth-child(7), .popup-fade-ras .popup .box .item:nth-child(7), .popup-fade-lic .popup .box .item:nth-child(7), .popup-fade-otziv .popup .box .item:nth-child(7), .popup-fade-filter .popup .box .item:nth-child(7), .popup-fade-city .popup .box .item:nth-child(7) {
  width: 15%;
}
.popup-fade-cat .popup .box .item:nth-child(13), .popup-fade-ras .popup .box .item:nth-child(13), .popup-fade-lic .popup .box .item:nth-child(13), .popup-fade-otziv .popup .box .item:nth-child(13), .popup-fade-filter .popup .box .item:nth-child(13), .popup-fade-city .popup .box .item:nth-child(13) {
  width: 40.6%;
}
.popup-fade-cat .popup .box .item .date, .popup-fade-ras .popup .box .item .date, .popup-fade-lic .popup .box .item .date, .popup-fade-otziv .popup .box .item .date, .popup-fade-filter .popup .box .item .date, .popup-fade-city .popup .box .item .date {
  color: #101113;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.9px;
}
.popup-fade-cat .popup .box .item .zag, .popup-fade-ras .popup .box .item .zag, .popup-fade-lic .popup .box .item .zag, .popup-fade-otziv .popup .box .item .zag, .popup-fade-filter .popup .box .item .zag, .popup-fade-city .popup .box .item .zag {
  color: #101113;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 1.2px;
  margin: auto 0 0 0;
}
.popup-fade-cat .popup .box .item:hover, .popup-fade-ras .popup .box .item:hover, .popup-fade-lic .popup .box .item:hover, .popup-fade-otziv .popup .box .item:hover, .popup-fade-filter .popup .box .item:hover, .popup-fade-city .popup .box .item:hover {
  background: #B1F041;
}
.popup-fade-cat .popup .title, .popup-fade-ras .popup .title, .popup-fade-lic .popup .title, .popup-fade-otziv .popup .title, .popup-fade-filter .popup .title, .popup-fade-city .popup .title {
  font-family: "Manrope", sans-serif;
  color: #fff;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.popup-fade-cat .popup .text, .popup-fade-ras .popup .text, .popup-fade-lic .popup .text, .popup-fade-otziv .popup .text, .popup-fade-filter .popup .text, .popup-fade-city .popup .text {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.9px;
  margin-bottom: 55px;
}
.popup-fade-cat .popup form > p, .popup-fade-ras .popup form > p, .popup-fade-lic .popup form > p, .popup-fade-otziv .popup form > p, .popup-fade-filter .popup form > p, .popup-fade-city .popup form > p {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.popup-fade-cat .popup form > p span, .popup-fade-ras .popup form > p span, .popup-fade-lic .popup form > p span, .popup-fade-otziv .popup form > p span, .popup-fade-filter .popup form > p span, .popup-fade-city .popup form > p span {
  width: 32.3%;
}
.popup-fade-cat .popup form > p span span, .popup-fade-ras .popup form > p span span, .popup-fade-lic .popup form > p span span, .popup-fade-otziv .popup form > p span span, .popup-fade-filter .popup form > p span span, .popup-fade-city .popup form > p span span {
  width: 100%;
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.popup-fade-cat .popup form input, .popup-fade-ras .popup form input, .popup-fade-lic .popup form input, .popup-fade-otziv .popup form input, .popup-fade-filter .popup form input, .popup-fade-city .popup form input {
  width: 100%;
  height: 60px;
  border-radius: 100px;
  background: #fff;
  border: none;
  outline: 0;
  color: #404040;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  padding: 0 16px;
  letter-spacing: 1.2px;
}
.popup-fade-cat .popup form input::placeholder, .popup-fade-ras .popup form input::placeholder, .popup-fade-lic .popup form input::placeholder, .popup-fade-otziv .popup form input::placeholder, .popup-fade-filter .popup form input::placeholder, .popup-fade-city .popup form input::placeholder {
  color: #404040;
}
.popup-fade-cat .popup form button, .popup-fade-ras .popup form button, .popup-fade-lic .popup form button, .popup-fade-otziv .popup form button, .popup-fade-filter .popup form button, .popup-fade-city .popup form button {
  width: 32.2%;
  height: 60px;
  border-radius: 100px;
  background: #B1F041;
  color: #101113;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
  cursor: pointer;
  padding: 0 25px;
  letter-spacing: 1px;
  border: none;
}
.popup-fade-cat .popup form button:after, .popup-fade-ras .popup form button:after, .popup-fade-lic .popup form button:after, .popup-fade-otziv .popup form button:after, .popup-fade-filter .popup form button:after, .popup-fade-city .popup form button:after {
  content: "";
  background: #101113;
  width: 7px;
  height: 7px;
  flex-shrink: 0;
  transition: all 0.5s;
  border-radius: 100px;
}
.popup-fade-cat .popup form button:hover:after, .popup-fade-ras .popup form button:hover:after, .popup-fade-lic .popup form button:hover:after, .popup-fade-otziv .popup form button:hover:after, .popup-fade-filter .popup form button:hover:after, .popup-fade-city .popup form button:hover:after {
  width: 36px;
  height: 36px;
  background: #101113 url("../img/icon7.svg") 50% 50% no-repeat;
}
.popup-fade-cat .popup form .txt, .popup-fade-ras .popup form .txt, .popup-fade-lic .popup form .txt, .popup-fade-otziv .popup form .txt, .popup-fade-filter .popup form .txt, .popup-fade-city .popup form .txt {
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 7px 0 0 0;
  letter-spacing: 0.7px;
  width: fit-content;
}
.popup-fade-cat .popup form .txt a, .popup-fade-ras .popup form .txt a, .popup-fade-lic .popup form .txt a, .popup-fade-otziv .popup form .txt a, .popup-fade-filter .popup form .txt a, .popup-fade-city .popup form .txt a {
  color: #B1F041;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.popup-fade-cat .popup form .txt a:hover, .popup-fade-ras .popup form .txt a:hover, .popup-fade-lic .popup form .txt a:hover, .popup-fade-otziv .popup form .txt a:hover, .popup-fade-filter .popup form .txt a:hover, .popup-fade-city .popup form .txt a:hover {
  text-decoration-line: none;
}
.popup-fade-cat .popup .img img, .popup-fade-ras .popup .img img, .popup-fade-lic .popup .img img, .popup-fade-otziv .popup .img img, .popup-fade-filter .popup .img img, .popup-fade-city .popup .img img {
  max-width: 460px;
  max-height: 660px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 auto 49px auto;
}
.popup-fade-cat .popup .img .name, .popup-fade-ras .popup .img .name, .popup-fade-lic .popup .img .name, .popup-fade-otziv .popup .img .name, .popup-fade-filter .popup .img .name, .popup-fade-city .popup .img .name {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 0 auto;
  max-width: 560px;
  letter-spacing: 1px;
}

.popup-fade-cat .popup {
  height: auto;
}

.popup-fade-city .popup {
  padding: 0;
  bottom: 0;
  max-height: fit-content;
}
.popup-fade-city .popup .box {
  justify-content: space-between;
  gap: 0;
  max-width: 1242px;
  margin: 0 auto;
}
.popup-fade-city .popup .box .item {
  border-radius: 15px;
  background: #B1F041;
  backdrop-filter: blur(29.7000007629px);
  width: 47.4%;
  border: none;
  height: 191px;
  padding: 24px;
}
.popup-fade-city .popup .box .item .zag {
  color: #101113;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  backdrop-filter: blur(29.7000007629px);
  margin: 0;
  letter-spacing: 1.9px;
}
.popup-fade-city .popup .box .item .adr {
  color: #101113;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  background: url(../img/adr.svg) 0 0 no-repeat;
  padding: 0 0 0 23px;
  letter-spacing: 0.9px;
}
.popup-fade-city .popup .box .item:hover {
  border: none;
  background: #B1F041;
}

.popup-fade-ras .popup {
  height: fit-content;
  bottom: 0;
}
.popup-fade-ras .popup .popup-close {
  position: fixed;
  left: 50%;
  right: 50%;
  top: 83px;
  transform: translate(744px, 0);
  width: 19px;
  height: 19px;
}
.popup-fade-ras .popup .form {
  width: 100%;
}

.popup-fade-ras .popup, .popup-fade-lic .popup, .popup-fade-filter .popup {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: fit-content;
  height: fit-content;
  bottom: 0;
}
.popup-fade-ras .popup .popup-close, .popup-fade-lic .popup .popup-close, .popup-fade-filter .popup .popup-close {
  position: fixed;
  left: 50%;
  right: 50%;
  top: 83px;
  transform: translate(744px, 0);
  width: 19px;
  height: 19px;
}

.popup-fade-otziv .popup {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  max-width: 1264px;
  height: fit-content;
  bottom: 0;
}
.popup-fade-otziv .popup .popup-close {
  position: absolute;
  right: 48px;
  top: 21px;
}
.popup-fade-otziv .popup .box {
  border-radius: 15px;
  border: 1px solid #D7E8FF;
  background: #FFF;
  backdrop-filter: blur(29.7000007629px);
  position: relative;
  padding: 89px 48px 66px 48px;
  justify-content: space-between;
  gap: 0;
}
.popup-fade-otziv .popup .box .left {
  width: 79%;
}
.popup-fade-otziv .popup .box .left .name {
  color: #101113;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.popup-fade-otziv .popup .box .left .job {
  color: #404040;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.9px;
  margin-bottom: 8px;
}
.popup-fade-otziv .popup .box .left .star {
  margin-bottom: 8px;
}
.popup-fade-otziv .popup .box .left .text {
  color: #101113;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-align: left;
  margin: 0;
}
.popup-fade-otziv .popup .box .left .text p {
  margin-bottom: 21px;
}
.popup-fade-otziv .popup .box .right {
  width: 16%;
  height: 262px;
}
.popup-fade-otziv .popup .box .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popup-fade-filter .popup {
  justify-content: flex-start;
  padding: 50px 0 0 0;
}
.popup-fade-filter .popup .popup-close {
  position: inherit;
  transform: none;
}
.popup-fade-filter .popup .box {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 50px;
}
.popup-fade-filter .search {
  padding: 22px 0;
  margin-bottom: 24px;
  width: 100%;
}
.popup-fade-filter .search form, .popup-fade-filter .search .form {
  position: relative;
}
.popup-fade-filter .search form input, .popup-fade-filter .search .form input {
  border-radius: 100px;
  background: #F1F1F1;
  color: #404040;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  border: none;
  padding: 0 36px;
  width: 100%;
  height: 63px;
  outline: 0;
  letter-spacing: 1px;
}
.popup-fade-filter .search form input::placeholder, .popup-fade-filter .search .form input::placeholder {
  color: #404040;
}
.popup-fade-filter .search form button, .popup-fade-filter .search .form button {
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  border: none;
  background: none;
  margin: auto;
  width: auto;
  height: auto;
  padding: 0;
}
.popup-fade-filter .search form button:after, .popup-fade-filter .search .form button:after {
  display: none;
}
.popup-fade-filter .search form select, .popup-fade-filter .search .form select {
  border-radius: 100px;
  color: #404040;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  border: none;
  width: 100%;
  height: 64px;
  padding: 0 20px;
  letter-spacing: 0.9px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #F1F1F1;
  background-image: url("../img/arrow1.svg");
  background-repeat: no-repeat;
  background-position: right 0.3em top 50%;
}
.popup-fade-filter .search .zag {
  color: #101113;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 17px 0 0 9px;
  letter-spacing: 0.9px;
}
.popup-fade-filter .teg {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 0 0 1px;
  gap: 8px;
}
.popup-fade-filter .teg a {
  border-radius: 5px;
  background: #F1F1F1;
  backdrop-filter: blur(29.7000007629px);
  color: #101113;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding: 6px 11.9px;
  letter-spacing: 0.9px;
  flex-grow: 1;
}
.popup-fade-filter .teg a:hover {
  background: #B1F041;
}

.sec-12 {
  padding: 118px 0 0 0;
}
.sec-12 .box {
  gap: 23px;
}
.sec-12 .box:last-child {
  margin-top: 87px;
  gap: 0;
}
.sec-12 .box .title {
  font-family: "Manrope", sans-serif;
  width: 73%;
  color: #101113;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}
.sec-12 .box .btn {
  border-radius: 15px;
  background: #B1F041;
  color: #101113;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  width: 23.8%;
  height: 100%;
  display: block;
  padding: 29px 0;
  text-align: center;
  letter-spacing: 1.3px;
  margin: 50px 0 0 0;
}
.sec-12 .box .btn:hover {
  background: #89CE0F;
  color: #101113;
}
.sec-12 .box .item {
  width: 23.8%;
  height: 125px;
  border-radius: 15px;
  background: #F1F1F1;
  backdrop-filter: blur(29.7000007629px);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 16px;
}
.sec-12 .box .item .date {
  color: #101113;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.9px;
}
.sec-12 .box .item .zag {
  color: #101113;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 1px;
  margin: auto 0 0 0;
}
.sec-12 .box .item:hover {
  background: #B1F041;
}
.sec-12 .box .left {
  width: 68.2%;
}
.sec-12 .box .left .text {
  width: 100%;
  margin: 0;
}
.sec-12 .box .left .text p {
  color: #101113;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.sec-12 .box .left .text a {
  color: #101113;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  display: block;
  width: fit-content;
  letter-spacing: 1px;
  margin: 22px 0 0 0;
}
.sec-12 .box .left .text a:hover {
  text-decoration-line: none;
}
.sec-12 .box .right {
  width: 24.3%;
}
.sec-12 .box .right .info {
  margin-bottom: 56px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 9px;
}
.sec-12 .box .right .info .lf {
  width: 72%;
}
.sec-12 .box .right .info .lf .zag {
  color: #101113;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 0 0 10px 0;
}
.sec-12 .box .right .info .lf .text {
  color: #101113;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
  letter-spacing: 0.8px;
}
.sec-12 .text {
  color: #101113;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 1px;
  margin: 8px 0 65px 0;
}
.sec-12 .price {
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  text-align: right;
  text-transform: uppercase;
  color: #101113;
}
.sec-12 .zag {
  color: #101113;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 1.5px;
  margin-bottom: 23px;
}

.sec-13 {
  padding: 177px 0 0 0;
  position: relative;
}
.sec-13 .box .left {
  width: 62%;
  padding: 48px 0 0 0;
}
.sec-13 .box .left .title {
  font-family: "Manrope", sans-serif;
  color: #101113;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  width: 75%;
  margin-bottom: 17px;
}
.sec-13 .box .left .mini-text {
  color: #101113;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1.1px;
  width: 42%;
  margin-bottom: 63px;
}
.sec-13 .box .left .text {
  color: #101113;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 1.5px;
}
.sec-13 .box .left .text p {
  margin-bottom: 17px;
}
.sec-13 .box .right {
  width: 715px;
  position: absolute;
  right: 0;
}
.sec-13 .box .right .text {
  color: #101113;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  border-radius: 15px 0 0 0;
  background: #B1F041;
  padding: 22px 200px 24px 50px;
  letter-spacing: 1px;
}
.sec-13 .box .right .num {
  color: #B1F041;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  background: #404040;
  padding: 32px 200px 33px 50px;
  letter-spacing: 1px;
}
.sec-13 .box .right .grey {
  color: #B1F041;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  border-radius: 0 0 0 15px;
  background: #101113;
  letter-spacing: 1px;
  padding: 32px 200px 33px 50px;
}
.sec-13 .box .right .logos {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: baseline;
  margin: 59px 0 0 24px;
  width: 458px;
  gap: 38px;
}
.sec-13 .box .right .logos img:last-child {
  margin: 0 -33px 0 0;
}

.sec-14 {
  padding: 72px 0 0 0;
}
.sec-14 .title {
  font-family: "Manrope", sans-serif;
  color: #101113;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 48px;
}
.sec-14 .tabs-nav {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 32px;
  list-style: none;
  padding: 0;
}
.sec-14 .tabs-nav li a {
  border-radius: 5px;
  border: 1px solid #DAEAFF;
  background: rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(29.7000007629px);
  color: #101113;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding: 15px 24px;
  letter-spacing: 1px;
  display: block;
}
.sec-14 .tabs-nav li a:hover, .sec-14 .tabs-nav li a.active {
  background: #B1F041;
  backdrop-filter: blur(29.7000007629px);
  color: #101113;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.sec-14 .box {
  justify-content: flex-start;
  gap: 24px;
}
.sec-14 .box .item {
  width: 23.8%;
}
.sec-14 .box .item .img {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 405px;
  margin-bottom: 8px;
}
.sec-14 .box .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-14 .box .item .text {
  border-radius: 10px;
  background: #F1F1F1;
  backdrop-filter: blur(29.7000007629px);
  padding: 8px 16px;
}
.sec-14 .box .item .text .name {
  color: #101113;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 1.2px;
  margin-bottom: 3px;
}
.sec-14 .box .item .text .job {
  color: #101113;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1px;
}

.sec-15 {
  padding: 149px 0 0 0;
}
.sec-15 .title {
  font-family: "Manrope", sans-serif;
  color: #101113;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.sec-15 .nagrad a img {
  border-radius: 10px;
  width: 100%;
  height: 325px;
  object-fit: cover;
}
.sec-15 .nagrad a .text {
  color: #101113;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: block;
  margin: 15px 0 0 0;
  letter-spacing: 1px;
}
.sec-15 .nagrad .box {
  justify-content: center;
  margin: 37px 0 0 0;
  gap: 7px;
}
.sec-15 .nagrad .box .swiper-button-prev, .sec-15 .nagrad .box .swiper-button-next {
  border-radius: 10px;
  background: #F5F5F5;
  backdrop-filter: blur(29.7000007629px);
  position: initial;
  width: 37px;
  height: 36px;
  transition: all 0.5s;
}
.sec-15 .nagrad .box .swiper-button-prev svg, .sec-15 .nagrad .box .swiper-button-next svg {
  width: auto;
  height: auto;
}
.sec-15 .nagrad .box .swiper-button-prev:after, .sec-15 .nagrad .box .swiper-button-next:after {
  display: none;
}
.sec-15 .nagrad .box .swiper-button-prev:hover, .sec-15 .nagrad .box .swiper-button-next:hover {
  background: #B1F041;
}

.sec-16 {
  padding: 149px 0 0 0;
}
.sec-16 .title {
  font-family: "Manrope", sans-serif;
  color: #101113;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 49px;
}
.sec-16 .otziv .swiper-slide {
  height: auto;
}
.sec-16 .otziv .item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 15px;
  background: #F1F1F1;
  backdrop-filter: blur(29.7000007629px);
  padding: 32px 32px 31px 32px;
  height: 100%;
  width: 100%;
}
.sec-16 .otziv .item .left {
  width: 66%;
}
.sec-16 .otziv .item .left .name {
  color: #101113;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.9px;
  margin-bottom: 3px;
}
.sec-16 .otziv .item .left .job {
  color: #101113;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.9px;
  margin-bottom: 8px;
}
.sec-16 .otziv .item .left .star {
  margin-bottom: 7px;
}
.sec-16 .otziv .item .left .text {
  color: #101113;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.9px;
  margin-bottom: 17px;
}
.sec-16 .otziv .item .left a {
  color: #101113;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.9px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.sec-16 .otziv .item .left a:hover {
  text-decoration-line: none;
}
.sec-16 .otziv .item .right {
  width: 27.5%;
  height: 262px;
}
.sec-16 .otziv .item .right img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sec-16 .otziv .box {
  justify-content: center;
  margin: 37px 0 0 0;
  gap: 7px;
}
.sec-16 .otziv .box .swiper-button-prev, .sec-16 .otziv .box .swiper-button-next {
  border-radius: 10px;
  background: #F5F5F5;
  backdrop-filter: blur(29.7000007629px);
  position: initial;
  width: 37px;
  height: 36px;
  transition: all 0.5s;
}
.sec-16 .otziv .box .swiper-button-prev svg, .sec-16 .otziv .box .swiper-button-next svg {
  width: auto;
  height: auto;
}
.sec-16 .otziv .box .swiper-button-prev:after, .sec-16 .otziv .box .swiper-button-next:after {
  display: none;
}
.sec-16 .otziv .box .swiper-button-prev:hover, .sec-16 .otziv .box .swiper-button-next:hover {
  background: #B1F041;
}

.sec-17 {
  padding: 151px 0 0 0;
}
.sec-17 .title {
  font-family: "Manrope", sans-serif;
  color: #101113;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 49px;
}
.sec-17 .otziv .swiper-slide {
  height: auto;
}
.sec-17 .otziv .item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 15px;
  background: #F1F1F1;
  backdrop-filter: blur(29.7000007629px);
  padding: 32px 32px 31px 32px;
  height: 100%;
  width: 100%;
}
.sec-17 .otziv .item .left {
  width: 66%;
  padding: 9px 0 0 0;
}
.sec-17 .otziv .item .left .name {
  color: #101113;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.9px;
  margin-bottom: 3px;
}
.sec-17 .otziv .item .left .job {
  color: #101113;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.9px;
  margin-bottom: 13px;
}
.sec-17 .otziv .item .left .text {
  color: #101113;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.9px;
  margin-bottom: 15px;
}
.sec-17 .otziv .item .left a {
  color: #101113;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.9px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.sec-17 .otziv .item .left a:hover {
  text-decoration-line: none;
}
.sec-17 .otziv .item .right {
  width: 27.5%;
  height: 262px;
}
.sec-17 .otziv .item .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-17 .otziv .box {
  justify-content: center;
  margin: 43px 0 0 0;
  gap: 7px;
}
.sec-17 .otziv .box .swiper-button-prev, .sec-17 .otziv .box .swiper-button-next {
  border-radius: 10px;
  background: #F5F5F5;
  backdrop-filter: blur(29.7000007629px);
  position: initial;
  width: 37px;
  height: 36px;
  transition: all 0.5s;
}
.sec-17 .otziv .box .swiper-button-prev svg, .sec-17 .otziv .box .swiper-button-next svg {
  width: auto;
  height: auto;
}
.sec-17 .otziv .box .swiper-button-prev:after, .sec-17 .otziv .box .swiper-button-next:after {
  display: none;
}
.sec-17 .otziv .box .swiper-button-prev:hover, .sec-17 .otziv .box .swiper-button-next:hover {
  background: #B1F041;
}

.sec-18 {
  padding: 149px 0 0 0;
}
.sec-18 .title {
  font-family: "Manrope", sans-serif;
  color: #101113;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 48px;
}
.sec-18 .svid a {
  border-radius: 10px;
  background: #F1F1F1;
  backdrop-filter: blur(29.7000007629px);
  padding: 23px 20px 19px 20px;
  display: block;
}
.sec-18 .svid a img {
  border-radius: 10px;
  width: 181px;
  height: 253px;
  object-fit: cover;
  margin: 0 auto;
}
.sec-18 .svid a .text {
  color: #101113;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: block;
  margin: 15px 0 0 0;
  letter-spacing: 1px;
}
.sec-18 .svid .box {
  justify-content: center;
  margin: 38px 0 0 0;
  gap: 7px;
}
.sec-18 .svid .box .swiper-button-prev, .sec-18 .svid .box .swiper-button-next {
  border-radius: 10px;
  background: #F5F5F5;
  backdrop-filter: blur(29.7000007629px);
  position: initial;
  width: 37px;
  height: 36px;
  transition: all 0.5s;
}
.sec-18 .svid .box .swiper-button-prev svg, .sec-18 .svid .box .swiper-button-next svg {
  width: auto;
  height: auto;
}
.sec-18 .svid .box .swiper-button-prev:after, .sec-18 .svid .box .swiper-button-next:after {
  display: none;
}
.sec-18 .svid .box .swiper-button-prev:hover, .sec-18 .svid .box .swiper-button-next:hover {
  background: #B1F041;
}

.sec-19 {
  padding: 150px 0 0 0;
}
.sec-19 .box .left {
  width: 49.2%;
  border-radius: 25px;
  background: #B1F041;
  padding: 32px;
}
.sec-19 .box .left .title {
  font-family: "Manrope", sans-serif;
  color: #101113;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.sec-19 .box .left .text {
  color: #101113;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1px;
}
.sec-19 .box .right {
  width: 49.2%;
  border-radius: 25px;
  background: #101113;
  padding: 45px 32px 39px 32px;
}
.sec-19 .box .right form > p {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec-19 .box .right form > p span {
  width: 48.3%;
  margin-bottom: 49px;
}
.sec-19 .box .right form > p span:first-child {
  width: 100%;
}
.sec-19 .box .right form > p span span {
  width: 100%;
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin: 0;
}
.sec-19 .box .right form input {
  width: 100%;
  height: 60px;
  border-radius: 100px;
  background: #fff;
  border: none;
  outline: 0;
  color: #404040;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  padding: 0 16px;
  letter-spacing: 1.2px;
}
.sec-19 .box .right form input::placeholder {
  color: #404040;
}
.sec-19 .box .right form button {
  width: 48.2%;
  height: 58px;
  border-radius: 100px;
  background: #B1F041;
  color: #101113;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
  cursor: pointer;
  padding: 0 43px;
  letter-spacing: 1px;
  border: none;
}
.sec-19 .box .right form button:after {
  content: "";
  background: #101113;
  width: 7px;
  height: 7px;
  flex-shrink: 0;
  transition: all 0.5s;
  border-radius: 100px;
}
.sec-19 .box .right form button:hover:after {
  width: 36px;
  height: 36px;
  background: #101113 url("../img/icon4.svg") 50% 50% no-repeat;
}
.sec-19 .box .right form .text {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 7px 0 0 0;
  letter-spacing: 0.7px;
  width: 48.2%;
}
.sec-19 .box .right form .text a {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.sec-19 .box .right form .text a:hover {
  text-decoration-line: none;
}
.sec-19 .box .right form .text a:last-child {
  color: #B1F041;
}
.sec-19 + .sec-5 .breadcrumb > span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 83px 0 0 0;
  gap: 6px;
}
.sec-19 + .sec-5 .breadcrumb > span span {
  color: #101113;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1px;
}
.sec-19 + .sec-5 .breadcrumb span a {
  color: #7E7E7E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  letter-spacing: 1px;
  gap: 6px;
}
.sec-19 + .sec-5 .breadcrumb span a:after {
  content: "";
  background: url("../img/arrow.svg") 0 0 no-repeat;
  width: 7px;
  height: 20px;
}
.sec-19 + .sec-5 .breadcrumb span a:hover {
  color: #B1F041;
}
.sec-19 + .sec-5 .map {
  margin: 7px 0 0 0;
}

.sec-20 .box {
  width: 91%;
}
.sec-20 .box .left {
  width: 50%;
  padding: 225px 0 0 0;
}
.sec-20 .box .left .title {
  font-family: "Manrope", sans-serif;
  color: #101113;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.sec-20 .box .left .text {
  color: #101113;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1px;
  width: 67%;
}
.sec-20 .box .right {
  width: 365px;
  margin: -21px 0 0 0;
}

.sec-21 {
  padding: 62px 0 0 0;
}
.sec-21 .teg {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 53px;
}
.sec-21 .teg a {
  border-radius: 5px;
  border: 1px solid #101113;
  background: #FFF;
  backdrop-filter: blur(29.7000007629px);
  color: #101113;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding: 15px 22px;
  letter-spacing: 1.4px;
}
.sec-21 .teg a:hover, .sec-21 .teg a.active {
  background: #B1F041;
  color: #101113;
}
.sec-21 .box {
  justify-content: flex-start;
  gap: 0 36px;
}
.sec-21 .box .item {
  width: 23.2%;
  margin-bottom: 99px;
}
.sec-21 .box .item .img {
  width: 100%;
  height: 492px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 25px;
}
.sec-21 .box .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-21 .box .item .name {
  color: #101113;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 1.2px;
  width: 95%;
  margin: 0 auto;
}

.sec-22 {
  padding: 62px 0 0 0;
}
.sec-22 .teg {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
}
.sec-22 .teg a {
  border-radius: 5px;
  border: 1px solid #DAEAFF;
  background: rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(29.7000007629px);
  color: #101113;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding: 15px 22px;
  letter-spacing: 1.4px;
}
.sec-22 .teg a:hover, .sec-22 .teg a.active {
  background: #D7E8FF;
  color: #101113;
}
.sec-22 .box .item {
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 15px;
  background: #F1F1F1;
  backdrop-filter: blur(29.7000007629px);
  padding: 32px 32px 31px 32px;
  height: auto;
  width: 49.2%;
  margin-bottom: 16px;
}
.sec-22 .box .item:nth-child(1), .sec-22 .box .item:nth-child(2), .sec-22 .box .item:nth-child(3), .sec-22 .box .item:nth-child(4), .sec-22 .box .item:nth-child(5), .sec-22 .box .item:nth-child(6), .sec-22 .box .item:nth-child(7), .sec-22 .box .item:nth-child(8), .sec-22 .box .item:nth-child(9), .sec-22 .box .item:nth-child(10) {
  display: flex;
}
.sec-22 .box .item.active {
  display: flex;
}
.sec-22 .box .item .left {
  width: 66%;
}
.sec-22 .box .item .left .name {
  color: #101113;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.9px;
  margin-bottom: 3px;
}
.sec-22 .box .item .left .job {
  color: #101113;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.9px;
  margin-bottom: 8px;
}
.sec-22 .box .item .left .star {
  margin-bottom: 7px;
}
.sec-22 .box .item .left .text {
  color: #101113;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.9px;
  margin-bottom: 17px;
}
.sec-22 .box .item .left a {
  color: #101113;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.9px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.sec-22 .box .item .left a:hover {
  text-decoration-line: none;
}
.sec-22 .box .item .right {
  width: 27.5%;
  height: 262px;
}
.sec-22 .box .item .right img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sec-22 .btn {
  border-radius: 100px;
  background: #F1F1F1;
  color: #101113;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 15px auto 0 auto;
  display: block;
  width: fit-content;
  padding: 12px 30px;
  letter-spacing: 1px;
}
.sec-22 .btn:hover {
  background: #B1F041;
  backdrop-filter: blur(29.7000007629px);
  color: #D7E8FF;
}

.sec-23 {
  padding: 69px 0 0 0;
}
.sec-23 .box .left {
  width: 74.6%;
}
.sec-23 .box .left .alm-listing {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec-23 .box .left .item {
  width: 49%;
  margin-bottom: 94px;
}
.sec-23 .box .left .item .img {
  width: 100%;
  height: 363px;
  border-radius: 15px;
  background: #101113;
  overflow: hidden;
  display: block;
  margin-bottom: 8px;
}
.sec-23 .box .left .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-23 .box .left .item .box .cat {
  border-radius: 5px;
  background: #B1F041;
  backdrop-filter: blur(29.7000007629px);
  color: #101113;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding: 8px 14px 6px 16px;
  letter-spacing: 1px;
  min-width: 158px;
}
.sec-23 .box .left .item .box .date {
  color: #101113;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.9px;
  padding: 6px 0 0 0;
}
.sec-23 .box .left .item .zag {
  color: #101113;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: block;
  margin: 16px 0 0 0;
  letter-spacing: 1px;
  width: 60%;
}
.sec-23 .box .left .alm-btn-wrap {
  width: 100%;
  margin: -64px 0 0 0;
}
.sec-23 .box .left .alm-btn-wrap .alm-load-more-btn {
  border-radius: 100px;
  background: #101113;
  border: 1px solid transparent;
  color: #B1F041;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 0 auto;
  display: block;
  width: fit-content;
  padding: 12px 30px;
  letter-spacing: 1px;
}
.sec-23 .box .left .alm-btn-wrap .alm-load-more-btn:before, .sec-23 .box .left .alm-btn-wrap .alm-load-more-btn:after {
  display: none;
}
.sec-23 .box .left .alm-btn-wrap .alm-load-more-btn:hover {
  border: 1px solid #B1F041;
  background: #B1F041;
  backdrop-filter: blur(29.7000007629px);
  color: #101113;
}
.sec-23 .box .left .alm-btn-wrap .alm-load-more-btn.done {
  opacity: 0;
}
.sec-23 .box .right {
  width: 23.8%;
}
.sec-23 .box .right .teg a {
  border-radius: 5px;
  background: #F5F5F5;
  backdrop-filter: blur(29.7000007629px);
  color: #101113;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  display: block;
  padding: 15px 0;
  margin-bottom: 8px;
  letter-spacing: 1px;
}
.sec-23 .box .right .teg a:hover, .sec-23 .box .right .teg a.active {
  background: #101113;
  color: #B1F041;
}

.sec-24 {
  padding: 50px 0 0 0;
}
.sec-24 .box .left {
  width: 66.2%;
}
.sec-24 .box .left .top {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 32px;
}
.sec-24 .box .left .top .date {
  color: #101113;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  letter-spacing: 1px;
}
.sec-24 .box .left .top .date:after {
  content: "";
  width: 3px;
  height: 3px;
  flex-shrink: 0;
  background: #101113;
  border-radius: 10px;
}
.sec-24 .box .left .top .time {
  color: #101113;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 1px;
}
.sec-24 .box .left .article h1 {
  font-family: "Manrope", sans-serif;
  color: #101113;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 57px;
}
.sec-24 .box .left .article .img {
  width: 100%;
  height: 341px;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 33px;
}
.sec-24 .box .left .article .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-24 .box .left .article .text {
  color: #101113;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 1.2px;
  margin-bottom: 12px;
}
.sec-24 .box .left .article .text ul {
  padding: 20px;
}
.sec-24 .box .left .article .text ul li {
  color: #101113;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 1.2px;
}
.sec-24 .box .right {
  width: 23.8%;
}
.sec-24 .box .right .item {
  width: 100%;
  display: block;
  margin-bottom: 39px;
}
.sec-24 .box .right .item img {
  width: 100%;
  height: 226px;
  object-fit: cover;
  border-radius: 15px;
  margin-bottom: 9px;
}
.sec-24 .box .right .item .box .zag {
  color: #101113;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  width: 70%;
  letter-spacing: 1px;
}
.sec-24 .box .right .item .box .date {
  color: #101113;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.6px;
}

.sec-25 {
  padding: 69px 0 74px 0;
  border-bottom: 1px solid #404040;
}
.sec-25 .box .item {
  width: 26%;
  margin-bottom: 40px;
}
.sec-25 .box .item:nth-last-child(2) {
  width: 100%;
}
.sec-25 .box .item .zag {
  color: #101113;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.sec-25 .box .item .text {
  color: #101113;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 2px;
}
.sec-25 .box .item .text a {
  color: #101113;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  transition: all 0.5s;
  display: block;
  width: fit-content;
}
.sec-25 .box .item .text a:hover {
  color: #B1F041;
}
.sec-25 .breadcrumb {
  width: 100%;
}
.sec-25 .breadcrumb > span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 83px 0 0 0;
  gap: 6px;
}
.sec-25 .breadcrumb > span span {
  color: #101113;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1px;
}
.sec-25 .breadcrumb span a {
  color: #7E7E7E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  letter-spacing: 1px;
  gap: 6px;
}
.sec-25 .breadcrumb span a:after {
  content: "";
  background: url("../img/arrow.svg") 0 0 no-repeat;
  width: 7px;
  height: 20px;
}
.sec-25 .breadcrumb span a:hover {
  color: #B1F041;
}
.sec-25 .map {
  margin: 13px 0 0 0;
  width: 100%;
}
.sec-25 .map svg {
  width: 100%;
}
.sec-25 #map {
  display: none;
}

.sec-26 {
  padding: 110px 0 0 0;
}
.sec-26 .title {
  font-family: "Manrope", sans-serif;
  color: #101113;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 48px;
}
.sec-26 .panel {
  margin-bottom: 17px;
}
.sec-26 .panel .panel-heading {
  border-radius: 15px;
  background: #B1F041;
  backdrop-filter: blur(29.7000007629px);
  transition: all 0.5s;
  padding: 31px 45px 30px 32px;
}
.sec-26 .panel .panel-heading a {
  color: #101113;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  transition: all 0.5s;
  letter-spacing: 1.5px;
}
.sec-26 .panel .panel-heading a span {
  width: 92%;
}
.sec-26 .panel .panel-heading a svg {
  transform: rotate(0deg);
  transition: all 0.5s;
}
.sec-26 .panel .panel-heading a svg path {
  transition: all 0.5s;
}
.sec-26 .panel .panel-heading.in {
  background: #F1F1F1;
  border-radius: 15px 15px 0 0;
}
.sec-26 .panel .panel-heading.in a {
  color: #101113;
}
.sec-26 .panel .panel-heading.in a svg {
  transform: rotate(45deg);
}
.sec-26 .panel .panel-heading.in a svg path {
  fill: #101113;
}
.sec-26 .panel .panel-collapse {
  border-radius: 0 0 15px 15px;
  border: 1px solid transparent;
  background: #F1F1F1;
}
.sec-26 .panel .panel-collapse .panel-body {
  color: #404040;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  padding: 0 31px 14px 31px;
  letter-spacing: 1px;
  width: 48.6%;
}
.sec-26 .panel .panel-collapse .panel-body p {
  margin-bottom: 17px;
}

.sec-27, .bottom-mobile, .btn-mobile, .box-mobile, .mobile-city, .mobile-block, .mobile-city {
  display: none;
}

.home {
  overflow: hidden;
}
.home header .box {
  overflow: hidden;
  height: 99px;
}
.home header .box .menu ul {
  height: 20px;
  overflow: hidden;
}
.home header .box .menu ul li {
  transform: translate(0, 20px);
}
.home header .box .right {
  transform: translate(0, 80px);
}
.home .sec-1 .left .title, .home .sec-1 .left .text {
  opacity: 0;
}
.home .sec-1 .left .list .item {
  opacity: 0;
}
.home .sec-1 .right .slider {
  transform: translate(120%, 0);
}
.home .sec-1 .right .text {
  transform: translate(0, 250px);
}

.pace {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99999;
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace .pace-activity {
  background: #fff;
  width: 100vw;
  height: 2000px;
  position: fixed;
  left: 0;
  top: 0;
  margin: auto;
  opacity: 1;
  transition: all 5s ease;
}

.logo-loader {
  position: fixed;
  width: 100%;
  max-width: 1550px;
  margin: 0 auto;
  padding: 0 15px;
  height: 100vh;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  animation: 1.3s linear 1.8s forwards loader1;
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo-loader .intro {
  width: 395px;
  height: 200px;
  overflow: hidden;
  position: absolute;
  left: 40%;
  top: 50%;
  transform: translate(0, -50%);
  animation: 1.3s linear 1s forwards intro;
}
.logo-loader svg {
  width: 100%;
  height: fit-content;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  transform: translate(0, 10px);
}
.logo-loader svg .one path:nth-child(1) {
  transform: translate(0, 29%);
  animation: 0.2s linear forwards bukv;
}
.logo-loader svg .one path:nth-child(2) {
  transform: translate(0, 29%);
  animation: 0.2s linear 0.1s forwards bukv;
}
.logo-loader svg .one path:nth-child(3) {
  transform: translate(0, 29%);
  animation: 0.2s linear 0.2s forwards bukv;
}
.logo-loader svg .one path:nth-child(4) {
  transform: translate(0, 29%);
  animation: 0.2s linear 0.3s forwards bukv;
}
.logo-loader svg .one path:nth-child(5) {
  transform: translate(0, 29%);
  animation: 0.2s linear 0.4s forwards bukv;
}
.logo-loader svg .one path:nth-child(6) {
  transform: translate(0, 29%);
  animation: 0.2s linear 0.5s forwards bukv;
}

.pace-done.home {
  overflow: visible;
  overflow-x: hidden;
}
.pace-done.home.hider {
  overflow: hidden;
}
.pace-done.home .logo-loader {
  animation: 0.5s linear 1.8s forwards ofset;
}
.pace-done.home .pace .pace-activity {
  animation: 0.5s linear 1s forwards act;
}
.pace-done.home header .box .menu ul li {
  animation: 0.5s linear 1.7s forwards menus;
}
.pace-done.home header .box .right {
  animation: 0.5s linear 1.7s forwards menus1;
}
.pace-done.home .sec-1 .left .title, .pace-done.home .sec-1 .left .text {
  animation: 0.5s linear 1.7s forwards title;
}
.pace-done.home .sec-1 .left .list .item:nth-child(1) {
  animation: 0.5s linear 1.7s forwards title;
}
.pace-done.home .sec-1 .left .list .item:nth-child(2) {
  animation: 0.5s linear 1.8s forwards title;
}
.pace-done.home .sec-1 .left .list .item:nth-child(3) {
  animation: 0.5s linear 1.9s forwards title;
}
.pace-done.home .sec-1 .left .list .item:nth-child(4) {
  animation: 0.5s linear 2s forwards title;
}
.pace-done.home .sec-1 .left .list .item:nth-child(5) {
  animation: 0.5s linear 2.1s forwards title;
}
.pace-done.home .sec-1 .left .list .item:nth-child(6) {
  animation: 0.5s linear 2.2s forwards title;
}
.pace-done.home .sec-1 .left .list .item:nth-child(7) {
  animation: 0.5s linear 2.3s forwards title;
}
.pace-done.home .sec-1 .left .list .item:nth-child(8) {
  animation: 0.5s linear 2.4s forwards title;
}
.pace-done.home .sec-1 .left .list .item:nth-child(9) {
  animation: 0.5s linear 2.5s forwards title;
}
.pace-done.home .sec-1 .left .list .item:nth-child(10) {
  animation: 0.5s linear 2.6s forwards title;
}
.pace-done.home .sec-1 .left .list .item:nth-child(11) {
  animation: 0.5s linear 2.7s forwards title;
}
.pace-done.home .sec-1 .left .list .item:nth-child(12) {
  animation: 0.5s linear 2.8s forwards title;
}
.pace-done.home .sec-1 .left .list .item:nth-child(13) {
  animation: 0.5s linear 2.9s forwards title;
}
.pace-done.home .sec-1 .right .slider {
  animation: 0.5s linear 1.7s forwards slider;
}
.pace-done.home .sec-1 .right .text {
  animation: 0.5s linear 1.7s forwards tetx;
}

@keyframes title {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tetx {
  0% {
    transform: translate(0, 160px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes slider {
  0% {
    transform: translate(120%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes menus {
  0% {
    transform: translate(0, 20px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
@keyframes menus1 {
  0% {
    transform: translate(0, 80px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
@keyframes bukv {
  0% {
    transform: translate(0, 29%);
  }
  100% {
    transform: translate(0, 0%);
  }
}
@keyframes ofset {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ofset1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes intro {
  0% {
    left: 40%;
    top: 50%;
    width: 395px;
    height: 200px;
    transform: translate(0, -50%);
  }
  20% {
    left: 40%;
    top: 50%;
    width: 395px;
    height: 200px;
    transform: translate(0, -50%);
  }
  40% {
    left: 40%;
    top: 50%;
    width: 395px;
    height: 281px;
    transform: translate(0, -50%);
  }
  80% {
    left: 40%;
    top: 50%;
    width: 395px;
    height: 281px;
    transform: translate(0, -50%);
  }
  100% {
    width: 139px;
    height: 281px;
    left: 15px;
    top: -61px;
    transform: translate(0, 0);
  }
}
@keyframes loader1 {
  0% {
    height: 100vh;
    top: 0;
  }
  30% {
    height: 100vh;
    top: 0;
  }
  60% {
    height: 100vh;
    top: 0;
  }
  100% {
    top: 0;
    height: 139px;
  }
}
@keyframes act {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.cooke {
  position: fixed;
  z-index: 100000;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: auto;
  max-width: 600px;
  border-radius: 100px;
  background: #101113;
  padding: 10px 10px 10px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  transition: all 0.5s;
  opacity: 0;
  visibility: visible;
  animation: 0.5s linear 3s forwards cooke;
}
.cooke.active {
  animation: 0.5s linear forwards cookeakt;
}
.cooke .text {
  width: 83%;
  flex-shrink: 0;
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.2px;
}
.cooke .text a {
  color: #fff;
}
.cooke .text a:hover {
  color: #B1F041;
}
.cooke #cooke {
  flex-shrink: 0;
  border-radius: 100px;
  background: #B1F041;
  max-width: 80px;
  height: 41px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #101113;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
  transition: 0.5s all;
  gap: 10px;
}
.cooke #cooke:after {
  content: "";
  width: 7px;
  height: 7px;
  background: #101113;
  border-radius: 15px;
}
.cooke #cooke:hover {
  background: #fff;
  color: #101113;
}

.pace-done.home.nonanimate header .box .menu ul li {
  animation: none;
  transform: translate(0, 0);
}
.pace-done.home.nonanimate header .box .right {
  animation: none;
  margin: 0;
  transform: translate(0, 0);
}
.pace-done.home.nonanimate .sec-1 .left .title, .pace-done.home.nonanimate .sec-1 .left .text {
  animation: none;
  opacity: 1;
}
.pace-done.home.nonanimate .sec-1 .left .list .item {
  animation: none;
  opacity: 1;
}
.pace-done.home.nonanimate .sec-1 .right .slider {
  animation: none;
  transform: translate(0, 0);
}
.pace-done.home.nonanimate .sec-1 .right .text {
  animation: none;
  transform: translate(0, 0);
}

@keyframes cooke {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cookeakt {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@media (min-width: 1921px) {
  .sec-1 .right {
    right: 160px;
  }
  .sec-13 .box .right {
    right: 160px;
  }
}
@media (max-width: 1800px) {
  .sec-13 .box .left {
    width: 58%;
  }
  .soc-fix {
    right: 100px;
  }
}
@media (max-width: 1680px) {
  .sec-1 .right {
    max-width: 600px;
  }
  .popup-fade-cat .popup .box {
    gap: 23px;
  }
  .sec-13 .box .left {
    width: 54%;
  }
  .sec-13 .box .left .title {
    width: 85%;
  }
  .sec-13 .box .left .mini-text {
    width: 48%;
  }
  .popup-fade-ras .popup .popup-close {
    left: auto;
    right: 85px;
    transform: translate(0, 0);
  }
  .popup-fade-ras .popup .popup-close, .popup-fade-lic .popup .popup-close, .popup-fade-filter .popup .popup-close {
    left: auto;
    right: 85px;
    transform: translate(0, 0);
  }
}
@media (max-width: 1580px) {
  .wrapper {
    max-width: 1320px;
  }
  .sec-1 .box .left .title {
    width: 91%;
  }
  .sec-1 .box .left .text {
    width: 67%;
  }
  .sec-1 .box .left .list {
    gap: 8px;
  }
  .sec-1 .box .left .list .item {
    padding: 16px;
  }
  .sec-1 .right {
    max-width: 550px;
  }
  .sec-2 .box .left {
    width: 33%;
  }
  .sec-2 .box .right {
    width: 73.5%;
    padding: 40px 60px 38px 100px;
  }
  .sec-2 .box .right form .group .text {
    width: 100%;
  }
  .sec-3 .box {
    gap: 21.9px;
  }
  .sec-3 .box .item:nth-child(16) {
    margin-left: -767px;
  }
  .sec-5 .box .item {
    width: 32%;
  }
  .sec-6 .box .left {
    width: 30%;
  }
  .sec-6 .box .right {
    width: 68%;
    padding: 71px 20px 38px 0;
  }
  footer .box .right {
    width: 17%;
  }
  footer .foot .right {
    width: 39.5%;
  }
  .popup-fade .popup .box .search {
    margin: 0 0 0 85px;
    width: 362px;
  }
  .sec-7 .box .left {
    padding: 20px;
  }
  .sec-7 .box .left .title {
    font-size: 45px;
  }
  .sec-7 .box .left .text {
    width: 75%;
  }
  .sec-7 .box .right {
    padding: 20px;
  }
  .sec-8 .box .left {
    width: 55%;
  }
  .sec-9 .box .left {
    width: 30%;
  }
  .sec-9 .box .right {
    width: 69%;
  }
  .sec-11 .box .left .text {
    width: 100%;
  }
  .sec-11 .box .left .text p br {
    display: none;
  }
  .sec-11 .box .right .item .text {
    width: 90%;
  }
  .popup-fade-cat .popup .box {
    gap: 20px;
  }
  .popup-fade-cat .popup .box .item {
    padding: 20px;
  }
  .popup-fade-cat .popup .box .item .zag {
    font-size: 16px;
  }
  .sec-12 .box {
    gap: 20px;
  }
  .sec-12 .box .right {
    width: 28%;
  }
  .sec-13 .box .left .title {
    width: 100%;
  }
  .sec-13 .box .left .mini-text {
    width: 57%;
  }
  .sec-13 .box .left .text p br {
    display: none;
  }
  .sec-13 .box .right {
    width: 550px;
  }
  .sec-13 .box .right .text {
    padding: 22px 20px 55px 50px;
  }
  .sec-13 .box .right .num {
    padding: 0 20px 34px 50px;
  }
  .sec-13 .box .right .grey {
    padding: 32px 20px 33px 50px;
  }
  .sec-13 .box .right .logos {
    margin: 59px 0 0 0;
    width: 95%;
  }
  .sec-13 .box .right .logos img:last-child {
    margin: 0 0 0 auto;
  }
  .sec-16 .otziv .item .right {
    height: 210px;
  }
  .sec-17 .otziv .item .right {
    height: 210px;
  }
  .sec-20 .box .left {
    width: 55%;
  }
  .sec-21 .box .item .img {
    height: 420px;
  }
  .sec-21 .box .item .name {
    width: 100%;
  }
  .sec-22 .box .item .right {
    height: 215px;
  }
  .sec-24 .box .left {
    width: 70%;
  }
  .sec-25 .box .item {
    width: 30%;
  }
  .sec-26 .panel .panel-collapse .panel-body {
    width: 57%;
  }
  .logo-loader {
    max-width: 1320px;
  }
}
@media (max-width: 1399px) {
  .wrapper {
    max-width: 1140px;
  }
  .sec-1 .box .left .city {
    margin-bottom: 50px;
  }
  .sec-1 .box .left .title {
    width: 100%;
  }
  .sec-1 .box .left .text {
    width: 90%;
  }
  .sec-1 .right {
    max-width: 475px;
  }
  .sec-2 .box .left {
    font-size: 27px;
  }
  .sec-2 .box .right {
    width: 74.5%;
    padding: 40px 20px 38px 100px;
  }
  .sec-3 .box {
    gap: 18.8px;
  }
  .sec-3 .box .item:nth-child(16) {
    margin-left: -660px;
  }
  .sec-4 .box .item {
    width: 15%;
  }
  .sec-4 .box .item img {
    width: 100%;
  }
  .sec-5 .box .item {
    width: auto;
  }
  .sec-6 .box .left .title {
    font-size: 27px;
  }
  .sec-6 .box .left .text {
    font-size: 13px;
  }
  footer .box .left {
    width: 58%;
  }
  footer .box .center {
    width: 10%;
  }
  footer .box .right {
    width: auto;
  }
  footer .box .address {
    width: auto;
  }
  footer .box .link {
    width: auto;
  }
  footer .foot .left {
    width: auto;
  }
  footer .foot .right {
    width: 46%;
  }
  .popup-fade .popup .box .right .box .item:first-child {
    width: 300px;
  }
  .popup-fade .popup .box .right .box .item:nth-child(2) {
    margin: 0 40px 0 auto;
  }
  .popup-fade-ras .popup .title {
    font-size: 40px;
  }
  .sec-7 .box .left .title {
    font-size: 40px;
  }
  .sec-7 .box .left .text {
    width: 80%;
  }
  .sec-8 .box .left {
    width: 65%;
  }
  .sec-8 .box .right {
    width: auto;
  }
  .sec-9 .box .left {
    width: 35%;
  }
  .sec-9 .box .right {
    width: 64%;
  }
  .sec-11 .box .right .item .text {
    gap: 5px;
  }
  .sec-11 .box .right .item .text br {
    display: none;
  }
  .sec-11 .box .right .item:nth-child(2) .text {
    padding: 0;
    gap: 5px;
  }
  .sec-11 .box .right .search {
    padding: 15px;
  }
  .popup-fade-cat .popup {
    padding: 50px 20px;
    width: 100%;
  }
  .popup-fade-cat .popup .popup-close {
    right: 20px;
    top: 20px;
  }
  .popup-fade-cat .popup .box {
    gap: 17px;
  }
  .sec-12 .box {
    gap: 17px;
  }
  .sec-12 .box .title {
    width: 68%;
  }
  .sec-12 .box .btn {
    width: 30%;
  }
  .sec-12 .box .left {
    width: 60%;
  }
  .sec-12 .box .right {
    width: 35%;
  }
  .sec-13 .box .left {
    width: 56%;
    padding: 0;
  }
  .sec-13 .box .left .mini-text {
    width: 64%;
  }
  .sec-13 .box .right {
    width: 500px;
  }
  .sec-13 .box .right .text {
    padding: 20px;
  }
  .sec-13 .box .right .num {
    padding: 0 20px 20px 20px;
  }
  .sec-13 .box .right .grey {
    padding: 20px;
  }
  .sec-13 .box .right .logos {
    margin: 30px 0 0 0;
  }
  .sec-14 .box {
    gap: 20px;
  }
  .sec-14 .box .item {
    width: 32%;
    margin-bottom: 20px;
  }
  .sec-16 .otziv .item .right {
    height: 180px;
  }
  .sec-17 .otziv .item .right {
    height: 180px;
  }
  .sec-20 .box .left {
    width: 60%;
    padding: 170px 0 0 0;
  }
  .sec-20 .box .right {
    width: auto;
    margin: 0;
  }
  .sec-21 .box .item {
    margin-bottom: 50px;
  }
  .sec-21 .box .item .img {
    height: 360px;
  }
  .sec-22 .box .item .right {
    height: 185px;
  }
  .sec-24 .box .left {
    width: 74%;
  }
  .sec-24 .box .right .item .box .zag {
    font-size: 14px;
  }
  .sec-25 .box .item {
    width: 49%;
  }
  .sec-26 .panel .panel-collapse .panel-body {
    width: 66%;
  }
  .logo-loader {
    max-width: 1140px;
  }
  .logo-loader .intro {
    left: 35%;
    top: 50%;
    transform: translate(0, -50%);
  }
  @keyframes intro {
    0% {
      left: 35%;
      top: 50%;
      width: 395px;
      height: 80px;
      transform: translate(0, -50%);
    }
    20% {
      left: 35%;
      top: 50%;
      width: 395px;
      height: 80px;
      transform: translate(0, -50%);
    }
    40% {
      left: 35%;
      top: 50%;
      width: 395px;
      height: 281px;
      transform: translate(0, -50%);
    }
    80% {
      left: 35%;
      top: 50%;
      width: 395px;
      height: 281px;
      transform: translate(0, -50%);
    }
    100% {
      width: 139px;
      height: 281px;
      left: 15px;
      top: -61px;
      transform: translate(0, 0);
    }
  }
  .popup-fade-city .popup .box .item {
    width: 49%;
  }
}
@media (max-width: 1199px) {
  .wrapper {
    max-width: 960px;
  }
  header .box .menu {
    margin-left: 40px;
  }
  .sec-1 {
    padding-bottom: 0;
  }
  .sec-1.sec_style_1, .sec-1.sec_style_2, .sec-1.sec_style_3, .sec-1.sec_style_4 {
    background: #02021A;
  }
  .sec-1 .box:before {
    display: none;
  }
  .sec-1 .box .left {
    width: 100%;
  }
  .sec-1 .box .left .title {
    mix-blend-mode: normal;
  }
  .sec-1 .box .left .text {
    width: 100%;
    mix-blend-mode: normal;
  }
  .sec-1 .box .left .list .item {
    flex-grow: 1;
  }
  .sec-1 .right {
    display: none;
  }
  .sec-2 {
    padding: 100px 0 0 0;
  }
  .sec-2 .box .left {
    width: 100%;
    border-radius: 25px 25px 0 0;
    padding: 20px 20px 0 20px;
    text-align: center;
  }
  .sec-2 .box .left:before {
    display: none;
  }
  .sec-2 .box .left:after {
    display: none;
  }
  .sec-2 .box .right {
    width: 100%;
    padding: 20px;
    margin: 0;
    border-radius: 0 0 25px 25px;
  }
  .sec-3 {
    padding: 100px 0 0 0;
  }
  .sec-3 .box .item {
    width: 48.9%;
  }
  .sec-3 .box .item:nth-child(4) {
    width: 48.9%;
  }
  .sec-3 .box .item:nth-child(5), .sec-3 .box .item:nth-child(8) {
    width: 100%;
  }
  .sec-3 .box .item:nth-child(7), .sec-3 .box .item:nth-child(13) {
    width: 48.9%;
    height: 288px;
  }
  .sec-3 .box .item:nth-child(8), .sec-3 .box .item:nth-child(10) {
    margin-top: 0;
  }
  .sec-3 .box .item:nth-child(9), .sec-3 .box .item:nth-child(14) {
    margin-top: 0;
    width: 48.9%;
  }
  .sec-3 .box .item:nth-child(15) {
    margin-top: 0;
    width: 100%;
  }
  .sec-3 .box .item:nth-child(16) {
    margin-left: 0;
  }
  .sec-3 .box .item:last-child {
    width: 100%;
  }
  .sec-3 .box .item.light {
    width: 100%;
    margin-top: 0;
    height: 202px;
  }
  .sec-3 .box .zag {
    display: none;
  }
  .sec-4 {
    padding: 100px 0 0 0;
  }
  .sec-5 {
    padding: 100px 0 0 0;
  }
  .sec-6 .box .left {
    width: 100%;
    padding: 20px 20px 0 20px;
    text-align: center;
  }
  .sec-6 .box .right {
    width: 100%;
    padding: 20px;
  }
  footer .box .left {
    width: 50%;
  }
  footer .box .left .list ul li {
    margin-left: 0 !important;
    margin-top: 0 !important;
    width: 49% !important;
  }
  footer .box .center {
    width: 15%;
  }
  footer .foot .right {
    width: 55%;
  }
  .sec-27 {
    display: block;
    padding: 100px 0 0 0;
  }
  .sec-27 .sliders {
    width: 100%;
  }
  .sec-27 .sliders .swiper-slide-shadow {
    background: none;
  }
  .sec-27 .sliders .swiper-slide {
    width: 450px;
  }
  .sec-27 .sliders .swiper-slide:nth-child(2) .item {
    background: #fff;
  }
  .sec-27 .sliders .swiper-slide:nth-child(2) .item:before {
    background: #fff;
  }
  .sec-27 .sliders .swiper-slide:nth-child(3) .item {
    background: #fff;
  }
  .sec-27 .sliders .swiper-slide:nth-child(3) .item:before {
    background: #fff;
  }
  .sec-27 .sliders .swiper-slide:nth-child(4) .item {
    background: #fff;
  }
  .sec-27 .sliders .swiper-slide:nth-child(4) .item:before {
    background: #fff;
  }
  .sec-27 .sliders .swiper-slide.swiper-slide-active .item {
    background: #fff !important;
  }
  .sec-27 .sliders .swiper-slide.swiper-slide-active .item:before {
    background: #fff !important;
  }
  .sec-27 .sliders .swiper-slide.swiper-slide-active .item .name {
    opacity: 1;
  }
  .sec-27 .sliders .item {
    width: 100%;
    padding: 0;
    position: relative;
    transition: all 0.5s;
  }
  .sec-27 .sliders .item:before {
    content: "";
    width: 100%;
    height: calc(100% + 210px);
    position: absolute;
    left: 0;
    top: -100px;
    transition: all 0.5s;
  }
  .sec-27 .sliders .item .img {
    width: 100%;
    height: 437px;
    margin: 0 0 20px 0;
    position: relative;
    z-index: 1;
  }
  .sec-27 .sliders .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sec-27 .sliders .item .name {
    color: #101113;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin: 0 0 21px 16px;
    letter-spacing: 1.3px;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
    opacity: 0;
  }
  .sec-27 .sliders .autoplay-progress1 {
    position: absolute;
    left: 15px;
    bottom: 0;
    z-index: 10;
    width: calc(100% - 30px);
    height: 3px;
    background: #7E7E7E;
  }
  .sec-27 .sliders .autoplay-progress1 span {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: calc(100% * (1 - var(--progress)));
    height: 3px;
    background: #101113;
    transform: rotate(180deg);
  }
  .popup-fade .popup .box .search {
    margin: 0 0 0 15px;
  }
  .popup-fade .popup .box .right .map {
    width: 100%;
    height: auto;
    margin: 50px 0;
  }
  .popup-fade .popup .box .right .box .item:nth-child(2) {
    margin: 0 20px 0 auto;
  }
  .popup-fade-ras .popup .popup-close {
    right: 45px;
  }
  .popup-fade-ras .popup .title {
    font-size: 35px;
  }
  .sec-7 .box .left .title {
    font-size: 32px;
  }
  .sec-7 .box .left .text {
    width: 100%;
    padding: 0;
  }
  .sec-7 .box .right form .group {
    margin: 0;
  }
  .sec-7 .box .right form .group span {
    width: 100%;
  }
  .sec-7 .box .right form input {
    margin-bottom: 10px;
  }
  .sec-7 .box .right form button {
    margin: 0;
  }
  .sec-8 .box .left {
    width: 75%;
  }
  .sec-9 .box .left {
    font-size: 26px;
  }
  .sec-11 .box .right .btn {
    font-size: 20px;
    padding: 20px 10px;
  }
  .popup-fade-cat .popup .box {
    gap: 15px;
  }
  .sec-12 .box .title {
    font-size: 50px;
    width: 63%;
  }
  .sec-12 .box .btn {
    width: 35%;
  }
  .sec-12 .box .item {
    width: 32.1%;
  }
  .sec-12 .box .right {
    width: 40%;
  }
  .sec-12 .box:nth-child(4) {
    justify-content: flex-start;
  }
  .sec-13 {
    padding: 100px 0 0 0;
  }
  .sec-13 .box .left .title {
    font-size: 50px;
  }
  .sec-13 .box .left .mini-text {
    width: 76%;
  }
  .sec-13 .box .left .text {
    font-size: 18px;
  }
  .sec-13 .box .right {
    width: 400px;
  }
  .sec-14 .box {
    gap: 0;
    justify-content: space-between;
  }
  .sec-14 .box .item {
    width: 49%;
  }
  .sec-16 .otziv .item .right {
    height: auto;
  }
  .sec-17 .otziv .item .right {
    height: auto;
  }
  .sec-19 .box .left .title {
    font-size: 34px;
  }
  .sec-19 .box .right form > p span {
    width: 100%;
    margin-bottom: 10px;
  }
  .sec-19 .box .right form button {
    width: 100%;
  }
  .sec-19 .box .right form .text {
    width: 100%;
  }
  .popup-fade-otziv .popup .box .right {
    width: 17%;
    height: fit-content;
  }
  .sec-20 .box {
    width: 100%;
  }
  .sec-20 .box .left {
    width: 65%;
  }
  .sec-20 .box .left .text {
    width: 100%;
  }
  .sec-21 .box .item .img {
    height: 300px;
  }
  .sec-22 .box .item .right {
    height: 150px;
  }
  .sec-24 .box .left {
    width: 100%;
  }
  .sec-24 .box .right {
    display: none;
  }
  .sec-25 .map svg {
    height: auto;
  }
  .sec-26 .panel .panel-collapse .panel-body {
    width: 79%;
  }
  .logo-loader {
    max-width: 960px;
  }
  .logo-loader .intro {
    left: 32%;
    top: 50%;
    transform: translate(0, -50%);
  }
  @keyframes intro {
    0% {
      left: 32%;
      top: 50%;
      width: 395px;
      height: 80px;
      transform: translate(0, -50%);
    }
    20% {
      left: 32%;
      top: 50%;
      width: 395px;
      height: 80px;
      transform: translate(0, -50%);
    }
    40% {
      left: 32%;
      top: 50%;
      width: 395px;
      height: 281px;
      transform: translate(0, -50%);
    }
    80% {
      left: 32%;
      top: 50%;
      width: 395px;
      height: 281px;
      transform: translate(0, -50%);
    }
    100% {
      width: 139px;
      height: 281px;
      left: 15px;
      top: -61px;
      transform: translate(0, 0);
    }
  }
  .popup-fade-city .popup .box {
    gap: 39px;
  }
  .popup-fade-city .popup .box .item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .wrapper {
    max-width: 720px;
  }
  header .box .menu {
    display: none;
  }
  header .box .right .btn {
    display: none;
  }
  header .box .right .login {
    background: #B1F041;
    padding: 0 24px;
    border: none;
  }
  header .box .right .login:after {
    display: none;
  }
  header .box .right .mobile-city {
    display: block;
  }
  header .box .right .mobile-city a {
    color: #101113;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    background: url("../img/icon.svg") 100% 50% no-repeat;
    width: fit-content;
    padding: 0 24px 0 0;
    letter-spacing: 1px;
    display: block;
  }
  .bottom-mobile {
    display: block;
    border-radius: 20px 20px 0 0;
    background: #fff;
    box-shadow: 0 -1px 22.2px 0 rgba(28, 28, 28, 0.25);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    padding: 21px 31px;
  }
  .bottom-mobile .box a {
    color: #101113;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding: 30px 0 0 0;
  }
  .bottom-mobile .box .menu {
    background: url("../img/menu.svg") 50% 0 no-repeat;
  }
  .bottom-mobile .box .uslug {
    background: url("../img/uslug.svg") 50% 0 no-repeat;
  }
  .bottom-mobile .box .login {
    background: url("../img/login.svg") 50% 0 no-repeat;
  }
  .bottom-mobile .box .svaz {
    background: url("../img/svaz.svg") 50% 0 no-repeat;
  }
  .sec-1 .box .left {
    padding: 135px 0 0 0;
  }
  .sec-1 .box .left .city {
    margin: 0 0 50px auto;
    width: fit-content;
  }
  .sec-1 .box .left .city a {
    margin: 0 0 0 auto;
  }
  .sec-1 .box .left .city a.info-win {
    margin: 54px 0 -24px 0;
    width: 100%;
    min-width: 343px;
    height: auto;
    font-size: 14px;
    padding: 8px;
    border-radius: 10px;
  }
  .sec-3 .box {
    gap: 9px;
  }
  .sec-3 .box .item {
    width: 49.34%;
  }
  .sec-3 .box .item:nth-child(4), .sec-3 .box .item:nth-child(7), .sec-3 .box .item:nth-child(13), .sec-3 .box .item:nth-child(9), .sec-3 .box .item:nth-child(14) {
    width: 49.34%;
  }
  .sec-5 .box {
    display: none;
  }
  .sec-5 .mobile {
    display: block;
  }
  .sec-5 .mobile .box {
    display: flex;
  }
  .sec-6 .box .right form > p {
    gap: 10px;
  }
  .sec-6 .box .right form > p span {
    width: 48%;
  }
  .sec-6 .box .right form button {
    width: 48%;
  }
  .sec-6 .box .right form .text {
    margin: 12px 0 0 0;
  }
  footer .box .address {
    width: 60%;
    margin: 40px 0 0 0;
  }
  footer .box .left {
    width: 80%;
  }
  footer .box .right {
    margin: 40px 0 0 0;
  }
  footer .box .link {
    margin: 40px 0 0 0;
  }
  footer .foot {
    margin: 35px 0 0 0;
    padding: 35px 0 20px 0;
  }
  footer .foot .right {
    width: 74%;
  }
  .popup-fade {
    z-index: 9999999999;
  }
  .popup-fade .popup {
    padding-top: 60px;
  }
  .popup-fade .popup .wrapper {
    position: relative;
  }
  .popup-fade .popup .box .search {
    margin: 20px 0 0 0;
    width: 100%;
  }
  .popup-fade .popup .box .right .login {
    display: none;
  }
  .popup-fade .popup .box .right .btn {
    background: url("../img/icon8.svg") 0 0 no-repeat;
    border: none;
    font-size: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    border-radius: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex !important;
  }
  .popup-fade .popup .box .right .btn:after {
    display: none;
  }
  .popup-fade .popup .box .left {
    padding: 0;
    position: absolute;
    right: 20px;
    top: 60px;
  }
  .popup-fade .popup .box .left ul li {
    display: none;
    margin: 0;
  }
  .popup-fade .popup .box .left ul li.active {
    display: block;
  }
  .popup-fade .popup .box .left ul li.active a {
    background: url("../img/icon.svg") 100% 50% no-repeat;
    padding: 0 25px 0 0;
  }
  .popup-fade .popup .box .left .mobile-city {
    display: none;
    position: fixed;
    left: 0;
    top: 200px;
    width: 100%;
    background: #02021A;
    padding: 31px;
    z-index: 1;
  }
  .popup-fade .popup .box .left .mobile-city .zag {
    color: #101113;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 54px;
  }
  .popup-fade .popup .box .left .mobile-city ul li {
    display: block;
    margin-bottom: 20px;
  }
  .popup-fade .popup .box .left .mobile-city ul li.active {
    display: block;
  }
  .popup-fade .popup .box .left .mobile-city ul li.active a {
    background: url("../img/icon1.svg") 0% 50% no-repeat;
    padding: 0 0 0 25px;
  }
  .popup-fade .popup .box .left .mobile-city ul li a {
    color: #101113;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.032px;
    margin: 0 auto;
    display: block;
    width: fit-content;
    padding: 0;
    background: none;
  }
  .popup-fade .popup .box:nth-child(2) .right {
    width: 100%;
  }
  .popup-fade .popup .box:nth-child(2) .right .box {
    position: relative;
    padding-bottom: 40px;
  }
  .popup-fade .popup .box:nth-child(2) .right .box .big {
    width: 100%;
  }
  .popup-fade .popup .box:nth-child(2) .right .box .big ul li {
    text-align: center;
    margin-bottom: 16px;
  }
  .popup-fade .popup .box:nth-child(2) .right .box .big ul li:last-child {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .popup-fade .popup .box:nth-child(2) .right .box .big ul li a {
    font-size: 18px;
    line-height: 140%;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    justify-content: center;
  }
  .popup-fade .popup .box:nth-child(2) .right .box .mini {
    width: 100%;
    padding: 0;
  }
  .popup-fade .popup .box:nth-child(2) .right .box .mini ul {
    width: 100%;
  }
  .popup-fade .popup .box:nth-child(2) .right .box .mini ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
  }
  .popup-fade .popup .box:nth-child(2) .right .box .mini ul li:nth-child(1) {
    order: 1;
  }
  .popup-fade .popup .box:nth-child(2) .right .box .mini ul li:nth-child(2) {
    order: 3;
  }
  .popup-fade .popup .box:nth-child(2) .right .box .mini ul li:nth-child(3) {
    order: 2;
  }
  .popup-fade .popup .box:nth-child(2) .right .box .mini ul li:nth-child(4) {
    order: 4;
  }
  .popup-fade .popup .box:nth-child(2) .right .box .mini ul li:nth-child(5) {
    display: none;
  }
  .popup-fade .popup .box:nth-child(2) .right .box .mini ul li a {
    font-size: 18px;
    line-height: 140%;
    text-transform: uppercase;
    justify-content: center;
    letter-spacing: 1.3px;
  }
  .popup-fade .popup .box:nth-child(2) .right .box-mobile {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .popup-fade .popup .box:nth-child(2) .right .box-mobile .bot {
    width: 100%;
    margin: 84px 0 24px 0;
  }
  .popup-fade .popup .box:nth-child(2) .right .box-mobile .login {
    border-radius: 100px;
    border: 1px solid #B1F041;
    background: #B1F041;
    display: flex;
    width: 235px;
    height: 40px;
    color: #101113;
    font-size: 14px;
    font-weight: 400;
    margin: 0 auto;
  }
  .popup-fade .popup .box:nth-child(2) .right .box-mobile .login:after {
    display: none;
  }
  .popup-fade .popup .box:nth-child(2) .right .box-mobile .item {
    width: auto;
    display: block;
  }
  .popup-fade .popup .box:nth-child(2) .right .box-mobile .item .zag {
    color: #101113;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 1px;
    margin-bottom: 9px;
  }
  .popup-fade .popup .box:nth-child(2) .right .box-mobile .item a {
    color: #101113;
    font-size: 24px;
    letter-spacing: 1.4px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    display: block;
    width: fit-content;
  }
  .popup-fade .popup .box .item {
    display: none;
  }
  .popup-fade .popup .map {
    display: none;
  }
  .popup-fade-ras .popup .text {
    font-size: 14px;
  }
  .popup-fade-ras .popup form > p {
    gap: 10px;
  }
  .popup-fade-ras .popup form > p span {
    width: 100%;
  }
  .popup-fade-ras .popup form input {
    width: 100%;
  }
  .popup-fade-ras .popup form button {
    width: 100%;
  }
  .sec-7 .box .left {
    padding: 20px 20px 140px 20px;
    width: 100%;
    margin-bottom: 30px;
  }
  .sec-7 .box .right {
    width: 100%;
  }
  .sec-8 {
    padding: 0;
  }
  .sec-8 .box .left {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .sec-8 .box .right {
    display: none;
  }
  .sec-9 {
    display: none;
  }
  .sec-11 {
    padding: 100px 0 0 0;
  }
  .sec-11 #loadmore {
    margin-top: 16px;
  }
  .sec-11 .box .left {
    width: 100%;
    margin-bottom: 40px;
  }
  .sec-11 .box .left .mobile-block {
    display: block;
  }
  .sec-11 .box .left .it {
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }
  .sec-11 .box .left .it .zag {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: uppercase;
    letter-spacing: 3px;
    width: 100%;
    margin: 0 0 5px 0;
  }
  .sec-11 .box .left .it .text {
    color: #101113;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    letter-spacing: 0.8px;
    width: 100%;
    margin: 0;
  }
  .sec-11 .box .left .it .text br {
    display: none;
  }
  .sec-11 .box .left .filter {
    border-radius: 45px;
    background: #B1F041 url("../img/filter.svg") 97% 50% no-repeat;
    color: #101113;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    width: 100%;
    display: block;
    padding: 20px;
    text-align: left;
    letter-spacing: 1.3px;
    margin-bottom: 40px;
  }
  .sec-11 .box .right {
    width: 100%;
  }
  .sec-11 .box .right .item, .sec-11 .box .right .search, .sec-11 .box .right .teg {
    display: none;
  }
  .popup-fade-cat .popup .box .item {
    width: 48.9% !important;
  }
  .sec-12 .box .title {
    width: 100%;
  }
  .sec-12 .box .btn {
    display: none;
  }
  .sec-12 .box .item {
    width: 48.7%;
  }
  .sec-12 .box:last-child {
    display: none;
  }
  .sec-12 .mobile-block {
    display: block;
  }
  .sec-12 .mobile-block .text {
    color: #101113;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 1px;
    margin-bottom: 15px;
  }
  .sec-12 .mobile-block .text p {
    margin-bottom: 15px;
  }
  .sec-12 .mobile-block .text a {
    color: #101113;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    display: block;
    width: fit-content;
    letter-spacing: 1px;
    margin: 22px 0 0 0;
  }
  .sec-12 .mobile-block .it {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 40px;
  }
  .sec-12 .mobile-block .it .icon {
    width: 60px;
    flex-shrink: 0;
  }
  .sec-12 .mobile-block .it .icon svg {
    width: 100%;
    height: auto;
  }
  .sec-12 .mobile-block .it .lf {
    width: 100%;
  }
  .sec-12 .mobile-block .it .lf .zag {
    color: #101113;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin: 0 0 10px 0;
    letter-spacing: 1.5px;
  }
  .sec-12 .mobile-block .it .lf .text {
    color: #101113;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin: 0;
    letter-spacing: 0.8px;
  }
  .sec-12 .mobile-block .btn {
    border-radius: 15px;
    background: #B1F041;
    color: #101113;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    width: 100%;
    display: block;
    padding: 29px 0;
    text-align: center;
    letter-spacing: 1.3px;
    margin: 50px 0;
  }
  .sec-13 .box .left {
    width: 100%;
  }
  .sec-13 .box .left .mini-text {
    margin-bottom: 240px;
    max-width: 400px;
    width: 100%;
  }
  .sec-13 .box .right {
    width: 100%;
    top: 300px;
    background: #B1F041;
  }
  .sec-13 .box .right:before {
    content: "";
    background: #101113;
    width: 100%;
    height: 60px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .sec-13 .box .right .text {
    border-radius: 0;
    text-align: left;
    max-width: 720px;
    margin: 0 auto;
    padding: 20px 15px;
  }
  .sec-13 .box .right .num {
    text-align: left;
    max-width: 720px;
    margin: 0 auto;
    padding: 0 15px 20px 15px;
  }
  .sec-13 .box .right .grey {
    border-radius: 0;
    text-align: left;
    max-width: 720px;
    margin: 0 auto;
    padding: 20px 15px;
    position: relative;
    z-index: 1;
  }
  .sec-13 .box .right .logos {
    display: none;
  }
  .sec-19 .box .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .sec-19 .box .right {
    width: 100%;
  }
  .sec-19 + .sec-5 .box {
    gap: 10px;
  }
  .popup-fade-otziv .popup .popup-close {
    right: 20px;
    top: 20px;
  }
  .popup-fade-otziv .popup .popup-close path {
    stroke: #fff;
  }
  .popup-fade-otziv .popup .box {
    border-radius: 15px;
    background: #F1F1F1;
    backdrop-filter: blur(29.7000007629px);
    padding: 20px;
  }
  .popup-fade-otziv .popup .box .left {
    width: 100%;
  }
  .popup-fade-otziv .popup .box .left .name {
    color: #101113;
  }
  .popup-fade-otziv .popup .box .left .job {
    color: #101113;
  }
  .popup-fade-otziv .popup .box .left .text {
    color: #101113;
  }
  .popup-fade-otziv .popup .box .right {
    width: 200px;
    height: fit-content;
    margin: 0 auto;
  }
  .sec-20 .box .left {
    width: 100%;
    padding: 40px 0 0 0;
  }
  .sec-20 .box .right {
    display: none;
  }
  .sec-21 .box {
    justify-content: flex-start;
    gap: 0 24px;
  }
  .sec-21 .box .item {
    width: 31%;
  }
  .sec-22 .box .item {
    width: 100%;
  }
  .sec-22 .box .item .left {
    width: 100%;
  }
  .sec-22 .box .item .right {
    display: none;
  }
  .sec-23 .box .left {
    width: 100%;
    order: 2;
  }
  .sec-23 .box .left .item {
    margin-bottom: 40px;
  }
  .sec-23 .box .left .item .zag {
    width: 100%;
  }
  .sec-23 .box .left .bot {
    margin: 0;
  }
  .sec-23 .box .left .alm-btn-wrap {
    margin: 0;
  }
  .sec-23 .box .right {
    width: 100%;
    order: 1;
  }
  .sec-23 .box .right .teg {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
  }
  .sec-23 .box .right .teg a {
    width: 49.4%;
    margin: 0;
  }
  .sec-24 .box .left .article h1 {
    font-size: 25px;
  }
  .sec-24 .box .left .article p {
    font-size: 16px;
    letter-spacing: 0.9px;
  }
  .sec-26 .panel .panel-collapse .panel-body {
    width: 100%;
  }
  .logo-loader {
    max-width: 720px;
  }
  .logo-loader .intro {
    left: 25%;
    top: 50%;
    transform: translate(0, -50%);
  }
  @keyframes intro {
    0% {
      left: 25%;
      top: 50%;
      width: 395px;
      height: 80px;
      transform: translate(0, -50%);
    }
    20% {
      left: 25%;
      top: 50%;
      width: 395px;
      height: 80px;
      transform: translate(0, -50%);
    }
    40% {
      left: 25%;
      top: 50%;
      width: 395px;
      height: 281px;
      transform: translate(0, -50%);
    }
    80% {
      left: 25%;
      top: 50%;
      width: 395px;
      height: 281px;
      transform: translate(0, -50%);
    }
    100% {
      width: 139px;
      height: 281px;
      left: 15px;
      top: -61px;
      transform: translate(0, 0);
    }
  }
  .cooke {
    bottom: 105px;
  }
  .soc-fix {
    right: 10px;
    bottom: 100px;
  }
}
@media (max-width: 767px) {
  .wrapper {
    max-width: 540px;
  }
  .sec-2 .box .right form > p span {
    width: 100%;
  }
  .sec-2 .box .right form .group {
    width: 100%;
  }
  .sec-3 .box .item {
    width: 49.1%;
  }
  .sec-3 .box .item:nth-child(4), .sec-3 .box .item:nth-child(7), .sec-3 .box .item:nth-child(13), .sec-3 .box .item:nth-child(9), .sec-3 .box .item:nth-child(14) {
    width: 100%;
  }
  .sec-3 .box .item .text {
    display: none;
  }
  .sec-6 .box .right form > p span {
    width: 100%;
  }
  .sec-6 .box .right form button {
    width: 100%;
  }
  footer .box .left {
    width: 100%;
  }
  footer .box .center {
    width: 100%;
    margin-top: 40px;
  }
  footer .box .center .list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .box .center .list ul li {
    width: 49%;
  }
  footer .box .right {
    width: 100%;
  }
  footer .box .address {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .box .address .text {
    width: 75%;
  }
  footer .box .link {
    display: none;
  }
  footer .foot .left {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  footer .foot .right {
    width: 100%;
    text-align: center;
  }
  .sec-8 .box .left .title {
    font-size: 45px;
  }
  .sec-8 .box .left .text {
    width: 100%;
  }
  .popup-fade-cat .popup .box {
    gap: 11px;
  }
  .popup-fade-cat .popup .box .item .zag {
    font-size: 14px;
  }
  .sec-12 .box {
    gap: 13px;
  }
  .sec-12 .box .item {
    width: 100%;
  }
  .sec-14 .teg {
    gap: 10px;
  }
  .sec-16 .otziv .item .left {
    width: 100%;
  }
  .sec-16 .otziv .item .right {
    display: none;
  }
  .sec-17 .otziv .item .left {
    width: 100%;
  }
  .sec-17 .otziv .item .right {
    display: none;
  }
  .popup-fade-lic .popup .popup-close {
    top: 20px;
    right: 20px;
  }
  .popup-fade-lic .popup .img .name {
    font-size: 18px;
  }
  .sec-21 .box .item {
    width: 47.6%;
  }
  .sec-21 .box .item .img {
    height: 340px;
  }
  .sec-23 .box .left .item {
    width: 100%;
  }
  .sec-23 .box .left .item .img {
    height: 226px;
  }
  .sec-23 .box .right .teg a {
    width: 49.2%;
  }
  .sec-24 .box .left .article h1 {
    font-size: 20px;
  }
  .sec-25 .box .item {
    width: 100%;
  }
  .sec-26 .panel .panel-heading {
    padding: 20px;
  }
  .sec-26 .panel .panel-heading a span {
    width: 90%;
  }
  .sec-26 .panel .panel-collapse .panel-body {
    padding: 0 20px 14px 20px;
  }
  .logo-loader {
    max-width: 540px;
  }
  .logo-loader .intro {
    left: 18%;
    top: 50%;
    transform: translate(0, -50%);
  }
  @keyframes intro {
    0% {
      left: 18%;
      top: 50%;
      width: 395px;
      height: 80px;
      transform: translate(0, -50%);
    }
    20% {
      left: 18%;
      top: 50%;
      width: 395px;
      height: 80px;
      transform: translate(0, -50%);
    }
    40% {
      left: 18%;
      top: 50%;
      width: 395px;
      height: 281px;
      transform: translate(0, -50%);
    }
    80% {
      left: 18%;
      top: 50%;
      width: 395px;
      height: 281px;
      transform: translate(0, -50%);
    }
    100% {
      width: 139px;
      height: 281px;
      left: 15px;
      top: -61px;
      transform: translate(0, 0);
    }
  }
  .cooke {
    max-width: 343px;
    padding: 7px 10px 7px 14px;
  }
  .cooke .text {
    font-size: 10px;
    width: 75%;
    letter-spacing: 0;
  }
  .cooke #cooke {
    font-size: 12px;
    height: 33px;
    width: 60px;
  }
}
@media (max-width: 575px) {
  .wrapper {
    max-width: 100%;
  }
  .home {
    display: flex;
    flex-direction: column;
  }
  .home header {
    align-items: flex-start;
  }
  .home header .box .right {
    margin: -40px 0 0 auto;
    transform: translate(0, 91px);
  }
  header {
    padding: 23px 0 0 0;
    order: 1;
  }
  header .box {
    align-items: center;
  }
  header .box .logo {
    width: 112px;
  }
  header .box .right .login {
    padding: 0 10px;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
  }
  .sec-1 {
    order: 2;
  }
  .sec-1 .box .left {
    padding: 88px 0 0 0;
  }
  .sec-1 .box .left .city {
    margin: 0 0 41px auto;
  }
  .sec-1 .box .left .city a {
    background-position: 100% 50%;
    padding: 0 24px 0 0;
  }
  .sec-1 .box .left .title {
    font-size: 25px;
    line-height: 120%;
    letter-spacing: 2.1px;
    margin-bottom: 7px;
  }
  .sec-1 .box .left .text {
    font-size: 14px;
    letter-spacing: 0.9px;
    margin-bottom: 55px;
  }
  .sec-1 .box .left .list {
    display: none;
  }
  .sec-2 {
    padding: 57px 0 0 0;
    order: 4;
  }
  .sec-2 .box .left {
    border-radius: 20px 20px 0 0;
    padding: 40px 20px 0 20px;
    font-size: 24px;
    line-height: 120%;
  }
  .sec-2 .box .right {
    padding: 23px 20px 41px 20px;
    border-radius: 0 0 20px 20px;
  }
  .sec-2 .box .right form > p span {
    margin: 0;
  }
  .sec-2 .box .right form input {
    height: 52px;
    font-size: 14px;
    margin-bottom: 14px;
  }
  .sec-2 .box .right form .group {
    margin: 17px 0 0 0;
  }
  .sec-2 .box .right form .group button {
    height: 51px;
    padding: 0 29px;
  }
  .sec-2 .box .right form .group .text {
    margin: 8px auto 0 auto;
    letter-spacing: 1.2px;
  }
  .sec-3 {
    padding: 5px 0 0 0;
    order: 3;
  }
  .sec-3 .title {
    font-size: 20px;
    letter-spacing: 1.6px;
    margin-bottom: 23px;
  }
  .sec-3 .box {
    gap: 0;
    justify-content: space-between;
  }
  .sec-3 .box .item {
    width: 49.1%;
    padding: 0;
    height: 0;
    margin-bottom: 0;
    display: flex;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    transition: all 0.5s;
    border: none;
    background: #B1F041;
  }
  .sec-3 .box .item:nth-child(1), .sec-3 .box .item:nth-child(2), .sec-3 .box .item:nth-child(3), .sec-3 .box .item:nth-child(4), .sec-3 .box .item:nth-child(5), .sec-3 .box .item:nth-child(6), .sec-3 .box .item:nth-child(7), .sec-3 .box .item:nth-child(8), .sec-3 .box .item.active {
    padding: 15px;
    height: 161px;
    margin-bottom: 8px;
    opacity: 1;
    visibility: visible;
  }
  .sec-3 .box .item:nth-child(3), .sec-3 .box .item:nth-child(6) {
    width: 100%;
  }
  .sec-3 .box .item:nth-child(1), .sec-3 .box .item:nth-child(2), .sec-3 .box .item:nth-child(4), .sec-3 .box .item:nth-child(5), .sec-3 .box .item:nth-child(7), .sec-3 .box .item:nth-child(8) {
    width: 49.1%;
  }
  .sec-3 .box .item .date {
    font-size: 12px;
  }
  .sec-3 .box .item .name {
    font-size: 14px;
    letter-spacing: 1px;
    width: 100%;
  }
  .sec-3 .box .item.popup-open-ras {
    display: none;
  }
  .sec-3 .box .btn-mobile {
    border-radius: 100px;
    background: #F1F1F1;
    color: #101113;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    display: none;
    width: fit-content;
    margin: 8px auto 0 auto;
    padding: 11px 24px;
    letter-spacing: 0.9px;
  }
  .sec-4 {
    order: 5;
    padding: 57px 0 0 0;
  }
  .sec-4 .title {
    font-size: 20px;
    letter-spacing: 1.5px;
    margin-bottom: 26px;
  }
  .sec-4 .box .item:nth-child(1) {
    order: 4;
    width: 28%;
    margin-top: 22px;
  }
  .sec-4 .box .item:nth-child(2) {
    order: 5;
    width: 20%;
    margin-top: 22px;
  }
  .sec-4 .box .item:nth-child(3) {
    order: 2;
    width: 45%;
  }
  .sec-4 .box .item:nth-child(4) {
    order: 3;
    width: 22%;
    margin-top: 30px;
  }
  .sec-4 .box .item:nth-child(5) {
    order: 1;
    width: 47%;
  }
  .sec-27 {
    order: 6;
    padding: 103px 0 0 0;
  }
  .sec-27 .sliders .swiper-slide {
    width: 295px;
  }
  .sec-27 .sliders .item .img {
    height: 418px;
    margin: 0 0 16px 0;
  }
  .sec-27 .sliders .item .name {
    font-size: 16px;
    margin: 0 0 9px 0;
  }
  .sec-27 .btn {
    border-radius: 100px;
    background: #F1F1F1;
    color: #101113;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    display: block;
    margin: 23px auto 0 auto;
    width: fit-content;
    padding: 11px 32px;
    letter-spacing: 1px;
  }
  .sec-5 {
    order: 7;
    padding: 114px 0 0 0;
    overflow: hidden;
  }
  .sec-5 .title {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 30px;
  }
  .sec-5 .mobile .box:last-child {
    margin-bottom: 0;
  }
  .sec-5 .box {
    gap: 23px;
    margin-bottom: 31px;
  }
  .sec-5 .box .item {
    width: 46%;
  }
  .sec-5 .box .item:first-child {
    width: auto;
  }
  .sec-5 .box .item .zag {
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 9px;
  }
  .sec-5 .box .item .text {
    font-size: 16px;
    letter-spacing: 1px;
    width: 270px;
    margin-bottom: 0;
  }
  .sec-5 .box .item .text a {
    font-size: 16px;
  }
  .sec-5 #map {
    margin: 23px 0 0 0;
    height: 450px;
  }
  .sec-6 {
    order: 8;
    padding: 25px 0 0 0;
  }
  .sec-6 .box {
    border-radius: 20px;
  }
  .sec-6 .box .left {
    padding: 48px 20px 0 20px;
  }
  .sec-6 .box .left .title {
    font-size: 24px;
    margin: 0 auto 7px auto;
    width: 275px;
    line-height: 140%;
    letter-spacing: 2px;
  }
  .sec-6 .box .left .text {
    font-size: 16px;
  }
  .sec-6 .box .right {
    padding: 24px 17px 46px 17px;
  }
  .sec-6 .box .right form > p {
    gap: 15px;
  }
  .sec-6 .box .right form input {
    height: 51px;
    font-size: 14px;
  }
  .sec-6 .box .right form button {
    margin: 8px 0 0 0;
    height: 51px;
    padding: 0 31px;
  }
  .sec-6 .box .right form .text {
    margin: -5px 0 0 0;
  }
  footer {
    order: 9;
    padding: 41px 0 90px 0;
  }
  footer .box .left .zag {
    padding: 0 180px 6px 0;
    margin-bottom: 22px;
  }
  footer .box .left .list ul li {
    margin-bottom: 9px;
  }
  footer .box .center .zag {
    margin-bottom: 13px;
  }
  footer .box .center .list ul li {
    margin-bottom: 6px;
  }
  footer .box .right {
    margin: 49px 0 0 0;
  }
  footer .box .right .zag {
    margin-bottom: 17px;
  }
  footer .box .right .list .name {
    font-size: 14px;
    margin-bottom: 7px;
  }
  footer .box .right .list a {
    font-size: 20px;
  }
  footer .box .address {
    margin: -5px 0 0 0;
  }
  footer .box .address .text {
    width: 235px;
    font-size: 14px;
  }
  footer .box .address a {
    font-size: 14px;
  }
  footer .foot {
    margin: 55px 0 0 0;
    padding: 28px 0 20px 0;
  }
  footer .foot .left {
    margin-bottom: 22px;
  }
  footer .foot .left a {
    font-size: 12px;
  }
  footer .foot .right .text {
    font-size: 12px;
    margin-bottom: 7px;
  }
  footer .foot .right .text a {
    font-size: 12px;
  }
  footer .foot .right .copy {
    font-size: 12px;
    margin: 0 auto;
    width: 220px;
  }
  .popup-fade {
    bottom: auto;
    top: 0;
  }
  .popup-fade .popup {
    padding: 0 0 50px 0;
    height: 100%;
    max-height: -webkit-fill-available;
  }
  .popup-fade .popup .box .logo {
    width: 112px;
  }
  .popup-fade .popup .box .search {
    margin: 26px 0 0 0;
  }
  .popup-fade .popup .box .search form input {
    height: 50px;
  }
  .popup-fade .popup .box .search form input::-webkit-search-decoration, .popup-fade .popup .box .search form input::-webkit-search-cancel-button, .popup-fade .popup .box .search form input::-webkit-search-results-button, .popup-fade .popup .box .search form input::-webkit-search-results-decoration {
    display: none;
  }
  .popup-fade .popup .box .search form button {
    top: 14px;
  }
  .popup-fade .popup .box .right .btn {
    top: 8px;
    right: 15px;
  }
  .popup-fade .popup .box .left {
    right: 16px;
    top: 68px;
  }
  .popup-fade .popup .box .left ul li.active a {
    padding: 0 22px 0 0;
  }
  .popup-fade .popup .box:nth-child(2) .right {
    padding: 38px 0 0 0;
  }
  .popup-fade .popup .box:nth-child(2) .right .box {
    position: relative;
    padding-bottom: 40px;
  }
  .popup-fade .popup .box:nth-child(2) .right .box .big ul li {
    margin-bottom: 16px;
  }
  .popup-fade .popup .box:nth-child(2) .right .box .big ul li:last-child {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .popup-fade .popup .box:nth-child(2) .right .box .big ul li.menu-item-4549 {
    display: none;
  }
  .popup-fade .popup .box:nth-child(2) .right .box .big ul li a {
    letter-spacing: 1.3px;
    justify-content: center;
    font-weight: 500;
  }
  .popup-fade .popup .box:nth-child(2) .right .box .mini {
    padding: 0;
  }
  .popup-fade .popup .box:nth-child(2) .right .box .mini ul li:nth-child(1) {
    order: 1;
  }
  .popup-fade .popup .box:nth-child(2) .right .box .mini ul li:nth-child(2) {
    order: 3;
  }
  .popup-fade .popup .box:nth-child(2) .right .box .mini ul li:nth-child(3) {
    order: 2;
  }
  .popup-fade .popup .box:nth-child(2) .right .box .mini ul li:nth-child(4) {
    order: 4;
  }
  .popup-fade .popup .box:nth-child(2) .right .box .mini ul li:nth-child(5) {
    display: none;
  }
  .popup-fade .popup .box:nth-child(2) .right .box .mini ul li a {
    justify-content: center;
    letter-spacing: 1.3px;
  }
  .popup-fade .popup .box:nth-child(2) .right .box-mobile .bot {
    margin: 28px 0 24px 0;
  }
  .popup-fade .popup .box:nth-child(2) .right .box-mobile .item .zag {
    font-size: 14px;
  }
  .popup-fade .popup .box:nth-child(2) .right .box-mobile .item a {
    font-size: 20px;
    letter-spacing: 1.2px;
  }
  .popup-fade .popup .box:nth-child(2) .right .box-mobile .item:nth-child(3) a {
    font-size: 15px;
  }
  .popup-fade-ras .popup {
    height: fit-content;
    bottom: 0;
  }
  .popup-fade-ras .popup .popup-close {
    top: 24px;
    right: 15px;
    position: fixed;
  }
  .popup-fade-ras .popup .title {
    font-size: 24px;
    letter-spacing: 2px;
    width: 320px;
    margin: 0 auto 8px auto;
  }
  .popup-fade-ras .popup .text {
    font-size: 14px;
    line-height: 120%;
    margin: 0 auto 32px auto;
    width: 270px;
  }
  .popup-fade-ras .popup form {
    gap: 16px;
    margin: 0 auto;
    width: 320px;
  }
  .popup-fade-ras .popup form input {
    height: 58px;
  }
  .popup-fade-ras .popup form button {
    height: 58px;
    padding: 0 22px;
  }
  .popup-fade-ras .popup form .txt {
    margin: 20px auto 0 auto;
    letter-spacing: 1px;
    width: 320px;
  }
  .sec-7 {
    order: 4;
    padding: 59px 0 0 0;
  }
  .sec-7 .box .left {
    padding: 15px 16px 59px 16px;
    margin-bottom: 14px;
  }
  .sec-7 .box .left:after {
    display: none;
  }
  .sec-7 .box .left .title {
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 5px;
  }
  .sec-7 .box .left .text {
    font-size: 14px;
    line-height: 120%;
  }
  .sec-7 .box .right {
    padding: 22px 15px;
  }
  .sec-7 .box .right form input {
    height: 58px;
    margin-bottom: 16px;
  }
  .sec-7 .box .right form button {
    height: 58px;
    padding: 0 22px;
    margin: 9px 0 4px 0;
  }
  .sec-7 .box .right form .text {
    width: 100%;
  }
  .sec-8 .box .left {
    padding: 40px 0 0 0;
  }
  .sec-8 .box .left .title {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .sec-8 .box .left .text {
    font-size: 14px;
  }
  .sec-10 {
    display: none;
    padding: 33px 0 15px 0;
  }
  .sec-10 .breadcrumb {
    flex-wrap: wrap;
  }
  .category-plany-obucheniya .sec-11 .box .left .item {
    padding: 14px 16px;
    margin-bottom: 7px;
    height: fit-content;
    opacity: 1;
    visibility: visible;
    border: 1px solid #101113;
  }
  .sec-11 {
    padding: 40px 0 0 0;
  }
  .sec-11 .box .left .title {
    font-size: 20px;
    letter-spacing: 1.8px;
    margin-bottom: 8px;
  }
  .sec-11 .box .left .text {
    margin-bottom: 22px;
  }
  .sec-11 .box .left .text p {
    display: none;
  }
  .sec-11 .box .left .text p:first-child {
    display: block;
    height: 155px;
    overflow: hidden;
  }
  .sec-11 .box .left .text a {
    font-size: 14px;
    margin: -5px 0 0 0;
  }
  .sec-11 .box .left .it {
    gap: 7px;
    margin-bottom: 23px;
  }
  .sec-11 .box .left .it .icon {
    width: 60px;
    flex-shrink: 0;
  }
  .sec-11 .box .left .it .icon svg {
    width: 100%;
    height: auto;
  }
  .sec-11 .box .left .it .zag {
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0 0 4px 0;
    text-transform: none;
    width: 200px;
    line-height: 120%;
  }
  .sec-11 .box .left .zag {
    font-size: 20px;
    letter-spacing: 1.8px;
    margin: 56px 0 23px 0;
  }
  .sec-11 .box .left .filter {
    padding: 16px 20px;
    font-size: 16px;
    background-position: 94% 50%;
    margin-bottom: 8px;
  }
  .sec-11 .box .left .item {
    padding: 0;
    margin-bottom: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
    border: none;
  }
  .sec-11 .box .left .item.active {
    padding: 14px 16px;
    margin-bottom: 7px;
    height: fit-content;
    opacity: 1;
    visibility: visible;
  }
  .sec-11 .box .left .item .date {
    font-size: 14px;
  }
  .sec-11 .box .left .item .zag {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .sec-11 .box .left .btn-mobile {
    display: block;
    border-radius: 100px;
    background: #F1F1F1;
    color: #101113;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    width: fit-content;
    margin: 11px auto 39px auto;
    padding: 12px 32px;
    letter-spacing: 0.9px;
  }
  .sec-11 .box .right .btn {
    font-size: 16px;
    padding: 20px 10px;
    letter-spacing: 1px;
    border-radius: 100px;
    margin: 0;
  }
  .popup-fade-filter {
    background: #fff;
  }
  .popup-fade-filter .popup {
    padding: 60px 15px 50px 15px;
  }
  .popup-fade-filter .popup .box {
    margin-bottom: 95px;
  }
  .popup-fade-filter .popup .search {
    padding: 0;
    margin-bottom: 31px;
  }
  .popup-fade-filter .popup .search form input {
    padding: 0 34px;
    height: 50px;
  }
  .popup-fade-filter .popup .search form select {
    height: 49px;
  }
  .popup-fade-filter .popup .search form select option:first-child {
    display: none;
  }
  .popup-fade-filter .popup .teg {
    padding: 0;
  }
  .popup-fade-filter .popup .teg a {
    padding: 7px 5px;
  }
  .popup-fade-cat .popup {
    padding: 90px 20px 50px 20px;
  }
  .popup-fade-cat .popup .box {
    gap: 17px 7px;
  }
  .popup-fade-cat .popup .box .item {
    border-radius: 5px;
    background: #B1F041;
    backdrop-filter: blur(29.7000007629px);
    height: 55px;
    padding: 14px;
    justify-content: center;
    align-items: center;
    width: auto !important;
    flex-grow: 1;
  }
  .popup-fade-cat .popup .box .item .date {
    display: none;
  }
  .popup-fade-cat .popup .box .item .zag {
    color: #101113;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 1px;
    margin: 0;
  }
  .sec-12 {
    padding: 40px 0 0 0;
  }
  .sec-12 .box {
    gap: 8px;
  }
  .sec-12 .box .title {
    font-size: 20px;
    letter-spacing: 1.9px;
    width: 300px;
    line-height: 140%;
  }
  .sec-12 .box .item {
    height: 124px;
  }
  .sec-12 .text {
    font-size: 14px;
    letter-spacing: 0.9px;
    margin: 8px 0 24px 0;
  }
  .sec-12 .mobile-block .text {
    margin-bottom: 23px;
  }
  .sec-12 .mobile-block .text p:first-child {
    display: block;
    height: 90px;
    overflow: hidden;
  }
  .sec-12 .mobile-block .text a {
    margin: -8px 0 0 0;
    font-size: 14px;
  }
  .sec-12 .mobile-block .it {
    gap: 6px;
    margin-bottom: 23px;
  }
  .sec-12 .mobile-block .it .lf .zag {
    font-size: 18px;
    margin: 0 0 6px 0;
    letter-spacing: 0.9px;
    width: 200px;
  }
  .sec-12 .mobile-block .btn {
    border-radius: 100px;
    font-size: 16px;
    padding: 21px 0;
    letter-spacing: 1px;
    margin: 36px 0 56px 0;
  }
  .sec-12 .zag {
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 31px;
  }
  .sec-13 {
    padding: 40px 0 0 0;
  }
  .sec-13 .box .left .title {
    font-size: 20px;
    letter-spacing: 1px;
    width: 200px;
    margin-bottom: 12px;
  }
  .sec-13 .box .left .mini-text {
    max-width: 340px;
    font-size: 14px;
    letter-spacing: 0.9px;
    margin-bottom: 322px;
  }
  .sec-13 .box .left .text {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .sec-13 .box .left .text p {
    margin-bottom: 0;
  }
  .sec-13 .box .right {
    top: 182px;
  }
  .sec-13 .box .right .text {
    max-width: 100%;
    padding: 16px 15px;
    font-size: 14px;
  }
  .sec-13 .box .right .num {
    max-width: 100%;
    padding: 34px 15px 36px 15px;
    font-size: 14px;
  }
  .sec-13 .box .right .grey {
    max-width: 100%;
    padding: 31px 15px 35px 15px;
    font-size: 14px;
  }
  .sec-14 {
    padding: 41px 0 0 0;
  }
  .sec-14 .title {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 23px;
  }
  .sec-14 .teg {
    justify-content: space-between;
    gap: 0;
    margin-bottom: 8px;
  }
  .sec-14 .teg a {
    width: 49%;
    height: 46px;
    text-align: center;
    font-size: 14px;
    padding: 8px 5px;
    margin-bottom: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sec-14 .box .item {
    margin-bottom: 5px;
  }
  .sec-14 .box .item .img {
    height: 181px;
  }
  .sec-14 .box .item .text {
    padding: 7px 8px;
    min-height: 63px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .sec-14 .box .item .text .name {
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 4px;
  }
  .sec-14 .box .item .text .job {
    font-size: 12px;
  }
  .sec-15 {
    padding: 49px 0 0 0;
    overflow: hidden;
  }
  .sec-15 .title {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 25px;
  }
  .sec-15 .nagrad {
    overflow: visible;
  }
  .sec-15 .nagrad a {
    width: 340px;
    margin: 0 auto;
  }
  .sec-15 .nagrad a img {
    width: 179px;
    height: 249px;
    margin: 0 auto;
  }
  .sec-15 .nagrad a .text {
    font-size: 14px;
    margin: 8px 0 0 0;
  }
  .sec-15 .nagrad .box {
    justify-content: space-between;
    margin: auto;
    gap: 0;
    position: absolute;
    width: calc(100% + 25px);
    height: 36px;
    top: 0;
    bottom: 0;
    left: -13px;
  }
  .sec-15 .nagrad .box .swiper-button-prev, .sec-15 .nagrad .box .swiper-button-next {
    background: #B1F041;
  }
  .sec-16 {
    padding: 57px 0 0 0;
    overflow: hidden;
  }
  .sec-16 .title {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 23px;
  }
  .sec-16 .otziv {
    overflow: visible;
  }
  .sec-16 .otziv .item .left .text {
    overflow: hidden;
    height: 117px;
  }
  .sec-16 .otziv .box {
    justify-content: space-between;
    margin: auto;
    gap: 0;
    position: absolute;
    width: calc(100% + 25px);
    height: 36px;
    top: 0;
    bottom: 0;
    left: -13px;
  }
  .sec-16 .otziv .box .swiper-button-prev, .sec-16 .otziv .box .swiper-button-next {
    background: #B1F041;
  }
  .sec-17 {
    padding: 53px 0 0 0;
    overflow: hidden;
  }
  .sec-17 .title {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 23px;
  }
  .sec-17 .otziv {
    overflow: visible;
  }
  .sec-17 .otziv .item {
    padding: 23px 32px 30px 32px;
  }
  .sec-17 .otziv .item .left .text {
    overflow: hidden;
    height: 117px;
  }
  .sec-17 .otziv .box {
    justify-content: space-between;
    margin: auto;
    gap: 0;
    position: absolute;
    width: calc(100% + 25px);
    height: 36px;
    top: 0;
    bottom: 0;
    left: -13px;
  }
  .sec-17 .otziv .box .swiper-button-prev, .sec-17 .otziv .box .swiper-button-next {
    background: #B1F041;
  }
  .sec-18 {
    padding: 56px 0 0 0;
  }
  .sec-18 .title {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 24px;
  }
  .sec-18 .svid {
    overflow: hidden;
  }
  .sec-18 .svid a {
    padding: 15px 10px 9px 10px;
  }
  .sec-18 .svid a img {
    width: 137px;
    height: 186px;
  }
  .sec-18 .svid a .text {
    font-size: 12px;
    margin: 8px 0 0 0;
    height: 58px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
  }
  .sec-18 .svid .box {
    margin: 8px 0 0 0;
  }
  .sec-18 .svid .box .swiper-button-next, .sec-18 .svid .box .swiper-button-prev {
    margin: 0;
    background: #B1F041;
  }
  .sec-19 {
    padding: 56px 0 0 0;
  }
  .sec-19 .box .left {
    margin-bottom: 15px;
    border-radius: 20px;
    padding: 17px 17px 62px 17px;
  }
  .sec-19 .box .left .title {
    font-size: 32px;
    letter-spacing: 3px;
    margin-bottom: 2px;
  }
  .sec-19 .box .left .text {
    font-size: 14px;
    letter-spacing: 1px;
    width: 200px;
  }
  .sec-19 .box .right {
    padding: 24px 17px 23px 17px;
  }
  .sec-19 .box .right form input {
    height: 56px;
  }
  .sec-19 .box .right form button {
    margin: 23px 0 0 0;
    padding: 0 32px;
  }
  .sec-19 .box .right form .text {
    width: 88%;
    margin: 4px auto 0 auto;
  }
  .sec-19 + .sec-5 {
    padding: 57px 0 0 0;
  }
  .sec-19 + .sec-5 .breadcrumb {
    margin: 20px 0 0 0;
  }
  .popup-fade-lic .popup .img img {
    max-width: 285px;
    max-height: 400px;
    margin: 0 auto 24px auto;
  }
  .popup-fade-lic .popup .img .name {
    font-size: 16px;
  }
  .popup-fade-otziv .popup {
    justify-content: flex-start;
    padding: 68px 0;
  }
  .popup-fade-otziv .popup .popup-close {
    right: 0;
    top: -44px;
  }
  .popup-fade-otziv .popup .box {
    padding: 23px 15px 20px 21px;
  }
  .popup-fade-otziv .popup .box .left {
    margin-bottom: 11px;
  }
  .popup-fade-otziv .popup .box .left .text p {
    margin-bottom: 4px;
  }
  .popup-fade-otziv .popup .box .right {
    width: 188px;
  }
  .sec-20 .box .left .title {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .sec-20 .box .left .text {
    font-size: 14px;
  }
  .sec-21 {
    padding: 42px 0 0 0;
  }
  .sec-21 .teg {
    gap: 7px;
    margin-bottom: 24px;
  }
  .sec-21 .teg a {
    font-size: 14px;
    padding: 15px 20px;
    letter-spacing: 1px;
  }
  .sec-21 .box .item {
    width: 100%;
    margin-bottom: 25px;
    display: none;
  }
  .sec-21 .box .item:nth-child(1), .sec-21 .box .item:nth-child(2), .sec-21 .box .item:nth-child(3), .sec-21 .box .item:nth-child(4), .sec-21 .box .item:nth-child(5), .sec-21 .box .item:nth-child(6), .sec-21 .box .item.active {
    display: block;
  }
  .sec-21 .box .item .img {
    width: 180px;
    height: 250px;
    margin: 0 auto 7px auto;
  }
  .sec-21 .box .item .name {
    font-size: 14px;
  }
  .sec-21 .box .btn-mobile {
    border-radius: 100px;
    background: #fff;
    color: #101113;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.9px;
    display: block;
    margin: -5px auto 0 auto;
    padding: 11px 33px;
  }
  .sec-22 {
    padding: 34px 0 0 0;
  }
  .sec-22 .teg {
    gap: 7px;
    margin-bottom: 24px;
  }
  .sec-22 .teg a {
    font-size: 14px;
    padding: 15px 20px;
    letter-spacing: 1px;
  }
  .sec-22 .box .item {
    padding: 32px 32px 29px 32px;
    display: none;
  }
  .sec-22 .box .item:nth-child(1), .sec-22 .box .item:nth-child(2), .sec-22 .box .item:nth-child(3), .sec-22 .box .item:nth-child(4), .sec-22 .box .item:nth-child(5), .sec-22 .box .item.active {
    display: flex !important;
  }
  .sec-22 .box .item:nth-child(6), .sec-22 .box .item:nth-child(7), .sec-22 .box .item:nth-child(8), .sec-22 .box .item:nth-child(9), .sec-22 .box .item:nth-child(10) {
    display: none;
  }
  .sec-22 .box .item .left .text {
    overflow: hidden;
    height: 116px;
  }
  .sec-22 .btn {
    font-size: 14px;
    margin: 3px auto 0 auto;
    padding: 11px 30px;
    letter-spacing: 0.9px;
  }
  .sec-23 {
    padding: 25px 0 0 0;
  }
  .sec-23 .box .left .item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 24px;
  }
  .sec-23 .box .left .item .img {
    width: 100%;
    order: 1;
  }
  .sec-23 .box .left .item .box {
    width: auto;
    order: 3;
  }
  .sec-23 .box .left .item .box .cat {
    display: none;
  }
  .sec-23 .box .left .item .box .date {
    font-size: 12px;
    padding: 0;
  }
  .sec-23 .box .left .item .zag {
    font-size: 14px;
    order: 2;
    margin: 0;
    width: 70%;
  }
  .sec-23 .box .left .bot .btn {
    font-size: 14px;
    padding: 11px 30px;
  }
  .sec-23 .box .right .teg {
    margin-bottom: 16px;
  }
  .sec-23 .box .right .teg a {
    width: 48.8%;
    font-size: 14px;
  }
  .sec-24 {
    padding: 40px 0 0 0;
  }
  .sec-24 .box .left .top .date {
    font-size: 14px;
  }
  .sec-24 .box .left .top .time {
    font-size: 14px;
  }
  .sec-24 .box .left .article h1 {
    letter-spacing: 1.6px;
    margin-bottom: 59px;
  }
  .sec-24 .box .left .article .img {
    margin-bottom: 17px;
  }
  .sec-24 .box .left .article p {
    margin-bottom: 14px;
  }
  .sec-25 {
    padding: 32px 0 64px 0;
    border: none;
  }
  .sec-25 .breadcrumb, .sec-25 .map {
    display: none;
  }
  .sec-25 .box .item {
    margin-bottom: 24px;
  }
  .sec-25 .box .item:nth-last-child(2) {
    margin: 0;
  }
  .sec-25 .box .item .zag {
    font-size: 14px;
  }
  .sec-25 .box .item .text {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .sec-25 #map {
    display: block;
    width: 100%;
    height: 593px;
    margin-top: 64px;
  }
  .sec-26 {
    padding: 40px 0 0 0;
  }
  .sec-26 .title {
    font-size: 20px;
    letter-spacing: 1.6px;
    margin-bottom: 31px;
  }
  .sec-26 .panel {
    margin-bottom: 11px;
  }
  .sec-26 .panel .panel-heading {
    padding: 16px 21px 15px 18px;
  }
  .sec-26 .panel .panel-heading.in {
    border: none;
  }
  .sec-26 .panel .panel-heading a {
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 1px;
  }
  .sec-26 .panel .panel-heading a span {
    width: 80%;
  }
  .sec-26 .panel .panel-heading a svg {
    height: 16px;
    width: 16px;
  }
  .sec-26 .panel .panel-collapse .panel-body {
    padding: 0 35px 9px 16px;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.8px;
  }
  .sec-26 .panel .panel-collapse .panel-body p {
    margin-bottom: 9px;
  }
  .logo-loader .intro {
    width: 265px;
    height: 62px;
    left: 18%;
    top: 50%;
    transform: translate(0, -50%);
  }
  @keyframes intro {
    0% {
      left: 18%;
      top: 50%;
      width: 265px;
      height: 62px;
      transform: translate(0, -50%);
    }
    20% {
      left: 18%;
      top: 50%;
      width: 265px;
      height: 62px;
      transform: translate(0, -50%);
    }
    40% {
      left: 18%;
      top: 50%;
      width: 265px;
      height: 281px;
      transform: translate(0, -50%);
    }
    80% {
      left: 18%;
      top: 50%;
      width: 265px;
      height: 281px;
      transform: translate(0, -50%);
    }
    100% {
      width: 112px;
      height: 281px;
      left: 15px;
      top: -78px;
      transform: translate(0, 0);
    }
  }
  .popup-fade-city .popup {
    width: 100%;
  }
  .popup-fade-city .popup .box .item {
    width: 100%;
    height: 182px;
    padding: 24px 24px 28px 24px;
  }
  .popup-fade-city .popup .box .item .zag {
    font-size: 16px;
    letter-spacing: 1.4px;
  }
  .popup-fade-city .popup .box .item .adr {
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.8px;
  }
}

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