* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:focus,
:active {
  outline: none;
}
a:focus,
a:active {
  outline: none;
}
nav,
footer,
header,
aside {
  display: block;
}
html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
input,
button,
textarea {
  font-family: inherit;
}
input::-ms-clear {
  display: none;
}
button {
  cursor: pointer;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a {
  cursor: pointer;
}
a,
a:visited,
a:hover {
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  font-family: Benzin, sans-serif;
  font-weight: 500;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: #fa6013;
}
body {
  font-family: Wix Madefor Display, sans-serif;
  overflow-x: hidden;
  color: #050505;
}
.container {
  max-width: 1390px;
  margin: 0 auto;
  padding: 0 15px;
}
h1 {
  font-size: 65px;
  line-height: 130%;
}
h2 {
  font-size: 35px;
  line-height: 130%;
}
h3 {
  line-height: 130%;
  font-size: 22px;
}
p {
  font-size: 18px;
  line-height: 130%;
  font-weight: 500;
}
@font-face {
  font-family: Wix Madefor Display;
  src: url('../fonts/WixMadeforDisplay-Bold.woff2') format("woff2"),
    url('../fonts/WixMadeforDisplay-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Wix Madefor Display;
  src: url('../fonts/WixMadeforDisplay-Medium.woff2') format("woff2"),
    url('../fonts/WixMadeforDisplay-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Benzin;
  src: url('../fonts/Benzin-Regular.woff2') format("woff2"),
    url('../fonts/Benzin-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Benzin;
  src: url('../fonts/Benzin-Medium.woff2') format("woff2"),
    url('../fonts/Benzin-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Wix Madefor Display;
  src: url('../fonts/WixMadeforDisplay-ExtraBold.woff2') format("woff2"),
    url('../fonts/WixMadeforDisplay-ExtraBold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Wix Madefor Display;
  src: url('../fonts/WixMadeforDisplay-SemiBold.woff2') format("woff2"),
    url('../fonts/WixMadeforDisplay-SemiBold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Wix Madefor Display;
  src: url('../fonts/WixMadeforDisplay-Regular.woff2') format("woff2"),
    url('../fonts/WixMadeforDisplay-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.wrapper {
  overflow-x: hidden;
}
body {
  background: #d5dad3;
  padding-top: 68px;
}
body::-webkit-scrollbar {
  width: 4px;
  background-color: #000;
}
body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #fa6013;
}
.header {
  background: #d5dad3;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s all;
  width: 100%;
  z-index: 12;
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.header__right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header__soc {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__phone {
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  color: #050505;
  transition: 0.3s all;
}
.header__phone:hover {
  color: #fa6013;
}
.header .btn {
  font-family: Wix Madefor Display, sans-serif;
  padding: 15px 19px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 400;
}
.header__menu {
  display: flex;
  align-items: center;
}
.header__menu a {
  color: #050505;
  width: 145px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #050505;
  transition: 0.3s all;
  font-size: 14px;
  line-height: 100%;
  font-weight: 500;
}
.header__menu a:last-child {
  border-right: 1px solid #050505;
}
.header__menu a.active,
.header__menu a:hover {
  background: #050505;
  color: #fff;
}
.header__mob {
  display: none;
}
.burger__menu {
  position: fixed;
  top: 0;
  right: -100%;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  height: 100%;
  background: #050505 url(../img/burger-bg.png) no-repeat center/cover;
  max-width: 393px;
  width: 100%;
  overflow: hidden;
  padding-top: 144px;
  padding-right: 5px;
  transition: 0.3s all;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.burger__menu.active {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.burger__menu .el {
  position: absolute;
  left: 0;
  z-index: -1;
  bottom: 0;
  width: 100%;
}
.burger__menu-list {
  display: flex;
  flex-direction: column;
  gap: 36px;
  align-items: flex-end;
  margin-bottom: 93px;
}
.burger__menu-list a {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 18px;
  line-height: 100%;
  font-weight: 400;
  color: #fff;
}
.burger__menu-list a:hover {
  color: #fa6013;
}
.burger__menu-contact {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-end;
  margin-bottom: 45px;
}
.burger__menu-contact a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  line-height: 100%;
  font-weight: 500;
  color: #fff;
  width: 100%;
}
.burger__menu-contact a:first-child {
  text-decoration: underline;
}
.burger__menu-contact a:hover {
  color: #fa6013;
  text-decoration: none;
}
.burger__menu-soc {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 28px;
  margin-right: 5px;
}
.burger__menu-soc img {
  width: 25px;
  height: auto;
}
.btn {
  padding: 22px 23px;
  display: inline-block;
  font-family: Benzin, sans-serif;
  font-weight: 400;
  line-height: 100%;
  font-size: 16px;
  border-radius: 20px;
  color: #050505;
  text-align: center;
  transition: 0.3s all;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.btn.grey {
  background: #d5dad3;
}
.btn.grey:hover,
.btn.orange {
  background: #fa6013;
}
.btn.orange:hover {
  background: #050505;
  color: #fff;
}
.btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  background: #ffffff26;
  z-index: 1;
  transition: 0.3s all;
  transform: skew(-30deg);
  animation: btnSkew 2s infinite linear;
}
@keyframes btnSkew {
  0% {
    left: -100%;
  }
  50% {
    left: 0;
  }
  to {
    left: 100%;
  }
}
.main {
  padding-top: 173px;
  padding-bottom: 184px;
  background: url(../img/bg-main.jpg) center center/cover no-repeat;
  clip-path: polygon(100% 0, 100% 96%, 50% 100%, 0 96%, 0 0);
}
.main__text {
  display: flex;
  flex-direction: column;
  gap: 44px;
  align-items: center;
  text-align: center;
}
.main__text h1 {
  color: #fff;
}
.main__text-desk {
  margin-bottom: 45px;
  -webkit-backdrop-filter: blur(10.3999996185px);
  backdrop-filter: blur(10.3999996185px);
  border: 2px solid rgba(250, 96, 19, 0.3);
  background: #05050533;
  padding: 23px 44px 26px;
  position: relative;
}
.main__text-desk p {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  position: relative;
  z-index: 2;
}
.sq {
  width: 8px;
  height: 8px;
  background: #fa6013;
}
.sq-box {
  position: absolute;
  top: -4px;
  left: -4px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sq-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 185px;
  width: 100%;
  flex-wrap: wrap;
  gap: 66px 169px;
}
.sq-column {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: space-between;
  left: -6px;
  top: -6px;
  position: absolute;
  z-index: 2;
  height: calc(100% + 12px);
}
.sq-column:last-child {
  left: auto;
  right: -6px;
}
.pt100 {
  padding-top: 100px;
}
.adv {
  overflow-x: hidden;
}
.adv__item {
  position: relative;
  padding: 40px;
  max-width: 900px;
  height: 410px;
  width: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
}
.adv__item .arrow {
  opacity: 0;
  transition: .3s all;
} 
.adv__item.swiper-slide-active .arrow {
  opacity: 1;
}
.adv__item .mob {
  display: none;
}
.adv__item-top {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.adv__item h2 {
  position: relative;
  z-index: 2;
}
.adv__item-n {
  font-size: 35px;
  line-height: 1;
  font-weight: 500;
  color: #050505;
  display: inline-block;
  transform: rotate(90deg) translate(10px, 10px);
}
.adv__item.black {
  background: #050505;
}
.adv__item.black .adv__item-n {
  color: #5c5c5c;
}
.adv__item.black h2 {
  color: #fff;
}
.adv__item.black .arrow .arrow-text {
  color: #d5dad3;
}
.adv__item.black .arrow .arrow-arrow {
  background: #d5dad3;
}
.adv__item.black .arrow .arrow-arrow path {
  fill: #050505;
}
.adv__item.black .arrow:hover .arrow-text {
  color: #fa6013;
}
.adv__item.black .arrow:hover .arrow-arrow {
  background: #fa6013;
}
.adv__item.black .arrow:hover .arrow-arrow path {
  fill: #fff;
}
.adv__item.white {
  background: #fff;
}
.adv__item.orange {
  background: #fa6013;
}
.adv__item.orange .arrow:hover .arrow-text {
  color: #fff;
}
.adv__item.orange .arrow:hover .arrow-arrow {
  background: #fff;
}
.adv__item.orange .arrow:hover .arrow-arrow path {
  fill: #050505;
}
.adv__item img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.arrow {
  display: flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
}
.arrow:hover .arrow-text {
  color: #fa6013;
}
.arrow:hover .arrow-arrow {
  background: #fa6013;
}
.arrow-text {
  font-size: 14px;
  line-height: 100%;
  color: #050505;
  transition: 0.3s all;
}
.arrow-arrow {
  width: 59px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #050505;
  transition: 0.3s all;
}
.arrow-arrow path {
  transition: 0.3s all;
}
.arrow-prev .arrow-arrow {
  transform: rotate(180deg);
}
.about {
  overflow-x: hidden;
  padding-bottom: 6px;
}
.about__head {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 60px;
}
.about__head p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #5c5c5c;
}
.about__bot {
  display: none;
}
.about__item {
  max-width: 325px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 45px;
  align-items: center;
  padding: 60px 25px 35px;
  background: #050505;
  position: relative;
}
.about__item .sq {
  width: 12px;
  height: 12px;
}
.about__item .sq:nth-child(3) {
  position: absolute;
  top: -6px;
  left: -6px;
}
.about__item .sq:nth-child(4) {
  position: absolute;
  top: -6px;
  right: -6px;
}
.about__item .sq:nth-child(5) {
  position: absolute;
  bottom: -6px;
  left: -6px;
}
.about__item .sq:nth-child(6) {
  position: absolute;
  bottom: -6px;
  right: -6px;
}
.about__item p {
  text-align: left;
  color: #fff;
  font-weight: 500;
  width: 100%;
}
.tanks {
  background: #050505;
  padding: 120px 0;
  position: relative;
  margin-top: 100px;
  clip-path: polygon(50% 4%, 100% 0, 100% 96%, 50% 100%, 0 96%, 0 0);
}
.tanks h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 34px;
}
.tanks__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 30px;
}
.tanks__top-numbers {
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
  color: #d5dad3;
}
.tanks__top .arrow-text {
  color: #d5dad3;
}
.tanks__top .arrow-arrow {
  background: #d5dad3;
}
.tanks__swiper {
  overflow-x: hidden;
}
.tanks__item-head {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.tanks__item-head p {
  font-size: 12px;
  line-height: 100%;
  font-weight: 500;
  color: #fa6013;
}
.tanks__item-head h3 {
  color: #d5dad3;
}
.tanks__item-desk {
  font-size: 16px;
  line-height: 100%;
  color: #757575;
  margin-bottom: 25px;
  min-height: 48px;
}
.tanks__item img {
  display: inline-block;
  margin-bottom: 20px;
  height: 262px;
  width: 100%;
  object-fit: cover;
}
.tanks__item-bot {
  display: flex;
  align-items: center;
  gap: 25px;
}
.tanks__item-bot .price {
  font-size: 18px;
  line-height: 100%;
  font-weight: 700;
  color: #d5dad3;
}
.pole__head {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 60px;
}
.pole__head p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #5c5c5c;
}
.pole__swiper {
  margin-bottom: 40px;
}
.pole__swiper .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}
.pole__bot {
  display: none;
}
.pole__item {
  height: 372px;
  grid-column: span 3;
  cursor: pointer;
  transition: 0.3s all;
}
.pole__item:hover {
  transform: scale(1.01);
}
.pole__item:first-child {
  grid-column: span 5;
}
.pole__item:nth-child(3) {
  grid-column: span 4;
}
.pole__item:last-child {
  grid-column: span 6;
}
.pole__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pole__text {
  max-width: 1037px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.pole__text-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.pole__text .title {
  font-size: 22px;
  line-height: 100%;
  color: #fa6013;
  font-weight: 700;
  text-transform: uppercase;
}
.pole__text p {
  font-weight: 500;
  color: #5c5c5c;
}
.step {
  background: url(../img/bg-step.jpg) no-repeat center/cover;
  padding: 130px 0 220px;
  clip-path: polygon(50% 4%, 100% 0, 100% 96%, 50% 100%, 0 96%, 0 0);
  margin-top: 100px;
}
.step h2 {
  color: #fff;
  margin-bottom: 70px;
  text-align: center;
}
.step__bot {
  display: none;
}
.step__swiper {
  overflow-x: hidden;
}
.step__item {
  max-width: 440px;
  width: 100%;
  background: #0505058c;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  padding: 65px 20px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.step__item h3 {
  padding: 10px 20px;
  color: #050505;
  background: #d5dad3;
}
.step__item p {
  margin-bottom: 10px;
  color: #d5dad3;
  font-size: 22px;
  line-height: 100%;
  font-weight: 500;
  text-align: center;
}
.program h2 {
  margin-bottom: 50px;
  max-width: 648px;
  width: 100%;
}
.program__tabs {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
.program__tab {
  color: #d5dad3;
  background: #050505;
  transition: 0.3s all;
  padding: 18px 33px;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  line-height: 120%;
}
.program__tab:hover {
  color: #d5dad3;
  background: #5c5c5c;
}
.program__tab.active {
  background: #fa6013;
  color: #050505;
}
.program__swiper {
  position: relative;
}
.program__bot {
  display: none;
}
.program__box {
  overflow-x: hidden;
  padding: 6px;
  left: -6px;
  width: calc(100% + 12px);
  position: relative;
}
.program__item {
  padding: 50px;
  background: #050505 url(../img/program-bg.png) no-repeat center;
  position: relative;
}
.program__item .sq {
  width: 12px;
  height: 12px;
}
.program__item-imgs {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.program__item .title {
  font-family: Benzin, sans-serif;
  font-size: 28px;
  line-height: 100%;
  color: #fff;
  margin-bottom: 35px;
  position: relative;
  z-index: 2;
}
.program__item .desk {
  max-width: 664px;
  width: 100%;
  color: #757575;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 100%;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
.program__item .who {
  color: #757575;
  font-size: 18px;
  line-height: 100%;
  font-weight: 500;
  max-width: 619px;
  width: 100%;
  margin-bottom: 30px;
}
.program__item .who span {
  font-weight: 600;
  color: #d5dad3;
}
.program__item .what {
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
.program__item .what p {
  color: #d5dad3;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 100%;
  font-weight: 600;
}
.program__item .what__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 830px;
  width: 100%;
}
.program__item .what__item {
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  color: #d5dad3;
  padding: 22px;
  background: #ffffff0d;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(11.8px);
  backdrop-filter: blur(11.8px);
  display: flex;
  align-items: center;
  max-width: 250px;
  width: 100%;
  position: relative;
}
.program__item .what__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #fa6013;
}
.program__item .what__item:nth-child(2),
.program__item .what__item:nth-child(5) {
  max-width: 288px;
  width: 100%;
}
.program__item .img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.program__item .img.mob {
  display: none;
}
.program__item .img2 {
  position: absolute;
  right: 0;
  top: 0;
}
.program__item .img2.mob {
  display: none;
}
.program__item .el {
  background: radial-gradient(50% 50% at 50% 50%, #fa6013, #050505);
  -webkit-backdrop-filter: blur(256.7px);
  backdrop-filter: blur(256.7px);
  width: 1207px;
  height: 1207px;
  position: absolute;
  right: -449px;
  bottom: -536px;
  z-index: -1;
}
.contact h2 {
  margin-bottom: 50px;
}
.contact__flex {
  display: flex;
  gap: 20px;
}
.contact__map {
  width: 100%;
  min-height: 481px;
}
.contact__map iframe {
  width: 100%;
  height: 100%;
}
.contact__left {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px;
  overflow: hidden;
  background: #050505;
  max-width: 440px;
  width: 100%;
  flex-shrink: 0;
  position: relative;
}
.contact__left .btn {
  margin-top: 15px;
  width: max-content;
}
.contact__left .el {
  background: radial-gradient(50% 50% at 50% 50%, #fa6013, #050505);
  -webkit-backdrop-filter: blur(256.700012207px);
  backdrop-filter: blur(256.700012207px);
  display: inline-block;
  width: 1207px;
  height: 1207px;
  position: absolute;
  bottom: 222px;
  left: 121px;
}
.contact__left .el:nth-child(2) {
  left: auto;
  bottom: auto;
  right: 50%;
  top: 292px;
  transform: translate(50%);
}
.contact__item {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 7px;
}
.contact__item.mail .contact__item-bot {
  text-decoration: underline;
}
.contact__item.mail .contact__item-bot:hover {
  text-decoration: none;
}
.contact__item a.contact__item-bot {
  transition: 0.3s all;
}
.contact__item a.contact__item-bot:hover {
  color: #fa6013;
}
.contact__item-up {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  line-height: 130%;
  font-weight: 400;
  color: #757575;
}
.contact__item-bot {
  font-size: 16px;
  line-height: 130%;
  color: #d5dad3;
  font-weight: 400;
}
.contact__item-flex {
  display: flex;
  align-items: center;
  gap: 15px;
}
.contact__item-soc {
  display: flex;
  gap: 10px;
  align-items: center;
}
.contact__item-soc img {
  width: 25px;
  height: auto;
}
.footer {
  background: #050505 url(../img/footer-bg.png) no-repeat center/cover;
  padding: 60px 0;
  margin-top: 100px;
}
.footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.footer__left {
  display: flex;
  gap: 80px;
  align-items: center;
}
.footer__info {
  display: flex;
  align-items: center;
  gap: 50px;
}
.footer__info p {
  font-size: 14px;
  line-height: 100%;
  font-weight: 500;
  color: #fff;
}
.footer__soc {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer__soc svg path {
  transition: 0.3s all;
}
.footer__soc svg path:hover {
  fill: #fa6013;
}
.modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #050505cc;
  -webkit-backdrop-filter: blur(51px);
  backdrop-filter: blur(51px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
}
.modal.active {
  opacity: 1;
  visibility: visible;
}
.modal__content {
  max-width: 648px;
  width: 100%;
  background: #050505 url(../img/modal-bg.png) no-repeat center/cover;
  position: relative;
  padding: 50px 50px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal__content form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  max-width: 387px;
  width: 100%;
  position: relative;
}
.modal__content form .btn {
  margin-top: 35px;
}
.modal__content h2 {
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 15px;
  margin-top: 50px;
  text-align: center;
  color: #d5dad3;
  position: relative;
}
.modal__content p {
  max-width: 260px;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 130%;
  position: relative;
  color: #fa6013;
}
.modal__el {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.modal__image {
  max-height: 90vh;
  max-width: 90vw;
  width: auto;
  height: 100%;
}
.modal__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.input {
  padding: 19px 15px;
  width: 100%;
  background: #d5dad3;
  border-radius: 15px;
  font-size: 16px;
  line-height: 130%;
  color: #050505;
  border: 1px solid #d5dad3;
  transition: 0.3s all;
}
.input::placeholder {
  color: #050505;
}
.input:hover,
.input:focus {
  border-color: #fa6013;
}
@media (max-width: 1330px) {
  body {
    padding-top: 65px;
  }
  .container {
    padding: 0 10px;
  }
  .header__menu a {
    font-size: 12px;
    width: 100px;
    height: 65px;
  }
  .header__right {
    gap: 10px;
  }
}
@media (max-width: 1080px) {
  .header {
    padding: 15px 0;
  }
  .header__right,
  .header__menu {
    display: none;
  }
  .header__mob {
    display: flex;
    gap: 10px;
  }
  .header__mob-phone {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #050505;
    border-radius: 50%;
  }
  .burger {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2px;
    background: #050505;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s all;
  }
  .burger.active {
    transform: rotate(-45deg);
  }
  .burger span {
    width: 14px;
    height: 2px;
    background: #fa6013;
    display: inline-block;
  }
  h1 {
    font-size: 46px;
  }
  .main {
    padding: 100px 0;
  }
  .main__text {
    gap: 20px;
  }
  .main__text p {
    font-size: 16px;
  }
  .program__item {
    padding-bottom: 400px;
  }
  .program .what__list {
    max-width: 520px;
  }
  .program .what__item {
    max-width: 250px;
    width: 100%;
  }
  .program .what__item:nth-child(2),
  .program .what__item:nth-child(5) {
    max-width: 250px;
  }
  .contact__left {
    max-width: 350px;
  }
  .footer .container {
    flex-wrap: wrap;
  }
  .footer__left {
    gap: 30px;
  }
  .footer__info {
    gap: 15px;
    flex-wrap: wrap;
  }
  .modal__image {
    height: auto;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .pole__bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 15px;
  }
  .pole__bot-numbers {
    font-size: 14px;
    line-height: 100%;
    color: #050505;
  }
  .pole__swiper {
    overflow-x: hidden;
    margin-bottom: 30px;
  }
  .pole__swiper .swiper-wrapper {
    display: flex;
    gap: 0;
  }
  .step__item {
    max-width: 100%;
    width: 100%;
  }
  .contact__flex {
    flex-direction: column-reverse;
  }
  .contact__left {
    max-width: 100%;
  }
  .contact__map {
    min-height: auto;
    height: 481px;
  }
}
@media (max-width: 650px) {
  .burger__menu {
    max-width: 100%;
  }
  .pt100 {
    padding-top: 70px;
  }
  .container {
    padding: 0 5px;
  }
  h1,
  h2 {
    font-size: 28px;
  }
  .main {
    background: url(../img/bg-main-mob.jpg) no-repeat center bottom/cover;
    clip-path: polygon(100% 0, 100% 98%, 50% 100%, 0 98%, 0 0);
    padding-top: 76px;
    padding-bottom: 166px;
  }
  .main__text {
    gap: 50px;
  }
  .main__text-desk {
    font-size: 16px;
    padding: 17px 22px;
    max-width: 345px;
    width: 100%;
    margin-bottom: 117px;
  }
  .sq-flex {
    max-width: 105px;
    gap: 60px 89px;
  }
  .adv__item {
    padding: 30px;
    height: 571px;
  }
  .adv__item .desk {
    display: none;
  }
  .adv__item .mob {
    display: inline-block;
  }
  .adv__item img {
    bottom: 160px;
    right: 0;
  }
  .adv__item-top {
    padding-top: 10px;
  }
  .about__head {
    margin-bottom: 30px;
    gap: 10px;
  }
  .about__head p {
    font-size: 16px;
    max-width: 282px;
  }
  .about__item {
    max-width: 100%;
  }
  .about__bot {
    margin-top: 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .about__bot-numbers {
    font-size: 14px;
    line-height: 100%;
    color: #050505;
    text-align: center;
  }
  .tanks {
    margin-top: 70px;
    padding: 75px 0;
    clip-path: polygon(50% 2%, 100% 0, 100% 98%, 50% 100%, 0 98%, 0 0);
  }
  .tanks__item-desk {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .tanks__item img {
    height: 228px;
  }
  .pole__head {
    gap: 10px;
    margin-bottom: 40px;
  }
  .pole__head p {
    max-width: 156px;
  }
  .pole__item {
    height: 257px;
  }
  .pole__text {
    gap: 30px;
  }
  .pole__text-item {
    gap: 15px;
  }
  .pole__text-item .title {
    font-size: 18px;
  }
  .pole__text-item p {
    font-size: 16px;
    line-height: 135%;
  }
  .step {
    clip-path: polygon(50% 2%, 100% 0, 100% 98%, 50% 100%, 0 98%, 0 0);
    padding-top: 50px;
    padding-bottom: 63px;
  }
  .step h2 {
    max-width: 243px;
    width: 100%;
    margin: 0 auto 89px;
  }
  .step__bot {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    margin-top: 30px;
  }
  .step__bot .arrow-arrow {
    background: #d5dad3;
  }
  .step__bot-numbers {
    font-size: 14px;
    line-height: 100%;
    color: #d5dad3;
  }
  .program h2 {
    margin-bottom: 30px;
  }
  .program__bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 5px;
  }
  .program__bot-numbers {
    font-size: 14px;
    line-height: 100%;
    color: #050505;
  }
  .program__tabs {
    overflow-x: auto;
  }
  .program__tabs::-webkit-scrollbar {
    display: none;
  }
  .program__tab {
    flex-shrink: 0;
    font-size: 14px;
  }
  .program__item {
    padding: 30px 25px 454px;
  }
  .program__item.boi .img {
    height: 489px;
  }
  .program__item.tim .img {
    height: 471px;
  }
  .program__item.birthday .img {
    right: 50%;
    transform: translate(50%);
  }
  .program__item.birthday .img2 {
    left: 50%;
    transform: translate(-50%);
    bottom: 0;
    top: auto;
  }
  .program__item .title {
    font-size: 22px;
    margin-bottom: 14px;
  }
  .program__item .desk {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 32px;
  }
  .program__item .who {
    font-size: 14px;
    line-height: 100%;
  }
  .program__item .what {
    margin-bottom: 35px;
  }
  .program__item .what p {
    font-size: 18px;
  }
  .program__item .what__list {
    max-width: 100%;
    gap: 15px;
  }
  .program__item .what__item {
    max-width: 100%;
    width: 100%;
    font-size: 16px;
    padding: 25px;
  }
  .program__item .what__item:nth-child(2),
  .program__item .what__item:nth-child(5) {
    max-width: 100%;
    width: 100%;
  }
  .program__item .img.desktop,
  .program__item .img2.desktop {
    display: none;
  }
  .program__item .img.mob,
  .program__item .img2.mob {
    display: inline-block;
  }
  .contact h2 {
    margin-bottom: 30px;
  }
  .footer {
    margin-top: 50px;
    padding: 24px 0 39px;
    text-align: center;
  }
  .footer .container {
    flex-direction: column;
    gap: 36px;
  }
  .footer__left {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
  .footer__info {
    flex-direction: column;
    align-items: center;
    gap: 38px;
  }
  .modal {
    padding: 10px;
  }
  .modal__content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .modal__content h2 {
    font-size: 20px;
    line-height: 100%;
  }
  .modal__content p {
    font-size: 16px;
    margin-bottom: 50px;
  }
  .modal__content form {
    max-width: 100%;
  }
}

.wpcf7 form .wpcf7-response-output {
  text-align: center;
  color: #fff;
  margin: 0;
}