@font-face {
  font-family: "Inter 18pt";
  src: url("../fonts/Inter18pt-Regular.eot");
  src: url("../fonts/Inter18pt-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter18pt-Regular.woff2") format("woff2"), url("../fonts/Inter18pt-Regular.woff") format("woff"), url("../fonts/Inter18pt-Regular.ttf") format("truetype"), url("../fonts/Inter18pt-Regular.svg#Inter18pt-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter 18pt";
  src: url("../fonts/Inter18pt-SemiBold.eot");
  src: url("../fonts/Inter18pt-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter18pt-SemiBold.woff2") format("woff2"), url("../fonts/Inter18pt-SemiBold.woff") format("woff"), url("../fonts/Inter18pt-SemiBold.ttf") format("truetype"), url("../fonts/Inter18pt-SemiBold.svg#Inter18pt-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter 18pt";
  src: url("../fonts/Inter18pt-Medium.eot");
  src: url("../fonts/Inter18pt-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter18pt-Medium.woff2") format("woff2"), url("../fonts/Inter18pt-Medium.woff") format("woff"), url("../fonts/Inter18pt-Medium.ttf") format("truetype"), url("../fonts/Inter18pt-Medium.svg#Inter18pt-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PFBaselinePro-Regular";
  src: url("../fonts/PFBaselinePro-Regular.eot");
  src: url("../fonts/PFBaselinePro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/PFBaselinePro-Regular.woff2") format("woff2"), url("../fonts/PFBaselinePro-Regular.woff") format("woff"), url("../fonts/PFBaselinePro-Regular.ttf") format("truetype"), url("../fonts/PFBaselinePro-Regular.svg#PFBaselinePro-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PFBaselinePro-Bold";
  src: url("../fonts/PFBaselinePro-Bold.eot");
  src: url("../fonts/PFBaselinePro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/PFBaselinePro-Bold.woff2") format("woff2"), url("../fonts/PFBaselinePro-Bold.woff") format("woff"), url("../fonts/PFBaselinePro-Bold.ttf") format("truetype"), url("../fonts/PFBaselinePro-Bold.svg#PFBaselinePro-Bold") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
*, ::before, ::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #757575;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: #EDEDED;
}

a {
  text-decoration: none;
  color: #757575;
}

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

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

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 50px 0 0 0;
  transition: all 0.5s;
}
header .burger {
  display: none;
}
header.sticky {
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.3);
  padding: 0 0 10px 0;
}
header .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
header .box .logo {
  width: 266px;
}
header .box .logo a {
  display: block;
  width: 100%;
}
header .box .logo a img {
  width: 100%;
}
header .box .menu {
  margin: 0 0 4px auto;
}
header .box .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
header .box .menu ul li a {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.5s;
  letter-spacing: 0.3px;
}
header .box .menu ul li a:hover {
  color: #757575;
}
header .box .tel {
  margin: 0 0 0 32px;
}
header .box .tel a {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: all 0.5s;
  letter-spacing: 1.4px;
}
header .box .tel a:hover {
  color: #757575;
}
header .box .leng {
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(144, 120, 180, 0.8) 0%, rgba(229, 59, 24, 0.8) 100%);
  backdrop-filter: blur(10px);
  width: 76px;
  height: 29px;
  margin: 0 0 0 31px;
  padding: 0 10px 0 10px;
  position: relative;
}
header .box .leng ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  height: 100%;
}
header .box .leng ul li:nth-child(2) {
  order: -1;
}
header .box .leng ul li.current-lang a {
  color: #FFF;
}
header .box .leng:after {
  content: "";
  background: #fff;
  width: 1px;
  height: 16px;
  position: absolute;
  top: 6px;
  left: 33px;
}
header .box .leng a {
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.5s;
  display: block;
}
header .box .leng a:hover {
  color: #FFF;
}
header .box .bot {
  margin-left: 20px;
}
header .box .bot a {
  width: 250px;
  height: 50px;
  background: #DE3925;
  border-radius: 15px;
  font-family: "PFBaselinePro-Bold", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #FFFFFF;
  border-right: 1px solid #DE3925;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .box .bot a:hover {
  background: #fff;
  color: #DE3925;
}

.sec-1 {
  overflow: hidden;
  padding: 160px 0 138px 0;
  position: relative;
}
.sec-1:after {
  content: "";
  background: url("../img/bg8.jpg") 50% 50% no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  max-width: 1880px;
  margin: auto;
}
.sec-1 .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.sec-1 .box .left {
  width: 50%;
  margin: auto 0 -30px 0;
}
.sec-1 .box .left .title {
  color: #FFF;
  font-family: "PFBaselinePro-Bold", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.sec-1 .box .right {
  width: 36.4%;
}
.sec-1 .box .right .mySwiper {
  width: 100%;
}
.sec-1 .box .right .mySwiper .img {
  width: 100%;
  height: 410px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.sec-1 .box .right .mySwiper .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-1 .box .right .mySwiper .zag {
  color: #FFF;
  font-family: "PFBaselinePro-Regular", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px 40px;
}
.sec-1 .box .right .mySwiper .swiper-scrollbar {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
  height: 5px;
  width: 100%;
  position: initial;
  margin: 10px 0 0 0;
  display: flex;
}
.sec-1 .box .right .mySwiper .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 10px;
  background: #F3912E;
  width: 158px;
  height: 5px;
  opacity: 1;
  transition: all 0.5s;
  margin: 0;
  cursor: pointer;
}
.sec-1 .box .right .info {
  border-radius: 30px;
  backdrop-filter: blur(10px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin: 20px 0 0 0;
  padding: 54px 54px 60px 54px;
}
.sec-1 .box .right .info .zag {
  color: #FFF;
  font-family: "PFBaselinePro-Regular", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 54px;
  margin-bottom: 27px;
}
.sec-1 .box .right .info .btn {
  border-radius: 15px;
  background: #9078B4;
  color: #FFF;
  text-align: center;
  font-family: "PFBaselinePro-Bold", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  transition: all 0.5s;
  width: 100%;
  display: block;
  padding: 39px 0;
}
.sec-1 .box .right .info .btn:hover {
  background: #fff;
  color: #9078B4;
}

.sec-2 {
  padding: 96px 0 0 0;
  overflow: hidden;
}
.sec-2 .title {
  color: #242424;
  font-family: "PFBaselinePro-Bold", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 43px;
}
.sec-2 .news-slider {
  overflow: visible;
}
.sec-2 .news-slider .item {
  border-radius: 20px;
  overflow: hidden;
  height: 500px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.sec-2 .news-slider .item .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sec-2 .news-slider .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-2 .news-slider .item .zag {
  color: #FFF;
  font-family: "PFBaselinePro-Bold", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  margin: auto 0 19px 0;
  position: relative;
  width: 100%;
  padding: 0 90px 0 30px;
}
.sec-2 .news-slider .item .text {
  position: relative;
  margin: 0 0 -40px 0;
  height: fit-content;
  width: 100%;
  padding: 31px 34px 29px 34px;
  transition: all 0.5s;
}
.sec-2 .news-slider .item .text.active {
  margin: 0;
}
.sec-2 .news-slider .item .text.active a {
  transform: rotate(0deg);
}
.sec-2 .news-slider .item .text:after {
  content: "";
  border-radius: 20px;
  background: url("../img/bg1.jpg") lightgray 50%/cover no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sec-2 .news-slider .item .text a {
  content: "";
  background: url("../img/arrow1.svg") 0 0 no-repeat;
  width: 64px;
  height: 64px;
  position: absolute;
  right: 21px;
  top: -87px;
  backdrop-filter: blur(10px);
  border-radius: 50px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s;
  transform: rotate(180deg);
}
.sec-2 .news-slider .item .text .hide {
  display: none;
}
.sec-2 .news-slider .item .text ul {
  position: relative;
  z-index: 1;
  padding: 0 0 0 18px;
}
.sec-2 .news-slider .item .text ul li {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  padding: 0 0 0 4px;
  letter-spacing: 0.6px;
}
.sec-2 .news-slider .box {
  margin: 30px 0 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.sec-2 .news-slider .box .swiper-scrollbar {
  border-radius: 10px;
  background: rgba(82, 95, 96, 0.2);
  height: 5px;
  width: 100%;
  max-width: 630px;
  position: initial;
  margin: 10px 0 0 0;
  display: flex;
}
.sec-2 .news-slider .box .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 10px;
  background: #F3912E;
  width: 158px;
  height: 5px;
  opacity: 1;
  transition: all 0.5s;
  margin: 0;
  cursor: pointer;
}
.sec-2 .news-slider .box .right {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.sec-2 .news-slider .box .right .swiper-button-next, .sec-2 .news-slider .box .right .swiper-button-prev {
  position: initial;
  width: 60px;
  height: 60px;
  margin: 0;
}
.sec-2 .news-slider .box .right .swiper-button-next path, .sec-2 .news-slider .box .right .swiper-button-next rect, .sec-2 .news-slider .box .right .swiper-button-prev path, .sec-2 .news-slider .box .right .swiper-button-prev rect {
  transition: all 0.5s;
  fill: transparent;
}
.sec-2 .news-slider .box .right .swiper-button-next:after, .sec-2 .news-slider .box .right .swiper-button-prev:after {
  display: none;
}
.sec-2 .news-slider .box .right .swiper-button-next:hover rect, .sec-2 .news-slider .box .right .swiper-button-prev:hover rect {
  fill: #525F60;
}
.sec-2 .news-slider .box .right .swiper-button-next:hover path, .sec-2 .news-slider .box .right .swiper-button-prev:hover path {
  stroke: #fff;
}
.sec-2 .btn {
  border-radius: 15px;
  border: 2px solid #DE3925;
  width: 100%;
  display: block;
  color: #DE3925;
  text-align: center;
  font-family: "PFBaselinePro-Bold", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  transition: all 0.5s;
  margin: 30px 0 0 0;
  padding: 37px 0;
}
.sec-2 .btn:hover {
  color: #fff;
  background: #DE3925;
}

.sec-3 {
  padding: 110px 0 0 0;
}
.sec-3 .bg {
  background: url("../img/bg2.jpg") 50% 50% no-repeat;
  background-size: cover;
  border-radius: 30px;
  overflow: hidden;
  padding: 69px 80px 126px 80px;
}
.sec-3 .bg .title {
  color: #242424;
  font-family: "PFBaselinePro-Bold", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.sec-3 .bg .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.sec-3 .bg .box .left {
  width: auto;
  color: #242424;
  font-family: "PFBaselinePro-Bold", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 78px 0 0 0;
}
.sec-3 .bg .box .right {
  width: 51%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec-3 .bg .box .right .item {
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  width: 30.6%;
  padding: 0 50px 0 0;
}
.sec-3 .bg .box .right .item:nth-child(2) {
  width: 36.4%;
  padding: 0 72px 43px 72px;
}
.sec-3 .bg .box .right .item:nth-child(3) {
  width: 33%;
  padding: 0 0 0 51px;
}
.sec-3 .bg .box .right .item:nth-child(3n) {
  border-right: none;
}
.sec-3 .bg .box .right .item:nth-child(4) {
  border-bottom: none;
  width: 30.6%;
  padding: 44px 50px 0 0;
}
.sec-3 .bg .box .right .item:nth-child(5) {
  width: 36.4%;
  padding: 42px 72px 0 72px;
  border-bottom: none;
}
.sec-3 .bg .box .right .item:nth-child(6) {
  width: 33%;
  padding: 40px 0 0 51px;
  border-bottom: none;
}
.sec-3 .bg .box .right .item .num {
  color: #242424;
  font-family: "PFBaselinePro-Bold", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 54px;
  text-transform: uppercase;
  border-right: 2px solid #242424;
  width: fit-content;
  letter-spacing: -2px;
  padding: 0 9px 0 0;
  margin-bottom: 20px;
}
.sec-3 .bg .box .right .item .text {
  color: #676767;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.sec-4 {
  padding: 110px 0 0 0;
}
.sec-4 .wrapper {
  max-width: 1910px;
}
.sec-4 .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec-4 .box .item {
  width: 49.2%;
  border-radius: 30px;
  overflow: hidden;
  background: #525F60 url("../img/bg3.png") 100% 100% no-repeat;
  padding: 70px 75px 50px 75px;
}
.sec-4 .box .item:nth-child(2) {
  background: #525F60 url("../img/bg4.png") 100% 100% no-repeat;
}
.sec-4 .box .item .zag {
  color: #FFF;
  font-family: "PFBaselinePro-Bold", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 327px;
}
.sec-4 .box .item .num {
  border-radius: 1000px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(15px);
  color: #FFF;
  text-align: center;
  font-family: "PFBaselinePro-Bold", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  max-width: 450px;
  padding: 18px 0;
  margin-bottom: 51px;
}
.sec-4 .box .item .text ul {
  list-style: none;
}
.sec-4 .box .item .text ul li {
  color: #FFF;
  font-family: "PFBaselinePro-Bold", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
}

.sec-5 {
/*  padding: 30px 0 0 0;*/
  padding: 90px 0 0 0;
}
.sec-5 .wrapper {
  max-width: 1910px;
}
.sec-5 .bg {
  background: url("../img/bg5.png") 0 0 no-repeat;
  background-size: cover;
  padding: 109px 76px 123px 76px;
  border-radius: 20px;
  overflow: hidden;
}
.sec-5 .bg .title {
  color: #FFF;
  font-family: "PFBaselinePro-Bold", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.sec-5 .bg .text {
  color: #E7E7E7;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
  margin-bottom: 88px;
}
.sec-5 .bg .zag {
  color: #E7E7E7;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.5px;
  margin-bottom: 32px;
}
.sec-5 .bg .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.sec-5 .bg .box:last-child {
  margin-bottom: 0;
}
.sec-5 .bg .box .item {
  width: 32.4%;
  border-radius: 15px;
  border: 1px solid #B6B6B6;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(7.5px);
  display: flex;
  justify-content: flex-start;
  gap: 18px;
  align-items: center;
  padding: 28px 63px 37px 71px;
}
.sec-5 .bg .box .item:first-child {
  background: url("../img/bg6.jpg") lightgray 0px -128.894px/142.679% 298.299% no-repeat;
  border: none;
}
.sec-5 .bg .box .item:first-child .txt {
  font-weight: 600;
}
.sec-5 .bg .box .item .num {
  color: #FFF;
  font-family: "PFBaselinePro-Bold", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  flex-shrink: 0;
}
.sec-5 .bg .box .item .txt {
  color: #E7E7E7;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.sec-5 .bg .info {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 74px;
  padding: 0 0 0 20px;
}

.sec-6 {
  padding: 120px 0 0 0;
}
.sec-6 .bg {
  background: url("../img/bg7.jpg") 50% 50% no-repeat;
  background-size: cover;
  border-radius: 30px;
  overflow: hidden;
  padding: 69px 79px 72px 79px;
}
.sec-6 .bg .title {
  color: #FFF;
  font-family: "PFBaselinePro-Bold", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 51px;
}
.sec-6 .bg form p {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec-6 .bg form p span {
  width: 30.6%;
}
.sec-6 .bg form p .wpcf7-not-valid-tip {
  width: 100%;
  color: #fff;
}
.sec-6 .bg form input {
  width: 100%;
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0 0 21px 0 rgba(255, 255, 255, 0.4) inset;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  outline: 0;
  border: none;
  padding: 34px 47px;
}
.sec-6 .bg form input::placeholder {
  color: #C9C9C9;
}
.sec-6 .bg form button {
  border-radius: 15px;
  background: #DE3925;
  color: #FFF;
  text-align: center;
  font-family: "PFBaselinePro-Bold", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  border: 1px solid #DE3925;
  outline: 0;
  cursor: pointer;
  transition: all 0.5s;
  width: 37%;
  height: 91px;
}
.sec-6 .bg form button:hover {
  background: #fff;
  color: #DE3925;
}
.sec-6 .bg form .chek {
  margin: 22px 0 0 0;
}
.sec-6 .bg form .chek p span {
  width: 100%;
}
.sec-6 .bg form .chek .wpcf7-list-item {
  margin: 0;
}
.sec-6 .bg form .chek input {
  display: none;
}
.sec-6 .bg form .chek input:checked + span:after {
  opacity: 1;
}
.sec-6 .bg form .chek label {
  display: block;
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
  position: relative;
  padding: 0 0 0 38px;
  letter-spacing: 0.5px;
}
.sec-6 .bg form .chek label span:before {
  content: "";
  background: #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 1px;
  top: -2px;
  border-radius: 5px;
}
.sec-6 .bg form .chek label span:after {
  content: "";
  background: url("../img/chek.svg") 0 0 no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 1px;
  top: -2px;
  transition: all 0.5s;
  opacity: 0;
}
.sec-6 .bg form .chek label span a {
  color: #FFF;
  text-decoration: underline;
}
.sec-6 .bg form .chek label span a:hover {
  text-decoration: none;
}

.sec-7 {
  padding: 119px 0 0 0;
}
.sec-7 .wrapper {
  max-width: 1910px;
}
.sec-7 .title {
  color: #242424;
  font-family: "PFBaselinePro-Bold", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 auto 38px auto;
  max-width: 1740px;
}
.sec-7 #tabs .tabs-nav {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1715px;
}
.sec-7 #tabs .tabs-nav li {
  max-width: 437px;
  width: 100%;
}
.sec-7 #tabs .tabs-nav li a {
  color: #525F60;
  font-family: "PFBaselinePro-Bold", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: transparent;
  border-radius: 20px 20px 0 0;
  padding: 31px 0;
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
}
.sec-7 #tabs .tabs-nav li a:before {
  content: "";
  background: #EDEDED;
  width: 30px;
  height: 30px;
  border-radius: 0 0 50px 50px;
  position: absolute;
  right: -30px;
  bottom: 0;
  opacity: 0;
  z-index: 1;
}
.sec-7 #tabs .tabs-nav li a:after {
  content: "";
  background: #EDEDED;
  width: 30px;
  height: 30px;
  border-radius: 0 0 50px 50px;
  position: absolute;
  left: -30px;
  bottom: 0;
  opacity: 0;
}
.sec-7 #tabs .tabs-nav li a span {
  background: #FFFFFF;
  width: calc(100% + 30px);
  height: 20px;
  position: absolute;
  left: -15px;
  bottom: 0;
  opacity: 0;
}
.sec-7 #tabs .tabs-nav li a.active {
  background: #fff;
  color: #9179B3;
}
.sec-7 #tabs .tabs-nav li a.active:before {
  opacity: 1;
}
.sec-7 #tabs .tabs-nav li a.active:after {
  opacity: 1;
}
.sec-7 #tabs .tabs-nav li a.active span {
  opacity: 1;
}
.sec-7 #tabs .tabs-items {
  border-radius: 20px;
  background: #FFF;
  padding: 68px 75px 30px 75px;
  overflow: hidden;
}
.sec-7 #tabs .tabs-items .tabs-item .cenosti {
  overflow: visible;
}
.sec-7 #tabs .tabs-items .tabs-item .cenosti .swiper-slide {
  height: initial;
  width: 410px;
}
.sec-7 #tabs .tabs-items .tabs-item .cenosti .item {
  border-radius: 20px;
  border: 1px solid #F4F4F4;
  background: #F9F9F9;
  padding: 19px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 961px;
}
.sec-7 #tabs .tabs-items .tabs-item .cenosti .item .hit {
  border-radius: 500px;
  background: linear-gradient(90deg, #9078B4 0%, #E53B18 100%);
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: absolute;
  z-index: 10;
  left: 35px;
  top: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  gap: 5px;
}
.sec-7 #tabs .tabs-items .tabs-item .cenosti .item .hit:before {
  content: "";
  background: url("../img/hit.svg") 0 0 no-repeat;
  width: 5px;
  height: 11px;
}
.sec-7 #tabs .tabs-items .tabs-item .cenosti .item .img .tovar {
  width: 100%;
}
.sec-7 #tabs .tabs-items .tabs-item .cenosti .item .img .tovar .swiper-slide {
  border-radius: 15px;
  background: #fff;
  overflow: hidden;
}
.sec-7 #tabs .tabs-items .tabs-item .cenosti .item .img .tovar img {
  width: 100%;
  height: 370px;
  object-fit: contain;
}
.sec-7 #tabs .tabs-items .tabs-item .cenosti .item .img .tovar .box {
  margin: 20px 0 0 0;
}
.sec-7 #tabs .tabs-items .tabs-item .cenosti .item .img .tovar .box .swiper-scrollbar {
  border-radius: 10px;
  background: #fff;
  height: 3px;
  width: 100%;
  max-width: 250px;
  position: initial;
  margin: 0;
  display: flex;
}
.sec-7 #tabs .tabs-items .tabs-item .cenosti .item .img .tovar .box .swiper-scrollbar .swiper-scrollbar-dragt {
  border-radius: 10px;
  background: #F3912E;
  width: 158px;
  height: 3px;
  opacity: 1;
  transition: all 0.5s;
  margin: 0;
  cursor: pointer;
}
.sec-7 #tabs .tabs-items .tabs-item .cenosti .item .img .tovar .box .swiper-button-prev, .sec-7 #tabs .tabs-items .tabs-item .cenosti .item .img .tovar .box .swiper-button-next {
  position: initial;
  width: 9px;
  height: 13px;
  margin: 0;
}
.sec-7 #tabs .tabs-items .tabs-item .cenosti .item .img .tovar .box .swiper-button-prev path, .sec-7 #tabs .tabs-items .tabs-item .cenosti .item .img .tovar .box .swiper-button-next path {
  transition: all 0.5s;
}
.sec-7 #tabs .tabs-items .tabs-item .cenosti .item .img .tovar .box .swiper-button-prev:after, .sec-7 #tabs .tabs-items .tabs-item .cenosti .item .img .tovar .box .swiper-button-next:after {
  display: none;
}
.sec-7 #tabs .tabs-items .tabs-item .cenosti .item .img .tovar .box .swiper-button-prev:hover path, .sec-7 #tabs .tabs-items .tabs-item .cenosti .item .img .tovar .box .swiper-button-next:hover path {
  stroke: #000;
}
.sec-7 #tabs .tabs-items .tabs-item .cenosti .item .zag {
  color: #242424;
  font-family: "PFBaselinePro-Bold", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  min-height: 71px;
  margin: 32px 0 0 0;
  display: flex;
  align-items: center;
}
.sec-7 #tabs .tabs-items .tabs-item .cenosti .item .har {
  margin: auto 0 0 0;
}
.sec-7 #tabs .tabs-items .tabs-item .cenosti .item .har ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 19px 0;
  width: 90%;
}
.sec-7 #tabs .tabs-items .tabs-item .cenosti .item .har ul li {
/*  color: #B5B5B5;*/
  color: #242424;
  font-size: 16px;
  font-style: normal;
/*  font-weight: 400;*/
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.4px;
  width: 41%;
}
.sec-7 #tabs .tabs-items .tabs-item .cenosti .item .har ul li:first-child {
  width: 100%;
}
.sec-7 #tabs .tabs-items .tabs-item .cenosti .item .har ul li span {
  display: block;
/*  color: #242424;*/
  color: #666;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin: 3px 0 0 0;
  letter-spacing: 0.5px;
}
.sec-7 #tabs .tabs-items .tabs-item .cenosti .item .price {
  color: #242424;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  /*text-transform: uppercase;*/
  letter-spacing: 2.6px;
  margin: 36px 0 35px 0;
}
.sec-7 #tabs .tabs-items .tabs-item .cenosti .item .btn {
  border-radius: 15px;
  border: 2px solid #DE3925;
  color: #DE3925;
  text-align: center;
  font-family: "PFBaselinePro-Bold", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  transition: all 0.5s;
  width: 100%;
  display: block;
  padding: 25px 0;
}
.sec-7 #tabs .tabs-items .tabs-item .cenosti .item .btn:hover {
  color: #fff;
  background: #DE3925;
}
.sec-7 #tabs .tabs-items .tabs-item .cenosti .box {
  margin: 30px 0 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.sec-7 #tabs .tabs-items .tabs-item .cenosti .box .swiper-scrollbar {
  border-radius: 10px;
  background: rgba(82, 95, 96, 0.2);
  height: 5px;
  width: 100%;
  max-width: 630px;
  position: initial;
  margin: 0;
  display: flex;
}
.sec-7 #tabs .tabs-items .tabs-item .cenosti .box .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 10px;
  background: #F3912E;
  width: 158px;
  height: 5px;
  opacity: 1;
  transition: all 0.5s;
  margin: 0;
  cursor: pointer;
}
.sec-7 #tabs .tabs-items .tabs-item .cenosti .box .right {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.sec-7 #tabs .tabs-items .tabs-item .cenosti .box .right .swiper-button-next, .sec-7 #tabs .tabs-items .tabs-item .cenosti .box .right .swiper-button-prev {
  position: initial;
  width: 60px;
  height: 60px;
  margin: 0;
}
.sec-7 #tabs .tabs-items .tabs-item .cenosti .box .right .swiper-button-next path, .sec-7 #tabs .tabs-items .tabs-item .cenosti .box .right .swiper-button-next rect, .sec-7 #tabs .tabs-items .tabs-item .cenosti .box .right .swiper-button-prev path, .sec-7 #tabs .tabs-items .tabs-item .cenosti .box .right .swiper-button-prev rect {
  transition: all 0.5s;
  fill: transparent;
}
.sec-7 #tabs .tabs-items .tabs-item .cenosti .box .right .swiper-button-next:after, .sec-7 #tabs .tabs-items .tabs-item .cenosti .box .right .swiper-button-prev:after {
  display: none;
}
.sec-7 #tabs .tabs-items .tabs-item .cenosti .box .right .swiper-button-next:hover rect, .sec-7 #tabs .tabs-items .tabs-item .cenosti .box .right .swiper-button-prev:hover rect {
  fill: #525F60;
}
.sec-7 #tabs .tabs-items .tabs-item .cenosti .box .right .swiper-button-next:hover path, .sec-7 #tabs .tabs-items .tabs-item .cenosti .box .right .swiper-button-prev:hover path {
  stroke: #fff;
}
.sec-7 .text-info {
  margin: 10px 0 0 0;
  color: #000;
}

.sec-8 {
  padding: 110px 20px 0 20px;
  overflow: hidden;
}
.sec-8 .wrapper {
/*  max-width: 1801px;*/
}
.sec-8 .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec-8 .box .left {
  width: 35%;
}
.sec-8 .box .left .title {
  color: #242424;
  font-family: "PFBaselinePro-Bold", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.sec-8 .box .left .text {
  color: #242424;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0.8px;
  margin-bottom: 65px;
}
.sec-8 .box .left .btn {
  border-radius: 15px;
  background: #DE3925;
  border: 1px solid #DE3925;
  color: #FFF;
  text-align: center;
  font-family: "PFBaselinePro-Bold", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  transition: all 0.5s;
  padding: 23px 0;
  display: block;
  max-width: 550px;
}
.sec-8 .box .left .btn:hover {
  background: #fff;
  color: #DE3925;
}
.sec-8 .box .right {
  width: 61.2%;
  position: relative;
  margin: 0 -54px 0 0;
  overflow: hidden;
}
.sec-8 .box .right .info {
  position: absolute;
  top: 31px;
  left: 25px;
  z-index: 10;
  cursor: pointer;
}
.sec-8 .box .right .mini-popup {
  padding: 20px 40px;
  background: #fff;
  border-radius: 20px;
  position: absolute;
  left: 25px;
  top: 85px;
  z-index: 10;
  font-size: 14px;
  max-width: 300px;
  display: none;
}
.sec-8 .box .right .track {
  overflow: visible;
}
.sec-8 .box .right .track .swiper-slide {
  width: 550px;
}
.sec-8 .box .right .track .img {
  border-radius: 20px;
  width: 100%;
  height: 545px;
  overflow: hidden;
}
.sec-8 .box .right .track .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-8 .box .right .track .zag {
  color: #FFF;
  font-family: "PFBaselinePro-Bold", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px 40px;
}
.sec-8 .box .right .track .box {
  margin: 30px 0 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 95.2%;
}
.sec-8 .box .right .track .box .swiper-scrollbar {
  border-radius: 10px;
  background: rgba(82, 95, 96, 0.2);
  height: 5px;
  width: 100%;
  max-width: 630px;
  position: initial;
  margin: 0;
  display: flex;
}
.sec-8 .box .right .track .box .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 10px;
  background: #F3912E;
  width: 158px;
  height: 5px;
  opacity: 1;
  transition: all 0.5s;
  margin: 0;
  cursor: pointer;
}
.sec-8 .box .right .track .box .right {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  width: auto;
  margin: 0;
}
.sec-8 .box .right .track .box .right .swiper-button-next, .sec-8 .box .right .track .box .right .swiper-button-prev {
  position: initial;
  width: 60px;
  height: 60px;
  margin: 0;
}
.sec-8 .box .right .track .box .right .swiper-button-next path, .sec-8 .box .right .track .box .right .swiper-button-next rect, .sec-8 .box .right .track .box .right .swiper-button-prev path, .sec-8 .box .right .track .box .right .swiper-button-prev rect {
  transition: all 0.5s;
  fill: transparent;
}
.sec-8 .box .right .track .box .right .swiper-button-next:after, .sec-8 .box .right .track .box .right .swiper-button-prev:after {
  display: none;
}
.sec-8 .box .right .track .box .right .swiper-button-next:hover rect, .sec-8 .box .right .track .box .right .swiper-button-prev:hover rect {
  fill: #525F60;
}
.sec-8 .box .right .track .box .right .swiper-button-next:hover path, .sec-8 .box .right .track .box .right .swiper-button-prev:hover path {
  stroke: #fff;
}

.sec-9 {
  padding: 109px 0 0 0;
}
.sec-9 .wrapper {
  max-width: 1910px;
}
.sec-9 .title {
  color: #242424;
  font-family: "PFBaselinePro-Bold", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 auto 40px auto;
  max-width: 1740px;
}
.sec-9 #tabss .tabs-nav {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1715px;
}
.sec-9 #tabss .tabs-nav li {
  max-width: 437px;
  width: 100%;
}
.sec-9 #tabss .tabs-nav li a {
  color: #525F60;
  font-family: "PFBaselinePro-Bold", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: transparent;
  border-radius: 20px 20px 0 0;
  padding: 29px 0;
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
}
.sec-9 #tabss .tabs-nav li a:before {
  content: "";
  background: #EDEDED;
  width: 30px;
  height: 30px;
  border-radius: 0 0 50px 50px;
  position: absolute;
  right: -30px;
  bottom: 0;
  opacity: 0;
  z-index: 1;
}
.sec-9 #tabss .tabs-nav li a:after {
  content: "";
  background: #EDEDED;
  width: 30px;
  height: 30px;
  border-radius: 0 0 50px 50px;
  position: absolute;
  left: -30px;
  bottom: 0;
  opacity: 0;
}
.sec-9 #tabss .tabs-nav li a span {
  background: #FFFFFF;
  width: calc(100% + 30px);
  height: 20px;
  position: absolute;
  left: -15px;
  bottom: 0;
  opacity: 0;
}
.sec-9 #tabss .tabs-nav li a.active {
  background: #fff;
  color: #9179B3;
}
.sec-9 #tabss .tabs-nav li a.active:before {
  opacity: 1;
}
.sec-9 #tabss .tabs-nav li a.active:after {
  opacity: 1;
}
.sec-9 #tabss .tabs-nav li a.active span {
  opacity: 1;
}
.sec-9 #tabss .tabs-items {
  border-radius: 20px;
  background: #FFF;
  padding: 61px 75px 30px 75px;
  overflow: hidden;
}
.sec-9 #tabss .tabs-items .tabs-item .track1 {
  overflow: visible;
}
.sec-9 #tabss .tabs-items .tabs-item .track1 .swiper-slide {
/*  width: 500px;*/
  max-width: 800px;
  min-width: 800px;
}
.sec-9 #tabss .tabs-items .tabs-item .track1 .img {
  border-radius: 20px;
  width: 100%;
/*  height: 500px;*/
  height: 600px;
  overflow: hidden;
}
.sec-9 #tabss .tabs-items .tabs-item .track1 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-9 #tabss .tabs-items .tabs-item .track1 .zag {
  color: #FFF;
  font-family: "PFBaselinePro-Bold", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px 40px;
}
.sec-9 #tabss .tabs-items .tabs-item .track1 .box {
  margin: 30px 0 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.sec-9 #tabss .tabs-items .tabs-item .track1 .box .swiper-scrollbar {
  border-radius: 10px;
  background: rgba(82, 95, 96, 0.2);
  height: 5px;
  width: 100%;
  max-width: 630px;
  position: initial;
  margin: 0;
  display: flex;
}
.sec-9 #tabss .tabs-items .tabs-item .track1 .box .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 10px;
  background: #F3912E;
  width: 158px;
  height: 5px;
  opacity: 1;
  transition: all 0.5s;
  margin: 0;
  cursor: pointer;
}
.sec-9 #tabss .tabs-items .tabs-item .track1 .box .right {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  width: auto;
  margin: 0;
}
.sec-9 #tabss .tabs-items .tabs-item .track1 .box .right .swiper-button-next, .sec-9 #tabss .tabs-items .tabs-item .track1 .box .right .swiper-button-prev {
  position: initial;
  width: 60px;
  height: 60px;
  margin: 0;
}
.sec-9 #tabss .tabs-items .tabs-item .track1 .box .right .swiper-button-next path, .sec-9 #tabss .tabs-items .tabs-item .track1 .box .right .swiper-button-next rect, .sec-9 #tabss .tabs-items .tabs-item .track1 .box .right .swiper-button-prev path, .sec-9 #tabss .tabs-items .tabs-item .track1 .box .right .swiper-button-prev rect {
  transition: all 0.5s;
  fill: transparent;
}
.sec-9 #tabss .tabs-items .tabs-item .track1 .box .right .swiper-button-next:after, .sec-9 #tabss .tabs-items .tabs-item .track1 .box .right .swiper-button-prev:after {
  display: none;
}
.sec-9 #tabss .tabs-items .tabs-item .track1 .box .right .swiper-button-next:hover rect, .sec-9 #tabss .tabs-items .tabs-item .track1 .box .right .swiper-button-prev:hover rect {
  fill: #525F60;
}
.sec-9 #tabss .tabs-items .tabs-item .track1 .box .right .swiper-button-next:hover path, .sec-9 #tabss .tabs-items .tabs-item .track1 .box .right .swiper-button-prev:hover path {
  stroke: #fff;
}

.sec-10 {
  padding: 120px 0 0 0;
}
.sec-10 .bg {
  background: url("../img/bg7.jpg") 50% 50% no-repeat;
  background-size: cover;
  border-radius: 30px;
  overflow: hidden;
  padding: 69px 79px 72px 79px;
}
.sec-10 .bg .title {
  color: #FFF;
  font-family: "PFBaselinePro-Bold", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 51px;
}
.sec-10 .bg form p {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec-10 .bg form p span {
  width: 30.6%;
}
.sec-10 .bg form p .wpcf7-not-valid-tip {
  width: 100%;
  color: #fff;
}
.sec-10 .bg form input {
  width: 100%;
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0 0 21px 0 rgba(255, 255, 255, 0.4) inset;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  outline: 0;
  border: none;
  padding: 34px 47px;
}
.sec-10 .bg form input::placeholder {
  color: #C9C9C9;
}
.sec-10 .bg form button {
  border-radius: 15px;
  background: #DE3925;
  color: #FFF;
  text-align: center;
  font-family: "PFBaselinePro-Bold", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  border: 1px solid #DE3925;
  outline: 0;
  cursor: pointer;
  transition: all 0.5s;
  width: 37%;
  height: 91px;
}
.sec-10 .bg form button:hover {
  background: #fff;
  color: #DE3925;
}
.sec-10 .bg form .chek {
  margin: 22px 0 0 0;
}
.sec-10 .bg form .chek p span {
  width: 100%;
}
.sec-10 .bg form .chek .wpcf7-list-item {
  margin: 0;
}
.sec-10 .bg form .chek input {
  display: none;
}
.sec-10 .bg form .chek input:checked + span:after {
  opacity: 1;
}
.sec-10 .bg form .chek label {
  display: block;
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
  position: relative;
  padding: 0 0 0 38px;
  letter-spacing: 0.5px;
}
.sec-10 .bg form .chek label span:before {
  content: "";
  background: #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 1px;
  top: -2px;
  border-radius: 5px;
}
.sec-10 .bg form .chek label span:after {
  content: "";
  background: url("../img/chek.svg") 0 0 no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 1px;
  top: -2px;
  transition: all 0.5s;
  opacity: 0;
}
.sec-10 .bg form .chek label span a {
  color: #FFF;
  text-decoration: underline;
}
.sec-10 .bg form .chek label span a:hover {
  text-decoration: none;
}

.sec-11 {
  padding: 121px 0 0 0;
}
.sec-11 .wrapper {
  max-width: 1910px;
}
.sec-11 .title {
  color: #242424;
  font-family: "PFBaselinePro-Bold", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 auto 40px auto;
  max-width: 1740px;
}
.sec-11 #tabsss .tabs-nav {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1715px;
}
.sec-11 #tabsss .tabs-nav li {
  max-width: 437px;
  width: 100%;
}
.sec-11 #tabsss .tabs-nav li a {
  color: #525F60;
  font-family: "PFBaselinePro-Bold", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: transparent;
  border-radius: 20px 20px 0 0;
  padding: 29px 0;
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
}
.sec-11 #tabsss .tabs-nav li a:before {
  content: "";
  background: #EDEDED;
  width: 30px;
  height: 30px;
  border-radius: 0 0 50px 50px;
  position: absolute;
  right: -30px;
  bottom: 0;
  opacity: 0;
  z-index: 1;
}
.sec-11 #tabsss .tabs-nav li a:after {
  content: "";
  background: #EDEDED;
  width: 30px;
  height: 30px;
  border-radius: 0 0 50px 50px;
  position: absolute;
  left: -30px;
  bottom: 0;
  opacity: 0;
}
.sec-11 #tabsss .tabs-nav li a span {
  background: #FFFFFF;
  width: calc(100% + 30px);
  height: 20px;
  position: absolute;
  left: -15px;
  bottom: 0;
  opacity: 0;
}
.sec-11 #tabsss .tabs-nav li a.active {
  background: #fff;
  color: #9179B3;
}
.sec-11 #tabsss .tabs-nav li a.active:before {
  opacity: 1;
}
.sec-11 #tabsss .tabs-nav li a.active:after {
  opacity: 1;
}
.sec-11 #tabsss .tabs-nav li a.active span {
  opacity: 1;
}
.sec-11 #tabsss .tabs-items {
  border-radius: 20px;
  background: #FFF;
  padding: 61px 75px 30px 75px;
  overflow: hidden;
}
.sec-11 #tabsss .tabs-items .tabs-item .slider-ser {
  overflow: visible;
}
.sec-11 #tabsss .tabs-items .tabs-item .slider-ser .swiper-slide {
  height: 500px;
  width: 375px;
}
.sec-11 #tabsss .tabs-items .tabs-item .slider-ser img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-11 #tabsss .tabs-items .tabs-item .slider-ser .zag {
  color: #FFF;
  font-family: "PFBaselinePro-Bold", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px 40px;
}
.sec-11 #tabsss .tabs-items .tabs-item .slider-ser .box {
  margin: 30px 0 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.sec-11 #tabsss .tabs-items .tabs-item .slider-ser .box .swiper-scrollbar {
  border-radius: 10px;
  background: rgba(82, 95, 96, 0.2);
  height: 5px;
  width: 100%;
  max-width: 630px;
  position: initial;
  margin: 0;
  display: flex;
}
.sec-11 #tabsss .tabs-items .tabs-item .slider-ser .box .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 10px;
  background: #F3912E;
  width: 158px;
  height: 5px;
  opacity: 1;
  transition: all 0.5s;
  margin: 0;
  cursor: pointer;
}
.sec-11 #tabsss .tabs-items .tabs-item .slider-ser .box .right {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  width: auto;
  margin: 0;
}
.sec-11 #tabsss .tabs-items .tabs-item .slider-ser .box .right .swiper-button-next, .sec-11 #tabsss .tabs-items .tabs-item .slider-ser .box .right .swiper-button-prev {
  position: initial;
  width: 60px;
  height: 60px;
  margin: 0;
}
.sec-11 #tabsss .tabs-items .tabs-item .slider-ser .box .right .swiper-button-next path, .sec-11 #tabsss .tabs-items .tabs-item .slider-ser .box .right .swiper-button-next rect, .sec-11 #tabsss .tabs-items .tabs-item .slider-ser .box .right .swiper-button-prev path, .sec-11 #tabsss .tabs-items .tabs-item .slider-ser .box .right .swiper-button-prev rect {
  transition: all 0.5s;
  fill: transparent;
}
.sec-11 #tabsss .tabs-items .tabs-item .slider-ser .box .right .swiper-button-next:after, .sec-11 #tabsss .tabs-items .tabs-item .slider-ser .box .right .swiper-button-prev:after {
  display: none;
}
.sec-11 #tabsss .tabs-items .tabs-item .slider-ser .box .right .swiper-button-next:hover rect, .sec-11 #tabsss .tabs-items .tabs-item .slider-ser .box .right .swiper-button-prev:hover rect {
  fill: #525F60;
}
.sec-11 #tabsss .tabs-items .tabs-item .slider-ser .box .right .swiper-button-next:hover path, .sec-11 #tabsss .tabs-items .tabs-item .slider-ser .box .right .swiper-button-prev:hover path {
  stroke: #fff;
}

.sec-12 {
  padding: 121px 0 95px 0;
}
.sec-12 .wrapper {
  max-width: 1910px;
}
.sec-12 .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 0 auto;
  width: 96%;
}
.sec-12 .box .left {
  width: 39%;
}
.sec-12 .box .left .title {
  color: #242424;
  font-family: "PFBaselinePro-Bold", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.sec-12 .box .left .text {
  color: #757575;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: 0.6px;
  margin-bottom: 39px;
}
.sec-12 .box .left .btn {
  border-radius: 20px;
  background: #DE3925;
  border: 1px solid #DE3925;
  display: block;
  max-width: 545px;
  color: #FFF;
  text-align: center;
  font-family: "PFBaselinePro-Bold", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  transition: all 0.5s;
  padding: 36px 0;
  margin-bottom: 40px;
}
.sec-12 .box .left .btn:hover {
  background: #fff;
  color: #DE3925;
}
.sec-12 .box .left .item {
  margin-bottom: 30px;
  max-width: 450px;
}
.sec-12 .box .left .item:last-child {
  margin-bottom: 0;
}
.sec-12 .box .left .item .zag {
  color: #242424;
  font-family: "PFBaselinePro-Bold", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 13px;
}
.sec-12 .box .left .item .txt {
  color: #757575;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
}
.sec-12 .box .right {
  width: 59.4%;
  overflow: hidden;
  border-radius: 20px;
}
.sec-12 .box .right #map {
  width: 100%;
  height: 100%;
}
.sec-12 .box .right #map .ymaps-2-1-79-ground-pane, .sec-12 .box .right #map .ymaps-2-1-79-controls-pane, .sec-12 .box .right #map .ymaps-2-1-79-copyrights-pane {
  filter: grayscale(1);
}

footer {
  padding-bottom: 20px;
}
footer .wrapper {
  max-width: 1910px;
}
footer .box {
  border-radius: 20px;
  background: #525F60;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 75px 23px 75px;
  margin-bottom: 22px;
}
footer .box .logo {
  width: 265px;
}
footer .box .logo img {
  width: 100%;
}
footer .box .menu {
  margin: 9px 63px 0 auto;
  width: 65%;
}
footer .box .menu ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .box .menu ul li a {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.5s;
  border-bottom: 1px solid transparent;
  letter-spacing: 0.4px;
}
footer .box .menu ul li a:hover {
  border-bottom: 1px solid #fff;
}
footer .box .tel {
  margin: 10px 0 0 0;
}
footer .box .tel a {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: all 0.5s;
  border-bottom: 1px solid transparent;
  letter-spacing: 1.5px;
}
footer .box .tel a:hover {
  border-bottom: 1px solid #fff;
}
footer .copy {
  color: #242424;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
}

.popup-fade, .popup-fade-one, .popup-fade-two, .popup-fade-free {
  display: none;
  position: fixed;
  z-index: 999999999;
  background: rgba(12, 12, 12, 0.1);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.popup-fade .popup, .popup-fade-one .popup, .popup-fade-two .popup, .popup-fade-free .popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 600px;
  width: 95%;
  max-height: fit-content;
  height: 95%;
  margin: auto;
  border-radius: 20px;
  background: #18191D;
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 20px;
}
.popup-fade .popup::-webkit-scrollbar, .popup-fade-one .popup::-webkit-scrollbar, .popup-fade-two .popup::-webkit-scrollbar, .popup-fade-free .popup::-webkit-scrollbar {
  display: none;
}
.popup-fade .popup .popup-close, .popup-fade-one .popup .popup-close, .popup-fade-two .popup .popup-close, .popup-fade-free .popup .popup-close {
  position: absolute;
  top: 31px;
  right: 31px;
  width: 22px;
  height: 22px;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.popup-fade .popup .popup-close svg, .popup-fade-one .popup .popup-close svg, .popup-fade-two .popup .popup-close svg, .popup-fade-free .popup .popup-close svg {
  transition: all 0.5s;
  transform: rotate(0);
}
.popup-fade .popup .popup-close:hover svg, .popup-fade-one .popup .popup-close:hover svg, .popup-fade-two .popup .popup-close:hover svg, .popup-fade-free .popup .popup-close:hover svg {
  transform: rotate(180deg);
}
.popup-fade .popup .title, .popup-fade-one .popup .title, .popup-fade-two .popup .title, .popup-fade-free .popup .title {
  color: #FFF;
  font-family: "PFBaselinePro-Bold", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}
.popup-fade .popup form p span, .popup-fade-one .popup form p span, .popup-fade-two .popup form p span, .popup-fade-free .popup form p span {
  width: 100%;
}
.popup-fade .popup form p .wpcf7-not-valid-tip, .popup-fade-one .popup form p .wpcf7-not-valid-tip, .popup-fade-two .popup form p .wpcf7-not-valid-tip, .popup-fade-free .popup form p .wpcf7-not-valid-tip {
  width: 100%;
  color: #fff;
}
.popup-fade .popup form input, .popup-fade-one .popup form input, .popup-fade-two .popup form input, .popup-fade-free .popup form input {
  width: 100%;
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0 0 21px 0 rgba(255, 255, 255, 0.4) inset;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  outline: 0;
  border: none;
  padding: 20px;
  margin-bottom: 10px;
}
.popup-fade .popup form input::placeholder, .popup-fade-one .popup form input::placeholder, .popup-fade-two .popup form input::placeholder, .popup-fade-free .popup form input::placeholder {
  color: #C9C9C9;
}
.popup-fade .popup form input#hide, .popup-fade-one .popup form input#hide, .popup-fade-two .popup form input#hide, .popup-fade-free .popup form input#hide {
  display: none;
}
.popup-fade .popup form button, .popup-fade-one .popup form button, .popup-fade-two .popup form button, .popup-fade-free .popup form button {
  border-radius: 15px;
  background: #DE3925;
  color: #FFF;
  text-align: center;
  font-family: "PFBaselinePro-Bold", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  border: 1px solid #DE3925;
  outline: 0;
  cursor: pointer;
  transition: all 0.5s;
  width: 100%;
  height: 58px;
}
.popup-fade .popup form button:hover, .popup-fade-one .popup form button:hover, .popup-fade-two .popup form button:hover, .popup-fade-free .popup form button:hover {
  background: #fff;
  color: #DE3925;
}
.popup-fade .popup form .chek, .popup-fade-one .popup form .chek, .popup-fade-two .popup form .chek, .popup-fade-free .popup form .chek {
  margin: 22px 0 0 0;
}
.popup-fade .popup form .chek p span, .popup-fade-one .popup form .chek p span, .popup-fade-two .popup form .chek p span, .popup-fade-free .popup form .chek p span {
  width: 100%;
}
.popup-fade .popup form .chek .wpcf7-list-item, .popup-fade-one .popup form .chek .wpcf7-list-item, .popup-fade-two .popup form .chek .wpcf7-list-item, .popup-fade-free .popup form .chek .wpcf7-list-item {
  margin: 0;
}
.popup-fade .popup form .chek input, .popup-fade-one .popup form .chek input, .popup-fade-two .popup form .chek input, .popup-fade-free .popup form .chek input {
  display: none;
}
.popup-fade .popup form .chek input:checked + span:after, .popup-fade-one .popup form .chek input:checked + span:after, .popup-fade-two .popup form .chek input:checked + span:after, .popup-fade-free .popup form .chek input:checked + span:after {
  opacity: 1;
}
.popup-fade .popup form .chek label, .popup-fade-one .popup form .chek label, .popup-fade-two .popup form .chek label, .popup-fade-free .popup form .chek label {
  display: block;
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
  position: relative;
  padding: 0 0 0 38px;
  letter-spacing: 0.5px;
}
.popup-fade .popup form .chek label span:before, .popup-fade-one .popup form .chek label span:before, .popup-fade-two .popup form .chek label span:before, .popup-fade-free .popup form .chek label span:before {
  content: "";
  background: #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 1px;
  top: -2px;
  border-radius: 5px;
}
.popup-fade .popup form .chek label span:after, .popup-fade-one .popup form .chek label span:after, .popup-fade-two .popup form .chek label span:after, .popup-fade-free .popup form .chek label span:after {
  content: "";
  background: url("../img/chek.svg") 0 0 no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 1px;
  top: -2px;
  transition: all 0.5s;
  opacity: 0;
}
.popup-fade .popup form .chek label span a, .popup-fade-one .popup form .chek label span a, .popup-fade-two .popup form .chek label span a, .popup-fade-free .popup form .chek label span a {
  color: #FFF;
  text-decoration: underline;
}
.popup-fade .popup form .chek label span a:hover, .popup-fade-one .popup form .chek label span a:hover, .popup-fade-two .popup form .chek label span a:hover, .popup-fade-free .popup form .chek label span a:hover {
  text-decoration: none;
}
@media screen and (min-width: 1400px) and (max-width: 2000px){
  .sec-1{
    max-height: 100vh;
    padding: 150px 0 118px 0;
  }
  .sec-1 .box .left {
      margin: 0;
/*      padding-bottom: 10%;*/
      padding-bottom: 1%;
      display: flex;
      align-items: flex-end;
  }
  .sec-1 .box .right .swiper-wrapper,
  .sec-1 .box .right .swiper-slide{
    max-height: 39vh;
  }
  
  .sec-1 .box .right .info{
    max-height: 37vh;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sec-1 .box .right .swiper{
    max-height: calc(39vh + 16px);
  }
  .sec-1 .box .right .mySwiper .img{
    height: 100%;
    max-height: 39vh;
  }
}
@media (max-width: 1790px) {
  .wrapper {
    max-width: 1320px;
  }
  .sec-4 .wrapper, .sec-5 .wrapper, .sec-7 .wrapper, .sec-8 .wrapper, .sec-9 .wrapper, .sec-11 .wrapper, .sec-12 .wrapper, footer .wrapper {
    max-width: 1320px;
  }
  header .box .logo {
    width: 200px;
  }
  header .box .menu ul {
    gap: 15px;
  }
  header .box .menu ul li a {
    font-size: 14px;
  }
  header .box .tel {
    margin: 0 0 0 20px;
  }
  header .box .tel a {
    font-size: 16px;
  }
  header .box .leng {
    margin: 0 0 0 20px;
  }
  .sec-1:after {
    max-width: 1320px;
  }
  .sec-1 .box .left {
    margin: auto 0 0 0;
  }
  .sec-1 .box .left .title {
    font-size: 35px;
  }
  .sec-1 .box .right {
    width: 50%;
  }
  .sec-2 .news-slider .item .zag {
    font-size: 24px;
  }
  .sec-2 .news-slider .item .text ul li {
    font-size: 18px;
  }
  .sec-3 .bg {
    padding: 69px 40px 126px 40px;
  }
  .sec-3 .bg .box .right {
    width: 65%;
  }
  .sec-4 .box .item {
    padding: 40px;
  }
  .sec-4 .box .item .zag {
    margin-bottom: 150px;
  }
  .sec-4 .box .item .text ul li {
    font-size: 25px;
    line-height: 40px;
  }
  .sec-5 .bg {
    padding: 40px;
  }
  .sec-5 .bg .title {
    font-size: 35px;
  }
  .sec-5 .bg .text {
    font-size: 23px;
  }
  .sec-5 .bg .zag {
    font-size: 20px;
  }
  .sec-5 .bg .box .item {
    padding: 20px;
  }
  .sec-5 .bg .box .item .num {
    font-size: 40px;
  }
  .sec-5 .bg .box .item .txt {
    font-size: 14px;
  }
  .sec-6 .bg {
    padding: 40px;
  }
  .sec-7 #tabs .tabs-nav {
    max-width: 1200px;
  }
  .sec-7 #tabs .tabs-nav li {
    max-width: 285px;
  }
  .sec-7 #tabs .tabs-nav li a {
    font-size: 20px;
  }
  .sec-7 #tabs .tabs-items {
    padding: 40px;
  }
  .sec-7 #tabs .tabs-items .tabs-item .cenosti .swiper-slide {
    width: 300px;
  }
  .sec-7 #tabs .tabs-items .tabs-item .cenosti .item {
    height: auto;
  }
  .sec-7 #tabs .tabs-items .tabs-item .cenosti .item .img .tovar img {
    height: 265px;
  }
  .sec-7 #tabs .tabs-items .tabs-item .cenosti .item .img .tovar .box .swiper-scrollbar {
    max-width: 200px;
  }
  .sec-7 #tabs .tabs-items .tabs-item .cenosti .item .zag {
    font-size: 20px;
  }
  .sec-7 #tabs .tabs-items .tabs-item .cenosti .item .har ul {
    width: 100%;
  }
  .sec-7 #tabs .tabs-items .tabs-item .cenosti .item .har ul li {
    font-size: 14px;
    letter-spacing: 0;
    width: 46%;
  }
  .sec-7 #tabs .tabs-items .tabs-item .cenosti .item .har ul li span {
    font-size: 14px;
    letter-spacing: 0;
    margin: 5px 0 0 0;
    line-height: 18px;
  }
  .sec-7 #tabs .tabs-items .tabs-item .cenosti .item .price {
    font-size: 30px;
    letter-spacing: 0;
    margin: 25px 0;
  }
  .sec-7 #tabs .tabs-items .tabs-item .cenosti .item .btn {
    font-size: 16px;
    padding: 20px 0;
  }
  .sec-8 .box .left .title {
    font-size: 30px;
  }
  .sec-8 .box .left .text {
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 0;
    margin-bottom: 205px;
  }
  .sec-8 .box .right .track .zag {
    font-size: 35px;
    padding: 20px;
  }
  .sec-8 .box .right .track .box .swiper-scrollbar {
    max-width: 500px;
  }
  .sec-9 #tabss .tabs-nav {
    max-width: 1200px;
  }
  .sec-9 #tabss .tabs-nav li {
    max-width: 285px;
  }
  .sec-9 #tabss .tabs-nav li a {
    font-size: 20px;
  }
  .sec-9 #tabss .tabs-items {
    padding: 40px;
  }
  .sec-9 #tabss .tabs-items .track1 .zag {
    font-size: 35px;
    padding: 20px;
  }
  .sec-10 .bg {
    padding: 40px;
  }
  .sec-11 #tabsss .tabs-nav {
    max-width: 1200px;
  }
  .sec-11 #tabsss .tabs-nav li {
    max-width: 285px;
  }
  .sec-11 #tabsss .tabs-nav li a {
    font-size: 20px;
  }
  .sec-11 #tabsss .tabs-items {
    padding: 40px;
  }
  .sec-11 #tabsss .tabs-items .tabs-item .slider-ser .swiper-slide {
    height: 350px;
    width: 265px;
  }
  .sec-12 .box {
    width: 100%;
  }
  .sec-12 .box .left .title {
    font-size: 30px;
  }
  .sec-12 .box .left .text {
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0;
  }
  .sec-12 .box .left .btn {
    max-width: 410px;
    font-size: 16px;
    padding: 20px;
  }
  .sec-12 .box .left .item .zag {
    font-size: 20px;
  }
  .sec-12 .box .left .item .txt {
    font-size: 16px;
    letter-spacing: 0;
  }
  .sec-12 .box .right iframe {
    height: 100%;
  }
  footer .box {
    padding: 13px 20px 20px 0;
  }
  footer .box .menu {
    margin: 0 20px 0 auto;
    width: 57%;
  }
  footer .box .menu ul li a {
    font-size: 14px;
  }
  footer .box .tel {
    margin: 0;
  }
  footer .box .tel a {
    font-size: 18px;
  }
  footer .copy {
    font-size: 14px;
    letter-spacing: 0;
  }
}
@media (max-width: 1399px) {
  .sec-9 #tabss .tabs-items .tabs-item .track1 .swiper-slide {
    max-width: 645px;
    min-width: 645px;
  }
  .wrapper {
    max-width: 1140px;
  }
  .sec-4 .wrapper, .sec-5 .wrapper, .sec-7 .wrapper, .sec-8 .wrapper, .sec-9 .wrapper, .sec-11 .wrapper, .sec-12 .wrapper, footer .wrapper {
    max-width: 1140px;
  }
  header.active {
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.3);
  }
  header.sticky {
    padding: 10px 0;
  }
  header .box .menu {
    margin: 0;
    display: none;
    width: 100%;
    padding: 20px;
    order: 10;
  }
  header .box .menu ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  header .box .tel {
    margin: 0 0 0 auto;
  }
  header .box .tel a {
    display: block;
  }
  header .box .burger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 40px;
    background: none;
    padding: 0;
    border: none;
    margin: 0 0 0 20px;
  }
  header .box .burger span {
    background: #fff;
    width: 100%;
    height: 2px;
    transition: all 0.5s;
  }
  header .box .burger.active span {
    transform: rotate(45deg);
  }
  header .box .burger.active span:nth-child(3) {
    transform: rotate(-45deg);
  }
  header .box .burger.active span:nth-child(2) {
    opacity: 0;
    margin-bottom: -14px;
  }
  .sec-1 {
    padding: 130px 0 50px 0;
  }
  .sec-1:after {
    max-width: 1140px;
  }
  .sec-1 .box .left .title {
    font-size: 30px;
  }
  .sec-1 .box .right .mySwiper .img {
    height: 350px;
  }
  .sec-1 .box .right .mySwiper .zag {
    font-size: 20px;
    padding: 20px;
  }
  .sec-1 .box .right .info {
    padding: 20px;
  }
  .sec-1 .box .right .info .zag {
    font-size: 25px;
    line-height: 35px;
  }
  .sec-1 .box .right .info .btn {
    font-size: 16px;
    padding: 20px 0;
  }
  .sec-2 {
    padding: 50px 0 0 0;
  }
  .sec-2 .title {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .sec-2 .news-slider .item {
    height: 350px;
  }
  .sec-2 .news-slider .item .zag {
    font-size: 20px;
    line-height: 25px;
    padding: 0 70px 0 20px;
  }
  .sec-2 .news-slider .item .text {
    padding: 10px 20px;
    margin: 0;
  }
  .sec-2 .news-slider .item .text a {
    width: 45px;
    height: 45px;
    background: none;
    right: 20px;
    top: -65px;
  }
  .sec-2 .news-slider .item .text ul li {
    font-size: 14px;
    line-height: 30px;
    padding: 0;
    letter-spacing: 0;
  }
  .sec-2 .btn {
    font-size: 18px;
    padding: 20px 0;
  }
  .sec-3 {
    padding: 50px 0 0 0;
  }
  .sec-3 .bg {
    padding: 40px;
  }
  .sec-3 .bg .title {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .sec-3 .bg .box .left {
    font-size: 25px;
    margin: 0;
  }
  .sec-3 .bg .box .right .item:nth-child(2) {
    padding: 0 30px 43px 30px;
  }
  .sec-3 .bg .box .right .item:nth-child(3) {
    padding: 0 0 0 30px;
  }
  .sec-3 .bg .box .right .item:nth-child(4) {
    padding: 44px 30px 0 0;
  }
  .sec-3 .bg .box .right .item:nth-child(5) {
    padding: 42px 30px 0 30px;
  }
  .sec-3 .bg .box .right .item:nth-child(6) {
    padding: 40px 0 0 30px;
  }
  .sec-3 .bg .box .right .item .num {
    font-size: 35px;
    line-height: 40px;
  }
  .sec-3 .bg .box .right .item .text {
    font-size: 14px;
  }
  .sec-4 {
    padding: 50px 0 0 0;
  }
  .sec-4 .box .item {
    background-size: 100% !important;
  }
  .sec-4 .box .item .zag {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .sec-4 .box .item .num {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .sec-4 .box .item .text ul li {
    font-size: 16px;
    line-height: 30px;
  }
  .sec-5 .bg .title {
    margin-bottom: 30px;
  }
  .sec-5 .bg .text {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .sec-5 .bg .zag {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .sec-5 .bg .box {
    margin-bottom: 50px;
  }
  .sec-5 .bg .box .item .num {
    font-size: 30px;
  }
  .sec-6 {
    padding: 50px 0 0 0;
  }
  .sec-6 .bg .title {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .sec-6 .bg form input {
    font-size: 16px;
    padding: 20px;
  }
  .sec-6 .bg form button {
    font-size: 16px;
    height: 58px;
  }
  .sec-6 .bg form .chek label {
    padding: 0 0 0 30px;
    letter-spacing: 0;
  }
  .sec-7 {
    padding: 50px 0 0 0;
  }
  .sec-7 .title {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .sec-7 #tabs .tabs-nav {
    max-width: 1000px;
  }
  .sec-7 #tabs .tabs-nav li a {
    font-size: 18px;
    padding: 20px 0;
  }
  .sec-8 {
    padding: 50px 0 0 0;
  }
  .sec-8 .box .left .title {
    font-size: 25px;
  }
  .sec-8 .box .left .text {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 165px;
  }
  .sec-8 .box .left .btn {
    font-size: 16px;
  }
  .sec-8 .box .right .track .zag {
    font-size: 25px;
  }
  .sec-8 .box .right .track .img {
    height: 445px;
  }
  .sec-8 .box .right .track .box .swiper-scrollbar {
    max-width: 400px;
  }
  .sec-9 {
    padding: 50px 0 0 0;
  }
  .sec-9 .title {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .sec-9 #tabss .tabs-nav {
    max-width: 1000px;
  }
  .sec-9 #tabss .tabs-nav li a {
    font-size: 18px;
    padding: 20px 0;
  }
  .sec-9 #tabss .tabs-items .tabs-item .track1 .img {
    height: 445px;
  }
  .sec-9 #tabss .tabs-items .tabs-item .track1 .zag {
    font-size: 25px;
    line-height: 35px;
    padding: 20px;
  }
  .sec-10 {
    padding: 50px 0 0 0;
  }
  .sec-10 .bg .title {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .sec-10 .bg form input {
    font-size: 16px;
    padding: 20px;
  }
  .sec-10 .bg form button {
    font-size: 16px;
    height: 60px;
  }
  .sec-10 .bg form .chek label {
    padding: 0 0 0 30px;
    letter-spacing: 0;
  }
  .sec-11 {
    padding: 50px 0 0 0;
  }
  .sec-11 .title {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .sec-11 #tabsss .tabs-nav {
    max-width: 1000px;
  }
  .sec-11 #tabsss .tabs-nav li a {
    font-size: 18px;
    padding: 20px 0;
  }
  .sec-12 {
    padding: 50px 0;
  }
  .sec-12 .box .left .title {
    font-size: 25px;
  }
  .sec-12 .box .left .text {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .sec-12 .box .left .btn {
    margin-bottom: 30px;
  }
  .sec-12 .box .left .item {
    max-width: 350px;
  }
  .sec-12 .box .left .item .zag {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .sec-12 .box .left .item .txt {
    font-size: 14px;
  }
  footer .box {
    padding: 13px 20px 20px 10px;
  }
  footer .box .logo {
    width: 200px;
  }
  footer .box .menu {
    margin: 0 10px 0 auto;
    width: 63%;
  }
  footer .box .tel a {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .wrapper {
    max-width: 960px;
  }
  .sec-4 .wrapper, .sec-5 .wrapper, .sec-7 .wrapper, .sec-8 .wrapper, .sec-9 .wrapper, .sec-11 .wrapper, .sec-12 .wrapper, footer .wrapper {
    max-width: 960px;
  }
  .sec-1:after {
    max-width: 960px;
  }
  .sec-1 .box .left .title {
    font-size: 25px;
  }
  .sec-2 .news-slider .item {
    height: 300px;
  }
  .sec-3 .bg .box .left {
    font-size: 20px;
  }
  .sec-3 .bg .box .right .item {
    padding: 0 20px 0 0;
  }
  .sec-3 .bg .box .right .item:nth-child(2) {
    padding: 0 20px 20px 20px;
  }
  .sec-3 .bg .box .right .item:nth-child(3) {
    padding: 0 0 20px 20px;
  }
  .sec-3 .bg .box .right .item:nth-child(4) {
    padding: 20px 20px 20px 0;
  }
  .sec-3 .bg .box .right .item:nth-child(5) {
    padding: 20px;
  }
  .sec-3 .bg .box .right .item:nth-child(6) {
    padding: 20px 0 20px 20px;
  }
  .sec-5 .bg .box .item {
    gap: 10px;
  }
  .sec-5 .bg .box .item .num {
    font-size: 25px;
  }
  .sec-5 .bg .box .item .txt {
    font-size: 12px;
  }
  .sec-6 .bg .title, .sec-10 .bg .title {
    font-size: 30px;
  }
  .sec-7 #tabs .tabs-nav {
    max-width: 850px;
  }
  .sec-7 #tabs .tabs-nav li {
    max-width: 245px;
  }
  .sec-8 .box .right {
    width: 67%;
  }
  .sec-8 .box .right .track .swiper-slide {
    width: 450px;
  }
  .sec-9 #tabss .tabs-nav {
    max-width: 850px;
  }
  .sec-9 #tabss .tabs-nav li {
    max-width: 245px;
  }
  .sec-11 #tabsss .tabs-nav {
    max-width: 850px;
  }
  .sec-11 #tabsss .tabs-nav li {
    max-width: 245px;
  }
  .sec-11 #tabsss .tabs-items .tabs-item .slider-ser .swiper-slide {
    height: 320px;
    width: 230px;
  }
  footer .box .menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .sec-9 #tabss .tabs-items .tabs-item .track1 .img{
    height: auto;
  }
  .sec-9 #tabss .tabs-items .tabs-item .track1 .swiper-slide {
    max-width: 100%;
    min-width: 100%;
  }
  .wrapper {
    max-width: 720px;
  }
  .sec-4 .wrapper, .sec-5 .wrapper, .sec-7 .wrapper, .sec-8 .wrapper, .sec-9 .wrapper, .sec-11 .wrapper, .sec-12 .wrapper, footer .wrapper {
    max-width: 720px;
  }
  .sec-1:after {
    max-width: 720px;
  }
  .sec-1 .box .left {
    margin: 0;
    width: 100%;
  }
  .sec-1 .box .left .title {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .sec-1 .box .right {
    width: 100%;
  }
  .sec-2 .title {
    font-size: 30px;
  }
  .sec-2 .news-slider .box .swiper-scrollbar {
    max-width: 430px;
  }
  .sec-3 .bg .box .left {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .sec-3 .bg .box .right {
    width: 100%;
  }
  .sec-4 .box {
    gap: 20px;
  }
  .sec-4 .box .item {
    width: 100%;
  }
  .sec-4 .box .item .zag {
    font-size: 30px;
  }
  .sec-5 .bg .title {
    font-size: 30px;
  }
  .sec-5 .bg .box {
    gap: 10px 0;
  }
  .sec-5 .bg .box .item {
    width: 49%;
  }
  .sec-6 .bg form p, .sec-10 .bg form p {
    gap: 20px;
  }
  .sec-6 .bg form p span, .sec-10 .bg form p span {
    width: 100%;
  }
  .sec-6 .bg form input, .sec-10 .bg form input {
    width: 100%;
  }
  .sec-6 .bg form button, .sec-10 .bg form button {
    width: 100%;
    padding: 18px 0;
  }
  .sec-6 .bg form .chek, .sec-10 .bg form .chek {
    margin: 20px 0 0 0;
  }
  .sec-7 .title {
    font-size: 30px;
  }
  .sec-7 #tabs .tabs-nav {
    max-width: 600px;
  }
  .sec-7 #tabs .tabs-nav li {
    max-width: fit-content;
  }
  .sec-7 #tabs .tabs-nav li a {
    font-size: 14px;
    padding: 20px 30px;
  }
  .sec-7 #tabs .tabs-items .tabs-item .cenosti .item .zag {
    font-size: 18px;
  }
  .sec-7 #tabs .tabs-items .tabs-item .cenosti .item .btn {
    padding: 15px 0;
  }
  .sec-7 #tabs .tabs-items .tabs-item .cenosti .box .swiper-scrollbar {
    max-width: 350px;
  }
  .sec-8 .box .left {
    width: 100%;
    margin-bottom: 40px;
  }
  .sec-8 .box .left .text {
    margin-bottom: 40px;
  }
  .sec-8 .box .right {
    width: 100%;
    margin: 0;
  }
  .sec-9 .title {
    font-size: 30px;
  }
  .sec-9 #tabss .tabs-nav {
    max-width: 600px;
  }
  .sec-9 #tabss .tabs-nav li {
    max-width: fit-content;
  }
  .sec-9 #tabss .tabs-nav li a {
    font-size: 14px;
    padding: 20px 30px;
  }
  .sec-9 #tabss .tabs-items .tabs-item .track1 .box .swiper-scrollbar {
    max-width: 350px;
  }
  .sec-11 .title {
    font-size: 30px;
  }
  .sec-11 #tabsss .tabs-nav {
    max-width: 600px;
  }
  .sec-11 #tabsss .tabs-nav li {
    max-width: fit-content;
  }
  .sec-11 #tabsss .tabs-nav li a {
    font-size: 14px;
    padding: 20px 30px;
  }
  .sec-11 #tabsss .tabs-items .tabs-item .slider-ser .box .swiper-scrollbar {
    max-width: 350px;
  }
  .sec-12 .box .left {
    width: 100%;
    margin-bottom: 40px;
  }
  .sec-12 .box .left .item {
    max-width: 100%;
  }
  .sec-12 .box .right {
    width: 100%;
    height: 399px;
  }
}
@media (max-width: 767px) {
  .wrapper {
    max-width: 540px;
  }
  .sec-4 .wrapper, .sec-5 .wrapper, .sec-7 .wrapper, .sec-8 .wrapper, .sec-9 .wrapper, .sec-11 .wrapper, .sec-12 .wrapper, footer .wrapper {
    max-width: 540px;
  }
  header .box .tel {
    display: none;
  }
  header .box .leng {
    margin: 0 0 0 auto;
  }
  .sec-1 .box .left .title {
    font-size: 18px;
  }
  .sec-1 .box .right .mySwiper .img {
    height: 300px;
  }
  .sec-1 .box .right .mySwiper .zag {
    font-size: 18px;
  }
  .sec-1 .box .right .info .zag {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .sec-1 .box .right .info .btn {
    font-size: 14px;
    padding: 15px 0;
  }
  .sec-2 .title {
    font-size: 25px;
  }
  .sec-2 .news-slider .box .swiper-scrollbar {
    max-width: 300px;
  }
  .sec-2 .news-slider .box .right .swiper-button-next, .sec-2 .news-slider .box .right .swiper-button-prev {
    width: 45px;
    height: 45px;
  }
  .sec-2 .btn {
    font-size: 16px;
    padding: 15px 0;
  }
  .sec-3 .bg .title {
    font-size: 25px;
  }
  .sec-3 .bg .box .right .item .num {
    font-size: 25px;
    line-height: 30px;
  }
  .sec-3 .bg .box .right .item .text {
    font-size: 12px;
  }
  .sec-4 .box .item .zag {
    font-size: 25px;
  }
  .sec-4 .box .item .num {
    padding: 15px 0;
  }
  .sec-4 .box .item .text ul li {
    font-size: 14px;
    line-height: 25px;
  }
  .sec-5 .bg .title {
    font-size: 25px;
  }
  .sec-5 .bg .text {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .sec-5 .bg .zag {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .sec-5 .bg .box .item {
    width: 100%;
  }
  .sec-5 .bg .box .item .num {
    font-size: 20px;
  }
  .sec-5 .bg .box .item .txt br {
    display: none;
  }
  .sec-6 .bg .title, .sec-10 .bg .title {
    font-size: 20px;
  }
  .sec-7 .title {
    font-size: 25px;
  }
  .sec-7 #tabs .tabs-nav {
    max-width: 445px;
  }
  .sec-7 #tabs .tabs-nav li a {
    font-size: 12px;
    padding: 20px 15px;
  }
  .sec-7 #tabs .tabs-nav li a:before {
    width: 20px;
    height: 20px;
    right: -20px;
  }
  .sec-7 #tabs .tabs-nav li a:after {
    width: 20px;
    height: 20px;
    left: -20px;
  }
  .sec-7 #tabs .tabs-items {
    padding: 20px;
  }
  .sec-7 #tabs .tabs-items .tabs-item .cenosti .box .swiper-scrollbar {
    max-width: 300px;
  }
  .sec-7 #tabs .tabs-items .tabs-item .cenosti .box .right .swiper-button-next, .sec-7 #tabs .tabs-items .tabs-item .cenosti .box .right .swiper-button-prev {
    width: 45px;
    height: 45px;
  }
  .sec-8 .box .left .title {
    font-size: 20px;
  }
  .sec-8 .box .left .text {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .sec-8 .box .left .btn {
    font-size: 14px;
    padding: 15px 0;
  }
  .sec-8 .box .right .track .img {
    height: 350px;
  }
  .sec-8 .box .right .track .zag {
    font-size: 20px;
  }
  .sec-8 .box .right .track .box .swiper-scrollbar {
    max-width: 300px;
  }
  .sec-8 .box .right .track .box .right .swiper-button-next, .sec-8 .box .right .track .box .right .swiper-button-prev {
    width: 45px;
    height: 45px;
  }
  .sec-9 .title {
    font-size: 25px;
  }
  .sec-9 #tabss .tabs-nav {
    max-width: 445px;
  }
  .sec-9 #tabss .tabs-nav li a {
    font-size: 10px;
    padding: 20px 15px;
  }
  .sec-9 #tabss .tabs-nav li a:before {
    width: 20px;
    height: 20px;
    right: -20px;
  }
  .sec-9 #tabss .tabs-nav li a:after {
    width: 20px;
    height: 20px;
    left: -20px;
  }
  .sec-9 #tabss .tabs-items {
    padding: 20px;
  }
  .sec-9 #tabss .tabs-items .tabs-item .track1 .img {
    height: 350px;
  }
  .sec-9 #tabss .tabs-items .tabs-item .track1 .zag {
    font-size: 20px;
    line-height: 25px;
  }
  .sec-9 #tabss .tabs-items .tabs-item .track1 .box .swiper-scrollbar {
    max-width: 300px;
  }
  .sec-9 #tabss .tabs-items .tabs-item .track1 .box .right .swiper-button-next, .sec-9 #tabss .tabs-items .tabs-item .track1 .box .right .swiper-button-prev {
    width: 45px;
    height: 45px;
  }
  .sec-11 .title {
    font-size: 25px;
  }
  .sec-11 #tabsss .tabs-nav {
    max-width: 445px;
  }
  .sec-11 #tabsss .tabs-nav li a {
    font-size: 12px;
    padding: 20px 15px;
  }
  .sec-11 #tabsss .tabs-nav li a:before {
    width: 20px;
    height: 20px;
    right: -20px;
  }
  .sec-11 #tabsss .tabs-nav li a:after {
    width: 20px;
    height: 20px;
    left: -20px;
  }
  .sec-11 #tabsss .tabs-items {
    padding: 20px;
  }
  .sec-11 #tabsss .tabs-items .tabs-item .slider-ser .swiper-slide {
    height: 265px;
    width: 200px;
  }
  .sec-11 #tabsss .tabs-items .tabs-item .slider-ser .box .swiper-scrollbar {
    max-width: 300px;
  }
  .sec-11 #tabsss .tabs-items .tabs-item .slider-ser .box .right .swiper-button-next, .sec-11 #tabsss .tabs-items .tabs-item .slider-ser .box .right .swiper-button-prev {
    width: 45px;
    height: 45px;
  }
  .sec-12 .box .left .title {
    margin-bottom: 0;
  }
  .sec-12 .box .left .text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .sec-12 .box .left .btn {
    margin-bottom: 15px;
    font-size: 14px;
    padding: 15px;
  }
  .sec-12 .box .left .item .zag {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .wrapper {
    max-width: 100%;
  }
  .sec-4 .wrapper, .sec-5 .wrapper, .sec-7 .wrapper, .sec-8 .wrapper, .sec-9 .wrapper, .sec-11 .wrapper, .sec-12 .wrapper, footer .wrapper {
    max-width: 100%;
  }
  header {
    padding: 15px 0 0 0;
  }
  header .box .logo {
    width: 165px;
  }
  header .box .bot {
    display: none;
  }
  .sec-1 {
    padding: 100px 0 20px 0;
  }
  .sec-1:after {
    max-width: 100%;
    top: 0;
    border-radius: 0;
    margin: 0;
    width: 100%;
    height: 100%;
  }
  .sec-2 .news-slider .item .text ul li {
    line-height: 20px;
    padding: 0 0 5px 0;
  }
  .sec-2 .news-slider .box .swiper-scrollbar {
    max-width: 200px;
  }
  .sec-3 .bg {
    padding: 20px;
  }
  .sec-3 .bg .box .right .item {
    width: 50% !important;
    padding: 10px !important;
  }
  .sec-3 .bg .box .right .item:nth-child(2n) {
    border-right: none;
  }
  .sec-3 .bg .box .right .item:nth-child(3n) {
    border-right: 1px solid rgba(255, 255, 255, 0.6);
  }
  .sec-3 .bg .box .right .item:last-child {
    border-right: none;
  }
  .sec-3 .bg .box .right .item:nth-child(4) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }
  .sec-4 .box .item {
    padding: 20px;
  }
  .sec-5 .bg {
    padding: 20px;
  }
  .sec-5 .bg .box {
    margin-bottom: 17px;
  }
  .sec-5 .bg .info {
    margin-bottom: 50px;
  }
  .sec-6 .bg, .sec-10 .bg {
    padding: 20px;
  }
  .sec-7 #tabs .tabs-nav {
    max-width: 290px;
  }
  .sec-7 #tabs .tabs-nav li {
    width: 33%;
  }
  .sec-7 #tabs .tabs-items .tabs-item .cenosti .item .btn {
    font-size: 14px;
  }
  .sec-7 #tabs .tabs-items .tabs-item .cenosti .box .swiper-scrollbar {
    max-width: 175px;
  }
  .sec-8 .box .right .track .swiper-slide {
    width: 290px;
  }
  .sec-8 .box .right .track .img {
    height: 300px;
  }
  .sec-8 .box .right .track .zag {
    line-height: 25px;
  }
  .sec-8 .box .right .track .box .swiper-scrollbar {
    max-width: 175px;
  }
  .sec-9 .title {
    word-break: break-all;
  }
  .sec-9 #tabss .tabs-nav {
    max-width: 290px;
  }
  .sec-9 #tabss .tabs-nav li {
    width: 50%;
  }
  .sec-9 #tabss .tabs-items .tabs-item .track1 .img {
    height: 300px;
  }
  .sec-9 #tabss .tabs-items .tabs-item .track1 .box .swiper-scrollbar {
    max-width: 175px;
  }
  .sec-11 #tabsss .tabs-nav {
    max-width: 290px;
  }
  .sec-11 #tabsss .tabs-nav li {
    width: 50%;
  }
  .sec-11 #tabsss .tabs-items .tabs-item .slider-ser .swiper-slide {
    height: 200px;
    width: 150px;
  }
  .sec-11 #tabsss .tabs-items .tabs-item .slider-ser .box .swiper-scrollbar {
    max-width: 175px;
  }
  footer .box {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
  .popup-fade .popup .popup-close, .popup-fade-one .popup .popup-close, .popup-fade-two .popup .popup-close, .popup-fade-free .popup .popup-close {
    top: 20px;
    right: 20px;
  }
  .popup-fade .popup .title, .popup-fade-one .popup .title, .popup-fade-two .popup .title, .popup-fade-free .popup .title {
    padding: 0 40px;
  }
  .ru.sec-7 #tabs .tabs-nav li {
    width: 50%;
  }
  .sec-9 #tabss .tabs-items .tabs-item .track1 .img {
      height: auto;
  }
}

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