:root {
    --heightNav: 200px;
    --trojan: "Trajan Pro 3", sans-serif;
    --fontin: "Fontin Sans CR", sans-serif;
    --aston: "AstonScriptPro", sans-serif;
}
.fancybox-container {
    color: #000;
}
.fancybox-bg {
    background: var(--fancybox-bg, rgba(255, 255, 255, 1));
}
body {
    position: relative;
    font-family: var(--trojan);
}
.btn_gold,
.btn_gold:hover {
    display: block;
    padding: 5px 10px;
    color: #fff;
    background: #d6b86b;
    border: 0;
    position: relative;
}
.btn_gold:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 14px;
    left: -8px;
    top: 0;
    background: url("../img/btn_gold_before.png") center left no-repeat;
    background-size: contain;
}
.btn_gold:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 14px;
    background: url("../img/btn_gold_after.png") center right no-repeat;
    background-size: contain;
    right: -8px;
    top: 0;
}
.btn_grey,
.btn_grey:hover {
    display: block;
    padding: 5px 10px;
    color: #fff;
    background: #adb3b3;
    border: 0;
    position: relative;
}
.btn_grey:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 14px;
    left: -8px;
    top: 0;
    background: url("../img/btn_grey_before.png") center left no-repeat;
    background-size: contain;
}
.btn_grey:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 14px;
    background: url("../img/btn_grey_after.png") center right no-repeat;
    background-size: contain;
    right: -8px;
    top: 0;
}
.btn_yellow,
.btn_yellow:hover {
    display: block;
    padding: 5px 10px;
    color: #fff;
    background: #f2df36;
    border: 0;
    position: relative;
}
.btn_yellow:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 14px;
    left: -8px;
    top: 0;
    background: url("../img/btn_yellow_before.png") center left no-repeat;
    background-size: contain;
}
.btn_yellow:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 14px;
    background: url("../img/btn_yellow_after.png") center right no-repeat;
    background-size: contain;
    right: -8px;
    top: 0;
}
.btn_white,
.btn_white:hover {
    display: block;
    padding: 5px 10px;
    color: #fff;
    border: 2px solid #fff;
}
a,
a:hover {
    text-decoration: none;
}
.nav_empty {
    height: var(--heightNav);
    width: 100%;
}
.nav_empty_landing {
    height: var(--heightNav);
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
}
.nav {
    position: fixed;
    width: 100%;
    z-index: 99;
    display: flex;
    justify-content: center;
    background: rgba(0, 0, 0, 0);
    background-size: cover;
    height: var(--heightNav);
    transition: 0.5s all;
}
.nav.page,
.nav.menu_scroll,
.nav:hover {
    background: #fff;
    transition: 0.5s all;
}
.nav .grid {
    display: grid;
    grid-template-columns: 1fr 150px 1fr;
    padding: 12px 12px 0;
    width: 1200px;
    max-width: 100%;
}
.nav .btn-offcanvas {
    display: block;
    width: 30px;
    height: 30px;
    background: url("../img/offcanvas.png") center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    align-self: center;
    margin-bottom: 20px;
}
.nav .newsletter {
    align-self: center;
    background: transparent;
    padding: 8px 0 0 26px;
    background: url("../img/menu_left_corona.png") left center no-repeat;
    background-size: contain;
    cursor: pointer;
    display: block;
    font-size: 14px;
    color: #fff;
    text-replace: 0.5s all;
    line-height: 1;
    margin-top: 30px;
}
.nav.page .newsletter,
.nav.menu_scroll .newsletter,
.nav:hover .newsletter {
    color: #000;
}
.soc_wrap .soc img {
    width: 100%;
}
.nav .a_logo {
    width: 100%;
    display: block;
}
.nav .img_logo {
    width: 100%;
}
.nav .nav_top {
    display: flex;
    justify-content: flex-end;
    align-self: center;
    margin-bottom: 0;
    width: 100%;
    margin: 30px 0 0;
}
.nav .left_top {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}
.nav .nav_top .li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.nav .nav_top .link {
    color: #fff;
    font-size: 14px;
    padding: 0 12px;
    font-family: var(--fontin);
    cursor: pointer;
    transform: 0.5s all;
    letter-spacing: -1px;
}
.nav.page .nav_top .link,
.nav.menu_scroll .nav_top .link,
.nav:hover .nav_top .link {
    color: #000;
}
.nav .nav_top .dropdown-menu {
    background: #292a2e;
    min-width: auto;
    border: 0;
}
.nav .nav_top .dropdown-item {
    color: #adb3b3;
    font-size: 14px;
    padding: 6px 12px;
    font-family: var(--fontin);
}
.nav .nav_top .dropdown-item:hover,
.nav .nav_top .dropdown-item.active {
    background: #adb3b3;
    color: #292a2e;
}
.nav .menu_general {
    grid-column: 1 / 4;
    display: flex;
    justify-content: center;
    padding: 14px 0 0;
    position: relative;
}
.nav .menu_general:before {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    transform: 0.5s all;
}
.nav.page .menu_general:before,
.nav.menu_scroll .menu_general:before,
.nav:hover .menu_general:before {
    background: #ccc;
    transition: 0.5s all;
}
.nav .menu_general .li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.nav .menu_general .link {
    color: #fff;
    font-size: 16px;
    padding: 12px;
    transform: 0.5s all;
}
.nav.page .menu_general .link,
.nav.menu_scroll .menu_general .link,
.nav:hover .menu_general .link {
    color: #000;
    transition: 0.5s all;
}
.menu_offcanvas {
    padding: 0;
}
.menu_offcanvas .li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.menu_offcanvas .link {
    display: block;
    color: #adb3b3;
    font-size: 16px;
    padding: 8px 0;
}
.search {
    /*background: url("../img/background_search.png") top center no-repeat;    -webkit-background-size: 100% auto;    background-size: 100% auto;*/
    background: rgba(30, 30, 30, 0.35);
    width: 100%;
    padding: 0 12px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 30px;
    margin-bottom: -50px;
    z-index: 20;
    position: fixed;
    display: none;
}
.search .search_input {
    background: url("../img/search.png") left center no-repeat;
    -webkit-background-size: auto 24px;
    background-size: auto 24px;
    border: 0;
    padding: 5px 5px 5px 28px;
    outline: none;
    color: #adb3b3;
    width: 100%;
}
.soc_wrap {
    display: flex;
    align-items: center;
    margin: 0;
}
.soc_wrap .li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.offcanvas_soc .soc_wrap {
    padding: 8px 0;
}
.offcanvas_soc .soc_wrap .soc {
    margin: 0 12px 0 0;
}
.soc_wrap .soc {
    height: 24px;
    width: 24px;
    display: block;
    margin: 0 0 0 12px;
}
.soc_wrap .soc.inst {
    background: url("../img/soc_inst.png") center center no-repeat;
    background-size: contain;
}
.nav.page .soc.inst,
.nav.menu_scroll .soc.inst,
.nav:hover .soc.inst {
    background: url("../img/soc_inst_hover.png") center center no-repeat;
    background-size: contain;
}
.offcanvas-general {
    background: #292a2e;
}
.offcanvas-general .offcanvas-title {
    color: #adb3b3;
}
.section_header {
}
.img_cover_100 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.img_cover_100 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page_collection {
    padding-top: 40px;
    height: auto;
}
.page_collection_grid {
    display: grid;
    grid-template-columns: 4fr 4fr 2fr 2fr;
    grid-gap: 12px;
}
.page_collection .title_mob {
    font-family: var(--trojan);
    font-size: 48px;
    color: #d39251;
    text-align: center;
}
.page_collection .big_img {
    width: 100%;
    cursor: pointer;
    grid-row: 1 / 4;
}
.page_collection .big_img .img {
    width: 100%;
}
.page_collection .small_img {
    width: calc(100% + 12px);
    margin: 0 -6px;
    grid-column: 2 / 3;
    grid-row: 3 / 4;
}
.page_collection .small_img_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
}
.page_collection .small_img .img_link {
    width: calc(50% - 12px);
    margin: 6px;
    cursor: pointer;
    padding-top: calc(50% - 12px);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.page_collection .small_img .img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page_collection .title_block {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    text-align: center;
}
.page_collection .title1 {
    color: #939396;
    font-size: 18px;
}
.page_collection .title2 {
    color: #d39251;
    font-size: 27px;
}
.page_collection .title3 {
    margin-top: -5px;
    font-family: var(--aston);
    font-size: 13px;
    color: #919194;
}
.page_collection .title4 {
    margin-top: -5px;
    color: #d39251;
    font-size: 49px;
}
.page_collection .text {
    color: #d39251;
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    display: flex;
    align-items: center;
    text-align: center;
}
.page_collection .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-column: 3 / 5;
    grid-row: 1 / 4;
}
.page_collection .tabl_info {
    display: block;
    border: 2px solid #939396;
    color: #939396;
    margin: 12px 0 60px;
    margin-left: 30px;
    padding: 20px;
    width: 100%;
    font-size: 14px;
}
.page_collection .tabl_info div:nth-of-type(2n) {
    margin-bottom: 10px;
}
.page_collection .tabl_info tr {
    vertical-align: top;
}
.section_slider {
    padding-top: 40px;
}
.section_slider .title {
    color: #d39251;
    font-size: 48px;
}
.section_slider .text {
    color: #aeb3b3;
}
.section_slider .block {
    display: block;
    position: relative;
    padding: 0 10px;
}
.section_slider .block .discont {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
}
.section_slider .block .discont .img_discont {
    margin-right: 5px;
    width: 35px;
}
.section_slider .block .img {
    width: 100%;
}
.splide_collection .block .img {
    transition: 0.5s all;
    transform: scale(1);
}
.splide_collection .block:hover .img {
    transform: scale(1.2);
}
.splide_collection .block {
    padding: 30px 10px;
}
.section_slider .block .img_wrap_square {
    position: relative;
    padding-top: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section_slider .block .img_wrap_square .img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
}
.section_slider .block .name {
    text-align: center;
    color: #adb3b3;
    font-size: 16px;
    position: relative;
    z-index: 4;
}
.section_slider .splide__arrow--prev {
    border: 0;
    background: url("../img/arrow_left.png") center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 30px;
    left: -12px;
}
.section_slider .splide__arrow--next {
    border: 0;
    background: url("../img/arrow_right.png") center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 30px;
    right: -12px;
}
.splide__arrow svg {
    display: none;
}
.section_slider .splide {
    padding-left: 12px;
    padding-right: 12px;
}
.section_slider .title_articles {
    margin-top: 20px;
    font-size: 20px;
    color: #d39251;
}
.section_slider .text_articles {
    font-size: 14px;
    color: #aeb3b3;
    margin-bottom: 0;
}
.page_video {
    background: url("../img/background_video.jpg") center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 150px;
}
.page_video .title1 {
    color: #d39251;
    font-size: 24px;
}
.page_video .title2 {
    font-family: var(--aston);
    font-size: 22px;
    color: #9a9a9c;
}
.page_video .text {
    color: #d39251;
    margin-top: 60px;
}
.page_video .btn_video_wrap {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 100px;
}
.page_video .btn_video {
    display: block;
    background: url("../img/video_btn.png") center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 73px;
    height: 73px;
    cursor: pointer;
}
.modal_video .modal-content {
    overflow: hidden;
}
.modal_video .modal-body {
    padding: 0;
}
.modal_video .video_wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.modal_video .video_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.page_video .btn_white_wrap {
    display: flex;
    justify-content: flex-start;
    margin-top: 30px;
}
.section_header_and_footer {
}
.footer {
    background: #fff;
    padding: 30px 15px;
    color: #000;
    font-size: 16px;
    margin-top: 50px;
    position: relative;
    border-top: 1px solid #ccc;
}
.footer .flex {
    display: flex;
    justify-content: space-evenly;
}
.footer a,
.footer a:hover {
    color: #000;
}
.footer .block {
    margin: 0 15px;
}
.footer .title {
    color: #000;
    font-size: 24px;
    height: 40px;
}
.footer .text {
    margin-top: 10px;
    font-family: var(--fontin);
    font-size: 14px;
}
.footer .text p {
    margin-bottom: 4px;
}
.footer .nav_foot {
    display: flex;
    width: 100%;
    padding: 0;
}
.footer .nav_foot .li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.footer .nav_foot .href {
    margin: 0 15px 0 0;
}
.section_age {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    z-index: 111111;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    min-height: 530px;
    overflow-y: scroll;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 12px;
}
.section_age .form_wrap {
    background: url("../img/background_general.jpg") center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    padding: 30px 24px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 530px;
}
.section_age .form_cont {
    width: 100%;
    max-width: 700px;
}
.section_age .img_cont {
    text-align: center;
}
.section_age .img {
    max-width: 150px;
}
.section_age .title {
    text-align: center;
    font-family: var(--aston);
    font-size: 24px;
    margin-top: 30px;
    color: #878c8d;
}
.section_age .number_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    grid-column-gap: 20px;
    margin-top: 50px;
}
.section_age .number_input {
    text-align: center;
    background: transparent;
    padding: 30px 10px;
    outline: none;
    border: 0;
    border-bottom: 2px solid #515255;
    border-top: 2px solid #515255;
    color: #d39251;
    font-size: 50px;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
}
.section_age .number_input::placeholder {
    color: #d39251;
}
.section_age .number_input::-webkit-outer-spin-button,
.section_age .number_input::-webkit-inner-spin-button {
    display: none;
}
.section_age .checkbox_wrap {
    margin-top: 30px;
}
.section_age .checkbox_label {
    margin-top: 30px;
    padding-left: 40px;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 30px;
}
.section_age .checkmark {
    font-size: 16px;
    color: #878c8d;
}
.section_age .checkmark:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: transparent;
    border: 2px solid #515255;
    left: 0;
    top: 0;
    position: absolute;
}
.section_age input:checked ~ .checkmark:after {
    background: #d39251;
    border: 2px solid #d39251;
}
.section_age .checkbox {
    display: none;
}
.section_age .btn_wrap {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.page_carousel {
    min-height: calc(400px + var(--heightNav));
    height: 100vh;
}
.page_carousel .carousel {
    width: 100%;
    height: 100%;
}
.page_carousel .carousel-inner {
    height: 100%;
}
.page_carousel .carousel-item {
    height: 100%;
}
.page_carousel .block {
    padding-top: var(--heightNav);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.page_carousel .block .img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.page_carousel .carousel-indicators button {
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
    background: transparent;
    opacity: 1;
    margin: 0 8px;
}
.page_carousel .carousel-indicators button.active {
    background: #fff;
}
.page_carousel .text {
    position: relative;
    z-index: 2;
    padding: 20px 0 20px 20px;
    width: 50%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 50%;
}
.page_carousel .img_text {
    width: 500px;
    max-width: 100%;
    margin-bottom: 40px;
}
.page_carousel .btn_white {
    margin-right: 20px;
}
.page_carousel .block_video .title1 {
    color: #d39251;
    font-size: 24px;
}
.page_carousel .block_video .title2 {
    font-family: var(--aston);
    font-size: 22px;
    color: #9a9a9c;
}
.page_carousel .block_video .text_video {
    color: #d39251;
    margin-top: 60px;
    margin-bottom: 20px;
}
.page_carousel .block_video .btn_video_wrap {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 100px;
}
.page_carousel .block_video .btn_video {
    display: block;
    background: url("../img/video_btn.png") center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 73px;
    height: 73px;
    cursor: pointer;
}
.page_carousel .container_video {
    position: relative;
    z-index: 30;
}
.page_carousel .btn_white_wrap {
    display: flex;
    justify-content: flex-start;
    margin-top: 30px;
}
.section_articles_news {
    padding-top: 40px;
}
.section_articles_news .title {
    color: #d39251;
    font-size: 48px;
}
.section_articles_news .subtitle {
    font-size: 24px;
    color: #d39251;
}
.section_articles_news .img_cont {
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
}
.section_articles_news .img {
    width: 100%;
    max-width: 300px;
}
.section_articles_news .subtitle2 {
    margin-top: 24px;
    font-size: 20px;
    color: #d39251;
    margin-bottom: 8px;
}
.section_articles_news p {
    margin-bottom: 24px;
    color: #aeb3b3;
}
.img_cont_100 {
    width: 100%;
}
.img_cont_100 .img {
    width: 100%;
    max-width: 100%;
}
.modal_newsletter {
}
.modal_newsletter .modal-content {
    background: url("../img/background_general_red.jpg") center center no-repeat;
}
.modal_newsletter .header {
    position: relative;
    display: flex;
    width: 100%;
    padding-top: 12px;
}
.modal_newsletter .header .text_close {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: 100%;
    justify-content: space-between;
}
.btn_close {
    display: block;
    background: url("../img/close.png") center center no-repeat;
    background-size: 25px auto;
    width: 30px;
    height: 30px;
    box-shadow: none;
    border: 0;
}
.modal_newsletter .title {
    text-align: right;
    color: #d39251;
}
.modal_newsletter .form {
    padding: 24px 12px 12px;
    width: 100%;
}
.modal_newsletter .input_text {
    margin-bottom: 12px;
    padding: 12px;
    font-weight: 600;
    color: #fff;
    border: 2px solid #fff;
    width: 100%;
    background: transparent;
    box-sizing: none;
    border-radius: 0;
    outline: none;
}
.modal_newsletter .input_text::placeholder {
    color: #fff;
}
.modal_newsletter .input_button {
    padding: 12px;
    font-weight: 600;
    color: #d39251;
    border: 2px solid #d39251;
    width: 100%;
    background: transparent;
}
.modal_newsletter .invalid-feedback {
    color: #fff;
}
.section_partners {
    padding-top: 40px;
}
.section_partners .partner {
    height: 400px;
    width: 100%;
    position: relative;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.section_partners .partner .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    z-index: 1;
}
.section_partners .partner .title {
    margin-top: 16px;
    margin-left: 16px;
    margin-bottom: 16px;
    font-size: 24px;
    color: #d39251;
    position: relative;
    z-index: 2;
}
.section_partners .partner .text {
    margin-bottom: 16px;
    margin-left: 16px;
    color: #fff;
    position: relative;
    z-index: 2;
    max-width: 500px;
}
.section_partners .partner .btn_gold {
    margin-left: 24px;
    position: relative;
    z-index: 2;
}
.s_land_lamaison .title {
    color: #d39251;
    font-size: 48px;
}
.s_land_lamaison .text {
    color: #aeb3b3;
}
.s_land_lamaison .img_wrap {
    display: flex;
    width: 100%;
    margin-top: 20px;
}
.s_land_lamaison .img_wrap .img_cover {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.s_land_lamaison .img_wrap .img_cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.s_land_lamaison .text_wrap {
    width: 30%;
    padding-left: 60px;
    padding-right: 10%;
}
.s_land_lamaison .text_wrap .name {
    font-size: 30px;
    color: #d39251;
    display: inline-block;
    line-height: 1.1;
    margin-bottom: 6px;
}
.s_land_lamaison .text_wrap .subtitle {
    font-size: 20px;
    color: #aeb3b3;
    line-height: 1.1;
    padding-left: 20px;
    margin-bottom: 6px;
}
.s_land_lamaison .text_wrap .text_min {
    color: #aeb3b3;
    padding-left: 20px;
    margin-bottom: 10px;
}
.footer .img_logo_wrap {
    margin-top: 20px;
    margin-bottom: 60px;
    padding: 0 15px;
}
.footer .img_logo_wrap .img_logo {
    width: 130px;
}
.section_age_new {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    z-index: 111111;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    padding: 0;
}
.section_age_new .form_wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 500px;
}
.section_age_new .img_cont {
    text-align: center;
}
.section_age_new .img {
    max-width: 150px;
    width: 100%;
}
.section_age_new .title {
    text-align: center;
    font-size: 20px;
    margin-top: 30px;
    color: #fff;
}
.section_age_new .checkbox_wrap {
    margin-top: 30px;
}
.section_age_new .checkbox_label {
    margin-top: 30px;
    padding-left: 30px;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 30px;
    width: 160px;
    margin: 30px auto 0;
}
.section_age_new .checkmark {
    font-size: 16px;
    color: #fff;
}
.section_age_new .checkmark:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 2px solid #fff;
    left: 0;
    top: 4px;
    position: absolute;
}
.section_age_new input:checked ~ .checkmark:after {
    background: #d39251;
    border: 2px solid #d39251;
}
.section_age_new .checkbox {
    display: none;
}
.section_age_new .btn_wrap {
    display: flex;
    justify-content: center;
}
.section_age_new input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(#fff, #fff);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    z-index: 5;
}
.section_age_new input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 10px;
    width: 10px;
    background: #fff;
    cursor: ew-resize;
    transform: rotate(45deg);
    cursor: pointer;
}
.section_age_new input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    height: 10px;
    width: 10px;
    background: #fff;
    cursor: ew-resize;
    transform: rotate(45deg);
    cursor: pointer;
}
.section_age_new input[type="range"]::-ms-thumb {
    -webkit-appearance: none;
    height: 10px;
    width: 10px;
    background: #fff;
    cursor: ew-resize;
    transform: rotate(45deg);
    cursor: pointer;
}
.section_age_new .range-wrap {
    position: relative;
    margin-top: 100px;
    padding-left: 22px;
    padding-right: 22px;
}
.section_age_new .range-wrap .text {
    color: #fff;
    text-align: center;
    margin-top: -30px;
    margin-bottom: 30px;
}
.section_age_new .range {
    width: 100%;
}
.section_age_new .bubble {
    z-index: 2;
    color: #fff;
    position: relative;
    width: 40px;
    height: 40px;
    padding-top: 9px;
    text-align: center;
    transform: translateX(-50%);
    top: -66px;
}
.section_age_new .bubble::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    transform: rotate(45deg);
    top: 0;
    left: 0;
}
.section_cart {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    z-index: 111111;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    min-height: 530px;
    overflow-y: scroll;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section_cart .form_wrap {
    /*    background: url("../img/background_general.jpg") center center no-repeat;    -webkit-background-size: cover;    background-size: cover;*/
    background: #fff;
    position: relative;
    padding: 30px 24px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}
.section_cart .splide_cart {
    background: #fff;
}
.section_cart .splide_cart .img {
    width: 100%;
}
.section_cart .splide__arrow--prev {
    border: 0;
    background: url("../img/arrow_left.png") center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 30px;
    left: 0px;
}
.section_cart .splide__arrow--next {
    border: 0;
    background: url("../img/arrow_right.png") center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 30px;
    right: 0px;
}
.section_cart svg {
    display: none;
}
.section_cart .logo {
    width: 100px;
}
.section_cart .add_list {
    display: block;
    background: url("../img/add_list.png") center top no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
    padding-top: 30px;
    text-align: center;
    color: #aeb3b3;
}
.section_cart .text_cont {
    padding-left: 60px;
}
.section_cart .title {
    margin-top: 20px;
    color: #d39251;
    font-size: 20px;
}
.section_cart .parameter {
    color: #aeb3b3;
    margin-right: 20px;
}
.section_cart .add_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
    margin-top: 30px;
}
.section_cart .add_wrap > * {
    font-family: var(--fontin);
    z-index: 2;
    height: 46px;
    padding: 5px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section_cart .add_wrap > * span {
    font-size: 24px;
}
.section_cart .grey_left {
    margin-left: 8px;
    background: #adb3b3;
    position: relative;
    color: #231f20;
}
.section_cart .grey_left:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 20px;
    left: -8px;
    top: 0;
    background: url("../img/btn_grey_before.png") center left no-repeat;
    background-size: contain;
    z-index: -1;
}
.section_cart .grey_right {
    margin-right: 8px;
    background: #adb3b3;
    position: relative;
    color: #231f20;
}
.section_cart .grey_right:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 20px;
    right: -8px;
    top: 0;
    background: url("../img/btn_grey_after.png") center left no-repeat;
    background-size: contain;
    z-index: -1;
}
.section_cart .gold_left {
    margin-left: 8px;
    background: #d39251;
    position: relative;
}
.section_cart .gold_left:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 20px;
    left: -8px;
    top: 0;
    background: url("../img/btn_gold_before.png") center left no-repeat;
    background-size: contain;
    z-index: -1;
}
.section_cart .gold_right {
    margin-right: 8px;
    background: #d39251;
    position: relative;
}
.section_cart .gold_right:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 20px;
    right: -8px;
    top: 0;
    background: url("../img/btn_gold_after.png") center left no-repeat;
    background-size: contain;
    z-index: -1;
}
.section_cart .add_wrap .gold_left span,
.section_cart .add_wrap .gold_right span {
    font-size: 24px;
    color: #000;
    font-family: var(--fontin);
    margin-left: 20px;
}
.section_cart .add_wrap .gold_left .img,
.section_cart .add_wrap .gold_right .img {
    width: 20px;
    margin-right: 20px;
}
.section_cart .line_wrap {
    border-top: 1px solid #aeb3b3;
    margin-top: 30px;
    font-family: var(--fontin);
}
.section_cart .line_wrap .line {
    padding: 10px 0;
    border-bottom: 1px solid #aeb3b3;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section_cart .line_wrap .line .name {
    color: #aeb3b3;
}
.section_cart .line_wrap .line .info {
    color: #000;
}
.section_cart .btn_wrap {
    margin-top: 50px;
    padding: 0 8px;
}
.section_cart .btn_wrap .btn_gold {
    height: 46px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
    font-size: 24px;
    padding: 5px 35px;
    font-family: var(--fontin);
    color: #000;
}
.section_cart .btn_wrap .btn_gold:before,
.section_cart .btn_wrap .btn_gold:after {
    width: 20px;
}
.section_cart .btn_wrap .btn_gold .img {
    height: 30px;
    margin-right: 10px;
}
.section_cart .btn_wrap .btn_gold .number {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background: #fff;
    border-radius: 50%;
    font-family: var(--fontin);
}
.section_login {
}
.section_login .form_wrap {
    background: #fff;
    position: relative;
    padding: 30px 24px 50px;
    height: 100%;
    width: 100%;
}
.section_login .form_cont {
    max-width: 700px;
    width: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 50%, rgba(255, 255, 255, 0) 100%);
    padding: 20px 50px 30px;
}
.section_login .title {
    text-align: center;
    color: #d39251;
    font-size: 48px;
}
.section_login .subtitle {
    text-align: center;
    color: #aeb3b3;
    font-family: var(--fontin);
}
.section_login .input_wrap {
    position: relative;
    margin-top: 5px;
    display: flex;
    align-items: center;
}
.section_login .input_wrap .pass {
    position: absolute;
    right: 20px;
    text-decoration: underline;
    color: #d39251;
    font-family: var(--fontin);
}
.section_login .input {
    width: 100%;
    border: 1px solid #d39251;
    color: #000;
    outline: none;
    box-shadow: none;
    background: transparent;
    padding: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}
.section_login .input:placeholder {
    color: #aeb3b3;
}
.section_login .btn_wrap {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
.section_login .btn_gold,
.section_login .btn_gold:hover {
    font-size: 20px;
    padding: 0;
    max-width: 250px;
    width: 100%;
    height: 44px;
}
.section_login .btn_gold:before {
    width: 20px;
}
.section_login .btn_gold:after {
    width: 20px;
}
.section_login .btn_plus_wrap {
    text-align: center;
    color: #aeb3b3;
    font-family: var(--fontin);
    margin-top: 4px;
}
.section_login .btn_plus_wrap a {
    text-decoration: underline;
    color: #aeb3b3;
}
.section_login .cos_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #d39251;
    padding: 5px 20px;
    margin-top: 20px;
}
.section_login .cos_wrap > a {
    display: block;
    color: #aeb3b3;
    min-height: 40px;
    padding: 10px;
    font-family: var(--fontin);
    font-family: 20px;
}
.section_login .cos_wrap .fb_button {
    background: url("../img/btn_fb.png") left center no-repeat;
    background-size: 40px auto;
    padding-left: 50px;
}
.section_login .cos_wrap .google_button {
    background: url("../img/btn_google.png") right center no-repeat;
    background-size: 40px auto;
    text-align: right;
    padding-right: 50px;
}
.section_checout {
    position: fixed;
    background: #fff;
    z-index: 111111;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    min-height: 530px;
    overflow-y: scroll;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section_checout .form_wrap {
    /*background: url("../img/background_general.jpg") center center no-repeat;    -webkit-background-size: cover;    background-size: cover;*/
    position: relative;
    padding: 30px 0px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}
.section_checout .minititle {
    color: #fff;
    font-family: var(--fontin);
    font-size: 20px;
}
.section_checout .logo {
    height: 150px;
}
.section_checout .bg-white {
    background: #fff;
}
.section_checout .btns_wrap {
    margin-top: 50px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.section_checout .btns_wrap > * {
    margin-bottom: 6px;
    text-align: center;
    width: 300px;
    max-width: 90%;
    color: #000;
}
.section_checout .pay_img {
    height: 24px;
}
.section_checout .more {
    font-family: var(--fontin);
    color: #231f20;
}
.section_checout .list {
    overflow-y: scroll;
    height: 100%;
}
.section_checout .block_product {
    margin-bottom: 20px;
    display: flex;
    padding-right: 30px;
    flex-wrap: wrap;
}
.section_checout .block_product:last-of-type {
    margin-bottom: 0;
}
.section_checout .block_product .wrap_img_product {
    width: 25%;
    margin-right: 3%;
    text-align: center;
}
.section_checout .block_product .img_product {
    width: 100%;
}
.section_checout .block_product .text {
    width: 72%;
}
.section_checout .block_product .title {
    color: #d39251;
    font-size: 20px;
}
.section_checout .block_product .parameter {
    color: #aeb3b3;
    margin-right: 20px;
}
.section_checout .block_product .table {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid #aeb3b3;
    border-top: 1px solid #aeb3b3;
}
.section_checout .block_product .table .title_table {
    color: #aeb3b3;
    border-bottom: 1px solid #aeb3b3;
    font-family: var(--fontin);
    padding: 6px 0;
}
.section_checout .block_product .table > div:nth-child(3n + 1) {
    text-align: left;
    width: 40%;
}
.section_checout .block_product .table > div:nth-child(3n + 2) {
    text-align: center;
    width: 20%;
}
.section_checout .block_product .table > div:nth-child(3n + 3) {
    text-align: right;
    width: 40%;
}
.section_checout .block_product .price {
    font-family: var(--fontin);
    padding: 6px 0;
}
.section_checout .block_product .table .count {
    background: #d39251;
    font-size: 24px;
}
.section_checout .block_product .table span {
    font-size: 24px;
}
.section_checout .back_wrap {
    margin-top: 20px;
    text-align: right;
}
.section_checout .back_wrap .back {
    color: #231f20;
}
.video_container {
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
}
.video_container iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.page_collection .small_img_wrap{
	height: 100%;
	align-items: flex-end;
}
.page_collection .big_img{
	display: flex;
    align-items: flex-end;
	margin-bottom: calc( (100vw - 700px)/(1400 - 700) * (6 - 3) + 3px);
}
.page_collection .info{
	justify-content: space-between;
}