@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Black.eot');
    src: url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Black.woff2') format('woff2'),
    url('../fonts/Roboto-Black.woff') format('woff'),
    url('../fonts/Roboto-Black.svg#Roboto-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Bold.woff2') format('woff2'),
    url('../fonts/Roboto-Bold.woff') format('woff'),
    url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.eot');
    src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Medium.woff2') format('woff2'),
    url('../fonts/Roboto-Medium.woff') format('woff'),
    url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Regular.woff2') format('woff2'),
    url('../fonts/Roboto-Regular.woff') format('woff'),
    url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.eot');
    src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Light.woff2') format('woff2'),
    url('../fonts/Roboto-Light.woff') format('woff'),
    url('../fonts/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Thin.eot');
    src: url('../fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Thin.woff2') format('woff2'),
    url('../fonts/Roboto-Thin.woff') format('woff'),
    url('../fonts/Roboto-Thin.svg#Roboto-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}



*{
    margin:0;
    padding: 0;
    border:0;
    box-sizing: border-box;
}

body{
    min-width: 320px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto';
}

img{
    max-width: 100%;
    height: auto;
}

.container{
    width: 100%;
    max-width: 1325px;
    padding: 0 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

header{
    min-height: 129px;
    position: relative;
    z-index: 2;
}

.header__wrap{
    display:flex;
    justify-content: space-between;
    padding: 28px 0 28px 0;
}

.header__menu-list{
    display:flex;
    list-style: none;
}

.header__menu-item{
    padding-left: 65px;
}

.header__menu-link{
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.header__menu-link:hover{
    text-decoration: underline;
}

.first-scrin{
    height: calc(100vh - 154px);
    margin-top: -159px;
    padding-top: 184px;
    min-height: 700px;
    display: flex;
    align-items: center;
    box-sizing: content-box;
    background: linear-gradient(73.28deg, #005CAB 2.94%, #060D34 99.22%);
    border-radius: 0px;
    position: relative;
    overflow: hidden;
}

.first-scrin::before{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    background-image:url(/_/i/bg-firstscrin.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

.first-scrin__content{
    width: 73%;
    color: #fff;
}
.btn{
    color: white;
    text-decoration: none;
    width: 290px;
    height: 69px;
    font-weight: 700;
    font-size: 22px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.44px;
    background: linear-gradient(88.49deg, #EF805F 2.37%, #AD2649 101.34%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.first-scrin__details {
    display: flex;
    align-items: center;
    margin-top: 123px;
}
.first-scrin__details span{
    font-weight: 300;
    font-size: 14px;
    line-height: 146%;
    display: block;
}
.first-scrin__details div{
    margin-left: 38px;
}
.first-scrin__details strong{
    font-weight: 700;
    font-size: 20px;
    line-height: 160%;
    display: block;
}
.btn:hover:not(:active) {
    background: linear-gradient(88.49deg, #AD2649 2.37%, #EF805F 101.34%);
}
.first-scrin__over-big-text{
    font-weight: 700;
    font-size: 1.877rem;
    line-height: 91%;
    color: #FFFFFF;
    margin-bottom: 32px;
}
.first-scrin__big-text2{
    font-size: 5.25rem;
    font-weight: 700;
    line-height: 103%;
    margin-bottom: 30px;
}
.first-scrin__big-text{
    font-size: 5.25rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 35px;
}

.first-scrin__text{
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.75rem;
}

.about-box{
    padding-top: 5rem;
    font-size: 1.25rem;
    line-height: 2rem;
    margin-bottom: -20px;
}

.about-box .container:after {
    content: '';
    display: block;
    width: 35%;
    padding-bottom: 17%;
    background-image: url(/_/i/decore-red.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: auto;
    margin-top: 3rem;
    margin-bottom: -11%;
    position: relative;
    z-index: 5;
}

.section-title{
    font-size: 1.625rem;
    font-weight: 300;
    line-height: 2.125rem;
    color: #A41A46;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}


.dig-title{
    font-size: 2.84rem;
    line-height: 1.4;
}

.about__content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 4rem;
}

.about__content-txt{
    max-width: 470px;
    margin-right: 25px;
}

.objective{
    display: flex;
    justify-content: space-between;
    margin-top: 13.75rem;
}

.objective__txt{
    width: 45%;
}

.objective__count{
    width: 45%;
    display: flex;
    flex-wrap: wrap;
}

.objective__count-item {
    width: 50%;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.objective__count-num b{
    display: block;
    font-weight: 700;
}

.objective__count-num span{
    display: block;
}

.objective__count-ico {
    margin-right: 10px;
}

.laboratory-box{
    margin-bottom: 15px;
}

.laboratory-list{
    list-style: none;
}

.laboratory-list__item{
    margin-bottom: 3rem;
}

.laboratory-list__item.open .laboratory-list__link::after{
    transform: rotate(90deg);
}

.laboratory-list__link{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    color: #000;
    text-decoration: none;
    transition: all 0.3s;
}


.laboratory-list__link:hover:after{
    transform: scale(1.15);
}

.laboratory-list__content{
    font-size: 1.25rem;
    line-height: 2rem;
    padding: 20px 0;
}

.laboratory-list__content ul, ol, p {
    margin-bottom: .5em;

}

.laboratory-list__content ul, .laboratory-list__content ol{
    margin-left: 50px;
}

.laboratory-list__content ul{
    list-style: disc;

}

.laboratory-list__content .director {
    font-size: 1rem;
    margin-bottom: 50px;
    line-height: 1.5rem;
    display: block;
    width: 80%;
}


.laboratory-name{
    font-size: 3.5rem;
    margin-right: 20px;
}

.laboratory-person{
    font-size: 1.25rem;
    margin-right: 20px;
}

.laboratory-list__link:after{
    content:"";
    display: block;
    width: 44px;
    height: 44px;
    background-image:url(/_/i/lab-btn.png);
    transition: all 0.3s;
}

/*New laboratory block*/

/* .laboratory-box .section-title{
	margin-bottom: 15px;
} */

.our-laboratories__item{
    padding: 50px 0 30px;
    font-size: 1.25rem;
    line-height: 2rem;
    font-weight: 300;
    margin-bottom: 40px;
}

.our-laboratories__item:last-child{
    margin-bottom: 0;
}

.our-laboratories__item.active{
    background: linear-gradient(73.28deg, #005CAB 2.94%, #060D34 99.22%);
    color: #fff;
}

.our-laboratories__item.active a{
    color: #fff;
}

.our-laboratories__link{
    display: block;
    /* max-width: 950px; */
    text-decoration: none;
    color: #000;
    padding-right: 60px;
    position: relative;
}

.our-laboratories__link:after{
    content:"";
    display: block;
    width: 54px;
    height: 54px;
    background-image:url(/_/i/lab-btn-white.svg);
    transform: rotate(-90deg);
    background-size: cover;
    transition: all 0.3s;
    position: absolute;
    right: 0;
    top:0;
}

.our-laboratories__link:hover:after{
    transform: scale(1.15);
}

.our-laboratories__item.active .our-laboratories__link::after{
    transform: rotate(0deg);
}

.our-laboratories__title{
    font-size: 46px;
    font-size: 2.875rem;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 15px;
    max-width: 960px;
}

.our-laboratories__person{
    display: flex;
    align-items: center;
    max-width: 960px;
}

.our-laboratories__person-img{
    width: 72px;
    height: 72px;
    min-width: 72px;
    min-height: 72px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.our-laboratories__person-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-laboratories__person-name{
    font-weight: 300;
}

.our-laboratories__content{
    margin-top: 40px;
}

.our-laboratories__content p{
    margin-bottom: 25px;
}
.our-laboratories__content ul{
    padding-left: 26px;
}

.our-laboratories__content ul li{
    list-style-image: url(/_/i/list-stile-arrow.svg);
    padding-left: 20px;
    margin-bottom: 20px;
}

.laboratory-box__decore:after {
    content: '';
    display: block;
    width: 36%;
    padding-bottom: 22%;
    background-image: url(/_/i/decor-blue.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: auto;
    margin-top: 15px;
    margin-bottom: -30px;
}

/*New laboratory block END*/

/*Block NEWS*/

.news-box{
    margin-bottom: 5rem;
}

.news-wrap{
    margin-top: 59px;
}

.new{
    display: block;
    text-decoration: none;
    color: #000;
    margin-bottom: 45px;
}

.new:hover .new__content{
    color: #A41A46;
}

.new__date{
    font-size: 1.25rem;
    color: #000;
    opacity: 0.4;
    margin-bottom: 30px;
    font-weight: bold;
}

.new__inner{
    display: flex;
    align-items: flex-start;
}

.new__pic{
    min-width: 210px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 50px;
}

.new__img{
    width: 100%;
    height: auto;
    display: block;
}

.new__content{
    font-size: 1.25rem;
    line-height: 1.2;
}

.new__title{
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
}

.more-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.more-link{
    font-size: 1.625rem;
    font-weight: 300;
    color: #A41A46;
    text-decoration: none;
    cursor: pointer;
}

.more-link:hover{
    text-decoration: underline;
}

/*End Block NEWS*/


.landing-quote{
    position: relative;
    overflow: hidden;
    margin-bottom: 5rem;
}

.landing-quote .container:before{
    content: '';
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    background: rgb(1,88,165,1);
    top: 0;
    left: 0;
    z-index: -1;
}

.landing-quote .container:after{
    content: '';
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    background: rgb(5,13,50,1);
    top: 0;
    right: 0;
    z-index: -1;
}

.landing-quote__bg {
    width: 100%;
    height: 0%;
    padding-bottom: 33.5%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
}

.landing-quote_txt{
    font-size: 3rem;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60%;
    right: 5%;
    display: flex;
    align-items: center;
}

.experts-box {
    margin: 5rem 0;
}

.expert-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.expert{
    width: 30%;
    margin: 0 1% 30px 1%;
}

.expert__link{
    text-decoration: none;
    color: #000;
}

.expert__link:hover .expert__position{
    text-decoration: underline;
}

.expert__photo{
    width: 100%;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
}

.expert__position{
    font-size: 1.312rem;
    line-height: 1.312rem;
    text-transform: uppercase;
    color: #0A61F7;
    margin-top: 15px;
}

.expert__desc{
    font-size: 1.25rem;
    line-height: 1.625rem;
    margin-top: 15px;
}
html{
    scroll-behavior: smooth;
}
.partener-box{
    padding: 5rem 0;
}

.parteners{
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
}

.partener{
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 1% 40px 1%;
    transition: all 0.3s;
}
.partener img {
    max-height: 60px;
    max-width: 80%;
}

/*.partener:hover{*/
/*transform: scale(1.1);*/
/*}*/

.footer{
    margin-top: 100px;
    padding: 100px 0 50px;
    background: linear-gradient(248.3deg, #060D33 7.7%, #005CAB 98%);
    font-size: 1.25rem;
    color: #fff;
    position: relative;
}

.footer::before{
    content: '';
    display: block;
    width: 36%;
    padding-bottom: 22%;
    background-image: url(/_/i/decor.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: auto;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}

.footer__title{
    font-size: 1.625rem;
    font-weight: 300;
    line-height: 2.125rem;
    text-transform: uppercase;
    margin-bottom: 65px;
}

.footer-contact{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    font-size: 4rem;
    line-height: 5.5rem;
    margin-bottom: 70px;

}

.footer-contact__link{
    color: #fff;
    text-decoration: none;
}

.footer-contact__link:hover{
    text-decoration: underline;
}

.footer-bottom__social-link{
    text-decoration: none;
    margin: 10px;
}

.footer-bottom__social-link:hover img{
    opacity: 0.8;
}

.footer-bottom{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-weight: 300;
    margin-bottom: 100px;
}

.footer-bottom__txt{
    max-width: 480px;
    font-size: 1.25rem;
    line-height: 1.875rem;
}

.footer-copy__link{
    color: #fff;
    text-decoration: underline;
}

.footer-copy{
    display: flex;
    flex-wrap: wrap;
    font-size: 0.75rem;
    font-weight: 300;
}

.footer-copy span{
    margin-right: 100px;
    margin-bottom: 10px;
    opacity: 0.4;
}

.footer-copy__link:hover{
    text-decoration: none;
}

.menu__btn {
    display: none;
    align-items: center;
    position: absolute;
    top: 40px;
    right: 20px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition-duration: .25s;
}
.menu__btn > span::before {
    content: '';
    top: -8px;
}
.menu__btn > span::after {
    content: '';
    top: 8px;
}

.menu__btn.open > span {
    transform: rotate(45deg);
}
.menu__btn.open > span::before {
    top: 0;
    transform: rotate(0);
}
.menu__btn.open > span::after {
    top: 0;
    transform: rotate(90deg);
}
.menu__box.open {
    visibility: visible;
    left: 0;
    z-index: 3;
}

.word-box{
    overflow: hidden;
    height: 500px;
    margin: 5rem 0;
}

.word-txt{
    display: flex;
    flex-wrap: wrap;
    width: 150%;
    margin-left: -10%;
    margin-right: 10%;
    font-size: 7.125rem;
    line-height: 7.2rem;
}

.word-txt__inner{
    margin: 30px 2%;
}

.word-txt--gray{
    color: #999;
}

.word-txt--black{
    color: #000;
}

.about-event{
    padding: 120px 0 92px;
}
.about-event p{
    font-weight: 300;
    font-size: 20px;
    line-height: 160%;
    color: #000000;
    margin-bottom: 27px;
}
.section-title2{
    margin-bottom: 65px;
    font-weight: 700;
    font-size: 46px;
    line-height: 74%;
    letter-spacing: 0.44px;
    text-transform: uppercase;
    color: #A41A46;
}

.section-title2.small{

    font-size: 1.4em;
    line-height: 140%;
}
.program .title{
    font-weight: 700;
    font-size: 46px;
    line-height: 120%;
}
.program {
    background: linear-gradient(73.28deg, #005CAB 2.94%, #060D34 99.22%);
    color: white;
    padding: 66px 0;
}
.tab-nav{
    text-align: center;
    margin-top: 42px;
    margin-bottom: 42px;
}
.tab-nav span{
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    position: relative;
    letter-spacing: 0.005em;
    padding: 17px 33px;
    cursor: pointer;
}

.tab-nav span.active:before{
    content: "";
    position: absolute;
    height: 5px;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(90deg, #F0815F 1.23%, #AB2348 96.6%);
}
.tab-nav span.active{
    font-weight: 700;
}
.program-item .event{
    display: flex;

}
.program-item .event .text strong{
    font-size: 26px;
    display: block;
}

.program-item .event .text .persons strong{
    display: inline;
}

.program-item .event .text p span{
    display: block;
    margin-bottom: 5px;
}
.program-item .event .text p{
    font-size: 26px;
    margin-top: 3px;
    margin-bottom: 17px;

}
.program-item .event .time_DISABLED:after{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIxMiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTExLjEyNyA2LjAwNiAwIDkuMDEzVjEybDE2LjY0NS00LjUwM2guMDA2TDE5IDYuODU4VjUuMTE2TDAgMHYyLjk4N2wxMS4xMjcgMy4wMloiLz48L3N2Zz4=);
    content: "";
    position: absolute;
    width: 19px;
    right: 15px;
    top: 10px;
    height: 12px;
}

.program-item .event p span,
.program-item .event p strong {
    position: relative;
}

.program-item .event p span:after,
.program-item .event p strong:after{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIxMiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTExLjEyNyA2LjAwNiAwIDkuMDEzVjEybDE2LjY0NS00LjUwM2guMDA2TDE5IDYuODU4VjUuMTE2TDAgMHYyLjk4N2wxMS4xMjcgMy4wMloiLz48L3N2Zz4=);
    content: "";
    position: absolute;
    width: 19px;
    left: -30px;
    top: 6px;
    height: 12px;
}


.program-item .event p.persons strong:after{
		background: none
}
.program-item .text{
    width: calc(100% - 240px);
}
.program-item .event .time{
    font-weight: 700;
    position: relative;
    font-size: 20px;
    line-height: 157.5%;
    letter-spacing: 0.005em;
    width: 240px;
}
.program-item{
    padding: 28px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #FFFFFF;
}
.program-item .event.small .time {
    font-weight: 300;
}
.program .container {
    position: relative;
}
.program .container:before {
    content: '';
    display: block;
    width: 30.6%;
    padding-bottom: 17%;
    background-image: url(/_/i/decore-red.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: auto;
    top: -168px;
    position: absolute;
    z-index: 5;
    right: 25px;
}
.program-item .event {
    margin-bottom: 15px;
    margin-top: 10px;
}
.program-item .event.small .text strong,
.program-item .event.small .text p {
    font-size: 22px;
    margin-bottom: 12px;
}

.program-item .event.small .text .persons strong,
.program-item .event.small .persons .text p {
    font-size: 20px;
    margin-bottom: 2px;
}
.register-section{
    padding: 130px 0 109px;
}
.form-container .form-row{
    display: flex;
    grid-gap: 31px;
    width: 100%;
}
.form-container {
    max-width: 1030px;
    margin-top: 96px;
    margin-left: auto;
    margin-right: auto;
}
.input-container input{
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), #C4C4C4;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 35px;
    height: 66px;
    text-indent: 44px;
    width: 100%;
    font-size: 20px;
    line-height: 23px;

}


.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #bbb;
  line-height: 28px;
}

.hidden {
    display: none;
}
.input-container input::placeholder{
    /*opacity: 0;*/
    color: #0f1f1c8a;
}
.input-container{
    position: relative;
    margin-bottom: 34px;
    width: 100%;
}
.input-container label sup{
    color: #A71E47;
}
.input-container label{
    color: #0f1f1c8a;
    position: absolute;
    left: 27px;
    background-color: white;
    top: 15px;
    padding: 5px 5px 5px 12px;
    transition: .1s;
    pointer-events: none;
}
.form-container .btn {
    margin: 67px auto 0;
}
.input-container input:focus + label,
.input-container input:not(:placeholder-shown) + label{
    top: -16px;
    left: 30px;
}
.more-news.active .less{
    display: inline !important;
}
.more-news.active .more{
    display: none !important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 35px;
    height: 66px;
    text-indent: 44px;
    width: 100%;
    font-size: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 64px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 63px;
    width: 60px;
}
.select2-results__option {
    padding: 14px 50px;
    font-size: 20px;
}
.select2-container--above.select2-container--default.select2-container--open .select2-selection--single {
    border-radius:  0 0 35px 35px;
}
.select2-container--below.select2-container--default.select2-container--open .select2-selection--single {
    border-radius: 35px 35px 0 0;
}
@media screen and (max-width:1279px) {
    .header__logo {
        width: 190px;
    }

    .landing-quote_txt {
        font-size: 2rem;
    }

    .first-scrin__big-text2 ,
    .first-scrin__big-text {
        font-size: 4rem;
        margin-bottom: 3rem;
    }

    .first-scrin::before{
        display: none;
    }

    .laboratory-name {
        font-size: 2.5rem;
    }

    .partener {
        width: 23%;
    }

    .word-box {
        height: 360px;
        margin: 3rem 0;
    }

    .word-txt {
        width: 300%;
        font-size: 4.125rem;
        line-height: 4.2rem;
    }
}

@media screen and (max-width:1023px) {
    .program-item .event .time:after {
        top: 5px;
    }
    .program-item .event .time,
    .program-item .event .text strong,
    .program-item .event .text p{
        font-size: 16px !important;
    }
    .first-scrin__details {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 56px;
    }
    .first-scrin__details div{
        margin-left: 15px;
        margin-top: 10px;
    }
    body.open-menu{
        overflow: hidden;
    }
    .menu__btn {
        display: flex;
    }
    .header__menu {
        position: fixed;
        top: 0;
        left: -1000%;
        width: 100%;
        height: 100%;
        background: linear-gradient(73.28deg, #005CAB 2.94%, #060D34 99.22%);
        transition: all 0.5s;
    }
    .header__menu.open {
        left: 0;
    }
    .header__menu-list {
        flex-direction: column;
        padding-top: 20px;
    }
    .header__menu-item {
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .first-scrin {
        height: auto;
        padding-bottom: 50px;
        min-height: auto;
        padding-top: 160px;
    }
    .about-box {
        padding-top: 5rem;
    }
    .dig-title {
        font-size: 2.5rem;
        line-height: 3rem;
    }
    .about__content {
        flex-direction: column;
    }
    .about__content-txt {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 50px;
    }
    .objective {
        margin-top: 5rem;
    }
    .objective__txt {
        width: 50%;
    }
    .objective__count {
        width: 48%;
    }

    /* .laboratory-box {
        margin-bottom: 8rem;
      } */

    .about-box .container:after {
        padding-bottom: 25%;
        margin-top: 2rem;
    }

    .landing-quote .container{
        max-width: 100%;
        padding: 0;
    }

    .landing-quote__bg {
        padding-bottom: 40%;
        background-size: cover;
    }
    .parteners{
        justify-content: space-around;
    }
    .partener {
        width: 33.3%;
        margin: 10px 0 20px 0;
    }

    .footer-contact {
        font-size: 3rem;
        line-height: 4rem;
    }

    .footer {
        margin-top: 80px;
        padding: 50px 0;
    }

    .program-item .event p span:after,
    .program-item .event p strong:after{
        top: 3px;
    }
}

@media screen and (max-width:768px) {
    .select2-container--default .select2-selection--single {
        border-radius: 18px;
        height: 50px;
        text-indent: 19px;
        width: 100%;
        font-size: 16px;
        line-height: 16px;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 49px;
        width: 46px;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 48px;
    }
    header .container{
        margin-bottom: 0;
    }
    .form-container {
        margin-top: 35px;
    }
    .form-container .form-row {
        display: block;
        grid-gap: 0;
    }
    .input-container input {
        border-radius: 18px;
        height: 50px;
        text-indent: 19px;
        width: 100%;
        font-size: 16px;
        line-height: 16px;
    }
    .input-container label {
        left: 13px;
        top: 10px;
        padding: 3px 3px 3px 5px;
        font-size: 14px;
    }
    .input-container input:focus + label,
    .input-container input:not(:placeholder-shown) + label {
        top: -14px;
        left: 14px;
    }
    .form-container .btn {
        margin: 30px auto 0;
        font-size: 18px;
        width: 290px;
        height: 56px;
    }
    .input-container {
        margin-bottom: 25px
    }
    .program .container:before {
        top: -109px;
    }
    .about-event p {
        font-size: 19px;
        margin-bottom: 15px;
    }
    .about-event {
        padding: 70px 0 40px;
    }
    .register-section {
        padding: 70px 0;
    }
    .program .title {
        font-size: 35px;
    }
    .section-title2 {
        margin-bottom: 35px;
        font-size: 35px;
        text-align: center;
    }
    .program-item .event {
        flex-direction: column;
    }
    .program-item .event .time:after {
        display: none;
    }
    .program-item .text {
        width: initial;
        margin-top: 20px;
        margin-left: 30px;
    }
    .container {
        padding: 0 15px;
    }
    .first-scrin__content {
        width: 100%;
        color: #fff;
    }
    .first-scrin__big-text2 ,
    .first-scrin__big-text {
        font-size: 2.5rem;
    }
    .dig-title {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .about__content {
        margin-top: 1.5rem;
    }

    .about-box{
        margin-bottom: 80px;
    }

    .about-box .container:after{
        display: none;
    }

    .objective {
        margin-top: 10rem;
        flex-direction: column;
    }
    .objective__txt {
        width: 100%;
        margin-bottom: 40px;
    }
    .objective__count {
        width: 100%;
    }
    /* .laboratory-box {
          margin-bottom: 5rem;
      } */
    .laboratory-list__item {
        margin-bottom: 1.5rem;
    }
    .laboratory-list__link {
        justify-content: start;
        width: 100%;
        position: relative;
        padding-right: 50px;
    }
    .laboratory-name {
        font-size: 1.5rem;
        width: 100%;
        margin-bottom: 20px;
    }
    .laboratory-list__link:after {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 0;
    }
    .laboratory-person{
        font-size: 1rem;
        margin-right: 0px;
    }

    .laboratory-list__content .director {
        width: 100%;
        margin-bottom: 20px;
    }

    .laboratory-list__content .director p {
        font-size: .9rem;
    }

    .laboratory-list__content ul, .laboratory-list__content ol {
        margin-left: 15px;
    }

    .our-laboratories__title{
        font-size: 1.5rem;
    }

    .laboratory-box__decore:after {
        width: 50%;
        padding-bottom: 30%;
    }

    .new__title {
        font-size: 1.25rem;
    }

    .new__pic {
        margin-right: 20px;
    }

    .landing-quote__bg {
        padding-bottom: 50%;
        background-size: cover;
    }
    .landing-quote_txt {
        font-size: 1.5rem;
    }

    .expert {
        width: 48%;
    }

    /*.partener {
          width: 60%;
      }*/

    .footer::before {
        width: 60%;
        padding-bottom: 30%;
    }

    .footer-bottom {
        justify-content: start;
        align-items: start;
        flex-direction: column;
        margin-bottom: 30px;
    }

    .footer-bottom__txt {
        font-size: 1.25rem;
        line-height: 1.875rem;
        margin-bottom: 20px;
    }

    .word-box {
        overflow: hidden;
        height: 225px;
        margin: 3rem 0;
    }

    .word-txt__inner {
        margin: 10px 2%;
    }

    .word-txt {
        width: 165%;
        font-size: 3.125rem;
        line-height: 3.2rem;
    }

    .program-item .event p span:after,
    .program-item .event p strong:after{
        width: 11px;
        left: -19px;
        top: 4px;
        height: 8px;
        background-size: cover;
    }
}

@media screen and (max-width:480px) {
    .first-scrin {
        height: auto;
        padding-bottom: 40px;
    }
    .first-scrin__big-text2 ,
    .first-scrin__big-text {
        font-size: 1.85rem;
        margin-bottom: 1.5rem;
    }
    .about-box {
        padding-top: 3rem;
    }
    .dig-title {
        font-size: 1.15rem;
        line-height: 1.8rem;
    }
    .about-box {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }

    .objective {
        margin-top: 4rem;
        margin-bottom: 4rem;
        flex-direction: column;
    }

    .objective__count-item {
        width: 100%;
    }

    .about-box .container:after{
        display: none;
    }

    .landing-quote__bg {
        height: 400px;
        padding-bottom: 0;
        background-size: cover;
    }

    .landing-quote_txt {
        font-size: 2rem;
        width: 85%;
    }

    .landing-quote_txt {
        font-size: 2rem;
        width: 85%;
    }

    .expert {
        width: 80%;
        margin: 0 auto 25px auto;
        text-align: center;
    }

    .word-txt {
        width: 180%;
    }

    .new__pic {
        min-width: 100%;
        overflow: hidden;
        margin: 0 auto 20px;
    }

    .new__inner {
        flex-direction: column;
    }

    .new__date {
        font-size: 1.125rem;
        margin-bottom: 15px;
    }



    .footer-contact {
        font-size: 2rem;
        line-height: 4rem;
    }

    .footer-bottom__txt {
        font-size: 1.125rem;
    }
}
.about__content-txt a,
.new__txt a {
    text-decoration: none;
    border-bottom: 2px dotted #333;
    color: #333;
}
.new:hover a {
    color: #A41A46;
    border-bottom: 2px dotted #A41A46;
}
