.product__inner__block__2 .ratio button {
    position: absolute;
    top: 2rem;
    left: 2rem;
    z-index: 9;
    border-radius: 100%;
}

.mobile_lang {
	width: 205px !important;
	font-size: 1.5rem;
	padding: 0 1.3rem !important;
	background: #f9f9f9;
	margin: 0 !important;
	border-radius: 1rem;
}

.mobile_lang div {
	border: 0 !important;
	padding: 0 !important;
	margin: 0 1rem;
	align-items: center;
	text-align: center;
	justify-content: center;
}

.mobile_lang a {
	color: #000;
}

.mobile_lang span {
	color: #999;
}

select,
button,
a,
input,
textarea,
img {
    outline: none !important;
    box-shadow: none !important;
}

a,
button {
    text-decoration: none !important;
    transition: .3s all !important;
}

img {
    max-width: 100% !important;
    border: 0 !important;
}

header {
    position: fixed;
    top: 0;
    transition: .3s all;
    width: 100%;
    z-index: 99;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.nav-up {
    top: -120px;
}

header {
    padding: 0 1.5rem;
    margin-top: 1.5rem;
}

header .col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    background: #fff;
    border-radius: 5rem;
    padding: 1rem 1rem 1rem 2rem;
    box-shadow: 0 15px 35px rgba(0,0,0,.1);
}

header .col > div {
    width: 100%;
}

header .col > div:first-child {
    max-width: 100px;
}

header .col > div:last-child {
    max-width: 500px;
}

header .col > div > ul {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: calc(.2em + .65vw);
    font-weight: 500;
}

header .col > div > ul a {
    color: #000;
}

header .col > div > ul a:hover {
    color: #D7B56D;
}

header .col > div > ul .active a,
footer ul .active a {
    color: #D7B56D;
}

footer ul ul {
    display: none;
}

header ul ul {
    position: absolute;
    display: none;
    padding: 1.5rem 0 0 0;
    margin: 0;
    list-style: none;
}

header ul li:hover ul {
    display: block;
}

header ul ul li {
    background: #D7B56D;
    padding: 1rem 2rem;
}

header ul ul .active > a {
    color: #fff !important;
}

header ul ul a:hover {
    color: #fff !important;
}

header ul ul li:first-child {
    border-radius: 1rem 1rem 0 0;
    padding-top: 1.5rem;
}

header ul ul li:last-child {
    border-radius: 0 0 1rem 1rem;
    padding-bottom: 1.5rem;
}

header .col > div:last-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .25rem;
}

header .col > div:last-child > div {
    display: flex;
    gap: .25rem;
    align-items: center;
    padding: .75rem;
    border-radius: 5rem;
    border: 1px solid rgba(0,0,0,.1);
    transition: .3s all;
    font-size: .75rem;
}

header .col > div:last-child > div:hover {
    border-color: #999;
}

header .col > div:last-child > div picture {
    width: 18.5px;
    height: 18.5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .col > div:last-child hr {
    width: 1px;
    height: 1.5rem;
    background: #E1E1E1;
    opacity: 1;
}

header .dropdown,
#menu .dropdown {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
}

header .dropdown button,
#menu .dropdown button {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: #000;
    border: 1px solid rgba(0,0,0,.1);
    background: transparent;
    font-size: .75rem;
    font-weight: 500;
}

header .dropdown button:hover,
#menu .dropdown button:hover {
    border-color: #999;
}

header .col > div:last-child > a picture {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(0,0,0,.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s all;
    border-radius: 100%;
}

header .col > div:last-child > a picture:hover {
    border-color: #999;
}

header .dropdown-menu,
#menu .dropdown-menu{
    min-width: auto;
    border-radius: 1.5rem;
    overflow: hidden;
    font-size: .75rem !important;
}

header .dropdown-menu a,
#menu .dropdown-menu a{
    padding: .25rem .75rem;
}

header .col > div:first-child img {
    max-width: 100px !important;
}

.menu_mobile {
    display: none;
}

#menu .close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
}

#menu ul {
    list-style: none;
    margin: 1rem;
    padding: 0;
    font-size: 1.5rem;
    display: flex;
    align-items: start;
    gap: 1.5rem;
    flex-direction: column;
}

#menu ul ul {
    font-size: 1.2rem;
    margin-top: 2rem;
    padding: 1.5rem 2rem;
    border-radius: 1.5rem;
    background: #f9f9f9;
}

#menu ul a {
    color: #000;
}

#menu ul .active > a {
    color: #D7B56D;
    font-weight: 500;
}

#menu .col > div {
    display: flex;
    flex-wrap: wrap;
    gap: .25em;
    margin: 3rem 0;
}

#menu .col > div > div {
    border: 1px solid rgba(0,0,0,.1);
    padding: 1rem;
    font-size: 1rem;
    border-radius: 5rem;
    display: flex;
    align-items: center;
    gap: .5rem;
}

#menu .col > div > div {
    height: 70px;
}

.weather_mobile img {
    width: 1.5rem !important;
    height: auto !important;
}

#menu .col > div a picture {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0,0,0,.1);
    margin: 2rem .5rem 0 0;
}

#menu .col > div a picture img {
    transform: scale(1.4);
}

.slider {
    min-height: 100vh;
    border-radius: 0 0 4.5rem 4.5rem;
    position: relative;
    overflow: hidden;
}

.slider .container-fluid {
    height: 100vh;
    position: relative;
    z-index: 2;
}

.slider .container-fluid .row {
    height: 100%;
    align-items: center;
}

.slider .item > picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.slider .item > picture::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,0) 50%);
}

.slider .item > picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.slider h1 {
    font-size: 4rem;
    color: #fff;
    margin-bottom: 40px;
}

.slider p {
    font-size: 1.2rem;
    font-weight: 300;
    margin: 0 0 3rem 0;
    max-width: 563px;
    color: #fff;
}

.slider a {
    padding: 1.7rem 2rem;
    border-radius: 5rem;
    background: #D7B56D;
    color: #000 !important;
    display: inline-flex;
    align-items: center;
    gap: .75rem;
}

.slider a:hover {
    background: #528D2F;
}

.slider .item::after {
    content: '';
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    background: url(../img/uzor_bg.svg) bottom right no-repeat;
    background-size: 50%;
    position: absolute;
    z-index: 1;
}

.carousel_1 {
    margin-top: .75rem;
}

.card_1 {
    margin: .75rem;
}

.card_1 .ratio {
    background: #e1e1e1;
    border-radius: 4.5rem;
    overflow: hidden;
}

.zag h2 {
    font-size: 4rem;
    margin: 5rem 0;
}

.zag h4 {
    font-size: 2rem;
    margin: 7rem 0;
}

.card_1 .ratio > div > picture {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.card_1 .ratio > div > picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.card_1 .ratio > div a picture {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    z-index: 2;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card_1 .ratio > div img {
    transition: .5s all;
}

.card_1 .ratio > div:hover img {
    transform: scale(1.1);
}

.card_1_text {
    padding: 30px 60px;
    font-size: 2rem;
}

.card_1_text a {
    color: #000;
}

.card_1_text a:hover {
    color: #D7B56D;
}

.carousel_1 {
    position: relative;
}

.about_main {
    margin-top: 3.75rem;
    display: flex;
}

.about_main_1 {
    width: 33%;
    height: 800px;
    background: url(../img/uzor_2.svg) left bottom no-repeat #528D2F;
    background-size: 70%;
    color: #fff;
    border-radius: 4.5rem;
    padding: 4rem;
}

.about_main_1 h2 {
    font-size: 2rem;
}

.about_main_1 p {
    font-size: 1rem;
    line-height: 160%;
    margin: 2.5rem 0;
}

.about_main_1 a {
    left: auto;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    background: #fff;
}

.about_main_1 a:hover {
    transform: scale(1.1);
}

.about_main_2 {
    width: 67%;
    height: 800px;
    border-radius: 4.5rem;
}

.slider_2 {
    height: 100%;
    border-radius: 4.5rem;
    overflow: hidden;
    position: relative;
}

.slider_2 .item {
    height: 800px;
}

.slider_2 .item picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.slider_2 .item picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.slider_2 .item picture::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,.6) 0%, rgba(0,0,0,0) 50%);
}

.slider_2 .owl-dots {
    position: absolute;
    width: 90%;
    display: flex;
    gap: 1.5rem;
    margin: 0 5%;
    height: 3px;
    z-index: 99;
    top: auto;
    bottom: 3rem;
}

.slider_2 .owl-dots button {
    background: rgba(255,255,255,.3) !important;
    width: 100%;
    border-radius: 3px;
}

.slider_2 .owl-dots .active {
    background: #fff !important;
}

.carousel_2 {
    position: relative;
}

.card_2 {
    background: #F9F9F9;
    margin: .75rem;
    border-radius: 4.5rem;
    transition: .5s all;
}

.card_2 .ratio > div {
    display: flex;
    padding: 3rem;
    align-items: end;
    font-size: calc(.7em + 1.5vw);
    color: #000;
    font-weight: 300;
}

.card_2 .ratio > div picture {
    position: absolute;
    width: 50% !important;
    height: 50% !important;
    top: 3rem;
    right: 3rem;
    border-radius: 100%;
    background: #D7B56D;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
}

.card_2:hover {
    background: #D7B56D;
}

.card_2:hover .ratio > div {
    color: #fff;
}

.card_2:hover .ratio > div picture {
    border-color: #fff;
}

.zag_2 h2 {
    margin-bottom: 2.5rem;
}

.tab-content {
    border-top: 1px solid #D7B56D;
    padding-top: 2.5rem !important;
    margin-top: 1rem !important;
}

.carousel_3 {
    position: relative;
}

.carousel_3 .card_3 {
    margin: 0 .75rem 1.5rem .75rem;
}

.card_3 {
    background: #F9F9F9;
    border-radius: 4rem;
    margin: 0 .75rem 1.5rem .75rem;
	height: 100%;
}

.card_3 .ratio picture {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 4rem;
    overflow: hidden;
}

.card_3 .ratio picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .5s all;
}

.card_3 .ratio picture:hover img {
    transform: scale(1.1);
}

.card_3 > a:nth-child(2n) {
    padding: 2rem;
    font-size: 1rem;
    color: #000;
    display: inline-block;
}

.card_3 > a:hover {
    color: #D7B56D;
}

.card_3:hover > div picture {
    background: #fff;
    border-color: transparent;
    transform: scale(1.1);
}

.card_3 > div {
    display: flex;
    justify-content: space-between;
    padding: 0 2rem 2rem;
    align-items: center;
    font-size: .75rem;
}

.card_3 > div picture {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 1px solid #D7B56D;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s all;
}

.card_3_gallery > div {
    font-size: 1.2rem;
    margin-top: 2rem;
}

.nav-item button {
    padding: 0 !important;
    border-radius: 0 !important;
    font-size: 2rem;
    background: transparent !important;
    font-weight: 300;
    color: #c1c1c1;
}

.nav-item button:hover {
    color: #000 !important;
}

.nav-item .active {
    color: #000 !important;
}

.nav-item {
    margin-right: 4rem;
}

.nav-item:last-child {
    margin-right: 0;
}

footer .container-fluid {
    background: url(../img/uzor_3.svg) bottom right no-repeat #222;
    border-radius: 4.5rem 4.5rem 0 0;
    padding: 5rem;
}

main {
    margin-bottom: 5rem;
}

.soc {
    margin-top: 3rem;
    display: flex;
    gap: .75rem;
}

.soc picture {
    width: 5rem;
    height: 5rem;
    border-radius: 100%;
    border: 1px solid rgba(255,255,255,.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s all;
}

.soc picture:hover {
    border-color: #fff;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: start;
    font-size: 1rem;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #D7B56D;
}

footer p {
    color: #999;
}

footer .row > .col-lg-8 > div:last-child p {
    color: #fff;
}

footer b {
    color: #D7B56D;
    font-size: 1.5rem;
    font-weight: 400 !important;
    display: block;
    margin-bottom: 2rem;
}

footer .col-lg-8 {
    display: flex;
    justify-content: space-between;
}

footer .col-12 {
    margin-top: 3rem;
}

footer .col-12 {
    font-size: .75rem;
}

.inner_about_header {
    min-height: 100vh;
    border-radius: 0 0 4.5rem 4.5rem;
    padding: 10rem 5rem 15rem 5rem;
    /* display: flex; */
    align-items: start;
    justify-content: center;
    flex-direction: column;
    gap: 3rem;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.inner_about_header ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: .8rem;
    color: rgba(255,255,255,.3);
}

.inner_about_header ul a {
    color: #fff;
}

.inner_about_header ul a:hover {
    color: #D7B56D;
}

.inner_about_header ul li {
    display: inline-block;
}

.inner_about_header h1 {
    font-size: 5rem;
}

.inner_about_header p {
    max-width: 1000px;
}

.inner_about_header > picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.inner_about_header > picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.inner_about_header > picture::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.3);
}

.carousel_4,
.carousel_5 {
    position: relative;
    top: -10rem;
}

.fancybox__thumbs {
    display: none;
}

.card_4 {
    margin: 0 .75rem;
    background: url(../img/uzor_4.svg) left bottom no-repeat #F9F9F9;
    border-radius: 4.5rem;
    padding: 3.5rem;
    font-size: calc(.7em + 2vw);
    font-weight: 300;
    position: relative;
}

.card_4 a {
    color: #000;
}

.card_4 a:hover {
    color: #D7B56D;
}

.card_4 picture {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 35%;
    height: 35%;
    background: #D7B56D;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s all;
}

.card_4:hover picture {
    transform: scale(1.2);
}

.zag_inner_about h2 {
    margin-top: 0 !important;
}

.page_inner_header {
    position: relative;
    padding-top: 10rem;
    padding-bottom: 5rem;
    color: #fff;
    overflow: hidden;
    border-radius: 0 0 4.5rem 4.5rem;
}

.page_inner_header ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: .75rem;
    color: rgba(255,255,255,.3);
}

.page_inner_header ul li {
    display: inline-block;
}

.page_inner_header ul li a {
    color: #fff;
}

.page_inner_header ul li a:hover {
    color: #D7B56D;
}

.page_inner_header h1 {
    font-size: 4rem;
    margin-top: 3rem;
}

.page_inner_header picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.page_inner_header picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.page_inner_header picture::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/uzor_5.svg) right bottom no-repeat rgba(0,0,0,.3);
    background-size: 30%;
}

.about_sections_links {
    margin-top: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid #D7B56D;
}

.about_sections_links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    gap: 5rem;
}

.about_sections_links ul li a {
    color: #c1c1c1;
}

.about_sections_links ul li a:hover {
    color: #000;
}

.about_sections_links ul .active a {
    color: #000;
}

.team_gread h3 {
    font-size: 2.5rem;
    margin-bottom: 3rem;
}

.photos_grid .ratio picture {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 4.5rem;
    overflow: hidden;
    cursor: pointer;
}

.photos_grid .ratio picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .5s all;
}

.photos_grid .ratio picture:hover img {
    transform: scale(1.1);
}

.ratio-3x4 {
    --bs-aspect-ratio: calc(4 / 3* 100%);
}

.page_inner_header_2 {
    min-height: 100vh;
    padding: 10rem;
}

.inner_about_header video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    object-fit: cover;
}

.shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(0,0,0,.6);
}

.inner_text_block h2 {
    font-size: calc(.7em + 2vw);
    margin-left: 7%;
}

.inner_text_block p,
.inner_text_block ul {
    font-size: calc(.2em + 1vw);
    line-height: 160%;
    margin-top: 1.5rem;
    margin-left: 7%;
}

.inner_text_block h4 {
	margin-left: 7%;
}

.inner_text_block ul {
	margin-left: 12%;
	padding: 0;
}

.inner_text_block__mini__zoo h2,
.inner_text_block__mini__zoo p {
    margin-left: 0;
}

.inner_text_block__mini__zoo .offset-lg-1 {
    padding-right: 7%;
}

.inner_text_block .ratio picture {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 4.5rem;
    overflow: hidden;
}

.inner_text_block .ratio picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.number_1 {
    width: 400px;
    height: 400px;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    left: 0;
    right: 0;
    margin: 0 auto 2rem;
    align-items: center;
    justify-content: center;
    border: 1px solid #D7B56D;
    font-weight: 300;
    font-size: calc(.7em + 1vw);
}

.number_1 b {
    font-size: calc(.7em + 4.5vw);
    font-weight: 400 !important;
}

.years_block {
    padding-top: 7rem;
    padding-bottom: 7rem;
    background: #F9F9F9;
}

.years_block h3 {
    font-size: calc(.7em + 3vw);
    margin-bottom: 5rem;
}

.years_block .row:not(:first-child) > div {
    display: flex;
    align-items: center;
    gap: 6rem;
    border-top: 1px solid #D7B56D;
}

.years_block .row:not(:first-child) > div h4 {
    font-size: calc(.7em + 7vw);
    color: #D7B56D;
    width: 100%;
    max-width: 25%;
    font-weight: 800 !important;
}

.years_block .row:not(:first-child) > div {
    font-size: calc(.5em + 1vw);
}

.cable_car_price {
    padding-top: 7.5rem;
    padding-bottom: 5rem;
    background: url(../img/uzor_6.svg) center right no-repeat;
    background-size: 30%;
}

.cable_car_price .row > div {
    display: flex;
    gap: 5rem;
    flex-direction: column;
}

.cable_car_price .row > div > div {
    display: flex;
    align-items: center;
    gap: 5rem;
}

.cable_car_price .row > div > div img {
    width: 220px !important;
}

.cable_car_price .row > div > div > div {
    font-size: calc(.5em + 2vw);
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.cable_car_price .row > div > div > div b {
    font-weight: 500 !important;
}

.cable_car_price .row > div > div > div > div {
    display: flex;
    gap: 5rem;
    font-size: calc(.3em + 1vw);
}

.card_5 {
    background: #F9F9F9;
    padding: 2rem;
    border-radius: 4.5rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    text-align: center;
    font-size: calc(.2em + 1vw);
	height: 100%;
}

.card_5 .ratio {
    max-width: 150px;
}

.card_5 span {
    font-size: 1rem;
    display: block;
}

.card_5 b {
    font-size: 3rem;
    color: #D7B56D;
    font-weight: 500 !important;
}

.card_5 a {
	color: #D7B56D;
}

.card_5 .ratio picture {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f1f1;
}

.card_5 .ratio picture img {
    object-fit: contain !important;
    max-width: 50% !important;
    max-height: 50% !important;
}

.shedule_table .card_5 b {
    font-size: 1.5rem;
}

.car_owner_table .row {
    margin-bottom: 1.5rem;
}

.car_owner_table .row > div {
    background: #F9F9F9;
    border-radius: 2rem;
    padding: 2rem;
    display: flex;
    gap: 2rem;
    align-items: center;
}

.car_owner_table .row > div > div {
    width: 33.3333333%;
}

.car_owner_table .row > div > div:first-child {
    display: flex;
    align-items: center;
    gap: 2rem;
    font-size: 1.5rem;
}

.car_owner_table .row > div > div:first-child picture {
    width: 100px;
    height: 100px;
    display: block;
    border-radius: 100%;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.car_owner_table .row > div > div:first-child picture img {
    object-fit: contain !important;
    max-width: 50% !important;
    max-height: 50% !important;
}

.car_owner_table .row > div > div:last-child {
    text-align: end;
    font-size: 3rem;
    color: #D7B56D;
}

.car_owner_table .row > div > div:last-child b {
    font-weight: 400 !important;
}

.car_owner_table .row > div > div:nth-child(2n) {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.car_owner_table .row > div > div:nth-child(2n) picture {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion-button {
    padding: 2rem !important;
    font-size: 2rem !important;
    font-weight: 300 !important;
}

.accordion-item button:not(.collapsed) {
    background: #F9F9F9 !important;
    color: #000;
    border-radius: 1rem !important;
}

.accordion-button::after {
    width: 1.5rem !important;
    height: 1.5rem !important;
    background-image: url(../img/down.svg) !important;
    background-position: center !important;
    background-size: 1.5rem !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../img/up.svg) !important;
}

.fast_track .col-xl-6 .ratio {
    background: #F9F9F9;
    border-radius: 4.5rem;
}

.fast_track .col-xl-6 .ratio img {
    max-width: 200px !important;
}

.fast_track .col-xl-6 .ratio > div {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 5rem;
    font-size: 1.5rem;
    padding: 0 3rem;
}

.fast_track .col-xl-6 .ratio > div b {
    display: block;
    font-size: 2rem;
}

.fast_track_benefits {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.fast_track_benefits .text-lg-end {
    font-size: calc(.7em + 3vw);
}

.fast_track_benefits .text-lg-end span {
    color: #D7B56D;
}

.fast_track_benefits .row > div:last-child {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.fast_track_benefits .row > div:last-child span {
    padding: 3rem;
    border-radius: 2rem;
    background: #F9F9F9;
    border-left: 10px solid #D7B56D;
    font-size: calc(.7em + 1vw);
    text-align: start;
}

.new_inner .ratio picture {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 4.5rem;
    overflow: hidden;
}

.new_inner .ratio picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.new_inner .col-lg-7 > div:nth-child(2n) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem;
    gap: 2rem;
    font-size: 1rem;
}

.new_inner .col-lg-7 > div:last-child {
    padding: 2rem;
}

.new_inner .col-lg-7 > div:last-child p {
    font-size: 1.5rem;
    line-height: 160%;
}

.card_6 {
    background: url(../img/uzor_7.svg) right bottom no-repeat #F9F9F9;
    border-radius: 4.5rem;
    padding: 3.5rem;
    margin-bottom: 1.5rem;
    min-height: 400px;
}

.card_6 h5 {
    font-size: calc(.7em + 2vw);
    font-weight: 300 !important;
    margin-bottom: 4rem;
}

.contacts_location {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    margin-bottom: 2rem;
    font-size: 1.2rem;
    font-weight: 300;
}

.contacts_location picture {
    display: block;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contacts_location picture img {
    object-fit: contain !important;
    max-width: 100% !important;
    max-height: 100% !important;
}

.contacts_location span {
    font-size: .75rem;
    display: block;
}

.contacts_location a {
    color: #000;
}

.contacts_location a:hover {
    color: #D7B56D;
}

.contacts_location em {
    font-size: .75rem;
    font-style: normal;
    margin: 2rem 0 0 0;
    display: block;
}

.buttons {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 1.5rem;
}

.buttons a {
    padding: 1rem 1.5rem;
    background: #D7B56D;
    color: #000 !important;
    border-radius: 5rem;
    display: flex;
    gap: .75rem;
    align-items: center;
}

.buttons a img {
    width: .75rem !important;
}

.buttons a:hover {
    background: #fff;
}

.map_inner_block {
    position: relative;
    z-index: 2;
}

.map {
    width: calc(100% - 3rem);
    margin: 1.5rem;
    height: 600px;
    overflow: hidden;
    border-radius: 4.5rem;
    position: relative;
    margin-top: -5rem;
    z-index: 1;
}

.card_7 {
    background: #f9f9f9;
    border-radius: 4.5rem;
}

.card_7 p {
    margin: 0;
    padding: 2rem;
    text-align: center;
    font-size: 1.2rem;
}

.card_7 picture img {
	transition: .3s all;
	cursor: pointer;
}

.card_7 picture:hover img {
	transform: scale(1.1);
}

.weather img {
    max-width: 2rem !important;
    height: auto !important;
}

.inzhu__bron__1 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
    align-items: center;
}

.inzhu__bron__1 img {
    width: 100% !important;
    border-radius: 4.5rem;
}

.inzhu__bron__1 button {
    font-size: 2rem;
    padding: 1.5rem 2rem;
    border-radius: 5rem;
    display: flex;
    gap: 1.5rem;
    align-items: center;
    background: transparent;
    border: 1px solid #D7B56D;
    margin-bottom: 3rem;
	color: #000;
}

.inzhu__bron__1 button img {
    width: 3rem;
}

.inzhu__bron__1 button:hover {
    background: #222;
    color: #fff;
    border-color: transparent;
}

.inzhu__bron__1 p {
    font-size: 1rem;
    max-width: 400px;
}

.inzhu__bron__2,
.abay__bron__2 {
    padding-top: 5rem;
    padding-bottom: 10rem;
    background: #F9F9F9;
    position: relative;
}

.inzhu__bron__2 img,
.abay__bron__2 img {
    position: absolute;
    right: 0;
    max-height: 30rem;
    top: 0;
    margin-top: -15rem;
}

.inzhu__bron__2 h2 {
    color: #D7B56D;
    font-weight: 700 !important;
    margin-bottom: 1.5rem;
}

.abay__bron__2 h2 {
    font-weight: 700 !important;
    margin-bottom: 2rem;
}

.inzhu__bron__3 {
    margin-top: 3rem !important;
}

.inzhu__bron__3 .ratio picture {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4.5rem;
    overflow: hidden;
}

.inzhu__bron__3 .ratio picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.inzhu__bron__4 {
    position: relative;
    margin-top: 7.5rem;
}

.inzhu__bron__4 > img {
    position: absolute;
    left: 0;
    max-height: 30rem;
    top: -10rem;
}

.inzhu__bron__4 h3 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
}

.inzhu__bron__4 h3 span {
    color: #D7B56D;
}

.inzhu__bron__4__buttons {
    display: flex;
    gap: 2rem;
    flex-direction: column;
}

.inzhu__bron__4__buttons a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.2rem;
    color: #000;
    background: #F9F9F9;
    padding: 2rem;
    border-radius: 2rem;
    border-left: 10px solid #D7B56D;
}

.inzhu__bron__4__buttons a:hover {
    color: #D7B56D;
}

.inzhu__bron__4__buttons a picture {
    width: 4rem;
    height: 4rem;
    border-radius: 100%;
    border: 1px solid #D7B56D;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inzhu__bron__4__buttons a picture img {
    width: 1rem !important;
}

.inzhu__bron__5 .ratio picture {
    background: #fff;
}

.inzhu__bron__5 b {
    font-size: 1.2rem !important;
}

form button {
    padding: 1.2rem 1.5rem;
    background: #D7B56D;
    color: #fff;
    width: 100%;
    font-size: 1.3rem;
    font-weight: 600;
    border: 0;
    border-radius: .25rem;
}

form button:hover {
    background: #222;
}

.abay__info__1,
.abay__info__2 {
    align-items: center;
    margin-bottom: 7.5rem;
}

.abay__info__1 picture,
.abay__info__2 picture {
    display: block;
    width: 100% !important;
    height: 450px !important;
    border-radius: 4.5rem;
    position: relative;
}

.abay__info__1 picture::after {
    content: '';
    position: absolute;
    width: 5rem;
    height: 80%;
    background: url(../img/uzor_9.svg) center right no-repeat;
    background-size: 100%;
    right: -5rem;
    top: 10%;
}

.abay__info__2 picture::before {
    content: '';
    position: absolute;
    width: 5rem;
    height: 80%;
    background: url(../img/uzor_10.svg) center right no-repeat;
    background-size: 100%;
    left: -5rem;
    top: 10%;
}

.abay__info__1 picture img,
.abay__info__2 picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 4.5rem;
}

.abay__info__2 .order-1 {
    position: relative;
}

.abay__info__2 .more {
    position: absolute;
    right: 2rem;
    bottom: 1.5rem;
    width: 6rem !important;
    height: 6rem !important;
    border-radius: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.abay__info__2 .more::before {
    display: none;
}

.abay__info__2 .more img {
    width: 1.5rem !important;
    height: 1.5rem !important;
    border-radius: 0 !important;
}

@media (min-width: 1440px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1300px;
    }
}

@media (max-width: 1200px) {
    header .col > div:first-child img {
        max-width: 150px !important;
    }

    header .col > div:nth-child(2n) {
        display: none;
    }

    header .col > div:last-child {
        gap: 1rem;
    }

    header .col > div:last-child > a picture {
        width: 45px;
        height: 45px;
    }

    .menu_mobile {
        display: block;
        margin: 0 1rem;
        width: 2rem;
        height: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    header .col > div:first-child {
        max-width: 300px;
    }

    header .col > div:last-child {
        max-width: 100%;
    }
}

@media (max-width: 992px) {
    .slider .item::after {
        content: '';
        width: 50%;
        height: 50%;
        background: url(../img/uzor_bg.svg) bottom right no-repeat;
        background-size: 100%;
        position: absolute;
        z-index: 1;
    }

    .zag h2 {
        font-size: 3rem;
        margin: 4rem 0;
    }

    .about_main {
        flex-direction: column;
    }

    .about_main_1 {
        height: auto;
        width: 100%;
        padding: 3rem;
        background-size: 20%;
    }
    
    .about_main_2 {
        width: 100%;
    }

    .page_inner_header .col-lg-10 {
        margin-left: 1.5rem;
    }

    .about_sections_links {
        padding-bottom: 0;
    }

    .about_sections_links ul {
        width: 100%;
        flex-wrap: nowrap;
        overflow-x: scroll;
        padding-bottom: 2.5rem;
    }

    .about_sections_links ul a {
        white-space: nowrap;
    }

    .car_owner_table .row > div {
        flex-direction: column;
        align-items: start;
    }

    .car_owner_table .row > div > div {
        width: 100%;
    }

    .car_owner_table .row > div > div:last-child {
        text-align: start;
    }

    .abay__info__1 picture,
    .abay__info__2 picture {
        height: 300px !important;
        margin-bottom: 3rem;
    }

    .abay__info__1 picture::after,
    .abay__info__2 picture::before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
    }

    .abay__bron__2 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .abay__bron__2 h2 {
        font-size: 2rem;
    }

    .abay__bron__2 img {
        display: none;
    }

    .inzhu__bron__3 .ratio picture,
    .abay__info__1 picture img,
    .abay__info__2 picture img {
        border-radius: 2rem;
    }
}

@media (max-width: 768px) {
    footer .col-lg-8 {
        flex-direction: column;
        gap: 3rem;
    }
	
	.prais_tabs {
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		gap: 1rem;
		overflow-x: scroll !important;
		width: 100% !important;
		white-space: nowrap;
		position: relative !important;
	}
	
	.prais_tabs li {
		display: block;
	}
}

@media (max-width: 576px) {
    header .col {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #fff;
        border-radius: 1rem;
        padding: 1rem;
    }
	
	header .col > div:first-child img {
		width: 110px !important;
	}

    .slider {
        min-height: 100vh;
        border-radius: 0 0 2.5rem 2.5rem;
        position: relative;
        overflow: hidden;
    }

    .slider h1 {
        font-size: 3rem;
        color: #fff;
        margin-bottom: 40px;
    }

    .slider a {
        font-size: 1rem;
    }

    .zag h2 {
        margin: 2.5rem 0 1.5rem 0;
        font-size: 2.5rem;
    }

    .card_1 .ratio {
        border-radius: 2.5rem;
    }
    
    .card_1_text {
        padding: 1.5rem;
        font-size: 1.7rem;
    }

    .carousel_1,
    .carousel_2,
    .carousel_3 {
        margin-bottom: 7rem;
    }

    .about_main_1 {
        height: auto;
        width: 100%;
        padding: 2.5rem;
        background-size: 40%;
        border-radius: 2rem;
    }
    
    .about_main_2 {
        height: 400px;
    }
    
    .slider_2 {
        border-radius: 2rem;
    }

    .slider_2 .item {
        height: 400px;
    }

    .slider_2 .owl-dots {
        margin-top: -2rem;
    }

    .card_2 .ratio > div {
        font-size: calc(.7em + 4vw);
    }

    .card_2,
    .card_3,
    .card_3 .ratio picture  {
        border-radius: 2.5rem;
    }

    footer .container-fluid {
        background: url(../img/uzor_3.svg) bottom right no-repeat #222;
        border-radius: 2.5rem 2.5rem 0 0;
        padding: 3rem;
    }

    .inner_about_header {
        padding: 10rem 2rem 13rem 2rem;
        gap: 2rem;
        border-radius: 0 0 2.5rem 2.5rem;
    }

    .card_4 {
        background: url(../img/uzor_4.svg) left bottom no-repeat #F9F9F9;
        border-radius: 2.5rem;
        padding: 3rem;
        font-size: calc(.7em + 6vw);
    }
    
    .page_inner_header {
        border-radius: 0 0 2.5rem 2.5rem;
    }

    .page_inner_header h1 {
        font-size: 2.5rem;
    }

    .page_inner_header picture::after {
        background-size: 50%;
    }

    .photos_grid .ratio picture {
        border-radius: 1rem;
    }

    .inner_about_header h1 {
        font-size: 3rem;
    }

    .number_1 {
        width: 300px;
        height: 300px;
        font-size: calc(.7em + 4vw);
    }

    .number_1 b {
        font-size: calc(.7em + 12vw);
    }

    .inner_text_block h2 {
        font-size: calc(.7em + 7vw);
    }
    
    .inner_text_block p,
	.inner_text_block ul {
        font-size: calc(.2em + 3vw);
    }

    .inner_text_block .ratio {
        margin-top: 3rem;
    }
    
    .inner_text_block .ratio picture {
        border-radius: 2.5rem;
    }

    .years_block .row:not(:first-child) > div {
        flex-direction: column;
        gap: 2rem;
        align-items: start;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .years_block .row:not(:first-child) > div h4 {
        font-size: calc(.7em + 12vw);
    }

    .years_block {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .years_block h3 {
        font-size: calc(.7em + 7vw);
    }

    .cable_car_price {
        padding-top: 5rem;
        padding-bottom: 5rem;
        background: transparent;
    }

    .cable_car_price .row > div > div {
        flex-direction: column;
        gap: 3rem;
        text-align: center;
    }

    .cable_car_price .row > div > div img {
        width: 200px !important;
    }

    .cable_car_price .row > div > div > div {
        font-size: calc(.5em + 5vw);
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    
    .cable_car_price .row > div > div > div > div {
        display: flex;
        flex-direction: column;
        gap: 0;
        font-size: calc(.3em + 3vw);
    }

    .cable_car_price .row > div > div > div > div p {
        margin: .1rem 0;
    }

    .card_5 {
        border-radius: 2.5rem;
        font-size: calc(.7em + 3vw);
    }

    .accordion-button {
        padding: 1.2rem !important;
        font-size: 1.1rem !important;
        font-weight: 300 !important;
    }

    .fast_track .col-xl-6 .ratio img {
        max-width: 100px !important;
    }

    .fast_track .col-xl-6 .ratio {
        border-radius: 2.5rem;
    }

    .fast_track .col-xl-6 .ratio > div {
        gap: 2rem;
        font-size: 1rem;
    }

    .fast_track .col-xl-6 .ratio > div b {
        font-size: 1.5rem;
    }

    .fast_track_benefits .text-lg-end {
        font-size: calc(.7em + 5vw);
    }
    
    .fast_track_benefits .row > div:last-child span {
        padding: 2rem;
        font-size: calc(.7em + 2vw);
    }

    .new_inner .ratio picture {
        border-radius: 2.5rem;
    }

    .new_inner .col-lg-7 > div:last-child p {
        font-size: 1rem;
        line-height: 160%;
    }
    
    .card_6 {
        border-radius: 2.5rem;
        padding: 2rem;
        min-height: auto;
        background-size: 30%;
    }

    .card_6 h5 {
        font-size: calc(.7em + 5vw);
        margin-bottom: 3rem;
    }
    
    .contacts_location {
        gap: .75rem;
    }
    
    .buttons {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 1.5rem;
    }
    
    .buttons a {
        padding: 1rem 1rem;
        background: #D7B56D;
        color: #000 !important;
        border-radius: 5rem;
        display: flex;
        gap: .5rem;
        font-size: .75rem;
        align-items: center;
    }
    
    .buttons a img {
        width: .75rem !important;
    }
    
    .buttons a:hover {
        background: #fff;
    }

    .map {
        width: 100%;
        margin: 0;
        height: 500px;
        margin-top: -5rem;
        border-radius: 2.5rem;
    }

    .card_7 {
        border-radius: 2.5rem;
        margin-bottom: 0;
    }

    .card_7 .ratio {
        margin-top: 0;
    }

    .inzhu__bron__1 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    
    .inzhu__bron__1 img {
        border-radius: 2rem;
        margin-bottom: 3rem;
    }
    
    .inzhu__bron__1 button {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }
    
    .inzhu__bron__1 button img {
        width: 3rem;
        margin-bottom: 0;
        border-radius: 0;
    }
    
    .inzhu__bron__1 p {
        font-size: .8rem;
        max-width: 80%;
    }
    
    .inzhu__bron__2 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    
    .inzhu__bron__2 img {
        display: none;
    }
    
    .inzhu__bron__2 h2 {
        color: #D7B56D;
        font-weight: 700 !important;
        margin-bottom: 1.5rem;
    }

    .carousel_5 {
        position: relative;
        top: -3rem;
    }

    .inzhu__bron__4 {
        margin-top: 0;
    }
    
    .inzhu__bron__4 > img {
        display: none;
    }

    .inzhu__bron__4__buttons {
        padding-top: 3rem;
        gap: 1.5rem;
    }

    .abay__info__1 {
        margin-bottom: 3rem;
    }
    
}