.dop_main .main_right{
    height: 580px;
}
.dop_main .main_right img{
    animation: spin 3s infinite linear;
    width: auto;
    height: 450px;
}

@keyframes spin {
    0% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(0, 3%, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}
.dop_main{
    padding: 50px 0;
}
.dop_main .main_left{
    padding-left: 70px;
}
.swiper1{
    overflow: hidden;
}
.main_slide{
    width: 150px;
    height: 150px;
    margin: 0 auto;
    text-align: center;
    opacity: 0.7;
    border-radius: 50%;
    border: 3px solid #ba9a63;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_slide img{
    width: auto;
   height: 120px;
    border-radius: 20px;
}
.ms_title{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 15px;
}
.swiper-slide:hover .main_slide{
    opacity: 1;
}
.swiper-slide:hover .ms_title{
    text-decoration: underline;
    color: #ba9a63;
}
.screen_2{
    background: #21212C;
    position: relative;
    padding: 100px 0;
}
.screen_2:before{
    content: '';
    width: 100%;
    height: 100%;
    background: url("../images/bg3.png") repeat center 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
}
.service_item_wp{
    width: 33.333%;
    padding: 0 15px;
}
.services_wp{
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 70px;
}
.center_ico{
    text-align: center;
    margin-bottom: 20px;
}
.center_ico img{
    width: 50px;
    height: auto;
}
.screen_2 h2{
    font: 38px 'PlayfairDisplay';
    font-weight: 700;
    text-align: center;
    color: #fff;
}
.screen_2 .ml_subtitle{
    text-align: center;
}
.service_item{
    border: 1px solid #2D2D3C;
    padding: 50px;
    color: #fff;
    margin-top: 30px;
    transition: .2s;
}
.service_item:hover{
    background: #2D2D3C;
    box-shadow: 0 15px 35px 0 rgba(10, 10, 12, 0.3);
}
.service_item a{
    font-weight: 500;
    color: #fff;
}
.service_item a:hover{
    color: #D5846E;
}
.si_ico{
    width: 60px;
}
.service_item h3{
    font: 22px 'PlayfairDisplay';
    font-weight: 600;
    margin-top: 15px;
}
.service_item p{
    font-size: 15px;
    color: #ABABB5;
    line-height: 1.3;
    margin-top: 20px;
    margin-bottom: 15px;
}
.screen_3{
    background: #EEEBE6;
    position: relative;
    padding: 100px 0;
}
.screen_3:before{
    content: '';
    width: 100%;
    height: 100%;
    background: url("../images/bg1.png") repeat center 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
}
.dop_main_v2 .main_left{
    padding-left: 0;
}
.screen_4{
    background: #21212C;
    position: relative;
}
.screen_4:before{
    content: '';
    width: 100%;
    height: 100%;
    background: url("../images/bg3.png") repeat center 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
}
.screen_4 .main_left{
    color: #fff;
}
.screen_4 .main_left h2{
    font-size: 52px;
}
.screen_4 .ml_text{
    color: #ABABB5;
}
.dop_main_v2 .main_right{
    background: none;
}
.screen_5{
    background: #EEEBE6;
    position: relative;
    padding: 100px 0;
}
.screen_5:before{
    content: '';
    width: 100%;
    height: 100%;
    background: url("../images/bg1.png") repeat center 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
}
.screen_5 h2{
    font: 52px 'PlayfairDisplay';
    font-weight: 700;
    text-align: center;
}
.screen_5 .ml_subtitle{
    text-align: center;
}
.button{
    font-weight: 500;
    color: #ba9a63;
    border: 1px solid #ba9a63;
}
.button:hover{
    background: #ba9a63;
    color: #fff;
}
.button_fill{
    background: #ba9a63;
    color: #fff;
}
.button_fill:hover{
    background: none;
    color: #ba9a63;
}
.article_btn{
    width: 150px;
    height: 50px;
    margin-top: auto;
    transition: .2s;
}
.article_item_wp{
    width: 33.333%;
    padding: 0 15px;
    margin-top: 30px;
}
.articles_wp{
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 70px;
    align-items: stretch;
}
.article_info{
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    flex-grow: 1;
}
.article_title{
    display: block;
    font-size: 24px;
    font-weight: 700;
    overflow: hidden;
    margin-top: 0 !important;
    transition: .2s;
}
.article_item:hover .article_title{
    color: #ba9a63;
}
.article_text{
    line-height: 1.5;
    margin-top: 20px;
    height: 72px;
    overflow: hidden;
    margin-bottom: 15px;
}
.article_item{
    height: 100%;
    border: 1px solid #ba9a63;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.more_btn{
    width: 260px;
    height: 60px;
    font-size: 18px;
    margin: 50px auto 0 auto;
}
.screen_6{
    background: #21212C;
    position: relative;
}
.screen_6:before{
    content: '';
    width: 100%;
    height: 100%;
    background: url("../images/bg3.png") repeat center 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
}
.banner_d{
    width: 100%;
    background: #21212C;
    position: relative;  
}
.banner_d .main_wp{
    height: 120px;
}
.banner_d:before{
    content: '';
    width: 100%;
    height: 100%;
    background: url("../images/bg3.png") repeat center 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
}
.screen_6 .main_left{
    color: #fff;
}
.screen_6 .main_left h2{
    font-size: 52px;
}
.screen_6 .ml_text{
    color: #ABABB5;
}
.screen_6 .main_right{
    background: none;
}
footer{
    background: #EEEBE6;
    position: relative;
    padding: 50px 0;
}
footer:before{
    content: '';
    width: 100%;
    height: 100%;
    background: url("../images/bg1.png") repeat center 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
}
.footer_info{
    width: 23%;
    padding-right: 20px;
    margin-right: auto;
}
.f_list{
    width: 18%;
}
.f_list li{
    list-style: none;
    margin-top: 10px;
}
.f_list li:first-child{
    font: 18px 'PlayfairDisplay';
    font-weight: 600;
    margin-top: 0;
}
.f_list li a{
    border-bottom: 1px solid #000;
}
.fi_text{
    font-size: 14px;
    font-style: italic;
    margin-top: 10px;
}
.f_list li a:hover{
    color: #ba9a63;
    border-bottom: 1px solid #ba9a63;
}
.footer_top{
     border-bottom: 1px solid #ccc;
     margin-bottom: 50px;
     padding-bottm: 50px;
}
.f_links a{
    font-size: 14px;
    color: #ba9a63;
    border-bottom: 1px solid #ba9a63;
    margin-left: 10px;
}
.f_links a:hover{
    color: #000;
    border-bottom: 1px solid #000;
}
.cl_img{
    width: 500px;
}
.cl_img img{
    width: 100%;
    height: auto;
}
.cl_info{
    width: calc(100% - 500px);
    padding-left: 30px;
}
.content_line{
    margin-top: 30px;
}
.cl_img img{
    margin-top: 0;
}
.content_line h2:first-child{
    margin-top: 0;
}
.content_line p:first-child{
    margin-top: 0;
}
.content_line .cl_info:first-child{
    padding-left: 0;
    padding-right: 30px;
}
.content table{
    width: 100%;
    margin-top: 20px;
}
.content table th{
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    border: 1px solid #ba9a63;
}
.content table td{
    padding: 10px;
    border: 1px solid #ba9a63;
}
.content h3{
    font-size: 24px;
    font-weight: 600;
    margin-top: 30px;
}
.article_bottom_line{
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ccc;
}
.s_title{
    font-size: 14px;
    font-weight: 600;
    margin-right: 15px;
}
.article_data{
    font-size: 14px;
    font-weight: 600;
}
.pagination_wp{
    margin-top: 38px;
}
.pagination_wp a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #ba9a63;
    margin: 0 5px;
}
.pagination_wp a.active{
    background: #ba9a63;
    color: #fff;
}
.pagination_wp a:hover{
    background: #ba9a63;
    color: #fff;
}
.dop_main + h3{
    font: 24px 'PlayfairDisplay';
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 30px;
}
.si_price{
    font-size: 20px;
    font-weight: 500;
    color: #eee;
    margin-top: 10px;
    margin-bottom: 10px;
}
.mr_dop{
    position: relative;
    background: none;
}
.mr_dop:before{
    content: '';
    width: 320px;
    height: 100%;
    border: 7px solid #bcc5ca;
    border-radius: 300px 300px 0 0;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -165px;
}
.mr_dop img{
    border-radius: 0 0 60px 60px;
}
.content_block ul li strong{
    font-weight: 600;
}
.list_two_columns{
    column-count: 2;
}
.banner_d .main_right{
    height: auto;
    background: none;
}
.banner_d .main_left h2{
    font-size: 36px;
    line-height: 1;
    color: #fff;
}
.banner_d .catalog_btn{
    margin-top: 0;
    margin-left: auto;
}
.page-item.disabled {
    display: none;
}
.ao_gallery{
    margin-top: 10px;
}
.ao_gallery_item{
    display: block;
    width: 49%;
    border: 1px solid #ba9a63;
    margin-top: 20px;
}