@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Medium.eot");
  src: url("../fonts/HelveticaNeue-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-Medium.woff2") format("woff2"), url("../fonts/HelveticaNeue-Medium.woff") format("woff"), url("../fonts/HelveticaNeue-Medium.ttf") format("truetype"), url("../fonts/HelveticaNeue-Medium.svg#HelveticaNeue-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Light.eot");
  src: url("../fonts/HelveticaNeue-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-Light.woff2") format("woff2"), url("../fonts/HelveticaNeue-Light.woff") format("woff"), url("../fonts/HelveticaNeue-Light.ttf") format("truetype"), url("../fonts/HelveticaNeue-Light.svg#HelveticaNeue-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Bold.eot");
  src: url("../fonts/HelveticaNeue-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-Bold.woff2") format("woff2"), url("../fonts/HelveticaNeue-Bold.woff") format("woff"), url("../fonts/HelveticaNeue-Bold.ttf") format("truetype"), url("../fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Thin.eot");
  src: url("../fonts/HelveticaNeue-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-Thin.woff2") format("woff2"), url("../fonts/HelveticaNeue-Thin.woff") format("woff"), url("../fonts/HelveticaNeue-Thin.ttf") format("truetype"), url("../fonts/HelveticaNeue-Thin.svg#HelveticaNeue-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Roman.eot");
  src: url("../fonts/HelveticaNeue-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-Roman.woff2") format("woff2"), url("../fonts/HelveticaNeue-Roman.woff") format("woff"), url("../fonts/HelveticaNeue-Roman.ttf") format("truetype"), url("../fonts/HelveticaNeue-Roman.svg#HelveticaNeue-Roman") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TikTok Sans";
  src: url("../fonts/TikTokSans18ptCondensed-Medium.eot");
  src: url("../fonts/TikTokSans18ptCondensed-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/TikTokSans18ptCondensed-Medium.woff2") format("woff2"), url("../fonts/TikTokSans18ptCondensed-Medium.woff") format("woff"), url("../fonts/TikTokSans18ptCondensed-Medium.ttf") format("truetype"), url("../fonts/TikTokSans18ptCondensed-Medium.svg#TikTokSans18ptCondensed-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #87898D;
  background: #EFEFF5;
}
body:before {
  content: "";
  background: rgba(120, 120, 120, 0.86);
  position: fixed;
  left: 0;
  width: 100%;
  height: calc(100vh + 500px);
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  transition: all 0.5s;
}
body.active:before {
  opacity: 1;
  visibility: visible;
}

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

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

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

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

header {
  position: absolute;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  margin-top: 13px;
  z-index: 1001;
}
header .wrapper {
  transition: all 0.5s;
}
header.bg {
  margin-top: 25px;
}
header.bg .wrapper {
  background: #fff;
  position: relative;
}
header.bg .box .logo a img {
  display: none;
}
header.bg .box .logo a img:last-child {
  display: block !important;
}
header.bg .box .location {
  border-left: 1px solid #E3E3E3;
  border-right: 1px solid #E3E3E3;
  color: #444444;
}
header.bg .box .location a {
  color: #444444;
}
header.bg .box .location a:hover {
  color: #3A8DDE;
}
header.bg .box .menu ul li a {
  color: #444444;
}
header.bg .box .menu ul li a:hover {
  color: #3A8DDE;
}
header.bg .box .menu ul li.dropdown a path {
  stroke: #444;
}
header.bg .box .menu ul li.dropdown a:hover path {
  stroke: #3A8DDE;
}
header.bg .box .tel a {
  color: #444444;
}
header.bg .box .tel a:hover {
  color: #3A8DDE;
}
header.bg .box .mess {
  border-left: 1px solid #E3E3E3;
}
header.bg .box .mess a {
  color: #3A8DDE;
}
header.bg .box .mess a svg path {
  fill: #3A8DDE;
}
header.bg .box .mess a:hover {
  color: #444444;
}
header.bg .box .mess a:hover svg path {
  fill: #444444;
}
header.fixed {
  position: fixed;
  top: 0;
}
header.fixed .box .logo a img {
  display: none;
}
header.fixed .box .logo a img:last-child {
  display: block !important;
}
header.fixed .box .location {
  border-left: 1px solid #E3E3E3;
  border-right: 1px solid #E3E3E3;
  color: #444444;
}
header.fixed .box .location a {
  color: #444444;
}
header.fixed .box .location a:hover {
  color: #3A8DDE;
}
header.fixed .box .menu ul li a {
  color: #444444;
}
header.fixed .box .menu ul li a:hover {
  color: #3A8DDE;
}
header.fixed .box .menu ul li.dropdown a path {
  stroke: #444;
}
header.fixed .box .menu ul li.dropdown a:hover path {
  stroke: #3A8DDE;
}
header.fixed .box .tel a {
  color: #444444;
}
header.fixed .box .tel a:hover {
  color: #3A8DDE;
}
header.fixed .box .mess {
  border-left: 1px solid #E3E3E3;
}
header.fixed .box .mess a {
  color: #3A8DDE;
}
header.fixed .box .mess a svg path {
  fill: #3A8DDE;
}
header.fixed .box .mess a:hover {
  color: #1F63A6;
}
header.fixed .box .mess a:hover svg path {
  fill: #3A8DDE;
}
header.transbg .wrapper {
  background: #fff;
}
header .box {
  align-items: center;
}
header .box .logo {
  width: 155px;
  height: 68px;
  display: flex;
  align-items: center;
  padding-bottom: 6px;
}
header .box .logo a {
  width: 100%;
  display: block;
}
header .box .logo a img {
  width: 100%;
}
header .box .location {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #FFFFFF;
  background: url("../img/local.svg") 35px 45% no-repeat;
  margin: 0 74px 0 29px;
  padding: 0 41px 5px 55px;
  height: 68px;
  display: flex;
  align-items: center;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  transition: all 0.5s;
  position: relative;
}
header .box .location a {
  color: #FFFFFF;
}
header .box .location a:hover {
  color: #3A8DDE;
}
header .box .location .reg-mod {
  position: absolute;
  top: 84px;
  right: 0;
  left: 0;
  z-index: 9999;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  width: 290px;
  padding: 20px;
  margin: auto;
  transform: translate(-20%, 0);
}
header .box .location .reg-mod.active {
  opacity: 1;
  visibility: visible;
}
header .box .location .reg-mod.none {
  opacity: 0;
  visibility: hidden;
}
header .box .location .reg-mod:before {
  content: "";
  background: #fff;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: -5px;
  margin: auto;
  transform: rotate(45deg);
}
header .box .location .reg-mod .title {
  color: #252525;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 32px;
  text-align: center;
}
header .box .location .reg-mod .bot {
  display: flex;
  justify-content: space-between;
  gap: 5px;
}
header .box .location .reg-mod .bot .btn {
  background: #3A8DDE;
  width: 50%;
  height: 48px;
  border: none;
  outline: 0;
  cursor: pointer;
  font-family: "Helvetica Neue", sans-serif;
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .box .location .reg-mod .bot .btn:hover {
  background: #1F63A6;
}
header .box .location .reg-mod .bot .close {
  background: #0D9258;
  width: 50%;
  height: 48px;
  border: none;
  outline: 0;
  cursor: pointer;
  font-family: "Helvetica Neue", sans-serif;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .box .location .reg-mod .bot .close:hover {
  background: #06693E;
}
header .box .menu {
  margin: 0 auto;
  max-width: 532px;
  width: 100%;
  height: 68px;
  display: flex;
  align-items: center;
}
header .box .menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  align-items: center;
}
header .box .menu ul li {
  height: 100%;
}
header .box .menu ul li a {
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 100%;
  text-transform: uppercase;
  color: #FFFFFF;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header .box .menu ul li a:hover {
  color: #3A8DDE;
}
header .box .menu ul li.dropdown a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
}
header .box .menu ul li.dropdown a svg {
  transition: all 0.5s;
  margin-bottom: 3px;
}
header .box .menu ul li.dropdown a path {
  transition: all 0.5s;
}
header .box .menu ul li.dropdown a.active {
  color: #3A8DDE;
}
header .box .menu ul li.dropdown a.active svg {
  transform: rotate(180deg);
}
header .box .menu ul li.dropdown a.active path {
  stroke: #3A8DDE;
}
header .box .menu ul li.dropdown .drop-up {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  width: 100%;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transition: all 0.5s;
  padding: 15px 0 0 0;
  border-top: 1px solid #E3E3E3;
  margin: auto;
  max-width: 1656px;
}
header .box .menu ul li.dropdown .drop-up .box {
  padding: 0 15px;
  margin: 0 0 21px 0;
}
header .box .menu ul li.dropdown .drop-up .box .item {
  width: 33%;
  height: 404px;
  background: #EFEFF5;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  padding: 35px;
  gap: 0;
  transition: all 0.5s;
}
header .box .menu ul li.dropdown .drop-up .box .item .zag {
  color: #444;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: none;
  transition: all 0.5s;
}
header .box .menu ul li.dropdown .drop-up .box .item:hover {
  background: #E4E4ED;
  margin-top: -5px;
}
header .box .menu ul li.dropdown .drop-up .box .item:hover .zag {
  color: #3A8DDE;
}
header .box .menu ul li.dropdown .drop-up .info {
  background: #F1F1F8;
  border-top: 1px solid #E3E3E3;
  color: #919191;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
  padding: 17px 0;
}
header .box .menu ul li.dropdown .drop-up .info a {
  color: #444;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  display: inline-block;
}
header .box .menu ul li.dropdown .drop-up .info a:hover {
  color: #3A8DDE;
}
header .box .menu ul li.dropdown .drop-up.active {
  opacity: 1;
  visibility: visible;
}
header .box .menu ul li.dropdown:hover a {
  color: #3A8DDE;
}
header .box .menu ul li.dropdown:hover a path {
  stroke: #3A8DDE;
}
header .box .menu ul li.dropdown .mobile-sub {
  display: none;
}
header .box .tel {
  background: url("../img/tel.svg") 0 38% no-repeat;
  margin: 4px 22px 0 40px;
  padding: 0 0 6px 34px;
  height: 68px;
  display: flex;
  align-items: center;
}
header .box .tel a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #FFFFFF;
  display: block;
}
header .box .tel a:hover {
  color: #3A8DDE;
}
header .box .mess {
  margin: 0 8px 0 0;
  height: 68px;
  display: flex;
  align-items: center;
  padding: 0 0 5px 30px;
  border-left: 1px solid transparent;
  transition: all 0.5s;
}
header .box .mess a {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 120%;
  color: #FFFFFF;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 11px;
}
header .box .mess a svg {
  flex-shrink: 0;
}
header .box .mess a svg path {
  transition: all 0.5s;
}
header .box .mess a:hover {
  color: #3A8DDE;
}
header .box .mess a:hover svg path {
  fill: #3A8DDE;
}
header .box .burger {
  display: none;
}

.manager-home {
  width: 60px;
  height: 60px;
  background: #D9D9D9;
  border-radius: 100px;
  position: fixed;
  margin: 0;
  right: 40px;
  bottom: 40px;
  z-index: 100;
}
.manager-home img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100px;
}
.manager-home .online {
  width: 17px;
  height: 17px;
  border-radius: 20px;
  background: #75DB22;
  position: absolute;
  top: 3px;
  right: -1px;
  border: 2px solid #000000;
}

.sec-1 {
  position: relative;
  overflow: hidden;
}
.sec-1:before {
  content: "";
  background: rgba(0, 0, 0, 0.51);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sec-1 video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: block;
}
.sec-1 .wrapper {
  position: absolute;
  bottom: 21px;
  left: 0;
  right: 0;
  max-width: 1715px;
  z-index: 1;
}
.sec-1 .box:first-child {
  margin-bottom: 54px;
  align-items: flex-end;
}
.sec-1 .box .title {
  font-style: normal;
  font-weight: 400;
  font-size: 69px;
  line-height: 100%;
  color: #FFFFFF;
  max-width: 620px;
  margin: 0 0 0 5px;
}
.sec-1 .box .manager {
  width: 80px;
  height: 80px;
  background: #D9D9D9;
  border-radius: 100px;
  position: fixed;
  margin: 0;
  right: 120px;
  bottom: 100px;
  z-index: 100;
}
.sec-1 .box .manager img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100px;
}
.sec-1 .box .manager .online {
  width: 17px;
  height: 17px;
  border-radius: 20px;
  background: #75DB22;
  position: absolute;
  top: 3px;
  right: -1px;
  border: 2px solid #000000;
}
.sec-1 .box .item {
  width: 33%;
  transition: all 0.5s;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  background: rgba(31, 31, 31, 0.56);
  backdrop-filter: blur(21px);
  border-radius: 9px;
  padding: 20px 25px 24px 25px;
  height: 100%;
}
.sec-1 .box .item .left {
  width: 52%;
  height: 117px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sec-1 .box .item .left .zag {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #FFFFFF;
}
.sec-1 .box .item .left a.btn {
  width: 122px;
  height: 32px;
  background: transparent url("../img/arrow.svg") 88% 50% no-repeat;
  border-radius: 4px;
  transition: all 0.5s;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #606368;
  display: flex;
  align-items: center;
  padding: 0 14px;
}
.sec-1 .box .item .left a.btn:hover {
  background: #383838 url("../img/arrow1.svg") 88% 50% no-repeat;
  color: #949494;
}
.sec-1 .box .item .icon {
  width: auto;
}
.sec-1 .box .item .icon img {
  width: 100%;
}
.sec-1 .box .item:hover {
  background: rgba(45, 45, 45, 0.71);
  margin-top: -10px;
}

.sec-2 {
  padding: 94px 0 121px 0;
  position: relative;
  overflow: hidden;
}
.sec-2 .box .left {
  width: 47%;
  height: 855px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sec-2 .box .left .sub-title {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #9C9C9C;
  margin-bottom: 34px;
}
.sec-2 .box .left .title {
  font-style: normal;
  font-weight: 500;
  font-size: 44px;
  line-height: 120%;
  color: #444444;
  margin: 0 0 0 -4px;
}
.sec-2 .box .left .box {
  margin: auto 0 30px -4px;
  width: 100%;
}
.sec-2 .box .left .box .item {
  width: 28.4%;
  height: 97px;
  border-right: 1px solid #B2B2B2;
  padding: 1px 0 0 0;
}
.sec-2 .box .left .box .item:last-child {
  border: none;
}
.sec-2 .box .left .box .item:first-child .text {
  padding: 0 0 0 10px;
}
.sec-2 .box .left .box .item .num {
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 80%;
  color: #151515;
  margin-bottom: 19px;
}
.sec-2 .box .left .box .item .text {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #87898D;
}
.sec-2 .box .right {
  width: 755px;
  padding: 0;
}
.sec-2 .box .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec-3 {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
  padding: 150px 0 101px 0;
  overflow: hidden;
}
.sec-3:before {
  content: "";
  background: rgba(0, 0, 0, 0.51);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sec-3 .title {
  font-style: normal;
  font-weight: 500;
  font-size: 44px;
  line-height: 120%;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
  margin: 0 auto 483px auto;
  max-width: 910px;
}
.sec-3 .city {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  max-width: 664px;
  margin: 0 auto;
  gap: 11px;
}
.sec-3 .city .item {
  background: #202020;
  border-radius: 9px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #FFFFFF;
  padding: 16px 20px;
  pointer-events: none;
  cursor: default;
}
.sec-3 .city .item:hover {
  background: #353535;
}

.sec-4 {
  padding: 67px 0 77px 0;
}
.sec-4.page-sec {
  padding: 107px 0 81px 0;
}
.sec-4.page-sec .wrapper {
  max-width: 1695px;
}
.sec-4.page-sec .breadcrumb {
  margin: 0 0 61px 0;
}
.sec-4.page-sec .title {
  font-size: 69px;
  line-height: 100%;
  margin: 0 0 29px -4px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.sec-4.page-sec .title span {
  color: #707070;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 6px 0 0 10px;
}
.sec-4.page-sec .text {
  color: #444;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  max-width: 1010px;
  margin: 0 0 66px 0;
}
.sec-4.page-sec .new {
  margin: 0 0 102px 0;
}
.sec-4.page-sec .pagination .all {
  color: #ACACAC;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  text-align: center;
  margin: 21px 0 0 0;
}
.sec-4 .sub-title {
  color: #9C9C9C;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 0 0 18px -22px;
}
.sec-4 .title {
  color: #444;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 0 0 49px -26px;
  max-width: 500px;
}
.sec-4 .new {
  margin: 0 -22px;
}
.sec-4 .new .item {
  width: 100%;
  background: #FFF;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 11px;
}
.sec-4 .new .item .img {
  width: 331px;
  height: 295px;
  flex-shrink: 0;
}
.sec-4 .new .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-4 .new .item .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 32px 0 50px;
  width: 100%;
}
.sec-4 .new .item .right .zag {
  color: #444;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  max-width: 600px;
  margin-bottom: 22px;
}
.sec-4 .new .item .right .zag a {
  color: #444;
  display: block;
}
.sec-4 .new .item .right .zag a:hover {
  color: #3A8DDE;
}
.sec-4 .new .item .right .city {
  color: #ACACAC;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin: 0 0 0 7px;
}
.sec-4 .new .item .right .more {
  margin: auto 0 0 7px;
  width: 100%;
}
.sec-4 .new .item .right .more a {
  color: #3A8DDE;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  border-top: 1px solid #E8E8E8;
  padding: 11px 0 18px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.sec-4 .new .item .right .more a circle, .sec-4 .new .item .right .more a path {
  transition: all 0.5s;
}
.sec-4 .new .item .right .more a:hover {
  color: #1F63A6;
}
.sec-4 .new .item .right .more a:hover circle {
  fill: #3A8DDE;
}
.sec-4 .new .item .right .more a:hover path {
  stroke: #fff;
}
.sec-4 .new .all-new {
  background: #3A8DDE;
  width: 100%;
  height: 52px;
  color: #FFF;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0 0 0;
}
.sec-4 .new .all-new:hover {
  background: #1F63A6;
}

.sec-5 {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
  padding: 660px 0 87px 0;
  overflow: hidden;
}
.sec-5:before {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.69) 0%, rgba(0, 0, 0, 0.69) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sec-5 .title {
  font-style: normal;
  font-weight: 500;
  font-size: 44px;
  line-height: 120%;
  text-align: left;
  color: #818181;
  position: relative;
  z-index: 1;
  margin: 0 0 0 -4px;
  max-width: 1430px;
}

.sec-6 {
  background: #606368;
  padding: 70px 0 106px 0;
}
.sec-6 .box .left {
  width: 43%;
  margin: 0 0 0 -19px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sec-6 .box .left .sub-title {
  color: #9C9C9C;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 5px;
}
.sec-6 .box .left .title {
  color: #FFF;
  font-size: 128px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 0 0 0 -2px;
}
.sec-6 .box .left .zag {
  color: #FFF;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: auto 0 0 0;
}
.sec-6 .box .left .bot {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 75px 0 14px 0;
  gap: 10px;
}
.sec-6 .box .left .bot a {
  width: 272px;
  height: 52px;
  background: #FFF;
  color: #424242;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.sec-6 .box .left .bot a.blue {
  background: #3A8DDE;
  color: #fff;
}
.sec-6 .box .left .bot a.blue:hover {
  background: #1F63A6;
  color: #fff;
}
.sec-6 .box .left .bot a:hover {
  background: #A9A9A9;
  color: #424242;
}
.sec-6 .box .right {
  width: 51.2%;
  border-left: 1px solid #fff;
  padding: 1px 0 0 40px;
  margin: 12px -18px 0 0;
}
.sec-6 .box .right .item {
  background: #FFF;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 9px;
  padding: 7px;
}
.sec-6 .box .right .item:last-child {
  margin-bottom: 0;
}
.sec-6 .box .right .item .img {
  flex-shrink: 0;
  width: 273px;
  height: 174px;
}
.sec-6 .box .right .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-6 .box .right .item .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  padding: 12px 25px;
  width: 100%;
}
.sec-6 .box .right .item .right .zag {
  color: #151515;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  transition: all 0.5s;
}
.sec-6 .box .right .item .right .more {
  margin: auto 0 0 0;
  background: url("../img/arrow.svg") 100% 0 no-repeat;
  border-radius: 4px;
  transition: all 0.5s;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #606368;
  padding: 0 18px 0 1px;
}
.sec-6 .box .right .item:hover .right .zag {
  color: #3A8DDE;
}
.sec-6 .box .right .item:hover .right .more {
  background: url("../img/arrow1.svg") 100% 0 no-repeat;
  color: #3A8DDE;
}
.sec-6 + .sec-25 {
  background: transparent;
}
.sec-6 + .sec-25 .title {
  color: #444;
}

.sec-7 {
  padding: 98px 0 107px 0;
}
.sec-7 .sub-title {
  color: #9C9C9C;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 0 0 35px -19px;
}
.sec-7 .title {
  color: #424242;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin: 0 0 68px -21px;
  max-width: 1540px;
}
.sec-7 .title span {
  color: #87898D;
}
.sec-7 .logos {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -14px 0 -21px;
  gap: 5px 0;
}
.sec-7 .logos .item {
  background: #FFF;
  width: 24.7%;
  height: 332px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.sec-7 .logos .item span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  max-width: 284px;
  margin: 0 auto;
  color: #87898D;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  transition: all 0.5s;
  opacity: 0;
}
.sec-7 .logos .item:hover span {
  opacity: 1;
}
.sec-7 .logos .logos-all {
  display: none;
}

footer {
  background: #606368 url("../img/fon.svg") 50% -185px no-repeat;
  background-size: cover;
  padding: 176px 0 0 0;
}
footer .form {
  max-width: 564px;
  margin: 0 auto 271px auto;
}
footer .form .title {
  color: #FFF;
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 90%;
  margin-bottom: 50px;
}
footer .form form .wpcf7-response-output {
  display: none;
}
footer .form form .wpcf7-list-item {
  margin: 0;
}
footer .form form .wpcf7-not-valid-tip {
  background: #FFE9E9;
  width: 100%;
  height: 30px;
  border-left: 2px solid #F00;
  color: #F00;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  display: flex;
  margin-top: 4px;
  align-items: center;
  padding: 0 0 0 10px;
}
footer .form form .box {
  margin: 0;
}
footer .form form .box p {
  gap: 5px;
  flex-wrap: nowrap;
  display: flex;
  justify-content: space-between;
}
footer .form form .box p .wpcf7-form-control-wrap {
  flex-shrink: 0;
}
footer .form form .box input {
  width: 417px;
  height: 57px;
  background: #fff;
  color: #000;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  outline: 0;
  padding: 0 20px;
  border: 2px solid transparent;
  transition: all 0.5s;
}
footer .form form .box input::placeholder {
  color: #BCBCBC;
}
footer .form form .box input.wpcf7-not-valid {
  border: 2px solid #F00;
}
footer .form form .box button {
  width: 140px;
  height: 57px;
  background: #3A8DDE;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  transition: all 0.5s;
  border: none;
  outline: 0;
  cursor: pointer;
  flex-shrink: 0;
}
footer .form form .box button:hover {
  background: #1F63A6;
}
footer .form form .text {
  margin: 12px 0 0 5px;
}
footer .form form .text input {
  display: none;
}
footer .form form .text input:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}
footer .form form .text .wpcf7-list-item-label {
  display: block;
  font-family: "Helvetica Neue", sans-serif;
  color: #B4B4B4;
  text-align: center;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  position: relative;
  padding: 0 0 8px 32px;
  cursor: pointer;
}
footer .form form .text .wpcf7-list-item-label a {
  text-decoration: underline;
  color: #B4B4B4;
}
footer .form form .text .wpcf7-list-item-label a:hover {
  text-decoration: none;
}
footer .form form .text .wpcf7-list-item-label:before {
  content: "";
  width: 19px;
  height: 19px;
  border: 1px solid #B4B4B4;
  background: transparent;
  position: absolute;
  left: -1px;
  top: -3px;
  transition: all 0.5s;
}
footer .form form .text .wpcf7-list-item-label:after {
  content: "";
  width: 12px;
  height: 11px;
  background: url("../img/chek1.svg") 0 0 no-repeat;
  position: absolute;
  left: 4px;
  top: 2px;
  opacity: 0;
  transition: all 0.5s;
}
footer .box {
  margin: 0 0 0 -20px;
}
footer .box .left {
  width: 300px;
  height: 100%;
}
footer .box .left .title {
  color: #FFF;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
}
footer .box .right {
  width: 49%;
}
footer .box .right .cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
footer .box .right .cont .item {
  width: 48.7%;
}
footer .box .right .cont .item .zag {
  color: #BCBCBC;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 4px;
}
footer .box .right .cont .item a {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
footer .box .right .cont .item a:hover {
  color: #ADB0B5;
}
footer .box .right .menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 0 3px;
}
footer .box .right .menu .item {
  width: 48.7%;
}
footer .box .right .menu .item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .box .right .menu .item ul li a {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
footer .box .right .menu .item ul li a:hover {
  color: #fff !important;
}
footer .box .right .menu .item ul:hover li a {
  color: #ACACB5;
}
footer .logo {
  width: 197px;
  margin: 160px 0 47px -11px;
}
footer .logo img {
  width: 100%;
}
footer .foot {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid #737477;
  margin: 0 -17px 0 -20px;
  padding: 19px 0 28px 0;
}
footer .foot .copy {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  margin: 4px 0 0 0;
}
footer .foot .center {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4px 0 0 211px;
  gap: 28px;
}
footer .foot .center a {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  height: 14px;
  display: flex;
  align-items: center;
}
footer .foot .center a:first-child {
  border-right: 1px solid #969696;
  padding: 0 33px 0 0;
}
footer .foot .center a:hover {
  color: #ACACB5;
}
footer .foot .des {
  width: 61.999px;
}
footer .foot .des a {
  display: block;
  width: 100%;
}
footer .foot .des a img {
  width: 100%;
}

.breadcrumb {
  margin: 0 0 106px 0;
}
.breadcrumb > span {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.breadcrumb > span span {
  color: #9C9C9C;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.breadcrumb > span span a {
  color: #9C9C9C;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.breadcrumb > span span a:after {
  content: "-";
  color: #9C9C9C;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  flex-shrink: 0;
  margin: 0 6px;
}
.breadcrumb > span span a:hover {
  color: #3A8DDE;
}

.sec-8 {
  padding: 107px 0 143px 0;
}
.sec-8 .wrapper {
  max-width: 1695px;
}
.sec-8 .title {
  color: #444;
  font-size: 69px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 0 0 41px -3px;
}
.sec-8 .box .item {
  width: 33%;
  background: #FFF;
  position: relative;
  padding: 46px 35px 44px 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 565px;
  transition: all 0.5s;
}
.sec-8 .box .item .icon {
  height: 100px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 20px 9px;
}
.sec-8 .box .item .artikle {
  margin: auto 0 0 0;
}
.sec-8 .box .item .zag {
  color: #444;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 0 0 26px 0;
  width: 75%;
  position: initial;
  display: block;
}
.sec-8 .box .item .zag:hover {
  color: #3A8DDE;
}
.sec-8 .box .item .text {
  color: #707070;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  width: 83%;
  min-height: 126px;
}
.sec-8 .box .item a {
  position: absolute;
  right: 28px;
  bottom: 31px;
}
.sec-8 .box .item a circle, .sec-8 .box .item a path {
  transition: all 0.5s;
}
.sec-8 .box .item a:hover circle {
  fill: #3A8DDE;
}
.sec-8 .box .item a:hover path {
  fill: #fff;
}
.sec-8 .box .item:hover {
  margin-top: -5px;
}

.sec-9 {
  padding: 107px 0 129px 0;
}
.sec-9 .wrapper {
  max-width: 1695px;
}
.sec-9 .breadcrumb {
  margin: 0 0 59px 0;
}
.sec-9 .sub-title {
  color: #9C9C9C;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 0 0 13px 5px;
}
.sec-9 .title {
  color: #444;
  font-size: 69px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 29px;
}
.sec-9 .title span {
  color: #707070;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 4px 0 0 7px;
}
.sec-9 .box {
  gap: 18px 0;
  margin-bottom: 135px;
}
.sec-9 .box .item {
  background: #FFF;
  width: 33%;
  height: 519px;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sec-9 .box .item .img {
  width: 100%;
  height: 351px;
  margin-bottom: 19px;
}
.sec-9 .box .item .img a {
  width: 100%;
  height: 100%;
  margin: 0;
  border: none;
  padding: 0;
}
.sec-9 .box .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-9 .box .item .zag {
  color: #151515;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  transition: all 0.5s;
  padding: 0 20px;
  margin-bottom: 31px;
}
.sec-9 .box .item a {
  border-top: 1px solid #E8E8E8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #3A8DDE;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  margin: auto 20px 0 20px;
  padding: 11px 8px 15px 0;
}
.sec-9 .box .item a circle, .sec-9 .box .item a path {
  transition: all 0.5s;
}
.sec-9 .box .item a:hover {
  color: #D0D0D0;
}
.sec-9 .box .item a:hover circle {
  fill: #3A8DDE;
}
.sec-9 .box .item a:hover path {
  stroke: #fff;
}
.sec-9 .box .item:hover {
  background: #606368;
}
.sec-9 .box .item:hover .zag {
  color: #fff;
}
.sec-9 .box .item:hover a {
  color: #fff;
}
.sec-9 .box .item:hover a:hover {
  color: #D0D0D0;
}

.pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 21px;
}
.pagination ul li {
  color: #3A8DDE;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  padding-bottom: 5px;
}
.pagination ul li.active {
  border-bottom: 2px solid #3A8DDE;
}
.pagination ul li .prev, .pagination ul li .next {
  border-radius: 2px;
  background: #FFF;
  color: #000;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 39px;
  padding: 0 27px 0 12px;
  gap: 21px;
  width: auto;
}
.pagination ul li .prev:hover, .pagination ul li .next:hover {
  background: #3A8DDE;
  color: #fff;
}
.pagination ul li .prev:hover path, .pagination ul li .next:hover path {
  stroke: #fff;
}
.pagination ul li .prev {
  margin-right: 31px;
}
.pagination ul li .next {
  margin-left: 32px;
  padding: 0 12px 0 21px;
}
.pagination ul li a {
  color: #868686;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  width: 20px;
}
.pagination ul li a path {
  transition: all 0.5s;
}
.pagination ul li a:hover {
  color: #3A8DDE;
}

.sec-10 {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
  padding: 409px 0 380px 0;
  overflow: hidden;
}
.sec-10:before {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.69) 0%, rgba(0, 0, 0, 0.69) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sec-10 .title {
  font-style: normal;
  font-weight: 500;
  font-size: 44px;
  line-height: 120%;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 1430px;
}
.sec-10 .title span {
  color: #818181;
}

.sec-11 {
  padding: 107px 0 0 0;
}
.sec-11 .wrapper {
  max-width: 1695px;
}
.sec-11 .breadcrumb {
  margin: 0 0 34px 0;
}
.sec-11 .box .left {
  width: 66.3%;
}
.sec-11 .box .left .mySwiper {
  width: 100%;
  height: 100%;
}
.sec-11 .box .left .mySwiper .swiper-slide {
  height: 100%;
}
.sec-11 .box .left .mySwiper .img {
  width: 100%;
  height: 100%;
}
.sec-11 .box .left .mySwiper .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-11 .box .left .mySwiper .info {
  background: #EFEFF5;
  width: 393px;
  position: absolute;
  bottom: 20px;
  left: 19px;
  padding: 23px 25px 34px 25px;
}
.sec-11 .box .left .mySwiper .info .zag {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin: 0 0 0 -4px;
}
.sec-11 .box .left .mySwiper .info .teh {
  border-top: 1px solid #DBDBDB;
  padding: 22px 0 0 0;
  margin: 10px 0 0 0;
}
.sec-11 .box .left .mySwiper .info .teh ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sec-11 .box .left .mySwiper .info .teh ul li {
  color: #707070;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.sec-11 .box .left .mySwiper .info .teh ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background: #3A8DDE;
}
.sec-11 .box .left .mySwiper .swiper-button-next, .sec-11 .box .left .mySwiper .swiper-button-prev {
  position: absolute;
  z-index: 10;
  opacity: 1;
  right: 23px;
  bottom: 20px;
  top: auto;
  background: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.sec-11 .box .left .mySwiper .swiper-button-next path, .sec-11 .box .left .mySwiper .swiper-button-prev path {
  transition: all 0.5s;
  fill: transparent;
}
.sec-11 .box .left .mySwiper .swiper-button-next rect, .sec-11 .box .left .mySwiper .swiper-button-prev rect {
  transition: all 0.5s;
}
.sec-11 .box .left .mySwiper .swiper-button-next:hover, .sec-11 .box .left .mySwiper .swiper-button-prev:hover {
  background: #3A8DDE;
}
.sec-11 .box .left .mySwiper .swiper-button-next:hover rect, .sec-11 .box .left .mySwiper .swiper-button-prev:hover rect {
  fill: #3A8DDE;
}
.sec-11 .box .left .mySwiper .swiper-button-next:hover path, .sec-11 .box .left .mySwiper .swiper-button-prev:hover path {
  stroke: #fff;
}
.sec-11 .box .left .mySwiper .swiper-button-next.swiper-button-lock, .sec-11 .box .left .mySwiper .swiper-button-prev.swiper-button-lock {
  display: none;
}
.sec-11 .box .left .mySwiper .swiper-button-prev {
  left: auto;
  right: 73px;
}
.sec-11 .box .right {
  width: 33.7%;
  background: #606368;
  padding: 40px 27px 27px 37px;
}
.sec-11 .box .right .title {
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 18px;
}
.sec-11 .box .right .text {
  border-top: 1px solid #DBDBDB;
  color: #BDBDBD;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  padding: 27px 0 0 0;
  margin-bottom: 91px;
}
.sec-11 .box .right .box {
  margin-bottom: 38px;
}
.sec-11 .box .right .box .item {
  width: 27%;
  border-right: 1px solid #767676;
}
.sec-11 .box .right .box .item:last-child {
  border: none;
}
.sec-11 .box .right .box .item:nth-child(2) {
  width: 35%;
}
.sec-11 .box .right .box .item .num {
  color: #FFF;
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.sec-11 .box .right .box .item .num span {
  color: #B1B1B1;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 0 0 9px 8px;
}
.sec-11 .box .right .box .item .text {
  color: #B1B1B1;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  padding: 0;
  margin: 5px 0 0 3px;
  border: none;
}
.sec-11 .box .right form .wpcf7-response-output {
  display: none;
}
.sec-11 .box .right form .wpcf7-not-valid-tip {
  background: #FFE9E9;
  width: 100%;
  height: 30px;
  border-left: 2px solid #F00;
  color: #F00;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  display: flex;
  margin-top: 4px;
  align-items: center;
  padding: 0 0 0 10px;
}
.sec-11 .box .right form input {
  border: 2px solid transparent;
  outline: 0;
  border-radius: 2px;
  background: #FFF;
  box-shadow: 0 0 4px 0 rgba(58, 141, 222, 0.57);
  width: 100%;
  height: 45px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 0 17px;
  margin-bottom: 8px;
  transition: all 0.5s;
}
.sec-11 .box .right form input::placeholder {
  color: #ABABAB;
}
.sec-11 .box .right form input.wpcf7-not-valid {
  border: 2px solid #F00;
}
.sec-11 .box .right form button {
  width: 100%;
  height: 45px;
  border: none;
  outline: 0;
  cursor: pointer;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  background: #3A8DDE;
}
.sec-11 .box .right form button:hover {
  background: #1F63A6;
}
.sec-11 .box .right .manager {
  display: flex;
  justify-content: flex-start;
  border-radius: 6px;
  background: #F7F8F9;
  margin: 11px 0 0 0;
  padding: 15px 17px 8px 17px;
  gap: 18px;
  transition: all 0.5s;
}
.sec-11 .box .right .manager .img {
  width: 66px;
  height: 66px;
  border-radius: 70px;
  overflow: hidden;
  flex-shrink: 0;
}
.sec-11 .box .right .manager .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-11 .box .right .manager .lf .name {
  color: #0C0C0C;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.sec-11 .box .right .manager .lf .dol {
  color: #838383;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.sec-11 .box .right .manager .lf .tel {
  background: url("../img/tel1.svg") 3px 50% no-repeat;
  padding: 12px 0 7px 35px;
}
.sec-11 .box .right .manager .lf .tel a {
  color: #525252;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.sec-11 .box .right .manager .lf .tel a:hover {
  color: #3A8DDE;
}
.sec-11 .box .right .manager:hover {
  background: #E4E8ED;
}
.sec-11 + .sec-9 {
  padding: 60px 0 49px 0;
}
.sec-11 + .sec-9 .title {
  color: #444;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.sec-11 + .sec-9 .box {
  margin: 0;
}

.sec-12 {
  padding: 106px 0 0 0;
}
.sec-12 .left {
  width: 66.3%;
  position: relative;
}
.sec-12 .left:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 266px;
  background: linear-gradient(0deg, #000 0%, rgba(102, 102, 102, 0) 105.64%);
  left: 0;
  bottom: 0;
  z-index: 2;
}
.sec-12 .right {
  width: 33.7%;
}
.sec-12 .mySwiper2 {
  width: 100%;
  height: 100%;
}
.sec-12 .mySwiper2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-12 .mySwiper1 {
  position: absolute;
  bottom: 47px;
  left: 0;
  right: 0;
  margin: auto;
  width: 292px;
  z-index: 10;
}
.sec-12 .mySwiper1 .swiper-slide {
  transition: all 0.5s;
  border: 2px solid transparent;
  cursor: pointer;
  width: 70px;
}
.sec-12 .mySwiper1 .swiper-slide:before {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.38) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s;
}
.sec-12 .mySwiper1 .swiper-slide:hover:before {
  opacity: 1;
}
.sec-12 .mySwiper1 .swiper-slide.swiper-slide-thumb-active {
  border: 2px solid #3A8DDE;
}
.sec-12 .mySwiper1 .swiper-slide.swiper-slide-thumb-active:before {
  opacity: 0;
}
.sec-12 .mySwiper1 img {
  width: 70px;
  height: 62px;
  object-fit: cover;
}
.sec-12 .wrapper {
  max-width: 1695px;
}
.sec-12 .breadcrumb {
  margin: 0 0 18px 0;
}
.sec-12 .info {
  background: #606368;
  width: 561px;
  padding: 28px 33px;
  margin: 0;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.sec-12 .info .wpcf7 {
  margin: auto 0 0 0;
}
.sec-12 .info .sub {
  color: #BDBDBD;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin: 0 0 18px 4px;
}
.sec-12 .info .title {
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 22px;
}
.sec-12 .info .text {
  border-top: 1px solid #767676;
  padding: 18px 0 0 0;
  margin-bottom: 39px;
}
.sec-12 .info .text .zag {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  margin-bottom: 10px;
}
.sec-12 .info .text ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 4px;
  width: 95%;
}
.sec-12 .info .text ul li {
  color: #BDBDBD;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  display: flex;
  justify-content: flex-start;
  gap: 27px;
  margin-bottom: 11px;
}
.sec-12 .info .text ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #D9D9D9;
  border-radius: 10px;
  flex-shrink: 0;
  margin: 7px 0 0 0;
}
.sec-12 .info form .wpcf7-response-output {
  display: none;
}
.sec-12 .info form .wpcf7-not-valid-tip {
  background: #FFE9E9;
  width: 100%;
  height: 30px;
  border-left: 2px solid #F00;
  color: #F00;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  display: flex;
  margin-top: 4px;
  align-items: center;
  padding: 0 0 0 10px;
}
.sec-12 .info form input {
  border: none;
  outline: 0;
  border-radius: 2px;
  background: #FFF;
  box-shadow: 0 0 4px 0 rgba(58, 141, 222, 0.57);
  width: 100%;
  height: 45px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 0 17px;
  margin-bottom: 8px;
}
.sec-12 .info form input::placeholder {
  color: #ABABAB;
}
.sec-12 .info form input.wpcf7-not-valid {
  border: 2px solid #F00;
}
.sec-12 .info form button {
  width: 100%;
  height: 45px;
  border: none;
  outline: 0;
  cursor: pointer;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  background: #3A8DDE;
}
.sec-12 .info form button:hover {
  background: #1F63A6;
}
.sec-12 .info .manager {
  display: flex;
  justify-content: flex-start;
  border-radius: 6px;
  background: #F7F8F9;
  margin: 11px 0 0 0;
  padding: 15px 17px 8px 17px;
  gap: 18px;
  transition: all 0.5s;
}
.sec-12 .info .manager .img {
  width: 66px;
  height: 66px;
  border-radius: 70px;
  overflow: hidden;
  flex-shrink: 0;
}
.sec-12 .info .manager .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-12 .info .manager .lf .name {
  color: #0C0C0C;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.sec-12 .info .manager .lf .dol {
  color: #838383;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.sec-12 .info .manager .lf .tel {
  background: url("../img/tel1.svg") 3px 50% no-repeat;
  padding: 12px 0 7px 35px;
}
.sec-12 .info .manager .lf .tel a {
  color: #525252;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.sec-12 .info .manager .lf .tel a:hover {
  color: #3A8DDE;
}
.sec-12 .info .manager:hover {
  background: #E4E8ED;
}
.sec-12 + .sec-4 {
  padding: 77px 0 49px 0;
}
.sec-12 + .sec-4 .sub-title {
  margin: 0 0 12px -19px;
}
.sec-12 + .sec-4 .title {
  margin: 0 0 42px -20px;
}
.sec-12 + .sec-4 + .sec-9 {
  padding: 50px 0 105px 0;
}
.sec-12 + .sec-4 + .sec-9 .title {
  font-size: 44px;
  line-height: 120%;
}
.sec-12 + .sec-4 + .sec-9 .box {
  margin: 0;
}

.sec-13 {
  padding: 106px 0 100px 0;
}
.sec-13 .wrapper {
  max-width: 1695px;
}
.sec-13 .breadcrumb {
  margin: 0 0 60px 0;
}
.sec-13 .title {
  color: #444;
  font-size: 69px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 0 0 29px -5px;
}
.sec-13 .text {
  color: #444;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  max-width: 770px;
  margin-bottom: 83px;
}
.sec-13 .box .left {
  width: 20%;
}
.sec-13 .box .left ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sec-13 .box .left ul li {
  margin-bottom: 4px;
}
.sec-13 .box .left ul li:last-child {
  margin: 0;
}
.sec-13 .box .left ul li a {
  color: rgba(68, 68, 68, 0.46);
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 165%;
  border-bottom: 1px solid transparent;
  display: block;
  cursor: pointer;
}
.sec-13 .box .left ul li a:hover {
  color: rgba(68, 68, 68, 0.7);
}
.sec-13 .box .left ul li a.active {
  color: #444;
  border-bottom: 1px solid #A9A9A9;
}
.sec-13 .box .left .mobile {
  display: none;
}
.sec-13 .box .right {
  width: 76.6%;
  display: flex;
  justify-content: flex-start;
  margin: 8px -5px 0 0;
  gap: 5px;
}
.sec-13 .box .right .cont {
  width: 34.4%;
  height: 537px;
  background: #FFF;
  padding: 38px 18px 19px 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sec-13 .box .right .cont .tel {
  margin: 0 0 5px 15px;
}
.sec-13 .box .right .cont .tel a {
  color: #3A8DDE;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}
.sec-13 .box .right .cont .tel a:hover {
  color: #1F63A6;
}
.sec-13 .box .right .cont .mail {
  margin: 0 0 19px 15px;
}
.sec-13 .box .right .cont .mail a {
  color: #3A8DDE;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}
.sec-13 .box .right .cont .mail a:hover {
  color: #1F63A6;
}
.sec-13 .box .right .cont .rab {
  color: #979797;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin: 0 0 44px 18px;
}
.sec-13 .box .right .cont .adres {
  margin: 0 0 0 20px;
}
.sec-13 .box .right .cont .adres .zag {
  color: #444;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 14px;
}
.sec-13 .box .right .cont .adres .text {
  color: #444;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  background: url("../img/adr.svg") 0 0 no-repeat;
  margin: 0;
  padding: 0 0 0 20px;
}
.sec-13 .box .right .cont .bot {
  display: flex;
  justify-content: flex-start;
  margin: auto 0 0 0;
  gap: 5px;
}
.sec-13 .box .right .cont .bot .btn {
  width: 68%;
  height: 52px;
  background: #3A8DDE;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}
.sec-13 .box .right .cont .bot .btn:hover {
  background: #1F63A6;
}
.sec-13 .box .right .cont .bot .tg {
  width: 61px;
  height: 52px;
  background: #3A8DDE;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-13 .box .right .cont .bot .tg:hover {
  background: #1F63A6;
}
.sec-13 .box .right .cont .bot .wh {
  width: 60px;
  height: 52px;
  background: #0D9258;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-13 .box .right .cont .bot .wh:hover {
  background: #06693E;
}
.sec-13 .box .right #map {
  width: 65.2%;
}
.sec-13 .box .right #map .my-marker, .sec-13 .box .right #map div {
  width: 72px;
  height: 100px;
  margin: -95px 0 0 -20px;
}
.sec-13 .box .right #map .marker-title {
  display: none;
}

.sec-14 {
  padding: 106px 0 100px 0;
}
.sec-14 .wrapper {
  max-width: 1695px;
}
.sec-14 .breadcrumb {
  margin: 0 0 60px 0;
}
.sec-14 .title {
  color: #444;
  font-size: 69px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 0 0 29px -5px;
}
.sec-14 .text {
  color: #444;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  max-width: 770px;
  margin-bottom: 73px;
}
.sec-14 .box {
  flex-wrap: nowrap;
}
.sec-14 .box .cont {
  width: 26.4%;
  height: 537px;
  background: #FFF;
  padding: 38px 18px 19px 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
}
.sec-14 .box .cont .tel {
  margin: 0 0 5px 15px;
}
.sec-14 .box .cont .tel a {
  color: #3A8DDE;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}
.sec-14 .box .cont .tel a:hover {
  color: #1F63A6;
}
.sec-14 .box .cont .mail {
  margin: 0 0 19px 15px;
}
.sec-14 .box .cont .mail a {
  color: #3A8DDE;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}
.sec-14 .box .cont .mail a:hover {
  color: #1F63A6;
}
.sec-14 .box .cont .rab {
  color: #979797;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin: 0 0 44px 18px;
}
.sec-14 .box .cont .adres {
  margin: 0 0 0 20px;
}
.sec-14 .box .cont .adres .zag {
  color: #444;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 14px;
}
.sec-14 .box .cont .adres .text {
  color: #444;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  background: url("../img/adr.svg") 0 0 no-repeat;
  margin: 0;
  padding: 0 0 0 20px;
}
.sec-14 .box .cont .bot {
  display: flex;
  justify-content: flex-start;
  margin: auto 0 0 0;
  gap: 5px;
}
.sec-14 .box .cont .bot .btn {
  width: 68%;
  height: 52px;
  background: #3A8DDE;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}
.sec-14 .box .cont .bot .btn:hover {
  background: #1F63A6;
}
.sec-14 .box .cont .bot .tg {
  width: 61px;
  height: 52px;
  background: #3A8DDE;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-14 .box .cont .bot .tg:hover {
  background: #1F63A6;
}
.sec-14 .box .cont .bot .wh {
  width: 60px;
  height: 52px;
  background: #0D9258;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-14 .box .cont .bot .wh:hover {
  background: #06693E;
}
.sec-14 .box #map {
  width: 74%;
}
.sec-14 .box #map .my-marker, .sec-14 .box #map div {
  width: 72px;
  height: 100px;
  margin: -95px 0 0 -20px;
}
.sec-14 .box #map .marker-title {
  display: none;
}

.sec-15 {
  position: relative;
}
.sec-15:before {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.51) 0%, rgba(0, 0, 0, 0.51) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sec-15 video {
  width: 100%;
  height: 100vh;
  display: block;
  object-fit: cover;
}
.sec-15 .wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 1695px;
  height: 89.5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sec-15 .breadcrumb {
  position: relative;
  z-index: 1;
  margin: 0 0 385px 0;
}
.sec-15 .box {
  align-items: flex-end;
}
.sec-15 .box .title {
  position: relative;
  z-index: 1;
  color: #FFF;
  font-size: 188px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  width: 62%;
  margin: 0 0 20px -16px;
}
.sec-15 .box .video {
  position: relative;
  z-index: 1;
  width: 375px;
  height: 216px;
  margin: 0 6px 37px 0;
}
.sec-15 .box .video a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.sec-15 .box .video a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-15 .box .video a:before {
  content: "";
  background: url("../img/play.svg") 0 0 no-repeat;
  background-size: cover;
  width: 45px;
  height: 52px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.5s;
}
.sec-15 .box .video a:hover:before {
  width: 75px;
  height: 89px;
}

.sec-16 {
  background: #606368;
  padding: 59px 0 30px 0;
}
.sec-16 .wrapper {
  max-width: 1695px;
}
.sec-16 .title {
  color: #FFF;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 92px;
}
.sec-16 .title span {
  color: #BCBCBC;
}
.sec-16 .box {
  padding: 0 9px;
  margin-bottom: 54px;
}
.sec-16 .box .item {
  width: 23.5%;
  height: 381px;
  border-left: 1px solid #FFF;
  padding: 0 23px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sec-16 .box .item .text {
  color: #D3D3D3;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.sec-16 .box .item .num {
  color: #FFF;
  font-size: 128px;
  font-style: normal;
  font-weight: 400;
  line-height: 80%;
  margin: 0 0 -11px -12px;
  display: flex;
}
.sec-16 .info {
  color: #87898D;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 0 0 0 10px;
}

.sec-17 {
  padding: 119px 0 53px 0;
}
.sec-17 .wrapper {
  max-width: 1695px;
}
.sec-17 .box:last-child {
  justify-content: flex-start;
  gap: 4px;
}
.sec-17 .box .left {
  color: #3D3D3D;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  width: 47%;
  padding: 5px 0 0 0;
}
.sec-17 .box .right {
  width: 50%;
}
.sec-17 .box .right img {
  width: 100%;
}
.sec-17 .box .item {
  background: #FFF;
  width: 24.7%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 408px;
  padding: 28px 33px;
  transition: all 0.5s;
}
.sec-17 .box .item .icon {
  margin: 14px 0 0 11px;
}
.sec-17 .box .item .icon circle, .sec-17 .box .item .icon path {
  transition: all 0.5s;
}
.sec-17 .box .item .zag {
  color: #444;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  transition: all 0.5s;
}
.sec-17 .box .item:hover {
  margin-top: -5px;
}
.sec-17 .box .item:hover .icon {
  margin: 14px 0 0 11px;
}
.sec-17 .box .item:hover .icon circle {
  stroke: #3A8DDE;
}
.sec-17 .box .item:hover .icon path {
  stroke: #3A8DDE;
}
.sec-17 .box .item:hover .zag {
  color: #3A8DDE;
}
.sec-17 .title {
  border-top: 1px solid #D0D0D0;
  color: #444;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 102px 0 35px 0;
  padding: 83px 0 0 0;
}

.sec-18 {
  background: #606368;
  padding: 96px 0 139px 0;
}
.sec-18 .wrapper {
  max-width: 1695px;
}
.sec-18 .sub-title {
  color: #9C9C9C;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 30px;
}
.sec-18 .text {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 0 0 107px 0;
  width: 95%;
}
.sec-18 .box .big-img {
  width: 831px;
  height: 566px;
}
.sec-18 .box .big-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-18 .box .mini-img {
  width: 543px;
  height: 370px;
}
.sec-18 .box .mini-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-18 + .sec-4 {
  padding: 117px 0 107px 0;
}
.sec-18 + .sec-4 .wrapper {
  max-width: 1695px;
}
.sec-18 + .sec-4 .sub-title {
  margin: 0 0 23px 0;
}
.sec-18 + .sec-4 .title {
  font-size: 40px;
  line-height: 100%;
  margin: 0 0 33px 0;
  max-width: 1282px;
}
.sec-18 + .sec-4 .text {
  color: #3D3D3D;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 0 0 58px 2px;
}
.sec-18 + .sec-4 .new {
  margin: 0;
}

.sec-19 {
  padding: 68px 0 147px 0;
}
.sec-19 .wrapper {
  max-width: 1695px;
}
.sec-19 .sub-title {
  color: #9C9C9C;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 46px 0 10px 5px;
}
.sec-19 .text {
  color: #444;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.sec-19 .mySwiper3 {
  margin: -56px 0 0 0;
  padding: 93px 0 0 0;
}
.sec-19 .mySwiper3 .swiper-wrapper {
  padding: 10px 0 0 0;
}
.sec-19 .mySwiper3 .swiper-slide {
  background: #FFF;
  padding: 23px 43px;
  transition: all 0.5s;
}
.sec-19 .mySwiper3 .swiper-slide img {
  width: 100%;
}
.sec-19 .mySwiper3 .swiper-slide:hover {
  margin-top: -5px;
}
.sec-19 .mySwiper3 .swiper-button-next, .sec-19 .mySwiper3 .swiper-button-prev {
  position: absolute;
  z-index: 10;
  opacity: 1;
  right: 3px;
  top: 22px;
  background: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.sec-19 .mySwiper3 .swiper-button-next path, .sec-19 .mySwiper3 .swiper-button-prev path {
  transition: all 0.5s;
  fill: transparent;
}
.sec-19 .mySwiper3 .swiper-button-next rect, .sec-19 .mySwiper3 .swiper-button-prev rect {
  transition: all 0.5s;
}
.sec-19 .mySwiper3 .swiper-button-next:hover, .sec-19 .mySwiper3 .swiper-button-prev:hover {
  background: #3A8DDE;
}
.sec-19 .mySwiper3 .swiper-button-next:hover rect, .sec-19 .mySwiper3 .swiper-button-prev:hover rect {
  fill: #3A8DDE;
}
.sec-19 .mySwiper3 .swiper-button-next:hover path, .sec-19 .mySwiper3 .swiper-button-prev:hover path {
  stroke: #fff;
}
.sec-19 .mySwiper3 .swiper-button-prev {
  left: auto;
  right: 57px;
}
.sec-19 .mySwiper3 .swiper-pagination {
  display: none;
}

.sec-20 {
  position: relative;
  overflow: hidden;
}
.sec-20 .wrapper {
  max-width: 1695px;
}
.sec-20 .box .left {
  width: 34%;
  height: 868px;
  padding: 107px 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sec-20 .box .left .breadcrumb {
  margin: 0 0 42px 0;
}
.sec-20 .box .left .title {
  color: #444;
  font-size: 69px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 41px;
}
.sec-20 .box .left .text {
  color: #444;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  width: 99%;
}
.sec-20 .box .left .wpcf7 {
  margin: auto 0 54px 0;
}
.sec-20 .box .left form {
  max-width: 497px;
}
.sec-20 .box .left form .zag {
  color: #444;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}
.sec-20 .box .left form .wpcf7-response-output {
  display: none;
}
.sec-20 .box .left form .wpcf7-not-valid-tip {
  background: #FFE9E9;
  width: 100%;
  height: 30px;
  border-left: 2px solid #F00;
  color: #F00;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  display: flex;
  margin-top: 4px;
  align-items: center;
  padding: 0 0 0 10px;
}
.sec-20 .box .left form input {
  outline: 0;
  border: 0;
  border-radius: 2px;
  background: #FFF;
  box-shadow: 0 0 4px 0 rgba(58, 141, 222, 0.57);
  width: 100%;
  height: 45px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 16px 0 8px 0;
  padding: 0 17px;
}
.sec-20 .box .left form input::placeholder {
  color: #ABABAB;
}
.sec-20 .box .left form input.wpcf7-not-valid {
  border: 2px solid #F00;
}
.sec-20 .box .left form button {
  width: 100%;
  height: 45px;
  border: none;
  outline: 0;
  cursor: pointer;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  background: #3A8DDE;
}
.sec-20 .box .left form button:hover {
  background: #1F63A6;
}
.sec-20 .box .right {
  width: 50%;
  height: 868px;
  margin: 0;
  position: absolute;
  right: 0;
}
.sec-20 .box .right .mySwiper4 {
  width: 100%;
  height: 100%;
}
.sec-20 .box .right .mySwiper4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-20 .box .right .mySwiper4 .swiper-button-next, .sec-20 .box .right .mySwiper4 .swiper-button-prev {
  position: absolute;
  z-index: 10;
  opacity: 1;
  right: 23px;
  bottom: 29px;
  top: auto;
  background: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.sec-20 .box .right .mySwiper4 .swiper-button-next path, .sec-20 .box .right .mySwiper4 .swiper-button-prev path {
  transition: all 0.5s;
  fill: transparent;
}
.sec-20 .box .right .mySwiper4 .swiper-button-next rect, .sec-20 .box .right .mySwiper4 .swiper-button-prev rect {
  transition: all 0.5s;
}
.sec-20 .box .right .mySwiper4 .swiper-button-next:hover, .sec-20 .box .right .mySwiper4 .swiper-button-prev:hover {
  background: #3A8DDE;
}
.sec-20 .box .right .mySwiper4 .swiper-button-next:hover rect, .sec-20 .box .right .mySwiper4 .swiper-button-prev:hover rect {
  fill: #3A8DDE;
}
.sec-20 .box .right .mySwiper4 .swiper-button-next:hover path, .sec-20 .box .right .mySwiper4 .swiper-button-prev:hover path {
  stroke: #fff;
}
.sec-20 .box .right .mySwiper4 .swiper-button-next.swiper-button-lock, .sec-20 .box .right .mySwiper4 .swiper-button-prev.swiper-button-lock {
  display: none;
}
.sec-20 .box .right .mySwiper4 .swiper-button-prev {
  left: auto;
  right: 75px;
}
.sec-20 + .sec-18 {
  padding: 112px 0 131px 0;
}
.sec-20 + .sec-18 .text {
  margin: 0 0 132px 9px;
  width: 97%;
}
.sec-20 + .sec-18 .box {
  margin: 0 0 0 8px;
  width: 95.3%;
}

.sec-21 {
  padding: 83px 0 0 0;
}
.sec-21 .wrapper {
  max-width: 1695px;
}
.sec-21 .sub-title {
  color: #9C9C9C;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 25px;
}
.sec-21 .title {
  color: #444;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  max-width: 840px;
  margin-bottom: 39px;
}
.sec-21 .box {
  justify-content: flex-start;
  gap: 7px 8px;
}
.sec-21 .box .img {
  width: 33%;
  height: 376px;
  overflow: hidden;
}
.sec-21 .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.sec-21 .box .img:hover img {
  transform: scale(1.1);
}
.sec-21 .box .video {
  width: 33%;
  height: 376px;
  overflow: hidden;
}
.sec-21 .box .video a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.sec-21 .box .video a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-21 .box .video a:before {
  content: "";
  background: url("../img/play.svg") 0 0 no-repeat;
  background-size: cover;
  width: 45px;
  height: 52px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.5s;
}
.sec-21 .box .video a:hover:before {
  width: 75px;
  height: 89px;
}
.sec-21 + .sec-4 {
  padding: 125px 0 107px 0;
}
.sec-21 + .sec-4 .wrapper {
  max-width: 1695px;
}
.sec-21 + .sec-4 .sub-title {
  margin: 0 0 23px 0;
}
.sec-21 + .sec-4 .title {
  margin: 0 0 36px 0;
  max-width: 1170px;
  line-height: 110%;
}
.sec-21 + .sec-4 .text {
  color: #3D3D3D;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  max-width: 950px;
  margin-bottom: 71px;
}
.sec-21 + .sec-4 .new {
  margin: 0;
}

.sec-22 {
  padding: 108px 0 85px 0;
}
.sec-22 .wrapper {
  max-width: 1695px;
}
.sec-22 .sub-title {
  color: #9C9C9C;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 20px;
}
.sec-22 .title {
  color: #444;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 15px;
}
.sec-22 .text {
  color: #3D3D3D;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  max-width: 990px;
  margin-bottom: 61px;
}
.sec-22 .box {
  margin: 0 6px 28px -3px;
  justify-content: flex-start;
  gap: 4px;
}
.sec-22 .box .item {
  width: 24.8%;
  height: 408px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 31px;
  transition: all 0.5s;
}
.sec-22 .box .item .icon path, .sec-22 .box .item .icon circle {
  transition: all 0.5s;
}
.sec-22 .box .item .zag {
  color: #444;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin: auto 0 0 0;
  transition: all 0.5s;
}
.sec-22 .box .item:hover {
  margin-top: -5px;
}
.sec-22 .box .item:hover path {
  stroke: #3A8DDE;
}
.sec-22 .box .item:hover circle {
  stroke: #3A8DDE;
}
.sec-22 .box .item:hover .zag {
  color: #3A8DDE;
}
.sec-22 .info {
  color: #707070;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 0 0 0 -3px;
  max-width: 1000px;
}

.sec-23 {
  background: #606368;
  overflow: hidden;
  position: relative;
}
.sec-23 .wrapper {
  max-width: 1695px;
}
.sec-23 .box .left {
  width: 42.2%;
  padding: 73px 0 73px 36px;
}
.sec-23 .box .left .title {
  color: #FFF;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 20px;
}
.sec-23 .box .left .text {
  color: #FFF;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 0 0 60px 2px;
  max-width: 620px;
}
.sec-23 .box .left .spisok .item {
  display: flex;
  justify-content: flex-start;
  gap: 34px;
  margin-bottom: 26px;
}
.sec-23 .box .left .spisok .item:last-child {
  margin: 0;
}
.sec-23 .box .left .spisok .item .num {
  width: 47px;
  height: 47px;
  border: 1px solid #87898D;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  flex-shrink: 0;
  margin: 13px 0 0 0;
}
.sec-23 .box .left .spisok .item .txt {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  border-top: 1px solid #7B7B7B;
  padding: 25px 0 0 0;
  width: 100%;
}
.sec-23 .box .right {
  width: 52.1%;
  margin: 0 -30px 0 0;
  position: absolute;
  right: 0;
  height: 100%;
}
.sec-23 .box .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec-24 {
  padding: 124px 0 143px 0;
}
.sec-24 .wrapper {
  max-width: 1695px;
}
.sec-24 .title {
  color: #444;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 20px;
}
.sec-24 .text {
  color: #3D3D3D;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 51px;
  max-width: 100%;
}
.sec-24 .box {
  margin-bottom: 156px;
  justify-content: flex-start;
  gap: 4px;
}
.sec-24 .box:last-child {
  margin: 0;
  justify-content: space-between;
}
.sec-24 .box .item {
  width: 24.8%;
  height: 408px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 31px;
  transition: all 0.5s;
}
.sec-24 .box .item .icon path, .sec-24 .box .item .icon circle {
  transition: all 0.5s;
}
.sec-24 .box .item .zag {
  color: #444;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin: auto 0 0 0;
  transition: all 0.5s;
}
.sec-24 .box .item:hover {
  margin-top: -5px;
}
.sec-24 .box .item:hover path {
  stroke: #3A8DDE;
}
.sec-24 .box .item:hover circle {
  stroke: #3A8DDE;
}
.sec-24 .box .item:hover .zag {
  color: #3A8DDE;
}
.sec-24 .box .left {
  width: 45%;
  color: #444;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 0 0 0 4px;
}
.sec-24 .box .right {
  width: 47.8%;
  margin: 9px 0 0 0;
}
.sec-24 .box .right .zag {
  color: #444;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 45px;
}
.sec-24 .box .right .spisok {
  max-width: 720px;
}
.sec-24 .box .right .spisok ul {
  list-style: none;
  padding: 0 0 0 44px;
  margin: 0;
}
.sec-24 .box .right .spisok ul li {
  color: #3D3D3D;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  border-top: 1px solid #D4D4DC;
  position: relative;
  padding: 27px 69px 0 0;
  margin-bottom: 30px;
}
.sec-24 .box .right .spisok ul li:before {
  content: "";
  background: url("../img/li.svg") 0 0 no-repeat;
  width: 26px;
  height: 26px;
  position: absolute;
  left: -42px;
  top: 25px;
}

.sec-25 {
  background: #606368;
  padding: 110px 0 90px 0;
}
.sec-25 .wrapper {
  max-width: 1695px;
}
.sec-25 .sub-title {
  color: #9C9C9C;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 0 0 5px 4px;
}
.sec-25 .title {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.sec-25 .mySwiper3 {
  margin: -50px 0 0 0;
  padding: 97px 0 0 0;
}
.sec-25 .mySwiper3 .swiper-wrapper {
  padding-top: 10px;
}
.sec-25 .mySwiper3 .swiper-slide {
  background: #FFF;
  padding: 23px 43px;
  transition: all 0.5s;
  height: auto;
}
.sec-25 .mySwiper3 .swiper-slide img {
  width: 100%;
}
.sec-25 .mySwiper3 .swiper-slide:hover {
  margin-top: -5px;
}
.sec-25 .mySwiper3 .swiper-button-next, .sec-25 .mySwiper3 .swiper-button-prev {
  position: absolute;
  z-index: 10;
  opacity: 1;
  right: 3px;
  top: 22px;
  background: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.sec-25 .mySwiper3 .swiper-button-next path, .sec-25 .mySwiper3 .swiper-button-prev path {
  transition: all 0.5s;
  fill: transparent;
}
.sec-25 .mySwiper3 .swiper-button-next rect, .sec-25 .mySwiper3 .swiper-button-prev rect {
  transition: all 0.5s;
}
.sec-25 .mySwiper3 .swiper-button-next:hover, .sec-25 .mySwiper3 .swiper-button-prev:hover {
  background: #3A8DDE;
}
.sec-25 .mySwiper3 .swiper-button-next:hover rect, .sec-25 .mySwiper3 .swiper-button-prev:hover rect {
  fill: #3A8DDE;
}
.sec-25 .mySwiper3 .swiper-button-next:hover path, .sec-25 .mySwiper3 .swiper-button-prev:hover path {
  stroke: #fff;
}
.sec-25 .mySwiper3 .swiper-button-prev {
  left: auto;
  right: 57px;
}
.sec-25 .mySwiper3 .swiper-pagination {
  display: none;
}

.lenis-stopped body:before {
  opacity: 1;
  visibility: visible;
}

.popup-fade, .popup-fade-zayavka, .popup-fade-spec, .popup-fade-call, .popup-fade-thenks {
  z-index: 9999;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 516px;
  margin: auto;
  transition: all 0.5s;
  opacity: 1;
  visibility: visible;
}
.popup-fade.hidden, .popup-fade-zayavka.hidden, .popup-fade-spec.hidden, .popup-fade-call.hidden, .popup-fade-thenks.hidden {
  opacity: 0;
  visibility: hidden;
}
.popup-fade .popup, .popup-fade-zayavka .popup, .popup-fade-spec .popup, .popup-fade-call .popup, .popup-fade-thenks .popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 46px;
  max-width: 516px;
  height: fit-content;
  width: 95%;
  margin: auto;
  border-radius: 9px;
  background: #FFF;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.07);
  z-index: 99999;
  opacity: 1;
  transition: all 0.5s;
  box-sizing: border-box;
}
.popup-fade .popup-close, .popup-fade-zayavka .popup-close, .popup-fade-spec .popup-close, .popup-fade-call .popup-close, .popup-fade-thenks .popup-close {
  position: absolute;
  top: 11px;
  right: 10px;
}
.popup-fade .popup-close path, .popup-fade-zayavka .popup-close path, .popup-fade-spec .popup-close path, .popup-fade-call .popup-close path, .popup-fade-thenks .popup-close path {
  transition: all 0.5s;
}
.popup-fade .popup-close:hover path, .popup-fade-zayavka .popup-close:hover path, .popup-fade-spec .popup-close:hover path, .popup-fade-call .popup-close:hover path, .popup-fade-thenks .popup-close:hover path {
  stroke: #FF0000;
}
.popup-fade .title, .popup-fade-zayavka .title, .popup-fade-spec .title, .popup-fade-call .title, .popup-fade-thenks .title {
  color: #252525;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 32px;
}
.popup-fade .local ul, .popup-fade-zayavka .local ul, .popup-fade-spec .local ul, .popup-fade-call .local ul, .popup-fade-thenks .local ul {
  list-style: none;
  padding: 0;
  margin: 0;
  column-count: 3;
  column-gap: 20px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
}
.popup-fade .local ul li a, .popup-fade-zayavka .local ul li a, .popup-fade-spec .local ul li a, .popup-fade-call .local ul li a, .popup-fade-thenks .local ul li a {
  color: #828282;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
}
.popup-fade .local ul li a:hover, .popup-fade-zayavka .local ul li a:hover, .popup-fade-spec .local ul li a:hover, .popup-fade-call .local ul li a:hover, .popup-fade-thenks .local ul li a:hover {
  color: #3A8DDE;
}
.popup-fade form, .popup-fade-zayavka form, .popup-fade-spec form, .popup-fade-call form, .popup-fade-thenks form {
  padding: 0 4px;
}
.popup-fade form .wpcf7-list-item, .popup-fade-zayavka form .wpcf7-list-item, .popup-fade-spec form .wpcf7-list-item, .popup-fade-call form .wpcf7-list-item, .popup-fade-thenks form .wpcf7-list-item {
  margin: 0;
}
.popup-fade form .wpcf7-response-output, .popup-fade-zayavka form .wpcf7-response-output, .popup-fade-spec form .wpcf7-response-output, .popup-fade-call form .wpcf7-response-output, .popup-fade-thenks form .wpcf7-response-output {
  display: none;
}
.popup-fade form .wpcf7-not-valid-tip, .popup-fade-zayavka form .wpcf7-not-valid-tip, .popup-fade-spec form .wpcf7-not-valid-tip, .popup-fade-call form .wpcf7-not-valid-tip, .popup-fade-thenks form .wpcf7-not-valid-tip {
  background: #FFE9E9;
  width: 100%;
  height: 30px;
  border-left: 2px solid #F00;
  color: #F00;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  display: flex;
  margin-top: -14px;
  margin-bottom: 4px;
  align-items: center;
  padding: 0 0 0 10px;
}
.popup-fade input, .popup-fade-zayavka input, .popup-fade-spec input, .popup-fade-call input, .popup-fade-thenks input {
  border: 2px solid #CECECE;
  background: #FFF;
  width: 100%;
  height: 48px;
  outline: 0;
  font-family: "Helvetica Neue", sans-serif;
  color: #151515;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 19px;
  padding: 0 19px;
  transition: all 0.5s;
}
.popup-fade input::placeholder, .popup-fade-zayavka input::placeholder, .popup-fade-spec input::placeholder, .popup-fade-call input::placeholder, .popup-fade-thenks input::placeholder {
  color: #BCBCBC;
}
.popup-fade input.wpcf7-not-valid, .popup-fade-zayavka input.wpcf7-not-valid, .popup-fade-spec input.wpcf7-not-valid, .popup-fade-call input.wpcf7-not-valid, .popup-fade-thenks input.wpcf7-not-valid {
  border: 2px solid #F00;
}
.popup-fade input:hover, .popup-fade-zayavka input:hover, .popup-fade-spec input:hover, .popup-fade-call input:hover, .popup-fade-thenks input:hover {
  border: 2px solid #3A8DDE;
}
.popup-fade textarea, .popup-fade-zayavka textarea, .popup-fade-spec textarea, .popup-fade-call textarea, .popup-fade-thenks textarea {
  border: 2px solid #CECECE;
  background: #FFF;
  width: 100%;
  height: 85px;
  outline: 0;
  resize: none;
  font-family: "Helvetica Neue", sans-serif;
  color: #151515;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 8px;
  padding: 12px 14px;
  transition: all 0.5s;
}
.popup-fade textarea::placeholder, .popup-fade-zayavka textarea::placeholder, .popup-fade-spec textarea::placeholder, .popup-fade-call textarea::placeholder, .popup-fade-thenks textarea::placeholder {
  color: #BCBCBC;
}
.popup-fade textarea:hover, .popup-fade-zayavka textarea:hover, .popup-fade-spec textarea:hover, .popup-fade-call textarea:hover, .popup-fade-thenks textarea:hover {
  border: 2px solid #3A8DDE;
}
.popup-fade button, .popup-fade-zayavka button, .popup-fade-spec button, .popup-fade-call button, .popup-fade-thenks button {
  background: #3A8DDE;
  width: 100%;
  height: 48px;
  border: none;
  outline: 0;
  cursor: pointer;
  font-family: "Helvetica Neue", sans-serif;
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 17px;
}
.popup-fade button:hover, .popup-fade-zayavka button:hover, .popup-fade-spec button:hover, .popup-fade-call button:hover, .popup-fade-thenks button:hover {
  background: #1F63A6;
}
.popup-fade .chek input, .popup-fade-zayavka .chek input, .popup-fade-spec .chek input, .popup-fade-call .chek input, .popup-fade-thenks .chek input {
  display: none;
}
.popup-fade .chek input:checked + .wpcf7-list-item-label:before, .popup-fade-zayavka .chek input:checked + .wpcf7-list-item-label:before, .popup-fade-spec .chek input:checked + .wpcf7-list-item-label:before, .popup-fade-call .chek input:checked + .wpcf7-list-item-label:before, .popup-fade-thenks .chek input:checked + .wpcf7-list-item-label:before {
  border: 1px solid #151515;
}
.popup-fade .chek input:checked + .wpcf7-list-item-label:after, .popup-fade-zayavka .chek input:checked + .wpcf7-list-item-label:after, .popup-fade-spec .chek input:checked + .wpcf7-list-item-label:after, .popup-fade-call .chek input:checked + .wpcf7-list-item-label:after, .popup-fade-thenks .chek input:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}
.popup-fade .chek .wpcf7-list-item-label, .popup-fade-zayavka .chek .wpcf7-list-item-label, .popup-fade-spec .chek .wpcf7-list-item-label, .popup-fade-call .chek .wpcf7-list-item-label, .popup-fade-thenks .chek .wpcf7-list-item-label {
  display: block;
  color: #B4B4B4;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  position: relative;
  padding: 0 0 8px 32px;
  max-width: 300px;
  cursor: pointer;
}
.popup-fade .chek .wpcf7-list-item-label a, .popup-fade-zayavka .chek .wpcf7-list-item-label a, .popup-fade-spec .chek .wpcf7-list-item-label a, .popup-fade-call .chek .wpcf7-list-item-label a, .popup-fade-thenks .chek .wpcf7-list-item-label a {
  color: #B4B4B4;
  text-decoration: underline;
}
.popup-fade .chek .wpcf7-list-item-label a:hover, .popup-fade-zayavka .chek .wpcf7-list-item-label a:hover, .popup-fade-spec .chek .wpcf7-list-item-label a:hover, .popup-fade-call .chek .wpcf7-list-item-label a:hover, .popup-fade-thenks .chek .wpcf7-list-item-label a:hover {
  text-decoration: none;
}
.popup-fade .chek .wpcf7-list-item-label:before, .popup-fade-zayavka .chek .wpcf7-list-item-label:before, .popup-fade-spec .chek .wpcf7-list-item-label:before, .popup-fade-call .chek .wpcf7-list-item-label:before, .popup-fade-thenks .chek .wpcf7-list-item-label:before {
  content: "";
  width: 19px;
  height: 19px;
  border: 1px solid #B4B4B4;
  background: #FFF;
  position: absolute;
  left: -1px;
  top: -3px;
  transition: all 0.5s;
}
.popup-fade .chek .wpcf7-list-item-label:after, .popup-fade-zayavka .chek .wpcf7-list-item-label:after, .popup-fade-spec .chek .wpcf7-list-item-label:after, .popup-fade-call .chek .wpcf7-list-item-label:after, .popup-fade-thenks .chek .wpcf7-list-item-label:after {
  content: "";
  width: 12px;
  height: 11px;
  background: url("../img/chek.svg") 0 0 no-repeat;
  position: absolute;
  left: 4px;
  top: 2px;
  opacity: 0;
  transition: all 0.5s;
}
.popup-fade .icon, .popup-fade-zayavka .icon, .popup-fade-spec .icon, .popup-fade-call .icon, .popup-fade-thenks .icon {
  margin-bottom: 21px;
}
.popup-fade .text, .popup-fade-zayavka .text, .popup-fade-spec .text, .popup-fade-call .text, .popup-fade-thenks .text {
  color: #828282;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  max-width: 365px;
  padding-bottom: 9px;
}

.popup-fade .popup {
  max-width: 446px;
  padding: 25px 20px;
}
.popup-fade .popup .title {
  margin-bottom: 38px;
}

.popup-fade-thenks .popup {
  max-width: 446px;
  padding: 20px 25px;
}
.popup-fade-thenks .popup .title {
  margin-bottom: 16px;
}

@media (max-width: 1725px) {
  .wrapper {
    max-width: 1350px !important;
  }
  header .box .menu {
    max-width: 475px;
  }
  header .box .location .reg-mod {
    transform: translate(-28%, 0);
  }
  .sec-2 .box .left {
    width: 53%;
  }
  .sec-2 .box .right {
    width: 47%;
  }
  .sec-5 .title {
    margin: 0;
  }
  .sec-8 .box .item .zag {
    width: 83%;
  }
  .sec-11 .box .left {
    width: 60%;
  }
  .sec-11 .box .right {
    width: 40%;
  }
  .sec-12 .left {
    width: 60%;
  }
  .sec-12 .right {
    width: 40%;
  }
  .sec-15 .box .title {
    margin: 0 0 20px 0;
    font-size: 150px;
  }
  .sec-18 .box .big-img {
    width: 50%;
  }
  .sec-18 .box .mini-img {
    width: 30%;
  }
  .sec-20 .box .right {
    width: 55%;
  }
  .sec-20 .box .right .mySwiper4 {
    height: 100%;
  }
  .sec-21 .box .img, .sec-21 .box .video {
    width: 32.8%;
  }
  .sec-22 .box .item {
    width: 24.7%;
  }
  .sec-24 .box .item {
    width: 24.7%;
  }
}
@media (max-width: 1399px) {
  .wrapper {
    max-width: 1140px !important;
  }
  header .box .location {
    margin: 0 15px;
    padding: 0 15px 5px 25px;
    background-position: 7px 45%;
  }
  header .box .location .reg-mod {
    transform: translate(-37%, 0);
  }
  header .box .menu {
    max-width: 450px;
  }
  header .box .tel {
    margin: 4px 15px 0 15px;
    padding: 0 0 6px 0;
    background: none;
  }
  header .box .mess {
    margin: 0;
  }
  .sec-2 .box .left {
    height: auto;
  }
  .sec-2 .box .left .title {
    font-size: 35px;
  }
  .sec-2 .box .left .box {
    margin: auto 0 30px 0;
  }
  .sec-2 .box .left .box .item {
    width: 30%;
  }
  .sec-2 .box .left .box .item .num {
    font-size: 50px;
  }
  .sec-2 .box .left .box .item .text br {
    display: none;
  }
  .sec-2 .box .right {
    width: 40%;
    padding: 0;
    position: inherit;
  }
  .sec-6 .box .left {
    width: 48%;
  }
  .sec-6 .box .left .bot a {
    width: 49%;
  }
  .sec-6 .box .right .item .img {
    width: 174px;
  }
  footer .box .right {
    width: 58%;
  }
  footer .foot .center {
    margin: 4px 0 0 0;
  }
  .sec-11 .box .left {
    width: 50%;
  }
  .sec-11 .box .right {
    width: 50%;
  }
  .sec-12 .left {
    width: 50%;
  }
  .sec-12 .right {
    width: 50%;
  }
  .sec-13 .box .left ul li a {
    font-size: 25px;
  }
  .sec-13 .box .right .cont {
    padding: 38px 15px 19px 15px;
  }
  .sec-13 .box .right .cont .tel {
    margin: 0 0 5px 0;
  }
  .sec-13 .box .right .cont .mail {
    margin: 0 0 19px 0;
  }
  .sec-13 .box .right .cont .rab {
    margin: 0 0 44px 0;
  }
  .sec-13 .box .right .cont .adres {
    margin: 0;
  }
  .sec-14 .box .cont {
    width: 30%;
    padding: 38px 15px 19px 15px;
  }
  .sec-14 .box .cont .tel {
    margin: 0 0 5px 0;
  }
  .sec-14 .box .cont .mail {
    margin: 0 0 19px 0;
  }
  .sec-14 .box .cont .rab {
    margin: 0 0 44px 0;
  }
  .sec-14 .box .cont .adres {
    margin: 0;
  }
  .sec-15 .box .title {
    margin: 0;
    font-size: 125px;
  }
  .sec-16 .box .item .num {
    font-size: 80px;
  }
  .sec-17 .box .left {
    font-size: 30px;
  }
  .sec-17 .box .item .zag {
    font-size: 18px;
  }
  .sec-20 .box .left {
    width: 45%;
  }
  .sec-20 .box .left .title {
    color: #444;
    font-size: 55px;
  }
  .sec-20 .box .right {
    width: 53%;
    position: initial;
  }
}
@media (max-width: 1199px) {
  .wrapper {
    max-width: 960px !important;
  }
  header .box .logo {
    position: relative;
    z-index: 1;
  }
  header .box .location {
    position: relative;
    z-index: 1;
  }
  header .box .menu {
    display: none;
    background: #606368;
    width: 100%;
    height: 100vh;
    left: 0;
    position: absolute;
    top: -12px;
    max-width: 100%;
    padding: 130px 0 0 0;
  }
  header .box .menu:before {
    content: "";
    width: 100%;
    height: 126px;
    background: linear-gradient(180deg, #000 -13.49%, rgba(0, 0, 0, 0) 95.63%);
    position: absolute;
    left: 0;
    top: 0;
  }
  header .box .menu ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 130px;
    bottom: 0;
    margin: auto;
    padding: 0 15px;
  }
  header .box .menu ul li {
    height: auto;
    width: 100%;
  }
  header .box .menu ul li a {
    height: auto;
    width: 100%;
    border-bottom: 1px solid #73777E;
    font-size: 20px;
    font-weight: 500;
    line-height: 220%;
    text-transform: none;
  }
  header .box .menu ul li.dropdown.active a:before {
    opacity: 0;
  }
  header .box .menu ul li.dropdown a {
    position: relative;
  }
  header .box .menu ul li.dropdown a svg {
    display: none;
  }
  header .box .menu ul li.dropdown a:after {
    content: "";
    background: #fff;
    width: 17px;
    height: 1px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  header .box .menu ul li.dropdown a:before {
    content: "";
    background: #fff;
    width: 1px;
    height: 17px;
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.5s;
    opacity: 1;
  }
  header .box .menu ul li.dropdown a:hover {
    color: #fff;
  }
  header .box .menu ul li.dropdown .drop-up {
    display: none;
  }
  header .box .menu ul li.dropdown .mobile-sub {
    display: none;
    position: initial;
    padding: 0;
  }
  header .box .menu ul li.dropdown .mobile-sub li {
    height: 63px;
  }
  header .box .menu ul li.dropdown .mobile-sub li a {
    color: #A9A9A9;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    height: 100%;
  }
  header .box .menu ul li.dropdown .mobile-sub li a:after, header .box .menu ul li.dropdown .mobile-sub li a:before {
    display: none;
  }
  header .box .menu ul li.dropdown a {
    justify-content: space-between;
  }
  header .box .tel {
    margin: 4px 15px 0 auto;
    position: relative;
    z-index: 1;
  }
  header .box .mess {
    position: relative;
    z-index: 1;
    border-right: 1px solid #E3E3E3;
    padding: 0 15px 5px 15px;
  }
  header .box .burger {
    display: flex;
    flex-direction: column;
    border: none;
    gap: 4px;
    background: none;
    margin: 0 0 5px 15px;
  }
  header .box .burger span {
    width: 33px;
    height: 2px;
    background: #fff;
    display: block;
    transition: all 0.5s;
  }
  header .box .burger.active span {
    transform: rotate(45deg);
    margin-bottom: -6px;
  }
  header .box .burger.active span:last-child {
    transform: rotate(-45deg);
    margin: 0;
  }
  header.fixed .box .menu {
    top: 0;
  }
  header.fixed .box .menu ul li a {
    color: #fff;
  }
  header.fixed .box .burger span {
    background: #3A8DDE;
  }
  header.bg .box .menu ul li a {
    color: #fff;
  }
  header.bg .box .burger span {
    background: #3A8DDE;
  }
  header.active .box .logo a img {
    display: block;
  }
  header.active .box .logo a img:last-child {
    display: none !important;
  }
  header.active .box .location {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
  }
  header.active .box .location a {
    color: #fff;
  }
  header.active .box .tel a {
    color: #fff;
  }
  header.active .box .mess {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
  }
  header.active .box .mess a {
    color: #fff;
  }
  header.active .box .mess a svg path {
    fill: #fff;
  }
  header.active .box .burger span {
    background: #fff;
  }
  .sec-1 .box .item .left {
    width: 100%;
  }
  .sec-1 .box .item .icon {
    display: none;
  }
  .sec-2 .box .left {
    width: 58%;
  }
  .sec-2 .box .left .title {
    font-size: 30px;
  }
  .sec-2 .box .left .box .item {
    width: 32%;
  }
  .sec-6 .box .left .zag {
    font-size: 35px;
  }
  .sec-6 .box .left .bot a {
    width: 48%;
  }
  footer .box .right .cont .item {
    width: 49%;
  }
  footer .box .right .cont .item a {
    font-size: 25px;
  }
  .sec-8 .box .item {
    padding: 20px;
    min-height: 100%;
  }
  .sec-8 .box .item .icon {
    height: 150px;
  }
  .sec-8 .box .item a {
    display: none;
  }
  .sec-8 .box .item .zag {
    width: 100%;
    font-size: 18px;
  }
  .sec-8 .box .item .text {
    width: 100%;
    font-size: 14px;
  }
  .sec-9 .box .item {
    width: 49.5%;
  }
  .sec-11 .box .left {
    width: 100%;
  }
  .sec-11 .box .right {
    width: 100%;
  }
  .sec-12 .left {
    width: 100%;
  }
  .sec-12 .right {
    width: 100%;
  }
  .sec-12 .info {
    width: 100%;
  }
  .sec-13 .box .right {
    margin: 8px 0 0 0;
    flex-wrap: wrap;
    gap: 0;
    flex-direction: column-reverse;
  }
  .sec-13 .box .right .cont {
    width: 100%;
    height: auto;
    padding: 15px;
  }
  .sec-13 .box .right .cont .rab {
    margin: 0 0 15px 0;
  }
  .sec-13 .box .right .cont .adres {
    margin: 0 0 20px 0;
  }
  .sec-13 .box .right .cont .bot .btn {
    width: 85%;
  }
  .sec-13 .box .right #map {
    width: 100%;
    height: 300px;
  }
  .sec-14 .box {
    flex-wrap: wrap;
    gap: 0;
    flex-direction: column-reverse;
  }
  .sec-14 .box .cont {
    width: 100%;
    height: auto;
    padding: 15px;
  }
  .sec-14 .box .cont .rab {
    margin: 0 0 15px 0;
  }
  .sec-14 .box .cont .adres {
    margin: 0 0 20px 0;
  }
  .sec-14 .box .cont .bot .btn {
    width: 85%;
  }
  .sec-14 .box #map {
    width: 100%;
    height: 300px;
  }
  .sec-15 .wrapper {
    height: auto;
  }
  .sec-15 .box .title {
    width: 100%;
  }
  .sec-15 .box .video {
    width: 100%;
  }
  .sec-21 .box .img, .sec-21 .box .video {
    width: 32.7%;
    height: 304px;
  }
  .sec-22 .box {
    margin: 0 0 28px 0;
  }
  .sec-22 .box .item {
    width: 49.7%;
  }
  .sec-22 .box .item .zag {
    font-size: 18px;
  }
  .sec-23 .box .left {
    width: 50%;
    padding: 73px 0 0 0;
  }
  .sec-24 .box .item {
    width: 49.7%;
  }
  .sec-24 .box .item .zag {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .wrapper {
    max-width: 720px !important;
  }
  .sec-1 .box .title {
    font-size: 50px;
    max-width: 450px;
    margin: 0;
  }
  .sec-2 .box .left {
    width: 100%;
  }
  .sec-2 .box .left .title {
    font-size: 30px;
    margin-bottom: 50px;
  }
  .sec-2 .box .right {
    width: 100%;
  }
  .sec-3 .title {
    margin: 0 auto 200px auto;
  }
  .sec-4 .new .item .right {
    padding: 20px 20px 0 20px;
  }
  .sec-4 .new .item .right .zag {
    font-size: 20px;
  }
  .sec-4 .new .item .img {
    width: 250px;
    height: 250px;
  }
  .sec-5 {
    padding: 350px 0 87px 0;
  }
  .sec-6 .box .left {
    width: 100%;
    margin: 0;
  }
  .sec-6 .box .right {
    width: 100%;
    border: none;
    padding: 0;
    margin: 20px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .sec-6 .box .right .item {
    width: 49%;
    flex-wrap: wrap;
    margin: 0;
  }
  .sec-6 .box .right .item .img {
    width: 100%;
  }
  .sec-6 .box .right .item .right {
    padding: 12px 0;
  }
  .sec-7 .logos {
    justify-content: flex-start;
    margin: 0;
    gap: 5px;
  }
  .sec-7 .logos .item {
    width: 32.8%;
  }
  footer .box .left {
    width: 210px;
  }
  footer .box .left .title {
    font-size: 45px;
  }
  footer .box .right {
    width: 60%;
  }
  footer .box .right .cont .item a {
    font-size: 20px;
  }
  footer .foot .center {
    gap: 5px;
  }
  footer .foot .center a:first-child {
    padding: 0 5px 0 0;
  }
  .sec-8 .box {
    gap: 10px;
  }
  .sec-8 .box .item {
    width: 100%;
  }
  .sec-8 .box .item .icon {
    height: auto;
  }
  .sec-12 .left {
    position: relative;
  }
  .sec-12 .wrapper {
    position: initial;
  }
  .sec-12 .breadcrumb {
    display: none;
  }
  .sec-12 .info {
    width: 100%;
  }
  .sec-12 .mySwiper1 {
    top: auto;
    bottom: 20px;
    left: 0;
    right: 0;
  }
  .sec-12 .mySwiper1 .swiper-slide {
    height: 70px;
  }
  .sec-12:before {
    bottom: auto;
    top: 632px;
  }
  .sec-13 .box .left {
    width: 100%;
  }
  .sec-13 .box .left ul {
    background: #fff;
    padding: 10px;
    position: relative;
    display: none;
  }
  .sec-13 .box .left ul:before {
    content: "";
    background: url("../img/arrow.svg") 0 0 no-repeat;
    width: 7px;
    height: 11px;
    position: absolute;
    right: 10px;
    top: 20px;
    transition: all 0.5s;
    transform: rotate(90deg);
  }
  .sec-13 .box .left ul li {
    display: none;
    margin: 0;
  }
  .sec-13 .box .left ul li a {
    display: inline-block;
    color: rgba(68, 68, 68, 0.46);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
  }
  .sec-13 .box .left ul li.active {
    display: block;
  }
  .sec-13 .box .left ul li.active a {
    border: none;
  }
  .sec-13 .box .left ul.active:before {
    transform: rotate(-90deg);
  }
  .sec-13 .box .left ul.active li {
    display: block;
  }
  .sec-13 .box .left .mobile {
    display: block;
  }
  .sec-13 .box .left .mobile select {
    display: block;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    color: #444;
    padding: 0.6em 1.4em 0.5em 0.8em;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("../img/arrow2.svg");
    background-repeat: no-repeat, repeat;
    background-position: right 0.7em top 50%, 0 0;
    background-size: 0.65em auto, 100%;
    outline: 0;
  }
  .sec-13 .box .right {
    width: 100%;
  }
  .sec-16 .box .item {
    width: 49%;
    height: auto;
    flex-direction: column-reverse;
    justify-content: flex-end;
    padding: 0 23px 50px 23px;
  }
  .sec-16 .box .item .num {
    margin: 0 0 10px 0;
  }
  .sec-17 .box {
    flex-direction: column-reverse;
    gap: 10px;
  }
  .sec-17 .box:last-child {
    flex-direction: row;
  }
  .sec-17 .box .left {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
  .sec-17 .box .right {
    width: 100%;
  }
  .sec-17 .box .item {
    width: 49%;
    height: 300px;
  }
  .sec-18 .box .big-img {
    width: 80%;
    height: auto;
  }
  .sec-18 .box .mini-img {
    width: 50%;
    height: auto;
    margin: 40px 0 0 auto;
  }
  .sec-19 .mySwiper3 .swiper-slide {
    padding: 10px;
  }
  .sec-20 .box {
    flex-direction: column-reverse;
  }
  .sec-20 .box .left {
    width: 100%;
    height: auto;
    padding: 50px 0 0 0;
  }
  .sec-20 .box .left .breadcrumb {
    display: none;
  }
  .sec-20 .box .left form {
    max-width: 100%;
  }
  .sec-20 .box .left .text {
    margin-bottom: 40px;
  }
  .sec-20 .box .right {
    width: 100%;
  }
  .sec-21 .box .img, .sec-21 .box .video {
    width: 49.4%;
  }
  .sec-22 .box {
    margin: 0 0 28px 0;
    gap: 3px 0;
  }
  .sec-22 .box .item {
    width: 49.8%;
  }
  .sec-23 .box {
    flex-direction: column-reverse;
  }
  .sec-23 .box .left {
    width: 100%;
  }
  .sec-23 .box .right {
    width: 100%;
    position: initial;
    margin: 0;
  }
  .sec-24 .box {
    gap: 3px 0;
  }
  .sec-24 .box .item {
    width: 49.8%;
  }
  .sec-24 .box .left {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .sec-24 .box .right {
    width: 100%;
    margin: 0;
  }
  .sec-25 .mySwiper3 .swiper-slide {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .wrapper {
    max-width: 540px !important;
  }
  header .box {
    margin-bottom: 9px;
  }
  header .box:before {
    content: "";
    background: #E3E3E3;
    width: 100%;
    height: 1px;
    display: block;
    order: 4;
    opacity: 0;
    margin-bottom: 8px;
  }
  header .box .logo {
    order: 1;
  }
  header .box .location {
    order: 2;
    border: none !important;
    margin: 0 auto;
    z-index: 2;
  }
  header .box .location .reg-mod {
    top: 60px;
  }
  header .box .tel {
    order: 5;
    background: #D9D9D9 url("../img/tel2.svg") 32px 38% no-repeat;
    width: 49%;
    margin: 0;
    padding: 0;
    height: 35px;
  }
  header .box .tel a {
    width: 100%;
    text-align: center;
    color: #151515;
  }
  header .box .mess {
    order: 6;
    width: 49%;
    background: #3A8DDE;
    padding: 0;
    height: 35px;
  }
  header .box .mess a {
    justify-content: center;
    width: 100%;
  }
  header .box .burger {
    order: 3;
  }
  header.fixed .box:before {
    opacity: 1;
  }
  header.fixed .box .mess a {
    color: #fff;
  }
  header.fixed .box .mess a svg path {
    fill: #fff;
  }
  header.fixed .box .menu ul li a {
    color: #fff;
  }
  header.bg .wrapper {
    padding-bottom: 5px;
  }
  header.bg .box:before {
    opacity: 1;
  }
  header.bg .box .mess {
    border: none;
  }
  header.bg .box .mess a {
    color: #fff;
  }
  header.bg .box .mess a svg path {
    fill: #fff;
  }
  header.bg .box .menu ul li a {
    color: #fff;
  }
  header.active .box .tel a {
    color: #444444;
  }
  .sec-1 .box {
    gap: 5px;
  }
  .sec-1 .box .manager {
    display: none;
  }
  .sec-1 .box .item {
    width: 100%;
  }
  .sec-1 .box .item .left {
    height: auto;
    flex-direction: row;
  }
  .sec-1 .box .item .left a.btn {
    font-size: 0;
    width: 7px;
    height: 17px;
    padding: 0;
  }
  .sec-2 .box .left .box .item .text {
    font-size: 13px;
  }
  .sec-7 .logos .item {
    width: 49.5%;
  }
  footer {
    background-position: 50% 80px;
  }
  footer .wrapper {
    display: flex;
    flex-direction: column;
  }
  footer .form {
    order: 1;
    margin-bottom: 90px;
  }
  footer .form form .box input {
    width: 365px;
  }
  footer .box {
    order: 3;
    margin: 0 0 40px 0;
  }
  footer .box .left {
    display: none;
  }
  footer .box .right {
    width: 100%;
  }
  footer .logo {
    order: 2;
    margin: 0 auto 20px auto;
  }
  footer .foot {
    order: 3;
  }
  footer .foot .copy {
    color: #9C9C9C;
    width: 100%;
    text-align: center;
    margin: 4px 0 23px 0;
  }
  footer .foot .des {
    width: 61.999px;
    margin: 0 auto;
  }
  footer .foot .des a {
    background: url("../img/des1.svg") 0 0 no-repeat;
    width: 62px;
    height: 62px;
  }
  footer .foot .des a img {
    display: none;
  }
  footer .foot .center {
    gap: 5px;
    width: 100%;
    margin-bottom: 23px;
    flex-direction: column;
  }
  footer .foot .center a {
    color: #9C9C9C;
    height: 21px;
  }
  footer .foot .center a:first-child {
    padding: 0;
    border: 0;
  }
  .sec-8 {
    padding: 160px 0 143px 0;
  }
  .sec-9 {
    padding: 160px 0 129px 0;
  }
  .sec-9 .box .item {
    width: 100%;
  }
  .sec-11 .box .left .mySwiper .info {
    position: initial;
  }
  .sec-11 .box .left .mySwiper .img {
    height: auto;
  }
  .sec-11 .box .left .mySwiper .swiper-slide {
    height: auto;
  }
  .sec-11 .box .left .mySwiper .swiper-button-next, .sec-11 .box .left .mySwiper .swiper-button-prev {
    bottom: auto;
    top: 30%;
  }
  .sec-11 .box .left .mySwiper .swiper-button-prev {
    left: 23px;
    right: auto;
  }
  .sec-12 {
    padding: 167px 0 0 0;
  }
  .sec-4.page-sec {
    padding: 167px 0 81px 0;
  }
  .sec-13 {
    padding: 167px 0 100px 0;
  }
  .sec-14 {
    padding: 167px 0 100px 0;
  }
  .sec-15 .breadcrumb {
    margin: 0 0 290px 0;
  }
  .sec-15 .box .title {
    font-size: 90px;
  }
  .sec-15 .box .video {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .sec-19 .mySwiper3 {
    margin: 0;
    padding: 20px 0 0 0;
  }
  .sec-19 .mySwiper3 .swiper-button-next, .sec-19 .mySwiper3 .swiper-button-prev {
    display: none;
  }
  .sec-19 .mySwiper3 .swiper-pagination {
    display: flex;
    justify-content: center;
    position: initial;
    margin: 15px 0 0 0;
  }
  .sec-21 .box .img, .sec-21 .box .video {
    width: 49.2%;
    height: 250px;
  }
  .sec-22 .box .item {
    width: 49.6%;
  }
  .sec-24 .box .item {
    width: 49.6%;
  }
  .sec-25 .mySwiper3 {
    margin: 0;
    padding: 20px 0 0 0;
  }
  .sec-25 .mySwiper3 .swiper-button-next, .sec-25 .mySwiper3 .swiper-button-prev {
    display: none;
  }
  .sec-25 .mySwiper3 .swiper-pagination {
    display: flex;
    justify-content: center;
    position: initial;
    margin: 15px 0 0 0;
  }
  .sec-25 .mySwiper3 .swiper-pagination .swiper-pagination-bullet {
    background: #CECECE;
    opacity: 1;
  }
  .sec-25 .mySwiper3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #007aff;
  }
}
@media (max-width: 575px) {
  .wrapper {
    max-width: 100% !important;
    padding: 0 11px;
  }
  header {
    margin-top: 0;
  }
  header .wrapper {
    padding-bottom: 1px;
  }
  header .box:before {
    margin: -3px 0 8px 0;
  }
  header .box .logo {
    width: 121px;
    height: auto;
    padding: 0;
    margin: 8px 0 5px 0;
  }
  header .box .location {
    height: auto;
    margin: 0 0 0 40px;
    padding: 0 0 0 20px;
    background-position: 0 50%;
  }
  header .box .location .reg-mod {
    top: 35px;
    transform: translate(-41%, 0);
  }
  header .box .burger {
    margin: 0 0 0 auto;
  }
  header .box .tel {
    background-position: 13px 47%;
  }
  header .box .tel a {
    padding: 0 0 0 24px;
    font-size: 15px;
  }
  header .box .mess a {
    font-size: 11px;
    text-transform: uppercase;
  }
  header .box .mess a svg {
    display: none;
  }
  header .box .mess a:hover {
    color: #fff;
  }
  header.bg {
    margin-top: 0;
  }
  header.bg .wrapper {
    padding-bottom: 1px;
  }
  header.fixed .box .mess a:hover {
    color: #fff;
  }
  header.fixed.active .box .location a {
    color: #fff;
  }
  .sec-1 video {
    height: 682px;
  }
  .sec-1 .wrapper {
    bottom: 35px;
  }
  .sec-1 .box:first-child {
    margin-bottom: 20px;
  }
  .sec-1 .box .title {
    font-size: 36px;
    max-width: 325px;
    margin: 0 0 0 4px;
  }
  .sec-1 .box .item {
    background: rgba(45, 45, 45, 0.71);
    padding: 16px 18px 16px 18px;
  }
  .sec-1 .box .item .left {
    align-items: center;
  }
  .sec-1 .box .item .left .zag {
    font-size: 14px;
    line-height: 120%;
    width: 85%;
  }
  .sec-2 {
    padding: 33px 0 58px 0;
  }
  .sec-2 .box .left .sub-title {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .sec-2 .box .left .title {
    font-size: 24px;
    margin: 0 0 104px 0;
  }
  .sec-2 .box .left .box {
    flex-wrap: nowrap;
    margin: auto 0 24px 0;
  }
  .sec-2 .box .left .box .item {
    width: 167px;
  }
  .sec-2 .box .left .box .item:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 15px;
  }
  .sec-2 .box .left .box .item:last-child {
    padding: 0 0 0 15px;
  }
  .sec-2 .box .left .box .item:first-child .text {
    padding: 0;
  }
  .sec-2 .box .left .box .item .num {
    font-size: 40px;
    margin: 2px 0 12px 0;
  }
  .sec-2 .box .left .box .item .text {
    font-size: 14px;
  }
  .sec-3 {
    padding: 47px 0 33px 0;
    background-attachment: initial;
  }
  .sec-3 .title {
    margin: 0 auto 244px auto;
    font-size: 24px;
    max-width: 350px;
  }
  .sec-3 .city {
    gap: 7px 10px;
  }
  .sec-3 .city .item {
    font-size: 14px;
  }
  .sec-4 {
    padding: 61px 0 35px 0;
  }
  .sec-4 .sub-title {
    font-size: 14px;
    margin: 0 0 18px 0;
  }
  .sec-4 .title {
    font-size: 24px;
    margin: 0 0 33px 0;
    max-width: 315px;
  }
  .sec-4 .new {
    margin: 0;
  }
  .sec-4 .new .item {
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 14px;
  }
  .sec-4 .new .item .img {
    width: 100%;
    height: 362px;
  }
  .sec-4 .new .item .right {
    padding: 14px 14px 14px 14px;
    width: calc(100% - 4px);
    background: #fff;
    margin: 0;
    justify-content: flex-start;
    position: absolute;
    left: 2px;
    bottom: 2px;
  }
  .sec-4 .new .item .right .zag {
    font-size: 16px;
    margin: 0 0 14px 0;
    border-bottom: 1px solid rgba(192, 192, 192, 0.5);
    padding-bottom: 10px;
  }
  .sec-4 .new .item .right .city {
    font-size: 15px;
    margin: 0;
  }
  .sec-4 .new .item .right .more {
    display: none;
  }
  .sec-4 .new .all-new {
    margin: -3px 0 0 0;
  }
  .sec-5 {
    padding: 360px 0 56px 0;
    background-attachment: initial;
  }
  .sec-5 .title {
    font-size: 24px;
  }
  .sec-6 {
    padding: 52px 0 43px 0;
  }
  .sec-6 .box {
    position: relative;
    padding-bottom: 140px;
  }
  .sec-6 .box .left .sub-title {
    font-size: 16px;
    margin-bottom: 3px;
  }
  .sec-6 .box .left .title {
    margin: 0 0 14px 0;
  }
  .sec-6 .box .left .zag {
    font-size: 24px;
  }
  .sec-6 .box .left .bot {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .sec-6 .box .left .bot a {
    width: 100%;
    font-size: 11px;
  }
  .sec-6 .box .right {
    margin: 33px 0 0 0;
    gap: 7px;
  }
  .sec-6 .box .right .item .img {
    height: 106px;
  }
  .sec-6 .box .right .item .right {
    padding: 12px 0 6px 0;
  }
  .sec-6 .box .right .item .right .zag {
    font-size: 18px;
    width: 95%;
    margin-bottom: 27px;
  }
  .sec-6 .box .right .item .right .more a {
    font-size: 13px;
    padding: 0 14px 0 2px;
  }
  .sec-7 {
    padding: 46px 0 96px 0;
  }
  .sec-7 .sub-title {
    font-size: 16px;
    margin: 0 0 36px 0;
  }
  .sec-7 .title {
    font-size: 24px;
    margin: 0 0 43px 0;
    max-width: 340px;
    line-height: 108%;
  }
  .sec-7 .logos .item {
    width: 49.3%;
    height: 145px;
    display: none;
  }
  .sec-7 .logos .item.active {
    display: flex;
  }
  .sec-7 .logos .item:nth-child(1), .sec-7 .logos .item:nth-child(2), .sec-7 .logos .item:nth-child(3), .sec-7 .logos .item:nth-child(4) {
    display: flex;
  }
  .sec-7 .logos .item img {
    width: 47%;
  }
  .sec-7 .logos .item span {
    display: none;
  }
  .sec-7 .logos .logos-all {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3A8DDE;
    width: 100%;
    height: 52px;
    color: #FFF;
    text-align: center;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
  }
  footer {
    padding: 64px 0 0 0;
  }
  footer .form {
    margin-bottom: 87px;
  }
  footer .form .title {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 23px;
  }
  footer .form form .box p {
    flex-wrap: wrap;
  }
  footer .form form .box .wpcf7-form-control-wrap {
    width: 100%;
  }
  footer .form form .box input {
    width: 100%;
    font-size: 16px;
    letter-spacing: 0;
  }
  footer .form form .box button {
    width: 100%;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: 0;
  }
  footer .form form .text {
    text-align: left;
    font-size: 11px;
    margin: 15px 0 0 0;
    max-width: 300px;
  }
  footer .form form .text .wpcf7-list-item-label {
    text-align: left;
  }
  footer .form form .text .wpcf7-list-item-label:before {
    top: 4px;
  }
  footer .form form .text .wpcf7-list-item-label:after {
    top: 9px;
  }
  footer .logo {
    width: 155px;
    margin: 0 auto 52px auto;
  }
  footer .box {
    margin: 0 0 35px 0;
  }
  footer .box .right .cont {
    border-bottom: 1px solid #808080;
    padding-bottom: 17px;
    margin-bottom: 22px;
  }
  footer .box .right .cont .item {
    width: 100%;
    margin-bottom: 15px;
  }
  footer .box .right .cont .item .zag {
    color: #fff;
    font-size: 14px;
    margin-bottom: 6px;
    text-align: center;
  }
  footer .box .right .cont .item a {
    font-size: 24px;
    text-align: center;
    display: block;
    width: fit-content;
    margin: 0 auto;
  }
  footer .box .right .menu {
    margin: 0 3px;
  }
  footer .box .right .menu .item {
    width: 42%;
  }
  footer .box .right .menu .item ul li a {
    font-size: 13px;
  }
  footer .foot {
    margin: 0;
    border-top: 1px solid #808080;
    padding: 17px 0 28px 0;
  }
  footer .foot .copy {
    font-size: 13px;
    margin: 4px 0 17px 0;
  }
  footer .foot .center {
    margin-bottom: 16px;
  }
  footer .foot .center a {
    font-size: 13px;
  }
  .breadcrumb {
    margin: 0 0 21px 0;
  }
  .sec-8 {
    padding: 107px 0 35px 0;
  }
  .sec-8 .title {
    font-size: 24px;
    line-height: 120%;
    margin: 0 0 36px 0;
  }
  .sec-8 .box .item {
    padding: 22px 18px 33px 16px;
  }
  .sec-8 .box .item .icon {
    width: 103px;
    margin: 0 0 72px 5px;
  }
  .sec-8 .box .item .zag {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .sec-8 .box .item .text {
    font-size: 13px;
  }
  .sec-9 {
    padding: 110px 0 51px 0;
  }
  .sec-9 .breadcrumb {
    margin: 0 0 22px 0;
  }
  .sec-9 .title {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 24px;
  }
  .sec-9 .title span {
    font-size: 12px;
    margin: 1px 0 0 4px;
  }
  .sec-9 .box {
    gap: 10px 0;
    margin-bottom: 55px;
  }
  .sec-9 .box .item {
    height: auto;
  }
  .sec-9 .box .item .img {
    height: 266px;
    margin-bottom: 16px;
  }
  .sec-9 .box .item .zag {
    font-size: 16px;
    padding: 0 19px;
    margin-bottom: 15px;
  }
  .sec-9 .box .item a {
    border-top: 1px solid #E8E8E8;
    margin: 0 5px 0 18px;
    padding: 11px 8px 11px 0;
    font-size: 11px;
  }
  .sec-9 .box .item a svg {
    width: 30px;
    height: 30px;
  }
  .sec-9 .box .item:hover {
    background: #fff;
  }
  .sec-9 .box .item:hover .zag {
    color: #151515;
  }
  .sec-9 .box .item:hover a {
    color: #3A8DDE;
    border-top: 1px solid #E8E8E8;
  }
  .pagination ul {
    gap: 21px;
  }
  .pagination ul li .prev, .pagination ul li .next {
    font-size: 0;
    padding: 0;
    width: 35px;
    gap: 0;
    justify-content: center;
  }
  .pagination ul li .prev {
    margin-right: 17px;
  }
  .pagination ul li .next {
    margin-left: 17px;
  }
  .sec-10 {
    padding: 260px 0;
    background-attachment: initial;
  }
  .sec-10 .title {
    font-size: 24px;
  }
  .thnika header.bg .wrapper {
    background: transparent;
  }
  .thnika header.bg .box:before {
    opacity: 0;
  }
  .thnika header.bg .box .logo a img {
    display: block;
  }
  .thnika header.bg .box .logo a img:last-child {
    display: none !important;
  }
  .thnika header.bg .box .location {
    color: #fff;
  }
  .thnika header.fixed .wrapper {
    background: #fff;
  }
  .thnika header.fixed .box:before {
    opacity: 1;
  }
  .thnika header.fixed .box .logo a img {
    display: none;
  }
  .thnika header.fixed .box .logo a img:last-child {
    display: block !important;
  }
  .thnika header.fixed .box .location {
    color: #444444;
  }
  .thnika header.active .box .logo a img {
    display: block;
  }
  .thnika header.active .box .logo a img:last-child {
    display: none !important;
  }
  .thnika header.active .box .location {
    color: #fff;
  }
  .sec-11 {
    padding: 0;
    position: relative;
  }
  .sec-11:before {
    content: "";
    width: 100%;
    height: 126px;
    background: linear-gradient(180deg, #000 -13.49%, rgba(0, 0, 0, 0) 95.63%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
  }
  .sec-11 .breadcrumb {
    display: none;
  }
  .sec-11 .wrapper {
    padding: 0;
  }
  .sec-11 .box .left .mySwiper .img {
    height: 548px;
  }
  .sec-11 .box .left .mySwiper .swiper-button-next, .sec-11 .box .left .mySwiper .swiper-button-prev {
    top: 42.4%;
    right: 12px;
  }
  .sec-11 .box .left .mySwiper .swiper-button-prev {
    left: 12px;
  }
  .sec-11 .box .right {
    padding: 29px 11px 40px 11px;
  }
  .sec-11 .box .right .title {
    font-size: 24px;
    margin-bottom: 21px;
  }
  .sec-11 .box .right .text {
    font-size: 14px;
    line-height: 140%;
    border-top: 1px solid #767676;
    padding: 16px 0 0 0;
    margin-bottom: 41px;
  }
  .sec-11 .box .right .box {
    margin-bottom: 26px;
  }
  .sec-11 .box .right .box .item .num {
    font-size: 32px;
  }
  .sec-11 .box .right .box .item .num span {
    font-size: 20px;
    margin: 0 0 4px 5px;
  }
  .sec-11 .box .right .box .item .text {
    font-size: 12px;
    margin: 4px 0 0 4px;
  }
  .sec-11 .box .right .manager {
    margin: 9px 0 0 0;
    gap: 13px;
  }
  .sec-11 + .sec-9 {
    padding: 35px 0 49px 0;
  }
  .sec-11 + .sec-9 .sub-title {
    font-size: 14px;
    margin: 0 0 8px 0;
  }
  .sec-11 + .sec-9 .title {
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 31px;
  }
  .sec-4.page-sec {
    padding: 110px 0 48px 0;
  }
  .sec-4.page-sec .breadcrumb {
    margin: 0 0 23px 0;
  }
  .sec-4.page-sec .title {
    font-size: 24px;
    margin: 0 0 15px 0;
  }
  .sec-4.page-sec .title span {
    font-size: 12px;
    margin: 1px 0 0 4px;
  }
  .sec-4.page-sec .text {
    font-size: 14px;
    line-height: 110%;
    padding: 0 6px 0 2px;
    margin-bottom: 35px;
  }
  .sec-4.page-sec .new {
    margin: 0 0 40px 0;
  }
  .sec-4.page-sec .new .item {
    margin-bottom: 11px;
  }
  .sec-4.page-sec .new .item .img {
    height: 204px;
  }
  .sec-4.page-sec .new .item .right {
    padding: 13px 5px 10px 19px;
    width: 100%;
    position: initial;
    min-height: 181px;
  }
  .sec-4.page-sec .new .item .right .zag {
    margin: 0 0 15px 0;
    border-bottom: none;
    padding-bottom: 0;
  }
  .sec-4.page-sec .new .item .right .city {
    font-size: 12px;
    margin: 0;
  }
  .sec-4.page-sec .new .item .right .more {
    display: block;
    margin: auto 0 0 0;
  }
  .sec-4.page-sec .new .item .right .more a {
    font-size: 11px;
    padding: 11px 0 0 0;
  }
  .sec-4.page-sec .new .item .right .more a svg {
    width: 30px;
    height: 30px;
  }
  .sec-4.page-sec .pagination .all {
    display: none;
  }
  .sec-12 {
    padding: 0;
  }
  .sec-12:before {
    top: 283px;
  }
  .sec-12 .left:before {
    height: 80px;
  }
  .sec-12 .wrapper {
    padding: 0;
  }
  .sec-12 .mySwiper2 {
    height: 548px;
  }
  .sec-12 .mySwiper1 {
    top: 482px;
    width: 198px;
  }
  .sec-12 .mySwiper1 .swiper-slide {
    height: 44px;
    width: 50px;
  }
  .sec-12 .mySwiper1 .swiper-slide img {
    height: 40px;
    width: 50px;
  }
  .sec-12 .info {
    padding: 30px 7px;
  }
  .sec-12 .info .sub {
    margin: 0 0 21px 4px;
  }
  .sec-12 .info .title {
    font-size: 24px;
    line-height: 120%;
    margin: 0 0 20px 4px;
  }
  .sec-12 .info .text {
    margin-bottom: 21px;
  }
  .sec-12 .info .text .zag {
    font-size: 14px;
    margin-bottom: 14px;
  }
  .sec-12 .info .text ul li {
    gap: 15px;
  }
  .sec-12 + .sec-4 {
    padding: 46px 0 49px 0;
  }
  .sec-12 + .sec-4 .sub-title {
    margin: 0 0 8px 2px;
  }
  .sec-12 + .sec-4 .title {
    margin: 0 0 29px 0;
    font-size: 28px;
  }
  .sec-12 + .sec-4 .new {
    margin: 0 0 40px 0;
  }
  .sec-12 + .sec-4 .new .item {
    margin-bottom: 11px;
  }
  .sec-12 + .sec-4 .new .item .img {
    height: 204px;
  }
  .sec-12 + .sec-4 .new .item .right {
    padding: 13px 5px 10px 19px;
    width: 100%;
    position: initial;
    min-height: 181px;
  }
  .sec-12 + .sec-4 .new .item .right .zag {
    margin: 0 0 15px 0;
    border-bottom: none;
    padding-bottom: 0;
  }
  .sec-12 + .sec-4 .new .item .right .city {
    font-size: 12px;
    margin: 0;
  }
  .sec-12 + .sec-4 .new .item .right .more {
    display: block;
    margin: auto 0 0 0;
  }
  .sec-12 + .sec-4 .new .item .right .more a {
    font-size: 11px;
    padding: 11px 0 0 0;
  }
  .sec-12 + .sec-4 .new .item .right .more a svg {
    width: 30px;
    height: 30px;
  }
  .sec-12 + .sec-4 .new .all-new {
    display: none;
  }
  .sec-12 + .sec-4 + .sec-9 {
    padding: 46px 0 60px 0;
  }
  .sec-12 + .sec-4 + .sec-9 .sub-title {
    font-size: 14px;
    margin: 0 0 9px 0;
  }
  .sec-12 + .sec-4 + .sec-9 .title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .sec-13 {
    padding: 110px 0 60px 0;
  }
  .sec-13 .breadcrumb {
    margin: 0 0 24px 0;
  }
  .sec-13 .title {
    font-size: 24px;
    margin: 0 0 15px 0;
  }
  .sec-13 .text {
    font-size: 14px;
    line-height: 110%;
    margin: 0 0 23px 2px;
  }
  .sec-13 .box .left ul {
    padding: 11px 14px;
  }
  .sec-13 .box .left ul:before {
    right: 17px;
  }
  .sec-13 .box .right .cont {
    padding: 34px 17px 25px 17px;
  }
  .sec-13 .box .right .cont .rab {
    margin: 0 0 44px 0;
  }
  .sec-13 .box .right .cont .adres {
    margin: 0 0 32px 0;
  }
  .sec-13 .box .right #map {
    height: 345px;
  }
  .sec-14 {
    padding: 110px 0 60px 0;
  }
  .sec-14 .breadcrumb {
    margin: 0 0 24px 0;
  }
  .sec-14 .title {
    font-size: 24px;
    margin: 0 0 15px 0;
  }
  .sec-14 .text {
    font-size: 14px;
    line-height: 110%;
    margin: 0 0 23px 2px;
  }
  .sec-15 video {
    height: 682px;
  }
  .sec-15 .breadcrumb {
    margin: 0 0 210px 0;
  }
  .sec-15 .box .title {
    font-size: 60px;
    margin-bottom: 3px;
  }
  .sec-15 .box .video {
    margin: 0 0 13px 0;
    height: 211px;
  }
  .sec-16 {
    padding: 42px 0 30px 0;
  }
  .sec-16 .title {
    font-size: 24px;
    margin-bottom: 72px;
  }
  .sec-16 .box {
    padding: 0;
    margin-bottom: 5px;
  }
  .sec-16 .box .item {
    padding: 0 5px 50px 17px;
  }
  .sec-16 .box .item:first-child, .sec-16 .box .item:nth-child(3) {
    border: none;
  }
  .sec-16 .box .item:first-child {
    padding: 0 15px 56px 0;
  }
  .sec-16 .box .item:nth-child(3) {
    padding: 0 25px 13px 0;
  }
  .sec-16 .box .item:last-child {
    padding: 0 8px 13px 17px;
  }
  .sec-16 .box .item .num {
    font-size: 40px;
    margin: 0 0 14px 0;
  }
  .sec-16 .box .item .text {
    font-size: 14px;
  }
  .sec-16 .info {
    display: none;
  }
  .sec-17 {
    padding: 0 0 28px 0;
  }
  .sec-17 .box {
    gap: 8px;
  }
  .sec-17 .box .left {
    font-size: 24px;
    line-height: 108%;
    margin-top: 36px;
  }
  .sec-17 .box .right {
    width: calc(100% + 22px);
    margin: 0 -11px;
  }
  .sec-17 .box .item {
    width: 48.8%;
    height: 244px;
    padding: 22px 14px;
  }
  .sec-17 .box .item .icon {
    margin: 0;
    height: 47px;
  }
  .sec-17 .box .item .icon svg {
    height: 100%;
  }
  .sec-17 .box .item .zag {
    font-size: 16px;
  }
  .sec-17 .box .item .zag br {
    display: none;
  }
  .sec-17 .box .item:hover {
    margin-top: 0;
  }
  .sec-17 .box .item:hover .zag {
    color: #444;
  }
  .sec-17 .box .item:hover .icon {
    margin: 0;
  }
  .sec-17 .box .item:hover .icon path {
    stroke: #686868;
  }
  .sec-17 .title {
    font-size: 28px;
    margin: 55px 0 24px 0;
    padding: 42px 0 0 0;
  }
  .sec-18 {
    padding: 28px 0 56px 0;
  }
  .sec-18 .sub-title {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .sec-18 .text {
    font-size: 24px;
    width: 100%;
    line-height: 121%;
    margin: 0 0 59px 0;
  }
  .sec-18 .box .big-img {
    width: 90%;
  }
  .sec-18 .box .mini-img {
    width: 58%;
    margin: 34px 0 0 auto;
  }
  .sec-18 + .sec-4 {
    padding: 40px 0 8px 0;
  }
  .sec-18 + .sec-4 .sub-title {
    margin: 0 0 38px 0;
  }
  .sec-18 + .sec-4 .title {
    font-size: 24px;
    max-width: 353px;
    margin: 0 0 31px 0;
  }
  .sec-18 + .sec-4 .text {
    font-size: 16px;
    line-height: 110%;
    margin: 0 0 38px 0;
  }
  .sec-18 + .sec-4 .new {
    margin: 0 0 40px 0;
  }
  .sec-18 + .sec-4 .new .item {
    margin-bottom: 11px;
  }
  .sec-18 + .sec-4 .new .item .img {
    height: 204px;
  }
  .sec-18 + .sec-4 .new .item .right {
    padding: 13px 5px 10px 19px;
    width: 100%;
    position: initial;
    min-height: 181px;
  }
  .sec-18 + .sec-4 .new .item .right .zag {
    margin: 0 0 15px 0;
    border-bottom: none;
    padding-bottom: 0;
  }
  .sec-18 + .sec-4 .new .item .right .city {
    font-size: 12px;
    margin: 0;
  }
  .sec-18 + .sec-4 .new .item .right .more {
    display: block;
    margin: auto 0 0 0;
  }
  .sec-18 + .sec-4 .new .item .right .more a {
    font-size: 11px;
    padding: 11px 0 0 0;
  }
  .sec-18 + .sec-4 .new .item .right .more a svg {
    width: 30px;
    height: 30px;
  }
  .sec-19 {
    padding: 70px 0 81px 0;
  }
  .sec-19 .sub-title {
    font-size: 14px;
    margin: 0 0 17px 0;
  }
  .sec-19 .text {
    font-size: 24px;
  }
  .sec-19 .mySwiper3 {
    padding: 29px 0 0 0;
  }
  .sec-19 .mySwiper3 .swiper-slide {
    width: 150px;
    height: 186px;
  }
  .sec-19 .mySwiper3 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sec-19 .mySwiper3 .swiper-pagination {
    margin: 20px 0 0 0;
  }
  .sec-20 .wrapper {
    padding: 0;
  }
  .sec-20 .wrapper .box .left {
    padding: 24px 11px 33px 11px;
  }
  .sec-20 .wrapper .box .left .title {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 19px;
  }
  .sec-20 .wrapper .box .left .text {
    font-size: 16px;
    line-height: 113%;
    width: 100%;
  }
  .sec-20 .wrapper .box .left form {
    margin: 39px 0 0 0;
  }
  .sec-20 .wrapper .box .right {
    margin: 0;
    height: 526px;
  }
  .sec-20 .wrapper .box .right .mySwiper4 .swiper-button-next, .sec-20 .wrapper .box .right .mySwiper4 .swiper-button-prev {
    right: 5px;
    bottom: 5px;
  }
  .sec-20 .wrapper .box .right .mySwiper4 .swiper-button-prev {
    right: 56px;
  }
  .sec-20 + .sec-18 {
    padding: 26px 0 33px 0;
  }
  .sec-20 + .sec-18 .text {
    margin: 0 0 34px 5px;
    width: 98%;
  }
  .sec-20 + .sec-18 .box {
    margin: 0;
    width: 100%;
  }
  .sec-20 + .sec-18 .box .big-img {
    width: 86%;
  }
  .sec-20 + .sec-18 .box .mini-img {
    width: 67%;
    margin: 15px 0 0 auto;
  }
  .sec-21 {
    padding: 54px 0 0 0;
  }
  .sec-21 .sub-title {
    font-size: 14px;
    margin-bottom: 14px;
  }
  .sec-21 .title {
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 29px;
  }
  .sec-21 .box {
    gap: 2px 0;
  }
  .sec-21 .box .img, .sec-21 .box .video {
    width: 49.5%;
    height: 125px;
  }
  .sec-21 + .sec-4 {
    padding: 54px 0 10px 0;
  }
  .sec-21 + .sec-4 .sub-title {
    margin: 0 0 18px 0;
  }
  .sec-21 + .sec-4 .title {
    margin: 0 0 31px 0;
    max-width: 320px;
    line-height: 100%;
  }
  .sec-21 + .sec-4 .text {
    font-size: 16px;
    line-height: 110%;
    margin-bottom: 39px;
  }
  .sec-21 + .sec-4 .new {
    margin: 0 0 40px 0;
  }
  .sec-21 + .sec-4 .new .item {
    margin-bottom: 11px;
  }
  .sec-21 + .sec-4 .new .item .img {
    height: 204px;
  }
  .sec-21 + .sec-4 .new .item .right {
    padding: 13px 5px 10px 19px;
    width: 100%;
    position: initial;
    min-height: 181px;
  }
  .sec-21 + .sec-4 .new .item .right .zag {
    margin: 0 0 15px 0;
    border-bottom: none;
    padding-bottom: 0;
  }
  .sec-21 + .sec-4 .new .item .right .city {
    font-size: 12px;
    margin: 0;
  }
  .sec-21 + .sec-4 .new .item .right .more {
    display: block;
    margin: auto 0 0 0;
  }
  .sec-21 + .sec-4 .new .item .right .more a {
    font-size: 11px;
    padding: 11px 0 0 0;
  }
  .sec-21 + .sec-4 .new .item .right .more a svg {
    width: 30px;
    height: 30px;
  }
  .sec-22 {
    padding: 53px 0 54px 0;
  }
  .sec-22 .sub-title {
    display: none;
  }
  .sec-22 .title {
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 20px;
  }
  .sec-22 .text {
    font-size: 16px;
    line-height: 115%;
    margin-bottom: 29px;
  }
  .sec-22 .box {
    margin: 0 0 22px 0;
    gap: 7px 0;
  }
  .sec-22 .box .item {
    padding: 21px 16px;
    height: 243px;
    width: 49.4%;
  }
  .sec-22 .box .item .icon {
    height: 52px;
  }
  .sec-22 .box .item .icon img {
    height: 100%;
  }
  .sec-22 .box .item .zag {
    font-size: 16px;
  }
  .sec-22 .box .item:hover {
    margin-top: 0;
  }
  .sec-22 .box .item:hover .zag {
    color: #444;
  }
  .sec-22 .box .item:hover path {
    stroke: #686868;
  }
  .sec-22 .info {
    font-size: 11px;
    margin: 0;
    max-width: 330px;
  }
  .sec-23 .wrapper {
    padding: 0;
  }
  .sec-23 .box .left {
    width: 100%;
    padding: 31px 11px 25px 11px;
  }
  .sec-23 .box .left .title {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .sec-23 .box .left .text {
    font-size: 16px;
    line-height: 115%;
    margin: 0 0 28px 2px;
    max-width: 328px;
  }
  .sec-23 .box .left .spisok .item {
    gap: 14px;
    margin-bottom: 22px;
  }
  .sec-23 .box .left .spisok .item .num {
    font-size: 12px;
    width: 36.511px;
    height: 36.511px;
    margin: 13px 0 0 0;
  }
  .sec-23 .box .left .spisok .item .txt {
    font-size: 14px;
    padding: 19px 0 0 0;
    width: 83%;
  }
  .sec-24 {
    padding: 58px 0 57px 0;
  }
  .sec-24 .title {
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 14px;
  }
  .sec-24 .text {
    font-size: 16px;
    line-height: 115%;
    margin-bottom: 36px;
  }
  .sec-24 .box {
    margin: 0 0 22px 0;
    gap: 7px 0;
  }
  .sec-24 .box .item {
    padding: 21px 16px;
    height: 243px;
    width: 49.4%;
  }
  .sec-24 .box .item .icon {
    height: 52px;
  }
  .sec-24 .box .item .icon img {
    height: 100%;
  }
  .sec-24 .box .item .zag {
    font-size: 16px;
  }
  .sec-24 .box .item:hover {
    margin-top: 0;
  }
  .sec-24 .box .item:hover .zag {
    color: #444;
  }
  .sec-24 .box .item:hover path {
    stroke: #686868;
  }
  .sec-24 .box .left {
    font-size: 24px;
    margin: 19px 0 44px 0;
  }
  .sec-24 .box .right .zag {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .sec-24 .box .right .spisok ul {
    padding: 0 0 0 34px;
  }
  .sec-24 .box .right .spisok ul li {
    font-size: 14px;
    padding: 18px 25px 0 0;
    margin-bottom: 22px;
  }
  .sec-24 .box .right .spisok ul li:before {
    width: 20px;
    height: 20px;
    background-size: cover;
    left: -34px;
    top: 15px;
  }
  .sec-25 {
    padding: 51px 0 79px 0;
  }
  .sec-25 .sub-title {
    font-size: 14px;
    margin: 0 0 17px 0;
  }
  .sec-25 .title {
    font-size: 24px;
  }
  .sec-25 .mySwiper3 {
    padding: 29px 0 0 0;
  }
  .sec-25 .mySwiper3 .swiper-slide {
    width: 150px;
    height: 186px;
  }
  .sec-25 .mySwiper3 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sec-25 .mySwiper3 .swiper-pagination {
    margin: 20px 0 0 0;
  }
}

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