/* -------------------------------------------------------------------------- */
.gradient_bg {
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(236,239,241,1) 100%);
}
.gradient_bg > .gradient_bg {
    background: transparent !important;
}
/* -------------------------------------------------------------------------- */
body > * > div[otype] > div > div[otype=text].quote {
    z-index: 1;
    border-left: 12px solid <?=$aphrodite['colors']['corp_2']?>;
    padding: 18px 18px 18px 24px;
    -webkit-box-shadow: 0 0 24px 0px rgba(38, 50, 56, 0.25);
    -moz-box-shadow:    0 0 24px 0px rgba(38, 50, 56, 0.25);
    box-shadow:         0 0 24px 0px rgba(38, 50, 56, 0.25);
}
/* -------------------------------------------------------------------------- */
body > * > div[otype=pages_links] {
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(236,239,241,1) 100%);
}
body > * > div[otype=pages_links] > div {
    max-width: 1260px;
}
/* -------------------------------------------------------------------------- */
body > * > div[otype].new_mwidth {
    width: calc(100% - 0px);
    padding: 0;
    overflow: hidden;
}
main > .new_mwidth .gw6 {
    max-width: calc(100%/12*6 - 24px) !important;
    padding: 12px !important;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
@media only screen and (max-width: 829px){
    main > .new_mwidth .gw6 {
        max-width: calc(100% - 0px) !important;
        margin: 0 -12px 0 -12px !important;
        padding: 12px !important;
    }
    main > .new_mwidth .gw6:nth-child(1) { order: 1; }
    main > .new_mwidth .gw6:nth-child(2) { order: 2; }
    main > .new_mwidth .gw6:nth-child(3) { order: 3; }
    main > .new_mwidth .gw6:nth-child(4) { order: 5; }
    main > .new_mwidth .gw6:nth-child(5) { order: 4; }
}
main > .new_mwidth .gw6 > * {
    max-width: 640px;
}
/* -------------------------------------------------------------------------- */
[mid_14] #current_page ,
[mid_15] #current_page {
    display: none !important;
}
[mid_14] div[otype]#breadcrumbs > div > div[otype] ,
[mid_15] div[otype]#breadcrumbs > div > div[otype] {
    padding-bottom: 4px !important;
}
/* -------------------------------------------------------------------------- */
main > .doctor {
    padding-bottom: 0px !important;
}
main > .doctor .doctor {
    align-items: flex-end;
    align-content: flex-end;
}
main > .doctor div[otype=photo_single] {
    justify-content: center;
    padding-bottom: 0px !important;
}
main > .doctor div[otype=photo_single] figure {
    display: flex;
    justify-content: center;
    align-items: center;
}
main > .doctor > div + div {
    align-items: center;
    align-content: center;
}
main > .doctor > div + div [otype="header"]:first-child h3 {
    margin-bottom: -18px;
}
@media only screen and (max-width: 767px) {
    main > .doctor .doctor {
        box-shadow: 0 8px 8px 0 rgba(17,17,17,.12);
        margin-left: -12px !important;
        margin-right: -12px !important;
        margin-bottom: 24px !important;
        width: calc(100% + 24px) !important;
        max-width: unset !important;
    }
    main > .doctor .doctor + div h3 {
        text-align: center !important;
    }
}
/* -------------------------------------------------------------------------- */
main > .docs_list {
    position: relative;
}
main .docs_list > .docs_list > div {
    height: 100%;
}
main > .docs_list:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-image: url(/d/i/doc1.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-color: rgba(255,255,255,.5);
    z-index: 1;
}
main > .docs_list:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-image: url(/d/i/doc2.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-color: rgba(236,239,241,.5);
    z-index: 1;
}
main > .docs_list > * {
    z-index: 2;
}
.docs_list [otype="photo_single"] {
    align-items: flex-end;
    justify-content: flex-end;
}
.docs_list [otype="photo_single"] figure {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-bottom: -24px; */
}
.docs_list > .docs_list + .docs_list p {
    text-align: right;
}
.doc_fio {
    font-family: 'Gilroy', serif;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: -10px !important;
}
.doc_fio2 {
    font-family: 'Gilroy', serif;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #111;
    padding-bottom: 8px !important;
    margin-bottom: -10px !important;
}
.doc_desc {
    line-height: 1.12;
    margin: 8px 0 !important;
}
.docs_list a {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 140px;
    border: 1px solid #111 !important;
    border-radius: 4px;
    padding: 6px 0;
    font-family: 'Gilroy', serif;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
}
.docs_list a:hover {
    background: #111;
    color: #fff;
}
.docs_list > .docs_list + .docs_list a {
    margin-left: auto;
}
@media only screen and (max-width: 1023px) {
    .docs_list .ol-article {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 24px 0;
    }
    main > .docs_list:before {
        background-position-x: left;
        background-position-y: calc(50% - 396px/2 + 12px);
    }
    main > .docs_list:after {
        top: unset;
        bottom: 0;
        height: calc(50% - 12px);
    }
}
@media only screen and (max-width: 767px) {
    main .docs_list > .docs_list > div {
        height: auto;
    }
    .docs_list [otype="photo_single"] {
        justify-content: center;
        order: 1;
    }
    .docs_list [otype="text"] {
        order: 2;
    }
    .docs_list [otype="photo_single"] img {
        max-height: 400px;
        width: auto;
    }
    main > .docs_list:before {
        background-position-x: left;
        background-position-y: bottom;
        height: calc(50% + 24px);
        max-height: calc(400px + 24px);
    }
    main > .docs_list:after {
        top: calc(50% - 12px);
        bottom: unset;
        height: calc(50% + 24px);
        max-height: calc(400px + 24px);
    }
}
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
    #cid45 {
        justify-content: center;
    }
    main > .docs_list:after {
        display: none;
    }
    main .docs_list > .docs_list:nth-child(2) {
        position: relative;
    }
    main .docs_list > .docs_list:nth-child(2) [otype="photo_single"] {
        height: 424px;
        z-index: 2;
    }
    main .docs_list > .docs_list:nth-child(2):after {
        display: block;
        content: '';
        position: absolute;
        top: 12px;
        right: -12px;
        width: 50%;
        height: 424px;
        background-image: url(/d/i/doc2.png);
        background-repeat: no-repeat;
        background-position: bottom right;
        background-color: rgba(236,239,241,.5);
        z-index: 1;
    }
}
/* -------------------------------------------------------------------------- */
body > main > div[otype=advantages]#cid105 > div {
    max-width: 1370px;
}
body > main > div[otype=advantages]#cid105 > div > a[otype=advantage] {
    flex: 0 0 317px;
    width: 317px;
    max-width: unset;
    margin: 12px;
    padding: 0;
    border-radius: 0;
}
body > main > div[otype=advantages]#cid105 > div > a[otype=advantage]:hover {
    -webkit-box-shadow: 0 0 32px 0px rgba(17,17,17, 0.08);
    -moz-box-shadow: 0 0 32px 0px rgba(17,17,17, 0.08);
    box-shadow: 0 0 32px 0px rgba(17,17,17, 0.08);
}
#cid105 [otype=advantage] > p {
    width: 100%;
    height: 203px;
    margin: 0;
}
#cid105 [otype=advantage] > b {
    display: flex;
    width: 100%;
    height: 50px;
    margin: 0;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #111;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    text-transform: none;
}
#cid105 a[otype=advantage]:hover > b {
    color: #111;
    background: #fff;
}
#cid105 [otype=advantage] > span {
    font-family: 'Gilroy', serif;
    font-size: 16px;
    font-weight: 500;
    color: #111;
    width: calc(100% - 36px);
    padding: 8px 18px 12px 18px;
    margin: 0;
}
#cid105 a[otype=advantage]:hover > span {
    color: #fff;
    background: #111;
}
#cid105 [otype=advantage] > font {
    display: none !important;
}
/* -------------------------------------------------------------------------- */
#cid87 {
    margin-top: -48px;
}
/* -------------------------------------------------------------------------- */
#cid1125 h3 {
    order: 1;
}
#cid1125 p {
    order: 2;
    margin-bottom: 12px;
}
/* -------------------------------------------------------------------------- */
