/* import fonts */

@font-face {
    font-family:"Serpantin";
    src: url(../fonts/Serpantin.woff) format("woff"),
        url(../fonts/Serpantin.woff2) format("woff2");
    font-weight:400;
    font-style:normal;
    font-display: swap;
}
@font-face {
    font-family:"Involve";
    src: url(../fonts/Involve-Regular.woff) format("woff"),
        url(../fonts/Involve-Regular.woff2) format("woff2");
    font-weight:400;
    font-style:normal;
    font-display: swap;
}
@font-face {
    font-family:"Involve";
    src: url(../fonts/Involve-Medium.woff) format("woff"),
        url(../fonts/Involve-Medium.woff2) format("woff2");
    font-weight:500;
    font-style:normal;
    font-display: swap;
}
@font-face {
    font-family:"Involve";
    src: url(../fonts/Involve-SemiBold.woff) format("woff"),
        url(../fonts/Involve-SemiBold.woff2) format("woff2");
    font-weight:600;
    font-style:normal;
    font-display: swap;
}

/* import fonts END */

/* **************************************************************************************************************************************** */

/* css reset */

*, *::before, *::after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

img, picture {
    max-width: 100%;
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    text-wrap: balance;
}

address {
    font-style: normal; 
}

input, button, textarea, select {
    font: inherit;
    outline: none;
    color: #828282;
}

input, button, select {
    width: 100%;
    margin: 0;
    border: 1px solid #F5F0EA;
    box-shadow: none;
    border-radius: 50px;
    padding: 5px 15px;
    background: #F5F0EA;
    color: #000;
}

input::-moz-placeholder { color: #828282; }
input::-webkit-input-placeholder { color: #828282; }
input:-ms-input-placeholder { color: #828282; }
input::placeholder { color: #828282; } 

button {
    cursor: pointer;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: url(../img/ico_select.svg);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    display: block;
    color: #828282;
    width: 100%;
    padding-left: 15px;
    padding-right: 35px;
    border: 1px solid #828282;
}

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

.select:hover {
    border-color: #828282;
}

.select:focus {
    border-color: #828282;
    box-shadow: none;
    box-shadow: none -moz-mac-focusring;
    color: inherit;
    outline: none;
}

.select option {
    font-weight: normal;
}

body {
    min-height: 100vh;
    line-height: 1.3;
}

ul, ol {
  list-style: none;
}

:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

blockquote, q {
    quotes: none;
}

q:before, q:after {
    content: '';
}

a, ins {
    text-decoration: none;
    color: inherit;
}

sub, sup {  
    vertical-align: baseline;
    position: relative;
    font-size: .8em;
}

sup {
    top: -5px;
}

sub {
    bottom: -2px;
}

pre {
    font: inherit;
}

/* css reset END */

/* **************************************************************************************************************************************** */


/* common styles */



body {
    font-family: "Involve", Arial, sans-serif;
    font-size: 16px;
    color: black;
    position: relative;
    font-weight: 400;
    padding: 0px;
    overflow-x: hidden;
    max-width: 1920px;
    margin: 0 auto;
}

html {
    background: #F5F0EA;
}

.title_serpantin {
    font-family: "Serpantin", Arial, sans-serif;
    color: #112250;
    font-size: 52px;
}

.compensate-for-scrollbar {
    margin: 0 auto !important;
    overflow: auto !important;
}

.fancybox-button svg {
    pointer-events: none;
}

.resp_table{width:100%;}
.resp_table tr td:before{display:none;}
.resp_table img {
    max-width: unset;
    width: unset;
    display: block;
    width: 100%;
}


.form_title {color: inherit;font-size: 20px;padding: 0px;margin: 0px;text-align: center;padding-bottom: 20px;}

.form_title span {
    display: block;
    white-space: nowrap;
}

input, textarea, select, button, .btn {
    height: 50px;
}


form .form-group {
    margin-bottom: 10px;
    position: relative;
}

form .form-group .btn {
    width: 100%;
}

form.form_white input::-moz-placeholder { color: #828282; }
form.form_white input::-webkit-input-placeholder { color: #828282; }
form.form_white input:-ms-input-placeholder { color: #828282; }
form.form_white input::placeholder { color: #828282; } 



.has-danger input,
.has-danger select,
.has-danger textarea
{
	border-width:2px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c86461;
}

#form_popup { display:none; }

.popup_container {width: 520px;max-width:100%;padding: 5px 29px;overflow: hidden !important;position: relative;box-sizing: border-box;background: white;text-align: center;padding-bottom: 30px;}

.alert.fancybox-content {
    overflow: hidden;
}

.not_agree button {
    background-color: #828282 !important;
    cursor: auto !important;
    color: white !important;
}

.agree_field {
    font-size: 12px;
    line-height: 100%;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    top: 0px;
}

.agree_field a {
    color: inherit;
    text-decoration: underline;
}

.agree_field input {
    position: absolute;
    top: -1px;
    left: 0px;
    margin: -0px;
    height: auto;
    width: auto;
}

.agree_field > span {
    padding-left: 25px;
    display: inline-block;
}


.container {
    width: 100%;
    max-width: 1920px;
    padding: 0 40px;
    margin: 0 auto;
}



.title {
    font-size: 52px;
    text-align: center;
}





.addr {
    display: flex;
    gap: 20px;
    /* height: 42px; */
}

.phone {
    position: relative;
    padding-left: 40px;
    /* font-weight: 600; */
}

.phone:before {
    content: url(../img/header__ico-phone.svg);
    position: absolute;
    left: 0;
    top: -3px;
}

.addr-choose {
    position: relative;
    padding-left: 38px;
    padding-right: 20px;
    cursor: pointer;
}



.addr-choose-items {
    position: absolute;
    display: none;
}

.addr-choose:before {
    content: url(../img/header__ico-loc.svg);
    position: absolute;
    left: 0;
    top: 0;
}

.addr-choose:after {
    content: url(../img/ico__select_wt.svg);
    position: absolute;
    right: 0;
    top: 0;
}
.addr-choose-item {
    font-weight: 500;
}
.addr-listaddr-list {
    /* font-weight: 500; */
}

.range-slider-wrapper {
    position: relative;
}
.range-slider-text {
    background: #fff;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    height: 50px;
    align-items: center;
    padding: 0 10px;
    color: #828282;
    font-size: 12px;
    box-shadow: 0px 3px 1px 0px #0000000F;
}

.range-slider-min span, .range-slider-max span {
    font-size: 16px;
    color: #000;
}


.block-anim {
    opacity: 0;
    transition: .5s linear;
}

.block-anim.anim {
    opacity: 1;
}

.btn {
    background: #112250;
    color: white;
    text-align: center;
    width: 300px;
    display: flex;
    align-items: center;
    border: 1px solid #112250;
    position: relative;
    text-decoration: none;
    transition:  all .2s linear;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.btn span {
    display:inline-block;
    width: 100%;
}

.btn:hover {
    background-color: #0D1836;
    border-color: #0D1836;    
    color: #fff;
}

.btn_brown {
    background-color: #CD7764;
    border-color: #CD7764;    
    color: #fff;
}
.btn_brown:hover {
    background-color: #BE634F;
    border-color: #BE634F;    
    color: #fff;
}

.btn_grey {
    background-color: #D9CBC2;
    border-color: #D9CBC2;    
    color: #000;
}
.btn_grey:hover {
    background-color: #C2ABA6;
    border-color: #C2ABA6;    
    color: #000;
}

.btn_glass {
    background-color: transparent;
    border-color: #C6C6C6;    
    color: #000;
}
.btn_glass:hover {
    background-color: #D9CBC2;
    border-color: #D9CBC2;    
    color: #000;
}

/* common styles END */



/*************************************************************************************************************************/




.header .mob-menu-btn {
    display: none;
}

.header {
}

.header.scroll {
}


.header__main {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 16px 40px;
    background: #090F20CC;
    color: #fff;
    opacity: 0;
    transform: translateY(-130px);
    transition: all .4s linear;
}
.header__main.anim {
    opacity: 1;
    transform: translateY(0);
}
.header__container {
    padding: 0;
}
.header__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
}
.header__addr-choose {position: relative;}

.menu {
    position: fixed;
    width: 100%;
    top: 82px;
    left: 0;
    z-index: 10;
    color: #fff;
    opacity: 0;
    transition: all .3s linear;
    transition-delay: .3s;
    transform: translateY(0);
}

.header__main.scroll {
    /* transform: translateY(-200px); */
    opacity: 0;
    transition-delay: 0s;
}

.menu.anim {
    opacity: 1;
}

.menu.scroll {
    /* transform: translateY(-200px); */
    opacity: 0;
    transition-delay: 0s;
}



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

.menu__container {
    width: auto;
    padding: 16px 14px;
    background: #090F20B2;
    /* backdrop-filter: blur(2px); */
    display: flex;
    gap: 26px;
    border-radius: 0 0 8px 8px;
}
.menu__item {
    text-align: center;
}


/**************************************************************************************************************/


.intro {
    position: relative;
}
.intro__content {
}
.intro__container {
    position: relative;
}
.intro__title-block {
    position: absolute;
    z-index: 1;
    top: 244px;
    background: #F5F0EACC;
    backdrop-filter: blur(14px);
    border-radius: 32px;
    padding: 40px;
    text-align: center;
    min-width: 590px;
    opacity: 0;
    transition: all .4s linear;
    transition-delay: 1.2s;
}
.intro__title-block.anim {
    opacity: 1;
}
.intro__title {
    font-size: 40px;
    /* transform: translateX(-150%); */
    transition: all .3s linear;
    transition-delay: 1.2s;
}

.intro__title.anim {
    opacity: 1;
    /* transform: translateX(0); */
}

.intro__subtitle {
    font-size: 24px;
    color: #112250;
    /* transform: translateX(150%); */
    transition: all .3s linear;
    transition-delay: 1.3s;
}

.intro__subtitle.anim {
    opacity: 1;
    /* transform: translateX(0); */
}

.intro__description {
    font-size: 24px;
    color: #112250;
    margin-top: 25px;
    transition: all .5s linear;
    transition-delay: 1.4s;
}

.intro__description.anim {
    opacity: 1;
}

.intro__btn {
    width: 100%;
    margin-top: 30px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition-delay: 1s;
}
.intro__btn.anim {
    opacity: 1;
}
.intro__bg {
    position: relative;
    overflow: hidden;
}
.intro__bg-img {
    width: 1920px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.intro__bg-claws {
    width: 100%;
}
.intro__bg-claws-img_1 {
    position: absolute;
    top: 11%;
    left: 0%;
    transition: all 1.2s linear;
    /* transform: translateX(20%); */
}
.intro__bg-claws-img_2 {
    position: absolute;
    top: 0;
    right: 10%;
    transition: all 1.4s linear;
    /* transform: translateX(-35%); */
}
.intro__bg-claws-img_3 {
    position: absolute;
    bottom: 6%;
    right: 3%;
    transition: all 1s linear;
    /* transform: translateX(7%); */
}
.intro__bg-claws-img_1.anim {
    left: -11%;
}
.intro__bg-claws-img_2.anim {
    right: -4%;
}
.intro__bg-claws-img_3.anim {
    right: -13%;
}

/**************************************************************************************************************/


.quiz-apart {
    position: relative;
    margin-top: 120px;
    overflow: hidden;
    z-index: 1;
}
.quiz-apart__container {
    position: relative;
    padding: 0;
}
.quiz-apart__content {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}
.quiz-apart__main {
    padding: 36px 46px;
    background: #fff;
    border-radius: 30px;
    width: 710px;
    position: relative;
    opacity: 0;
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition-delay: .8s;
}
.quiz-apart__main.anim {
    opacity: 1;
}
.quiz-apart__step {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.quiz-apart__step-title {
    font-size: 40px;
    text-align: center;
    /* padding-bottom: 20px; */
}

.quiz-apart__step-subtitle {
    text-align: center;
}
.quiz-apart__advs {
    position: absolute;
    z-index: -1;
    width: 72%;
    left: 14%;
    display: flex;
    justify-content: center;
    top: 460px;
    gap: 10px;
    opacity: 0;
    transform: translateY(-400%);
    -webkit-transform: translateY(-400%);
    -moz-transform: translateY(-400%);
    -ms-transform: translateY(-400%);
    -o-transform: translateY(-400%);
    transition: all .6s linear;
    -webkit-transition: all .6s linear;
    -moz-transition: all .6s linear;
    -ms-transition: all .6s linear;
    -o-transition: all .6s linear;
    transition-delay: .3s;
}
.quiz-apart__advs.anim {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}
.quiz-apart__advs-item {
    background-color: #fff;
    height: 120px;
    display: flex;
    align-items: center;
    border-radius: 30px;
    width: 100%;
    padding-left: 150px;
    color: #1E2F5E;
    font-size: 18px;
    background-position: 10% 50%;
    background-repeat: no-repeat;
    transition: all.3s linear;
    -webkit-transition: all.3s linear;
    -moz-transition: all.3s linear;
    -ms-transition: all.3s linear;
    -o-transition: all.3s linear;
}
.quiz-apart__advs-item_ico1 {
    background-image: url(../img/quiz-apart__ico1.svg);
}
.quiz-apart__advs-item_ico2 {
    background-image: url(../img/quiz-apart__ico2.svg);
}
.quiz-apart__advs-item_ico3 {
    background-image: url(../img/quiz-apart__ico3.svg);
}

.quiz-apart__advs.anim .quiz-apart__advs-item {
    background-color: #F5F0EA;
}

.quiz-apart__advs.anim .quiz-apart__advs-item:hover {
    background-color: #fff;
}

.quiz-apart__bg {
    /* width: 1920px; */
    position: relative;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    opacity: 0;
    transition: .4s linear;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    -o-transition: .4s linear;
}
.quiz-apart__bg.anim {
    opacity: 1;
}
.quiz-apart-build {
    position: relative;
    /* width: 1920px; */
    position: relative;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    z-index: 1;
    width: 100%;
}
.quiz-apart-build-img_1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 15.42%;
}
.quiz-apart-build-img_2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 16.37%;
}

.quiz-apart__back {
    position: absolute;
    top: 0;
    left: 46px;
    color: #A0A0A0;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 16px;
}
.quiz-apart__back img {

}
.quiz-apart__back-text {
    position: relative;
    padding-bottom: 0;
}

.quiz-apart__step-wrapper {
    display: flex;
    align-items: flex-end;
    gap: 16px;
}

.quiz-apart__step-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #112250;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quiz-apart__step-prev:hover {
    background-color: #1E2F5E33;
}

.quiz-apart__back-text:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #A0A0A0;
}

.quiz-apart__progress {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.quiz-apart__progress-item {
    width: 14px;
    height: 14px;
    background: #D9D9D9;
    border-radius: 50%;
}
.quiz-apart__progress-item.active {
    background: #D9CBC2;
}
.quiz-apart__progress-sep {
    width: 7px;
    height: 1px;
    background: #D9CBC2;
}
.quiz-apart__step-content {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.quiz-apart__step-range {
    position: relative;
}

/* .quiz-apart__step-range .irs--flat .irs-min, .quiz-apart__step-range .irs--flat .irs-max {
    font-size: 14px;
    background: none;
    padding: 0;
    color: #828282;
    top: 10px;
    visibility: visible !important;
} */


.quiz-apart__range-slider .irs--flat .irs-min, .quiz-apart__range-slider .irs--flat .irs-max {
    display: none;
}

.quiz-apart__range-slider .irs--flat .irs-from, .quiz-apart__range-slider .irs--flat .irs-to, .quiz-apart__range-slider .irs--flat .irs-single {
    display: none;
}
.quiz-apart__range-text {
    background: #F5F0EA;
}
.quiz-apart__range-title {
    font-size: 12px;
    color: #828282;
    padding-bottom: 8px;
}

.quiz-apart__step-btn {
    margin-top: 30px;
    /* width: 400px; */
    cursor: pointer;
}
.quiz-apart__step-checkbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.quiz-apart__step-checkbox-item {
    cursor: pointer;
    width: 31%;
}
.quiz-apart__step-checkbox-item.active {
    background-color: #D9CBC2;
    border-color: #D9CBC2;
    color: #000;
}
.quiz-apart__step-checkbox_wide {
    justify-content: space-between;
}
.quiz-apart__step-checkbox_wide .quiz-apart__step-checkbox-item {
    width: 48%;
}
.quiz-apart__step-btns {
    display: flex;
    gap: 20px;
    width: 100%;
}
.quiz-apart__step-btns .quiz-apart__step-btn {
    width: 48%;
}


/**************************************************************************************************************/


.tour {
    margin: 0 auto;
    margin-top: 120px;
    overflow: hidden;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.tour__desc {
    text-align: center;
    font-size: 18px;
    margin-top: 13px;
    color: #112250;
}
.tour__content {
    margin-top: 60px;
    /* height: 980px; */
    /* max-height: 100vh; */
    /* height: 100vh; */
    width: 100%;
}
.tour__bg-wrapper {
    width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 100vh;
}

.tour__bg-wrapper:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000000B2;
    position: absolute;
    top: 0;
    left: 0;
    backdrop-filter: blur(8px);
}

.tour__bg img {
    width: 100vw;
    height: 100vh;
}
.tour__container {
    position: relative;
    z-index: 1;
    max-width: 1084px;
}
.tour__slider {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.tour__slider-notice {
    text-align: center;
    color: #828282;
    font-size: 24px;
}
.tour__slider-content {
    background: #fff;
    border-radius: 32px;
    margin-top: 37px;
    width: 93vh;
    max-width: 1084px;
}
.tour__slider-content-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 36px;
}
.tour__slider-steps {
    font-size: 18px;
    color: #828282;
}
.tour__slider-img-wrapper {margin-top: 20px;/* height: 100%; *//* width: auto; *//* max-height: 50vh; */width: 100%;}
.tour__img {
    margin-top: 20px;
}

.tour__img picture {
    height: 100%;
    max-height: 100%;
}

.tour__img img {
    height: auto;
    max-height: 50vh;
    /* width: unset; */
    /* max-width: unset; */
    /* max-height: 588px; */
}

.tour__img img {
    border-radius: 20px;
}
.tour__slider-desc {
    text-align: center;
    font-size: min(20px, 2vh);
    color: #000;
    font-weight: 600;
    margin-top: 25px;
}
.tour__slider-nav {
    display: flex;
    justify-content: center;
    gap: 22px;
    margin-top: 22px;
}
.tour__slider-nav-prev {
    cursor: pointer;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    border: 1px solid #828282;
    backdrop-filter: blur(2px);
    background: url(../img/arrow_down.svg) 50% no-repeat;
    transform: scale(-1);
}
.tour__slider-nav-next {
    cursor: pointer;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    border: 1px solid #828282;
    backdrop-filter: blur(2px);
    background: url(../img/arrow_down.svg) 50% no-repeat;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
}
.tour__slider-nav-prev:hover {
    background-color: #ffffff2f;
}
.tour__slider-nav-next:hover {
    background-color: #ffffff2f;
}


/**************************************************************************************************************/


.about-us {
    margin-top: 120px;
    overflow: hidden;
}
.about-us__bg {
    margin-top: 60px;
    overflow: hidden;
    height: 1040px;
    width: 1920px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.about-us__bg .parallax-elem {
    position: relative;
    top: -460px;
}
.about-us__container {
    max-width: 1300px;
    position: relative;
}
.about-us__desc {
    font-size: 18px;
    text-align: center;
    margin-top: 13px;
}
.about-us__content {
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    top: 80px;
    display: grid;
    grid-template-columns: 290px 290px 290px 290px;
    grid-template-rows: 320px 320px 320px;
    grid-template-areas:
        ". item1 . ."
        "item2 item3 . item4"
        ". . item5 item6";
    gap: 20px;
}
.about-us__item {
    background-color: #fff;
    box-shadow: 0px 3px 1px 0px #0000000F;
    border-radius: 30px;
    padding: 20px;
    color: #000;
    font-size: 28px;
    font-weight: 600;
    position: relative;
    background-position: 92% 92%;
    background-repeat: no-repeat;
    transition: all .2s linear;
    z-index: 1;
    overflow: hidden;
}

.about-us__item.ico1 {
    grid-area: item1;
    /* background-image: url(../img/about-us__ico1.svg?v=4 ); */
}
.about-us__item.ico2 {
    grid-area: item2;
    /* background-image: url(../img/about-us__ico2.svg); */
}
.about-us__item.ico3 {
    grid-area: item3;
    /* background-image: url(../img/about-us__ico3.svg); */
}
.about-us__item.ico4 {
    grid-area: item4;
    /* background-image: url(../img/about-us__ico4.svg); */
}
.about-us__item.ico5 {
    grid-area: item5;
    /* background-image: url(../img/about-us__ico5.svg); */
}
.about-us__item.ico6 {
    grid-area: item6;
    /* background-image: url(../img/about-us__ico6.svg); */
}

.about-us__item:hover {
    color: #fff;
    /* background-color: #112250; */
}


.about-us__item-bg {
    position: absolute;
    bottom: 20px;
    right: 20px;
    opacity: 1;
    transition: all .2s linear;
}
.about-us__item-bg_hover {
    position: absolute;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    transition: all .2s linear;
}


.about-us__item:hover .about-us__item-bg {
    opacity: 0;
}
.about-us__item:hover .about-us__item-bg_hover {
    opacity: 1;
}

.about-us__item:after {
    content: "";
    display: block;
    width: 150%;
    height: 150%;
    border-radius: 50%;
    background-color: #112250;
    position: absolute;
    top: -25%;
    left: -25%;
    transform: scale(0);
    transition: all .2s linear;
    z-index: -1;
}

.about-us__item:hover:after {
    transform: scale(1);
}

/* .about-us__item.ico1:hover {
    background-image: url(../img/about-us__ico1_hover.svg?v=4);
}
.about-us__item.ico2:hover {
    background-image: url(../img/about-us__ico2_hover.svg);
}
.about-us__item.ico3:hover {
    background-image: url(../img/about-us__ico3_hover.svg);
}
.about-us__item.ico4:hover {
    background-image: url(../img/about-us__ico4_hover.svg);
}
.about-us__item.ico5:hover {
    background-image: url(../img/about-us__ico5_hover.svg);
}
.about-us__item.ico6:hover {
    background-image: url(../img/about-us__ico6_hover.svg);
} */

.about-us__item-text {
    position: relative;
}

.about-us__item-num {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 24px;
    font-family: "Serpantin", Arial, sans-serif;
    color: #112250;
    transition: all .2s linear;
}

.about-us__item:hover .about-us__item-num {
    color: #fff;
}


/**************************************************************************************************************/

.choose-apart {
    margin-top: 120px;
}
.choose-apart__filter {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 4%;
    row-gap: 35px;
}
.choose-apart__filter-sales {
    display: flex;
    gap: 15px;
}
.choose-apart__filter-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    box-shadow: 0px 3px 1px 0px #0000000F;
    background: #fff;
    border-radius: 30px;
    width: 200px;
    cursor: pointer;
}

.choose-apart__filter-btn.active,
.choose-apart__filter-btn:hover {
    background-color: #D9CBC2;
}


.choose-apart__filter-btn-sales span {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 28px;
    background: url(../img/choose-apart__ico_sale.svg) 0 43% no-repeat;
}
.choose-apart__filter-sep {
    width: 9%;
    height: 1px;
    background: #A0A0A0;
    margin-bottom: 24px;
}
.choose-apart__filter-block {
}
.choose-apart__filter-title {
    font-size: 12px;
    color: #828282;
    padding-bottom: 8px;
}
.choose-apart__filter-rooms {
    display: flex;
    gap: 15px;
}
.choose-apart__filter-rooms-item {
    height: 50px;
    border-radius: 30px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    box-shadow: 0px 3px 1px 0px #0000000F;
    cursor: pointer;
}

.choose-apart__filter-rooms-item.active,
.choose-apart__filter-rooms-item:hover {
    background: #D9CBC2;
}
.choose-apart__filter-plans {
    width: 470px;
    max-width: 100%;
}

.choose-apart__filter-plans .irs-min, .choose-apart__filter-plans .irs-max, .choose-apart__filter-plans .irs-from, .choose-apart__filter-plans .irs-to {
    display: none;
}
.choose-apart__filter-plans-item {
}
.choose-apart__filter-refresh {
    background: url(../img/arrow__refresh.svg) 12px 50% no-repeat #F5F6F4;
    padding: 3px 12px 4px 40px;
    cursor: pointer;
    font-size: 14px;
    color: #828282;
    border-radius: 30px;
}

.choose-apart__filter-count {
    color: #828282;
}

.choose-apart__filter-count span {
    color: #112250;
}
.choose-apart__content {
    margin-top: 60px;
}
.choose-apart__items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.choose-apart__item {
    width: calc(25% - 15px);
    background: #fff;
    border-radius: 30px;
    padding: 26px;
    display: flex;
    flex-direction: column;
    align-items: center;
    display: none;
}
.choose-apart__item.show {
    display: flex;
}
.choose-apart__item-title {
    font-size: 24px;
    font-weight: 600;
    display: flex;
    justify-content: space-around;
    gap: 15px;
}
.choose-apart__item-sale-btns {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}
.choose-apart__btn {
    width: 100%;
}
.choose-apart__show-more {
    margin: 0 auto;
    margin-top: 20px;
    width: 135px;
    background: url(../img/ico__select.svg) 100% 50% no-repeat;
    cursor: pointer;
}

/****************************************************************************************************/


.way-to-pay {
    margin-top: 120px;
    /* overflow: hidden; */
}
.way-to-pay__container {
    position: relative;
    display: flex;
    justify-content: center;
}
.way-to-pay__content {
    position: absolute;
    z-index: 1;
    background: #fff;
    border-radius: 30px;
    padding: 36px;
    top: -30px;
}
.way-to-pay__title {
    font-size: 38px;
}
.way-to-pay__description {
    font-size: 18px;
    margin-top: 12px;
}
.way-to-pay__tabs {
}
.way-to-pay__tabs-item {
    margin-top: 36px;
    display: flex;
    gap: 16px;
    margin-bottom: 33px;
}
.way-to-pay__btn {
    background: #F5F6F4;
    height: 50px;
    border-radius: 30px;
    width: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #828282;
    box-shadow: 0px 3px 1px 0px #0000000F;
}

.way-to-pay__btn.active {
    background: #D9CBC2;
    color: #000;
}

.way-to-pay__btn:hover,
.way-to-pay__btn.active:hover {
    background: #CD7764;
    color: #fff;
}

.way-to-pay__form .form-group {
    margin-bottom: 27px;
}


.way-to-pay__range-slider .irs--flat .irs-min, .way-to-pay__range-slider .irs--flat .irs-max {
    display: none;
}

.way-to-pay__range-slider .irs--flat .irs-from, .way-to-pay__range-slider .irs--flat .irs-to, .way-to-pay__range-slider .irs--flat .irs-single {
    display: none;
}
.way-to-pay__range-text {
    background: #F5F0EA;
}
.way-to-pay__range-title {
    font-size: 12px;
    color: #828282;
    padding-bottom: 8px;
}
.way-to-pay__bg {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.way-to-pay__bg-image {
    width: 1920px;
    position: relative;
    /* top: 0; */
    left: 50%;
    transform: translateX(-50%);
}
.way-to-pay__bg-img {
    position: absolute;
    width: 560px;
    height: 560px;
    bottom: -90px;
    right: 85px;
}

.way-to-pay__bg-img1 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border-left: 8px solid #fff;
    border-top: 8px solid #F5F0EA;
    border-right: 8px solid #F5F0EA;
    border-bottom: 8px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transition: all 1.5s linear;
    -webkit-transition: all 1.5s linear;
    -moz-transition: all 1.5s linear;
    -ms-transition: all 1.5s linear;
    -o-transition: all 1.5s linear;
}
.way-to-pay__bg-img2 {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    border-left: 5px solid #fff;
    border-top: 5px solid #F5F0EA;
    border-right: 5px solid #F5F0EA;
    border-bottom: 5px solid #fff;
    position: absolute;
    top: 5%;
    left: 5%;
    opacity: .4;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transition: all 1.5s linear;
    -webkit-transition: all 1.5s linear;
    -moz-transition: all 1.5s linear;
    -ms-transition: all 1.5s linear;
    -o-transition: all 1.5s linear;
    transition-delay: .7s;
}

.way-to-pay__bg-img.anim .way-to-pay__bg-img1,
.way-to-pay__bg-img.anim .way-to-pay__bg-img2 {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}



/**************************************************************************************************************/


.about-loc {
    margin-top: 120px;
    padding-bottom: 150px;
    overflow: hidden;
}
.about-loc__container {
    position: relative;
    height: 100%;
}
.about-loc__title-main {
    opacity: 0;
    transition: all .6s linear;
}
.about-loc__desc {
    font-size: 24px;
    text-align: center;
    color: #112250;
    font-weight: 500;
}
.about-loc__desc-anim {
    opacity: 0;
}
.about-loc__desc_1 {
    transition: all .5s linear;
    transition-delay: .6s;
}
.about-loc__desc_2 {
    transition: all .5s linear;
    transition-delay: 1s;
}
.about-loc__desc_3 {
    transition: all .4s linear;
    transition-delay: 1.2s;
}

.about-loc__title-main.anim {
    opacity: 1;
}
.about-loc__desc.anim {
    opacity: 1;
}

.about-loc__content {
    position: absolute;
    z-index: 1;
    left: 40px;
    width: calc(100% - 80px);
}
.about-loc__items {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 700px;
}
.about-loc__item {
    background-color: #fff;
    padding: 40px;
    border-radius: 30px;
    background-position: 94% 32px;
    background-repeat: no-repeat;
    width: 33%;
}
.about-loc__item.ico1 {
    background-image: url(../img/about-loc__ico1.svg);
}
.about-loc__item.ico2 {
    background-image: url(../img/about-loc__ico2.svg);
}
.about-loc__item.ico3 {
    background-image: url(../img/about-loc__ico3.svg);
}
.about-loc__item .about-loc__title {
    font-size: 22px;
    display: block;
}
.about-loc__text {
    display: block;
    margin-top: 20px;
}
.about-loc__bg {
    position: relative;
    width: 1920px;
    left: 50%;
    transform: translateX(-50%);
}
.about-loc__img {
    position: absolute;
    z-index: 1;
}
.about-loc__img.anim {
}
.about-loc__img_1 {
    left: -100px;
    transition: all 1.6s linear;
    top: 530px;
}
.about-loc__img_2 {
    right: -35px;
    transition: all 1s linear;
    top: 515px;
}


/**************************************************************************************************************/


.contacts {
    margin-top: 120px;
}
.contacts__desc {
    text-align: center;
    font-size: 18px;
}
.contacts__main {
    margin-top: 60px;
    background: #fff;
    position: relative;
    z-index: 1;
}
.contacts__content {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    align-items: center;
}
.contacts__addr-choose {
}

.contacts__addr-choose:before {
    content: url(../img/footer__ico-loc.svg);
}

.contacts__phone:before {
    content: url(../img/footer__ico-phone.svg);
}
.contacts__openours {
    position: relative;
    padding-left: 40px;
}

.contacts__openours:before {
    content: url(../img/footer__ico-clock.svg);
    position: absolute;
    left: 0;
    top: 0;
}


/**************************************************************************************************************/



#map1 {
    height: 500px;
    width: 100%;
    max-width: 100%;
}


/**************************************************************************************************************/



.footer {
    padding: 20px 0;
    color: inherit;
    font-size: 14px;
    background: #000;
    color: #fff;
}
.footer__content {
    display: flex;
    justify-content: space-between;
}
.footer__dislamer-btn {
    color: inherit;
    text-decoration: none;
}
.footer__policy {
    color: inherit;
    text-decoration: none;
}
.footer__disclamer {font-size:14px;display: none;text-align: left;padding-top: 35px;}


/* **************************************************************************************************************************************** */

/* media */


/* desktop and laptops */

@media only screen and (min-width: 1280px) and (max-width: 1920px) { 
}
@media only screen and (min-width: 1280px) and (max-width: 1900px) { 


    .header__btn {
    width: 200px;
}

    
    /**************************************************************************************************************/

    .quiz-apart__advs {
        width: 70%;
        left: 15%;
    }

    .choose-apart__filter-plans {
    width: 320px;
}


    .contacts__btn {
    width: 200px;
}
    
}

@media only screen and (min-width: 1112px) and (max-width: 1680px) { 
    .choose-apart__filter-sep {
        width: 5%;
    }

    .quiz-apart__advs {
    top: 330px;
    /* width: 68%; */
    /* left: 16%; */
    }

.quiz-apart__advs-item {
    padding-left: 124px;
    padding-right: 25px;
    background-position: 6% 50%;
}
}

@media only screen and (min-width: 1112px) and (max-width: 1480px) { 
    .choose-apart__filter-sep {
        width: 3%;
    }
    .choose-apart__filter-block {
        width: 22%;
    }

}

@media only screen and (min-width: 1112px) and (max-width: 1366px) { 
    .container {
        max-width: 1082px;
        padding: 0 15px;
    }


.menu__container {
    padding: 14px 16px;
}
   
    .header__addr {
    display: none;
}

    .quiz-apart__container {
        max-width: 100%;
        padding: 0;
    }

    .quiz-apart__advs-item {
        /* font-size: 18px; */
        padding-left: 11%;
        font-size: 1.1vw;
        background-size: 24%;
        height: 8vw;
    }

    .about-us__content {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

    .choose-apart__filter-refresh {
    order: 1;
}

    .about-loc {
    padding: 0;
}

    .about-loc__items {
    margin-top: 7%;
}


    .about-loc__img-wrapper {
    display: none;
}

    /**************************************************************************************************************/
    

    .contacts__content {
    flex-wrap: wrap;
    column-gap: 5%;
    row-gap: 20px;
    /* flex-direction: column; */
    /* padding: 60px 0; */
    align-items: flex-start;
}
    .contacts__logo-block {
    order: 1;
}

    .contacts__addr {
    /* align-items: center; */
    gap: 0px;
}

    .contacts__phone {
    order: -1;
}


    .contacts__btn {
    order: 1;
    width: 200px;
}

}

/* tablets */

@media only screen and (max-width: 1112px) { 
    .container {
        max-width: 930px;
    }

    .header__content {
    align-items: flex-start;
}

    .header__addr {
    display: none;
}


    .header__btn {
    width: 200px;
}
    

    /**************************************************************************************************************/
    
    .intro__title-block {
    width: 100%;
    left: 0;
}


    /**************************************************************************************************************/
    
    

    .quiz-apart__container {
    padding: 0 15px;
}

    .quiz-apart__main {
}

    .quiz-apart__advs {
    width: 100%;
    left: 0;
    top: 380px;
}
    .quiz-apart__advs-item {
    font-size: 16px;
    padding-left: 83px;
    background-size: 50px;
}

    .quiz-apart__bg {
    width: 1320px;
    left: 50%;
    transform: translateX(-50%);
}

    .quiz-apart-build {
    display: none;
}



    .tour__slider-content {
    width: 100%;
}

    .about-us__content {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas:
        "item1 item2 ."
        ". item3 item4"
        "item5 item6 .";
}

    .choose-apart__filter-sep {
    display: none;
}

    .choose-apart__filter-refresh {
    order: 1;
}

    .choose-apart__item {
    width: calc(50% - 10px);
}

    .about-loc__desc {
    font-size: 3vw;
}

    .about-loc__item {
    padding: 20px 15px;
}

    .about-loc__text {
    font-size: 14px;
}

    .about-loc__img-wrapper {
    display: none;
}

    .contacts__content {
    flex-wrap: wrap;
    gap: 20px;
    flex-direction: column;
    padding: 60px 0;
}


    .contacts__addr {
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
    .contacts__addr-choose {
    width: 178px;
    padding: 0;
    padding-left: 30px;
}


    .contacts__phone {
    width: 178px;
    padding-left: 30px;
}
    .contacts__openours {
    width: 178px;
    padding-left: 30px;
}

    .contacts__btn {
    width: 220px;
}
    
}

@media only screen and (max-width: 960px) {
    .container {
        max-width: 738px;
    }

    .about-loc {
    padding: 0;
}

    .about-loc__items {
    /* flex-wrap: wrap; */
    margin-top: 100px;
}


}

/* mobiles */

@media only screen and (max-width: 767px) { 
    .container {
        max-width: 610px;
        padding: 0 15px;
    }

    .fancybox-type-image {width: 100% !important;margin: 0px !important;left: 0px !important;}
	.fancybox-close {right: 9px !important;top: 9px !important;}
	.fancybox-inner {width: 100% !important;margin: 0px !important;padding: 0px !important;}
	.fancybox-wrap {margin:0px !important;width: 100% !important;left: 0px !important;top: 20px !important;}
	.fancybox-type-image .fancybox-close {top: -8px !important;}

	.simple_slider .btn_left {display:none !important;}
	.simple_slider .btn_right {display:none !important;}
	
	.popup_container {width:100%;}

    form.form_white input::-moz-placeholder { color: #828282; }
    form.form_white input::-webkit-input-placeholder { color: #828282; }
    form.form_white input:-ms-input-placeholder { color: #828282; }
    form.form_white input::placeholder { color: #828282; } 

    .title {
    font-size: 7vw;
}
    

.irs--flat .irs-handle {
    width: 23% !important;
}

    .btn {
        width: 240px;
        margin: 0 auto;
        margin-top: 15px;
    }

    /************************************************************************/

    .header .mob-menu-btn {
        display: block;
        position: relative;
        width: 30px;
        height: 22px;
        z-index: 1;
    }

    .header .mob-menu-btn span {
        position: absolute;
        display: block;
        width: 30px;
        height: 3px;
        background: #fff;
        transition: all .2s linear;
    }

    .header .mob-menu-btn span:nth-child(1) {
        top: 0;
    }

    .header .mob-menu-btn span:nth-child(2) {
        top: calc(50% - 1px);
        opacity: 1;
    }

    .header .mob-menu-btn span:nth-child(3) {
        bottom: 0;
    }

    .header .mob-menu-btn.active span:nth-child(1) {
        transform-origin: top right;
        transform: rotate(-45deg);
        top: -1px;
    }
    
    .header .mob-menu-btn.active span:nth-child(2) {
        opacity: 0;
    }
    
    .header .mob-menu-btn.active span:nth-child(3) {
        transform-origin: bottom right;
        transform: rotate(45deg);
        bottom: -1px;
    }

    .header__main{
    padding: 10px 0;
}

    .header__content {
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
}
    .header__logo-block {
    width: 30%;
}

    .header__phone {
    /* width: 100%; */
    order: 1;
}
    .header__btn {
    display: none;
}
    
    .menu {
    width: 100%;
    background: #090f20e6;
    backdrop-filter: blur(5px);
    padding: 35px 0;
    left: 100%;
    transition: all .2s linear;
    top: 90px;
}

.menu.active {
    left: 0;
}

.menu__container {
    background: none;
    backdrop-filter: unset;
    padding: 0;
    flex-direction: column;
}
    
    /**************************************************************************************************************/
    
    
    .intro {
    margin-top: 0;
    display: flex;
    flex-direction: column-reverse;
}
    .intro__content {
    margin-top: -130px;
    z-index: 1;
}

    .intro__title-block {
    position: static;
    padding: 25px 0;
    min-width: unset;
}
    .intro__title {
    font-size: 7vw;
}
    .intro__subtitle {
    font-size: 5vw;
}
    .intro__description {
    font-size: 4vw;
    margin-top: 15px;
}

    .intro__bg-img {
    width: 100%;
}
    .intro__bg-claws {
    display: none;
}

    /**************************************************************************************************************/
    
    
    .quiz-apart {
    margin-top: 0;
}

    .quiz-apart__content {
    position: static;
    flex-direction: column;
    align-items: center;
}
    .quiz-apart__main {width: 100%;padding: 25px 15px;}

    .quiz-apart__advs {
    position: static;
    flex-direction: column;
    margin-top: 30px;
}
    .quiz-apart__advs-item {
    background-color: #fff;
    padding-left: 90px;
    padding-right: 15px;
    background-position: 22px 50%;
    font-size: 16px;
}

.quiz-apart__advs.anim .quiz-apart__advs-item {
    background-color: #fff;
}

    .quiz-apart__bg {
    width: 100%;
    display: none;
}

    .quiz-apart-build {
    display: none;
}

    
    /**************************************************************************************************************/
    
    .tour {
    margin-top: 60px;
}

    .tour__desc {
    font-size: 4vw;
}
    .tour__content {
    background: none;
    margin-top: 0px;
    height: auto;
    padding: 0;
}
    .tour__bg-wrapper {
    display: none;
    /* width: auto; */
}

    .tour__slider {
    position: static;
    height: auto;
}
    .tour__slider-notice {
    display: none;
}
    .tour__slider-content {
    
}
.tour__slider-content-item {
    padding: 25px 15px;
}

    .tour__slider-desc {
    font-size: 3.9vw;
}

    /**************************************************************************************************************/
    
    
    .about-us {
    margin-top: 60px;
}
    .about-us__bg {
    height: 722px;
    width: 1200px;
}

    .about-us__content {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
        "item1 item2"
        "item3 item4"
        "item5 item6";
    grid-template-rows: 170px 170px 170px;
    width: calc(100% - 30px);
    left: 15px;
    top: 128px;
}
    .about-us__item {
    font-size: 16px;
    background-size: 80px;
}

.about-us__item-bg, .about-us__item-bg_hover {
    width: 40%;
}
    
    
    /**************************************************************************************************************/
    
    .choose-apart {
    margin: 0;
    margin-top: 60px;
}

    .choose-apart__filter {
    align-items: stretch;
}

    .choose-apart__filter-sales {
    width: 100%;
}
    .choose-apart__filter-btn {
    width: 50%;
}
    .choose-apart__filter-btn-filter {
}

    .choose-apart__filter-block {
    width: 100%;
}

    .choose-apart__filter-plans {
    width: 100%;
}

    .choose-apart__item {
    width: 100%;
    padding: 25px 15px;
}

    /****************************************************************************************************/
    
    .way-to-pay__content {
    position: static;
    padding: 25px 15px;
}

    .way-to-pay__description {
    text-align: center;
}

    .way-to-pay__bg-img {
    width: 100%;
    height: 100%;
}

.way-to-pay__bg-image {
    width: 300%;
}

    /**************************************************************************************************************/
    
    .about-loc {
    margin-top: 60px;
    padding: 0;
}


    .about-loc__desc {
    font-size: 5.4vw;
    margin-top: 15px;
}
    .about-loc__content {
    position: static;
    width: 100%;
}
    .about-loc__items {
    margin-top: 30px;
    flex-wrap: wrap;
}
    .about-loc__item {
    background-position: 96% 18px;
    width: 100%;
}

    .about-loc__bg {
    width: 100%;
    margin-top: 30px;
}
    .about-loc__img-wrapper {
    display: none;
}

    /**************************************************************************************************************/
    
    
    .contacts {
    margin-top: 60px;
}

    .contacts__desc {
    font-size: 4vw;
}
    .contacts__main {
    margin-top: 30px;
    padding: 30px 0;
}

    .contacts__content {
    flex-direction: column;
    padding: 0;
}

    .contacts__addr {
    flex-direction: column;
    align-items: center;
}
    .contacts__addr-choose {padding-left: 30px;width: 178px;}

    .contacts__addr-list-item {
    font-size: 4vw;
}
    .contacts__phone {
    padding-left: 30px;
    width: 178px;
}
    .contacts__openours {
    width: 178px;
}

    /**************************************************************************************************************/

    
    #map1 {
    height: 350px;
}
    
    
    /**************************************************************************************************************/


    .footer__content {
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

}

/* **************************************************************************************************************************************** */

/* media END*/
