html {
    scroll-behavior: smooth;
}
body {
    font-family: "Open Sans", system-ui;
    font-optical-sizing: auto;
    font-style: normal;
    background: #F2F5F8;
    font-variant-numeric: lining-nums;
    overflow-x: hidden;
    line-height: 1.3;
    
}
body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F2F5F8;
	border-radius: 5px;
}
body::-webkit-scrollbar {
	width: 10px;
	background-color: #F2F5F8;
}
body::-webkit-scrollbar-thumb{
	border-radius: 5px;
	background-image: -webkit-gradient(linear,
		left bottom,
		left top,
		color-stop(0.44, rgb(18,19,43)),
		color-stop(0.72, rgb(65,65,79)),
		color-stop(0.86, rgb(18,19,43)));
}
p {
    margin: 0;
}
a {
    text-decoration: none !important;
}
a:hover {
    color: #1e90ff;
}
section {
    background: #F2F5F8;
    padding: 70px 0px;
    overflow: hidden;
    z-index: 1;
    position: relative;
}
section.top-small {
  padding-top: 45px;
}
.bdabout section {
    overflow: unset;
}
header {
    background: #41414F;
    position: relative;
    z-index: 15;
}
.header-top {
    border-bottom: 1px solid #fff;
    display: flex;
    justify-content: space-between;
}
.logo-white {
    width: 100%;
    height: 50px;
    background: url(../images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.header-nav-but {
    color: #fff;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 400;
}
.bdabout .header-nav-but {
    color: #121212;
}
.bdabout .header-top {
    border-bottom: 1px solid #121212;
}
.bdabout .header-nav-but {
    color: #121212;   
}
.bdabout .header-button {
    border: 1px solid #121212;
    color: #121212;
}
footer .header-button {
    border: 1px solid #fff !important;
    color: #fff !important;
}
.bdabout .logo-white {
    background: url(../images/logo_black.png);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: .7;
}
.header-bottom {
    display: flex;
    justify-content: space-between;
    padding: 20px 0px;
}
.header-logo {
    padding: 10px 0px;
    width: 100%;
}
.header-top-right {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-button {
    border: 1px solid #fff;
    padding: 10px 25px;
    color: #fff;
    font-weight: 400;
    border-radius: 5px;
    cursor: pointer;
    width: fit-content;
    text-decoration: none !important;
}
.header-button:hover {
    background: #fff;
    color: #41414F;
    font-weight: 400;
}
.header-nav-but:hover {
    color: #1e90ff !important;
}

.background-fade {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000b3;
    opacity: 0;
    z-index: 10;
    pointer-events: none;
    transition: opacity 0.4s ease-in-out;
}
.background-fade.active {
    opacity: 1;
    pointer-events: auto;
}
.mobile-header {
    display: none;
}
footer {
    background: #41414F;
    color: #fff;
    padding-top: 60px;
    z-index: 10;
    position: relative;
}
.footer-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer-logo {
    height: 60px;
    width: 135px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    filter: brightness(0) invert(1);
    opacity: .4;
    cursor: pointer;
}
.footer-logo:hover {
    filter: none;
    opacity: 1;
}
.footer-col-1 p {
    color: #fff;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}
.mainpage header,
.bdabout header{
    background: none;
}
.main-back {
    height: calc(100vh - 135px);
    z-index: 2;
    position: relative;
    padding-top: 15%;
    background: 0;
}
.main-back-description {
    width: 60%;
    color: #FFFFFF;
}
.main-back-description p {
    margin: 0;
    margin-bottom: 25px;
}
.main-back-title {
    font-weight: 400;
    font-size: 50px;
    line-height: 50px;
}
.main-back-text {
    font-weight: 300;
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 35px !important;
}
.main-button {
    border: 1px solid #fff;
    padding: 10px 25px;
    font-weight: 400;
    border-radius: 5px;
    cursor: pointer;
    background: #fff;
    color: #41414F;
    display: block;
    width: fit-content;
}
.video-background {
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
#backgroundvideo {
    height: 100%;
}
.gradient-overlay {
    background: linear-gradient(#12132b, #12132bbf, #12132bcf);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    opacity: .6;
}
.section-title {
    font-weight: 300;
    font-size: 30px;
    color: #12132B;
    margin: 0;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.whyus {
    background-size: cover !important;
    background-position: center !important;
}
.whyus .section-title {
    color: #fff;
}
.whyus-descr {
    display: flex;
    justify-content: space-between;
}
.whyus-icon {
    width: 100%;
    height: 80px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    opacity: .7;
}
.cart-text {
    font-weight: 300;
    font-size: 17px;
    line-height: 20px;
    opacity: .7;
}
.cart-title {
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    text-wrap: nowrap;
    margin-bottom: 10px;
}
.whyus-sect {
    padding: 0px 20px;
}
.whyus-sect .cart-text,
.whyus-sect .cart-title {
    color: #fff;
    text-align: center;
}
.news-but, .breadcrumbs {
    background: none;
    line-height: 1.2;
    padding: 0px;
    padding-right: 30px;
    color: #000;
    font-weight: 400;
    font-size: 15px;
    cursor: pointer;
    outline: none !important;
    border: 0px;
    width: fit-content;
}
.small-title,
.brdcrmb {
    color: #121212 !important;
    font-weight: 500;
    font-size: 15px;
    opacity: .4;
    margin-bottom: 10px;
}
.brdcrmb {
    font-size: 14px;
}
.breadcrumbs span:last-child .brdcrmb {
    color: #1e90ff !important;
    opacity: 1;
}
.news-but.active {
    color: #1e90ff;
}
.blog-art {
    min-height: 250px;
    margin-bottom: 0;
    height: 100%;
    padding: 20px;
    background-color: #fff;
    margin-bottom: 20px;
    box-shadow: 0px 5px 14px -5px rgb(0 0 0 / 10%);
    margin: 0px -7px;
}
.article_img_b {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 310px;
    margin: -20px;
    margin-bottom: 25px;
}
.article_img_s {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
    margin: 40px -20px -40px;
}
.date-tag {
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    color: #a7a7a7;
    font-variant-numeric: lining-nums;
    line-height: 1;
    display: flex;
    align-items: center;
}
.article-tag, .news-tage {
    background: #1e90ff;
    color: #fff;
    padding: 2px 10px;
    border-radius: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    margin: 0;
}
.news-tage {
    background: #D9D9D9;
    color: #000;
}
.news-title {
    font-weight: 400;
    font-size: 28px;
    color: #000000;
    margin: 15px 0px;
}
.article-preview {
    font-weight: 300;
    font-size: 15px;
    color: #000000;
    width: 95%;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    margin: 0;
}
.main-icons {
    background: url(../img/icons/svg-icons.svg);
    height: 372px;
    width: 315px;
    background-size: contain;
    right: -100px;
    position: absolute;
    top: -115px;
}
.main-icons-down {
    background: url(../img/icons/icon-back.svg);
    width: 345px;
    height: 200px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(45deg);
    bottom: -70px;
    left: -120px;
}
.main-icons-more {
    background: url(../img/icons/svg-icons.svg);
    height: 304px;
    width: 315px;
    background-size: contain;
    left: -90px;
    position: absolute;
    bottom: -96px;
    transform: rotate(150deg);
}
.faq-block {
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0px 5px 14px -5px rgb(0 0 0 / 10%);
}
.faq-preinfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    cursor: pointer;
}
.faq-preinfo.active {
    background: #12132B;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 5px 14px -5px rgb(0 0 0 / 50%);
}
.faq-preinfo .title {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 10px;
}
.wid80 {
    width: 80%;
}
.faq-preinfo .descrb {
    font-size: 15px;
    font-weight: 300;
}
.faq-price {
    font-weight: 600;
    font-size: 17px;
}
.fulldescrb {
    display: none;
    padding: 30px;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
}

.fulldescrb li::marker {
    color: #1e90ff;
}
.faq-preinfo.active .title,
.faq-preinfo.active .descrb,
.faq-preinfo.active .faq-price {
    color: #fff;
}
.faq-price strong {
    color: #121212;
    font-weight: 600;
}
.faq-preinfo.active .faq-price strong {
    color: #1e90ff;
}
#map {
    width: 100%;
    margin: auto;
    height: 100%;
}
.mainpage #map,
.contacts #map {
    height: 500px;
}
.main-input-div {
    background: #fff;
    padding: 24px 20px;
    box-shadow: 0px 5px 14px -5px rgb(0 0 0 / 10%);
}
.main-input,
.main-input-text {
    background: #F5F5F7;
    border-radius: 5px;
    border: 1px solid #00000038;
    padding: 10px 15px;
    margin-bottom: 15px;
    width: 100%;
    color: #121212;
}
.main-input-text {
    height: 100%;
}
.main-input-container {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
.form-under-text {
    font-size: 12px;
}
.main-input-top {
    margin-bottom: 20px;
}
.main-input-title {
    font-size: 20px;
    margin: 0;
}
.main-input-descrb {
    font-size: 15px;
    font-weight: 300;
    margin-top: 5px;
}
.btn-primary {
    color: #fff;
    background-color: #1e90ff;
    border-color: #1e90ff;
    text-wrap: nowrap;
    margin-right: 25px;
    padding: 10px 25px;
}
.info-block {
    font-size: 15px;
    font-weight: 300;
    padding: 20px 24px;
    box-shadow: 0px 5px 14px -5px rgb(0 0 0 / 10%);
    background: #fff;
}
.prtnr-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.prtnr-info .small-title{
    opacity: 1;
}
.catalog-body {
}
.catalog-menu-content {
    padding: 0;
}
.catalog-menu-content li::marker {
    content: '';
}
/*.categoryforus {
    padding: 20px;
    background: #fff;
    margin-bottom: 20px;
}*/
.categoryforus {
    margin-bottom: 10px;
}
.catalog-body-load {
    width: 100%;
    display: block;
    padding: 20px;
    background: #fff;
    color: #121212;
    box-shadow: 0px 5px 14px -5px rgb(0 0 0 / 10%);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.categoryforus.active .catalog-body-load {
    color: #fff;
    background: #12132b;
}
.catalog-menu-content.collapse.show .catalog-body-load {
    background: #fff;
    color: #121212;
    font-size: 13px;
    padding: 15px 20px 15px 30px;
}
.catalog-body-load.load-last.text-primary {
    font-weight: 500;
}
.catalog-body-load:hover {
    color: #fff;
    background: #12132b;
}
.catalog-body-load:hover .mndrparrow {
    filter: invert(1);
}
.block-product-header {
    height: 235px;
    background-size: cover;
    background-position: center;
    margin: -10px -20px 20px;
}
.catalog-single-product {
    background: #fff;
    padding: 20px 5px;
    box-shadow: 0px 5px 14px -5px rgb(0 0 0 / 10%);
}
.block-product-body {
    margin-bottom: 20px;
}
.block-product-body-title {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
.block-product {
    box-shadow: 0px 5px 14px -5px rgb(0 0 0 / 15%);
    background: #fff;
    padding: 10px 20px 50px;
    margin: 0px -7px;
    overflow: hidden;
    height: 100%;
    position: relative;
}
.block-product .on-cart-add {
    position: absolute;
    bottom: 0;
    padding-bottom: 20px;
}
.order-but {
    background: #1e90ff;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 7px 30px;
    outline: 0px;
    border: 0px;
    border-radius: 5px;
}
h1.extra {
    font-size: 20px;
}
.descb-product {
    font-size: 15px;
    font-weight: 300;
}
.block-product-body ul {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}
.block-product-body ul li::marker {
    color: #1e90ff;
}
li::marker {
    color: #1e90ff;
}
.nxt, .pr,
.nxtb, .prb,
.nxttt, .prrr {
    background: url(/assets/img/icons/pr.svg);
    width: 15px;
    height: 27px;
    background-size: contain;
    background-repeat: no-repeat;
    outline: none !important;
    cursor: pointer;
}
.nxt,
.nxtb,
.nxttt {
    transform: rotate(180deg);
}

.rview_slider_main .slick-slide {
    margin-right: 20px;
}
.rview_slid {
    background: #ffffff;
    box-shadow: 0px 5px 14px -5px rgb(0 0 0 / 10%);
    padding: 10px 20px;
    height: 340px;
    margin-bottom: 20px;
}
.rview_slid_avatar {
    height: 50px;
    min-width: 50px;
    width: 50px;
    margin-right: 15px;
    background-size: cover;
    border-radius: 100px;
}
.rview_marks {
    display: flex;
}
.rview_mark {
    background: #c6c6c6;
    width: 9px;
    height: 9px;
    margin: 0px 2px;
    border-radius: 15px;
}
.rview_marks.r5 .rview_mark:nth-child(-n+5) {
    background: #1e90ff;
}
.rview_slid_date {
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    color: #a7a7a7;
    font-variant-numeric: lining-nums;
    line-height: 1;
}
.rview_slid_name {
    margin-top: 7px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}
.rview_slid_text {
    font-weight: 300;
    font-size: 15px;
    color: #121212;
    line-height: 18px;
    margin: 0;
}
.rview_slider_main .slick-dots {
    width: 78.5%;
    padding: 0;
}

.service-sidebud {
    margin-bottom: 10px;
}
.servise-single-product {
    padding: 20px;
    background: #fff;
    cursor: pointer;
    padding-bottom: 30px;
    box-shadow: 0px 5px 14px -5px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
    height: calc(100% - 30px);
}
.servise-single-product:hover {
    box-shadow: 0px 5px 14px -5px rgb(0 0 0 / 30%);
}
.srvce-background {
    height: 275px;
    margin: -20px -20px 30px;
    background-size: cover;
    filter: brightness(0.75);
}
.servise-title {
    font-weight: 600;
    font-size: 17px;
}
.servise-body-full .servise-title {
    font-size: 24px;
    margin-bottom: 20px;
}
.servise-body-full img {
    height: 100%;
    width: 100%;
}
.slider_service .slick-slide {
    margin: 10px;
}
.srvc-background {
    height: 275px;
    margin: -10px -20px 30px;
    background-size: cover;
    filter: brightness(0.75);
}
.srvc-title {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 10px;
    height: 45px;
}
.srvc-descrb {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 20px;
}
.slide-srvc {
    box-shadow: 0px 5px 14px -5px rgb(0 0 0 / 25%);
    background: #fff;
    padding: 10px 20px;
}
.learn-more {
    cursor: pointer;
    color: #1e90ff;
    margin-bottom: 20px;
}
.slidw {
    width: 100%;
}
.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding: 30px;
    margin-top: auto;
    position: relative;
    padding-top: 30px;
}
.slick-dots li {
    margin: 6px 6px;
}
.slick-dots li.slick-active button {
    background-color: #1e90ff;
}
.slick-dots button {
    display: block;
    height: 12px;
    width: 12px;
    border: none;
    border-radius: 100%;
    background-color: #bdbdbd;
    text-indent: -9999px;
    cursor: pointer;
    outline: none !important;
    padding: 0;
}
.slider_service .slick-dots {
    width: 73%;
}
.img-fluid {
    filter: brightness(0.9);
}
.logo-modal {
    background: url(../images/logo_black.png);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: .7;
    width: 100%;
    height: 43px;
    background-position: center;
}
.modal-footer {
    text-align: left;
}
.collapse.show {
    display: block;
}
.catalog-menu-content.collapse.show .catalog-menu-content-dropdown.active .catalog-body-load.load-last {
    padding-left: 60px;
}
.block-catalog-header {
    height: 230px;
    position: relative;
    background-size: cover;
    background-position: center;
    filter: brightness(0.9);
}

.catalog-category {
    box-shadow: 0px 5px 14px -5px rgb(0 0 0 / 15%);
    background: #fff;
    height: 100%;
    position: relative;
    width: 100%;
    display: block;
    padding: 10px 20px 50px;
    padding-bottom: 30px;
    color: #000;
    font-weight: 600;
}
.catalog-category .block-catalog-header {
    height: 230px;
    position: relative;
    background-size: cover;
    background-position: center;
    filter: brightness(0.9);
    margin: -10px -20px;
    margin-bottom: 20px;
}
.mndrparrow {
    background: url(/assets/img/icons/pr.svg);
    min-width: 8px;
    min-height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    outline: none !important;
    cursor: pointer;
    transform: rotate(270deg);
}
.catalog-menu-content-dropdown.categoryforus.active .mndrparrow{
    transform: rotate(90deg);
    filter: invert(1);
}
.seemore .block-product-header {
    filter: brightness(0.9);
}
.seemore:hover .block-product-header {
    filter: brightness(0.6);
}
.seemore:hover:before {
    content: 'подробнее';
    position: absolute;
    z-index: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
    border: 1px solid;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 7px 30px;
    border-radius: 5px;
    margin: 100px 40px;
    opacity: .9;
}
.catalog-menu-content.collapse.show .catalog-body-load .mndrparrow {
    filter: invert(0);
    transform: rotate(270deg);
}
.catalog-menu-content-dropdown.categoryforus.active .catalog-menu-content-dropdown.active .catalog-body-load {
    background: #41414f;
    color: #fff;
}
.catalog-menu-content-dropdown.categoryforus.active .catalog-menu-content-dropdown .catalog-body-load:hover {
    background: #41414f;
    color: #fff;
}
.catalog-menu-content-dropdown.categoryforus.active .catalog-menu-content-dropdown.active .catalog-body-load .mndrparrow {
    filter: invert(1);
    transform: rotate(90deg);
}
.catalog-menu-content-dropdown.categoryforus.active .catalog-menu-content.collapse.show .catalog-menu-content-dropdown.active .catalog-menu-content.collapse.show .catalog-body-load {
    background: #fff;
    color: #121212;
}
.catalog-menu-content-dropdown.categoryforus.active .catalog-menu-content.collapse.show .catalog-menu-content-dropdown.active .catalog-menu-content.collapse.show .catalog-body-load .mndrparrow {
    display: none;
}
.catalog-category {
    color: #121212 !important;
}
.catalog-menu-content-dropdown.categoryforus.active .catalog-menu-content-dropdown .catalog-body-load:hover .mndrparrow {
    filter: invert(1);
}
.slider_shops_items .slick-slide {
    margin: 10px;
}
.slider_shops_items .srvc-background {
    height: 230px;
}
.slick-slide {
    cursor: -webkit-grab;
    cursor: grab;
}
.flex-space-between {
    display: flex;
    justify-content: space-between;
}
.full-width-flex-column {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.just-text {
    font-weight: 300;
    font-size: 19px;
    line-height: 25px;
    text-align: justify;
    opacity: 0.7;
}
.slider_service {
    width: 100vw;
}
.flex-spacing-buttons {
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.flex-spacing-arrows {
    width: 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.flex-column-space-around {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}

.logo-icon-op {
    background: url(../images/logo.png);
    height: 173px;
    width: 768px;
    background-size: cover;
    background-position: bottom;
    right: 0;
    position: absolute;
    top: 88px;
    opacity: .4;
}
.main-icons-revers {
    background: url(../img/icons/svg-icons.svg);
    height: 339px;
    width: 285px;
    background-size: contain;
    left: -76px;
    bottom: -156px;
    position: absolute;
    transform: rotate(180deg);
}
.slider_shops_items {
    width: calc(100% + 350px)
}
.rview_slider_main {
    width: calc(100% + 310px);
}
.custom-flex {
    width: 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.servise-body-full {
    background: #fff;
    box-shadow: 0px 5px 14px -5px rgb(0 0 0 / 10%);
    padding: 20px;
    display: none;
}
.service-sidebud.active .catalog-body-load {
    color: #fff;
    background: #41414f;
}
.footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-menu a {
    color: #f1eeef !important;
    white-space: nowrap;
    font-weight: 300;
    font-size: 17px;
    line-height: 20px;
    opacity: .7;
    font-size: 17px;
    line-height: 1.7;
}
.footer-input {
    background: rgba(217, 217, 217, 0.1);
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    padding: 10px 20px;
    width: 335px;
}
.footer-menu a:hover {
    color: #1e90ff !important;
    opacity: 1;
}

h3 {
    font-size: 23px;
    font-weight: 400;
}
.infofooter {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.2;
    color: #fff;
}
.infofooter:hover  {
    color: #1e90ff;
}
.social-footer {
    height: 70%;
    width: 35px;
    filter: invert(1);
    opacity: .5;
    cursor: pointer;
    background-size: cover !important;
}
.social-footer:hover {
    opacity: 1;
}
.footer-bottom {
    background: #12132B;
    padding: 20px 0px;
    margin-top: 4%;
}
@media (max-width: 1069px) {
    
    .mobile-header {
        display: flex;
    }
    .burger-button {
        height: 45px;
        width: 45px;
        background: #12132b;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        top: 11px;
        right: 16px;
        z-index: 1;
    }
    #burger-icon span {
        display: block;
        position: fixed;
        height: 2px;
        width: 100%;
        background: #ffffff;
        border-radius: 10px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    #burger-icon {
        width: 22px;
        height: 15px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }
    #burger-icon span:nth-child(1) {
        top: 0px;
    }
    #burger-icon span:nth-child(2), #burger-icon span:nth-child(3) {
        top: 6px;
    }
    #burger-icon span:nth-child(4) {
        top: 12px;
    }
    .header-top-right {
        display: none;
    }
    .burger-button.open #burger-icon span:nth-child(1) {
        top: 6px;
        width: 0%;
        left: 50%;
    }
    .burger-button.open #burger-icon span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .burger-button.open #burger-icon span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .burger-button.open #burger-icon span:nth-child(4) {
        top: 6px;
        width: 0%;
        left: 50%;
    }
    .header-bottom {
        position: fixed;
        height: calc(100vh - 2%);
        top: 0;
        width: 80%;
        right: -85vw;
        margin: 1% 2%;
        padding: 35px;
        transition: 300ms;
        background: #12132B;
    }
    .header-bottom .header-menu {
        padding: 0;
        border-bottom: 1px solid #fff;
    }
    .header-bottom .header-menu li::marker {
        content: '';
    }
    .header-bottom .header-menu li {
        margin: 20px 0px;
    }
    .header-bottom .header-menu .header-nav-but {
        text-transform: uppercase;
        font-size: 21px;
        color: #ffffffe6;
    }
    header.active .header-bottom {
        right: 0%;
        transition: 300ms;
    }
    .burger-contacts {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #fff;
    }
    .burger-contacts .header-nav-but {
        text-transform: uppercase;
        font-size: 19px;
        color: #ffffffe6;
    }
    .header-bottom .header-menu li:last-child {
        margin-bottom: 40px;
    }
    .mb-header-button {
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 40px;
    }
    .main-back-description p {
        margin: 0;
        margin-bottom: 15px;
    }
    .main-back-description,
    .rview_slider_main .slick-dots {
        width: 100%;
    }
    .slider_shops_items, 
    .slider_service,
    .rview_slider_main,
    .slider_service .slick-dots {
        width: 100%;
    }
    .rview_slider_main .slick-slide {
        margin-right: auto;
    }
    .main-back-title {
        font-size: 27px;
        line-height: 36px;
        text-transform: uppercase;
        letter-spacing: -0.04em;
    }
    .main-back {
        display: flex;
        align-items: center;
    }
    .flex-space-between {
        flex-direction: column;
    }
    .whyus-descr {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 45px;
    }
    .footer-first-col,
    .footer-input, 
    .width-mobile-100 {
        width: 100%;
    }
    .footer-row {
        flex-wrap: wrap;
        gap: 40px;
    }
    .pb-mob-50 {
        padding-bottom: 50px;
    }        
}