:root {
    --cover-timing: 0.5s;
    --cover-ease: cubic-bezier(0.66, 0.08, 0.19, 0.97);
    --cover-stagger: 0.15s;
    --text-timing: 0.75s;
    --text-stagger: 0.015s;
    --text-ease: cubic-bezier(0.38, 0.26, 0.05, 1.07);
    --title-stagger: 0.05s;
    --highlight: white;
    --base-1: #013f7c;
    --base-2: #236cae;
    --text: #221f32
}

html {
    box-sizing: border-box;
    cursor: default;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent
}

* {
    outline: 0
}

*,
::after,
::before {
    box-sizing: inherit
}

::-moz-selection {
    color: #fff;
    background: #1b64fa
}

::selection {
    color: #fff;
    background: #1b64fa
}

body,
html {
    font-family: "Gilroy", sans-serif;
    background-color: #f4f5f5;
    font-size: 16px;
    line-height: 145%;
    color: #221f32;
    margin: 0;
    padding: 0
}

body {
    overflow-x: hidden
}

body.lock {
    overflow: hidden;
    height: 100vh
}

blockquote,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

ol,
ul {
    padding-left: 0;
    list-style-type: none
}

ol,
p,
ul {
    margin-top: 0;
    margin-bottom: 0
}

figure {
    margin: 0 auto
}

sub,
sup {
    line-height: 1em;
    font-size: .75em
}

a {
    transition-duration: .3s;
    transition-timing-function: ease-out;
    transition-property: background-size;
    text-decoration: none;
    cursor: pointer
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    padding: 0;
    border: 0;
    background-color: transparent;
    margin: 0
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
    cursor: auto;
    font-weight: inherit;
    text-transform: inherit;
    text-align: left
}

[role=button][disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled],
button[disabled] {
    cursor: initial
}

select,
textarea {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1
}

select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1
}

select::placeholder,
textarea::placeholder {
    opacity: 1
}

input[type=email]::-ms-clear,
input[type=email]::-ms-reveal,
input[type=password]::-ms-clear,
input[type=password]::-ms-reveal,
input[type=search]::-ms-clear,
input[type=search]::-ms-reveal,
input[type=tel]::-ms-clear,
input[type=tel]::-ms-reveal,
input[type=text]::-ms-clear,
input[type=text]::-ms-reveal {
    display: none
}

input[type=email]::-webkit-search-cancel-button,
input[type=email]::-webkit-search-decoration,
input[type=email]::-webkit-search-results-button,
input[type=email]::-webkit-search-results-decoration,
input[type=password]::-webkit-search-cancel-button,
input[type=password]::-webkit-search-decoration,
input[type=password]::-webkit-search-results-button,
input[type=password]::-webkit-search-results-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration,
input[type=tel]::-webkit-search-cancel-button,
input[type=tel]::-webkit-search-decoration,
input[type=tel]::-webkit-search-results-button,
input[type=tel]::-webkit-search-results-decoration,
input[type=text]::-webkit-search-cancel-button,
input[type=text]::-webkit-search-decoration,
input[type=text]::-webkit-search-results-button,
input[type=text]::-webkit-search-results-decoration {
    display: none
}

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

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

select {
    cursor: pointer
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

select::-ms-expand {
    display: none
}

textarea {
    resize: none
}

img,
video {
    height: auto;
    display: block
}

svg,
use {
    transform: translateZ(0);
    display: block
}

img,
svg,
video {
    max-width: 100%
}

hr {
    border: 0;
    height: 1px;
    margin: 0;
    width: 100px;
    background-color: fade(#000, 18%)
}

@media (min-width: 360px) {
  .main-info-small__img {
    height: 80px !important;
  }
}

/* Для ширины выше 760px */
@media (min-width: 761px) {
  .main-info-small__img {
    height: 100px !important;
  }
  
  
  .benefits__right-slide {
 	align-items: center !important;
	margin-left: 100px !important;
  }
 }

@media (max-width:760px) {

    body,
    html {
        font-size: 14px;
        line-height: 120%
    }
    
    .main-info-big {
    	height: 300px !important;
    }
   
    .main-info__box {
    	height: auto !important;
    }
}

.main {
    overflow: hidden
}

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

.cover img,
.logo img {
    width: 100%;
    height: 100%
}

.cover img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.enthalpy {
    font-family: "Enthalpy 298", sans-serif
}

.logo {
    width: 260px;
    display: block
}

.logo img {
    -o-object-fit: contain;
    object-fit: contain
}

.page-top {
    margin-top: 30px;
    margin-bottom: 30px
}

.page-top+.contacts {
    margin-top: 75px
}

.btn {
    font-family: "Gilroy", sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 13px;
    line-height: 145%;
    text-transform: uppercase;
    text-align: center;
    color: rgba(0, 0, 0, .8);
    border-radius: 10px;
    padding: 25px 79px;
    background-color: #f2c94c;
    border: 1px solid #f2c94c;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all .3s
}

.btn:hover {
    background-color: #ffc000;
    border-color: #ffc000
}

.btn_item {
    background-color: transparent;
    border-color: #013f7c;
    color: #013f7c
}

.btn-item:hover,
.btn_blue:hover,
.btn_item:hover {
    background-color: #013f7c;
    border-color: #013f7c;
    color: #fff
}

.btn_blue {
    border-color: transparent;
    background: rgba(196, 213, 228, .43);
    color: var(--base-1)
}

.btn-item:hover,
.btn_blue:hover {
    border-color: transparent
}

.btn-item {
    font-family: "Gilroy", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 500;
    font-size: 15px;
    border-radius: 10px;
    width: 100%;
    height: 64px;
    background-color: #dfe7ed;
    cursor: pointer;
    position: relative;
    overflow: hidden
}

.btn-item,
.btn-item svg,
.btn-item svg * {
    transition: all .3s
}

.btn-item:hover {
    border-color: #013f7c
}

.btn-item:hover svg * {
    fill: #fff
}

.btn-item_blue {
    -webkit-backdrop-filter: blur(26.4px);
    backdrop-filter: blur(26.4px);
    background-color: rgba(255, 255, 255, .09);
    color: #fff
}

.btn-item_blue:hover {
    background-color: #fff;
    border-color: #fff;
    color: #013f7c
}

.btn-item_blue:hover svg * {
    fill: #013f7c
}

.field {
    width: 100%;
    font-family: "Gilroy", sans-serif;
    background-color: transparent;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #141516;
    padding: 15px 26px;
    border: 1px solid #141516;
    border-radius: 12px;
    position: relative;
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: all .3s ease;
    resize: none
}

.field::-webkit-input-placeholder {
    color: #5f6266
}

.field:-moz-placeholder,
.field::-moz-placeholder {
    color: #5f6266
}

.field:-ms-input-placeholder {
    color: #5f6266
}

.field:focus {
    border-color: #ffc000;
    color: #141516
}

.title {
    font-family: "Kelson Sans RU", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 145%;
    text-transform: uppercase;
    color: #221f32
}

.title_small {
    font-size: 24px;
    line-height: 100%
}

.like {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    cursor: pointer
}

.like__icon {
    width: 18px;
    height: 18px
}

.like__icon svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.like__text {
    flex: 1;
    font-weight: 500;
    font-size: 15px;
    line-height: 145%;
    color: #fff
}

.like+.like {
    margin-top: 11px
}

#map {
    width: 100%;
    height: 505px
}

.breadcrumbs {
    margin-bottom: 30px
}

.breadcrumbs ul {
    display: flex;
    align-items: center;
    gap: 5px
}

.breadcrumbs ul li,
.breadcrumbs ul li a {
    display: inline-flex;
    align-items: center;
    height: 27px;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: .01em;
    border-radius: 9px;
    padding: 2px 9px
}

.breadcrumbs ul li {
    font-weight: 500;
    color: rgba(34, 31, 50, .37);
    background-color: #fff
}

.breadcrumbs ul li a {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    gap: 4px;
    font-weight: 600;
    color: var(--base-2);
    background: rgba(35, 108, 174, .16);
    margin: -2px -9px;
    transition: background .4s cubic-bezier(.1, 0, .3, 1)
}

.breadcrumbs ul li a:hover {
    background: 0 0
}

.arrow {
    width: 24px;
    height: 24px;
    cursor: pointer
}

.arrow svg {
    display: block
}

.arrow svg * {
    transition: all .3s
}

.arrow:hover svg * {
    fill: #da251d;
    transition: all .3s
}

@media (max-width:1200px) {
    .logo {
        width: 180px
    }

    .wrapper {
        max-width: 1010px
    }

    .btn {
        padding: 20px 60px
    }
}

@media (max-width:1010px) {
    .page-top {
        margin-top: 24px;
        margin-bottom: 24px
    }

    .page-top+.contacts {
        margin-top: 50px
    }

    .wrapper {
        max-width: 750px
    }

    .btn {
        padding: 16px 48px
    }

    .breadcrumbs {
        margin-bottom: 24px
    }
}

@media (max-width:760px) {
	.extra-text {
    	margin-bottom: -80px;
    }
    
    .logo {
        width: 120px
    }

    .page-top {
        margin-bottom: 24px
    }

    .page-top,
    .page-top+.contacts {
        margin-top: 24px
    }

    .btn {
        padding: 12px 32px
    }

    .title {
        font-size: 24px
    }

    .title_small {
        font-size: 20px;
        line-height: 100%
    }

    .like {
        gap: 10px
    }

    .like__text {
        font-size: 14px;
        line-height: 120%
    }

    .breadcrumbs {
        margin-bottom: 10px;
        padding-bottom: 5px;
        overflow: auto
    }

    .breadcrumbs ul {
        gap: 4px
    }

    .breadcrumbs ul li,
    .breadcrumbs ul li a {
        height: 24px;
        border-radius: 6px;
        padding: 2px 5px;
        font-size: 13px;
        line-height: 140%;
        white-space: nowrap
    }

    .breadcrumbs ul li a {
        margin: -2px -5px
    }

    #map {
        width: 100%;
        height: 360px
    }
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy/Gilroy Light/Gilroy Light.eot");
    src: url("../fonts/Gilroy/Gilroy Light/Gilroy Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy Light/Gilroy Light.woff") format("woff"), url("../fonts/Gilroy/Gilroy Light/Gilroy Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy/Gilroy Regular/Gilroy Regular.eot");
    src: url("../fonts/Gilroy/Gilroy Regular/Gilroy Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy Regular/Gilroy Regular.woff") format("woff"), url("../fonts/Gilroy/Gilroy Regular/Gilroy Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy/Gilroy Medium/Gilroy Medium.eot");
    src: url("../fonts/Gilroy/Gilroy Medium/Gilroy Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy Medium/Gilroy Medium.woff") format("woff"), url("../fonts/Gilroy/Gilroy Medium/Gilroy Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy/Gilroy Bold/Gilroy Bold.eot");
    src: url("../fonts/Gilroy/Gilroy Bold/Gilroy Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy Bold/Gilroy Bold.woff") format("woff"), url("../fonts/Gilroy/Gilroy Bold/Gilroy Bold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy/Gilroy SemiBold/Gilroy SemiBold.eot");
    src: url("../fonts/Gilroy/Gilroy SemiBold/Gilroy SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy SemiBold/Gilroy SemiBold.woff") format("woff"), url("../fonts/Gilroy/Gilroy SemiBold/Gilroy SemiBold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "Kelson Sans RU";
    src: url("../fonts/Kelson Sans RU/Kelson Sans RU Regular/Kelson Sans RU Regular.eot");
    src: url("../fonts/Kelson Sans RU/Kelson Sans RU Regular/Kelson Sans RU Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Kelson Sans RU/Kelson Sans RU Regular/Kelson Sans RU Regular.woff") format("woff"), url("../fonts/Kelson Sans RU/Kelson Sans RU Regular/Kelson Sans RU Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Kelson Sans RU";
    src: url("../fonts/Kelson Sans RU/Kelson Sans RU Bold/Kelson Sans RU Bold.eot");
    src: url("../fonts/Kelson Sans RU/Kelson Sans RU Bold/Kelson Sans RU Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Kelson Sans RU/Kelson Sans RU Bold/Kelson Sans RU Bold.woff") format("woff"), url("../fonts/Kelson Sans RU/Kelson Sans RU Bold/Kelson Sans RU Bold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: "Enthalpy 298";
    src: url("../fonts/Enthalpy 298/Enthalpy 298.eot");
    src: url("../fonts/Enthalpy 298/Enthalpy 298.eot?#iefix") format("embedded-opentype"), url("../fonts/Enthalpy 298/Enthalpy 298.woff") format("woff"), url("../fonts/Enthalpy 298/Enthalpy 298.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 13px 0;
    transition: all .3s
}

.header.fixed {
    background-color: #013f7c;
	  position: fixed !important;
}

.header__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.header__first {
    width: 38%
}

.header__container {
    position: relative;
    left: 28px
}

.header__menu ul {
    display: inline-flex;
    gap: 53px;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(237, 237, 245, .25)
}

.header__menu ul li a {
    color: #fff;
    position: relative
}

.header__menu ul li a::before {
    content: "";
    position: absolute;
    width: calc(100% + 10px);
    height: 4px;
    left: 0;
    bottom: -20px;
    background-color: #f2c94c;
    border-radius: 50px;
    opacity: 0;
    transition: all .3s
}

.header__menu ul li.active a::before,
.header__menu ul li:hover a::before {
    opacity: 1;
    transition: all .3s
}

.header__last {
    width: 43%;
    display: flex;
    justify-content: flex-end;
    gap: 40px;
    position: relative;
    top: 4px
}

.header__contacts {
    display: flex;
    gap: 14px;
    position: relative;
    top: 1px;
    left: -4px;
    text-align: right
}

.header__social {
    display: flex;
    gap: 7px
}

.header__social-link {
    display: flex;
    align-items: center;
    width: 25px;
    height: 25px;
    transition: transform .3s
}

.arrow svg,
.header__social-link svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.header__social-link:hover {
    transform: scale(1.1)
}

.header__tel {
    font-family: "Kelson Sans RU", sans-serif;
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    transition: color .3s
}

.header__btn,
.header__tel:hover,
a.contacts__value:hover {
    color: #ffb02e
}

.header__btn {
    display: inline-flex;
    font-weight: 400;
    font-size: 15px;
    padding: 2px 0 0;
    border-bottom: 1px dashed rgba(255, 176, 46, .33);
    position: relative;
    left: 5px;
    cursor: pointer;
    transition: border .3s
}

.header__btn:hover {
    border-color: transparent
}

.header__burger {
    display: none;
    width: 32px;
    height: 32px;
    padding: 7px 3px
}

.header__burger-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.header__burger-box span {
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 50px
}

.header__burger.active span {
    display: block;
    width: 100%;
    height: 2px;
    position: relative;
    transition: all .3s
}

.header__burger.active span:first-child {
    transform: rotate(45deg);
    top: 8px;
    transition: all .3s
}

.header__burger.active span:nth-child(2) {
    opacity: 0
}

.header__burger.active span:last-child {
    transform: rotate(-45deg);
    top: -8px;
    transition: all .3s
}

.header_child {
    position: relative;
    background: var(--base-1)
}

@media (max-width:1200px) {
    .header__menu ul {
        gap: 32px;
        padding-bottom: 8px
    }

    .header__menu ul li a::before {
        bottom: -12px
    }

    .header__container {
        left: 20px
    }

    .header__last {
        gap: 24px;
        top: 5px
    }

    .header__btn,
    .header__tel {
        font-size: 18px;
        line-height: 100%
    }

    .header__btn {
        font-size: 14px;
        left: 0
    }
}

@media (max-width:1010px) {
    .header {
        padding: 10px 0
    }

    .header__first {
        width: 0
    }

    .header__container {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        z-index: 999;
        left: 0
    }

    .header__burger {
        display: flex
    }

    .header__menu ul {
        flex-direction: column;
        gap: 16px;
        padding-bottom: 0;
        border-bottom: none
    }

    .header__last {
        display: flex;
        flex-direction: column;
        position: fixed;
        gap: 16px;
        top: 0;
        left: -120%;
        width: 100vw;
        height: 100vh;
        padding: 100px 15px 40px;
        margin-left: 0;
        overflow-x: auto;
        z-index: 200;
        background-color: #013f7c;
        transition: left .3s
    }

    .header__last.active {
        left: 0;
        transition: left .3s
    }

    .header__last-resize,
    .header__menu ul li a::before {
        display: none
    }
}

.promo-swiper * {
    box-sizing: border-box
}

.promo-slide {
    min-height: 686px;
    position: relative;
    z-index: 10;
    padding-top: 210px
}

.promo__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

.promo__top {
    max-width: 950px;
    margin: 0 auto;
    position: relative
}

.promo__star {
    position: relative;
    top: -1px;
    left: 0
}

.promo__title {
    font-weight: 400;
    font-size: 125px;
    color: #fff;
    margin-top: 46px;
    margin-left: 2px;
    letter-spacing: .3px
}

.promo__subtitle {
    max-width: 575px;
    margin: 63px auto 34px;
    font-size: 20px;
    line-height: 145%;
    text-align: center;
    color: #fff
}

.promo__form {
    position: relative;
    z-index: 20;
    margin-top: -40px
}

.promo__row {
    display: grid;
	margin-top: 45px;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px
}

.promo__coll {
    width: 100%;
    height: 78px;
    border-radius: 5px;
    -webkit-backdrop-filter: blur(29px);
    backdrop-filter: blur(29px);
    background: rgba(0, 0, 0, .14);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}

.promo__coll:first-child span {
    font-size: 42px
}

.promo__coll-top {
    display: flex;
    align-items: flex-end;
    gap: 16px;
    margin-bottom: 5px
}

.promo__coll-value {
    font-weight: 600;
    font-size: 30px;
    line-height: 20px
}

.promo__coll-desc {
    font-weight: 400;
    font-size: 15px;
    line-height: 145%
}

.promo .wrapper {
    position: relative;
    z-index: 10
}

@media (max-width:1200px) {
    .promo-slide {
        min-height: 580px;
        padding-top: 130px
    }

    .promo__star {
        top: 0;
        left: 0
    }

    .promo__title {
        font-size: 116px;
        margin-left: 0
    }

    .promo__coll-top {
        gap: 12px;
        margin-bottom: 6px
    }

    .promo__coll-value {
        font-size: 26px
    }

    .promo__coll-desc {
        font-size: 14px;
        line-height: 132%
    }

    .promo__coll:first-child span {
        font-size: 34px
    }
}

@media (max-width:1010px) {
    .promo-slide {
        min-height: 600px;
        padding-top: 130px
    }

    .promo__title {
        font-size: 88px;
        margin-top: 32px
    }

    .promo__subtitle {
        max-width: 520px;
        margin: 42px auto 24px;
        font-size: 18px
    }

    .promo__row {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px
    }

    .promo__coll-top {
        gap: 10px;
        margin-bottom: 5px
    }

    .promo__coll-value {
        font-size: 22px
    }

    .promo__coll-desc {
        font-size: 14px;
        line-height: 120%
    }

    .promo__coll:first-child span {
        font-size: 30px
    }
}

@media (max-width:760px) {
    .promo-slide {
        padding-top: 100px;
        padding-bottom: 80px;
        height: 100%
    }

    .promo__title {
        font-size: 66px;
        line-height: 1;
        margin-top: 8px
    }

    .promo__star {
        height: 24px
    }

    .promo__star img {
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

    .promo__subtitle {
        margin: 16px auto;
        font-size: 16px
    }

    .promo__row {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px
    }

    .promo .slick-track {
        display: flex
    }

    .promo .slick-slide {
        height: auto
    }

    .promo .slick-slide>div {
        height: 100%
    }
}

.filter {
    position: relative;
    z-index: 20;
    margin-top: -40px
}

.filter__form {
    display: flex;
    align-items: center;
    justify-content: center
}

.filter__form img {
    box-shadow: inset 0 2px 1px 0 #fff, 0 0 1px 0 rgba(12, 20, 33, .01), 0 1px 2px 0 rgba(12, 20, 33, .02), 0 2px 4px 0 rgba(12, 20, 33, .02), 0 3px 6px 0 rgba(12, 20, 33, .02), 0 5px 10px 0 rgba(12, 20, 33, .03), 0 7px 16px 0 rgba(12, 20, 33, .03), 0 10px 23px 0 rgba(12, 20, 33, .04);
    border-radius: 10px
}

.filter--fixed {
    position: absolute;
    width: 100%;
    transition: all .3s ease
}

.filter--fixed.under-header {
    background-color: #013F7CA1;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    margin-top: 0;
    padding-bottom: 35px
}

@media (max-width:760px) {
    .filter {
        margin-top: 0;
        transform: translateY(-50%)
    }

    .filter__form img {
        border-radius: 5px
    }

    .filter--fixed {
        position: relative
    }
}

.catalog {
    margin-top: 94px;
    margin-bottom: 114px
}

.catalog__title {
    text-align: center;
    margin-bottom: 55px
}

.catalog_page {
    margin-top: 30px
}

.catalog .filter {
    margin-top: 0;
    margin-bottom: 30px
}

@media (max-width:1200px) {
    .catalog {
        margin-top: 100px;
        margin-bottom: 100px
    }

    .catalog__title {
        margin-bottom: 32px
    }

    .catalog_page {
        margin-top: 30px
    }
}

@media (max-width:1010px) {
    .catalog {
        margin-top: 80px;
        margin-bottom: 80px
    }

    .catalog__title {
        margin-bottom: 20px
    }

    .catalog_page {
        margin-top: 24px
    }

    .catalog .filter {
        margin-top: 0;
        margin-bottom: 24px
    }
}

@media (max-width:760px) {
    .catalog {
        margin-top: 60px;
        margin-bottom: 60px
    }

    .catalog_page {
        margin-top: 20px
    }

    .catalog .filter {
        margin-bottom: 15px;
        transform: translateY(0)
    }
}

.main-info {
    margin-bottom: 100px
}

.main-info__body+.main-info__body {
    margin-top: 54px
}

.main-info__body:nth-child(2n) .main-info__wrap {
    flex-direction: row-reverse
}

.main-info__title {
    text-align: center;
    margin-bottom: 37px
}

.main-info__wrap {
    display: flex;
    justify-content: space-between
}

.main-info__box {
    width: 48%;
    max-width: 558px;
    padding-top: 18px
}

.main-info__box_otzyv {
	padding-top: 0px;
}

.main-info__text {
    font-weight: 300;
}

.main-info__text p+p {
    margin-top: 22px
}

.main-info__btn {
    margin-top: 45px
}

.main-info__container {
    width: 51%;
    max-width: 588px;
    margin-bottom: 20px;
}

.main-info-big {
    height: 425px;
    margin-bottom: 12px
}

.main-info-big .slick-list,
.main-info-big .slick-slide,
.main-info-big .slick-slide>div,
.main-info-big .slick-track,
.main-info-small .slick-list,
.main-info-small .slick-slide,
.main-info-small .slick-slide>div,
.main-info-small .slick-track {
    height: 100%
}

.main-info-big__slide {
    border-radius: 10px;
    overflow: hidden
}

.main-info-big__img,
.main-info-big__slide {
    width: 100%;
    height: 100%;
}

.main-info-big__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.main-info-small {
    height: 110px;
    margin: -5px
}

.main-info-small .slick-slide.slick-current .main-info-small__img::before {
    opacity: 1
}

.main-info-small__img,
.main-info-small__slide {
    width: 100%;
    height: 100%
}

.main-info-small__img {
    padding: 5px;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    height: 80px !important;
}

.main-info-small__img::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border-radius: 4px;
    border: 2px solid #f2c94c;
    opacity: 0;
    transition: opacity .3s
}

.main-info-small__img img {
    border-radius: 4px;
    overflow: hidden
}

.main-info__video {
    position: relative
}

.main-info__video-bg {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden
}

.card__img img,
.main-info-small__img img,
.main-info__video-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
	align-items: flex-start;
}

.main-info__video-play {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    width: 132px;
    height: 90px;
    background: rgba(0, 0, 0, .44);
    transition: background .3s
}

.main-info__video-play:hover {
    background: rgba(0, 0, 0, .8)
}

.main-info__video-play svg {
    position: relative;
    left: 5px
}

@media (max-width:1200px) {
    .main-info {
        margin-bottom: 80px
    }

    .main-info__body+.main-info__body {
        margin-top: 50px
    }

    .main-info__box {
        width: 48%;
        padding-top: 15px
    }

    .main-info__text p+p {
        margin-top: 18px
    }

    .main-info__btn {
        margin-top: 32px
    }

    .main-info__container {
        width: 50%
    }

    .main-info-big {
        height: 380px;
        margin-bottom: 10px
    }

    .main-info-small {
        height: 90px
    }

    .main-info__video-play {
        width: 110px;
        height: 80px
    }

    .main-info__video-play svg {
        position: relative;
        left: 5px
    }
}

@media (max-width:1010px) {
    .main-info__body:nth-child(2n) .main-info__wrap {
        flex-direction: column
    }

    .main-info__wrap {
        flex-direction: column;
        gap: 24px
    }

    .main-info__box {
        width: 100%;
        max-width: 100%;
        padding-top: 0
    }

    .main-info__btn {
        display: none
    }

    .main-info__container {
        width: 100%;
        max-width: 100%
    }
}

@media (max-width:760px) {
    .main-info__body+.main-info__body {
        margin-top: 44px
    }

    .main-info__title {
        margin-bottom: 26px
    }

    .main-info-big {
        height: auto;
        margin-bottom: 6px
    }

    .main-info-small {
        height: auto;
        margin: -2px
    }

    .main-info-small__img {
        padding: 2px
    }

    .main-info-small__img::before {
        top: 1px;
        left: 1px;
        width: calc(100% - 2px);
        height: calc(100% - 2px)
    }

    .main-info__video-play {
        width: 66px;
        height: 45px
    }

    .main-info__video-play svg {
        width: 22px;
        height: 21px;
        -o-object-fit: contain;
        object-fit: contain;
        left: 3px
    }
}

.card {
    display: flex;
    background-color: #fff;
    box-shadow: inset 0 2px 1px 0 #fff, 0 1px 2px 0 rgba(12, 20, 33, .01), 0 1px 3px 0 rgba(12, 20, 33, .02), 0 3px 5px 0 rgba(12, 20, 33, .02), 0 4px 8px 0 rgba(12, 20, 33, .02), 0 7px 14px 0 rgba(12, 20, 33, .03), 0 9px 21px 0 rgba(12, 20, 33, .03), 0 13px 31px 0 rgba(12, 20, 33, .04);
    border-radius: 5px;
    margin-bottom: 27px
}

.card__left {
    padding: 7px 0 7px 7px;
    border-radius: 10px;
    width: 420px;
    position: relative;
    z-index: 10
}

.card__swiper {
    border-radius: 10px;
    overflow: hidden;
    height: 100%
}

.card__swiper * {
    box-sizing: border-box
}

.card .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.card__swiper:hover .card-arrow {
    opacity: 1
}

.card__slide {
    height: auto
}

.card__img {
    width: 100%;
    height: 100%
}

.card__swiper-rec {
    height: 100%;
    border-radius: 10px;
    overflow: hidden
}

.card__right {
    flex: 1
}

.card__top {
    padding: 30px 35px 35px;
    border-bottom: 1px solid #d9d9d9
}

.card__caption {
    font-weight: 600;
    font-size: 22px;
    line-height: 145%;
    margin-bottom: 17px
}

.card__services {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 22px;
    padding-left: 4px
}

.card__bottom,
.card__coll,
.card__row {
    display: flex;
    align-items: center;
    gap: 42px
}

.card__bottom,
.card__coll {
    gap: 10px
}

.card__coll {
    font-weight: 500;
    font-size: 15px;
    line-height: 145%
}

.card__bottom {
    padding: 25px 35px
}

.card__price {
    min-width: 150px;
    font-weight: 600;
    font-size: 35px;
    line-height: 145%
}

.card__buttons {
    display: flex;
    gap: 18px
}

.card-arrow {
    position: absolute;
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 16;
    cursor: pointer;
    padding: 5px;
    top: calc(50% - 16px);
    opacity: 0;
    transition: all .3s
}

.card-arrow_prev {
    left: 17px
}

.card-arrow_next {
    right: 10px
}

.benefits__img img,
.card-arrow svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.card-arrow svg * {
    transition: all .3s
}

.card-arrow:hover {
    transform: scale(1.1)
}

.card .swiper-pagination {
    width: calc(100% - 30px);
    left: 15px;
    bottom: 30px;
    display: flex;
    z-index: 10
}

.card .swiper-pagination .swiper-pagination-bullet {
    width: auto;
    height: 2px;
    flex-basis: 50%;
    border-radius: 0;
    background: #fff;
    opacity: .4
}

@media (max-width:1200px) {
    .card {
        margin-bottom: 20px
    }

    .card__left {
        padding: 5px 0 5px 5px;
        width: 360px
    }

    .card__bottom {
        padding: 20px 25px
    }

    .card__top {
        padding: 25px
    }

    .card__price {
        min-width: 130px;
        font-size: 30px
    }

    .card__img {
        height: 268px
    }
}

@media (max-width:1010px) {
    .card__left {
        width: 40%
    }

    .card__right {
        flex: auto;
        width: 60%
    }

    .card__caption {
        font-size: 20px;
        line-height: 120%;
        margin-bottom: 15px
    }

    .card__top {
        padding: 10px 15px 15px
    }

    .card__services {
        gap: 10px;
        margin-bottom: 15px;
        padding-left: 0
    }

    .card__bottom {
        align-items: flex-start;
        flex-direction: column;
        padding: 15px
    }

    .card__price {
        min-width: auto;
        font-size: 28px
    }
}

@media (max-width:760px) {
    .card {
        margin-bottom: 15px;
        flex-direction: column
    }

    .card__left,
    .card__right {
        width: 100%
    }

    .card__top {
        padding: 10px 10px 15px
    }

    .card__caption {
        font-size: 18px
    }

    .card__services {
        flex-wrap: wrap
    }

    .card__services-icon {
        width: 26px
    }

    .card__services-icon svg {
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

    .card__row {
        gap: 8px 24px;
        flex-wrap: wrap
    }

    .card__price {
        font-size: 22px
    }

    .card__bottom {
        padding: 10px 10px 15px
    }

    .card__buttons {
        width: 100%;
        gap: 10px
    }

    .card__btn {
        flex: 1
    }

    .card-arrow {
        opacity: 1
    }

    .card-arrow:hover {
        transform: scale(1)
    }
}

.benefits {
    position: relative;
    padding-top: 175px;
    padding-bottom: 160px;
    background-color: #013f7c;
}

.benefits__img {
    position: absolute;
    top: -155px;
    width: 497px;
    right: 0
}

.benefits__title {
    text-align: center;
    color: #fff;
    margin-bottom: 60px
}

.benefits__body {
    display: flex;
    position: relative;
    z-index: 10
}

.benefits__left {
    width: 49%;
    max-width: 570px;
    overflow: hidden;
    border-radius: 30px
}

.benefits__left-swiper {
    height: 650px
}

.about-top .slick-list,
.about-top .slick-slide>div,
.about-top .slick-track,
.benefits__left-slide {
    height: 100%
}

.benefits__left-img {
    width: 100%;
    height: 650px
}

.about-top__img img,
.benefits__left-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.benefits__right {
    max-width: 600px;
    width: 51%;
    overflow: hidden
}

.benefits__right-swiper {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background-color: #eeefef
}

.benefits__right-slide {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
}

.benefits__right-box {
    max-width: 440px;
    position: relative;
}

.benefits__number {
    font-weight: 500;
    font-size: 18px;
    line-height: 145%;
    color: #236cae;
    margin-bottom: 25px;
    margin-left: -15px;
    position: relative;
    top: 18px
}

.benefits__caption {
    font-family: "Kelson Sans RU", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 145%;
    text-transform: uppercase;
    margin-bottom: 20px
}

.benefits__desc {
    max-width: 340px;
    font-weight: 300;
    font-size: 15px;
    line-height: 145%
}

@media (max-width:1200px) {
    .benefits {
        padding-top: 140px;
        padding-bottom: 140px
    }

    .benefits__img {
        top: -130px;
        width: 420px;
        row-gap: -160px
    }

    .benefits__left-img,
    .benefits__left-swiper {
        height: 540px
    }

    .benefits__caption {
        font-size: 36px;
        line-height: 120%;
        margin-bottom: 15px
    }

    .benefits__number {
        margin-left: 0;
        top: 10px
    }
}

@media (max-width:1010px) {
    .benefits {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .benefits__title {
        margin-bottom: 40px
    }

    .benefits__body {
        flex-direction: column
    }

    .benefits__left {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        border-radius: 15px 15px 0 0
    }

    .benefits__left-img,
    .benefits__left-swiper {
        height: 420px
    }

    .benefits__right {
        max-width: 100%;
        width: 100%;
        height: 320px
    }

    .benefits__right-swiper {
        border-radius: 0 0 15px 15px
    }

    .benefits__right-box {
        max-width: 100%;
        top: 0;
        width: 100%;
        padding: 24px
    }

    .benefits__img {
        display: none
    }
}

@media (max-width:760px) {
    .benefits {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .benefits__img {
        display: none
    }

    .benefits__title {
        margin-bottom: 24px
    }

    .benefits__left {
        border-radius: 8px 8px 0 0
    }

    .benefits__left-img,
    .benefits__left-swiper {
        height: 280px
    }

    .benefits__caption,
    .benefits__number {
        font-size: 28px;
        margin-bottom: 10px
    }

    .benefits__number {
        top: 0;
        font-size: 16px
    }

    .benefits__right {
        height: 100%
    }

    .benefits__right-box {
        max-width: 100%;
        top: 0;
        width: 100%;
        padding: 20px
    }
}

.about {
    padding-bottom: 127px
}

.about-wrap {
    padding-top: 70px;
    padding-bottom: 70px
}

.about-wrap__title {
    text-align: center
}

.about-top {
    height: 778px
}

.about-top__img,
.about-top__slide {
    width: 100%;
    height: 100%
}

.about-top__img {
    position: relative;
    overflow: hidden
}

.about-top__img img {
    max-width: 120%;
    width: 120%;
    height: 120%;
    -o-object-position: center;
    object-position: center;
    position: relative;
    top: -10%;
    left: -10%
}

.about__wrap {
    min-height: 246px;
    display: flex;
    justify-content: space-between
}

.about__left {
    width: 600px;
    position: relative
}

.about__left-box {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0s
}

.about__left-box.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: all .3s
}

.about__title {
    font-family: "Kelson Sans RU", sans-serif;
    font-weight: 400;
    font-size: 81px;
    line-height: 105%;
    letter-spacing: -.03em;
    text-transform: uppercase;

    background-color: #f4f5f5;
    padding-left: 48px;
    padding-top: 32px;
    display: flex;
    align-items: flex-end;
    min-width: 500px
}

.about__desc {
    max-width: 533px;
    margin-top: 50px;
    margin-left: 54px
}

.about__desc p+p {
    margin-top: 10px
}

.about__right {
    width: 485px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding-top: 33px;
    margin-bottom: 15px
}

.about__right-img {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer
}

.about__right-img::after,
.about__right-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all .3s
}

.about__right-img::before {
    opacity: 1;
    background-color: rgba(0, 0, 0, .5)
}

.about__right-img::after {
    z-index: 1;
    border: 4px solid #236cae;
    opacity: 0
}

.about__right-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.about__right-img.active::before,
.about__right-img:hover::before {
    opacity: 0
}

.about__right-img.active::after {
    opacity: 1
}

.about__row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    margin-top: 50px
}

.about__coll {
    width: 100%;
    height: 104px;
    background: rgba(196, 213, 228, .43);
    border-right: 1px solid rgba(0, 0, 0, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s
}

.about__coll-box {
    position: relative;
    top: 3px;
    text-align: center;
}

.about__coll-top {
    display: flex;
    align-items: flex-end;
    gap: 16px;
    margin-bottom: 10px;
    justify-content: center;
}

.about__coll-icon svg * {
    transition: all .3s
}

.about__coll-value {
    font-weight: 600;
    font-size: 30px;
    line-height: 20px;
    transition: all .3s
}

.about__coll-desc {
    font-weight: 400;
    font-size: 15px;
    line-height: 145%;
    transition: color .3s
}

.about__coll:first-child {
    border-radius: 10px 0 0 10px
}

.about__coll:last-child {
    border-radius: 0 10px 10px 0
}

.about__coll.active,
.about__coll:hover {
    background-color: #236cae
}

.about__coll.active .about__coll-icon svg *,
.about__coll:hover .about__coll-icon svg * {
    fill: rgba(255, 255, 255, .5)
}

.about__coll.active .about__coll-desc,
.about__coll.active .about__coll-value,
.about__coll:hover .about__coll-desc,
.about__coll:hover .about__coll-value {
    color: #fff
}

.about__coll.active .about__coll-value span {
    font-size: 42px;
    transition: all .3s
}

@media (max-width:1200px) {
    .about {
        padding-bottom: 100px
    }

    .about-top {
        height: 550px
    }

    .about__left {
        width: 48%
    }

    .about__title {
        font-size: 72px;
        bottom: calc(100% + 29px);
        left: 0;
        padding-left: 20px;
        padding-right: 30px
    }

    .about__desc {
        max-width: 100%;
        margin-top: 30px;
        margin-left: 0
    }

    .about__coll {
        height: 94px
    }

    .about__coll-top {
        gap: 12px;
        margin-bottom: 8px
    }

    .about__coll-value {
        font-size: 26px
    }

    .about__coll-desc {
        font-size: 14px;
        line-height: 132%
    }

    .about__coll.active .about__coll-value span {
        font-size: 34px
    }
}

@media (max-width:1010px) {
    .about {
        padding-bottom: 80px
    }

    .about-top {
        height: 480px
    }

    .about__wrap {
        min-height: auto;
        flex-direction: column
    }

    .about__left {
        width: 100%
    }

    .about__title {
        font-size: 64px;
        padding-left: 20px;
        padding-right: 50px
    }

    .about__right {
        width: 100%;
        padding-top: 30px;
        margin-bottom: 0
    }

    .about__row {
        grid-template-columns: repeat(3, 1fr);
        margin-top: 32px;
        border-radius: 10px;
        overflow: hidden
    }

    .about__coll:first-child {
        border-radius: 0
    }

    .about__coll:last-child {
        border-radius: 0
    }
}

@media (max-width:760px) {
    .about {
        padding-bottom: 60px
    }

    .about-wrap {
        padding-top: 32px;
        padding-bottom: 24px
    }

    .about-top {
        height: 360px
    }

    .about__title {
        min-width: 100%;
        font-size: 48px;
        bottom: calc(100% + 19px);
        padding-top: 24px
    }

    .about__desc {
        margin-top: 20px
    }

    .about__right {
        padding-top: 20px
    }

    .about__right-img {
        height: auto
    }

    .about__row {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 20px
    }

    .about__coll {
        border-bottom: 1px solid rgba(0, 0, 0, .1)
    }

    .about__coll:nth-child(2n) {
        border-right: none
    }

    .about__coll:nth-child(5),
    .about__coll:nth-child(6) {
        border-bottom: none
    }

    .about__coll-value {
        font-size: 22px;
        line-height: 16px
    }

    .about__coll.active .about__coll-value span {
        font-size: 28px
    }
}

.reviews {
    padding-top: 105px;
    padding-bottom: 86px;
    background-image: url(../img/reviews/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.reviews__top {
    text-align: center
}

.reviews__top-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 8px
}

.reviews__top-value {
    display: flex;
    align-items: center;
    border-radius: 6px;
    padding: 16px 11px;
    background-color: #f2c94c;
    width: 44px;
    height: 42px;
    font-weight: 500;
    font-size: 17px;
    line-height: 145%
}

.reviews__top-desc {
    font-weight: 500;
    font-size: 15px;
    line-height: 145%;
    color: #fff;
    position: relative;
    top: 2px
}

.reviews__title {
    color: #fff
}

.reviews__body {
    margin-top: 36px
}

.reviews__wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 20px
}

.reviews__coll:last-child {
    margin-top: -75px
}
.reviews__wrap:nth-child(2) .reviews__coll:nth-child(2) {
    margin-top: -100px;
}

.reviews__wrap:nth-child(2) .reviews__coll:nth-child(1) {
    margin-top: -60px;
}
.reviews__wrap:nth-child(2) .reviews__coll:last-child {
    margin-top: 0px;
}
.reviews__wrap {
    transition: 0.3s all ease;
}
.reviews-card {
    -webkit-backdrop-filter: blur(33.4px);
    backdrop-filter: blur(33.4px);
    box-shadow: inset 0 1px 40px 0 rgba(13, 137, 207, .2), inset 0 4px 18px 0 rgba(8, 59, 88, .3), inset 0 98px 100px -48px rgba(89, 135, 174, .3), inset 0 -82px 68px -64px rgba(14, 78, 114, .3), inset 0 0 11px -4px #fff, inset 0 39px 56px -36px rgba(255, 255, 255, .5);
    background: rgba(0, 0, 0, .08);
    border-radius: 10px;
    padding: 30px 30px 17px 46px;
    position: relative;
    margin-bottom: 15px
}

.reviews-card__top {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 10px
}

.reviews-card__value {
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding: 14px 10px;
    background-color: #f2c94c;
    width: 38px;
    height: 37px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1
}

.reviews-card__name {
    font-weight: 500;
    font-size: 22px;
    line-height: 155%;
    color: #fff;
    position: relative;
    top: 3px
}

.reviews-card__desc {
    font-weight: 400;
    font-size: 15px;
    line-height: 152%;
    color: #fff
}

.reviews-card__desc+.reviews-card__date {
    margin-top: 15px
}

.reviews-card__date {
    font-weight: 300;
    font-size: 15px;
    line-height: 155%;
    color: #6d7687;
    text-align: right
}

.reviews-card .likes {
    margin-top: 20px;
    margin-bottom: 20px
}

.reviews-video {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
    -webkit-backdrop-filter: blur(33.4px);
    backdrop-filter: blur(33.4px);
    box-shadow: inset 0 1px 40px 0 rgba(13, 137, 207, .2), inset 0 4px 18px 0 rgba(8, 59, 88, .3), inset 0 98px 100px -48px rgba(89, 135, 174, .3), inset 0 -82px 68px -64px rgba(14, 78, 114, .3), inset 0 0 11px -4px #fff, inset 0 39px 56px -36px rgba(255, 255, 255, .5);
    background: rgba(255, 255, 255, .01);
    position: relative;
    overflow: hidden;
    margin-bottom: 15px
}

.reviews-video::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .47)
}

.reviews-video__img {
    width: 100%;
    height: 100%
}

.reviews-video__play {
    position: absolute;
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid rgba(255, 255, 255, .34);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10
}

@media (max-width:1200px) {
    .reviews {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .reviews__wrap {
        gap: 15px;
        margin-bottom: 10px
    }

    .reviews__coll:last-child {
        margin-top: -40px
    }

    .reviews-card {
        padding: 20px 20px 15px
    }

    .reviews-card__name {
        font-size: 20px;
        line-height: 1;
        top: 0
    }
}

@media (max-width:1010px) {
    .reviews {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .reviews__coll:last-child {
        margin-top: 0
    }

    .reviews-card {
        padding: 12px;
        font-size: 14px
    }

    .reviews-card__name {
        font-size: 18px
    }
}

@media (max-width:760px) {
    .reviews {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .reviews__top-box {
        gap: 10px;
        margin-top: 6px
    }

    .reviews__top-value {
        justify-content: center;
        padding: 5px;
        width: 40px;
        height: 40px;
        font-size: 15px
    }

    .reviews__body {
        margin-top: 24px
    }

    .reviews__wrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 0
    }

    .reviews-card__value {
        justify-content: center;
        border-radius: 5px;
        padding: 5px;
        width: 32px;
        height: 32px;
        font-size: 14px
    }

    .reviews-card__desc {
        font-size: 14px;
        line-height: 140%
    }

    .reviews-card__desc+.reviews-card__date {
        margin-top: 10px;
        font-size: 14px;
        line-height: 120%
    }

    .reviews-card__name {
        font-size: 16px
    }
}

.info {
    padding-top: 87px;
    padding-bottom: 122px
}

.info__title {
    text-align: center
}

.info__wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 67px
}

.info-card {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    position: relative
}

.info-card::after,
.info-card::before {
    content: "";
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    transform-origin: left;
    transform: scaleX(0);
    transition: all var(--cover-timing) var(--cover-ease);
    z-index: 1
}

.info-card::after {
    transition-delay: var(--cover-stagger);
    top: 50%
}

.info-card__img,
.info-card__img img {
    width: 100%;
    height: 100%
}

.info-card__img img {
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
    transition: all .8s cubic-bezier(.66, .08, .19, .97)
}

.info-card__bottom {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 42px 25px;
    z-index: 10
}

.info-card__caption {
    font-weight: 600;
    font-size: 18px;
    line-height: 145%;
    color: #fff;
    margin-bottom: 15px
}

.info-card__caption .char {
    opacity: 0;
    position: relative;
    transform: translateY(20px);
    transition-property: transform, opacity, color;
    transition-timing-function: var(--text-ease);
    transition-duration: var(--text-timing), var(--text-timing), calc(var(--text-timing)*4)
}

.info-card__date {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 300;
    font-size: 14px;
    line-height: 145%;
    color: #fff
}

.info-card__date .word {
    position: relative
}

.info-card__date .word,
.info-card__icon {
    transform: translateY(20px);
    opacity: 0;
    transition-property: transform, opacity, color;
    transition-timing-function: var(--text-ease);
    transition-duration: var(--text-timing), var(--text-timing), calc(var(--text-timing)*2)
}

.info-card:focus::after,
.info-card:focus::before,
.info-card:hover::after,
.info-card:hover::before {
    transform: scaleX(1)
}

.info-card:focus img,
.info-card:hover img {
    transform: scale(1.1)
}

.info-card:focus .info-card__icon,
.info-card:hover .info-card__icon {
    opacity: 1;
    transform: translateY(0);
    color: inherit
}

.info-card:focus .info-card__caption .char,
.info-card:hover .info-card__caption .char {
    opacity: 1;
    transform: translateY(0);
    color: inherit;
    transition-delay: calc(0s + var(--char-index)*var(--title-stagger))
}

.info-card:focus .info-card__date .word,
.info-card:hover .info-card__date .word {
    opacity: 1;
    transform: translateY(0);
    color: inherit;
    transition-delay: calc(.1s + var(--word-index)*var(--text-stagger))
}

@media (max-width:1200px) {
    .info {
        padding-top: 80px;
        padding-bottom: 100px
    }

    .info__wrap {
        gap: 20px;
        margin-top: 32px
    }
}

@media (max-width:1010px) {
    .info {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .info__wrap {
        gap: 15px;
        margin-top: 20px
    }

    .info-card__bottom {
        padding: 20px 15px
    }

    .info-card__caption {
        line-height: 120%;
        margin-bottom: 10px
    }
}

@media (max-width:760px) {
    .info {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .info__wrap {
        gap: 14px;
        margin-top: 20px;
        grid-template-columns: repeat(2, 1fr)
    }

    .info-card {
        border-radius: 5px
    }
}

.contacts {
    position: relative
}

.contacts__body {
    position: absolute;
    width: 438px;
    border-radius: 10px;
    box-shadow: 0 7px 16px 0 rgba(0, 0, 0, .1), 0 29px 29px 0 rgba(0, 0, 0, .09), 0 64px 39px 0 rgba(0, 0, 0, .05), 0 114px 46px 0 rgba(0, 0, 0, .01), 0 179px 50px 0 transparent;
    background-color: #fff;
    top: -31px;
    right: calc(50% - 567px);
    border-top: 31px solid #013f7c;
    padding: 25px 17px 17px
}

.contacts__title {
    font-size: 25px;
    line-height: 80%;
    text-align: center;
    margin-bottom: 32px
}

.contacts__items {
    margin-left: 30px
}

.contacts__item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px
}

.contacts__icon {
    width: 20px;
    height: 20px
}

.contacts__icon svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.contacts__box {
    flex: 1
}

.contacts__caption {
    font-weight: 600;
    font-size: 15px;
    line-height: 145%;
    margin-bottom: 2px
}

.contacts__value {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 145%;
    max-width: 320px;
    color: #221f32
}

.contacts__social {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    margin-left: 60px;
    margin-bottom: 32px
}

.contacts__social-link,
.news-card__img img {
    transition: transform .3s
}

.contacts__social-link:hover {
    transform: scale(1.1)
}

.contacts__btn {
    width: 100%
	right: 582px
	
}

a.contacts__value,
a.footer__item-value {
    transition: color .3s
}

@media (max-width:1200px) {
    .contacts__body {
        width: 400px;
        top: -31px;
        right: calc(50% - 495px);
        padding: 25px 20px 20px
    }
}

@media (max-width:1010px) {
    .contacts__body {
        right: calc(50% - 365px)
    }
}

@media (max-width:760px) {
    .contacts {
        display: flex;
        flex-direction: column-reverse
    }

    .contacts__body {
        right: 0;
        position: relative;
        top: 0;
        width: 100%;
        border-width: 16px;
        border-radius: 0;
        padding: 20px 15px 25px
    }

    .contacts__title {
        margin-bottom: 24px
    }

    .contacts__items {
        margin-left: 0
    }

    .contacts__social {
        margin-left: 30px;
        margin-bottom: 20px
    }
}

.footer-top {
    padding-top: 30px;
    padding-bottom: 50px;
    background-color: #013f7c
}

.footer-bottom {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #221f32
}

.footer-bottom__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.footer-bottom__copiright {
    font-weight: 400;
    font-size: 12px;
    line-height: 155%;
    color: rgba(255, 255, 255, .82)
}

.footer-bottom__developer {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    color: #fff;
    transition: color .3s
}

.footer-bottom__developer strong {
    font-weight: 600
}

.footer-bottom__developer:hover,
.footer__menu ul li a:hover {
    color: #ffb02e
}

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

.footer__social {
    display: flex;
    gap: 10px;
    margin-top: 10px
}

.footer__social-link {
    display: flex;
    transition: transform .3s
}

.footer__social-link:hover,
.news-card__img:hover img,
.product-top__img:hover img {
    transform: scale(1.1)
}

.footer__wrap {
    display: flex;
    justify-content: space-between;
    width: 68%;
    padding-top: 35px
}

.footer__box {
    width: 28%
}

.footer__caption {
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    margin-bottom: 19px
}

.footer__menu ul {
    margin-bottom: -2px
}

.footer__menu ul li {
    margin-bottom: 2px
}

.footer__menu ul li a {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    transition: color .3s
}

.footer__items {
    padding-top: 2px
}

.footer__item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 10px
}

.footer__item-icon {
    width: 16px;
    height: 16px;
    margin-top: 4px
}

.footer__item-tel,
.footer__item-value {
    display: block;
    font-weight: 500;
    color: #fff;
    flex: 1
}

.footer__item-tel {
    font-size: 18px;
    transition: color .3s
}

.footer__item-tel:hover,
a.footer__item-value:hover {
    color: #ffb02e
}

.footer__item-value {
    font-size: 14px;
    line-height: 1.1;
    font-style: normal
}

@media (max-width:1200px) {
    .footer__wrap {
        width: 70%;
        padding-top: 10px
    }

    .footer__box {
        width: 33%
    }
}

@media (max-width:1010px) {
    .footer__body {
        flex-wrap: wrap;
        gap: 15px
    }

    .footer__first {
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between
    }

    .footer__wrap {
        width: 100%;
        padding-top: 10px
    }

    .footer__social {
        margin-top: 0
    }

    .footer-bottom__wrap {
        justify-content: space-between
    }

    .footer-bottom__developer {
        position: relative;
        top: 0;
        transform: translateY(0)
    }
}

@media (max-width:760px) {
    .footer-top {
        padding-top: 24px;
        padding-bottom: 32px
    }

    .footer__wrap {
        flex-wrap: wrap;
        gap: 20px
    }

    .footer__box {
        width: 100%
    }

    .footer__caption {
        font-size: 18px;
        margin-bottom: 12px
    }

    .footer__menu ul {
        margin-bottom: -8px
    }

    .footer__menu ul li {
        margin-bottom: 8px
    }

    .footer__item {
        gap: 10px;
        margin-bottom: 14px
    }

    .footer__item-tel {
        font-size: 16px
    }

    .footer__item-icon {
        margin-top: 0
    }

    .footer__item-value {
        line-height: 1.4
    }

    .footer__item:last-child {
        margin-bottom: 0
    }

    .footer-bottom {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .footer-bottom__wrap {
        flex-wrap: wrap;
        gap: 12px
    }
}

.modal {
    position: relative;
    max-width: 528px;
    border: 0;
    background-color: #fff;
    box-shadow: 0 36px 68px rgba(0, 0, 0, .16);
    border-radius: 32px;
    overflow: hidden;
    padding: 48px
}

.modal__closed {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 24px;
    right: 24px;
    cursor: pointer
}

.modal__closed svg {
    transition: all .3s
}

.modal__closed:hover svg {
    transform: rotate(180deg)
}

.modal .fancybox-button {
    display: none
}

@media (max-width:1320px) {
    .modal {
        width: calc(100% - 30px);
        max-width: 480px;
        margin: 50px 15px
    }
}

@media (max-width:760px) {
    .modal {
        padding: 40px 24px;
        border-radius: 16px
    }

    .modal__closed {
        width: 24px;
        height: 24px;
        top: 12px;
        right: 12px
    }
}

.form__body {
    margin-top: 32px
}

.form__label {
    position: relative;
    display: block
}

.article-text p+h2,
.article-text p+h3,
.article-text p+h4,
.article-text p+h5,
.article-text p+h6,
.article-text p+p,
.form__label+.form__label {
    margin-top: 24px
}

.form__error {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -15px;
    font-weight: 500;
    font-size: 10px;
    line-height: 120%;
    text-align: left;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #e12222;
    opacity: 0;
    transition: all .3s
}

.form__error.visible {
    opacity: 1;
    transition: all .3s
}

.form__bottom {
    margin-top: 32px
}

.form__btn {
    width: 100%
}

.form__agreement {
    font-size: 12px;
    line-height: 120%;
    color: #6e7687;
    margin-top: 16px
}

@media (max-width:1320px) {

    .form__body,
    .form__bottom {
        margin-top: 24px
    }

    .form__buttons {
        flex-wrap: wrap
    }

    .form__btn+.form__btn {
        margin-top: 8px
    }

    .form .btn-item {
        padding: 15px;
        width: 100%
    }
}

@media (max-width:760px) {
	.reviews__wrap:nth-child(2) .reviews__coll:nth-child(2) {
    margin-top: 0px;
}

.reviews__wrap:nth-child(2) .reviews__coll:nth-child(1) {
    margin-top: 0px;
}
.reviews__wrap:nth-child(2) .reviews__coll:last-child {
    margin-top: 0px;
}
    .form__title {
        letter-spacing: -.65px
    }

    .form__label+.form__label {
        margin-top: 22px
    }

    .form-select-title {
        font-size: 15px;
        line-height: 120%
    }

    .form-select-options__value {
        padding: 6px 12px;
        font-size: 14px;
        line-height: 140%
    }

    .form--item {
        width: 100%;
        padding: 0
    }
}

.information {
    padding-top: 100px;
    padding-bottom: 100px
}

.information__title {
    margin-bottom: 40px
}

.information__wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px
}

.information__coll {
    display: flex;
    flex-direction: column;
    gap: 26px
}

.information__item {
    display: flex;
    align-items: flex-start;
    gap: 14px
}

.information__desc {
    flex: 1;
    font-size: 15px;
    line-height: 145%;
    color: var(--text)
}

@media (max-width:1200px) {
    .information__title {
        margin-bottom: 32px
    }
}

@media (max-width:1010px) {
    .information {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .information__title {
        margin-bottom: 24px
    }

    .information__wrap {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 24px
    }

    .information__coll {
        gap: 24px;
        width: calc(50% - 12px)
    }

    .information__coll:last-child {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap
    }

    .information__coll:last-child .information__item {
        width: calc(50% - 12px)
    }
}

@media (max-width:760px) {
    .information {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .information__title {
        margin-bottom: 20px
    }

    .information__wrap {
        gap: 20px
    }

    .information__coll {
        gap: 20px;
        width: 100%
    }

    .information__coll:last-child {
        flex-direction: column
    }

    .information__coll:last-child .information__item {
        width: 100%
    }
}

.news {
    padding-bottom: 100px
}

.news__body {
    display: flex;
    flex-direction: column;
    gap: 50px
}

.news__wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px
}

.news .filter {
    margin-top: 0
}

.news-card {
    display: block;
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
    color: var(--text)
}

.news-card__img {
    width: 100%;
    height: 263px;
    border-radius: 10px;
    overflow: hidden
}

.news-card__img img {
    height: 100%;
    -o-object-position: center;
    object-position: center
}

.news-card__bottom {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.news-card__caption {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    transition: color .3s
}

.news-card__caption:hover {
    color: var(--base-1)
}

.news-card__date {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 300;
    font-size: 14px;
    line-height: 145%;
    color: var(--text)
}

.article-text p,
.news-card__desc {
    font-weight: 400;
    font-size: 15px;
    line-height: 145%;
    color: var(--text)
}

@media (max-width:1200px) {
    .news__body {
        gap: 40px
    }

    .news__wrap {
        gap: 15px
    }

    .news .filter {
        margin-top: 0
    }

    .news-card__img {
        height: 220px
    }

    .news-card__caption {
        font-size: 18px
    }
}

@media (max-width:1010px) {
    .news {
        padding-bottom: 80px
    }

    .news__body {
        gap: 32px
    }

    .news__wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px
    }

    .news .filter {
        margin-top: 0
    }
}

@media (max-width:760px) {
    .news {
        padding-bottom: 60px
    }

    .news__body {
        gap: 24px
    }

    .news__wrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px
    }

    .news .filter {
        margin-top: 0
    }

    .news-card__img {
        height: 200px
    }

    .news-card__bottom {
        padding: 10px 0 0;
        gap: 12px
    }

    .news-card__caption {
        line-height: 120%
    }

    .news-card__date {
        gap: 5px;
        line-height: 120%
    }

    .news-card__desc {
        font-size: 14px;
        line-height: 130%
    }
}

.article {
    margin-top: 30px;
    margin-bottom: 100px
}

.article-top {
    height: 428px;
    position: relative;
    margin-bottom: 40px
}

.article-top__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1
}

.article-top__bg img,
.news-card__img img,
.video__bg img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.article-top__bg img {
    height: 100%;
    -o-object-position: center;
    object-position: center
}

.article-top__bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 295px;
    background: linear-gradient(180deg, transparent 0, #000 100%);
    opacity: .68;
    left: 0;
    bottom: 0;
    z-index: 4
}

.article-top__wrap {
    position: relative;
    z-index: 8;
    padding: 50px 15px;
    height: 100%;
    display: flex;
    align-items: flex-end
}

.article-top__body {
    max-width: 680px;
    width: 100%;
    margin: 0 auto
}

.article-top__items {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px
}

.article-top__item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    line-height: 1;
    color: #fff
}

.article-top__title,
.what_watch_layer_2 .what_watch_links a {
    color: #fff
}

.article-text {
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
    counter-reset: myCounter
}

.article-text .text-big {
    font-weight: 300;
    font-size: 18px;
    line-height: 139%;
    color: var(--text);
    margin-bottom: 30px
}

.article-text .text-big strong {
    font-weight: 500
}

.article-text p {
    font-weight: 300;
    line-height: 167%
}

.article-text h2,
.article-text h3,
.article-text h4,
.article-text h5,
.article-text h6 {
    position: relative;
    font-weight: 500;
    font-size: 18px;
    color: var(--text);
    padding-left: 30px;
    margin-bottom: 20px
}

.article-text h2::before,
.article-text h3::before,
.article-text h4::before,
.article-text h5::before,
.article-text h6::before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    left: 0;
    top: 0;
    border-radius: 100%;
    background-color: #236cae;
    counter-increment: myCounter;
    content: counter(myCounter);
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.article-text blockquote {
    position: relative;
    background: rgba(35, 108, 174, .1);
    border-left: 2px solid var(--base-2);
    padding: 22px 65px 22px 37px;
    margin: 30px -65px 30px -37px
}

.article-text blockquote p {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%
}

.article .filter {
    margin-top: 85px
}

.video {
    width: 100%;
    position: relative;
    margin-top: 24px;
    margin-bottom: 24px
}

.video__bg {
    border-radius: 10px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25)
}

.video__bg img {
    opacity: .45
}

.video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s
}

.video__play:hover {
    transform: translate(-50%, -50%) scale(1.1)
}

@media (max-width:1200px) {
    .article-top {
        height: 360px
    }

    .article-top__wrap {
        padding: 32px 15px
    }

    .article .filter {
        margin-top: 50px
    }
}

@media (max-width:1010px) {
    .article {
        margin-bottom: 80px
    }

    .article-top {
        height: 280px
    }

    .article .filter {
        margin-top: 32px
    }
}

@media (max-width:760px) {
    .article {
        margin-bottom: 60px
    }

    .article-top {
        height: 200px;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 24px
    }

    .article-top__bg {
        border-radius: 0
    }

    .article-top__wrap {
        padding: 20px 15px
    }

    .article-top__item {
        gap: 8px;
        font-size: 14px
    }

    .article-text .text-big {
        font-size: 16px;
        line-height: 130%;
        margin-bottom: 20px
    }

    .article-text p {
        font-size: 14px;
        line-height: 140%
    }

    .article-text p+h2,
    .article-text p+h3,
    .article-text p+h4,
    .article-text p+h5,
    .article-text p+h6,
    .article-text p+p {
        margin-top: 16px
    }

    .article-text h2,
    .article-text h3,
    .article-text h4,
    .article-text h5,
    .article-text h6 {
        padding-left: 28px;
        margin-bottom: 16px
    }

    .article-text h2::before,
    .article-text h3::before,
    .article-text h4::before,
    .article-text h5::before,
    .article-text h6::before {
        top: -3px
    }

    .article-text blockquote {
        padding: 22px 25px;
        margin: 16px -25px
    }

    .article-text blockquote p {
        font-size: 16px;
        line-height: 120%
    }

    .article .filter {
        margin-top: 24px
    }
}

.product {
    padding-top: 30px;
    padding-bottom: 60px
}

.product__title {
    padding-bottom: 30px
}

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

.product__wrap {
    width: 66%;
    max-width: 769px;
    display: flex;
    flex-direction: column;
    gap: 50px
}

.product__desc {
    font-weight: 300;
    font-size: 15px;
    line-height: 148%;
    color: #000
}

.product__desc p+p {
    margin-top: 20px
}

.product-aside {
    max-width: 370px;
    width: 32%
}

.product-aside .sticky,
.product-aside .sticky__wrap {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.product-aside__info {
    border-radius: 10px;
    padding: 10px;
    background-color: #fff
}

.product-aside__info-top {
    display: flex;
    justify-content: center;
    padding: 16px;
    border-radius: 10px;
    background-color: rgba(35, 108, 174, .1)
}

.product-aside__info-bottom {
    padding: 26px 14px 26px 26px
}

.product-aside__info-desc {
    font-weight: 300;
    font-size: 15px;
    line-height: 145%;
    color: rgba(0, 0, 0, .8)
}

.product-aside__info-desc strong {
    display: block;
    font-weight: 500;
    color: #000
}

.product-aside__coll {
    padding: 5px 40px
}

.product-aside__coll:first-child {
    border-right: 1px solid #d9d9d9
}

.product-aside__coll:first-child span {
    background-color: #f2c94c
}

.product-aside__coll-top {
    position: relative;
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    color: #000;
    margin-bottom: 10px
}

.product-aside__coll-top span {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    top: 2px;
    left: -17px;
    background-color: #eb5757
}

.product-aside__coll-time {
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #000
}

.product-aside__wifi {
    border-radius: 10px;
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    font-family: "Kelson Sans RU", sans-serif;
    padding: 15px 40px;
    font-weight: 700;
    font-size: 18px;
    line-height: 145%;
    text-transform: uppercase;
    color: #fff;
    background-color: var(--base-2);
    position: relative
}

.product-aside__wifi-icon {
    width: 128px;
    height: 116px;
    position: absolute;
    right: 32px;
    bottom: 0
}

.product-top__body {
    position: relative;
    margin-bottom: 12px
}

.product-top__arrow {
    width: 46px;
    height: 46px;
    position: absolute;
    top: calc(50% - 23px);
    z-index: 1;
    opacity: .49;
    cursor: pointer;
    transition: opacity .3s
}

.product-top__arrow_prev {
    left: 20px
}

.product-top__arrow_next {
    right: 20px
}

.product-top__arrow:hover,
.product-top__swiper .slick-slide.slick-current .product-top__swiper-img::before {
    opacity: 1
}

.product-top__slick {
    height: 476px;
    border-radius: 10px;
    overflow: hidden
}

.product-top__slick .slick-list,
.product-top__slick .slick-slide>div,
.product-top__slick .slick-track,
.product-top__slide {
    height: 100%
}

.product-top__img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden
}

.product-top__img img {
    transition: transform .3s
}

.product-top__swiper {
    margin-right: -3px
}

.product-top__swiper-slide {
    margin: -3px
}

.product-top__swiper-img {
    margin: 3px;
    border-radius: 5px;
    width: calc(100% - 6px);
    height: 62px;
    overflow: hidden;
    cursor: pointer;
    position: relative
}

.product-top__swiper-img::after,
.product-top__swiper-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all .3s
}

.product-top__swiper-img::before {
    border: 3px solid var(--base-2);
    border-radius: 5px;
    opacity: 0
}

.product-top__swiper-img::after {
    background-color: rgba(0, 0, 0, .4);
    opacity: 1
}

.product-top__img img,
.product-top__swiper-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.product-top__swiper .slick-slide.slick-current .product-top__swiper-img::after,
.product-top__swiper-img:hover::after {
    opacity: 0
}

.product-info__title {
    margin-bottom: 30px
}

.product-info__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.product-info__coll {
    width: calc(33.333% - 6px);
    display: flex;
    align-items: flex-start;
    gap: 14px
}

.product-info__icon {
    width: 22px;
    height: 22px
}

.product-info__desc {
    flex: 1;
    font-size: 15px;
    line-height: 145%;
    color: var(--text)
}

.product-payment__caption {
    font-weight: 500;
    font-size: 15px;
    line-height: 145%;
    color: var(--base-1);
    margin-top: 15px;
    margin-bottom: 20px
}

.product-payment__caption span {
    padding: 0 25px
}

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

.product .filter {
    margin-top: 50px
}

@media (max-width:1200px) {
    .product-top__slick {
        height: 400px
    }

    .product-top__arrow {
        width: 32px;
        height: 32px;
        top: calc(50% - 16px)
    }

    .product-top__arrow_prev {
        left: 12px
    }

    .product-top__arrow_next {
        right: 12px
    }

    .product-info__title {
        margin-bottom: 20px
    }

    .product-info__coll {
        width: calc(50% - 6px)
    }

    .product-aside__info-bottom {
        padding: 16px 10px 10px
    }

    .product-aside__coll {
        padding: 5px 20px
    }

    .product-aside__coll-top {
        display: flex;
        align-items: center;
        gap: 8px
    }

    .product-aside__coll-top span {
        display: block;
        position: relative;
        top: 0;
        left: 0
    }

    .product-aside-time {
        font-weight: 600;
        font-size: 18px;
        line-height: 1;
        color: #000
    }

    .product-aside__wifi {
        height: 80px;
        padding: 12px 24px;
        font-size: 18px
    }

    .product-aside__wifi-icon {
        width: 100px;
        height: auto;
        right: 16px;
        bottom: 0
    }
}

@media (max-width:1010px) {
    .product__title {
        padding-bottom: 16px
    }

    .product__body {
        flex-wrap: wrap
    }

    .product__wrap {
        width: 100%;
        max-width: 100%;
        gap: 32px
    }

    .product__desc {
        font-size: 14px
    }

    .product__desc p+p {
        margin-top: 12px
    }

    .product__card {
        width: calc(50% - 5px)
    }

    .product-info__title {
        margin-bottom: 16px
    }

    .product-aside {
        max-width: 100%;
        width: 100%;
        margin-top: 32px
    }

    .product-aside .sticky {
        align-items: flex-start;
        flex-direction: initial;
        flex-wrap: wrap
    }

    .product-aside .sticky__wrap {
        width: calc(50% - 5px)
    }
}

@media (max-width:760px) {
    .product {
        padding-top: 24px;
        padding-bottom: 60px
    }

    .product__card {
        width: 100%
    }

    .product-top__slick {
        height: 260px
    }

    .product-aside .sticky {
        flex-direction: column
    }

    .product-aside .sticky__wrap,
    .product-info__coll {
        width: 100%
    }

    .product .filter {
        margin-top: 24px;
        transform: translateY(0)
    }
}

.recommendations {
    padding-bottom: 60px
}

.recommendations__title {
    text-align: center;
    margin-bottom: 32px
}

.recommendations__swiper {
    overflow: hidden
}

.recommendations__swiper * {
    box-sizing: border-box
}

.recommendations .card {
    flex-direction: column;
    box-shadow: none;
    margin-bottom: 0
}

.recommendations .card__left {
    padding: 5px;
    width: 100%;
    height: 234px
}

.recommendations .card__img,
.recommendations .card__swiper {
    width: 100%;
    height: 100%
}

.recommendations .card__caption {
    font-size: 18px;
    margin-bottom: 12px
}

.recommendations .card__top {
    padding: 10px 20px 20px
}

.recommendations .card__services {
    gap: 8px;
    margin-bottom: 0;
    padding-left: 0;
    flex-wrap: wrap
}

.recommendations .card__services-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px
}

.recommendations .card__services-icon svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.recommendations .card__bottom {
    flex-direction: column;
    padding: 16px
}

.recommendations .card__row {
    gap: 8px 20px;
    flex-wrap: wrap
}

.recommendations .card__price {
    min-width: 100%
}

.recommendations .card__btn,
.recommendations .card__buttons {
    width: 100%
}

.recommendations .card .swiper-pagination {
    bottom: 15px
}

@media (max-width:1010px) {
    .recommendations__swiper {
        overflow: visible
    }

    .recommendations .card__right {
        width: 100%
    }
}

@media (max-width:760px) {
    .recommendations__title {
        margin-bottom: 16px
    }

    .recommendations .card__left {
        height: 200px
    }
}

.what_watch {
    background-color: #f0f0f0;
    position: relative;
    overflow: hidden
}

.what_watch_back {
    background-image: url(/wp-content/themes/hotel/img/what_watch.jpg);
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 100vw;
    display: none
}

.what_watch_in,
.what_watch_layer {
    display: flex;
    height: 100%;
    justify-content: center
}

.what_watch_layer {
    height: 346px;
    flex-direction: column;
    position: relative
}

.what_watch_layer_2 {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    -webkit-clip-path: circle(130px at 50% 50%);
    clip-path: circle(130px at 50% 50%);
    transition: .2s
}

.what_watch_l_text {
    font-weight: 600;
    font-size: 15px;
    line-height: 145%;
    margin-bottom: 18px;
    position: absolute;
    top: calc(50% - 50px)
}

.m_caro_r {
    top: 50%;
    z-index: 20
}

.what_watch_links {
    display: flex;
    justify-content: space-between;
    position: relative;
    height: 100%;
    width: 100%
}

.what_watch_links a {
    font-weight: 800;
    font-size: 28px;
    color: #282727
}

.what_watch_layer_2 .what_watch_l_text {
    color: silver
}

.review_item_date,
.review_item_text_neg {
    background-position: 5px 0
}

.what_video_block {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 310px;
    height: 310px;
    overflow: hidden;
    background-color: #8e82c2;
    border-radius: 50%;
    left: 0;
    top: 0;
    transition: .2s;
    transform: translate(-910px, -910px)
}

.what_video_item video {
    max-width: 180%;
    min-width: 180%;
    transform: translate(-40%, 0)
}

.what_watch_link_item {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Kelson Sans RU", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 145%;
    text-transform: uppercase;
    color: #221f32
}
.about__title {
    padding-top: 57px;
    justify-content: center;
}
.about-wrap__title.title {
    padding: 0 10px;
}
@media (max-width:760px) {
	.about__title {
    font-size: 48px;
    padding: 0;
    text-align: center;
    padding-top: 30px;
}
    .what_watch_layer {
        height: unset;
        padding: 34px 0
    }

    .what_watch_links {
        flex-direction: column;
        text-align: center
    }

    .what_watch_l_text {
        margin-bottom: 10px;
        position: static;
        margin-top: 10px
    }

    .what_watch_links a {
        font-size: 25px;
        margin: 15px
    }
}

.card__buttons a.card__btn.btn.btn_item {
    display: none;
}
.catalog__wrap .card__bottom {
    justify-content: space-between;
}
.card__buttons {
    margin-right: 50px;
}
.recommendations__slide .card__buttons {
    margin-right: 0px;
}