* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: content-box;
}
@keyframes f { 
	0% {box-shadow: 0 0 0 0 rgb(255 255 255 / 63%);		}
			
	70%{box-shadow:0 0 0 25px rgba(255,255,255,0)}
	
	to{box-shadow:0 0 0 0 rgba(255,255,255,0)}
}

body {
    margin: 0px;
    background: #fff;
    /* overflow-x: clip; */
    font-family: Everett, sans-serif;
    font-family: Anko-Regular, sans-serif;
    overflow-x: hidden;
    width: 100%;
}
.logo a img {
    width: 60px;
}
.content {
    padding: 0 40px;
    max-width: 1460px;
    margin: auto;
}
.text_two p {
    font-size: 1.47059vw;
    line-height: 1.5;
}
.top_text_f {
    width: 80%;
    height: 80vh;
    padding: 10vh 10%;
    position: absolute;
    z-index: 9;
    display: flex
;
    justify-content: flex-end;
    top: 0;
    flex-direction: column;
}
.top_text_f h2.name_slid {
    color: #fff;
    font-size: 30px;
    text-align: center;
}
.top_nav {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 999;
}

.top_nav.hidden {
    margin-top: -100px;
}
.top_nav.blur {
    background-color: rgba(13, 13, 13, .5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.top_nav_form img {
    width: 100px;
}


.text_two ol, .text_two  ul {
    font-size: 1.47059vw;
    line-height: 1.5;
    color: #fff;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    padding-bottom: 2rem;
    padding-top: 2rem;
}
ol li p, ul li p {
    width: 100% !important;
}


.text_one ol, .text_one  ul {
    font-size: 1.47059vw;
    line-height: 1.5;
    color: #fff;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    padding-bottom: 2rem;
    padding-top: 2rem;
}



.top_nav .content .nav {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    height: 90px;
}
.menu, .su_menu {
    width: 45%;
    display: flex;
    align-content: center;
    align-items: center;
}
.su_menu {
    justify-content: flex-end;
}
.logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
img.img_ss {
    width: 100%;
}



.su_menu ul {
    display: flex;
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.su_menu ul li {
}
.su_menu ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 0px;
    padding-right: 30px;
}



.menu ul {
    display: flex;
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.menu ul li {
}
.menu ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 0px;
    padding-right: 30px;
}
.menu ul li p {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 0px;
    padding-right: 30px;
    margin: 0;
    cursor: pointer;
}



.su_menu p {
    color: #fff;
    font-size: 15px;
    margin: 0px;
    padding: 0px;
}


.car_j .car_img {
    overflow: hidden;
    cursor: pointer;
    display: block;
    height: 300px;
    position: relative;
    z-index: 1;
}
.car_j .car_img img {
    width: 100%;
    height: 100%;
    min-width: auto;
    min-height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transform: none;
    transform: none;
    position: static;
    zoom: normal;
    -webkit-transition: -webkit-transform 1.2s ease;
    transition: -webkit-transform 1.2s ease;
    transition: transform 1.2s ease;
    transition: transform 1.2s ease, -webkit-transform 1.2s ease;
}


.car_j .car_img:hover img {
    height: 100%;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.info_car {
    min-height: 130px;
}







.button_service {
    padding: 60px 0;
}

.item_class img {
    height: 45px;
    opacity: .5;
}

.button .item a:hover .item_class img {
    opacity: 1;
}

.button_service .content {
    padding: 0 10%;
}
.button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 245px;
}


.button .item {
    width: 25%;
}

.button .item a:hover {
    background: #2b2d84;
    height: 230px;
    color: #fff;
}
.su_menu {
    color: #fff;
}
body.black .su_menu {
    color: #000;
}
.item_class {
    display: flex;
    justify-content: space-between;
    width: 100%;
}


.button .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 210px;
    height: 210px;
    -webkit-transition: height .2s ease;
    transition: height .2s ease;
    text-decoration: none;
    color: #000;
    border: 1px solid #a1a5a8;
    background-color: #fff;
    padding: 1pc;
    font-size: 20px;
    font-family: Univers47, sans-serif;
    line-height: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    line-height: 1.5em;
}

.logo_mobile img {
    width: 110px;
}
.text_two ol {
    color: #000;
}





























.new_car {
    border-top: 1px solid hsla(0, 0%, 71%, .5);
    width: 100%;
    background-color: #f2f1f0;
    box-sizing: border-box;
    padding: 0 0 100px;
    /* position: relative; */
}
.name_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.button_block {
    display: contents;
}
.button_block a {
    font-family: Everett, sans-serif;
    border: 1px solid #000;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 11px;
    width: 100%;
    max-width: 165px;
    white-space: nowrap;
    text-decoration: none;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.text_block {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
	    padding: 45px 60px 0;
}
.name_block .text_block h2 {
    font-size: 3.75rem;
    letter-spacing: -2px;
    margin: 0;
    margin-bottom: 25px;
    flex-shrink: 0;
}
.name_block .text_block p {
    font-size: 1.25rem;
    padding-left: 3.5rem;
	font-weight: 400;
    letter-spacing: -.4px;
}

.car_img img {
    width: 100%;
}










.swiper-wrapper {
    margin-bottom: 30px;
}

.car_j {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
    min-height: 490px;
    background: #fff;
    box-shadow: 0 0 12px 0 #c9c9c9;
}
.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: var(--swiper-scrollbar-bottom, 6px) !important;
    height: var(--swiper-scrollbar-size, 6px) !important;
}
.swiper-scrollbar-drag {
    background: rgb(0 0 0) !important;
}
.swiper-button-next {
    width: 60px !important;
    height: 60px !important;
    background: #fff;
    border-radius: 30px;
    cursor: pointer;
    transition: opacity .2s ease-out;
    box-shadow: 0 6px 15px 6px rgba(0,0,0,.2);
}

.slider_car {
    padding: 0px 60px 0 !important;
}
.swiper-button-prev {
    width: 60px !important;
    height: 60px !important;
    background: #fff;
    border-radius: 30px;
    cursor: pointer;
    transition: opacity .2s ease-out;
    box-shadow: 0 6px 15px 6px rgba(0,0,0,.2);
}

.swiper-button-next:after, .swiper-button-prev:after {
    color: #000 !important;
    font-size: 22px !important;
    font-weight: 600;
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    display: none;
}





.news_items {
    padding: 0px 60px 0 !important;
}

.new_j {
    min-height: 490px;
    /* background: #707070; */
}

.cat_title {
    padding: 30px;
}
.info_car h3 {
    padding: 0;
    font-size: 1.52em;
    line-height: 1.14;
    margin: 0 0 0.2em;
    font-weight: 400;
    letter-spacing: -1.15px;
}
.car_year {
    margin-bottom: 20px;
}
.car_price_name {
    font-size: .85em;
    color: #666;
}
.car_price {
    font-family: Everett, sans-serif;
    font-size: 1.25em;
    font-weight: 400;
}
.nav_info_car {
    padding-top: 60px;
}
.nav_info_car a {
    line-height: 1;
    font-size: 11px;
    min-height: 20px;
    letter-spacing: 1px;
    width: calc(100% - 28px);
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: flex
;
    align-items: center;
    background-color: #2b2d84;
    border: 1px solid #2b2d84;
    padding: 15px 14px;
    margin-bottom: 10px;
}

.nav_info_car a+a {
    background-color: #fff;
	border: 1px solid grey;
}































.news {
    margin-bottom: 75pt;
}


.slid img {
    width: 100%;
    height: 100%;
    min-width: auto;
    min-height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
}



    .autoplay-progress {
      position: absolute;
      right: 16px;
      bottom: 16px;
      z-index: 10;
      width: 48px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      color: var(--swiper-theme-color);
    }

    .autoplay-progress svg {
      --progress: 0;
      position: absolute;
      left: 0;
      top: 0px;
      z-index: 10;
      width: 100%;
      height: 100%;
      stroke-width: 4px;
      stroke: var(--swiper-theme-color);
      fill: none;
      stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
      stroke-dasharray: 125.6;
      transform: rotate(-90deg);
    }
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    margin-top: -100px !important;
    position: relative;
}
.autoplay-progress svg {
	stroke:#fff;
}
.timer {
	color:#fff;
}
.swiper-pagination-bullet-active {
    background: #fff !important;
}
.swiper-pagination-bullet {
    background: #a0a0a0 !important;
}

.slider_frim_nodel .slid .content {
    position: relative;
    background: linear-gradient(to top, #000000e3, #00000085, #00000045, #0000000a, #ffffff00, #ffffff00, #ffffff00);
    min-height: 300px;
    z-index: 99999;
    max-width: calc(100% - 80px);
    margin-top: -350px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.slider_frim_nodel .slid .content h3 {
    display: block;
    padding-bottom: 120px;
    margin: 0;
    font-size: 60px;
    color: #fff;
    line-height: 4pc;
    opacity: .2;
    font-weight: 100;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}



.slider_frim_nodel .slid.swiper-slide.swiper-slide-active .content h3 {
	opacity: 1;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}



.footer {
    background: #000;
}
.footer .content {
    padding: 24px 9.8% 40px;
}
.footer_logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	margin-bottom: 22px;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}
.footer .footer-hr {
    margin: 0;
    background: #fff;
    height: 1px;
}
.img_news {
    overflow: hidden;
    cursor: pointer;
    display: block;
    height: 450px;
    position: relative;
    z-index: 1;
}


.img_news img {
    width: 100%;
    height: 100%;
    min-width: auto;
    min-height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transform: none;
    transform: none;
    position: static;
    zoom: normal;
    -webkit-transition: -webkit-transform 1.2s ease;
    transition: -webkit-transform 1.2s ease;
    transition: transform 1.2s ease;
    transition: transform 1.2s ease, 
	-webkit-transform 1.2s ease;
}

.img_news:hover img {
    height: 100%;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}


.name_news h2 {
    font-family: Everett, sans-serif;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -.4px;
    word-wrap: break-word;
    white-space: normal;
    max-width: 100%;
    padding-top: 24px;
    margin: 0;
    color: #444;
    font-weight: 500;
}
.new_j a {
    text-decoration: none;
}











.fon {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 9999;
    background: #00000094;
    top: 0;
    left: 0;
    display: none;
    opacity: 0.1;
}
body.see {
    overflow: hidden;
}
body.see .fon {
    display: block;
    opacity: 1;
}

.menu_anim {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.open_menu {
    display: none;
}
.open_menu.open {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 9999999;
    /* background: #ffffff; */
    top: 0;
    left: 0;
    display: block;
}




.menu_left {
    position: absolute;
	left: -30%;
	transition-delay:0.1;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.menu_left.to {
    width: 30%;
    height: 100vh;
    background-color: #000;
    position: absolute;
    left: 0;
    transition-delay: 0.1;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.info_menu_right {
    position: absolute;
	right: -70%;
	transition-delay:0.1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


.info_menu_right.to {
    width: 70%;
    height: 100vh;
    background: #000;
    position: absolute;
    right: 0;
	transition-delay:0.1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
p.close_menu {
    width: 60px;
    height: 60px;
    position: absolute;
    background: #fff;
    z-index: 999999;
    border-radius: 50%;
    top: 20px;
    right: 20px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0px 3px 19px -5px #b8b5b5;
}


























.modal_top_scrin {
    width: 100%;
    height: 100vh;
    display: none;
}
.modal_top_scrin img {
    width: 100%;
    height: 100%;
    min-width: auto;
    min-height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transform: none;
    transform: none;
    position: static;
    zoom: normal;
}


.window_video {
    display: flex;
    width: 100%;
    height: 100vh;
}

.logo_car_mob {
	display: none;
}

.logo_car {
    width: 25%;
}
.logo_model {
    position: absolute;
    margin-top: 45vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* z-index: 999999; */
}



.text_one .content p, .style .content p, .material .content p {
    font-size: 1.47059vw;
    line-height: 1.5;
    color: #fff;
    margin: 0;
    padding: 0;
    width: 60%;
    padding-bottom: 2rem;
    padding-top: 2rem;
}

.text_two .content p, .text_thre .content p {
    font-size: 1.47059vw;
    line-height: 1.5;
    color: #000;
    /* padding-bottom: 2rem; */
    /* padding-top: 2rem; */
    width: 60%;
}

.point:before {
    background-color: #feb23e;
	content: "";
    width: 2.5rem;
    height: .125rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: .83em;
}
.point_2:before {
    background-color: #00f;
	content: "";
    width: 2.5rem;
    height: .125rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: .83em;
}

.text_one {
    background: #000;
    display: block;
    /* margin-bottom: 10px; */
}
.text_one .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* height: 255px; */
}

.text_two, .text_thre {
    background: #fff;
    display: block;
    margin-bottom: 10px;
}
.text_thre .content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 255px;
}

.text_two .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* height: 255px; */
}



.rozdil {
    font-size: 1.32353vw;
    font-family: Everett-Light, sans-serif;
    line-height: 1.14;
    letter-spacing: -.27px;
    margin: 0;
    text-align: center;
    padding-bottom: 2rem;
    padding-top: 2rem;
}
.foto_bg {
    width: 100%;
    height: 100vh;
}
.foto_bg img {
    width: 100%;
    height: 100%;
    min-width: auto;
    min-height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transform: none;
    transform: none;
    position: static;
    zoom: normal;
}
.text_foto_anim {
    width: 100%;
    height: 100vh;
    position: absolute;
    margin-top: -100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text_foto_anim p {
    color: #fff;
    grid-column: 1 / 5;
    font-family: Everett-Light, sans-serif;
	font-size: 6.47059vw;
    line-height: .8;
    letter-spacing: -5px;
}
.style {
    background: #000;
    display: block;
    /* margin-bottom: 10px; */
}


.style .content, .material .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 2.75rem;
}
.style .content h2 {
    font-size: 6.47059vw;
    color: #fff;
    font-family: Everett-Light, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 70%;
}


.style .content h2 span {
    transform: translate(-15%, 0px);
    font-style: normal;
	-webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -ms-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
}
.style .content h2 span+span {
    transform: translate(35%, 0px);
    font-style: italic;
	-webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -ms-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
	    color: #feb23e;
}
.style .content h2.see span {
    transform: translate(5%, 0px);
    font-style: normal;
	-webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -ms-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
}
.style .content h2.see span+span {
    transform: translate(0%, 0px);
    font-style: italic;
	-webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -ms-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
}






















.slider_items {
    display: flex;
    flex-direction: row;
    width: 300%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.slid_item {
    display: block;
    width: 100%;
    height: 100vh;
}
.slid_item img {
    width: 100%;
    height: 100%;
    min-width: auto;
    min-height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transform: none;
    transform: none;
    position: static;
    zoom: normal;
}
.butt {
    color: #fff;
    padding: 30px;
    border-top: 1px solid #606060;
    width: 190px;
    text-align: center;
    cursor: pointer;
    opacity: .5;
}
.nav_slid {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.17647vw;
    position: relative;
    margin-top: -82px;
}
.butt.select {
    border-top: 5px solid #fff;
    padding-top: 26px;
    opacity: 1;
}


.thry_slid {
    overflow: hidden;
    width: 100%;
    position: relative;
}



.point_circle {
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
	animation: 1s ease-in-out infinite f;
}

.window_text {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 9;
    /* opacity: 0; */
    /* display: none; */
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.window_text.active {
    left: 0%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 999999999999;
}

#point_1 {
    margin-left: 23%;
    margin-top: 57vh;
}
#point_2 {
    margin-left: 30%;
    margin-top: 54vh;
}
#point_3 {
    margin-left: 44%;
    margin-top: 51vh;
}
#point_4 {
    margin-left: 41.3%;
    margin-top: 73vh;
}
#point_5 {
    margin-left: 76%;
    margin-top: 40vh;
}




#point_6 {
    margin-left: 31%;
    margin-top: 40vh;
}
#point_7 {
    margin-left: 51%;
    margin-top: 72vh;
}
#point_8 {
    margin-left: 63%;
    margin-top: 62vh;
}
#point_9 {
    margin-left: 66%;
    margin-top: 51vh;
}






#point_10 {
    margin-left: 23.3%;
    margin-top: 13vh;
}
#point_11 {
    margin-left: 28%;
    margin-top: 42vh;
}
#point_12 {
    margin-left: 44%;
    margin-top: 29vh;
}
#point_13 {
    margin-left: 49%;
    margin-top: 44vh;
}
#point_14 {
    margin-left: 49.3%;
    margin-top: 64vh;
}
#point_15 {
    margin-left: 60%;
    margin-top: 35vh;
}







.salon, .material {
	background: #000;
    display: block;
}

.salon .content h2, .material .content h2 {
    font-size: 6.47059vw;
    color: #fff;
    font-family: Everett-Light, sans-serif;
    display: grid;
    font-weight: 100;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 20px;
}

.salon_image {
    display: block;
    width: 100%;
    height: 100vh;
}

.salon_image img, .sal_slid img  {
    width: 100%;
    height: 100%;
    min-width: auto;
    min-height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transform: none;
    transform: none;
    position: static;
    zoom: normal;
}
.salon_image img.goli {
    position: absolute;
}

.sal_slid {
height: 600px;
width: 100%;
}






.scrol {
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.see {
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}   





.text_foto_anim p {
    opacity: .1;
}
.text_foto_anim p.see {
    opacity: 1;
}

.text_foto_anim p.segment {
    display: flex;
    flex-direction: column;
    align-items: center;
}



.text_foto_anim p span {
    transform: translate(-15%, 0px);
	-webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -ms-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
}

.text_foto_anim p span+span {
    transform: translate(75%, 0px);
	-webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -ms-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
	font-style: italic;
}

.text_foto_anim p span+span+span {
    transform: translate(-15%, 0px);
	-webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -ms-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
	font-style: normal;
}



.text_foto_anim p.see span {
    transform: translate(0%, 0px);	
	-webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -ms-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
}
.text_foto_anim p.see span+span {
    transform: translate(55%, 0px);
	font-style: italic;
}
.text_foto_anim p.see span+span+span {
    transform: translate(15%, 0px);
    font-style: normal;
}



.clear_wind {
    width: 50px;
    height: 50px;
    box-shadow: 0 -20px 30px 0 rgba(0,0,0,.3);
    border-radius: 50%;
    border: 1px solid #e2e2e2;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}













.cl-cta {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    height: 54px;
    outline: none;
    border: 1px solid #000000;
    transition: 0.5s ease;
    position: relative;
    overflow: hidden;
    color: #FFF;
}

.cl-cta:active {
    background-color: #000000;
    color: #FFF;
    transform: scale(0.9);
}


.cl-cta {
    width: 35%;
    position: relative;
}
.cl-cta:hover:before {
    width: 110%;
}
.cl-cta:before {
    content: "";
    position: absolute;
    top: 0;
    left: -5px;
    width: 0%;
    height: 120%;
    background-color: #000000;
    transform: skewX(-8deg);
    transition: transform 0.9s, color 0.9s, width 0.9s;
    color: #FFF;
    border-bottom-right-radius: 20px;
    z-index: 0;
}
a.butMe {
    color: #000;
    text-decoration: none;
    display: block;
    z-index: 9999;
    position: relative;
    padding: 20px 20px;
    /* padding-right: 80px; */
    width: 200% !important;
}
.cl-cta:hover a.butMe {
    color: #FFF !important;
    background-position: 0%;
    z-index: 9999;
    position: relative;
}
.ffre {
    border-top: 1px solid #a1a5a8;
    padding: 0 15px;
}





.not_home.black .top_nav {
    background-color: rgb(255 255 255);
}
.not_home.black .top_nav.blur {
    background-color: rgb(255 255 255 / 57%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}	
body.black .menu ul li p, body.black .menu ul li a, body.black .su_menu p {
    color: #000;
}	
	
.bg_E5E5E5 {
    width: 100%;
    padding-top: 110px;
    background-color: #E5E5E5;
}




body.black img.black { display: block;}

body img.black { display: none;}

body.black img.white { display: none;}



.su_mmenu img.col_logg {
    width: 20px;
    height: auto !important;
}





.buttof div+div {
    margin-left: 15px;
}

.buttof {
    display: flex;
    justify-content: flex-start;
    padding-right: 15px;
    align-items: center;
}

.cl-cta.-primary {
    font-size: 11px;
    font-weight: 400;
    font-family: "Everett", sans-serif;
    line-height: 136%;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    height: 54px;
    outline: none;
    border: 1px solid #000000;
    transition: 0.5s ease;
    position: relative;
    overflow: hidden;
    color: #FFF;
    border: none;
    background-color: #ffffff;
    color: #000000;
}
.cl-cta.-primary:before {
    background-color: #000000;
}
.intro_we_doo {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.item_text {
    font-size: 40px;
    color: #fff;
    max-width: 480px;
    text-align: center;
    opacity: 0.01;
    position: relative;
}
.flex_centr {
    display: flex !important;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.swiper-slide-active .item_text {
    opacity: 1;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}











.block_m_see {
    width: 100%;
    height: 100vh;
    position: relative;
    top: 0;
    z-index: 99999;
    opacity: 0;
}
.block_m_see.active {
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-transition: opacity .5s linear;
    transition: opacity .5s linear;
    opacity: 1;
}
.menu_left ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: auto;
    height: calc(100vh - 85px);
}
.menu_left ul li a {
    font-family: Everett, sans-serif;
    font-size: 24px;
    /* line-height: 44px; */
    /* letter-spacing: -1px; */
    padding-bottom: 20px;
    padding-left: 20px;
    padding-top: 20px;
    display: block;
    color: #a1a5a8;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-decoration: none;
}
.menu_left ul li.qwe.active a {
    color: #fff;
}

.block_m_see img {
width: 100%;
    height: 100%;
    min-width: auto;
    min-height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transform: none;
    transform: none;
    position: static;
    zoom: normal;
    -webkit-transition: -webkit-transform 1.2s ease;
    transition: -webkit-transform 1.2s ease;
    transition: transform 1.2s ease;
    transition: transform 1.2s ease, -webkit-transform 1.2s ease;
}
.intro_model {
    width: 100%;
    min-height: 250px;
    /* background: #444; */
    margin-top: -250px;
    position: relative;
}
.name_in_meny {
    font-family: Anko, sans-serif;
    font-size: 36px;
    line-height: 54px;
    letter-spacing: -1.25px;
    max-width: 25vw;
}
.ndme_price {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 14.8%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-left: 12.7%;
}
.ndme_price .total_price_butt {
    width: 250px;
}
.ndme_price .total_price_butt .model-card-ctas__cta.-primary.cl-cta {
    width: 100%;
    height: 40px;
}
.con_pov {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 14.8%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-left: 12.7%;
    margin-top: 60px;
}

.povv {
    font-family: Everett, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

.tuyi {
    font-family: Everett, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}
.su_mmenu ul {
    display: flex;
    padding: 0px 15px;
    height: 90px;
    align-items: center;
    padding-right: 0;
}
.su_mmenu ul li a {
    display: block;
    color: #a1a5a8;
    text-decoration: none;
    padding: 10px 0px;
    padding-right: 30px;
    font-size: 16px;
}
.su_mmenu ul li a:hover {
    color: #fff;
}
.su_mmenu {
    display: flex;
    padding-left: 5px;
    flex-direction: row;
    align-items: center;
}
.n_gert {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -.4px;
    margin-right: 36px;
    max-width: 120px;
}
.v_gert {
    font-size: 44px;
    line-height: 3pc;
    letter-spacing: -2.36px;
    font-weight: 300;
    margin-right: 8px;
    min-width: 75px;
}
.price_00 {
    font-family: Everett, sans-serif;
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin-bottom: 15px;
}


.price_00 font { 
	font-size: 26px;
    line-height: 30px;
    letter-spacing: -.65px;
	margin-left: 9px;}










.modal {
    display: none;
    position: fixed;
    z-index: 9999999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.modal-content {
    background-color: #fefefe;
    /* margin: 15% auto; */
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 450px;
    position: relative;
    min-height: 390px;
    height: auto;
}
span.close_window {
    width: 60px;
    height: 60px;
    position: absolute;
    background: #fff;
    z-index: 999999;
    border-radius: 50%;
    top: 20px;
    right: 20px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0px 3px 19px -5px #b8b5b5;
}
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }

  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }


.content_text {
    max-width: 83.333333%;
    margin: 0 auto;
    margin-top: 140px;
}
.content_text h1 {
    font-size: 72px;
    line-height: 76px;
    letter-spacing: -3px;
    width: 100%;
    padding-bottom: 3pc;
    position: relative;
    margin-top: 5pc;
    color: #212529;
    font-weight: 100;
    margin-bottom: 10px;
}



.content_text h1:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #a1a5a8;
}

header img {
    margin-top: 90pt;
    width: 100%;
}
p.date {
    color: #000;
    text-transform: uppercase;
    margin-top: 24px;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: -.4px;
    margin-bottom: 0;
}

.content_text p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -.4px;
}






body.newses {
    background-color: #0d0d0d;
}
body.newses .nuwss .swiper-slide.new_j {
    width: calc(28% - 48px);
    padding: 24px;
    background: #fff;
    margin: 2%;
    border-radius: 1pc;
    min-height: auto; 
}
.nuwss {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding-bottom: 60px;
    width: auto;
    margin: 0 auto;
    justify-content: space-evenly;
}
.nuwss .swiper-slide.new_j .img_news {
    height: 200px;
    margin-top: 10px;
}

body.newses .content_text h1 {
    color: #fff;
}


body.newses .content_text h1:after {
    content: none;
}
body.newses .content_text .name_news h2 {
    font-size: 40px;
    letter-spacing: -1px;
    line-height: 44px;
    color: #000;
    height: 3.6em;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
body.newses .content_text .name_news h2:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: #fff;
    border-bottom: 1px solid #a1a5a8;
}



.nuwss .swiper-slide.new_j:hover .img_news img  {
    height: 100%;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}


.mobile_menu_nav {
    display: none;
}
	
.contacts_info {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 50px;
}
.contacts_img {
    width: 49%;
}
.contacts_img img {
    width: 100%;
    height: 100%;
    min-width: auto;
    min-height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.footer_contact {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 20px;
}
.contacts_text {
    width: 49%;
    margin-left: 2%;
}
.g_fore ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.g_fore ul li a {
    color: #cfcfcf;
    text-decoration: none;
    padding-bottom: 10px;
    display: block;
}
.g_fore ul li a:hover {
    color: #fff;
    text-decoration: none;
}
.g_fore h3 {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 100;
    margin-top: 0;
}
.g_fore h3 font {
    display: block;
    font-size: 16px;
    color: #c6c6c6;
}
.g_fore p {
    color: #fff;
    margin-bottom: 10px;
    margin-top: 0px;
}
.g_fore p font {
    display: block;
    font-size: 14px;
    color: #c6c6c6;
}
.g_fore {}
.form_popup input.form_e {
    width: calc(100% - 22px);
    padding: 10px;
    border: 1px solid #d7d7d7;
    margin-bottom: 20px;
}
p.nam_fsdf {
    font-size: 20px;
    padding-top: 0px;
}
.form_popup label {
    display: block;
    margin-bottom: 20px;
}
.top_nav_form {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cl-cta.-primary span button {
    background: none;
    border: none;
    padding: 18px 20px;
    padding-right: 100px;
    width: 100%;
    text-align: left;
    z-index: 9999;
    position: relative;
    color: #000;
    /* font-size: 16px; */
    text-transform: uppercase;
}
.cl-cta:hover span button {
    color: #fff;
}
p.bajana_data {
    margin: 0px;
    font-size: 14px;
    color: #939393;
}

.message {
    display: block;
    text-align: center;
}
.content_mod_car_piont {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    height: 100vh;
}
.img_point_car {
    width: 50%;
}
.text_point_car {
    width: 50%;
    display: flex;
    align-items: flex-start;
}
.img_point_car img {
    width: 100%;
    height: 100%;
    min-width: auto;
    min-height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transform: none;
}
.in_text_point_car {
    width: 60%;
    padding: 12%;
    padding-top: 20%;
}
.in_text_point_car p.point {
    font-size: 1.17647vw;
}

.in_text_point_car h3 {
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 200;
}
.slider {
    width: 100%;
    height: 100vh;
}

.slider img.img_ss {
    width: 100%;
    height: 100%;
    min-width: auto;
    min-height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transform: none;
}



.logo img {
    width: 150px;
}





.slid {
    height: 100vh !important;
    overflow: hidden;
}
.logo a {
    text-decoration: none;
}




.su_mmenu .logo.white {
    color: #6b6b6b;
    font-size: 9px;
}




.su_mmenu_logo .logo.white {
    font-size: 20px;
    color: #fff;
}
.su_mmenu_logo a {
    text-decoration: none;
}




.logo_mobile a {
    text-decoration: none;
}



.logo_mobile .logo.white {
    font-size: 20px;
    color: #fff;
}



.logo_mobile .logo.black {
    font-size: 20px;
    color: #000;
}


.window_video video {
    width: 100%;
    height: 100%;
    min-width: auto;
    min-height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transform: none;
    transform: none;
    position: static;
    zoom: normal;
    -webkit-transition: -webkit-transform 1.2s ease;
    transition: -webkit-transform 1.2s ease;
    transition: transform 1.2s ease;
    transition: transform 1.2s ease, -webkit-transform 1.2s ease;
}






.content.white {
    color: #fff;
}






















.intro_we_doo .swiper {
    width: 100%;
}
.swiper-slide img {
    width: 100%;
    height: 100%;
    min-width: auto;
    min-height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transform: none;
    transform: none;
    position: static;
    zoom: normal;
}

.img_bud {
    width: 100%;
    height: 550px;
    overflow: hidden;
}
.img_bud  img {
    width: 100%;
    height: 100%;
    min-width: auto;
    min-height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transform: none;
    transform: none;
    position: static;
    zoom: normal;
}



.catalog_dom {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
.catalog_dom .mom_m {
    width: 31%;
    margin: 1%;
}







.newses {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
.newses .new_j{
    width: 31%;
    margin: 1%;
}



body::-webkit-scrollbar {
    width: 8px;
}
body::-webkit-scrollbar-thumb {
    background-color: #ffc845;
    border-radius: 1px;
}
body::-webkit-scrollbar-track {
    background: #5b5b5b;
}