.values {
    padding: 50px 0;
} 
.values .values-title {
    text-align: center;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    color: #6F6D6D;   
    margin-bottom: 55px;
}
.values .values-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -12px;
}
.values .item {
    width: 25%;
    padding: 0 12px;
    text-align: center;
    margin-bottom: 25px;
}
.values .item-image {
    overflow: hidden;
    position: relative;
    object-fit: cover;
    display: block;
    margin-bottom: 24px;
}
.values .item-image:before {
    content: "";
    padding-top: 58%;
    display: block;
}
.values .item-image img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
.values .item-title {
    font-weight: 300;
    font-size: 26px;
    line-height: 1; 
    color: #262F56;
    opacity: 0.2;    
    margin-bottom: 15px;
}
.values p {
    font-size: 12px;
    line-height: 20px; 
    color: #565656;    
    padding: 0 15px;
}

.about.page{
    background: url(../img/about/bg.png) top left no-repeat;
    background-size: 1250px auto;
}

.about-simple {
    padding-bottom: 50px;
}
.about-simple .line {
    height: 1px; 
    background: radial-gradient(50% 50% at 50% 50%, #CDBB9F 0%, rgba(205, 187, 159, 0) 100%);
    margin: 50px 0;
}
.about-simple .video-frame  {
    margin-bottom: 50px;
}
.video-frame {
    position: relative;
    overflow: hidden;
}
.video-frame:after {
    content: "";
    display: block;
    padding-top: 56%;
}
.video-frame iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
} 
.about-simple .text {
    text-align: center;
}
.about-simple .text p {
    font-size: 14px;
    line-height: 20px; 
    color: #565656;    
}
.about-simple .image-build {
    margin-bottom: 10px;
} 
.about-simple .text.type-2 p{
    margin-bottom: 15px;
}
.about-simple .text a{
    color: #c0a171;
    text-decoration: none;
}
/*DELIVERY*/
.delivery-row {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0;
}
.delivery-row .item {
    width: 33.33%;
    padding: 0 32px;
    margin-bottom: 25px;
}
.delivery-row .title {
    font-size: 18px;
    line-height: 1; 
    color: #C0A171;   
    margin-bottom: 24px;
    position: relative;
    padding-left: 16px;
}
.delivery-row .title:after {
    content: "";
    position: absolute; 
    width: 6px;
    height: 6px; 
    background: #C0A171;    
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 5px;
} 
.delivery-row li:not(:last-child) {
    margin-bottom: 15px;
}
.delivery-row li {
    font-size: 14px;
    line-height: 20px; 
    color: #565656;
    
}
.delivery-row a {
    font-size: 14px;
    line-height: 20px; 
    text-decoration: none;
    color: #CDBB9F;
    border-bottom: 1px solid #CDBB9F;
}
.delivery-image{
    position: relative;
}
.delivery-image:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(../img/delivery/bg.png) center calc(25%) no-repeat;
    background-size: 100% auto;
}
 

/*FAQ*/

.page-title{
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    color: #6F6D6D;
    text-align: center;
}
.faq .page-title{
    padding: 55px 0 40px;
    width: 100%;
}
.faq.page {
    background: url(../img/faq-bg.png) no-repeat;
    background-size: 100% auto;
    background-position: calc(0px) calc(20% + 40px);
}
.faq-row .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1160px;
    padding: 0 20px;
}
.faq-col{
    width: calc(50% - 55px);
}
.faq-section {
    margin-bottom: 55px;
}
.faq-list{
    padding-bottom: 14px;
}
 
.btn-open-faq:after{
    background: url(../img/arrow-down-gold.svg) center no-repeat;
    transition: all 0.35s; 
}
.btn-open-faq.active:after{
    transform: rotate(-180deg);
}



/*partnership*/
.partnership{
    background: url(../img/partnership-bg.svg) calc(42%) calc(180%) no-repeat;
    background-size: 100% auto;
}
.partnership-items {
    padding-top: 55px;
}
.partnership-items .container {
    max-width: 1090px;
    padding: 0 20px;
}
.partnership-items .row {
    margin-bottom: 48px;
}
.partnership-items .h4 {
    color: #6F6D6D;
    margin-bottom: 24px;
}
.partnership-items p {
    font-size: 14px;
    line-height: 1.4; 
    color: #808080;    
}

.partnership-contacts .container{
    max-width: 1090px;
    padding: 0 20px;    
}
.partnership-contacts {
    margin-bottom: 85px;
} 
.partnership-contacts .block {
    position: relative;
    background: linear-gradient(90deg, rgba(245, 241, 236, 0) 0%, rgba(245, 241, 236, 0.5) 47.14%, rgba(245, 241, 236, 0) 100%);
    text-align: center;
    padding: 40px 30px;
}
.partnership-contacts .block:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: radial-gradient(50% 50% at 50% 50%, #CDBB9F 0%, rgba(205, 187, 159, 0) 100%);    
}
.partnership-contacts .block:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: radial-gradient(50% 50% at 50% 50%, #CDBB9F 0%, rgba(205, 187, 159, 0) 100%);    
}
.partnership-contacts p {
    font-size: 14px;
    line-height: 1.43;
    color: #808080;    
    margin-bottom: 30px;
}
.partnership-items a,
.partnership-contacts a {
    color: #c0a171;
    text-decoration: none;
}
.partnership-contacts span {
    color: #c0a171;
}
.partnership-contacts ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.partnership-contacts li {
    padding: 0 8px;
}
.partnership-contacts .btn {
    min-width: 175px;
    text-align: center;
    padding: 0 45px;
    position: relative;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #262F56;
} 
.partnership-contacts  .btn img {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    max-width: 16px;
}

 
.partnership-text .container {
    max-width: 1090px;
    padding: 0 20px;
}
.partnership-text h2 ,
.partnership-text h3 ,
.partnership-text h4 ,
.partnership-text h5 {
    font-size: 18px;
    line-height: 1.25;
    text-transform: uppercase;
    color: #808080;
    opacity: 0.7;    
    margin-top: 52px;
}
.partnership-text p {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.43;
    color: #808080;    
} 
.partnership-text ul {
    margin-top: 15px;
}
.partnership-text li {
    font-size: 14px;
    line-height: 1.43;
    color: #808080;  
    position: relative;
    padding-left: 15px;
} 
.partnership-text li:after {
    content: "";
    position: absolute;
    left: 2px;
    top: 8px;
    width: 4px;
    height: 4px; 
    background: #C0A171;  
    border-radius: 50%;
}


/*BLOG*/
.blog .container{
    max-width: 1150px;
    padding: 0 20px;
}
.blog .page-title{
    padding: 55px 0 45px;
}
.post-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-bottom: 30px;
}
.post {
    padding: 20px 30px;
    background: rgba(245, 241, 236, 0.5);
    width: calc(50% - 40px);
    margin-bottom: 40px;
} 
.post .image {
    display: block;
    overflow: hidden;
    position: relative;
    object-fit: cover;
    margin-bottom: 20px;
}
.post .image:before {
    padding-top: 66%;
    display: block;
    content: "";
}
.post .image img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: all 0.35s;
} 
.post .date { 
    font-size: 12px;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #CDBB9F;
}
.post .title {
    display: table;
    font-size: 16px;
    line-height: 1.37; 
    letter-spacing: 0.01em;
    text-align: center;
    color: #565656;    
    margin: 0 auto 14px;
}
.post.type-2 .title{
    margin: 0 0 14px;
    text-align: left;
}
.post p {
    font-size: 16px;
    line-height: 1.65; 
    color: #808080;    
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    max-height: 52px;
    margin-bottom: 25px;
}
.post .post-detail { 
    display: inline-block;
    font-size: 14px;
    line-height: 1.1;
    color: #CDBB9F;    
}
.post .post-detail:hover {
    color: #6F6D6D;
} 

/*--------REVIEWS--------*/
.testimonials-list{
    padding: 55px 0 0;
    margin: 0 -16px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.review-item {
    margin-bottom: 65px;
    width: 33.33%;
    padding: 0 16px;
    position: relative;
}
.review-item:after {
    content: "";
    height: 1px;
    left: 0px;
    bottom: 0;
    width: 100%;
    background: radial-gradient(50% 50% at 50% 50%, #CDBB9F 0%, rgba(205, 187, 159, 0) 100%);
    position: absolute;
}
.review-item .image {
    display: block;
    overflow: hidden;
    position: relative;
    object-fit: cover;
    margin-bottom: 20px;
}
.review-item .image:before {
    padding-top: 100%;
    display: block;
    content: "";
}
.review-item .image img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: all 0.35s;    
}
.review-item .title {
    font-size: 14px;
    line-height: 1.25; 
    text-transform: uppercase; 
    color: #6F6D6D;    
    min-height: 36px;
    max-height: 36px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    text-align: center;
    display: block;
    margin-bottom: 20px;
}
.review-item .review-content {
    padding: 0 24px 30px;
}
.review-item .review-user {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.review-item .review-user img {
    width: 16px;
    min-width: 16px;
    margin-right: 10px;
}
.review-item span {
    font-size: 12px;
    line-height: 1.6; 
    color: #808080;    
}
.review-item p {
    font-size: 12px;
    line-height: 1.67; 
    color: #808080;
    min-height: 80px;
    max-height: 80px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; 
    margin-bottom: 30px;
}
.review-item .rate {
    display: flex;
    align-items: center;
}
.review-item .rate img:not(:last-child) {
    margin-right: 8px;
}
.review-item .rate img {
    width: 23px;
    opacity: 0.8;
}


/*-------CONTACTS--------*/
.contacts-row{
    padding-top: 45px;
    padding-bottom: 30px;
}
.contacts-row .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact-item {
    padding-top: 65px;
    position: relative;
    width: calc(50% - 40px);
}
.contact-city {
    position: absolute;
    left: 0;
    right: 0;
    top: -55px;
    font-size: 18px;
    line-height: 1.2; 
    color: #C0A171; 
    text-align: center;
    z-index: 3;
    transition: all 0.45s;
}
.contact-map {
    position: relative;
    margin-bottom: 45px;
}
.contact-map:before {
    content: "";
    display: block;
    padding-top: 100%;
}
/*
.contact-map:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(128, 128, 128, 0);
    z-index: 2;
    transition: all 0.35s;
} 
*/
.contact-item iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
/*
.contact-map:hover .contact-city{
    top: 55px;
    color: #fff;
    text-shadow: 2px 4px 7px rgba(38, 47, 86, 0.7);
}
*/
.contact-map:hover:after{
    background: rgba(128, 128, 128, 0.6);
}
.location-info {
    padding: 0 14px;
    margin-bottom: 45px;
}
.location-address {
    font-size: 14px;
    line-height: 1; 
    color: #6F6D6D; 
    margin-bottom: 15px;
}
.location-title {
    margin-bottom: 22px;
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #D4D5DD;    
}
.contacts .partnership-contacts {
   margin-bottom: 0;
}
.contact-item p {
    font-size: 14px;
    line-height: 1.4;
    color: #6F6D6D;      
}



/*---------------POLICY-------------------------*/
.policy-simple {
    padding-top: 55px;
}
.policy-simple .container {
    max-width: 1100px;
    padding: 0 20px;
}
.policy-simple .page-title {
    font-weight: 300;
    font-size: 28px;
    line-height: 1.3;
    text-align: center;
    padding: 0;
    margin-bottom: 45px;
    color: #808080;    
    text-transform: inherit;
} 
.policy-simple h5 ,
.policy-simple h4 ,
.policy-simple h3 ,
.policy-simple h2 {
    font-size: 18px;
    line-height: 1.3; 
    text-transform: uppercase;
    color: rgba(128, 128, 128, 0.7);  
    margin-bottom: 25px;
    margin-top: 40px;
} 
.policy-simple li {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.43; 
    color: #808080;    
}
.policy-simple li:after {
    position: absolute;
    top: 7px;
    left: 0;
    width: 4px;
    height: 4px; 
    background: #C0A171;
    border-radius: 50%;
    content: "";
} 
.policy-simple p { 
    font-size: 14px;
    line-height: 1.43; 
    color: #808080;  
}
.policy-simple ul + p,
.policy-simple p + ul{
    margin-top: 15px;
} 
.policy-simple p br {
}
.policy-simple span ,
.policy-simple a {
    color: #c0a171;text-decoration: none;
}

.map-simple {
    padding-top: 55px;
} 
.map-simple .page-title {
    padding: 0;
    margin-bottom: 45px;    
}  
.site-map-list a{
    font-size: 14px;
    line-height: 1.15; 
    color: #000000;    
}
.site-map-list a + ul{
    padding-top: 16px;
}
.site-map-list > ul> li>ul:not(:last-child){
    margin-bottom: 45px;
} 
.site-map-list li {
    margin-bottom: 16px;
    position: relative;
}
.site-map-list > ul >li > ul{
    padding-left: 40px;
}
.site-map-list > ul >li >a{
    position: relative;
    display: inline-block;
}
.site-map-list > ul >li >a:after{
    content: "";
    position: absolute;
    height: 1px;
    background: #CDBB9F;
    width: 100%;
    left: 0;
    top: -5px;
}
.site-map-list > ul >li > ul ul{
    padding-left: 40px;
}
.site-map-list > ul >li > ul > li:after{
    content: "";
    position: absolute; 
    width: 6px;
    height: 6px;  
    border: 1px solid #C0A171;    
    border-radius: 50%;
    left: -15px;
    top: 7px;
    box-sizing: border-box;
}
.site-map-list > ul >li > ul > li> ul>li:after{
    content: "";
    position: absolute; 
    width: 6px;
    height: 6px;  
    background: #C0A171;   
    left: -15px;
    top: 7px;
    box-sizing: border-box;
}
.site-map-list > ul >li > ul > li  li:after{
    content: "";
    position: absolute; 
    width: 6px;
    height: 6px;  
    border: 1px solid #C0A171;    
    left: -15px;
    top: 7px;
    box-sizing: border-box;
}
 
.not-found {
    text-align: center;
    display: flex;
    min-height: calc(100vh - 161px);
    justify-content: center;
}
.not-found .container {
    width: 100%;
}
.not-found .title {
    font-size: 18px;
    line-height: 1; 
    text-transform: uppercase; 
    color: #6F6D6D;    
    margin-bottom: 5vh;
}
.not-found img {
    max-width: 472px;
    margin-bottom: 10vh;
} 
.not-found .link {
    font-size: 16px;
    line-height: 20px; 
    letter-spacing: 0.16em;
    text-transform: uppercase; 
    color: #C0A171;    
}



@media ( min-width: 1200px ){
    .site-map-list a:hover,
    .review-item .title:hover,
    .post .title:hover{
        color: #A38452;
    } 
    .partnership-items a:hover,
    .partnership-contacts a:hover {
        color: #262F56;
    }    
    .review-item .image:hover img,
    .post .image:hover img{
        transform: scale(1.05);
    } 
}
@media ( max-width: 1200px ){
    .post {
        padding: 15px 20px; 
        width: calc(50% - 12px);
        margin-bottom: 30px;
    }    
    .values .item-title{
        font-size: 20px;
    }
    .contact-item { 
        width: calc(50% - 15px);
    }    
    .location-title{
        font-size: 16px;
    }
    .contact-city{
        font-size: 16px;
    }
    .policy-simple .page-title{
        font-size: 24px;
        margin-bottom: 35px;
    }
    .policy-simple h5, .policy-simple h4, .policy-simple h3, .policy-simple h2{
        margin-top: 35px;
        margin-bottom: 20px
    }
    .policy-simple ul + p, 
    .policy-simple p + ul{
        margin-top: 12px;    
    }    
}
@media ( max-width: 991px ){
    .not-found { 
        min-height: calc(100vh - 80px); 
    }    
    .not-found .title{
        font-size: 16px;
    }
    .not-found img{
        max-width: 420px;
    }
    .not-found .link{
        font-size: 14px;
    }
    .values .item{
        width: 50%;
        margin-bottom: 30px;
    }
    .values{
        padding: 35px 0;
    }
    .values .values-title{
        margin-bottom: 35px;
    }
    .values .item-image{
        margin-bottom: 20px;
    }
    .delivery-row .item{
        padding: 0 14px;
    }
    
    .faq-col{
        width: 100%;
    }
}