.section .desinger-page h1 {
    font-size: 28px;
    font-family: 'PFDinTextPro';
    margin-bottom: 50px;
}

.desinger-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.desinger-row + .desinger-row {
    margin-top: 20px;
}

.desinger-page .interiors {
    width: calc(100% - 343px);
    overflow: hidden;
    position: relative;
    left: 30px;
}

.desinger-page.detail .interiors {
    left: 0px;
    margin-left: 0px;
    padding-left: 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    overflow: visible;
    width: calc(100% - 409px);
}

.desinger-page.detail .interiors .item {
    width: 50%;
    margin: 0px!important;
    box-shadow: none;
}

.desinger-page.detail .interiors .item-box {
    box-shadow: 0px 0px 28px 0px rgba(0,0,0,.07);
    max-width: 384px;
    margin: 0px 11px 21px 11px;
}

.desinger-page .desinger-list .author {
    width: 343px;
    border: 1px solid #f3f3f3;
    padding: 20px;
}

.desinger-page .desinger-list .author .img a {
    padding: 30px;
    display: block;
    text-align: center;
    left: 0px;
    box-sizing: border-box;
}

.desinger-page .desinger-list .author .block {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e1e1e1;
    font-size: 15px;
}

.desinger-page .desinger-list .author .block ul {
    list-style: none;
    padding: 0px;
}

.desinger-page .desinger-list .author .block ul li a {
    color: #4d5dec;
}

.desinger-page .desinger-list .author .block .social a {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.desinger-page .desinger-list .author .block .social a.vk {
    background: url('images/vk.png') no-repeat 0px 0px;
}

.desinger-page .desinger-list .author .block .social a.fb {
    background: url('images/fb.png') no-repeat 0px 0px;
}

.desinger-page .desinger-list .author .block .social a.inst {
    background: url('images/inst.png') no-repeat 0px 0px;
}

.desinger-page .desinger-list .author .block ul li + li {
    margin-top: 3px;
}

.desinger-page .desinger-list .author .block .title {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: bolder;
}

.desinger-page .desinger-list .author .block.styles .title {
    margin-bottom: 0px;
}

.desinger-page .desinger-list .author .text {
    font-size: 15px;
    line-height: 24px;
}

.desinger-page .desinger-list .author .img a span {
    display: inline-block;
    margin-bottom: 50px;
    font-family: 'PFDinTextPro';
    font-size: 21px;
    color: #000;
    text-shadow: 0px 0px 0px #000;
}

.desinger-page .desinger-list .author .img a img {
    display: inline-block;
    border-radius: 50%;
}

.desinger-page .interiors-slider {
    display: flex;
}

.desinger-page .interiors-slider .slide {
    display: flex;
    justify-content: space-between;
    padding: 0px 30px 30px 30px;
}

.desinger-page .interiors .item {
    width: 50%;
    box-shadow: 0px 0px 28px 0px rgba(0,0,0,.07);
}

.desinger-page .interiors .item p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.desinger-page .interiors .item .more {
    display: inline-block;
    background: #ffdd00;
    color: #000;
    text-align: 0px 0px 0px #000;
    padding: 10px 50px;
    font-size: 14px;
    margin-top: 20px;
}

.desinger-page .interiors .item:first-child {
    margin-right: 11px;
}

.desinger-page .interiors .item:last-child {
    margin-left: 11px;
}

.desinger-page .interiors .item .img {
    position: relative;
    text-align: center;
}

.desinger-page .interiors .item .img img {
    max-width: 100%;
}

.desinger-page .interiors .item .title {
    font-family: 'Arial';
    font-size: 19px;
    color: #000;
    margin-bottom: 10px;
    width: 85%;
    text-shadow: 0px 0px 0px #000;
}

.desinger-page .interiors .item .text {
    padding: 20px;

}

.desinger-page .tags a,
.desinger-project .tags a {
    font-size: 13px;
    background: #374ceb;
    color: #fff;
    padding: 0px 15px;
    height: 26px;
    display: inline-block;
    margin: 10px 13px 0px 0px;
    line-height: 26px;
    text-align: center;
    min-width: 80px;
    position: relative;
    text-decoration: none;
}
.desinger-project .tags  {
    margin-top: 15px;
}
.desinger-page .tags a:after,
.desinger-project .tags a:after {
    content: '';
    position: absolute;
    top: 1px;
    right: -7px;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-left: 7px solid #374ceb;
    border-bottom: 13px solid transparent;
}

.desinger-page .interiors-slider .owl-prev,
.desinger-page .interiors-slider .owl-next {
    position: absolute;
    top: 100px;
    width: 38px;
    height: 38px;
    background: url(images/arrow.png) no-repeat 12px 8px #fff!important;
    border-radius: 50%;
    border: none;
}

.desinger-page .interiors-slider .owl-prev {
    left: 50px;
}

.desinger-page .interiors-slider .owl-next {
    right: 50px;
    transform: rotate(180deg);
}

@media (max-width: 1261px) {
    .desinger-page .interiors {
        left: 0px;
    }
}

@media (max-width: 1200px) {
    .desinger-page .desinger-list .author {
        width: 243px;
    }

    .desinger-page .desinger-list .author .img a {
        padding: 20px;
    }

    .desinger-page .interiors {
        width: calc(100% - 243px);
    }
}

@media (max-width: 768px) {
    .desinger-row {
        flex-wrap: wrap;
    }

    .desinger-page .desinger-list .author {
        margin-bottom: 20px;
    }

    .desinger-page .desinger-list .author,
    .desinger-page .interiors {
        width: 100%;
    }

    .desinger-page .desinger-list .author .img a span {
        display: block;
    }
    .desinger-page.detail .interiors {
        padding: 0px;
    }
}

@media (max-width: 640px) {
    .desinger-page .interiors-slider .slide {
        flex-wrap: wrap;
    }

    .desinger-page .interiors .item,
    .desinger-page.detail .interiors .item {
        width: 100%;
        margin: 0px 0px 20px 0px!important;
    }
}