@font-face { font-family: 'Gotham Pro'; font-style: normal; font-weight: normal; src: url('../margo/fonts/gothampro.woff2') format('woff2'); font-display: swap }
h1,h2,h3,h4,h5,h6,p,ul,li, hr{margin: 0; padding: 0; border: none;}
ul li{list-style: none;}

.screening-content{
    font-family: 'Gotham Pro',  Sans-Serif!important;
    font-style: normal;
    max-width: 1320px;
    box-sizing: border-box;
    margin: 0 auto;
    font-size: 15px !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

.blue-text{color: #005A8C!important;}
.black-text{color: #000 !important;}
.leftMenu{ max-width: 20%;}
.vertical-menu{
    position: relative;
    font-size: 14px;
    line-height: 15.4px;
    color:#B3B3B3;
    padding-top: 15px;
}
.vertical-menu__icon{
    fill: inherit;
    stroke: inherit;
}
.vertical-menu__elem{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 2;
    cursor: pointer;
    margin-bottom: 19px;
    column-gap: 15px;
    fill: #B3B3B3;
    stroke: #B3B3B3;
    color:#B3B3B3!important;
    transition: 1s all;
}
.vertical-menu__text{
    font-size: 14px!important;
    font-weight: 600;
    line-height: 15.4px!important;
    color:inherit!important;
    margin: 0!important;
}
.line{
    width: 2px;
    position: absolute;
    z-index: 1;
    left: 11px;
    top: -20px;
}
.vertical-menu__elem-active{color:#005A8C!important;stroke: #005A8C; fill:#005A8C;}
.vertical-menu-fixed{
    position: fixed;
    top: 100px;
}
.vertical-menu-absolute{position: relative;}
.mob-menu{
    display: none;
    max-width: 605px;
    flex-direction: column;
    z-index: 100;
    box-shadow: 0px 4px 21px 0px #00000040;
    border-radius: 0 0 25px 25px;
    background-color: #fff;
}
.mob-menu__icon{
    fill: inherit;
    stroke: inherit;
}
.mob-menu__elem{
    display: none;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0 15px 15px;
    column-gap: 15px;
    fill: #005A8C;
    stroke: #005A8C;
    color:#005A8C!important;
    transition: 1s all;
    width: 100%;
    margin: auto;
}
.mob-menu-fixed{
    position: fixed;
    top: 48px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.mob-menu-absolute{
    position: relative;
    width: 100%;
}
.mob-menu__elem-active{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 0 15px 15px;
    column-gap: 15px;
    background-color: #005A8C!important;
    fill: #fff;
    stroke: #fff;
    color:#fff!important;
    border-radius: 0 0 25px 25px;
}
.mob-menu-show{
    display: flex;
    justify-content: center;
    border-radius: 0;    
}
.mob-menu__elem-active::after {
    position: relative;
    left: 5%;
    width: 8px;
    height: 8px;
    content: '';
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
}
.mob-menu-show::after {transform: rotate(225deg);}
.mob-menu__text{
    font-size: 14px!important;
    font-weight: 600;
    line-height: 15.4px!important;
    color:inherit!important;
    margin: 0!important;    
}
.mob-menu__hr{
    border-top: 1px solid #D5D5D5;
    display: none;
    width: 90%;
    margin: auto;
}
.mob-menu-fixed :last-child{border-radius: 0 0 25px 25px!important;}
.image{
    background-position: right;
    height: 350px;
    width: 100%;
}
.banner{
   background: #005A8C;
   clip-path: polygon(0 0, 38% 0, 63% 100%, 0% 100%);
   padding: 25px 20px;
   height: 350px;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
}
.banner__h1{
    color: #FFFFFF;
    font-weight: 700;
    font-size: 48px;
    line-height: 46px;
    padding-bottom: 20px;
}
.banner__p{
    color: #FFFFFF!important;
    font-weight: 400!important;
    font-size: 14px!important;
    line-height: 15px!important;
    margin: 0!important;
}
.banner-text{max-width: 456px;}
.img-mob{display: none;}
.greyBox{
    background-color: #E8EBEE;
    max-width: 80%;
}
.box-content{padding: 20px 25px;}
.title_h2{
    font-family: 'Gotham Pro',  Sans-Serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 43.07px;
    padding: 30px 0;
    word-break: break-word;
    hyphens: auto;
}
.subtitle{
    font-family: 'Gotham Pro',  Sans-Serif;
    font-size: 20px!important;
    font-weight: 600;
    line-height: 19.14px!important;
    padding: 20px 0;
    margin: 0!important;
}
.symptoms-container-grid{
    display: grid;
    grid-template-columns: repeat(2, 50%);
    row-gap: 20px;
}
.symptoms__item{
    display: inline-flex;
    align-items: center;
    position: static!important;
    margin: 0!important;
}
.symptoms__text{font-size: 14px !important; max-width: 80%;}
.icon-li{margin: 0 10px;}
.bottom-text{
    padding: 30px;    
    border-left: #B3B3B3 solid 5px;
}
.programm{
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(3, 1fr);
}
.programm__elem{
    background-color: #005A8C;    
    color: #ffffff;
}
.programm__text{
    font-size: 20px!important;
    line-height: 120% !important;
    color: #FFFFFF!important;
    padding: 15px!important;
    text-align: center!important;
    font-weight: 500!important;
}

.programm__emun{
    font-size: 15px !important;
    line-height: 160% !important;
    margin-bottom: 11px !important;
}
div.programm__dopBlock{
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin: 20px 0;
}
.proggram__dop{
    font-size: 16px;
    line-height: 16.8px;
    background: #fff;
    display: inline-flex;
    max-width: 80%;
    padding: 0px 30px;
}
div.programm__img{
    display: inline-flex;
    background: #005a8c;
    width: 136px;
    height: 115px;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}
.screen-price{
    background-color: #FFFFFF;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    padding: 25px 0;
}
.screen-price__p{
    font-size: 36px!important;
    font-weight: 600;
    line-height: 45.94px!important;
    text-wrap: balance;
    margin: 0 20px !important;
}
.screen-price__cost, .screen-price__title{
    margin: auto;
    text-align: center;
}
.screen-price__star{padding: 30px; box-sizing: content-box;}
.price__hr{
    height: 77px;
    width: 5px;
    background-color: #B3B3B3;
    margin: 25px 0;
}
.preparation{
    background-color: #FFFFFF;
    padding: 20px;
    margin-bottom: 25px;
    display: flex;
    column-gap: 30px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.preparation__text{
    font-size: 24px!important;
    font-weight: 600;
    line-height: 25.2px!important;
    word-break: break-word;
    hyphens: auto;
}
.preparation-link__next{
    background-color: #E8EBEE;
    height: 110px;
    display: flex;
    align-items: center;
    padding: 0 15px;
}
.preparation__icon{fill: #005A8C;}
.preparation__img{max-width: 225px;}
.preparation__link{
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.preparation__img-block{
    display: inline-flex;
    column-gap: 30px;
}
.screen-dlitelnost{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
}
.screen-dlitelnost__hour{
    width: 250px;
    height: 250px;
    background-color: #005a8c;
    padding: 25px 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}
.screen-dlitelnost__big{
    font-weight: 800!important;
    font-size: 40px!important;
    line-height: 85%!important;
    text-align: center!important;
    color: #fff!important;
}
.screen-dlitelnost__text{
    margin: 20px;
    max-width: 60%;
}
.screen-dlitelnost__p{
    font-size: 20px!important;
    line-height: 150%!important;
}
.thin_hour{
    font-weight: 400;
    font-size: 28px;
}
.contact-blocks{
    display: grid;
    gap: 20px;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto auto;
    grid-auto-flow: column;      
}
.contacts{
    background-color: #FFFFFF;
    padding: 10px;
    height: 150px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.contacts__text{
    margin: 0 10px!important;
    font-size: 20px!important;
    line-height: 140%!important;
}
.contacts-time__thin{
    font-weight: 400!important;
    font-size: 20px!important;
    line-height: 170%!important;

}
.contacts-time {
    grid-row: span 3;
    background: #005a8c;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.contacts-time__text{
    font-weight: 600 !important;
    font-size: 40px !important;
    line-height: 120% !important;
    text-align: center !important;
    color: #fff !important;
}
.phone-link{
    text-decoration: none;
    font-weight: 600;
}
.phone-link:hover{
    text-decoration: underline;
    color:  #005A8C;

}
.icon-contacts{
    margin-left: 5px;
    fill: #005A8C;
}
.contacts__icon-time{fill: #005A8C;}
.discount-block{max-width: 100%;}
.discount{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.discount__elem{
    display: flex;
    flex-direction: row;
    max-width: 560px;
}
.discount__title{
    font-size: 41px;
    line-height: 43.05px;
    color: #FFFFFF;
}
.discount__text{
    font-size: 20px!important;
    line-height: 21px!important;
    color: #FFFFFF!important;
}
.discount__background{
    background-color: #005A8C;
    padding: 25px;
    height: 255px;
    box-sizing: border-box;
}
.discount__hr{
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
    margin: 15px 0;
}

@media all and (max-width:1140px) {
    .discount{flex-direction: column; row-gap: 25px; align-items:center;}
    .discount__elem{max-width: 605px;}
    .contact-blocks{display: flex;flex-direction: column;}
    .contacts{max-width: 100%; width: 100%; box-sizing: border-box; height: auto;}
    .contacts__text{font-size: 20px; line-height: 21px; margin: 20px 10px;}
    .contacts-time{flex-direction: row; justify-content: space-evenly;}
    .contacts-time__text{font-size: 20px; line-height: 21px;}
    .programm{grid-template-columns: repeat(1, 1fr); max-height: 100%;}
    .screen-price{flex-wrap: wrap; flex-direction: column-reverse; height: auto;}
    .screen-price__p{text-align: center!important;font-size: 35px!important;}
    .price__hr{height: 3px; width: 70%;}
    .screen-price__star{display: none;}

}
@media all and (max-width:1036px) {
    .vertical-menu__elem {column-gap: 5px;}
    .vertical-menu__text {font-size: 12px !important;}
    svg.vertical-menu__icon:last-of-type {width: 20px;height: 20px;}
    .line{left: 9px;}
}
@media all and (max-width:923px) {
    .symptoms-container-grid{grid-template-columns: 100%}
    .programm__elem{max-width: 100%;}
    .proggram__dop{max-width: 100%; font-size: 20px; line-height: 20px;}
    .screen-dlitelnost{flex-direction:column;}
    .screen-dlitelnost__text{font-size: 20px; line-height: 21px; max-width: 100%;}
}
@media all and (max-width:888px) {
    .screening-content{max-width: 605px; gap: 0;}
    .vertical-menu{display: none;}
    .mob-menu{display: flex;}

    .img-mob{display: block; max-width: 100%;}
    .image{height: auto;}
    .banner{clip-path: none; height: auto; flex-direction: column-reverse; align-items: center;}
    .banner-star{align-self: flex-end;}
    .banner-text{height: auto; line-height: 22px; max-width: 100%;}
    .banner__p{font-size: 12px!important; }
    .greyBox{max-width: 100%;}
    .preparation{flex-wrap: wrap; padding: 20px 20px 0 20px;}
    .preparation__text{padding: 30px 0; font-size: 18px !important;}
    .preparation__img{max-width: 100%;}
    .preparation-link__next{height: 80px;}
    .contacts{max-width: 100%; width: 100%; box-sizing: border-box; height: auto;}
    .contacts__text{font-size: 20px; line-height: 21px; margin: 20px 10px;}
    .contacts-time__text{font-size: 20px!important; line-height: 21px;}
    .discount{flex-direction: column; row-gap: 25px;}
    .discount__elem{max-width: 100%;}
    .discount__title {font-size: 32px;}
    .discount__text{font-size: 18px!important;}
}

@media all and (max-width:600px) {
    .title_h2,.screen-dlitelnost__big  {font-size: 28px!important; word-break: normal; hyphens: none;}
    .discount__elem {flex-direction: column; align-items: center;}
    .discount__img{max-width: 100%;}
}
