div.page-top-photo-content > div {
    min-width: 50%;
    max-width: 100%;
    flex: 1 1 100%;
}

div.aside-info-block ul.socials {
    list-style: none;
    padding: 0;
    margin: 0 -5px;
    display: flex;
}

div.aside-info-block ul.socials > li > a {
    display: flex;
    align-items: center;
    width: 50px;
    height: 50px;
    background: #d0332c;
    justify-content: center;
    margin: 0 5px;
}

div.aside-info-block ul.socials > li:hover > a {
    background: #f69f2b;
}

div.aside-info-block .title {
    font-weight: 600;
}

div.aside-info-block .photo {
    display: block;
    padding-bottom: 35px;
}

div.aside-info-block .photo img {
    width: 100%;
    height: auto;
    display: block;
}


div.mertis-upgraded-list {
    margin: -66px -33px 0;
}

div.mertis-upgraded-list > div {
    margin-top: 66px;
    padding: 0 33px !important;
    display: flex;
}


div.mertis-upgraded-list-item {
    display: flex;
    flex: auto;
    flex-direction: column;
    box-shadow: 0px 0px 32px 0px rgb(242 242 242 / 84%);
    padding: 45px;
    font-size: 14px;
    line-height: 1.8;
    background: #fff;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

div.mertis-upgraded-list-item:hover {
    background: #f69f2b;
    color: #ffffff;
}

div.mertis-upgraded-list-item:hover .ico {
    color: #ffffff;
}
div.mertis-upgraded-list-item:hover .ico .cls-1 {
    fill: #ffffff;
}

div.mertis-upgraded-list-item .ico {
    color: #f6a333;
    display: flex;
    height: 81px;
    justify-content: center;
    margin-bottom: 35px;
}

div.mertis-upgraded-list-item:hover .title {
    color: #ffffff;
}

div.mertis-upgraded-list-item .title {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.3;
    font-size: 1.28em;
    color: #42495b;
    margin-bottom: 1em;
    text-align: center;
}

div.mertis-upgraded-list-item .descr {
    text-align: center;
}

div.mertis-upgraded-list-item .descr a {
    color: #d0332c;
}

div.accorditions-block {
    max-width: 830px;
    margin: 0 auto;
}

div.recommended-studio-program {
    position: relative;
}


div.recommended-studio-program .swiper-button-next,
div.recommended-studio-program .swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    font-size: 28px;
    width: 56px;
    height: 56px;
    border: 2px solid #ececec;
    margin-top: -28px;
    left: -96px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    color: #ececec;
}

div.recommended-studio-program .swiper-button-next {
    left: auto;
    right: -96px;
}

div.recommended-studio-program .swiper-button-prev:hover,
div.recommended-studio-program .swiper-button-next:hover {
    background: #d0332c;
    border-color: #a30902;
}

div.program-partners {
    width: 430px;
    margin: 0 auto;
}

div.program-partners .swiper-slide a img  {

    width: 100%;
    height: auto;

    filter: grayscale(100%);
}

div.recommended-studio-container {
    display: flex;
    z-index: 1;
    position: relative;
    background: #fafafa;
    padding: 58px 40px 50px 60px;

}

div.recommended-studio-container:before {
    left: 0;
    bottom: 0;
    width: 218px;
    height: 245px;
    position: absolute;
    content: '';
    z-index: -1;
    background: url(../images/misc/dec-8.png);
}

div.recommended-studio-container div.photo {
    min-width: 325px;
    margin-right: 50px;
}

div.recommended-studio-container div.image {
    display: block;
}

div.recommended-studio-container div.image img {
    display: block;
    width: 100%;
    height: auto;
}

div.recommended-studio-container div.descr {
    padding-top: 35px;
    font-size: 16px;
    color: #42495B;
    font-weight: 700;
    line-height: 1.625;

}

div.recommended-studio-container div.info {
    font-size: 15px;
    color: #808080;
    line-height: 1.733;


}

div.video-container {
    position: relative;
    width: 970px;
    margin: 0 auto;
}

div.video-container a.play-button {
    position: absolute;
    left: calc(50% - 43px);
    top: calc(50% - 43px);
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.91);
    width: 86px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d0332c;

}

div.video-container a.play-button:hover {
    color: #ffffff;
    background: #d0332c;

}

div.video-container a.play-button em {
    display: flex;
    padding-left: 8px;
}


div.page-top-photo-content .cont {
    max-width: 100%;
    line-height: 1.75;
}

div.page-top-photo-content .cont table tr td:first-child {
    padding-right: 15px;
}


/* XS */
@media (max-width: 767px) {
    div.video-container{
        width: auto;
    }
    div.recommended-studio-container{
        flex-direction: column;
        padding: 30px 15px;
    }
    div.recommended-studio-container div.photo{
        min-width: auto;
        margin: 0;
        margin-bottom: 15px;
    }
}

/* SM */
@media /*(min-width: 568px) and */
(max-width: 767px) {

}

/* */
@media (min-width: 768px) {

}

/* MD */
@media (min-width: 768px) and (max-width: 1023px) {
    div.page-top-photo-content > div {
        max-width: 100%;
    }
    div.video-container{
        width: auto;
    }

}

/* LG */
@media (min-width: 1024px) and (max-width: 1279px) {
    div.page-top-photo-content > div,
    div.page-top-photo-content .cont {
        max-width: 100%;
    }
}

/* XL */
@media (min-width: 1280px) {

}

/* PORTRAIT ORIENTATION*/
@media all and (orientation: portrait) {
}

/* LANDSCAPE ORIENTATION*/
@media all and (orientation: landscape) {
}
