@-ms-viewport {
   user-zoom: fixed
}

@-o-viewport {
   user-zoom: fixed
}

@viewport {
   user-zoom: fixed
}

p {
   margin-bottom: 0
}

* {
   backface-visibility: hidden;
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   font: 20px"LT Streak";
   font-style: normal;
   appearance: none
}

body,
html {
   position: relative
}

body {
   min-height: 100vh;
   height: 100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   -webkit-flex-direction: column;
   flex-direction: column;
   overflow-x: hidden;
   color: #141414;
   font: 20px"LT Streak";
   font-style: normal;
   line-height: normal;
   font-weight: 400;
   background: #1A191A !important
}

.locked {
   z-index: 0;
}

.locked::before {
   opacity: 1;
   transition: all .3s ease;
   z-index: 2;
}

body::before {
   content: '';
   position: absolute;
   left: 0;
   top: 0;
   z-index: -1;
   opacity: 0;
   transition: all .3s ease;
   right: 0;
   bottom: 0;
   width: 100vw;
   height: 100vh;
   background: rgba(3, 3, 3, 0.5);
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
   -webkit-transition: background-color 5000000s ease-in-out 0s !important;
   transition: background-color 5000000s ease-in-out 0s !important
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
   display: none
}

input[type=number] {
   -moz-appearance: textfield
}

section,
.multi {
   overflow: hidden;
   position: relative;
   padding: 145px 0 115px;
   z-index: 0
}

:focus-visible {
   outline: 0
}

.container {
   max-width: 1510px;
   width: 100%;
   margin: 0 auto
}

a:focus {
   outline: 0
}

main {
   flex: 1 0 auto;
}


a,
a:active,
a:focus,
a:visited {
   color: #fff;
   text-decoration: none
}

img {
   -webkit-user-select: none;
   -moz-user-select: none;
   max-width: fit-content;
   -ms-user-select: none;
   max-width: fit-content;
   user-select: none
}

ul,
ol {
   margin-left: 0 !important;
   margin-bottom: 0 !important;
}

button,
input {
   background-color: unset;
   border: 0
}

button {
   cursor: pointer
}

textarea {
   resize: none
}

*:disabled {
   user-select: none;
   pointer-events: none;
}

.flex-col {
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   -webkit-flex-direction: column;
   flex-direction: column;
   -webkit-box-align: center;
   -ms-flex-align: center;
   -webkit-align-items: center;
   align-items: center;
   height: 100%
}

.flex-col,
.flex-row,
.flex-wrap {
   display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex
}

.flex-wrap {
   -ms-flex-wrap: wrap;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap
}

h1,
h2 {
   font-family: "Ristretto Slab Pro";
   font-size: 86px;
   font-style: normal;
   font-weight: 700;
   line-height: normal;
   background: linear-gradient(90deg, #F4F4F4 0%, #B0B0B0 30.73%, #EAEAEA 61.43%, #BBB 100%);
   background-clip: text;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}

h3 {}

h4 {}

h5 {}

h6 {}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6 {
   padding: 0 12px 24px;
   position: relative
}

.col-1 > *,
.col-2 > *,
.col-3 > *,
.col-4 > *,
.col-5 > *,
.col-6 > * {
   width: 100%;
   height: 100%
}

.col-1 {
   width: 100%
}

.col-2 {
   width: 50%
}

.col-3 {
   width: 33.3%
}

.col-4 {
   width: 25%
}

.col-5 {
   width: 20%
}

.col-6 {
   width: 16.6%
}

.btn,
.form input[type="submit"] {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   transition: all .3s ease;
   color: #FFF !important;
   text-shadow: 0px 1px 0px #333;
}

.btn.big,
.form input[type="submit"] {
   font-size: 22px;
   font-weight: 800;
   letter-spacing: 1.98px;
   padding: 30px 50px;
   text-transform: uppercase;
   border-radius: 20px;
   background: linear-gradient(136deg, #35BE4F 12.22%, #127224 93.94%);
   box-shadow: 0px 8px 40.2px 0px rgba(86, 214, 110, 0.50), 0px 2px 0px 0px #56D66E inset, 0px 4px 0px 0px #0B5B1A;
}

.btn.big:hover,
.form input[type="submit"]:hover {
   box-shadow: 0px 0 40.2px 0px rgba(86, 214, 110, 0.50), 0px 0 0px 0px #56D66E inset, 0px 0 0px 0px #0B5B1A;
}

.btn:hover,
.form input[type="submit"]:hover {
   color: #FFF !important;
}

.btn.outline {
   font-weight: 500;
   border-radius: 15px;
   padding: 15px 29px;
   gap: 10px;
   border: 1px solid #FFF;
}

.btn.outline.arrow {
   font-size: 18px;
   letter-spacing: 1.62px;
   font-weight: 500;
   padding: 13px 20px 12px;
   border-radius: 20px;
   border: 1px solid #787878;
}

.btn.outline.arrow::after {
   content: '';
   width: 15px;
   height: 12px;
   background: url(../img/btn-arrow.svg?ver=1.015) center center / 100% 100% no-repeat;
   display: inline-block;
   transition: all .3s ease;
}

.btn.outline.arrow:hover::after {
   filter: brightness(0);
   transition: all .3s ease;
}

.btn.outline:hover {
   background: #fff;
   color: #333 !important;
}

.address {
   display: flex;
   align-items: center;
   gap: 15px;
}

.address a {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   gap: 12px;
}

.social p {
   color: #FFF;
   font-size: 18px;
   font-weight: 600;
   text-align: center;
   line-height: 1.44;
   margin-bottom: 15px;
}

.social .flex-row {
   gap: 18px;
}

.social a {
   width: 30px;
   height: 30px;
}

.social a img {
   width: 100%;
   height: 100%;
   transition: all .3s ease;
   filter: brightness(1);
}

.social a:hover img {
   filter: brightness(5);
   transition: all .3s ease;
}

.bg {
   position: absolute;
   z-index: -1;
   left: 0;
   top: 0;
   right: 0;
   bottom: 0;
   width: 100%;
   max-width: 100%;
   height: 100%;
   object-fit: cover;
}

.bg.mob {
   display: none;
}

.down {
   position: absolute;
   bottom: 0;
   left: 50%;
   transform: translate(-50%, 0);
   cursor: pointer;
   width: 240px;
   height: 110px;
   z-index: 2;
   border-radius: 140px 140px 0 0;
   transition: all .3s ease;
   bottom: -75px;
   animation: down 2s ease 0s infinite both;
   background: url(../img/section-arrow.svg?ver=1.015) center 20px / 30px 15px no-repeat, #fff;
}

@keyframes down {
   0% {
      background-position: center 10px;
   }

   50% {
      background-position: center 20px;
   }

   100% {
      background-position: center 10px;
   }
}

.down:hover {
   bottom: -60px;
   animation: down2 2s ease 0s infinite both;
   transition: all .3s ease;
   background: url(../img/section-arrow.svg?ver=1.015) center 30px / 30px 15px no-repeat, #fff;
}

@keyframes down2 {
   0% {
      background-position: center 15px;
   }

   50% {
      background-position: center 30px;
   }

   100% {
      background-position: center 15px;
   }
}

.section__service .down,
.section__academy .down {
   background: url(../img/section-arrow-white.svg?ver=1.015) center 20px / 30px 15px no-repeat, #1A191A;
}

.section__service .down:hover,
.section__academy .down:hover {
   background: url(../img/section-arrow-white.svg?ver=1.015) center 30px / 30px 15px no-repeat, #1A191A;
}

.form {
   width: calc(100% + 20px);
   margin: 0 -10px -20px;
}

.form p {
   padding: 0 10px 20px;
   display: flex;
   margin: 0;
   flex-direction: column;
}

.form input,
.form textarea,
.form span {
   width: 100%;
}

.form input,
.form textarea,
.select-selected,
.select-items {
   padding: 22px 26px;
   font-size: 25px;
   border-radius: 10px;
   border: 1px solid #353335;
   background: #252525;
   font-weight: 400;
   line-height: 1.52;
   color: #fff;
}

.form input::placeholder,
.form textarea::placeholder {
   color: #A4A4A4;
}

.select {
   position: relative;
   width: 100%;
   height: 100%;
   display: flex;
   flex-direction: column-reverse;
   text-align: left;
}

.select select {
   display: none;
}

.wpcf7-response-output {
   background: #14972C;
   color: #fff;
   margin: 40px 15px 0 !important;
   font-size: 20px;
   border: none !important;
   padding: 10px !important;
   border-radius: 10px;
}

.select-selected::after {
   content: '';
   display: inline-block;
   width: 0;
   height: 0;
   border-left: 7px solid transparent;
   border-right: 7px solid transparent;
   border-top: 14px solid #A4A4A4;
}

.select-arrow:after {
   transform: rotate(180deg);
}

.select-selected {
   display: inline-flex;
   align-items: center;
   justify-content: space-between;
   width: 100%;
}

.select div,
.select-selected {
   cursor: pointer;
   user-select: none;
}

.select-items {
   position: absolute;
   top: 100%;
   left: 0;
   right: 0;
   z-index: 99 !important;
}

.select-items div {
   margin-bottom: 10px;
}

.select-items div:last-child {
   margin-bottom: 0;
}

.select-hide {
   display: none;
}

.form input[type="submit"] {
   width: fit-content;
   padding: 26px 50px;
   height: auto;
   font-size: 22px;
   margin: 30px auto 0;
}

.wpcf7-not-valid-tip {
   text-align: left;
   width: 100%;
   font-size: 16px;
   color: #14972C;
   margin: 5px 0 0;
}

.wpcf7-spinner {
   display: none;
}

input[type='date']::-webkit-calendar-picker-indicator {
   background: transparent;
   bottom: 0;
   color: transparent;
   cursor: pointer;
   height: 100%;
   left: 0;
   position: absolute;
   right: 0;
   top: 0;
   width: 100%;
}

.navbar {
   position: fixed;
   left: 0;
   z-index: 10;
   top: 0;
   right: 0;
}

.navbar::before {
   content: '';
   z-index: -1;
   width: 100%;
   height: 130px;
   position: absolute;
   top: 0;
   right: 0;
   left: 0;
   opacity: 0;
   background: #2A2828;
   transition: all .3s ease;
}

.navbar.fixed::before {
   opacity: 1;
   transition: all .3s ease;
}

.nav {
   align-items: flex-start;
   justify-content: space-between;
   color: #FFF;
}

.nav .btn {
   margin-top: 40px;
}

.nav__logo {
   min-width: 265px;
   max-width: 265px;
   width: 100%;
   height: 204px;
}

.nav__logo img {
   width: 100%;
   height: 100%;
}

.nav__menu {
   margin: 56px auto 0;
}

.nav__menu ul {
   list-style: none;
   display: flex;
   align-items: center;
   gap: 61px;
   padding-right: 15px;
   position: relative;
}

.nav__menu a {
   color: #FFF;
}

.nav__menu h3,
.nav__menu .address,
.nav__menu .social {
   display: none;
}

.nav__menu ul::before {
   top: 0;
   bottom: auto;
}

.nav .address {
   flex-direction: column;
}

.nav__menu ul::before,
.nav__menu ul::after {
   content: '';
   width: 100%;
   height: 1px;
   background: #2B2B2B;
   box-shadow: 0px 1px 0px 0px #414141;
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   display: none;
}

.nav__menu h3 {
   color: #D9D9D9;
   font-family: "Ristretto Slab Pro";
   font-size: 34px;
   font-weight: 700;
}

.nav__menu .address {
   margin-bottom: 40px;
}

.nav__menu .address img {
   filter: brightness(100);
}

.burger {
   width: 39px;
   height: 39px;
   position: relative;
   z-index: 999;
   border-radius: 50%;
   transition: all .5s ease;
   display: none;
   cursor: pointer;
   border: 1px solid rgba(255, 255, 255, .3);
   margin-bottom: 40px;
}

.burger::after,
.burger::before,
.burger div {
   content: '';
   position: absolute;
   width: 19px;
   height: 2px;
   left: 50%;
   transform: translate(-50%, 0);
   background: #fff;
}

.burger::before {
   top: 13px;
}

.burger::after {
   bottom: 12px;
}

.burger div {
   top: 50%;
   transition: all .3s ease;
   transform: translate(-50%, -50%)
}

.burger.active::before,
.burger.active::after {
   display: none;
}

.burger.active {
   position: fixed;
   right: 20px;
   top: 22px;
   transition: all .5s ease;
}

.burger:hover {
   transform: scale(1.1)
}

.burger.active div {
   background: url(../img/btn-arrow.svg?ver=1.015) center center / 100% 100% no-repeat;
   width: 20px;
   height: 16px;
   transition: all .3s ease;
}

.section__hero {
   padding: 0;
   text-align: left;
}

.section__hero:not(.section__hero-def) {
   display: flex;
}

.section__hero:not(.section__hero-def) .hero {
   height: 100%;
}

.section__hero:not(.section__hero-def) .hero__content {
   margin: auto 0;
}

.hero {
   position: relative;
   color: #fff;
   z-index: 0;
}

.section__hero::before {
   content: '';
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   width: 100%;
   background: linear-gradient(180deg, rgba(12, 12, 12, 0.00) 0%, #1B1B1B 100%);
   height: 293px;
   z-index: -1;
}

.hero__content {
   padding: 250px 0 250px;
   max-width: 1059px;
   width: 100%;
}

.section__hero-def .hero__content {
   padding: 262px 0 82px;
}

.hero__content h1 {
   font-family: "Ristretto Slab Pro";
   font-size: 118px;
   font-style: normal;
   font-weight: 700;
   line-height: 1;
   margin: -8px 0;
   letter-spacing: 3.54px;
   background: linear-gradient(90deg, #F4F4F4 0%, #B0B0B0 30.73%, #EAEAEA 61.43%, #BBB 100%);
   background-clip: text;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   margin-bottom: 43px;
}

.hero__content p {
   font-size: 22px;
   font-weight: 400;
   line-height: 1.45;
   margin-bottom: 50px;
   max-width: 912px;
   width: 100%;
}

.section__hero-def .hero__content p {
   max-width: 969px;
}

.hero__content .address {
   margin-left: 50px;
   gap: 30px;
}

.hero__content > .flex-row {
   align-items: center;
}

.hero__img {
   position: absolute;
   bottom: 0;
   right: -27px;
   width: 564px;
   z-index: -2;
   height: 865px;
}

.section__hero-def .hero__img {
   width: 692px;
   height: 580px;
   right: -180px;
   z-index: -1;
}

.bg-video {
   display: block !important;
}

.bg-video::before {
   content: '';
   position: absolute;
   left: 0;
   top: 0;
   right: 0;
   bottom: 0;
   z-index: 1;
   background: rgba(0, 0, 0, .4);
}

.bg-video video,
.bg-video iframe {
   width: 100vw;
   object-fit: cover;
   height: 100%;
}

.hero__img img,
.hero__img video,
.hero__img iframe {
   width: 100%;
   border: none;
   max-width: 100%;
   height: 100%;
}

.hero__dec {
   position: absolute;
}

.hero__dec1 {
   bottom: 13px;
   left: 0;
   width: 265px;
   height: 265px;
}

.hero__dec2 {
   bottom: 64px;
   right: -30px;
   width: 342px;
   height: 342px;
}

.service {
   text-align: center;
}

.service h2 {
   background: linear-gradient(90deg, #1D1E21 0%, #3C3D43 30.73%, #1D1E21 61.43%, #5B5D66 100%);
   background-clip: text;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   margin-bottom: 45px;
}

.service p {
   color: #454545;
   font-size: 18px;
   line-height: 1.44;
   margin: 0 auto;
   max-width: 858px;
   width: 100%;
}

.service__swiper {
   margin: 80px 0 0;
}

.service__swiper .swiper-slide {
   text-align: left;
   border-radius: 10px;
   border: 1px solid #E8E8E8;
   position: relative;
   padding: 60px 30px 49px;
   background: linear-gradient(180deg, #FAFAFA 0%, #E7E7E7 55.39%, #F5F5F5 100%);
}

.service__price {
   position: absolute;
   top: 19px;
   right: 19px;
   color: #1D1E21;
   text-align: right;
   font-family: "Brygada 1918";
   font-size: 20px;
   font-style: italic;
}

.service__swiper .swiper-slide img {
   margin-bottom: 32px;
}

.service__swiper .swiper-slide h4 {
   font-family: "Brygada 1918";
   font-size: 30px;
   font-style: italic;
   font-weight: 600;
   line-height: normal;
   background: linear-gradient(136deg, #35BE4F 12.22%, #127224 93.94%);
   background-clip: text;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   margin-bottom: 30px;
}

.service__swiper .swiper-slide p {
   color: #454545;
   font-family: "LT Streak";
   font-size: 16px;
   line-height: 1.62;
}

.service__dec {
   position: absolute;
   width: 330px;
   height: 461px;
   z-index: -1;
   top: 27px;
   left: 0;
}

.swiper-pagination {
   position: relative;
   bottom: 0 !important;
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 22px;
   margin-top: 30px;
}

.swiper-pagination-bullet {
   margin: 0 !important;
   width: 8px;
   height: 8px;
   opacity: 1;
   background: #DBDBDB;
   border: 1px solid #DBDBDB;
   transition: all .3s ease;
}

.swiper-pagination-bullet-active {
   background: #2FB047;
   border: 1px solid #14972C;
   transition: all .3s ease;
}

.academy {
   text-align: center;
   color: #FFF;
   padding-bottom: 30px;
}

.academy h2 {
   margin-bottom: 70px;
}

.academy h3 {
   font-family: "LT Streak";
   font-size: 42px;
   font-style: normal;
   font-weight: 700;
   line-height: 1.33;
   margin-bottom: 50px;
   max-width: 1218px;
   width: 100%;
}

.academy p {
   font-size: 26px;
   line-height: 2.15;
   max-width: 1028px;
   width: 100%;
   margin-bottom: 50px;
}

.section__blog {
   padding: 0 0 150px;
}

.blog {
   text-align: center;
   color: #fff;
}

.blog__swiper {
   margin: 60px -25px 10px;
   padding: 25px;
}

.blog__items .blog__item {
   height: fit-content;
}

.blog__item {
   text-align: left;
   display: inline-block;
   overflow: hidden;
   border-radius: 10px;
   border: 1px solid #272627;
   box-shadow: 0 0 20px transparent;
   transition: all .3s ease;
   background: linear-gradient(162deg, #1F1E1F 47.35%, #272527 71.35%, #1F1E1F 87.75%);
}

.blog__item:hover {
   transform: scale(1.05);
   box-shadow: 0 0 20px #2B2B2B;
   transition: all .3s ease;
}

.blog__item img {
   height: 256px;
   width: 100%;
   max-width: 100%;
   object-fit: cover;
}

.blog__item-content {
   padding: 25px 20px;
   height: fit-content;
   align-items: flex-start;
}

.blog__item-content h5 {
   font-size: 22px;
   font-weight: 700;
   margin-bottom: 19px;
}

.blog__item-content p {
   color: #C3C3C3;
   font-size: 16px;
   line-height: 1.62;
   margin-bottom: 20px;
}

.blog__item-content .btn {
   margin: auto 0 0 auto;
}

.section__team {
   padding: 0;
}

.team {
   text-align: center;
}

.team h3 {
   color: #C3C3C3;
   text-align: center;
   font-family: "LT Streak";
   font-size: 18px;
   font-style: normal;
   font-weight: 400;
   line-height: 1.44;
   max-width: 858px;
   width: 100%;
   margin: 50px auto 0;
}

.team__swiper {
   margin-top: 103px;
   margin-bottom: 34px;
   position: relative;
   padding: 0 80px;
}

.team__item h4 {
   font-family: "LT Streak";
   font-size: 34px;
   font-weight: 700;
   background: linear-gradient(90deg, #F4F4F4 0%, #B0B0B0 30.73%, #EAEAEA 61.43%, #BBB 100%);
   background-clip: text;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}

.team__item img {
   width: 100%;
   max-width: 100%;
   height: 469px;
   margin-bottom: 30px;
   object-fit: cover;
   border-radius: 10px;
   border: 2px solid #353335;
}

.team__item {
   position: relative;
   z-index: 0;
}

.team__item::before {
   content: '';
   transition: all .3s ease;
   z-index: -1;
   position: absolute;
   left: 0;
   top: 0;
   right: 0;
   bottom: 0;
   width: 100%;
   height: 100%;
   opacity: 0;
   background: linear-gradient(162deg, #1F1E1F 47.35%, #272527 71.35%, #1F1E1F 87.75%);
}

.team__item:hover::before {
   transition: all .3s ease;
   opacity: 1;
}

.multi__decor {
   position: absolute;
   left: 0;
   bottom: 300px;
   z-index: -1;
}

.swiper-btn {
   width: 57px;
   height: 57px;
   border-radius: 57px;
   position: absolute;
   z-index: 2;
   cursor: pointer;
   top: 50%;
   transform: translate(0, -50%);
   opacity: 1;
   visibility: visible;
   transition: all .3s ease;
   background: url(../img/swiper-arrow.svg?ver=1.015) center center / 11px 21px no-repeat, linear-gradient(162deg, #1F1E1F 47.35%, #272527 71.35%, #1F1E1F 87.75%), #D9D9D9;
}

.card__swiper .swiper-btn {
   background: url(../img/swiper-arrow-dark.svg?ver=1.015) center center / 11px 21px no-repeat, linear-gradient(180deg, #FAFAFA 0%, #E7E7E7 55.39%, #F5F5F5 100%);
}

.card__swiper .swiper-btn {
   transform: translate(0, 40%);
}

.card__swiper .swiper-btn:hover {
   transform: translate(0, 40%) scale(1.1);
}

.swiper-btn.swiper-button-disabled {
   opacity: 0;
   visibility: hidden;
   transition: all .3s ease;
}

.card__swiper .swiper-btn.swiper-button-disabled {
   opacity: 1;
   visibility: visible;
}

.swiper-btn:hover {
   transform: translate(0, -50%) scale(1.1);
}

.swiper-prev {
   transform: translate(0, -50%) rotate(180deg);
   left: -0;
}

.card__swiper .swiper-prev {
   transform: translate(0, 40%) rotate(180deg);
}

.swiper-prev:hover {
   transform: translate(0, -50%) rotate(180deg) scale(1.1);
}

.card__swiper .swiper-prev:hover {
   transform: translate(0, 40%) rotate(180deg) scale(1.1);
}

.swiper-next {
   right: -0;
}

.reviews {
   align-items: center;
   justify-content: space-between;
   margin: 5px 0 32px;
}

.reviews__content {
   max-width: 385px;
   width: 100%;
}

.reviews__content h2 {
   background: linear-gradient(90deg, #1D1E21 0%, #3C3D43 30.73%, #1D1E21 61.43%, #5B5D66 100%);
   background-clip: text;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   margin-bottom: 40px;
   margin-top: -8px;
   line-height: 1;
}

.reviews__content p {
   color: #454545;
   font-size: 18px;
   line-height: 1.77;
}

.reviews__swiper {
   width: calc(100% - 435px);
   position: relative;
   padding: 0 70px;
}

.card__swiper {
   padding: 0 70px;
}

.card__swiper .shop__item {
   display: flex;
   flex-direction: column;
}

.card__swiper .shop__item-content {
   width: auto !important;
}

.card__swiper .shop__item-content .shop__btn {
   padding-right: 0;
   padding-left: 0;
}

.reviews__swiper .swiper-slide {
   border-radius: 10px;
   border: 1px solid #E8E8E8;
   position: relative;
   padding: 20px 20px 45px;
   background: linear-gradient(180deg, #FAFAFA 0%, #E7E7E7 55.39%, #F5F5F5 100%);
}

.reviews__swiper .swiper-pagination,
.card__swiper .swiper-pagination {
   display: none;
}

.reviews__header {
   padding-bottom: 20px;
   position: relative;
   margin-bottom: 20px;
   align-items: center;
}

.reviews__header img {
   min-width: 73px;
   max-width: 73px;
   width: 100%;
   border-radius: 50%;
   margin-right: 30px;
   height: 73px;
}

.reviews__header h4 {
   color: #454545;
   font-size: 28px;
   font-weight: 700;
}

.reviews__header::before {
   content: '';
   position: absolute;
   bottom: 0;
   width: 100%;
   right: 0;
   left: 0;
   height: 1px;
   background: #DEDEDE;
   box-shadow: 0px 1px 0px 0px #FFF;
}

.reviews__date {
   color: #989898;
   text-align: right;
   font-size: 18px;
   position: absolute;
   right: 20px;
   top: 20px;
}

.reviews__slide-content {
   color: #454545;
   font-size: 16px;
   margin-bottom: -26px;
   line-height: 1.62;
}

.reviews__slide-content p {
   margin-bottom: 26px;
}

footer {
   background: #232323;
   text-align: left;
}

.footer {
   padding: 40px 0 30px;
   color: #fff;
}

.footer a:not(.btn) {
   color: #D7D7D7;
   transition: all .3s ease;
}

.footer a:not(.btn):hover {
   color: #2FB047;
   transition: all .3s ease;
   text-shadow: 0 0 2px #2FB047;
}

.footer h4 {
   font-size: 22px;
   font-weight: 700;
   margin-bottom: 28px;
}

.footer .container {
   position: relative;
   align-items: flex-start;
   justify-content: space-between;
   gap: 20px;
}

.footer__logo {
   margin-left: 40px;
   min-width: 257px;
   max-width: 257px;
   margin-right: 25px;
   width: 100%;
   height: 202px;
}

.footer__logo img {
   width: 100%;
   height: 100%;
}

.footer__menu {
   max-width: 260px;
   width: 100%;
}

.footer__menu ul {
   display: flex;
   flex-wrap: wrap;
   gap: 22px;
   list-style: none;
}

.footer__menu li {
   width: calc(50% - 11px);
}

.footer__menu li:nth-child(2n + 2) {
   width: fit-content;
   min-width: 75px;
   margin-left: auto;
}

.footer__contact {
   max-width: 324px;
}

.footer .address,
.footer .social {
   flex-direction: column;
   align-items: flex-start;
   font-size: 22px;
   font-weight: 400;
   line-height: 1.18;
}

.footer .social {
   text-align: right;
   align-items: flex-end;
   margin-top: 36px;
}

.footer .social p {
   width: 100%;
   font-size: 22px;
   text-align: center;
   margin-bottom: 10px;
}

.footer .address img {
   filter: brightness(8);
}

.footer__order {
   max-width: 176px;
   width: 100%;
   align-items: flex-end;
}

.footer__btn {
   position: fixed;
   width: 96px;
   height: 96px;
   opacity: 1 !important;
   bottom: 62px;
   right: 36px;
   border-radius: 50%;
   color: #FFF !important;
   text-align: center;
   font-family: "LT Streak";
   font-size: 16px;
   display: inline-flex;
   font-weight: 500;
   text-transform: uppercase;
   align-items: center;
   justify-content: center;
   background: linear-gradient(136deg, #35BE4F 12.22%, #127224 93.94%), #D9D9D9;
   filter: drop-shadow(0px 8px 40.2px rgba(86, 214, 110, 0.50));
   animation: pulse2 4s ease 0s infinite both;
   transition: all .3s ease;
}

.footer__btn::before {
   content: '';
   position: absolute;
   border-radius: 50%;
   border: 1px solid rgba(38, 158, 61, 0.10);
   filter: drop-shadow(0px 8px 40.2px rgba(86, 214, 110, 0.50));
   left: 50%;
   top: 50%;
   width: 118px;
   height: 118px;
   animation: pulse 4s ease 0s infinite both
}

@keyframes pulse {
   0% {
      transform: translate(-50%, -50%) scale(1);
   }

   50% {
      transform: translate(-50%, -50%) scale(1.5);
   }

   100% {
      transform: translate(-50%, -50%) scale(1);
   }
}

@keyframes pulse2 {
   0% {
      filter: drop-shadow(0px 8px 40.2px rgba(86, 214, 110, 0.50));

   }

   50% {
      filter: drop-shadow(0px 15px 60.2px rgba(86, 214, 110, 0.50));

   }

   100% {
      filter: drop-shadow(0px 8px 40.2px rgba(86, 214, 110, 0.50));

   }
}

.footer__btn:hover {
   transform: scale(1.1);
   transition: all .3s ease;
}

.footer__copy {
   text-align: center;
   border-top: 1px solid #2D2D2D;
   padding-top: 30px;
   color: #A7A7A7;
   font-size: 20px;
   font-weight: 400;
   margin-top: 40px;
}

.modal {
   border-radius: 15px;
   background: #1D1D1D;
   max-width: 1226px;
   width: 100%;
   margin: 20px auto;
   position: relative;
   padding: 60px 120px;
   text-align: center;
}

.modal h3 {
   font-family: "Ristretto Slab Pro";
   font-size: 56px;
   font-style: normal;
   font-weight: 700;
   background: linear-gradient(90deg, #F4F4F4 0%, #B0B0B0 30.73%, #EAEAEA 61.43%, #BBB 100%);
   background-clip: text;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   line-height: normal;
   margin-bottom: 40px;
}

.modal > p {
   color: #FFF;
   text-align: center;
   font-size: 18px;
   line-height: 1.44;
   max-width: 858px;
   width: 100%;
   margin: 0 auto 40px;
}

.mfp-close {
   cursor: pointer;
   position: absolute;
   top: 20px !important;
   right: 20px;
   width: 18px;
   height: 18px;
   font-size: 18px;
   opacity: 1;
   line-height: 18px;
   padding: 9px;
   background: url(../img/close.svg?ver=1.015) center center / 100% 100% no-repeat;
}

.section__shop .breadcrumb_last {
   color: #1D1E21 !important;
}

.breadcrumps > span {
   display: flex;
   align-items: center;
   justify-content: flex-start;
   flex-wrap: wrap;
   gap: 18px;
   font-size: 18px;
   color: #A9A9A9;
}

.breadcrumps > span a {
   color: #A9A9A9;
}

.breadcrumps > span > span {
   display: inline-flex;
   align-items: center;
   gap: 18px;
}

.breadcrumps > span > span::after {
   content: '';
   width: 3px;
   height: 6px;
   display: inline-block;
   background: url(../img/bread-arrow.svg?ver=1.015) center center / 100% 100%;
}

.breadcrumb_last {
   color: #FFF !important;
}

.breadcrumb_last::after {
   display: none !important;
}

.section__blog-blog {
   padding: 40px 0 150px;
}

.blog__sort {
   align-items: center;
   gap: 20px;
   justify-content: flex-end;
   margin: 88px 0 58px;
}

.blog__sort p {
   color: #686868 !important;
   margin-bottom: 0 !important;
}

.blog .searchandfilter ul {
   height: 24px;
   list-style: none;
}

.blog .searchandfilter ul li,
.blog .searchandfilter h4 {
   padding: 0;
   margin: 0;
   height: fit-content;
}

.blog .searchandfilter h4 {
   color: #686868;
   font-family: "LT Streak";
   font-size: 20px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
   margin-right: 20px;
}

.blog__sort .select_,
.blog__sort .select {
   display: flex;
   align-items: center;
   flex-direction: row;
   width: fit-content;
   position: relative;
   min-width: 189px;
}

.blog__sort .select_ select {
   display: none;
}

.blog__sort .select-selected,
.blog__sort .select-items {
   font-size: 20px;
   border-radius: 10px;
   border: 1px solid #686868;
   background: #1C1C1C;
   padding: 17px 20px;
   line-height: 1;
}

.blog__sort .select-selected::after {
   right: -20px;
   position: relative;
}

.blog__sort .select-selected {
   padding-right: 40px;
}

.blog__sort .select-items div {
   margin-bottom: 10px;
}

.blog__sort .select-items div:last-child {
   margin-bottom: 0;
}

.blog__sort .select-items {
   top: calc(100% + 10px);
}

.blog__sort .select-selected::after {
   border-left: 5px solid transparent;
   border-right: 5px solid transparent;
   border-top: 10px solid #A4A4A4;
}

.blog__items {
   margin: 0 -15px;
   width: calc(100% + 30px);
}

.blog__items > div {
   padding: 0 15px 25px;
}

a.blog__item,
a.blog__item .blog__item-content {
   display: flex;
   flex-direction: column;
   height: 100% !important;
}

a.blog__item .btn {
   margin-top: auto !important;
}

.pagination {
   margin-top: 30px;
}

.shop .nav-links li,
.shop .nav-links span,
.shop .nav-links a {
   background: #F1F1F1;
   color: #1D1E21;
}

.shop .nav-links li a {
   color: #1D1E21;
}

.nav-links {
   list-style: none;
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: center;
   gap: 12px;
}

.nav-links li,
.nav-links > span,
.nav-links > a {
   width: 36px;
   height: 45px;
   border-radius: 10px !important;
   overflow: hidden;
   background: #252525;
   color: #FFF;
   text-align: center;
   font-size: 22px;
   line-height: 1;
   padding-top: 4px;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   transition: all .3s ease;
}

.nav-links li a,
.nav-links > span a {
   width: 100%;
   height: 100%;
   display: inline-flex;
   align-items: center;
   justify-content: center;
}

.nav-links li:first-child,
.nav-links .prev {
   transform: rotate(180deg);
}

.nav-links li:first-child,
.nav-links li:last-child,
.nav-links .prev,
.nav-links .next {
   background: none !important;
   padding-top: 0;
}

.nav-links li.active,
.nav-links li:hover,
.nav-links a:hover,
.nav-links > span:hover,
.nav-links .current {
   background: #2FB047 !important;
   transition: all .3s ease;
}

.section__article {
   padding: 40px 0 125px;
}

.article {
   color: #fff;
   position: relative;
   margin-top: 88px;
}

.blog__item-content p:nth-child(2) {
   display: none;
}

.article > div:not(.article__btns) {
   float: left;
   width: 740px;
   height: 394px;
   margin: 0 30px 30px 0;
}

.article img {
   border-radius: 9px 9px 0px 0px;
   width: 100%;
   height: 100%;
   object-fit: cover;
   max-width: 100%;
}

.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
   font-weight: 700;
   font-family: "LT Streak";
   line-height: normal;
   margin-bottom: 40px;
}

.article > *:not(img):not(.flex-row) {
   clear: none;
}

.article h2,
.article h3 {
   font-size: 44px;
}

.article h4 {
   font-size: 34px;
}

.article h5 {
   font-size: 28px;
}

.article h6 {
   font-size: 24px;
}

.article p,
.article li,
.article div {
   font-size: 22px;
   line-height: 1.18;
   color: #C3C3C3;
}

.article p,
.article div {
   margin-bottom: 26px;
}

.article ul,
.article ol {
   margin-left: 20px;
   margin-bottom: 26px;
}

.article *:nth-last-child(2) {
   margin-bottom: 0;
}

.article__btns {
   margin-top: 83px;
   justify-content: space-between;
   align-items: center;
}

.article__btns .btn {
   padding: 20px 30px 18px !important;
   font-size: 20px !important;
   letter-spacing: normal !important;
}

.article__btns .btn:first-child {
   flex-direction: row-reverse;
}

.article__btns .btn:first-child::after {
   transform: rotate(180deg);
}

.section__discounts {
   padding: 148px 0 158px;
}

.discounts__items {
   width: calc(100% + 30px);
   margin: 0 -15px -35px;
}

.discounts__items > div {
   padding: 0 15px 29px;
}

.discounts__item {
   position: relative;
   border-radius: 10px;
   border: 1px solid #272627;
   background: linear-gradient(162deg, #1F1E1F 47.35%, #272527 71.35%, #1F1E1F 87.75%);
   z-index: 0;
   overflow: hidden;
   padding: 5px 5px 70px;
}

.discounts__item.disable::before {
   content: '';
   position: absolute;
   left: 0;
   top: 0;
   right: 0;
   bottom: 0;
   width: 100%;
   height: 100%;
   border-radius: 10px;
   background: rgba(0, 0, 0, 0.50);
   z-index: 2;
}

.discounts__item-img {
   border-radius: 10px 10px 0px 0px;
   overflow: hidden;
   border: 1px solid #272627;
   position: relative;
   height: 350px;
}

.discounts__item-img img {
   width: 100%;
   max-width: 100%;
   height: 100%;
   object-fit: cover;
}

.discounts__item-status {
   z-index: 3;
   position: absolute;
   top: 20px;
   left: 20px;
   border-radius: 10px;
   background: #212021;
   color: #2FB047;
   font-size: 18px;
   width: 181px;
   font-weight: 600;
   padding: 13px 14px 11px;
   color: #2FB047;
   display: inline-flex;
   align-items: center;
   justify-content: center;
}

.discounts__item.disable .discounts__item-status {
   color: #E83C3C;
}

.discounts__item-content {
   padding: 42px 25px 0;
}

.discounts__item h4 {
   color: #FFF;
   font-size: 26px;
   font-weight: 800;
   margin-bottom: 30px;
   line-height: 1.23;
}

.discounts__item p {
   color: #C3C3C3;
   font-size: 18px;
   font-weight: 400;
   margin-bottom: 26px;
   line-height: 1.44;
}

.discounts__item p:last-child {
   margin-bottom: 0;
}

.section__learn {
   padding: 150px 0;
}

.learn h2 {
   font-size: 66px;
   margin: 0 auto 50px;
   max-width: 849px;
   text-align: center;
   width: 100%;
}

.learn > p {
   color: #FFF;
   text-align: center;
   font-size: 22px;
   line-height: 1.45;
}

.learn__items {
   margin: 80px -15px -30px;
   width: calc(100% + 30px);
}

.learn__items > div {
   padding: 0 15px 30px;
}

.learn__item {
   padding: 5px 5px 30px;
   border-radius: 10px;
   align-items: flex-start;
   justify-content: flex-start;
   border: 1px solid #272627;
   background: linear-gradient(162deg, #1F1E1F 47.35%, #272527 71.35%, #1F1E1F 87.75%);
}

.learn__item > img {
   width: 100%;
   max-width: 100%;
   border-radius: 10px 10px 0px 0px;
   border: 1px solid #272627;
   height: 350px;
   object-fit: cover;
}

.learn__item h3 {
   color: #FFF;
   font-size: 36px;
   font-weight: 800;
   line-height: 1.11;
   margin-bottom: 30px;
   width: 100%;
}

.learn__item p {
   color: #C3C3C3;
   font-size: 18px;
   font-weight: 400;
   line-height: 1.44;
   margin-bottom: 40px;
}

.learn__item-content {
   padding: 40px 25px 0px;
   align-items: flex-end;
   justify-content: flex-start;
}

.learn__item .flex-row {
   align-items: center;
   width: 100%;
   gap: 20px;
   color: #C3C3C3;
   font-size: 20px;
   font-weight: 700;
   line-height: 1.3;
   justify-content: flex-start;
   margin-bottom: 20px;
}

.learn__item .flex-row:nth-last-child(2) {
   margin-bottom: auto;
}

.learn__item .btn {
   margin-top: 20px;
   margin-right: -5px;
   padding: 20px 36px !important;
   font-size: 18px !important;
   font-weight: 500 !important;
   line-height: normal !important;
   letter-spacing: 1.62px !important;
   margin-left: auto;
}

.section__work {
   padding: 120px 0 125px;
}

.work {
   align-items: center;
   justify-content: space-between;
   position: relative;
   z-index: 0;
}

.work__content {
   max-width: 723px;
}

.work__content h2 {
   background: linear-gradient(90deg, #1D1E21 0%, #3C3D43 30.73%, #1D1E21 61.43%, #5B5D66 100%);
   background-clip: text;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   font-size: 66px;
   margin-bottom: 40px;
   max-width: 628px;
}

.work__content p {
   color: #1D1E21;
   font-size: 18px;
   font-weight: 400;
   line-height: 1.55;
}

.work img {
   width: 439px;
   height: 526px;
   object-fit: cover;
   position: absolute;
   right: 82px;
   top: -128px;
   z-index: -1;
   bottom: 0;
}

.section__team-academy .team__swiper {
   margin: 0 -15px -30px;
}

.section__team-academy .team__swiper > div {
   padding: 0 15px 60px;
}

.team__item h5 {
   color: #FFF;
   font-size: 22px;
   font-weight: 400;
   line-height: normal;
   margin: 20px 0 10px;
}

.team__item p {
   color: #8F8F8F;
   font-size: 18px;
   font-weight: 400;
   margin-bottom: 14px;
}

.section__team-academy {
   padding: 150px 0 115px;
}

.section__team-academy h2 {
   font-size: 66px;
   margin-bottom: 80px;
}

.section__map {
   padding: 0 0 150px;
}

.map {
   text-align: center;
   max-width: 1190px;
   width: 100%;
   margin: 0 auto;
   color: #fff;
}

.map h2 {
   margin-bottom: 47px;
   font-size: 66px;
}

.map p {
   margin-bottom: 30px;
   max-width: 803px;
   width: 100%;
   font-size: 18px;
   line-height: 1.55;
}

.map .address {
   font-size: 22px;
}

.map__map {
   width: 100%;
   overflow: hidden;
   height: 581px;
   border-radius: 20px;
   border: 1px solid #353335;
   background: #fff;
   margin-top: 40px;
}

.map__map iframe {
   border: none;
   width: 100%;
   height: 100%;
}

.section__shop {
   background: #FDFDFD;
   padding: 40px 0 150px;
}

.shop {
   margin-top: 88px;
   align-items: unset;
}

.shop__aside {
   padding: 40px 30px;
   min-width: 355px;
   max-width: 355px;
   width: 100%;
   border-radius: 10px;
   border: 1px solid #E8E8E8;
   margin-right: 30px;
   height: 740px;
   display: flex;
   flex-direction: column;
}

.shop__aside ul {
   list-style: none;
   margin-left: 0;
}

.shop__aside ul > li,
.shop__aside a,
.shop__aside div {
   color: #1D1E21;
   font-style: normal;
   font-weight: 800;
   font-size: 22px;
   cursor: pointer;
   line-height: normal;
   transition: all .3s ease;
}

.shop__aside ul > li {
   margin-bottom: 29px;
}

a.shop__header::after {
   display: none;
}

.shop__aside ul > li:hover,
.shop__aside ul > li.active,
.shop__aside ul > li.active div,
.shop__aside a:hover {
   color: #2FB047 !important;
   transition: all .3s ease;
}

.shop__header {
   display: flex;
   align-items: center;
   justify-content: space-between;
}

.shop__header::after {
   content: '';
   display: inline-block;
   width: 7px;
   height: 14px;
   transition: all .3s ease;
   filter: brightness(0);
   background: url(../img/shop-arrow.svg?ver=1.015) center center / 100% 100% no-repeat;
}

.shop__aside ul > li.active .shop__header::after {
   transform: rotate(90deg);
   transition: all .3s ease;
   filter: brightness(1);
}

.shop__header:hover::after {
   filter: brightness(1);
   transition: all .3s ease;
}

.shop__content {
   width: 100%;
   margin-left: 20px !important;
   height: 0;
   opacity: 0;
   visibility: hidden;
   transition: all .3s ease;
}

.shop__aside ul > li.active .shop__content {
   margin-top: 20px;
   height: auto;
   opacity: 1;
   visibility: visible;
   transition: all .3s ease;
}

.shop__content li {
   margin-bottom: 20px !important;
}

.shop__container {
   width: 100%;
}

.shop__items {
   width: calc(100% + 30px);
   margin: 0 -15px;
}

.shop__items > div,
.card__swiper .swiper-slide {
   padding: 0 15px 30px;
   position: relative;
}

.card__swiper .swiper-slide {
   padding: 0;
}

.shop__item {
   border-radius: 10px;
   border: 1px solid #E8E8E8;
   background: #F3F3F3;
   padding: 1px;
   display: flex;
   flex-direction: column;
   transition: all .5s ease;
   justify-content: flex-start;
   box-shadow: 0px 100px 80px 0px transparent, 0px 41.778px 33.422px 0px transparent, 0px 22.336px 17.869px 0px transparent, 0px 12.522px 10.017px 0px transparent, 0px 6.65px 5.32px 0px transparent, 0px 2.767px 2.214px 0px transparent;

}

.shop__item:hover {
   z-index: 10;
   position: absolute;
   left: 15px;
   height: fit-content;
   width: fit-content;
   top: 0;
   right: 15px;
   transition: all .5s ease;
   box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.07), 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.05), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.04), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.04), 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.03), 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.02);
}

.card__swiper .shop__item,
.card__swiper .shop__item-content {
   height: 100%;
   width: 100%;
}

.card__swiper .shop__item-content {
   max-height: 350px;
}

.card__swiper .shop__item:hover {
   left: 0;
   right: 0;
   width: 100%;
   box-shadow: none;
   position: relative;
}

.shop__item img {
   width: 100%;
   max-width: 100%;
   object-fit: contain;
   background: #fff;
   height: 284px;
   border-radius: 9px 9px 0px 0px;
}

.shop__item.hide .p2,
.shop__item p {
   opacity: 0;
   visibility: hidden;
   transition: none;
   height: 0;
   margin-bottom: 0;
}

.shop__item .p2,
.shop__item.hide p {
   opacity: 1;
   height: auto;
   margin-bottom: auto;
   visibility: visible;
   transition: all .5s ease;
}

.shop__item-content {
   padding: 21px 18px 17px;
   display: flex;
   flex-direction: column;
   height: 100%;
   align-items: flex-start;
}

.shop__item-content h4 {
   color: #1D1E21;
   font-size: 18px;
   font-weight: 800;
   margin-bottom: 20px;
}

.shop__item-content p {
   color: #1D1E21;
   font-size: 16px;
   margin-bottom: 0;
   transition: all .3s ease;
}

.shop__btn {
   width: 100%;
   padding: 16px 30px;
   border-radius: 15px;
   background: #2FB047;
   color: #FFF;
   font-size: 20px;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   font-weight: 500;
   margin-top: 33px;
   transition: all .3s ease;
}

.shop__btn:hover {
   background: #0B5B1A;
   transition: all .3s ease;
}

.burger2 {
   filter: invert(1);
}

.card {
   margin-top: 68px;
}

.card__container {
   align-items: flex-start;
   margin-bottom: 80px;
}

.card__img {
   min-width: 740px;
   max-width: 740px;
   width: 100%;
   height: 596px;
   margin-right: 30px;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   border-radius: 9px 9px 0px 0px;
   border: 1px solid #F3F3F3;
   background: #fff;
}

.card__img img {
   width: 100%;
   height: 100%;
   object-fit: contain;
}

.card__content {
   width: 100%;
}

.card__content h2 {
   font-family: "LT Streak";
   font-size: 44px;
   font-style: normal;
   font-weight: 800;
   line-height: normal;
   background: #1D1E21;
   background-clip: text;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   margin-bottom: 60px;
}

.card__content ul {
   margin-bottom: 62px !important;
   margin-left: 0;
   list-style: none;
}

.card__content li {
   display: flex;
   align-items: center;
   gap: 20px;
   margin-bottom: 25px;
   justify-content: flex-start;
}

.card__content li span:first-child {
   max-width: 193px;
   min-width: 193px;
   font-weight: 600;
   width: 100%;
}

.card__content li span {
   width: 100%;
}

.card__price {
   color: #1D1E21;
   font-size: 30px;
   font-weight: 600;
   display: inline-flex;
   align-items: center;
   gap: 20px;
}

.card__price span {
   font-size: 30px;
   font-weight: 600;
}

.card__info {
   margin-bottom: 80px;
}

.card__info *:last-child {
   margin-bottom: 0;
}

.card__info h3 {
   font-size: 30px;
   font-weight: 600;
   margin-bottom: 42px;
}

.card__info h4 {
   margin: 40px 0 32px;
   font-size: 24px;
   font-weight: 600;
}

.card__info ul,
.card__info ol {
   margin-left: 25px !important;
}

.card__info p,
.card__info li {
   font-size: 18px;
   font-weight: 400;
   line-height: 1.55;
}

.card__info li {
   line-height: 1.94;
}

.card__swiper {
   position: relative;
}

.card__swiper h3 {
   font-size: 40px;
   font-weight: 600;
   margin-bottom: 58px;
}

.section__hero-cource .hero__content {
   padding: 234px 0 48px;
}

.section__hero-cource h1 {
   font-size: 98px;
   letter-spacing: 2.94px;
   margin-bottom: 50px;
}

.section__hero-cource p {
   margin-bottom: 40px;
}

.section__hero-cource .hero__content {
   max-width: 1095px;
}

.about h2 {
   text-align: center;
   font-size: 66px;
   margin-bottom: 54px;
}

.about > p {
   color: #FFF;
   font-size: 22px;
   line-height: 1.45;
   margin-bottom: 32px;
}

.about__items {
   margin: 80px -15px 5px;
   width: calc(100% + 30px);
}

.about__items > div {
   padding: 0 15px 30px;
}

.about__item {
   border-radius: 10px;
   padding: 50px 36px 62px;
   text-align: center;
   border: 1px solid #272627;
   background: linear-gradient(162deg, #1F1E1F 47.35%, #272527 71.35%, #1F1E1F 87.75%);
   color: #FFF;
   transition: all .3s ease;
}

.about__item:hover {
   transform: scale(1.1);
   transition: all .3s ease;
}

.about__item h3 {
   font-size: 126px;
   font-weight: 800;
   margin-bottom: 10px;
}

.about__item h5 {
   font-size: 36px;
   font-weight: 800;
   margin-bottom: 30px;
   line-height: 1.11;
}

.about__item p {
   font-size: 18px;
}

.section__pay {
   padding: 74px 0;
}

.pay {
   align-items: center;
   justify-content: space-between;
}

.pay h2 {
   font-size: 66px;
   background: linear-gradient(90deg, #1D1E21 0%, #3C3D43 30.73%, #1D1E21 61.43%, #5B5D66 100%);
   background-clip: text;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   margin-bottom: 30px;
}

.pay h4 {
   color: #1D1E21;
   font-size: 22px;
   font-weight: 600;
   line-height: 1.27;
   display: flex;
   align-items: center;
   margin-bottom: 30px;
}

.pay h4 span {
   margin-left: 10px;
   color: #2FB047;
   font-size: 42px;
   font-weight: 600;
   line-height: 0.66;
}

.pay p {
   font-size: 18px;
   font-weight: 500;
   line-height: 1.55;
}

.pay p span {
   color: #2FB047;
}

.pay__content {
   max-width: 680px;
}

.pay img {
   border-radius: 20px;
   width: 653px;
   height: 378px;
   object-fit: cover;
}

.section__video {
   padding: 0 0 145px;
}

.video {
   text-align: center;
   max-width: 1273px;
   width: 100%;
   margin: 0 auto;
}

.video h2 {
   font-size: 66px;
}

.video__video {
   margin-top: 85px;
}

.plyr__video-embed {
   width: 100%;
   height: 620px;
   border-radius: 20px;
   position: relative;
}

.plyr--video .plyr__controls,
.plyr__poster {
   border-radius: 20px;
}

.plyr__poster {
   background: url(../img/video-img.webp?ver=1.015) center center / 100% 100% no-repeat !important;
}

.plyr__control.plyr__control--overlaid:hover {
   transform: translate(-50%, -50%) scale(1.1);
   transition: all .3s ease;
}

.plyr__control.plyr__control--overlaid {
   background: url(..//img/play.svg?ver=1.015) center center / 100% 100%, transparent !important;
   width: 158px;
   height: 158px;
   transition: all .3s ease;
}

.plyr__control.plyr__control--overlaid svg {
   display: none;
}

.video__video img,
.video__video iframe,
.video__video video {
   border-radius: 20px;
   width: 100%;
   height: 100%;
   object-fit: cover;
   border: none;
}

.section__hold {
   overflow: unset;
   padding: 0 0 35px;
   position: relative;
}

.hold h2 {
   font-size: 66px;
   margin-bottom: 85px;
   text-align: center;
}

.hold__content {
   max-width: 740px;
   width: 100%;
   color: #fff;
   margin-left: 253px;
}

.hold__content h4 {
   font-size: 32px;
   font-weight: 600;
   line-height: .87;
   margin: 60px 0 40px;
}

.hold__content p {
   font-size: 18px;
   font-weight: 400;
   line-height: 1.55;
}

.hold__swiper {
   margin-top: 100px;
   position: relative;
   padding: 0 70px;
}

.hold__swiper .swiper-pagination {
   display: none;
}

.hold__swiper .swiper-slide {
   height: 355px;
   overflow: hidden;
   border: 2px solid #353335;
   border-radius: 10px;
}

.hold__swiper .swiper-slide img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   max-width: 100%;
}

.hold__decor {
   position: absolute;
   width: 670px;
   height: 700px;
   right: -10px;
   top: -30px;
   z-index: -2;
}

.cource h2 {
   font-size: 66px;
   background: linear-gradient(90deg, #1D1E21 0%, #3C3D43 30.73%, #1D1E21 61.43%, #5B5D66 100%);
   background-clip: text;
   text-align: center;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}

.cource__container {
   margin: 85px 0 35px;
}

.cource__content {
   width: 100%;
   margin-top: 2px;
}

.cource__content ul {
   margin-left: 0;
   margin-bottom: 50px;
   list-style: none;
}

.cource__content li {
   display: flex;
   align-items: center;
   font-size: 22px;
   font-style: normal;
   font-weight: 600;
   line-height: 1.27;
   margin-bottom: 20px;
}

.cource__content li::before {
   content: '';
   display: inline-block;
   width: 0;
   height: 0;
   border-left: 8px solid transparent;
   border-right: 8px solid transparent;
   border-bottom: 16px solid #2FB047;
   margin-right: 32px;
   margin-bottom: 7px;
}

.cource__content p {
   font-size: 25px;
   line-height: 1.52;
}

.cource__container img {
   width: 653px;
   height: 604px;
   border-radius: 20px;
   object-fit: cover;
   max-width: 100%;
   margin-left: 144px;
}

.mfp-fade.mfp-bg {
   opacity: 0;
   transition: all 0.3s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
   opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
   opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
   opacity: 0;
   transition: all 0.3s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
   opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
   opacity: 0;
}

.contact h2 {
   font-size: 66px;
   text-align: center;
}

.contact .form {
   justify-content: space-between;
   width: calc(100% + 30px);
   margin: 85px -15px 5px;
}

.contact .form > p {
   padding: 0 15px 30px;
}


.checkbox {
   margin-top: 30px;
   color: #C3C3C3;
   font-size: 18px;
   font-weight: 400;
   line-height: 1.44;
   width: calc(100% - 402px);
}

.checkbox > span {
   display: flex;
   align-items: center;
}

.checkbox input {
   width: 24px;
   height: 24px;
   border-radius: 5px;
   border: 1px solid #353335;
   padding: 0 !important;
   background: transparent;
   margin-right: 17px;
   transition: all .3s ease;
   cursor: pointer;
}

.checkbox input:hover {
   background: #353335b9;
   transition: all .3s ease;
}

.checkbox input:checked {
   transition: all .3s ease;
   background: url(../img/check.svg?ver=1.015) center center / 80% 80% no-repeat, transparent;
}

.button {
   margin-top: 25px;
   width: fit-content;
}

.button input[type="submit"] {
   font-size: 18.3px;
   font-style: normal;
   margin-top: 0;
   padding: 32px 50px;
   font-weight: 800;
   line-height: normal;
   letter-spacing: 1.98px;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
   display: none;
}

.wpcf7-list-item {
   margin-left: 0;
}

.wpcf7-list-item label {
   display: flex;
   align-items: center;
}