* {
    -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)}
}
.color_w {
    position: absolute;
    width: 100%;
    /* text-align: center; */
    margin-top: -13px;
    color: #fff;
    text-align: center;
}
.color_w p {
    color: #a5a2a2;
    padding: 0 25px;
    margin: 0;
    font-size: 12px;
}
body {
    margin: 0px;
    background: #fff;
    /* overflow-x: clip; */
    font-family: Everett, sans-serif;
    font-family: Anko-Regular, sans-serif;
    overflow-x: hidden;
    width: 100%;
}
.not_home.black .top_nav .su_menu {
    color: #000000;
}
a.a_url {
    text-decoration: none;
}
.content {
    padding: 0 40px;
    max-width: 1460px;
    margin: auto;
}


.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;
    background: -webkit-linear-gradient(top, rgb(0 0 0 / 65%), rgb(0 0 0 / 33%), rgb(0 0 0 / 10%), rgb(0 0 0 / 0%));
}
.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 .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;
    color: #fff;
}
.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;
}
















.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: #ffc845;
	height: 230px;
}

.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;
}

































.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: #000;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    background-color: #ffc845;
    border: 1px solid #ffc845;
    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%;
}

.logo_car_mob {
	display: none;
}

.logo_car {
    width: 75%;
}
.logo_model {
    position: absolute;
    margin-top: 65vh;
    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: row;
    align-items: center;
    justify-content: center;
    height: 255px;
}
.text_two, .text_thre {
    background: #fff;
    display: block;
    padding-bottom: 10px;
}
.text_two .content, .text_thre .content {
    display: flex;
    flex-direction: row;
    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: #fff;
    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 .logo.black { display: block;}
body .logo.black { display: none;}

body.black .logo.white { display: none;}









.buttof div+div {
    margin-left: 15px;
}

.buttof {
    display: flex;
    justify-content: flex-start;
    padding-right: 15px;
    align-items: center;
    padding-bottom: 25px;
}

.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: #ffc845;
    color: #000000;
}
.cl-cta.-primary:before {
    background-color: #1c3775;
}






















.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;
}
.menu_left ul li a {
    font-family: Everett, sans-serif;
    font-size: 40px;
    /* 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: 50px;
    line-height: 54px;
    letter-spacing: -1.25px;
    max-width: 40vw;
    height: 75px;
}
.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: 7.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: 28px;
    font-size: 16px;
}
.su_mmenu ul li a:hover {
    color: #fff;
}
.su_mmenu {
    display: flex;
    padding-left: 5px;
}
.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: 18px;
    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;
}



.slid {
    height: 100vh !important;
    overflow: hidden;
}
.img_slid {
    width: 100%;
    height: 100vh;
}

.img_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;
}


.w40 img {
    width: 100%;
}


.non_height .content {height: auto !important;}
.w40_60 {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
}
.w40_60 .w60 {
    width: 60%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.w40_60 .w40 {
    width: 40%;
}
.w40_60 {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    width: 80%;
    margin: 0 auto;
    padding: 50px 0px;
}

.text_one .content .w40_60 p.title {
    color: #ffc845;
    margin-bottom: 24px;
    font-size: 11px;
    line-height: 1;
    padding-bottom: 0px;
    padding-top: 0px;
}
.text_one .content .w40_60 p.name {
    font-size: 60px;
    text-align: left;
    padding: 0px;
    word-wrap: break-word;
    letter-spacing: -2px;
    line-height: 4pc;
    font-weight: 100;
    padding-bottom: 20px;
}
.text_one .content .w40_60 p.text {
    padding: 0;
}

.w100_img {
width: 100%;	
}
.bleak {
background: #000;
}

.bleak .swiper-scrollbar-drag {
    background: rgb(255 255 255) !important;
}
.slid_ret {
    padding: 80px 0px;
}
.slid_ret.bleak .car_j {
    background: none;
    box-shadow: none;
}

.slid_ret.bleak .car_j p.title {
color: #ffc845; 
}

.slid_ret.bleak .car_j p.text {
color: #fff; 
}
.cloudimage-360 {
    /* height: 100vh; */
}





.cen_name {
    text-align: center;
}





.cen_name h2 {
    color: #9d6e01;
    font-size: 11px;
    padding: 0;
    margin: 0;
}

.cen_name p.point_1 {
    padding-bottom: 0rem;
    padding-top: 0rem;
    margin-bottom: 3pc;
    width: auto;
    display: block;
    height: auto;
    font-family: Everett-Light, sans-serif;
    font-size: 60px;
    line-height: 4pc;
    letter-spacing: -2px;
}





.car_ex img {
    display: none;
    margin: 0 auto;
}

.car_ex img.active {
    display: block;
}

.color1 {
    margin-right: 10px;
    margin-left: 10px;
    border: 3px #fff0 solid;
    border-radius: 50%;
    padding: 0px;
}

.color1.active {
    border: 3px #000 solid;
}

.fese span {
    display: none;
}

.fese span.active {
    display: block;
}
.variant {
    display: flex;
    flex-direction: row;
}
.color_car {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    position: relative;
    cursor: pointer;
}
.val_color {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.car_ex img {
    width: 100%;
}
.exterior {
    background-color: rgb(229, 166, 0);
    transform: translate(0px, 0px);
    padding-bottom: 80px;
}

.text_two h4 {
    color: #000;
    font-family: Everett, sans-serif;
    font-size: 40px;
    letter-spacing: -1px;
    line-height: 44px;
    margin-bottom: 0;
    font-weight: 100;
    width: 50%;
}

.text_one .content.autoh, .text_two .content.autoh, .text_thre .content.autoh {
    height: auto;
    padding: 50px 0px;
}



.text_one .white h4 {
    color: #fff;
    font-family: Everett, sans-serif;
    font-size: 40px;
    letter-spacing: -1px;
    line-height: 44px;
    margin-bottom: 0;
    font-weight: 100;
    width: 50%;
}
.bleak p.point_1 {
    color: #fff;
}


.img_h {
    width: 60%;
    margin: 0 auto;
}

.img_h img {
    width: 100%;
}
.hsr_h {
    display: flex;
    justify-content: center;
    flex-direction: row;
    padding: 30px 0px;
    padding-bottom: 150px;
}
.fr_h {
    padding: 10px 30px;
    text-align: center;
}




.fr_h p {
	color: #666;
    padding: 0px;
    margin: 0px;
}

.fr_h p+p {
    color: #000;
    font-size: 26px;
    padding: 0px;
    margin: 0px;
}
h4.name_h {
    font-size: 24px;
    text-align: center;
}

.active-bar {
    /* display: block; */
    margin: auto;
    margin-top: 20px;
    width: 40%;
    top: 0;
    border-radius: 2.5px;
    height: 5px;
    background-color: #000;
}

h4.name_h {
    font-size: 24px;
    text-align: center;
    padding: 0px;
    margin: 0;
    margin-top: 20px;
}


.w360_style_name h2 {
    color: #090909;
    font-size: 11px;
    padding: 0;
    margin: 0;
    font-weight: 100;
}
.w360_style_name p {
    color: #0675ff;
    font-size: 80px;
    font-weight: 400;
    padding: 0px;
    margin-top: 30px;
}
.w360_style_name {
    background: #ececec;
    padding-bottom: 10px;
}
.w360_style_name .content {
    padding-top: 50px;
    text-align: center;
}


.w360_style_text {
    background: #ececec;
    padding-bottom: 10px;
    display: flex;
}
.w360 {
    background: #ececec;
}











swiper-slide {
    overflow: hidden;
    cursor: pointer;
    display: block;
    height: 100vh;
    position: relative;
    z-index: 1;
}




swiper-slide img {
    width: 100%;
    height: 100%;
    min-width: auto;
    min-height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
}













select.form_e {
    width: calc(100% - 22px);
    padding: 10px;
    border: 1px solid #d7d7d7;
    margin-bottom: 20px;
}




p.info_trxt_g {
    color: #c0bebe;
    font-size: 0.9vw;
}
.color_model_filtr.model_true p.info_trxt_g {
    display: none;
}


.color_model_filtr label.new_label {
    display: none;
}
.color_model_filtr.model_true label.new_label {
    display: flex;
}




body.mc20-cielo .slid_ret.bleak .car_j p.title {
    color: #fff;
    /* text-align: center; */
    font-size: 18px;
    font-weight: 100;
}






body.no_scrol {
    overflow: hidden;
}
.tth {
    display: none;
}
.tth.open_tth {
	display: flex;
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0px;
    top: 0px;
    background: #fff;
    z-index: 9999999999;
    align-items: center;
}
.tth .content.autoh {
    overflow: hidden;
    display: block;
    /* width: 350px; */
    height: 100%;
    overflow-y: scroll;
    scroll-behavior: smooth;
    padding: 0 0px;
    width: 100%;
}
.in_cont {
    width: 50%;
    margin: 0 auto;
    padding-bottom: 200px;
}
.in_cont img {
    width: 100%;
    padding-top: 100px;
}

.in_cont table {
    width: 100%;
}
.in_cont table th {
    text-align: left;
}

.in_cont h4 {
	font-size: 2.5pc;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -.12pc;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 24px;
    font-style: normal;
}
.in_cont table th {
    text-align: right;
    font-size: 14px;
    color: #02070d;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}
.in_cont table th:first-child  {
    text-align: left;
}
.btn_tth {
    display: block;
    width: 254px;
    border: 1px solid #444;
    text-transform: uppercase;
    font-size: 18px;
    padding: 20px 20px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}
.img__hh {
	width: 800px;
	margin: 0 auto;
}


.mySwiperww {



    .swiper-slide {
        text-align: center;
        font-size: 18px;
        /* background: #444; */
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .swiper-slide {
      width: 60%;
    }

}
.img_tth_w {
    width: 100%;
    /* min-height: 500px; */
    /* max-height: 700px; */
    display: grid;
}
.img_tth_w 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;
    width: 100%;
    display: block;
}
body .top_nav p a.but_top_head {
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    margin-right: 20px;
}
.not_home.black .top_nav p a.but_top_head {
    color: #000;
    border: 1px solid #000;
}











img.img_news_head {
    margin-top: 0px;
}







.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 60px;
    border-radius: 50%;
    background: #000000;
    color: white;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: 1000;
}
        
.back-to-top:hover {
    background: #ffc845;
    transform: translateY(-5px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.4);
}
        
        .back-to-top.show {
            opacity: 1;
            visibility: visible;
        }
        
        .back-to-top svg {
            width: 24px;
            height: 24px;
            fill: white;
        }
        
        /* Анімація стрілки */
        .back-to-top:hover svg {
            animation: bounce 1s infinite;
        }
        
        @keyframes bounce {
            0%, 100% {
                transform: translateY(0);
            }
            50% {
                transform: translateY(-3px);
            }
        }











.menu ul li a.news {
    margin-bottom: 0pt;
}