body {
    margin:0;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Roboto", serif;
}

a {
    text-decoration:none;
    color:inherit;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    transition:all ease-out .2s;
}

ul {
    list-style: none;
    padding:0;
    margin:0;
}

li {
    margin:0;
}

input {
    outline:none;
    border:none;
}

button {
    border:none;
    outline:none;
}

textarea {
    outline:none;
    border:none;
}

.container-large {
    max-width:1792px;
    margin:auto;
}

.container-utps {
    max-width:1872px;
    margin:auto;
}

.container {
    max-width:1330px;
    margin:auto;
    position:relative;
}

.animations.animation-scale {
    opacity:0;
}

.animations.animation-scale.animated {
    opacity:1;
    transition:all ease-out 1s;
    transition-delay: .1s;
}

.animations.animation-translateY.animated {
    transition:all ease-out .8s;
    transition-delay: .2s;
    transform: translateY(0);
    opacity:1;
}

.animations.animation-translateY:not(.animated) {
    transform: translateY(40%);
    opacity:0;
}

.animations.animation-translateXleft {
    transition-delay: .5s;
    transform: translateX(-100%);
    opacity:0;
}

.animations.animation-translateXleft.animated {
    transform: translateX(0%);
    transition:all ease-out 1s;
    transition-delay: .3s;
    opacity:1;
}

.animations.animation-translateXright {
    transition-delay: .5s;
    transform: translateX(100%);
    opacity:0;
}

.animations.animation-translateXright.animated {
    transform: translateX(0%);
    transition:all ease-out 1s;
    transition-delay: .3s;
    opacity:1;
}

header {
    padding:6px 0;
    border-bottom: 1px solid #000;
    border-color: #fff;
    box-shadow: 2px 2px 4px rgb(194 194 194 / 50%);
    position:fixed;
    left:0;
    top:0;
    right:0;
    z-index:3;
    background:#fff;
    transition:padding ease-out .4s;
}

header.scrolling {
    padding:6px 0;
    border-color:#fff;
    box-shadow:2px 2px 4px rgb(194 194 194 / 50%);
}

.fancybox-active header {
    right:15px;
}

.header-separator {
    height:93px;
}

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

.header-logo {
    height:fit-content;
    max-height: 76px;
    padding: 12px 0;
}

.header-menu a.visible {
    color:#FF0000;
}

.header-menu ul {
    display:flex;
    flex-direction:row;
}

.header-menu li {
    margin-right:25px;
}

.header-menu ul li:last-child {
    margin-right:0;
}

.header-menu a {
    color: #505050;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: uppercase;
}

.header-menu a.page-active {
    color: #FF0000;
    border-bottom: 1px solid red;
}

.header-menu a:hover {
    color:#FF0000;
}

.btn {
    border-radius: 12px;
    background: #FF0000;
    display: flex;
    padding: 8px 48px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    width:fit-content;
    transition:all ease-out .2s;
}

.btn-secondary {
    border-radius: 12px;
    border: 2px solid #ff0000;
    padding: 16px 24px;
    color: #353535;
    text-align: center;
    font-size: 27px;
    font-style: normal;
    font-weight: 600;
    line-height: 70%;
    cursor:pointer;
    transition: all ease-out .2s;
}

.btn:hover {
    opacity:.8;
}

.btn-secondary:hover {
    color:#fff;
    background:#FF0000;
}

.header-phone {
    color: #505050;
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.header-phone:hover {
    color:#FF0000;
}



section.promo {
    position:relative;
}

.ik-promo .promo-image {
    height: 695px;
    width: 100%;
    object-fit: cover;
    max-width:1920px;
    margin:auto;
}

.ik-promo__image-outer {
    display:flex;
    justify-content:center;
}

.promo-image {
    width:100%;
}

.promo-content {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 1330px;
    margin: auto;
    left: 0;
    right: 0;
    top: 30%;
}

.promo-title {
    color: #353535;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    padding-bottom:24px;
    margin-top:0;
    margin-bottom:0;
}

.promo-description {
    color: #3A3939;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding-bottom:24px;
}

.promo-description br {
    display:none;
}

section.popular {
    padding:90px 0;
    overflow:hidden;
}

section.popular .swiper-slide.swiper-slide-next + .swiper-slide {
    opacity:1;
}

.popular .block-title {
    margin-bottom:48px;
}

.block-title {
    color: #000;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; 
}

section.popular .popular-swiper {
    padding-top:10px;
}

.popular-bullets {
    display:none;
}

.popular-item__image {
    padding-bottom:30px;
}

.popular-item__image img {
    width:100%;
    border-radius: 12px;
    height:300px;
    object-fit:cover;
}

.popular-item__name {
    color: #5C5C5C;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; 
    padding-bottom:20px;
    min-height:135px;
}

.popular-item__options {
    display:flex;
    flex-direction:column;
    border-bottom: 1px solid #CBCFD2;
}

.popular-item__option {
    display:flex;
    justify-content:space-between;
    padding-bottom:15px;
}

.popular-item__option span:first-child {
    color: #5C5C5C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.popular-item__option span:last-child {
    color: #5C5C5C;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;    
    max-width: 50%;
}

.popular-item__tags {
    padding:12px 0 20px;
    display:flex;
    flex-wrap:wrap;
}

.popular-item__tag {
    padding:6px 15px 6px 24px;
    border-radius: 23.36px;
    background: #EFEFEF;
    margin-right:12px;
    color: rgba(0, 0, 0, 0.75);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position:relative;
}

.popular-item__tag:before {
    content:'';
    position:absolute;
    left:15px;
    top:11px;
    width:5px;
    height:5px;
    border-radius:50%;
    background:#FF0000;
}

.popular-item__price {
    display:flex;
}

.popular-item__current-price {
    color: #5C5C5C;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
}

.popular-item__old-price {
    padding-left:24px;
    color: #5C5C5C;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 180%;
    text-decoration-line: line-through;
}

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

.swiper-nav {
    display:flex;
}

.swiper-nav > div {
    cursor:pointer;
}

.swiper-prev, .swiper-next {
    transition: all ease-out .2s;
}

.swiper-prev path, .swiper-next path {
    transition: all ease-out .2s;
}

.swiper-prev:hover path, .swiper-next:hover path {
    fill:#FF0000;
}

.swiper-prev.swiper-button-disabled, .swiper-next.swiper-button-disabled  {
    pointer-events:none;
    opacity:.5;
}

section.platforms {
    background: #F6F6F6;
    padding:60px 0;
}

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

.platforms .block-title {
    margin-bottom:48px;
}

.platforms-item {
    display:flex;
    flex-direction:column;
    align-items:center;
    padding:24px;
    justify-content: space-between;
    max-width:calc(100% / 4 - 24px);
    border-radius: 12px;
    background: #FFF;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
    transition:all ease-out .2s;
}

.platforms-item__logo img {
    border-radius:50%;
}

.platforms-item__title {
    padding-top:32px;
    padding-bottom:12px;
    color: #5C5C5C;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    text-transform: uppercase;
}

.platforms-item__description {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding-bottom:24px;
}

.platforms-item__link {
    width:100%;
    text-align:right;
    color: #5C5C5C;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 95%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transition:all ease-out .2s;
}

.platforms-item__link svg {
    margin-left:8px;
}

.platforms-item:hover {
    background:#F6F6F6;
}

.platforms-item:hover .platforms-item__link {
    color:#FF0000;
}

.platforms-item__link svg path {
    transition:all ease-out .2s;
}

.platforms-item:hover .platforms-item__link svg path {
    stroke:#FF0000;   
}

section.compare {
    padding:60px 0 90px;
}

section.compare .block-title {
    padding-bottom:24px;
}

.block-title__description {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding-bottom:24px;
}

.compare-table__rows {
    display:flex;
    flex-direction:column;
}

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

.compare-table__row-item {
    width:100%;
    padding:24px;
    border-bottom: 1px solid #FFF;
    background: #F6F6F6;
}

.compare-table__rows .compare-table__row .compare-table__head-item:first-child {
    background:#fff;
    border-color:#fff;
    border-left:2px solid #fff;
}

.compare-table__row .compare-table__row-item:first-child {
    border-left: 1px solid #FFF;
    background: #3A3939;
    color:#fff;
}

.compare-table__row-title-first {
    border-radius: 12px 0px 0px 0px;
}

.compare-table__row-title-last {
    border-radius: 0px 0px 0px 12px;
}

.compare-table__head-item {
    border-radius: 20px 20px 0px 0px;
    border: 1px solid #CECECE;
    background: #F6F6F6;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.compare-table__head-item-ik {
    background: url('/templates/imgs/table_header_red.png');
    background-size:cover;
    color:#fff;
    min-width:257px;
    border:none;
}

.compare-table__row .compare-table__row-item:nth-child(2):not(.compare-table__head-item) {
    min-width:257px;
    border-right: 1px solid #FF0000;
    border-bottom: 1px solid #FF0000;
    border-left: 1px solid #FF0000;
    background: rgba(210, 84, 56, 0.24);
}

.compare-table__rows .compare-table__row:last-child .compare-table__row-item:last-child {
    border-bottom-right-radius:10px;
}

section.places {
    padding:90px 0 60px;
}

section.places .block-title {
    text-align:center;
    margin-bottom:10px;
}

section.places .block-title__description {
    text-align:center;
    padding-bottom:60px;
}

.places-listing {
    padding:30px 0 0;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}

.places-item {
    display:flex;
    max-width:48%;
    margin-bottom:64px;
}

.places-item__content {
    padding-left:32px;
}

.places-item__title {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom:12px;
    display:flex;
    align-items:center;
}

.places-item__title img {
    height:32px;
    margin-right:12px;
}

.places-item__description {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
}

.places-item__description p {
    margin-top:0;
    margin-bottom:18px;
}

.places-item__description ul {
    list-style:disc;
    padding-left: 18px;
}

.places-item__description li {
    padding-bottom:7px;
}

.places-item__img img {
    border-radius:12px;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
}

.places-footer__title {
    color: #000;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; 
    margin-bottom:10px;
    display:flex;
    align-items:center;
}

.places-footer__title br {
    display:none;
}

.places-footer__title img {
    height:43px;
    margin-right:12px;
}

.places-footer__description {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

section.reviews {
    background: #F6F6F6;
    padding:60px 0 60px;
    overflow:hidden;
}

section.reviews .block-title {
    margin-bottom:48px;
}

.swiper-bullets .swiper-pagination-bullet {
    background: #CEAA95;
    opacity:1;
}

.swiper-bullets .swiper-pagination-bullet-active{
    background:#9D4D3C;
}

section.reviews .swiper-bullets {
    width:fit-content;
}

.reviews-swiper__footer {
    padding-top:32px;
    display: flex;
    justify-content: space-between;
}

.reviews-item {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
    padding:32px;
}

.reviews-author {
    display:flex;
    align-items:center;
    margin-bottom:48px;
}

.reviews-text {
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.reviews-author > img {
    margin-right:20px;
}

.reviews-author__name {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.reviews-author__model {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

#reviewsSwiper {
  overflow: visible;
  padding: 20px 0;
  margin: -20px 0;
}

#popularSwiper {
  overflow: visible;
  padding: 20px 0;
  margin: -20px 0;
}

.swiper-slide {
    opacity:0;
    transition:opacity ease-out .4s !important;
}

.swiper-slide.swiper-slide-next {
    opacity:1;
}

.swiper-slide.swiper-slide-active {
    opacity:1;
}

section.faq {
    padding:60px 0 90px;
}

section.faq .block-title {
    padding-bottom:48px;
    display:flex;
    align-items:flex-start;
}

section.faq .block-title img {
    height:50px;
    margin-right:8px;
}

.faq-row {
    display:flex;
    justify-content:space-between;
    width:100%;
    flex-wrap:wrap;
}

.faq-clmn {
    max-width: calc(50% - 8px);
}

.faq-item {
    border-radius: 20px;
    border: 1px solid #5C5C5C;
    padding:20px 24px;
    margin-bottom:16px;
    overflow:hidden;
    position:relative;
    transition:all ease-out .2s;
}

.faq-item:hover {
    background:#eee;
}

.faq-item__answer {
    max-height:0;
    overflow:hidden;
    transition:all ease-out .4s;
}

.faq-item__question {
    display:flex;
    justify-content:space-between;
    align-items:center;
    cursor:pointer;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    position:relative;
    z-index:2;
}

.faq-item__answer-inner {
    padding:34px 0 24px 0;
}

.faq-item__answer p {
    margin:0;
}

.faq-item svg {
    transition:all ease-out .4s;
}

.faq-item.active svg {
    transform:rotate(45deg);
}

.faq-item svg path {
    transition: all ease-out .4s;
}

.faq-item.active svg path {
    fill:#fff;
}

.faq-item.active .faq-item__question {
    margin: -24px -24px -14px;
    padding: 24px 24px 14px;
    background: #FF0000;
    color:#fff;
    transition: background ease-out .4s;
}

.faq-item.active {
    border-color:#FF0000;
}

.faq-item__answer ul {
    list-style:disc;
    padding:7px 0 7px 17px;
}

.faq-item__answer * {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.faq-item__answer-inner:before {
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 80%;
    background: url(/templates/imgs/answer-bg.png);
    position: absolute;
    display: block;
    background-position: bottom;
    pointer-events: none;
    user-select: none;
    opacity:0;
    background-repeat:no-repeat;
    transition:all ease-out .6s;
}

.faq-item.active .faq-item__answer-inner:before {
    opacity:1;
}

section.map {
    position:relative;
}

.map__image img {
    width:100%;
}

.map-container {
    position:absolute;
    right:0;
    left:0;
    top:0;
    bottom:0;
}

.map-container .container {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.map__contacts-block {
    display: flex;
    margin-left:auto;
    width: 570px;
    padding: 80px 64px;
    flex-direction: column;
    align-items: flex-start;
    background: #FFF;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
}

.map__contacts-title {
    color: #000;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom:16px;
}

.map__contacts-rows {
    display:flex;
    justify-content:space-between;
    flex-direction:column;
    width:100%;
    margin-bottom:32px;
}

.map__contacts-item {
    display:flex;
    justify-content:space-between;
    margin-bottom:16px;
    color: #000;
    
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.map__contacts-item span:last-child {
    text-align:right;
}

.map__contacts-item .map__contacts-item-desc {
    display:block;
    padding-top:8px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
    line-height: 100%; /* 18px */
}

.map__contacts-form {
    width:100%;
}

.form-group {
    width:100%;
    margin-bottom:24px;
}

.form-group input {
    border-radius: 12px;
    padding:12px 24px;
    width:100%;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    border: 1px solid #CCC;
    background: #FAFAFA;
}

.form-group input.is-invalid {
    border-color:#FF0000;
}

.map__contacts-form .btn {
    width:100%;
    cursor:pointer;
}

.accept-check-outer {
    display:flex;
    align-items:flex-start;
    text-align:left;
    font-size:14px;
    cursor:pointer;
    margin-bottom:24px;
}

.accept-check-outer input {
    display:none;
}

.accept-check-box {
    display: block;
    min-width: 20px;
    min-height: 20px;
    max-width: 20px;
    max-height: 20px;
    border: 1px solid #353535;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right:6px;
    border-radius:5px;
}

.accept-check-outer a {
    text-decoration:underline;
}

.accept-check-outer .accept-check-box span {
    display:none;
    color:#FF0000;
}

.accept-check-outer input.is-invalid + .accept-check-box {
    border:1px solid #FF0000;
}

.accept-check-outer input:checked + .accept-check-box span {
    display:block;
}

footer {
    background: #353535;
    padding:50px 0;
}

.footer-bottom {
    margin-top:18px;
    padding-top:23px;
    border-top: 1px solid #FF0000;
    text-align:center;
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.footer-bottom a {
    color: #FF0000;
}

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

.footer-main > div {
    width:calc(100% / 3);
}

.footer-left {
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.footer-right {
    text-align:right;
    color: #FF0000;
    text-align: right;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.footer-social__item {
    border-radius: 20px;
    border: 1px solid #FF0000;
    background: #FF0000;
    display: flex;
    width: 40px;
    height: 40px;
    padding: 1px;
    justify-content: center;
    align-items: center;
    margin-right:8px;
}

.footer-social .footer-social__item:last-child {
    margin-right:0;
}

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

section.utps {
    padding:90px 0 60px;
}

section.utps .block-title {
    text-align:center;
    margin-bottom:64px;
}

section.utps .block-title br {
    display:none;
}

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

.utps-clmn {
    max-width:calc(50% - 12px);
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}

.utp-item {
    position:relative;
}

.utp-item__content {
    position:absolute;
    right:0;
    top:0;
    padding:48px 30px;
}

.utp-item img {
    width:100%;
    height:100%;
    object-fit:cover;
}

.utp-item__title {
    color: #FFF;
    font-size: 33px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom:24px;
}

.utp-item__content.first .utp-item__title {
    text-align:right;
}

.utp-item__content.first .utp-item__description {
    text-align: right;
}

.utp-item__content.fourth {
    right:unset;
    left:0;
}

.utp-item__description {
    color: #FFF;
    font-size: 19px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    max-width:610px;
}

section.how {
    padding:60px 0;
    background:#F6F6F6;
}

section.how .block-title {
    margin-bottom:48px;
}

.how-main {
    display:flex;
    justify-content:space-between;
    margin-bottom:60px;
}

.how-title {
    color: #000;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; 
    margin-bottom:24px;
    display:flex;
    align-items:center;
}

.how-title br {
    display:none;
}

.how-title img {
    height:45px;
    margin-right:12px;
}

.how-content {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom:24px;
}

.how-content p {
    margin:0;
}

.how-content ul {
    margin-top:24px;
    list-style:disc;
    padding-left:17px;
}

.how-text .how-title:first-child {
    margin-top:0;
}

.how-text .how-title {
    margin-top:48px;
}

.how-clmn {
    max-width:469px;
}

.how-utps {
    max-width:469px;
    width:100%;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin-right:48px;
    margin-bottom:-24px;
}

.how-utps__item {
    width:calc(50% - 12px);
    border-radius: 12px;
    background: #FFF;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
    padding:12px;
    display:flex;
    flex-direction:column;
    align-items:center;
    margin-bottom:24px;
}

.how-row {
    display:flex;
}

.how-text {
    width:fit-content;
}

.how-utps__title {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; 
    margin-bottom:8px;
}

.how-utps__content {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; 
}

.how-utps__icon img {
    max-height:45px;
}

.modal-title {
    color: #000;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; 
    margin-bottom:28px;
}

.reviews-form__stars {
    display:flex;
    justify-content:center;
    margin-bottom:24px;
}

.form-group.has-error .accept-check-box {
    border-color:#FF0000;
}

.review-modal.fancybox-content {
    max-width:590px;
    padding:32px 64px;
}

.fancybox-content {
    opacity:0 !important;
    transition: all ease-out .4s;
}

.fancybox-content.show {
    opacity:1 !important;
}

.form-group-textarea textarea {
    min-width:100%;
    max-width:100%;
    min-height:120px;
    border-radius: 12px;
    border: 1px solid #CCC;
    background: #FAFAFA;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    padding:12px;
    color:  #808080;
    font-size:  16px;
    font-style: normal;
    font-weight: 400;
    line-height:  24px; 
    color:#000;
}

.form-group-textarea.has-error textarea {
    border:1px solid #FF0000;
}

.form-group .form-group-label {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom:6px;
}

.review-modal.fancybox-content .form-group {
    margin-bottom:24px;
    display:block;
}

.form-group.ec-antispam {
    display:none !important;
}

.review-modal.fancybox-content .accept-check-outer.form-group {
    display:flex;
}

.reviews-form__star svg path {
    stroke:#BCBFC2;
}

.reviews-form__star.active svg path {
    fill:#FEAE3B;
    cursor:pointer;
    stroke:#FEAE3B !important;
}

.reviews-form__star.selected svg path {
    fill:#FEAE3B;
    cursor:pointer;
    stroke:#FEAE3B !important;
}

.ec-rating-wrapper.is-invalid .reviews-form__star svg path{
    stroke:#FF0000;
}

.review-modal.fancybox-content .btn {
    cursor:pointer;
    width:100%;
}

.form-group.form-group-icon input {
    padding-left:48px;
}

.form-group-icon {
    position:relative;
}

.form-group-icon:before {
    content: '';
    width: 28px;
    height: 24px;
    display: block;
    position: absolute;
    bottom: 12px;
    left: 12px;
    background-repeat: no-repeat;
    border-right: 1px solid #AAA;
    padding-right: 6px;
    background-position: center;
    background-size: 18px 18px;
}

.form-group-icon-user:before {
    background-image: url(/templates/imgs/icons/fi-rr-user.svg);
}


.form-group-icon-email:before {
    background-image: url(/templates/imgs/icons/fi-rr-at.svg);
}

.filter-select__title {
    border:1px solid #CCC;
    padding: 14px;
    border-radius: 12px;
    background: #FAFAFA;
    width:100%;
    cursor:pointer;
    display:flex;
    justify-content:space-between;
    color: #929292;
    margin-bottom:24px;
    color:#867575;
    padding-left: 48px;
}

.filter-select__title:before {
    background-image:url('/templates/imgs/icons/gear_16516217 1.svg');
    content: '';
    width: 28px;
    height: 24px;
    display: block;
    position: absolute;
    bottom: 12px;
    left: 12px;
    background-repeat: no-repeat;
    border-right: 1px solid #AAA;
    padding-right: 6px;
    background-position: center;
    background-size: 18px 18px;
}

.filter-select__title.selected {
    color:#000;
}

.filter-select__title:after {
    content: url(/templates/images/Vector.svg);
    display: flex;
    align-items: center;
    height: 20px;
    transition:all ease-out .2s;
}


.filter-select__row {
    display:none;
    position:absolute;
    top: 100%;
    z-index: 9;
    max-height:300px;
    overflow-y:auto;
    padding: 24px;
    flex-direction:column;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0px 0px 12px 12px;
    border: 1px solid #CCC;
    border-top:0;
    background: #FAFAFA;
    box-shadow:2px 2px 4px rgb(194 194 194 / 50%);
}

.filter-select__item {
    padding:8px 12px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.filter-select__item:hover {
    background: #EFEFEF;
    cursor:pointer;
}

.filter-select {
    position:relative;
}

.filter-select.active .filter-select__row {
    display:flex;
}

.filter-select.active .filter-select__title {
    /* border-bottom:0; */
    border-radius: 24px 24px 0 0;
}

.filter-select.active .filter-select__title:after {
    transform:rotate(180deg);
    margin-bottom:0;
}


[data-filter-select-outer] {
    outline: none;
    border: none;
    padding: 0;
    margin:0;
}

[data-filter-select-outer] select.is-invalid ~ .filter-select .filter-select__title  {
    border-color:#FF0000;
}

.filter-select.active, .filter-select.selected {
    border-color:#CCC;
}

[data-filter-select-outer] .form-group, 
[data-filter-select-outer] .form-group-label {
    margin:0 !important;
}

.success-message img {
    max-width:60%;
    display:block;
    margin:auto;
    margin-bottom:32px;
}

.success-message__title {
    text-align:center;
    color: #000;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; 
    margin-bottom:12px;
}

.success-message__content {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; 
}

.callback-modal.fancybox-content {
    max-width:500px;
}

form.formSuccess {
    opacity:0;
    pointer-events:none;
    transition:opacity ease-out .2s;
}

[data-form-success] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events:none;
    background:#fff;
    opacity:0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:opacity ease-out .2s;
}

[data-form-success].successShow {
    opacity:1;
}

.fancybox-content {
    border-radius:20px;
}

.header-mobile {
    display:none;
}

.burger-menu {
    display:none;
}

.brand-ion {
    width: fit-content;
    max-height: 44px;
    margin-left: 10px;
}

@media (max-width:1872px) {
    .container-utps {
        max-width:99%;
    }
}

@media (max-width:1840px) {
    .utp-item__description {
        font-size:16px;
    }
    
    .utp-item__title {
        font-size:28px;
    }
}

@media (max-width:1800px) {
    .container-large {
        max-width:99%;
    }
    
    .map__image {
        min-height:760px;
        display:flex;
    }
    
    .map__image img {
        object-fit:cover;
    }
}

@media (max-width:1700px) {
    .header-menu a {
        font-size:16px;
    }
    
    .header-menu li {
        margin-right: 25px;
    }
    
    .header-phone {
        font-size:16px;
    }
    
    .btn {
        font-size: 24px;
    }
}

@media (max-width:1610px) {
    .utp-item__title {
        font-size:21px;
        padding-bottom:15px;
    }
}

@media (max-width:1540px) {
    .utp-item__description {
        font-size:12px;
    }
    
    .utp-item__content {
        padding:31px 19px;
    }
    
    .promo-image {
        min-height: 40vw;
        object-fit: cover;
    }
    
    .how-main img {
        object-fit:cover;
    }
    
    section.utps .block-title {
        margin-bottom:48px;
    }
    
    .utps-clmn {
        max-width:calc(50% - 8px);
    }
}

@media (max-width:1380px) {
    .header-menu li {
        margin-right: 15px;
    }
    
    .promo-content {
        top:20%;
    }
}

@media (max-width:1220px) {
    header {
        padding:14px 0;
        border-bottom:0;
        box-shadow:2px 2px 4px rgb(194 194 194 / 50%);
    }
    
    .header-separator {
        height:105px;    
    }
    
    .header-menu {
        visibility: hidden;
        position: fixed;
        top: 104px;
        left: 0;
        right: 0;
        background: #fff;
        bottom: 0;
        height: 100%;
        width: 100%;
        opacity:0;
        padding-bottom:60px;
        transition:all ease-out .2s;
    }
    
    .header-phone {
        display:none;
    }
    
    .header-btn {
        display:none;
    }
    
    .container-large {
        max-width:calc(100% - 48px);
    }
    
    .promo-content {
        max-width: calc(100% - 48px);
    }
    
    .burger-menu {
        border-radius: 54px;
        border: 1.688px solid rgba(255, 255, 255, 0.10);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.60) 0%, rgba(255, 255, 255, 0.50) 100%);
        box-shadow: 0px 1.688px 0px 0px rgba(0, 0, 0, 0.05), 0px 6.75px 6.75px 0px rgba(0, 0, 0, 0.05), 0px 16.875px 16.875px 0px rgba(0, 0, 0, 0.10);
        backdrop-filter: blur(16.875px);
        width: 54px;
        height: 54px;
    }
    
    .header-menu.active {
        visibility:visible;
        opacity:1;
    }
    
    .header-menu ul {
        display:flex;
        flex-direction:column;
        text-align:center;
    }
    
    .header-menu a {
        width:100%;
        display:block;
        padding:21px 0;
        color: #505050;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        text-transform: uppercase;
    }
    
    body.scroll-disabled header {
        border-bottom:none;
    }
    
    header.scrolling .header-menu.active {
        top: 76px;
    }
    
    .burder-menu__close {
        position:absolute;
        opacity:0;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
        transition:all ease-out .2s;
    }
    
    .burger-menu__open {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        top: 0;
        margin: auto;
    }
    
    .burger-menu.active .burder-menu__close {
        opacity:1;
    }
    
    .burger-menu.active .burger-menu__open {
        opacity:0;
    }
    
    body.scroll-disabled {
        overflow:hidden;
    }
    
    header .header-menu {
        height: calc(100% - 105px);
        overflow-y:scroll;
    }
    
    header.scrolling .header-menu {
        height: calc(100% - 88px);
    }
    
    .header-menu a.visible {
        color:#505050;
        background: rgba(210, 84, 56, 0.21);
    }
    
    .header-mobile {
        display:block;
    }
    
    .mobile-header__button {
        max-width: 300px;
        margin: auto;
        color: #fff !important;
        text-align: center;
        margin-top:24px;
    }
    
    .header-phone {
        text-align:center;
        font-size:32px;
    }
    
    .container {
        max-width: 99%;
    }
    
    .header-menu a:hover {
        color:#505050;
    }
    
    .burger-menu {
        display:block;
    }
}

@media (max-width:1180px) {
    .fancybox-active header {
        right:0;
    }
    .utps-clmn .utps-row {
        flex-direction:column;
    }
    
    .utps-clmn .utps-row .utps-clmn {
        max-width: 100%;
    }
    
    .utps-clmn .utps-row .utps-clmn .utp-item {
        max-height:253px;
        margin-bottom:15px;
    }
    
    .container-utps > .utps-row > .utps-clmn:nth-child(2) > .utp-item {
        left: calc(-100% + -15px);
        width: calc(200% + 15px);
        right: 0;
        max-height: 250px;
    }
    
    .container-utps > .utps-row > .utps-clmn:nth-child(1) {
        height: 520px;
    }
    
    .container-utps > .utps-row > .utps-clmn:nth-child(1) .utp-item {
        height:100%;
    }
    
    .utp-item__description {
        font-size: 14px;
    }
    
    .utp-item__description br {
        display:none;
    }
    
    .how-main .how-clmn .how-clmn {
        max-width: 50%;
        width:50%;
    }
    
    .how-main > img {
        width:50%;
        height:fit-content;
    }
    
    .how-content {
        font-size:16px;
        margin-bottom:12px;
    }
    
    .how-utps {
        max-width:calc(50% - 24px);
        margin-right:24px;
    }
    
    .how-text .how-title {
        margin-top: 24px;
    }
    
    .how-title {
        font-size:32px;
    }
    
    .places-item__content {
        padding-left:24px;
    }
    
    .places-item__img img {
        width: 100%;
        height: 100%;
        min-width:200px;
        object-fit:cover;
    }
    
    section.places .block-title__description {
        font-size:16px;
    }
    
    .places-footer__description {
        font-size:16px;
    }
    
    .reviews-text {
        font-size:16px;
    }
    
    .btn-secondary {
        font-size:16px;
        text-transform:uppercase;
    }
    
    .faq-item__question {
        font-size:18px;
    }
    
    .faq-item__answer * {
        font-size:16px;
    }
    
    .map__contacts-title {
        font-size:32px;
    }
    
    .map__contacts-item {
        font-size:16px;
    }
    
    .map__contacts-rows {
        margin-bottom:12px;
    }
    
    .platforms-item {
        max-width:calc(100% / 2 - 15px);
        width:100%;
        margin-bottom:30px;
    }
    
    .platforms-listing {
        flex-wrap:wrap;
    }
    
    section.places .block-title__description {
        padding-bottom:20px;
    }
    
    section.faq .block-title {
        padding-bottom:20px;
    }
    
    section.compare .block-title {
        padding-bottom:20px;
    }
}

@media (max-width: 1000px) {
    .compare-table__rows {
        width: 1000px;
    }
    
    .compare-table {
        width: 100%;
        overflow-x:scroll;
        overflow-y:hidden;
    }
}

@media (max-width:900px) {
    .promo-title {
        font-size:36px;
    }
    
    .promo-description {
        font-size:24px;
    }
    
    .places-item {
        flex-direction: column;
    }
    
    .places-item__img {
        margin-bottom:12px;
        display:block;
    }
    
    .places-item__img img {
        max-width:300px;
    }
    
    .places-item__content {
        padding-left:0;
    }
    
    .block-title {
        font-size:32px;
    }
    
    .brand-ion {
        max-height:32px;
        margin-left:5px;
    }
    
    section.utps {
        padding:60px 0;
    }
    
    .btn {
        font-size:16px;
    }
    
    section.utps .block-title {
        margin-bottom:24px;
    }
    
    section.how .block-title {
        margin-bottom:24px;
    }
    
    .how-title {
        font-size: 24px;
    }
    
    .how-main > img {
        max-width:47%;
        margin-left:24px;
    }
    
    .popular .block-title {
        margin-bottom:24px;
    }
    
    .popular-item__name {
        font-size:20px;
        min-height:fit-content;
    }
    
    .popular-item__current-price {
        font-size:24px;
    }
    
    .platforms .block-title {
        margin-bottom:24px;
    }
    
    .platforms-item__description {
        font-size:16px;
    }
    
    .platforms-item__link {
        font-size:16px;
    }
    
    .places-item {
        max-width:calc(50% - 12px);
        margin-bottom:24px;
    }
    
    section.reviews .block-title {
        margin-bottom:24px;
    }
    
    section.faq {
        padding:60px 0;
    }
    
    section.popular {
        padding:60px 0;
    }
    
    section.places {
        padding:60px 0;
    }
    
    section.compare {
        padding:60px 0;
    }
    
    section.faq .block-title {
        padding-bottom:24px;
    }
    
    .map__contacts-block {
        padding:48px 24px;
    }
}

@media (max-width:830px) {
    .utp-item__content {
        padding: 20px 10px;
    }
    
    .container-utps > .utps-row > .utps-clmn:nth-child(1) .utp-item {
        min-height:580px;
    }
    
    .utps-clmn .utps-row .utps-clmn .utp-item {
        max-height: 282px;
    }
    
    .promo-image {
        object-position:left;
    }
    
    .how-main {
        flex-direction:column-reverse;
        margin-bottom:24px;
    }
    
    .how-main > img {
        width:100%;
        max-width:500px;
        margin-left:0;
        margin-bottom:24px;
    }
    
    .how-clmn {
        max-width:100%;
    }
    
    .how-row {
        flex-direction:column;
    }
    
    .how-utps {
        width:100%;
        max-width:100%;
        margin-right:0;
        margin-bottom:0;
    }
}

@media (max-width:760px) {
    .utps-row {
        flex-direction:column;
    }
    
    .utps-clmn {
        max-width:100%;
    }
    
    .utp-item {
        min-height:auto !important;
        margin-bottom:12px;
    }
    
    .utps-clmn {
        height:auto !important;
    }
    
    .utp-item img {
        max-height:350px;
    }
    
    .utp-item__content {
        right:0 !important;
        left:0;
    }
    
    .utp-item__content .utp-item__title, .utp-item__content .utp-item__description {
        text-align:left !important;
    }
    
    .container-utps > .utps-row > .utps-clmn:nth-child(2) > .utp-item {
        left:0;
        right:0;
        width:100%;
        position:relative;
    }
    
    .utp-item__content {
        padding: 40px 24px;
    }
    
    .promo-image {
        object-position: center;
        min-height: 350px;
    }
    
    .promo-description br {
        display:block;
    }
    
    .container, .container-utps, .container-large  {
        max-width: 97%;
    }
    
    .promo-content {
        top: 10%;
    }
}

@media (max-width:650px) {
    .platforms-listing {
        flex-direction:column;
    }
    
    .platforms-item {
        width:100%;
        max-width:100%;
        margin-bottom:12px;
        display:flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    
    .platforms-item__title {
        padding-top: 12px;
        padding-left:32px;
    }
    
    .platforms-item__description {
        padding-top:24px;
        font-size:14px;
        text-align:left;
    }
    
    .platforms-item__link {
        font-size:20px;
    }
    
    .promo-title {
        padding-bottom:12px;
    }
    
    .promo-description {
        padding-bottom:12px;
    }
    
    .promo-description br {
        display:none;
    }
    
    .btn {
        font-size:18px;
    }
    
    .promo-content {
        top: 24px;
    }
    
    .promo-image {
        max-height: 700px;
        object-position: bottom;
    }
    
    section.utps .block-title br {
        display:block;
    }
    
    .utp-item__content {
        padding:12px 8px;
    }
    
    .utp-item img {
        max-height: 310px;
        min-height: 310px;
        height:100%;
    }
    
    .how-utps__item {
        margin-bottom:12px;
        width:calc(50% - 6px);
        padding:8px;
    }
    
    section.utps {
        padding:48px 0;
    }
    
    section.how {
        padding:48px 0;
    }
    
    section.popular {
        padding:48px 0;
    }
    
    section.platforms {
        padding:48px 0;
    }
    
    section.compare {
        padding:48px 0;
    }
    
    section.places {
        padding:48px 0;
    }
    
    section.reviews {
        padding:48px 0;
    }
    
    section.faq {
        padding:48px 0;
    }
    
    .popular-item__option span:first-child {
        font-size:14px;
        max-width: 60%;
    }
    
    .popular-item__option span:last-child {
        font-size:14px;
    }
    
    .popular-item__name {
        font-size:16px;
    }
    
    .popular-item__image {
        padding-bottom:12px;
    }
    
    .popular-item__option {
        padding-bottom:12px;
    }
    
    .popular-item__tags {
        padding:8px 0 24px;
    }
    
    .platforms-item {
        padding:12px 24px;
    }
    
    section.compare .block-title {
        padding-bottom:12px;
    }
    
    .compare-table__row-item {
        padding:24px 12px;
    }
    
    .compare-table__row .compare-table__row-item:nth-child(2):not(.compare-table__head-item) {
        min-width:200px;
    }
    
    .compare-table__head-item-ik {
        min-width:200px;
    }
    
    section.places .block-title {
        text-align:left;
    }
    
    section.places .block-title__description {
        text-align:left;
    }
    
    section.places .block-title__description {
        padding-bottom:18px;
        font-size:14px;
    }
    
    .places-footer__title {
        font-size:16px;
    }
    
    .places-item__title {
        font-size:16px;
    }
    
    .places-item__description {
        font-size:14px;
    }
    
    .places-footer__description {
        font-size:14px;
    }
    
    .reviews-item {
        padding:24px;
    }
    
    .reviews-author {
        margin-bottom:24px;
    }
    
    .reviews-swiper__footer {
        padding-top:24px;
    }
    
    .btn-secondary {
        font-size:18px;
    }
    
    .reviews-author__model {
        font-size:14px;
    }
    
    .reviews-author__name {
        font-size:14px;
    }
    
    .reviews-text {
        font-size:14px;
    }
    
    .faq-row {
        
    }
    
    .faq-clmn {
        max-width:100%;
    }
    
    .faq-item {
        padding:12px;
    }
    
    .faq-item__question {
        font-size:14px;
    }
    
    .faq-item__answer * {
        font-size:14px;
    }
    
    .map-container {
        position:unset;
    }
    
    .map__image {
        min-height:500px;
    }
    
    .map__contacts-block {
        margin:0;
        padding:0;
    }
    
    .map-container .container {
        width:100%;
        max-width:100%;
        justify-content: flex-start;
        margin:0;
    }
    
    .map__contacts-block {
        width:100%;
        padding:48px 24px;
    }
    
    .map__contacts-item {
        font-size:14px;
    }
    
    .map__contacts-item .map__contacts-item-desc {
        font-size:14px;
    }
    
    footer {
        padding:24px;
    }
    
    .footer-main {
        flex-direction:column;
        position:relative;
    }
    
    .footer-left li {
        padding-bottom:8px;
    }
    
    .footer-social {
        position:absolute;
        right:0;
        top:0;
        flex-direction:column;
        width:fit-content !important;
    }
    
    .footer-social__item {
        margin-right:0;
        margin-bottom:8px;
    }
    
    .footer-right {
        text-align:left;
        padding-top:20px;
        width:100%;
    }
    
    .footer-right li {
        padding-bottom:8px;
    }
    
    .footer-main > div {
        width:100%;
    }
    
    .footer-bottom {
        text-align: left;
    }
    
    .footer-bottom a {
        display:block;
    }
    
    .footer-bottom a {
        padding-top:8px;
    }
    
    .places-item__img img {
        min-width:100%;
    }
    
    .promo-description {
        font-size:18px;
    }
    
    .promo-title {
        font-size:32px;
    }
    
    .modal-title {
        font-size:32px;
    }
    
    .fancybox-content {
        padding:20px !important;
    }
    
    .how-utps__content {
        font-size:12px;
    }
    
    .how-utps__title {
        font-size:12px;
    }
    
    .container, .container-utps, .container-large {
        max-width: calc(100% - 48px);
    }
    
    .utp-item__description {
        font-size:12px;
    }
    
    .how-content {
        font-size:14px;
    }
    
    .compare-table__row {
        font-size:14px;
    }
    
    .compare-table__head-item {
        font-size:14px;
    }
    
    .block-title__description {
        font-size:14px;
    }
    
    .accept-check-outer {
        font-size:12px;
    }
    
    .swiper-slide.swiper-slide-next {
        opacity:0;
    }
    
    .utps-clmn .utps-row .utps-clmn .utp-item {
        max-height: 310px;
        overflow: hidden;
    }
    
    .how-utps {
        margin-bottom:24px;
    }
    
    .how-title br {
        display:block;
    }
    
    .how-text .how-title {
        margin-top:32px;
    }
    
    .popular-bullets {
        display:block;
        margin-top:12px;
    }
    
    .compare-table__row .compare-table__row-item:first-child {
        max-width:150px;
    }
    
    .places-footer__title br {
        display:block;
    }
    
    footer {
        padding-bottom:90px;
    }
}

.cookie-message {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: #fff;
    z-index: 99;
    box-shadow: 8px 8px 30px rgb(0 0 0 / 9%);
    max-width: 500px;
    padding: 35px;
    box-sizing: border-box;
    margin-left: auto;
    border-radius:10px;
}

.cookie-message a {
    color:#FF0000;
    text-decoration:underline;
}

.cookie-message .btn {
    display:block;
    width:fit-content;
    margin-top:15px;
    font-size:16px;
    cursor:pointer;
}

@media (max-width:500px) {
    .cookie-message {
        left:10px;
        right:10px;
        width:calc(100% - 20px);
        padding:25px;
        bottom:10px;
    }
    
    .header-logo {
        max-height: 60px;
    }
}

section.info {
    padding:60px 0;
}

section.info ul {
    padding-left:17px;
    list-style:disc;
}

section.error404 {
    padding:60px 0;
}

.error404__title {
    font-size:15vw;
    text-align:center;
    color:#FF0000;
    margin-bottom:15px;
}

.error404__desc {
    font-size:18px;
    text-align:center;
    margin-bottom:25px;
}

section.error404 .btn {
    margin:auto;
    font-size:16px;
}

.footer-oferta {
    text-align:center;
    max-width:1000px;
    color:#fff;
    padding-top:25px;
    font-size:14px;
    margin:auto;
    font-weight:300;
}

.block-title-gradient span {
    background: linear-gradient(90deg, #F00 48.72%, #1A1A1A 85.4%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-utps {
    padding-top:90px;
}

.main-utps .block-title {
    text-align:center;
}

.main-utps__list {
    display:flex;
    flex-direction:column;
    padding-top:64px;
}

.main-utps__item {
    padding:82px 0 48px;
    height:100vh;
}

.main-utps__item-title {
    color: #FFF;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position:relative;
    z-index:1;
    padding-bottom:24px;
}

.main-utps__item-description {
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position:relative;
    z-index:1;
    max-width:650px;
}

.main-utps__list .main-utps__item:nth-child(2n) * {
    text-align:right;
    margin-left:auto;
}

.main-about {
    padding:90px 0;
}

.main-about .container {
    display:flex;
}

.main__about-title {
    padding-bottom:25px;
}

.main__about-text {
    padding-bottom:48px;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.parallax-container {
    position: relative;
    overflow: hidden;
}

.parallax-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    bottom:0;
    background-size: 150%;
}

.main__about-serts {
    padding:24px 48px;
    border-radius: 12px;
    background: #F0F2F4;
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.15);
}

.main__about-serts-title {
    padding:32px 0 24px;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}

.main__about-serts-list {
    display:flex;
    flex-wrap:wrap;
}

.main__about-serts-list li {
    width:50%;
    position:relative;
    padding-left:19px;
    padding-bottom:24px;
}

.main__about-serts-list li:before {
    content: '';
    width:7px;
    height:7px;
    background:#ff0000;
    display:block;
    position:absolute;
    border-radius:50%;
    left:0;
    top:0;
}

.main-about__left {
    width: calc(100% - 469px);
    padding-right:48px;
}

.main-about__right {
    width:469px;
    display:flex;
    flex-direction:column;
}

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

.main-about__utps-item {
    width:calc(50% - 12px);
    margin-bottom:24px;
    border-radius: 12px;
    border: 1px solid #E0E6EB;
    background: #FFF;
    padding:24px 12px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

.main-about__utps-item svg {
    margin-bottom:12px;
}

.main-about__utps-item-title {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; 
    margin-bottom:8px;
}

.main-about__utps-item-description {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
}

.main-about__standarts {
    border-radius: 12px;
    background: linear-gradient(99deg, rgba(255, 0, 0, 0.85) -12.06%, rgba(26, 26, 26, 0.85) 101.87%);
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.15);
    display: flex;
    padding: 24px 48px;
    flex-direction: column;
    flex-grow: 1;
}

.main-about__standarts-title {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    padding-bottom:24px;
}

.main-about__standarts-tag {
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.60);
    padding: 8px 8px 6px 8px;
    width:fit-content;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin-bottom:8px;
}

.main-about__standarts-text {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; 
    margin-bottom:12px;
}

.main-mission {
    padding:115px 0;
    background: #FAFBFB;
}

.main-mission .container {
    display:flex;
    justify-content:space-between;
    gap:40px;
}

.main-mission__left, .main-mission__right {
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.main-mission__title-red {
    color: #F00;
}

.main-mission__title {
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom:30px;
}

.main-mission__description {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.main-mission__left, .main-mission__right {
    width:100%;
}

.main-mission__center {
    width:fit-content;
}

.main-technology {
    padding:48px 0 64px;
}

.main-technology-title {
    padding-bottom:25px;
}

.block-undertitle {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
    padding-bottom:48px;
}

.main-technology__row {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin-bottom: -24px;
}

.main-technology__item {
    display:flex;
    align-items:center;
    padding:48px;
    border-radius: 12px;
    border: 1px solid #E0E6EB;
    background: #FFF;
    width:calc(50% - 12px);
    margin-bottom:24px;
}

.main-technology__item svg {
    margin-right:24px;
}

.main-technology__title {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    margin-bottom:8px;
}

.main-technology__description {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; 
}

section.main-innovation {
    padding:48px 0;
    background: #FAFBFB;
}

section.main-innovation .container {
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.main-innovation__title {
    color: #000;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; 
    margin-bottom:24px;
}

.main-innovation__description {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.main-innovation__content {
    max-width:578px;
}

section.main-applications {
    padding:24px 0 76px;
}

.main-applications__titles {
    display:flex;
    flex-direction:column;
    max-width:548px;
    width:100%;
}

.main-applications__column-title {
    color: #696969;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; 
    padding:12px 0;
    border-top:1px solid #E0E6EB;
    cursor:pointer;
    padding-left:24px;
    transition:all ease-out .4s;
}

.main-applications__column-title:hover {
    background: #FAFBFB;
}

.main-applications__column-title.active {
    padding-top:24px;
    padding-bottom:36px;
    background: #FAFBFB;
}

.main-applications__column-title.active span {
    background: linear-gradient(90deg, #F00 0%, #3B2F2F 37.1%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

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

.main-applications__contents {
    flex-grow: 1;
    padding-left:55px;
}

.main-applications__contents .main-applications__column-title {
    display:none;
}

.main-applications__content * {
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; 
}

.main-applications__content ul {
}

.main-applications__content ul li {
    list-style:inside;
}

.main-applications__content img {
    margin-top:48px;
}

.main-applications__content {
    max-height:0;
    overflow:hidden;
    opacity:0;
    padding:0 24px 0;
    background: #FAFBFB;
    transition:all ease-out .4s;
}

.main-applications__content img {
    opacity:0;
    transition: all ease-out .4s;
    transition-delay: .4s;
}

.main-applications__content.active {
    max-height:100%;
    opacity:1;
    padding:24px;
}

.main-applications__content.active img {
    opacity:1;
}

.promo-main .promo-content {
    top:68px;
}

.promo-main .promo-title {
    color: #1A1A1A;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}

.promo-main .promo-title span {
    background: linear-gradient(90deg, #F00 0%, #1A1A1A 63.71%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.promo-main .promo-description {
    color: #3A3939;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    max-width:647px;
}

.promo-main-btn {
    background: #3B2F2F;
}

.promo-utps {
    padding-top:40px;
    display:flex;
}

.promo-utp__item {
    max-width:fit-content;
    margin-right:24px;
}

.promo-utp__title {
    color: #F00;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    margin-bottom:8px;
}

.promo-utp__content {
    color: #3A3939;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
}

.promo-main .promo-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 580px;
}

.main-utps__mobimg {
    display:none;
}

@media (max-width:1350px) {
    .container {
        max-width:97%;
    }
    
    .main-mission__title {
        font-size: 40px;
    }
    
    .main-mission__description {
        font-size: 18px;
    }
    
    .main-mission__center img {
        max-width:300px;
    }
    
    .main-innovation__title {
        font-size:40px;
    }
    
    .main-innovation__description {
        font-size:18px;
    }
    
    .main-innovation__image {
        max-width: 50%;
    }
    
    .main-applications__column-title {
        font-size: 28px;
    }
    
    .main-applications__content * {
        font-size:22px;
    }
    
    .promo-content {
        max-width: 97%;
    }
}

@media (max-width:1100px) {
    .main__about-serts-list li {
        width:100%;
    }
    
    .main-about__standarts {
        flex-grow:0;
        height:fit-content;
    }
    
    .promo-main .promo-title {
        font-size:45px;
    }
    
    .promo-main .promo-description {
        font-size:20px;
    }
    
    .main-utps__item-title {
        font-size: 45px;
    }
    
    .main-utps__item-description {
        font-size:20px;
        max-width: 66%;
    }
    
    .main-utps__list .main-utps__item:nth-child(2n) .main-utps__item-description {
        margin-left: auto;
    }
    
    .main-applications__column-title {
        font-size:24px;
    }
    
    .main-applications__content * {
        font-size:20px;
    }
    
    .main-applications__content img {
        width:100%;
    }
    
    .main-mission .container {
        align-items:center;
    }
}

@media (max-width:900px) {
    .main-mission .container {
        flex-direction:column;
        align-items:flex-start;
    }
    
    section.main-innovation .container {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .main-innovation__content {
        max-width:100%;
        margin-bottom:24px;
    }
    
    .main-about .container {
        flex-direction:column;
    }
    
    .main-about__left {
        width:100%;
        padding-right:0px;
    }
    
    .main__about-text {
        padding-bottom:24px;
    }
    
    .main-about__right {
        width:100%;
        padding-top:24px;
    }
    
    .main-applications__contents .main-applications__column-title {
        display:block;
    }
    
    .main-applications__titles {
        display:none;
    }
    
    .main-applications__contents {
        padding-left:0;
    }
    
    .main-applications__column-title.active {
        padding-bottom:24px;
    }
    
    .main-applications__content.active {
        padding-top:0;
    }
    
    .main-innovation__image {
        max-width:100%;
    }
    
    .main-technology__item {
        width:100%;
    }
    
    .main-technology__item svg {
        width:80px;
    }
}

@media (max-width:500px) {
    .promo-main .promo-content {
        top:24px;
    }
    
    .promo-main .promo-title {
        font-size:32px;
    }
    
    .promo-main .promo-description {
        font-size:14px;
    }
    
    .promo-utps {
        flex-grow:1;
        align-items:flex-end;
        justify-content:space-between;
    }
    
    .promo-utps .promo-utp__item {
        margin-right:0;
        height: 90px;
    }
    
    .promo-main .promo-content {
        display:flex;
        flex-direction:column;
    }
    
    .promo-utp__title {
        font-size:20px;
    }
    
    .promo-utp__content {
        font-size:10px;
    }
    
    .promo-main .promo-image {
        min-height:460px;
    }
    
    .main-utps__item-title {
        font-size: 28px;
    }
    
    .main-utps__item-description {
        font-size: 14px;
        max-width: 100%;
    }
    
    .main-utps__list .main-utps__item:nth-child(2n) * {
        text-align:left;
    }
    
    .main__about-text {
        font-size:14px;
    }
    
    .main__about-serts {
        padding:12px 24px;
    }
    
    .main__about-serts-list li {
        font-size:14px;
    }
    
    .main-about__utps-item-title {
        font-size:16px;
    }
    
    .main-about__standarts {
        padding:12px 24px;
    }
    
    .main-mission__title {
        font-size:32px;
    }
    
    .main-mission__description {
        font-size:14px;
    }
    
    .main-about {
        padding:45px 0;
    }
    
    .main-mission {
        padding:60px 0;
    }
    
    .block-undertitle {
        font-size:14px;
    }
    
    .main-technology__item {
        padding:24px;
    }
    
    .main-technology__item svg {
        min-width:80px;
    }
    
    .main-innovation__title {
        font-size:32px;
    }
    
    .main-utps {
        padding-top:45px;
    }
    
    .main__about-text br {
        display:none;
    }
    
    .main-mission__center {
        width:100%;
        text-align:center;
    }
    
    .main-innovation__content {
        margin-bottom:36px;
    }
    
    .main-utps__item {
        height:550px;
        position:relative;
        background:none !important;
    }
    
    .main-utps__mobimg {
        display:block;
        position:absolute;
        left:0;
        right:0;
        top:0;
        bottom:0;
        width:100%;
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width:1500px) {
    .header-menu a {
        font-size:14px;
        margin-right:0;
    }
    
    .header-menu li {
        margin-right:15px;
    }
    
    .btn {
        font-size:20px;
    }
}

@media (max-width:1220px) {
    .header-menu a.page-active {
        border-bottom:0;
    }
    
    .mobile-header__button {
        margin:auto !important;
    }
}

#reviewsSwiperOuter .swiper-wrapper {
    align-items:stretch;
}

#reviewsSwiperOuter .swiper-wrapper .swiper-slide {
    height: auto !important;
}

#reviewsSwiperOuter .swiper-wrapper .swiper-slide .reviews-item {
    height:100%;
}

.promo-ik-utps {
    display:flex;
    flex-wrap:wrap;
    max-width:640px;
    gap:20px;
    margin-bottom:48px;
} 

.ik-promo-title {
    text-transform:uppercase;
    padding-bottom:48px;
}

.promo-ik-content {
    top:15%;
}

.promo-ik-utp {
    width:calc(50% - 10px);
}

@media (max-width:650px) {
    .promo-ik-utp img {
        width:100%;
    }
    
    .ik-promo-title {
        font-size: 32px;
        font-weight: 700;
        padding-bottom:12px;
    }
    
    .promo-ik-content {
        top: 4%;
    }
    
    .promo-ik-utps {
        gap:10px;
    }
    
    .promo-ik-button {
        position:absolute;
        bottom: 15px;
        display: flex;
        justify-content: center;
        width: 100%;
        left: 0;
        right: 0;
    }
}

@media (max-width:500px) {
    .promo-ik-content {
        top: 5%;
    }
    
    .ik-promo .promo-image {
        height: 565px;
    }
    
    .container {
        max-width: calc(100% - 48px);
    }
    
    .promo-ik-content {
        max-width: calc(100% - 48px);
    }
    
    .utp-item__description {
        font-size: 14px;
    }
    
    .promo-title {
        font-size:31px;
    }
}

.burger-menu {
    margin-top:-3px;
}