@font-face  {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: auto;
    font-display: swap;
}
@font-face  {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: auto;
    font-display: swap;
}
@font-face  {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: auto;
    font-display: swap;
}
@font-face  {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: auto;
    font-display: swap;
}
@font-face  {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: auto;
    font-display: swap;
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
    background-color:#000000;
}
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*ШАБЛОНЫ*/
body,li,a,p,span,h1,h2,h3,h4,h5,h6, button{font-family:'Montserrat',sans-serif;}
p,ul,ol {
    font-style: normal;
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    line-height: 144%;
}
p {
    margin: 0 0 10px 0;
}
a {
    text-decoration: none;
    transition: all .25s;
}
a:hover {
    text-decoration: underline;
    transition: all .25s;
}
p a {
    text-decoration: underline;
}
img {
    max-width: 100%;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 940px) {
    .container {
        max-width: 1330px;
    }
}
/*@media (min-width: 1200px) {
    .container {
        max-width: 1050px;
    }
}*/
@media (max-width: 940px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}
.flex-blok{
    display: flex!important; 
    position: relative;
}
.flex-right{
    justify-content: flex-end!important;   
}
.flex-left{
    justify-content: flex-start!important;  
}
.flex-center{
    justify-content: center!important;  
}
.flex-space-around{
    justify-content: space-around!important;  
}
.flex-space-between{
    justify-content: space-between!important;  
}
.flex-align-items-center {
    align-items: center!important;  
}
.flex-row{
    flex-direction:row!important;  
}
.flex-column{
    flex-direction:column!important; 
}
.wrapper-just-2{
    width: calc(50% - 25px);
}
.wrapper-just-3{
    width: calc(33.33333% - 20px);
}
.wrapper-just-4{
    width: calc(25% - 20px);
}
.wrapper-just-5{
    width: calc(20% - 10px)!important;
}
.wrapper-2{
    width: 50%;
}
.wrapper-3{
    width: 33.33333%;
}
.wrapper-4{
    width: 25%;
}
.wrapper-5{
    width: 20%;
}
.mg-0{
    margin: 0!important;   
}
.mgt-0 {
    margin-top: 0!important;  
}
.mgb-0 {
    margin-bottom: 0!important;  
}
.mgt-10 {
    margin-top: 10px!important;  
}
.mgb-10 {
    margin-bottom: 10px!important;  
}
.mgt-15 {
    margin-top: 15px!important;  
}
.mgb-15 {
    margin-bottom: 15px!important;  
}
.mgt-30 {
    margin-top: 30px!important;  
}
.mgb-30 {
    margin-bottom: 30px!important;  
}
.pg-0 {
    padding: 0!important;  
}
.pgt-0 {
    padding-top: 0!important;  
}
.pgb-0 {
    padding-bottom: 0!important;  
}
section {
    padding: 100px 0;
    position: relative;
    transition: all 0.5s ease;
}
section h2 {
    font-size: 40px;
    font-weight: 100;
    line-height: 123%;
    letter-spacing: 0.4em;  
    color: #AA8145;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}
section h3 {
    font-size: 30px;
    font-weight: 100;
    line-height: 123%;
    letter-spacing: 0.4em;  
    margin: 0 0 30px 0;
}
.desktop-none {
    display: none!important; 
}
.no-scroll {
    overflow: hidden !important;
    height: 100% !important;
}
.width100{
    width: 100%!important;
}
.hidden {
    display: none!important;
}
.center-text {
    text-align: center;
    margin-bottom: 20px;
}
#preloader {
    position: fixed;
    z-index: 111;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
}
#preloader:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
#preloader:not(:required) {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

#preloader:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 50px;
    height: 50px;
    margin-top: -0.5em;
    border: 15px solid rgba(255, 255, 255, 1.0);
    border-radius: 100%;
    border-bottom-color: transparent;
    -webkit-animation: spinner 1s linear 0s infinite;
    animation: spinner 1s linear 0s infinite;
}
#preloader.hidden {visibility: hidden;opacity: 0;display: none;}
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
/*ФОРМЫ*/
input, textarea, select{
    box-sizing: border-box;
    padding: 10px 20px;
    margin: 0;
    width: 100%;
    transition-duration: 0.25s;
    position: relative;
    border: 1px solid #E4E4E4;
    font-size: 18px;
    line-height: 135%;
    font-style: normal;
    font-weight: normal;
    background: rgba(255,255,255,0.7);
}
input::placeholder, textarea::placeholder, .userdelivery-table #country{
    color: #9D9D9D;
}
input:hover, input:focus,
textarea:hover, textarea:focus{
    border: 1px solid #70C0EE; 
    outline: none;
}
input[type=radio], input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}
label {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 135%;
    letter-spacing: -0.3px;
    color: #000000;
    opacity: 0.8;
    position: relative;
}
.single-checkbox {
    width: 21px;
    height: 21px;
    display: none;
}
input[type="search"] {
    -webkit-appearance: none;
}
.radio-checkbox-label{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 135%;
    letter-spacing: -0.3px;
    color: #909090;
    padding-left: 28px;
    margin: 0;
    cursor: pointer;
    display: flex;
}
.radio-checkbox-label:before {
    background-color: #fff;
    border: 1px solid #949494;
    /*    border-radius: 4px;*/
    box-sizing: border-box;
    content: "";
    display: block;
    height: 18px;
    width: 18px;
    left: 0;
    top: 0;
    position: absolute;
    transition: background-color .2s ease-in-out,border .2s ease-in-out;
}
input[type=radio] + .radio-checkbox-label:before {
    border-radius: 10px;
}
input[type=checkbox]:checked + .radio-checkbox-label:before {
    background-color: #000000;
    background-image: url("data:image/svg+xml;utf8,<svg width='14' height='12' viewBox='0 0 14 12' xmlns='http://www.w3.org/2000/svg'><path d='M4.10351 8.89548L1.45582 6.09578L0 7.6352L4.13584 12L14 1.56934L12.5159 0L4.10351 8.89548Z' fill='rgb(255, 255, 255)' /></svg>");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 18px 10px;
    border-color: #000000;
}
input[type=radio]:checked + .radio-checkbox-label:before {
    background-color: #000000;
    background-image: url("data:image/svg+xml;utf8,<svg width='14' height='14' viewBox='0 0 14 12' xmlns='http://www.w3.org/2000/svg'><circle cx='7' cy='6' r='6' fill='white'/></svg>");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 18px 10px;
    border-color: #000000;
}
.catalog-filter-item input[type=radio],.catalog-filter-item input[type=checkbox]{
    display: none;  
}
input.disabled {
    background-color: rgb(244, 245, 247);
    cursor: not-allowed;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}
select{
    padding: 10px 13px;
}
.errors{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 135%;
    color: #DF1212;
}
.success{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 135%;
    color: #23C934;
}
.btn-wrapper {
    display: flex;
    justify-content: space-around;
}
.btn{
    background: transparent;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px 30px;
    margin: 0;
    font-weight: 300;
    text-align: center;
    border: 1px solid #AA8145;
    border-radius: 23px;
    cursor: pointer;
    text-decoration: none;
    font-size: 18px;
    line-height: 144%;
    color: #ffffff;
    box-sizing: border-box;
    transition-duration: 0.25s;
    position: relative;
}
.btn:hover {
    color: #AA8145;
    border: 1px solid #FFFFFF;
    text-decoration: none;
}
.btn:disabled {
    color: #FFFFFF;
    background: #616161;
    cursor: not-allowed;
}
.btn.disabled {
    opacity: 0.2;
    cursor: not-allowed;
    pointer-events: none;
}
.form-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}

.form-wrapper form {
    display: flex;
    width: 100%;
    flex-direction: column;
}
.form-wrapper .form-group {
    margin-bottom: 20px;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    flex-direction: column;
    position: relative;
}
.form-wrapper .form-group.inline {
    flex-direction: row;
    margin: 0;
}
.form-wrapper label {
    margin: 0 0 3px 0;
}
.form-wrapper input[type="submit"] {
    background: #000000;
    color: #fff;
    padding: 13px 40px;
    border: 2px solid #255a6c;
    cursor: pointer;
}
.form-wrapper input[type="submit"]:hover {
    background: transparent;
    color: #333333; 
}
.form-check {
    position: relative;
    display: flex;
}
.form-check-input {
    position: absolute;
    margin: 0;
    top:0;
    width: 19px;
    height: 19px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-check-input:checked {
    background: url('../images/icons/checkmark.svg') 0 0 no-repeat;
    background-position: center;
}

.form-check-label{
    padding-left: 39px;
}
.form-check-label a,.form-italic a{
    font-weight: 700;
    color: #161412;
}
.form-check-label, .form-italic {
    font-style: italic;
    font-weight: normal;
    font-size: 18px;
    line-height: 135%;
    color: #909090;
    margin: 0;
}
.form-wrapper .is-invalid {
    border-color: #F96C4D;
    padding-right: calc(1.6em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e3342f' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e3342f' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.4em + 0.1875rem) center;
    background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.form-wrapper-overlay input,.form-wrapper-overlay textarea, .form-wrapper-overlay select{
    border-radius: 30px;
}

.form-wrapper-overlay, .result-wrapper-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(51,51,51,0.9);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 98;
}
.form-wrapper-overlay .form-wrapper, .result-wrapper-overlay .result-wrapper{
    max-width: 390px;
    background: #F6F6F6;
    position: relative;
    top: 20%;
    margin: auto;
    z-index: 99;
    padding: 70px 20px;
    text-align: center;
    border-radius: 30px;
}
.form-wrapper-overlay .form-wrapper .close-popup, .result-wrapper-overlay .result-wrapper .close-popup{
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer; }
.form-wrapper-overlay .form-wrapper .close-popup:hover path, .result-wrapper-overlay .result-wrapper .close-popup:hover path {
    fill: #255A6C; }
.form-wrapper-overlay .form-wrapper .close-popup svg, .result-wrapper-overlay .result-wrapper .close-popup svg {
    max-width: 100%;
    max-height: 100%;
    transition: .4s; }
.form-wrapper-overlay .form-wrapper .close-popup path, .result-wrapper-overlay .result-wrapper .close-popup path{
    fill: #000;
    transition: .4s; 
}
.callbackform-res {
    font-size: 28px;
}
#popup-result-tex {
    font-size: 28px;
}
.no-border {
    border: none!important;
}
.see-password {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: inline-block;
    width: 22px;
    height: 19px;
    background: url(../images/icons/eye-dontsee.svg) 0 0 no-repeat;
    z-index: 99;
}
.see-password.view {
    background: url(../images/icons/eye-see.svg) 0 0 no-repeat;
}
.alert {
    width: 100%;
    max-width: 673px;
    box-sizing: border-box;
    position: fixed;
    z-index: 111;
    padding: 15px 40px 15px 20px;  
    left: 50%;
    top: 140px;
    transform: translate(-50%, 0);
    display: none;
    color: #fff;
}
.alert span{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 135%;
    color: #FFFFFF;
}
.alert-success {
    background: #23C934;
}
.alert-danger {
    background: #F96C4D;
}

.alert .close-popup {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 18px;
    top: 18px;
    cursor: pointer; 
    transition-duration: 0.25s;
}
.alert .close-popup:hover svg path {
    fill: #000000; 
}
.slick-track{
    display: flex !important;
}
.slick-slide{
    height: inherit !important;
}
.slider-wripper-template .slick-list{
    margin: 0 -25px!important;
}
.slider-wripper-template .slide-template{
    position: relative; 
    margin: 0 25px;
}
.slider-wripper-template .slide-template img{
    width: 100%; 
}
.slider-wripper-template .slick-dots {
    position: relative;
    width: 100%;
    display: flex;
    padding: 0;
    margin: 40px 0 0 0;
    list-style-type: none;
    justify-content: center;
}
.slider-wripper-template .slick-dots li {
    padding: 0;
    margin: 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.slider-wripper-template .slick-dots li button{
    -webkit-appearance: none!important;
    background: rgba(0, 0, 0, 0.3);
    border-style: none;
    height: 4px;
    width: 40px;
    cursor: pointer;
    color: transparent;
    padding: 0;
    overflow: hidden;
}
.slider-wripper-template .slick-dots li.slick-active button{
    background: rgba(0, 0, 0, 0.9);
}
.arrow-prev,
.arrow-next{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    padding: 0;
    z-index: 11;
}
.arrow-prev:hover,
.arrow-prev:focus,
.arrow-next:hover,
.arrow-next:focus{
    transition-duration: 0.4s;
}
.arrow-prev{
    left: -40px;
}
.arrow-next{
    right: -40px;
}
@media (max-width: 1270px) {
    .arrow-prev,
    .arrow-next{
        width: 30px;
        height: 30px;
    }
    .wrapper-2{
        width: calc(50% - 20px)!important;
    }
    .arrow-prev{
        left: -5px;
    }
    .arrow-next{
        right: -5px;
    }
}
@media (max-width: 940px) {
    section {
        padding: 50px 0;
    }  
    section h2 {
        font-size: 30px;
        margin: 0 0 20px 0;
    }
    section h3 {
        font-size: 24px;
        margin: 0 0 20px 0;
    }
    .desktop-none {
        display: flex!important; 
    }
    .mob-none{
        display: none!important;
    }
    .wrapper-mob-100{
        width: 100%!important;
    }
    .mob-flex-column{
        flex-direction:column!important; 
    }
    .btn-wrapper {
        flex-direction: column;
        margin-bottom: 10px;
        margin: 0 auto;
    }
    .btn{
        width: 100%!important;
    }
    .alert{
        top: 90px;
        left: 0;
        transform: translate(0, 0);
    }
    .form-wrapper .two-inputs {
        flex-direction: column;
    }
    .form-wrapper .two-inputs .form-group{
        width: 100%;
    }
}

/*Общее правила меню*/
.top-menu-wrapper{
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    min-height: 100px;
    border-bottom: 2px solid transparent;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; 
    will-change: background, width, height;
    z-index: 100;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.top-menu-wrapper:after, .top-menu-wrapper:before{
    content: "";
    position: absolute;
    top:100%;
    width: 45%;
    height: 1.5px;
    background:#AA8145;
/*    opacity: 0.8;*/
    /*    background:url('../images/menu-line.svg') no-repeat center  bottom;*/
}
.top-menu-wrapper:after {
    left: 0; 
}
.top-menu-wrapper:before {
    right: 0;
}
.top-menu-wrapper .container {
    height: 100%;
}
.top-menu-wrapper .menu-wrapper{
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}
.top-menu-wrapper .logo-wrapper{
    width: 30%;
    /*    flex-basis: 26%;
        flex-grow: 0;
        flex-shrink: 0;*/
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-menu-wrapper .logo-wrapper a{
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
    position: relative;
}
.top-menu-wrapper .logo-wrapper img{
    height: auto;
    max-height: 100%;
    max-width: 372px;
    position: absolute;
    top: 54px;
    transition:top 0.1s linear;
    z-index: 101;
}
.top-menu-wrapper .menu-items-wrapper {
    width: 35%;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.25s ease-out;
}
.menu-list {
    margin: 0; 
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
}
.menu-list li{
    display: flex;
    box-sizing: border-box;
    position: relative;
}
.menu-list li a{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: relative;
    padding: 0 50px;
    font-size: 20px;
    font-weight: 100;
    line-height: 125%;
    text-transform: uppercase;
    color: #ffffff;
    outline: none;
    transition-duration: 0.25s; 
}
.menu-list li a:hover {

}
.menu-list li a:hover svg path{
    fill: #e87b00;
}
.menu-items-wrapper#first-top-menu {
    order:1; 
    justify-content: center;
}
.logo-wrapper{
    order:2;
}
.menu-items-wrapper#second-top-menu {
    order:3;
    justify-content: center;
}

.actions-menu-wrapper {
    position: fixed;
    width: 100%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 101;
    background-color: rgba(22, 22, 22, 1);
    height: 40px;
    left: 0;
    top: auto;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(175,169,159,.25);
}
.header-actions {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-actions>li{
    padding: 0 14px;
}
.header-actions>li a{
    display: flex;
    align-items: center;
}
.header-actions>li a img, .header-actions>li a svg{
    height:15px;
}
.header-actions>li.languages{
    padding: 0 0 0 12px;
    display: flex;
    align-items: center;
}
.header-actions>li.languages a{
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 0 0 8px;
    color: #FFFFFF;
    height: 16px;
}
.header-actions>li.languages a.active{
    color: #e87b00;
    font-weight: 700;
}

.burger-wrapper {
    position: relative;
    height: 60px;
    align-items: center;
    justify-content: center;
    z-index: 1;
    display: none;
    position: absolute;
    right: 5px;
}
.burger-wrapper .burger-btn {
    width: 24px;
    height: 20px;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
}
.burger-wrapper .burger-btn span{
    height: 2px;
    background-color: #AA8145;
    opacity: 1;
    -webkit-transition: opacity .3s,-webkit-transform .3s;
    transition: opacity .3s,-webkit-transform .3s;
    -o-transition: opacity .3s,-o-transform .3s;
    -moz-transition: transform .3s,opacity .3s,-moz-transform .3s;
    transition: transform .3s,opacity .3s;
    transition: transform .3s,opacity .3s,-webkit-transform .3s,-moz-transform .3s,-o-transform .3s;
}
.burger-wrapper .burger-btn.active span:first-child {
    -webkit-transform: translateY(9px) rotate(45deg);
    -moz-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -o-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg)
}
.burger-wrapper .burger-btn.active span:nth-child(2) {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}
.burger-wrapper .burger-btn.active span:last-child {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    -moz-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    -o-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg)
}

footer {
    background: #000000;
    width: 100%;
    padding: 30px 0 70px 0;
}
footer a, footer p, footer ul, footer ol, footer h2, footer h3{
    color: #FFFFFF; 
    text-decoration: none;
}
footer p {
    margin: 0;
    font-weight: 100;
}
.footer-wrapper {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    width: 50%;
}
.socials-wrapper {
    display: flex;
    justify-content: space-between;
}
.socials-wrapper a {
    display: flex;
    align-items: center;
    margin: 0 7px;
}
.socials-wrapper a img{
    width: 50px;
}

@media (max-width: 1300px) {
    .menu-list li a {
        padding: 0 25px;
    }
}
@media (max-width: 940px) {
    .top-menu-wrapper {
        height: 60px;
        max-height: 60px;
        min-height: 60px;
        background-color: rgba(0, 0, 0, 1)!important;
    }
    .top-menu-wrapper:after,.top-menu-wrapper:before {
        height: 1px;
    }
    .top-menu-wrapper .menu-wrapper {
        justify-content: center;
    }
    .top-menu-wrapper .menu-items-wrapper {
        display: none;
        position: fixed;
        left: 0;
        overflow-y: scroll;
        overflow-x: hidden;
        background: #000000;
        width: 100%;
        flex-direction: column;
        opacity: 0;
        transition: all 0.25s ease-out;
    }
    .top-menu-wrapper .menu-items-wrapper#first-top-menu {
        top: 60px;
        height: calc(50svh - 60px);
        justify-content: flex-end;
        padding-top: 60px;
    }
    .top-menu-wrapper .menu-items-wrapper#second-top-menu {
        bottom: 40px;
        height: calc(50svh - 40px);
        justify-content: flex-start;
    }
    .top-menu-wrapper .menu-items-wrapper.active {
        display: flex;
        opacity: 1;
        transition: all 0.25s ease-out;
    }
    .top-menu-wrapper .logo-wrapper {
        width: 100%;
    }
    .top-menu-wrapper .logo-wrapper a{
        max-width: 231px;
    }
    .top-menu-wrapper .logo-wrapper img {
        max-width: 231px;
        top: 30px;
    }
    .burger-wrapper {
        display: flex;
    }
    .menu-list {
        flex-direction: column;
        margin: 0;
    }
    .menu-list li {
        padding: 15px 0;
    }
    .menu-list.header-actions>li.languages {
        padding: 0;
    }
    .menu-list.header-actions>li.languages a {
        color:#ffffff;
        padding: 0 5px;
        font-size: 18px; 
    }
    .menu-list.header-actions>li.languages a.active {
        color:#ffffff;
    }
    .menu-list.header-actions>li#search-artwork-li {
        display: none;
    }
    .footer-wrapper {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .footer-wrapper .copyright-text {
        margin-bottom: 30px;
    }
}
@media (max-width: 405px) {
    .top-menu-wrapper:after,.top-menu-wrapper:before {
        width: 20.5%;
    }
}


/*Front page*/
#hero {
    position:relative;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    height:100vh;
    min-height:100vh;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    z-index: 1;
}
#hero:before {
    content: "";
    /*    content: attr(data-imagesrc);*/
    background-image: linear-gradient(180deg,#161616 15%,hsla(0,0%,6%,.25) 50%,#161616),var(--background-image);
    background-position: 0 0,50% 50%;
    background-size: auto,cover;
    background-repeat: repeat,no-repeat;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.3;
}
#hero:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: url('../images/hero-ellipse.svg') no-repeat center top;
    background-size: contain;
}
#hero .container {
    position:relative;
    height:100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
#hero .hero-content {
    margin-top: 100px;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    width:75%;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    z-index: 100;
}
#hero .hero-content h1 {
    font-size: 44px;
    font-weight: 100;
    line-height: 123%;
    letter-spacing: 1.1em;
    color:#AA8145;
    margin:0 0 25px 0;
    padding:0 0 25px 0;
    position: relative;
}
#hero .hero-content h1:after {
    content: "";
    position: absolute;
    background: #3F3F3F no-repeat;
    height: 1px;
    width: 466px;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#hero .hero-content p {
    letter-spacing: 0em;
    text-align: center;
    color: #6A6A6A;
    margin: 0;
}
#hero .btn-wrapper {
    margin-top: 200px;
}
@media (max-width: 1300px) {}
@media (max-width: 940px) {
    #hero .hero-content {
        width: 100%;
    }  
    #hero .hero-content h1 {
        font-size: 20px;
        letter-spacing: 1.1em;
    }
    #hero .hero-content h1:after {
        width: 228px;
    }
    #hero .hero-content p {
        font-size: 18px;
    }
    #hero .btn-wrapper {
        margin-top: 30px;
    }
    #hero:after {
        display: none;
    }
}
#services {
    position: relative;
}
#services:after{
    content: "";
    position: absolute;
    right: 0px;
    top: -400px;
    background: url('../images/services-ellipse.svg') no-repeat right top;
    background-size: contain;
    height: 800px;
    width: 800px;
    z-index: -1;
}
.services-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:50px;
}
.services-content-wrapper .services-desc{
    width: 30%;
}
.services-content-wrapper .services-filter-wrapper{
    width: 70%;
    height: 570px;
    background: #161616;
    border-radius: 60px;
    position: relative;
    display: flex;
    align-items: center;
}
.services-content-wrapper .services-filter-wrapper:before{
    content: "";
    position: absolute;
    display: flex;
    border: 1px solid #2D2D2D;
    border-radius: 60px;
    box-sizing: border-box;
    top: 20px;
    right: 15px;
    bottom: 20px;
    left: 15px;
    z-index: 1;
}
.services-filter-wrapper .filter-tabs-slider {
    display: flex; 
    border-radius: 60px;
    background: #161616;
    width: 230px;
    height: 100%;
    z-index: 2;
    box-shadow: 0px 0px 74.30000305175781px 0px #000000;
    position: relative;
}
.services-filter-wrapper .filter-tabs-wrapper{
    display: flex; 
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
#services .filter-tabs-wrapper .filter-tab{
    font-family: 'Montserrat',sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 130%;
    color: #FFFFFF;
    padding-left: 20px;
    margin: 25px 0;
    cursor: pointer;
    position: relative;
}
#services .filter-tabs-wrapper .filter-tab.active{
    font-weight: 700;
}
#services .filter-tabs-wrapper .filter-tab.active:before{
    content: "";
    height: 33px;
    width: 4px;
    background: #AA8145;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top:-2px;
}
.services-cats-content-wrapper {
    padding: 10px 0 10px 30px;
}
.services-cats-content-wrapper .filter-content{
    display: none;
    transition: all 0.25s ease-out; 
}
.services-cats-content-wrapper .filter-content.active{
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
}
.services-cats-content-wrapper .filter-content .single-service{
    color: #fff;
    font-family: 'Montserrat',sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 130%;
    margin: 10px 0;
}
.services-cats-content-wrapper .filter-content .single-service span{
    color: #AA8145;
    font-weight: 700;
}
#services .arrow-prev,
#services .arrow-next{
    display: none;
}
#services .arrow-prev{
    left: 30px;
}
#services .arrow-next{
    right: 30px;
}
@media (max-width: 940px) {
    #services:after{
        display: none;
    }
    .services-content-wrapper {
        flex-direction: column;
        gap: 50px;
    }
    .services-content-wrapper .services-filter-wrapper:before {
        display: none;
    }
    .services-content-wrapper .services-desc,.services-content-wrapper .services-filter-wrapper,.services-filter-wrapper .filter-tabs-slider {
        width: 100%;
    }
    .services-content-wrapper .services-filter-wrapper {
        flex-direction: column;
        height: auto;
    }
    .services-filter-wrapper .filter-tabs-slider {
        margin-bottom: 30px;
        height: auto;
    }
    .services-content-wrapper .services-filter-wrapper .filter-tabs-wrapper {
        width: 100%;
        flex-direction: row;
        height: auto;
    }
    #services .filter-tabs-wrapper .filter-tab {
        display: none;
        padding-left: 0;
        margin: 35px 0;
    }
    #services .filter-tabs-wrapper .filter-tab.active {
        display: flex;
    }
    #services .filter-tabs-wrapper .filter-tab.active:before {
        display: none;
    }
    .services-cats-content-wrapper {
        padding: 0 20px 50px 20px;
    }
    .services-cats-content-wrapper .filter-content .single-service {
        font-size: 18px;
        margin: 7px 0;
    }
    #services .arrow-prev,
    #services .arrow-next{
        display: flex;
    }    
}

#team {}
#team .center-text{
    margin: 0 100px;
}
#team .team-slider-content-wrapper {
    position: relative;
    margin-top: 50px;
}
.team-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}
.team-wrapper .single-team-wrapper {
    display: flex!important;
    /*    width: calc(33.333% - 20px);*/
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    flex-direction: column;
    text-decoration: none;
}

.team-wrapper .single-team-wrapper .img-wrapper{
    width: 100%;
    height: 240px;
    position: relative;
}
.team-wrapper .single-team-wrapper .img-wrapper img{
    object-fit: contain;
    object-position: center;
    height: 240px;
    width: 100%;
    z-index: 2;
    position: relative;
}
.team-wrapper .single-team-wrapper .img-wrapper:before{
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: url('../images/team_single-ellipse.svg') no-repeat center center;
    background-size: auto;
    z-index: 1;
}
.team-wrapper .single-team-wrapper .team-slide-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    box-shadow: 0px 0px 74.30000305175781px 0px #000000;
    border-radius: 60px;
    position: relative;
    background: #161616;
    height: 100%;
}
.team-wrapper .single-team-wrapper .team-slide-content:before{
    content: "";
    position: absolute;
    display: flex;
    background: #161616;
    border: 1px solid #2D2D2D;
    border-radius: 60px;
    box-sizing: border-box;
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
    z-index: 1;
}
.team-wrapper .single-team-wrapper .team-slide-text {
    z-index: 2;
    margin: 25px;
    padding:30px 40px;
    text-align: center;
}

.team-wrapper .single-team-wrapper .team-slide-text .name{
    font-size: 24px;
    font-weight: 700;
    line-height: 108%;
    text-align: center;
    color: #AA8145;
    margin-bottom: 20px;
}
.team-wrapper .single-team-wrapper .team-slide-text .practice{
    font-size: 24px;
    font-weight: 400;
    line-height: 108%;
    text-align: center;
    padding: 0 0 20px 0;
    margin: 0 0 12px 0;
    position: relative;
}
.team-wrapper .single-team-wrapper .team-slide-text .practice:after{
    content: "";
    position: absolute;
    background: #AA8145 no-repeat;
    height: 1px;
    width: 142px;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.team-wrapper .single-team-wrapper .team-slide-text .practice span{
    font-weight: 700;
}

@media (max-width: 1300px) {
    #team .team-slider-content-wrapper {
        padding: 0 35px;
    }
    #team .center-text{
        margin: 0;
    }
}
@media (max-width: 940px) {
    .team-wrapper {
        flex-direction: column;
    }
    #team .team-slider-content-wrapper {
        margin-top: 40px;
    }
    .team-wrapper .single-team-wrapper {
        width: 100%;
        flex-direction: column;
    }
    #team .slider-wripper-template .slide-template {
        margin: 0;
    }
    .team-wrapper .single-team-wrapper .team-slide-text .name{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .team-wrapper .single-team-wrapper .team-slide-text .practice{
        font-size: 18px;
        padding: 0 0 15px 0;
        margin: 0 0 10px 0;
    }
    .team-wrapper .single-team-wrapper .team-slide-text p,.team-wrapper .single-team-wrapper .team-slide-text ul, .team-wrapper .single-team-wrapper .team-slide-text ol {
        font-size: 14px;
    }
}

#story {display: none;}

#about {
    background: url('../images/about-ellipse.svg') no-repeat left -250px top -230px,url('../images/about-ellipse.svg') no-repeat right -250px top -200px,url('../images/about-ellipse.svg') no-repeat center bottom -250px;
    background-size: contain;
    padding: 200px 0;
}
#about h2 {
    text-align: right;
    margin-right: 160px;
}
#about h3{
    font-size: 120px;
    font-weight: 100;
    line-height: 123%;
    color: #ffffff;
    text-align: right;
    margin: 0 120px 80px 0;
    letter-spacing: 0em;
    text-transform: uppercase;
    order:1;
}
#about .about-text-wrapper p{
    order:2;
}
.about-content-wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.about-content-wrapper .about-gallery-wrapper{
    display: flex;
    width: 9%;
    position: relative;
    order: 1;
}
.about-content-wrapper .about-gallery-wrapper .about-gallery{
    position: absolute;
    top:-200px;
    left: 0;
    bottom: 0;
    height: 765px;
    width: 685px;
}
.about-content-wrapper .about-gallery-wrapper .about-gallery a{
    display: flex;
    width: 290px;
    height: 350px;
    position: absolute;
}
.about-content-wrapper .about-gallery-wrapper .about-gallery a:after {
    content: "";
    position: absolute;
    display: flex;
    border: 1px solid #AA8145;
    border-radius: 60px;
    box-sizing: border-box;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 1;  
}
.about-content-wrapper .about-gallery-wrapper .about-gallery a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 60px;
    box-shadow: 0 0 10px 1px #161616;
    position: relative;
}
.about-content-wrapper .about-gallery-wrapper .about-gallery a:first-child {
    top: 0px;
    left:140px;
    z-index: 1;
}
.about-content-wrapper .about-gallery-wrapper .about-gallery a:nth-child(2) {
    top: 100px;
    right:0;
    z-index: 2;
}
.about-content-wrapper .about-gallery-wrapper .about-gallery a:nth-child(3) {
    bottom: 0;
    left:200px;
    z-index: 4;
}
.about-content-wrapper .about-gallery-wrapper .about-gallery a:nth-child(4){
    bottom: 190px;
    left:0;
    z-index: 3;
}
.about-content-wrapper .about-gallery-wrapper .about-gallery a:nth-child(n+5) {
    display: none; 
}
.about-content-wrapper .about-text-wrapper{
    display: flex;
    flex-direction: column;
    width: 91%;
    border: 1px solid #AA8145;
    padding: 55px 30px 40px 440px;
    order: 2;
}
@media (max-width: 1300px) {
    #about h2{
        margin-right: 0;
    }
    #about h3{
        margin: 0 0 80px 0;
    }
}
@media (max-width: 1100px) {
    .about-content-wrapper .about-gallery-wrapper .about-gallery{
        width: 600px;
    }
}
@media (max-width: 1030px) {
    #about h3{
        font-size: 72px;
    }
    .about-content-wrapper .about-gallery-wrapper .about-gallery a:nth-child(2) {
        top: 70px;
    }
}
@media (max-width: 940px) {
    #about {
        background: none;
        padding: 50px 0;
    }
    #about h2 {
        text-align: left;
        margin-right: 0;
    }
    #about h3{
        font-size: 42px;
        font-weight: 100;
        line-height: 123%;
        color: #ffffff;
        margin: 0 27% 0 0;
        order:2;
        top: 70px;
        position: relative;
    }
    #about .about-text-wrapper p{
        order:1;
    }    
    .about-content-wrapper {
        flex-direction: column;
    }
    .about-content-wrapper .about-gallery-wrapper{
        width: 100%;
        order: 2;
    }
    .about-content-wrapper .about-gallery-wrapper .about-gallery{
        position: relative;
        height: 436px;
        width: 321px;
        top:unset;
        margin: 0 auto;
    }
    .about-content-wrapper .about-gallery-wrapper .about-gallery a{
        width: 155px;
        height: 187px;
    }
    .about-content-wrapper .about-gallery-wrapper .about-gallery a:after {
        border-radius: 25px;
        top: 8px;
        right: 8px;
        bottom: 8px;
        left: 8px;
    }
    .about-content-wrapper .about-gallery-wrapper .about-gallery a:first-child {
        top: 0;
        left:35px;
    }
    .about-content-wrapper .about-gallery-wrapper .about-gallery a:nth-child(2) {
        top: 93px;
        left:unset;
        right: 0;
    }
    .about-content-wrapper .about-gallery-wrapper .about-gallery a:nth-child(3) {
        bottom: 0;
        left:unset;
        right: 107px;
    }
    .about-content-wrapper .about-gallery-wrapper .about-gallery a:nth-child(4){
        bottom: 93px;
        left:0;
    }
    .about-content-wrapper .about-gallery-wrapper .about-gallery a img{
        border-radius: 25px;
    }
    .about-content-wrapper .about-text-wrapper{
        width: 100%;
        border: none;
        padding: 0;
        order: 1;
    }
}
@media (max-width: 740px) {
    #about h3{
        margin: 0 17% 0 0;
    }
}
@media (max-width: 540px) {
    #about h3{
        margin: 0;
    }
}

.monogram-wrapper {
    position:relative;
    z-index:2;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    width:60%;
    margin-right:auto;
    margin-left:auto;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-direction:row;
    -ms-flex-direction:row;
    flex-direction:row;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center
}
.monogram-wrapper img:first-child {
    position: absolute;
    width: 200px;
}
.monogram-wrapper img:last-child {
    will-change: transform;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    width:383px;
}
@media (max-width: 940px) {
    .monogram-wrapper  {
        margin-bottom: 20px;
    }
    .monogram-wrapper img:first-child {
        width: 150px;
    }
}
#gallery {display: none;}
#gallery .gallery-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 900px;
    overflow: hidden;
}
#gallery .gallery-wrapper .sg-wrapper {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
#gallery .gallery-wrapper .sg-wrapper a {
    display: flex;
    width: 100%;
    height: 100%;
}
#gallery .gallery-wrapper .sg-wrapper img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    padding: 10px;
}
#gallery .gallery-wrapper .sg-wrapper:first-child, #gallery .gallery-wrapper .sg-wrapper:last-child{
    height: 40%;
    width: 14%;
}
#gallery .gallery-wrapper .sg-wrapper:nth-child(2), #gallery .gallery-wrapper .sg-wrapper:nth-child(4){
    height: 80%;
    width: 20%;
}
#gallery .gallery-wrapper .sg-wrapper:nth-child(2) a, #gallery .gallery-wrapper .sg-wrapper:nth-child(4) a{
    height: 50%;
}
#gallery .gallery-wrapper .sg-wrapper:nth-child(3){
    width: 32%;
    height: 100%;
}
@media (max-width: 940px) {
    #gallery .gallery-wrapper {
        width: 100%;
        flex-direction: column;
        height: auto;
    }
    #gallery .gallery-wrapper .sg-wrapper {
        width: 100%!important;
    }
    #gallery .gallery-wrapper .sg-wrapper img {
        height: auto;
    }
    #gallery .gallery-wrapper .sg-wrapper a {
        height: auto!important;
    }
}
#contact {
    background: #161616;
    padding: 40px 0;
}
#contact h2{
    text-align: center;
}
#contact a, #contact p, #contact ul, #contact ol{
    font-size: 28px;
    font-weight: 100;
    line-height: 143%;
    color: #fff;
}
#contact .contacts-wrapper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#contact .contacts-wrapper .address-time {
    display: flex;
    justify-content: space-between;
    margin:30px 0 50px 0;
    position: relative;
}
#contact .contacts-wrapper .address-time:after {
    content: "";
    position: absolute;
    background: #AA8145 no-repeat;
    height: 160px;
    width: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    top:-20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; 
}
#contact .contacts-wrapper .address-time .address,#contact .contacts-wrapper .address-time .time{
    display: flex;
    width: calc(50% - 30px);
    flex-direction: column;
}
#contact .contacts-wrapper .address-time .address {
    align-items: flex-end;
    text-align: right;
}
#contact .contacts-wrapper .address-time .time{
    align-items: flex-start;
}
#contact .contacts-wrapper .address-time .time p:last-child {
    margin-bottom: 0;
}
#contact .contacts-wrapper .contact-content-text, #contact .contacts-wrapper #map{
    width: calc(50% - 20px);
    display: flex;
    flex-direction: column;
}
#contact .contacts-wrapper #map{
    background-size: auto;
    position: relative;
}
#contact .contacts-wrapper #map .map-wrapper {
    position: absolute;
    height: 500px;
    width: 100%;
    top:-80px;
    box-shadow: 0px 0px 74.30000305175781px 0px #000000;
}
#contact .contacts-wrapper #map .map-wrapper:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: url('../images/map-ellipse.svg') no-repeat center center;    
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
    left: 0;
    top: 0;
}
#contact .contacts-wrapper #map iframe{
    border-radius: 60px;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
}
@media (max-width: 940px) {
    #contact a, #contact p, #contact ul, #contact ol{
        font-size: 24px;
    }
    #contact .contacts-wrapper{
        flex-direction: column;
    }
    #contact .contacts-wrapper .address-time {
        flex-direction: column;
        margin:0 0 50px 0;
    }
    #contact .contacts-wrapper .address-time:after {
        margin: 0;
        height: auto;
        top:0;
    }
    #contact .contacts-wrapper .address-time .address,#contact .contacts-wrapper .address-time .time{
        width: 100%;
        align-items: flex-start;
        padding-left: 10px;
    }   
    #contact .contacts-wrapper .address-time .address{
        margin-bottom: 40px;
        text-align: left;
    }
    #contact .contacts-wrapper .contact-content-text, #contact .contacts-wrapper #map{
        width: 100%;
    }
    #contact .contacts-wrapper .contact-content-text {
        margin-bottom: 40px;
    }
    #contact .contacts-wrapper #map .map-wrapper {
        position: relative;
        height: 400px;
        top:0px;
    }
}