html {
    scroll-behavior: smooth !important;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;

    /*overscroll-behavior: contain !important;*/
    /*-webkit-overscroll-behavior: contain !important;*/
    /*-moz-overscroll-behavior: contain !important;*/
}

@media (min-width: 1440px) {
    .container {
        max-width: 1440px;
    }
}

@media (max-width: 1440px) {
    .container {
        max-width: 1280px;
    }
}

@media (max-width: 1280px) {
    .container {
        max-width: 1120px;
    }
}

@media (max-width: 1120px) {
    .container {
        max-width: 960px;
    }
}

@media (max-width: 991px) {
    .container {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 5px;
    }
}

@media (max-width: 575px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.lock {
    overflow-y: hidden !important;
    overflow-x: hidden !important
}

header {
    display: flex;
    align-items: center;
    height: 175px;
    flex-shrink: 0;
    background-color: #fff;
    /*-webkit-transition: all 0.5s ease;*/
    /*transition: all 0.5s ease;*/
    -webkit-box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.13);
}

.address {
    display: flex !important;
    align-items: center !important;
}

.beautiful-color {
    cursor: pointer;
    padding-left: 0 !important;
}

.header {
    display: flex;
    justify-content: space-between;
}

.nav__centerOne > ul {
    display: flex;
    align-items: center;
}

.short__info {
    display: flex;
    align-items: center;
}

.short__img {
    margin-right: 10px;
    width: 36px;
    height: 36px;
}

.call {
    font-family: "Lora", sans-serif;
    font-weight: 700;
    color: #395167;
    font-size: 16px;
    width: max-content;
}

.mail {
    font-family: "Lora", sans-serif;
    color: #A4A7AA;
    font-size: 16px;
    width: max-content;
}

.call:hover {
    color: #395167;
    text-decoration: none;
}

.mail:hover {
    color: #A4A7AA;
    text-decoration: none;
}

.address {
    display: block;
    font-family: "Lora", sans-serif;
    font-weight: 400;
    color: #395167;
    font-size: 16px;
    width: 127px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    min-height: 60px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.address:hover {
    color: #395167;
    text-decoration: none;
}

.header__center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo {
    width: 99px;
    height: 99px;
}

.nav__center {
    margin-top: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
}

.nav__center-fix {
    width: max-content;
    position: absolute;
    top: 20%;
    left: 20%;
    transform: none !important;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
}

.nav__center ul {
    list-style: none;
    padding: 0;
    margin: auto;
    height: 25px;
    padding: 10px;
    /*overflow: hidden;*/
}

.dropdown-menu-prod > li {
    width: 100%;
}

.nav__center ul li {
    display: inline-block;
    user-select: none;
}

.nav__link {
    font-family: "Lora", sans-serif;
    font-weight: 700;
    color: #173651;
    font-size: 17px;
    letter-spacing: 2px;
    padding-left: 14px;
}

.nav__link:hover {
    color: #C6A00C;
    text-decoration: none;
}

.nav__link:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 14px;
    background-color: #C7C7C7;
    margin-left: 14px;
}

.dropdown__li__span {
    content: '';
    display: inline-block;
    width: 1px;
    height: 14px;
    background-color: #C7C7C7;
    margin-left: 14px;
}

li:last-child > a:after {
    display: none;
}

.lang__select {
    outline: none !important;
    border: none;
    color: #173651 !important;
    border-left: 1px solid rgba(112, 112, 112, 0.39);;
    padding-left: 0px;
    position: absolute;
    font-family: 'Lora', sans-serif;
    right: 0;
    bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.lang__select a {
    padding-left: 10px;
    color: #173651;
}

.lang__select:focus, .lang__select:active {
    outline: none !important;
    border: none !important;
}

.lang__item {
    color: #173651;
}

.lang__item:hover {
    color: #C6A00C;
    background-color: #ffffff;
}

.dropdown-p-toggle:after {
    display: none;
}

.dropdown__link:after {
    display: none;
}

.prod__item {
    font-family: "Lora", sans-serif;
    font-weight: 700;
    color: #173651;
    font-size: 17px;
    letter-spacing: 2px;
    width: 100%;
    display: block;
    white-space: nowrap;
}

.prod__item:focus {
    background-color: #fff;
    color: #173651;
}

.prod__item:hover {
    width: inherit;
    color: #9C8D60;
    background: none;
}

.dropdown-menu {
    height: auto !important;
}

.dropdown-style-new {
    position: relative !important;
}

.dropdown-menu-prod {
    min-width: 130px !important;
    margin-left: auto !important;
    flex-direction: column !important;
    align-items: center !important;
    position: absolute !important;
    top: 37px !important;
    z-index: 999 !important;
    left: 8px !important;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    height: max-content !important;
    box-sizing: border-box !important;
    display: none;
}

.dropdown-menu-prod > li {
    margin-right: auto !important;
    padding: 10px 15px;
    box-sizing: border-box;
}

.dropdown-menu-prod > li:last-child {
    margin-bottom: 0;
}

.dropdown-menu li {
    display: block !important;
}

.dropdown-menu.show {
    display: block;
    -webkit-box-shadow: 0px 4px 11px -3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px 11px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 11px -3px rgba(0, 0, 0, 0.2);
    border: 0 !important;
}

.designcolor {
    color: #C6A00C !important;
}

.catalog-dropdown {

    position: relative;
}

.catalog-dropdown-position {
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid black;
    background-color: red;
}

.lang__select > .dropdown-menu {
    top: 30px !important;
    left: inherit !important;
    right: 0 !important;
    transform: translate3D(0, 0, 0) !important;
}

a:hover {
    text-decoration: none;
}

main {
    /*transition: filter 0.2s ease-in-out;*/
    flex: 1 0 auto;
}

body .compensate-for-scrollbar {
    /*overflow-y: scroll !important;*/
    /*overflow-x: hidden !important;*/
    /*margin-right: 0 !important;*/
}

footer {
    background-color: #F9F8F8;
    width: 100%;
    padding-top: 30px;
    flex-shrink: 0;
}

.footer-link {
    font-family: 'Lora', sans-serif;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 900;
    color: #173651;
    margin-top: 15px;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
}

.footer-link:hover {
    color: #9C8D60;
}

.footer-link-href {
    font-size: 15px;
    color: #12161A;
    font-family: 'Lora', sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
}

.footer-link-href:last-child {
    margin-bottom: 0;
}

.footer-link-href:hover {
    color: #12161A;
    text-decoration: none;
}

.footer-insta-facebook {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.footer-info {
    color: #12161A;
    font-family: 'Lora', sans-serif;
    font-size: 15px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.footer-icon-link {
    color: #ffffff;
    background-color: #8493a0;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    margin-right: 5px;
    margin-bottom: 5px;
    height: 30px;
    transition-duration: 0.3s;
}

.footer-icon-link:hover {
    color: #707070;
    background-color: #c2ccd6;
    text-decoration: none;
}

.footer-icon {
    padding: 7.5px;
}

.all-rigths-reserved {
    color: #12161A;
    font-family: 'Lora', sans-serif;
    font-size: 15px;
    background: #ffffff;
}

.link-astudio {
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
}

.link-astudio:hover {
    border-bottom: 1px solid #000;
}

.bars__icon {
    color: #7B6D1D;
}

.open__menu {
    display: none;
    align-items: center;
    width: 38px;
    height: 38px;
    margin-top: auto;
    margin-bottom: auto;
}

.mobile__modal {
    width: 100%;
    height: 100vh !important;
    position: fixed;
    top: 87px;
    bottom: 0;
    right: -9999px !important;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    transition: 0.4s all !important;
    -webkit-transition: 0.4s all !important;
    -moz-transition: 0.4s all !important;
}

.mobile__modal.active {
    display: flex;
    justify-content: flex-end;
    left: 0;
    right: 0 !important;
}

.top84 {
    top: 83px !important;
}

.mobile__menu {
    position: static !important;
    width: 70%;
    background-color: #FFFFFF;
    z-index: 100;
    overflow: auto !important;
}

.mobile__menu ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 20px;
    margin-top: 75px;
    margin-bottom: 100px;
}

.mobile__menu ul li ul {
    font-size: 18px;
    margin: 0 !important;
    margin-top: 17px !important;
}

.mobile__menu ul li {
    margin-bottom: 18px;
}

.mobile__menu ul li:last-child {
    margin-bottom: 0;
}

.mobile__menu ul li a {
    font-size: 17px;
    font-weight: 700;
    font-family: 'Lora', sans-serif;
    color: #173651;
    margin-bottom: 24px;
}

.mobile__menu ul li ul li:first-child {
    font-size: 18px;
}

.mobile__menu ul li ul li a:first-child {
    margin-top: 163px;
    font-size: 16px;
}

.mobile__inner {
    margin: 0 !important;
}

.mobile__inner li a {
    font-size: 18px !important;
}

.mobile__inner li:nth-child(1) {
    margin-top: 24px;
}

.languages__mobile {
    float: right;
    margin-right: 30px;
    margin-top: 30px;
}

.languages__mobile a {
    color: #173561;
    font-size: 15px;
    font-family: 'Lora', sans-serif;
    font-weight: 700;
}

.languages__mobile a:hover {
    color: #C6A00C;
    text-decoration: none;
}

.languages__mobile a:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 14px;
    background-color: #C7C7C7;
    margin-right: 24px;
    margin-left: 24px;
}

.languages__mobile a:nth-child(1):before {
    display: none;
}

#backtopbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #9C8D60;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 45px;
    right: 30px;
    display: none;
    z-index: 1000;
    transition: 0s all !important;
    transition-duration: inherit !important;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
}

#backtopbtn.showw {
    display: flex;
}

#backtopbtn:hover {
    text-decoration: none;
}

#backtopbtn:focus {
    background-color: #F0EFEA;
    color: #fff;
}

.short__img-mobile {
    display: none;
}

.header-end {
    display: flex;
    justify-content: flex-end;
}

.nav_link_active {
    color: #C6A00C;
}

#scroller {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    cursor: pointer;
    opacity: 0.6;
    border: 1px solid #9C8D60;
    background: #9C8D60;
    z-index: 10;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
}

#scroller:hover {
    background-color: #fff;
    border: 1px solid #9C8D60;
}

.minus-z-index {
    z-index: -1 !important;
}

@media (min-width: 992px) {
    .mobile__phone, .mobile__search {
        display: none;
    }

    .header-icons-move.active, .logo-move.active {
        display: flex;
    }

    #backtop:hover {
        background-color: #F0EFEA;
        color: #fff;
        text-decoration: none;
    }

    .selected, .selected:hover {
        font-weight: 700;
        font-size: 16px;
        color: #173651;
    }

    .sticky + main {
        padding-top: 170px;
    }

    .sticky .short__info {
        display: none;
    }

    .sticky .lang__select {
        display: none;
    }

    .sticky .logo__wrap {
        transform: scale(0.8);
        width: 0;
    }

    .sticky .header__center {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .sticky {
        position: fixed;
        top: -1px;
        width: 100%;
        z-index: 20;
        height: 85px;
    }
}

@media (max-width: 1440px) {
    header {
        height: 155px;
    }

    .logo {
        width: 84px;
        height: 84px;
    }

    .short__img {
        margin-right: 8px;
        width: 32px;
        height: 32px;
    }

    .address, .mail {
        font-size: 15px;
    }

    .nav__link {
        font-size: 16px;
        padding-left: 8px;
    }

    .nav__link:after {
        margin-left: 8px;
    }

    .dropdown-menu-prod > li {
        padding: 10px 0px;
    }
}

@media (max-width: 1300px) {
    .prod__item {
        font-size: 16px;
    }
}

@media (max-width: 1280px) {
    .logo {
        width: 78px;
        height: 78px;
    }

    .address, .mail {
        font-size: 14px;
    }

    .nav__link {
        font-size: 15px;
    }
}

@media (max-width: 1120px) {
    .logo {
        width: 74px;
        height: 74px;
    }

    .short__img {
        margin-right: 6px;
        width: 30px;
        height: 30px;
    }

    .address, .mail {
        font-size: 13px;
    }

    .nav__link {
        font-size: 14px;
    }

    .prod__item {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .all-rigths-reserved > div {
        flex-direction: column;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        padding-bottom: 8px;
        margin-bottom: 0 !important;
    }

    footer {
        padding-top: 24px;

    }

    footer > div {
        margin: 0 !important;
    }

    .blog {
        margin: 45px auto !important;
    }

    .parallax-div {
        margin-top: 0 !important;
    }

    .footer-link {
        margin-top: 7px;
    }

    .all-rigths-reserved > div > p {
        margin-bottom: 4px;
    }

    .all-rights-reserved > div > p:last-child {
        margin-bottom: 0;
    }

    .mobile__menu ul, .languages__mobile {
        margin-right: 0;
    }

    .lang__select {
        display: none;
    }

    .adress_info {
        display: none;
    }

    .nav__center {
        display: none;
    }

    .logo {
        width: 70px;
        height: 70px;
    }

    .call {
        font-size: 14px
    }

    .mail {
        font-size: 11px;
    }

    .open__menu {
        display: block;
        margin-left: 109px;
    }

    .bar1, .bar2, .bar3 {

    }

    .bar {
        width: 38px;
        height: 3px;
        border-radius: 50px;
        background-color: #AFA37D;
        margin: 6px 0;
        transition: 0.4s;
    }

    .bar3 {
        width: 26px;
        margin-left: auto;
    }

    .bar3-full-width {
        width: 38px;
    }

    .bar1.active {
        -webkit-transform: rotate(-45deg) translate(-8px, 6px);
        -moz-transform: rotate(-45deg) translate(-8px, 6px);
        -ms-transform: rotate(-45deg) translate(-8px, 6px);
        transform: rotate(-45deg) translate(-8px, 6px);
    }

    .bar2.active {
        opacity: 0;
    }

    .bar3.active {
        -webkit-transform: rotate(45deg) translate(-5px, -6px);
        -moz-transform: rotate(45deg) translate(-5px, -6px);
        -ms-transform: rotate(45deg) translate(-5px, -6px);
        transform: rotate(45deg) translate(-5px, -6px);
    }

    .mobile__menu {
        position: static !important;
        display: block;
        margin-left: auto;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .all-rigths-reserved {
        font-size: 13px;
        padding: 0 30px;
    }

    .mobile__menu ul li a {
        margin-bottom: 0;
    }

    .mobile__menu ul li ul {
        display: flex !important;
        justify-content: flex-end !important;
    }

    header {
        width: 100%;
        z-index: 1000;
        position: fixed;
        height: 88px;
        background-color: #fff;
        top: -1px;
    }

    main {
        padding-top: 87px;
    }

    #mobile-ul > li > ul > li {
        margin-bottom: 10px;
    }

    .mobile__menu ul li {
        margin-bottom: 17px;
    }
}

@media (max-width: 576px) {
    .call, .mail {
        display: none;
    }

    .short__img {
        display: none;
    }

    .short__img-mobile {
        display: block;
        width: 40px;
        height: 40px;
    }

    main {
        padding-top: 59px;
    }

    .all-rigths-reserved {
        font-size: 10px;
        padding: 0 15px;
    }

    .call__info {
        width: 48px;
    }

    .languages__mobile a {
        font-size: 12px;
    }

    .mobile__menu ul li a {
        font-size: 15px;
        margin-left: 22px;
    }

    .mobile__menu ul li ul li a:first-child {
        margin-top: 163px;
        font-size: 13px;
    }

    .production__inner li a {
        font-size: 13px !important;
    }

    .languages__mobile a:before {
        margin: 0 10px;
    }

    .open__menu {
        margin-left: 36px;
    }

    header {
        height: 60px;
    }

    .logo {
        width: 50px;
        height: 50px;
    }

    .mobile__modal {
        top: 58px !important;
    }

    #scroller {
        width: 40px;
        height: 40px;
    }

    .mobile__menu ul li {
        margin-bottom: 17px;
    }

    #mobile-ul > li > ul > li {
        margin-bottom: 10px;
    }

    #mobile-ul > li > ul > li:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 775px) and (max-height: 775px) {
    header {
        position: static;
    }

    main {
        padding: 0;
    }

    .sticky {
        position: static !important
    }

    .sticky + main {
        padding: 0 !important;
    }
}