.stomatology-vodopodgotovka{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
/* .stomatology-vodopodgotovka img:nth-child(1),.stomatology-vodopodgotovka img:nth-child(3){
    width: 33%;
} */
/* .stomatology-vodopodgotovka img:nth-child(2){
    width: 33%;
} */
.stomatology-vodopodgotovka img {
    width: 33%;
}
.stomatology-scheme{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    width: 1320px;
}
.stomatology-scheme__item{
    border: 1px dashed rgba(229, 0, 107, 0.36);
    border-radius: 40px;
    width: 162px;
    padding: 30px 0;
    text-align: center;
    position: relative;
    transition: .4s;
}
.stomatology-scheme__item::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    border-right: 1px dashed rgba(229, 0, 107, 0.36);
    box-shadow: 0px 4px 4px 0px #00000040;
    top: -30px;
}
.stomatology-scheme__item:hover{
    background: #F7F8F8;
    border-color: #F7F8F8;
}
.stomatology-scheme__item p{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #666B6E;
}
.stomatology-scheme__item img{
    margin: 10px auto 15px auto;
    max-height: 130px;
    height: 130px;
}
.stomatology-scheme__item-count{
    width: 32px;
    height: 32px;
    background: #ff88bd;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin: 0px auto 12px auto;
    border-radius: 50%;
}
.stomatology-scheme__item-arrow{
    margin: 0 8px;
}
.stomatology-scheme__item__subitems{
    position: absolute;
    top: 325px;
    left: -67px;
}
.stomatology-scheme__item__subitems > img{
    margin-bottom: 8px;
}
.stomatology-scheme__item__subitems-wrapper{
    display: flex;
}
.stomatology-scheme__item__subitems .stomatology-scheme__item{
    width: 132px;
    height: 168px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.stomatology-scheme__item__subitems .stomatology-scheme__item img{
    margin: 0;
}
.stomatology-scheme__item__subitems .stomatology-scheme__item:first-child{
    margin-right: 30px;
}
.stomatology-tasks{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.stomatology-tasks__item{
    width: 240px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}
.stomatology-tasks__item-img{
    width: 95px;
    height: 95px;
    background: #666B6E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}
.stomatology-tasks__item span{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #001D46;
    display: block;
    width: 100%;
    min-height: 40px;
}
.stomatology-scheme-wrapper{
    overflow-x: auto;
    position: relative;
    padding-top: 130px;
}
.stomatology-scheme__desc-block{
    position: absolute;
    /* background: #F7F8F8;
    border-radius: 40px; */
    width: 355px;
    height: 100px;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #001D46;
}
.stomatology-scheme__desc-block::before{
    content: '';
    width: calc(100% - 164px);
    position: absolute;
    bottom: 0;
    left: 82px;
    border-bottom: 1px dashed rgba(229, 0, 107, 0.36);
    box-shadow: 0px 4px 4px 0px #00000040;
}
.stomatology-scheme__desc-block#desc-block-1{
    left: 96px;
    top: 0px;
}
.stomatology-scheme__desc-block#desc-block-2{
    top: 0;
    left: 482px;
    width: 548px;
}
.stomatology-scheme__desc-block#desc-block-3{
    top: 0;
    left: 1062px;
    width: 162px;
    font-size: 18px;
}
.stomatology-advantages{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.stomatology-advantages__item{
    width: 240px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}
.stomatology-advantages__item-img{
    width: 95px;
    height: 95px;
    background: #8AD1E8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}
/* .stomatology-scheme__item.stomatology-scheme__item--small,
.stomatology-scheme__item.stomatology-scheme__item--medium  {
    height: fit-content;
} */
.stomatology-scheme__item--small img {
    max-height: 70px;
    margin: 35px auto 50px auto;
}
.stomatology-scheme__item--medium img {
    max-height: 100px;
    margin: 20px auto 35px auto;
}
.stomatology-advantages__item span{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #001D46;
    display: block;
    width: 100%;
}
/* .stomatology-scheme__item--double {
    width: 220px;
} */
.stomatology-scheme__item-double-container {
    display: flex;
}
.stomatology-scheme__item-double-container>div {
    position: relative;
}
.stomatology-scheme__item-double-container>div:first-of-type:before {
    display: none;
}
.stomatology-scheme__item-double-container>div::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 200px;
    left: -1px;
    top: 0;
    border-left: 1px dashed rgba(229, 0, 107, 0.36) ;
}
.stomatology-scheme__desc-block--one-item {
    width: 162px;
    font-size: 16px;
}

/* Новые цвета */
/* текст */
.section-new-color h1,
.section-new-color h2,
.section-new-color h3,
.section-new-color h4,
.section-new-color h5,
.section-new-color h6,
.section-new-color p,
.section-new-color ul,
.section-new-color ol,
.section-new-color dl,
.section-new-color a.link-dark,
.section-new-color
{
    color: #001D46;
}

/* акцент */
.section-new-color .btn__accent-dark {
    background-color: #ff88bd;
}

.section-new-color a.btn__white-accent-dark {
    border: 1px solid #ff88bd !important;
    color: #ff88bd !important;
}

.section-new-color .input-required::before {
    color: #ff88bd;
}

.section-new-color .link-dark:hover {
    color: #ff88bd;
}

.pools-download__title {
    margin-bottom: 30px;
    text-transform: uppercase;
}

.pools-download-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pools-download__item {
    width: 630px;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #D4D4D4;
}

.pools-download__item:nth-child(1),
.pools-download__item:nth-child(2) {
    border-top: 1px solid #D4D4D4;
}

.pools-download__item__name {
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
}

.pools-download__item__name a.document_link {
    color: #001D46;
}

.pools-download__item-right {
    display: flex;
    align-items: center;
}

.pools-download__item__type {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-right: 20px;
}

.pools-download__item a {
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    color: #ff88bd;
}

.pools-download__item__list {
    width: 100%;
    margin-top: 10px;
    display: none;
}

.pools-download__item__list__item {
    margin-bottom: 5px;
}

.pools-download__item__list__item a {
    font-weight: 500;
}

.pools-download__item-open-list {
    position: relative;
    height: 19px;
}

.pools-download__item-open-list::after {
    content: url(../../../img/icons/icon-plus-accent-fat-big.svg);
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.5;
}

.pools-download__item-open-list:hover::after {
    filter: none;
    opacity: 1;
}

.pools-download__item-open-list.active::after {
    transform: rotate(-45deg);
    filter: none;
    opacity: 1;
}

.display-page.display-big .img-absolute {
    height: 100%;
}

.laboratory-page__banner{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: calc(100vh - 310px);
    height: calc(var(--viewport-height) - 310px - var(--added-small-value));
    background-size: cover;
    background-position: center 30%;
    position: relative;
    max-height: 820px;
    min-height: 320px;
}
.laboratory-page__banner::before{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}
.laboratory-page__banner-wrapper{
    position: relative;
    text-align: center;
    margin-bottom: 6.4%;
    max-width: 90%;
}
.laboratory-page__banner-title{
    color: white;
    font-size: 58px;
    line-height: 72px;
    font-weight: 900;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.laboratory-page__banner-title--shadow{
    text-shadow: 1px 1px 5px rgba(2, 23, 74, 1);
}
.laboratory-page__banner-subtitle{
    color: white;
    font-size: 18px;
    line-height: 28px;
}

@media(min-width:1459.98px){
    .display-page.display-big {
        padding-bottom: calc(100vh - 300px);
    }
}
@media(min-width: 1201px) and (max-width:1459.98px) {
    .display-page.display-big {
        padding-bottom: calc(90vh - 400px);
    }
}
/* Конец новых цветов для текста */
@media(max-width:1459.98px){
    .pools-download__item {
        width: 48%;
    }
    .stomatology-tasks__item{
        width: 220px;
    }
}
@media(max-width:1199.98px){
    .stomatology-tasks{
        justify-content: center;
    }
    .stomatology-tasks__item{
        width: 25%;
        margin: 20px;
    }
    .display-big {
        padding-bottom: 350px;
    }
}
@media(max-width: 991.98px){
    .pools-download__item {
        width: 100%;
    }
    .pools-download__item:nth-child(2) {
        border-top: 0;
    }
    .stomatology-tasks__item{
        width: 200px;
        margin: 20px;

    }
}
@media screen and (max-width: 767px) {
    .display-big {
        padding-bottom: 50%;
        overflow:hidden;
      }
}
@media(max-width:519.98px){
    .stomatology-advantages{
        justify-content: center;
    }
}
@media(max-width:479.98px){
    .pools-download__item__name {
        font-size: 14px;
    }
    .pools-download__item__type {
        font-size: 14px;
    }
    .pools-download__item a {
        font-size: 14px;
    }
    .stomatology-vodopodgotovka{
        flex-wrap: wrap;
        margin-top: 25px;
    }
    .stomatology-vodopodgotovka img{
        max-width: 100% !important;
        width: 100%;
        margin-bottom: 10px;
    }
}