@font-face {
    font-family: Lato;
    /* Имя шрифта */
    src: url(../fonts/Lato.ttf);
    /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: Avenir;
    /* Имя шрифта */
    src: url(../fonts/Avenir-Roman.ttf);
    /* Путь к файлу со шрифтом */
}

body {
    font-family: Lato;
}

#header {
    height: 80px;
    position: relative;
    z-index: 7;
}

.videos__block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}

.videos__block .col-lg-6 {
    width: 100%;
}

.videos__block-title {
    grid-column: 2 span;
}

.menu-header ul li {
    display: inline-block;
    margin-right: 25px;
}

.menu-header ul li a,
.menu-locales ul li a {
    display: block;
    line-height: 120px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #FFFFFF;
}

.menu-header ul li:last-child {
    margin-right: 0;
}

.menu-header ul {
    text-align: center;
}

.menu-locales ul {
    text-align: right;
}

.menu-locales ul li {
    display: inline-block;
}

.menu-locales ul li:first-child {
    margin-right: 15px;
}

.logo img {
    height: 100px;
    max-width: 150px;
    display: block;
    padding-left: 50px;
    padding-top: 27px;
}

#slide {
    height: 1000px;
    margin-top: -80px;
    background: linear-gradient(90deg, #181B3D 21.41%, rgba(58, 65, 133, 0.4) 99.8%), url(../images/slide.png);
    z-index: 3;
    position: relative;
}

#slide h1 {
    font-weight: 900;
    font-size: 65px;
    line-height: 78px;
    color: #FFFFFF;
    margin-top: 252px;
    margin-bottom: 30px;
}

#slide p {
    width: 540px;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 80px;
}

#slide ul li {
    display: inline-block;
}

#slide ul li:first-child {
    margin-right: 20px;
}

#slide ul li a {
    display: block;
    width: 320px;
    height: 60px;
    border: 1px solid #6774E3;
    box-sizing: border-box;
    border-radius: 4px;
    position: relative;
    font-family: Avenir;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 60px;
    color: #FFFFFF;
    text-align: center;
}

#slide ul li:first-child a {
    background: linear-gradient(180deg, #3D4EE7 0%, #5263F4 100%);
}


/* #slide ul li:last-child a:before {
    content: url(../images/svg/video.svg);
    display: inline-block;
    margin-right: 10px;
} */

#stats ul {
    height: 200px;
    box-shadow: 0 8px 45px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    margin-top: -100px;
    z-index: 3;
    background-color: white;
    padding-top: 24px;
}

#stats ul li {
    float: left;
    width: 25%;
    text-align: center;
}

#stats ul li img {
    display: block;
    margin: 0 auto 15px;
}

#stats ul li span {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 45px;
    line-height: 54px;
    color: #283446;
    margin-bottom: 10px;
}

#stats ul li p {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #000000;
}

.clear {
    clear: both;
}

#stats {
    position: relative;
    z-index: 6;
}

#video h3 {
    text-align: center;
    font-weight: 600;
    font-size: 45px;
    line-height: 54px;
    color: #283446;
    margin-top: 0;
    margin-bottom: 38px;
}

#video {
    margin-top: 50px;
    position: relative;
}

#video p {
    margin-bottom: 57px;
    text-align: center;
    font-size: 18px;
    line-height: 35px;
    color: #283446;
}

#video .col-lg-12 iframe {
    margin: 0 auto 150px;
}

.video-img1 {
    position: absolute;
    top: 469px;
    left: 5%;
}

.video-img2 {
    position: absolute;
    bottom: 68px;
    left: 5%;
}

.video-img3 {
    position: absolute;
    right: 5%;
    top: 469px;
}

.video-img4 {
    position: absolute;
    right: 5%;
    bottom: 68px;
}

#questions {
    padding: 100px 0;
    background: #F2F5F8;
}

#questions h4 {
    margin-top: 0;
    text-align: center;
    font-weight: 600;
    font-size: 45px;
    line-height: 54px;
    color: #283446;
    margin-bottom: 30px;
}

.logo-mobile img {
    width: 74px;
}

#questions .col-lg-12>p {
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    color: #283446;
    margin-bottom: 65px;
}

#questions ul li {
    position: relative;
    min-height: 112px;
    padding: 25px 20px;
    margin-bottom: 20px;
    background: #FFFFFF;
    border: 1px solid rgba(209, 214, 222, 0.8);
    box-sizing: border-box;
    border-radius: 15px;
    cursor: pointer;
}

#questions ul li span {
    display: block;
    position: relative;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #283446;
    margin-bottom: 15px;
}

#questions ul li .wrap-p {
    height: 20px;
    overflow: hidden;
    padding-right: 200px;
}

#questions ul li .wrap-p p {
    font-size: 16px;
    line-height: 25px;
    color: #62676D;
    text-align: left;
    margin-bottom: 20px;
}

#questions ul li a {
    position: absolute;
    right: 25px;
    top: 25px;
    display: block;
    width: 25px;
    height: 25px;
}

#questions ul li a:after {
    content: url(../images/svg/plus.svg);
    position: absolute;
    left: 0;
}

#questions ul li.active a:after {
    content: url(../images/svg/minus.svg);
    position: absolute;
    left: 0;
}

#questions ul li.active .wrap-p {
    height: auto !important;
}

#covid {
    padding: 0px 0 100px;
    position: relative;
}

#covid h4 {
    font-weight: 600;
    font-size: 45px;
    line-height: 54px;
    text-align: center;
    color: #283446;
    margin-top: 0;
    margin-bottom: 30px;
}

#covid .col-lg-12>p {
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #283446;
    margin-bottom: 75px;
}

.stages ul li {
    float: left;
    width: 350px;
    margin-right: 30px;
}

.stages ul li:last-child {
    margin-right: 0;
}

.stages ul li img {
    display: block;
    margin: 0 auto 40px;
    height: 200px;
}

.stages ul li span {
    display: block;
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #283446;
    text-align: center;
    margin-top: -20px;
}

.stages ul li p {
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #283446;
}

.count-peoples {
    text-align: center;
    margin-top: 80px;
}

.count-peoples>span {
    display: block;
    font-weight: 600;
    font-size: 45px;
    line-height: 54px;
    text-align: center;
    color: #283446;
    margin-bottom: 30px;
}

.count-peoples>p {
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    color: #283446;
    margin-bottom: 35px;
}

.scroll {
    width: 730px;
    height: 20px;
    background: #F2F5F8;
    border-radius: 100px;
    position: relative;
    margin: 0 auto;
}

.scroll span {
    position: absolute;
    height: 20px;
    display: block;
    width: 20%;
    background: #04C263;
    border-radius: 100px;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.12em;
    text-align: right;
    color: #FFFFFF;
    padding-right: 10px;
}

.left-description-map {
    float: left;
}

.left-description-map h6 {
    font-weight: 600;
    font-size: 45px;
    line-height: 54px;
    color: #283446;
    width: 400px;
    margin-bottom: 80px;
}

.left-description-map ul li {
    width: 350px;
    height: 120px;
    background: #FFFFFF;
    box-shadow: 0px 8px 45px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    margin-bottom: 30px;
}

.left-description-map ul li img {
    float: left;
}

.wrap-description-stage {
    float: left;
    width: 65%;
}

.left-description-map ul li span {
    display: block;
    padding: 18px 15px 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #283446;
}

.left-description-map ul li p {
    padding-left: 15px;
    font-size: 16px;
    line-height: 25px;
    color: #62676D;
}

#map {
    margin-top: 80px;
}

.left-description-map {
    margin-top: 175px;
}

.right-description-map {
    margin: -435px auto 0;
}

.right-description-map {
    width: 600px;
    min-height: 700px;
    position: relative;
}

.wrap-svg {
    display: none;
}

.right-description-map svg {
    width: 100%;
    height: 1200px;
    margin-top: -140px;
}


/*#MD-AN {*/


/*transform: translate(0, -1227);*/


/*stroke-width: 0.1524;*/


/*fill: rgb(204, 0, 0);*/


/*fill-opacity: 0.8;*/


/*stroke: rgb(0, 0, 0);*/


/*stroke-opacity: 0.5;*/


/*cursor: pointer;*/


/*}*/

#news {
    padding: 50px 0;
    background: #F2F5F8;
}

#news h5 {
    margin-top: 0;
    text-align: center;
    font-weight: 600;
    font-size: 45px;
    line-height: 54px;
    color: #283446;
    margin-bottom: 43px;
}

#news .col-lg-12>p {
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #283446;
    margin-bottom: 62px;
}

.wrap-list-news div.one-news {
    /*width: 350px !important;*/
    height: 500px;
    background: #FFFFFF;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    position: relative;
}

.page-news div.one-news {
    width: 350px;
}

.name-news {
    display: block;
    padding: 20px 20px 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #283446;
}

.wrap-list-news div p {
    font-size: 16px;
    line-height: 25px;
    color: #62676D;
    padding: 0 20px;
    height: 50px;
    overflow: hidden;
    margin-bottom: 70px;
}

.wrap-list-news div ul li {
    float: right;
    width: 50%;
}

.wrap-list-news div ul li:last-child {
    text-align: right;
    padding-right: 20px;
}

.wrap-list-news div ul li a {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #5162FC;
}

.wrap-list-news div ul li:first-child {
    font-size: 16px;
    line-height: 25px;
    color: #62676D;
    padding-left: 20px;
}

#news .slick-slide {
    margin: 0 15px;
}


/* the parent */

#news .slick-list {
    margin: 0 -15px;
}

.slick-slider:focus,
.slick-track:focus,
.slick-track:focus,
.slick-initialized .slick-slide {
    outline: none;
}

.arrows-news a {
    position: absolute;
    top: 400px;
    display: block;
    width: 80px;
    height: 80px;
    border: 1px solid #CBD2D9;
    box-sizing: border-box;
    filter: drop-shadow(0px 8px 45px rgba(0, 0, 0, 0.1));
    border-radius: 50%;
}

.arrows-news a img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.arrows-news a:first-child {
    position: absolute;
    left: -115px;
}

.arrows-news a:last-child {
    position: absolute;
    right: -115px;
}

.arrows-news a:hover {
    background: #FFFFFF;
    box-shadow: 0px 8px 45px rgba(0, 0, 0, 0.1);
    border: none;
}

.btn-show-more,
.btn-show-more:hover {
    display: block;
    margin: 50px auto 0;
    background: #5162FC;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 50px;
    color: #FFFFFF;
    text-align: center;
    width: 200px;
    height: 50px;
}

.wrap-info {
    height: 300px;
    margin-bottom: 30px;
    background: #FFFFFF;
    box-shadow: 0px 8px 45px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    text-align: center;
    padding: 35px 15px 20px;
}

#informations {
    padding: 150px 0;
}

#informations h6 {
    font-weight: 600;
    font-size: 45px;
    line-height: 54px;
    color: #283446;
    margin-bottom: 40px;
    margin-top: 0;
    text-align: center;
}

#informations .col-lg-12>p {
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    color: #283446;
    margin-bottom: 57px;
}

.wrap-info img {
    margin-bottom: 30px;
}

.wrap-info p {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #283446;
    margin-bottom: 40px;
}

.wrap-info a {
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #5162FC;
}

footer {
    height: 350px;
    background: linear-gradient(90deg, #151B4E 21.41%, rgba(58, 65, 133, 0.4) 35.8%), url(../images/footer.png);
    text-align: center;
}

footer h5 {
    font-weight: 600;
    font-size: 45px;
    line-height: 54px;
    color: #FFFFFF;
    padding: 60px 0 38px;
    margin: 0;
}

footer p {
    font-size: 18px;
    line-height: 35px;
    color: #FFFFFF;
    margin-bottom: 47px;
}

footer a,
footer a:hover {
    display: block;
    width: 200px;
    height: 60px;
    background: linear-gradient(180deg, #3D4EE7 0%, #5263F4 100%);
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 60px;
    color: #FFFFFF;
    margin: 0 auto;
}

.socials-footer {
    height: 100px;
    background: #322CA0;
}

.socials-footer ul li {
    display: inline-block;
    margin-right: 40px;
}

.socials-footer ul li:nth-child(n+6) {
    margin-right: 0;
    margin-left: 35px;
    float: right;
}

.list-news-page ul li a img {
    float: left;
}

.list-news-page ul li a span {
    float: left;
    width: 70%;
}

.socials-footer ul li a {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 100px;
    text-align: center;
    color: #FFFFFF;
}

.copyright {
    height: 85px;
}

.copyright ul li {
    font-size: 14px;
    line-height: 85px;
    text-align: center;
    color: #62676D;
    float: left;
}

.copyright ul li:last-child {
    float: right;
}

.covid-img1 {
    position: absolute;
    left: 5%;
    top: 230px
}

.covid-img2 {
    position: absolute;
    left: 5%;
    top: 642px;
}

.covid-img3 {
    position: absolute;
    left: 7%;
    bottom: 568px;
}

.covid-img4 {
    position: absolute;
    left: 5%;
    bottom: 150px;
}

.covid-img5 {
    position: absolute;
    right: 5%;
    top: 230px
}

.covid-img6 {
    position: absolute;
    right: 7%;
    top: 642px;
}

.covid-img7 {
    position: absolute;
    right: 7%;
    bottom: 568px;
}

.covid-img8 {
    position: absolute;
    right: 5%;
    bottom: 150px;
}

#wrapper .style-header a {
    color: #283446;
}

#wrapper .style-header a.active,
#wrapper .style-header a:hover {
    color: #322CA0;
}

.block-header {
    position: relative;
    min-height: 300px;
    text-align: center;
    background: linear-gradient(180deg, #3D4EE7 0%, #5263F4 100%);
    overflow: hidden;
    z-index: 6;
}

.block-header h1 {
    font-weight: 900;
    font-size: 65px;
    line-height: 78px;
    text-align: center;
    padding-top: 111px;
    color: #FFFFFF;
    position: relative;
    z-index: 12;
}

.block1 {
    left: 0;
    position: absolute;
    bottom: 0;
}

.block2 {
    position: absolute;
    top: 130px;
    right: 7%;
}

#breadcrumbs {
    margin-top: 65px;
    margin-bottom: 120px;
}

#breadcrumbs ul li {
    display: inline-block;
    margin-right: 15px;
}

#breadcrumbs ul li,
#breadcrumbs ul li a {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #283446;
}

#breadcrumbs ul li:last-child a,
#wrapper .last-elem {
    color: #5162FC;
}

.wrap-first-info-project span,
.wrap-two-info-project span {
    display: block;
    font-weight: 600;
    font-size: 45px;
    line-height: 54px;
    color: #283446;
    margin-bottom: 30px;
}

.wrap-first-info-project p,
.wrap-two-info-project p {
    font-size: 18px;
    line-height: 35px;
    color: #283446;
}

.wrap-two-info-project {
    margin-top: 162px;
}

.two-project-img {
    margin-top: 200px;
    margin-left: 92px;
}

#projectInfo .col-lg-6 {
    padding: 0;
}

#documents {
    padding: 100px;
    background: #F2F5F8;
    margin-top: 170px;
}

#documents h4 {
    margin-bottom: 60px;
    margin-top: 0;
    font-weight: 600;
    font-size: 45px;
    line-height: 54px;
    text-align: center;
    color: #283446;
}

#documents ul li {
    position: relative;
    background: #FFFFFF;
    border: 1px solid rgba(209, 214, 222, 0.8);
    box-sizing: border-box;
    border-radius: 15px;
    margin-bottom: 30px;
    padding: 20px 40px;
}

#documents ul li span {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 16px;
    line-height: 25px;
    color: #283446;
}

#documents ul li p {
    font-size: 16px;
    line-height: 25px;
    color: #62676D;
}

#team {
    padding: 150px 0;
}

#team h5 {
    font-weight: 600;
    font-size: 45px;
    line-height: 54px;
    text-align: center;
    color: #283446;
    margin-bottom: 60px;
}

.wrap-one-team {
    margin-bottom: 50px;
}

.wrap-one-team span {
    display: block;
    text-align: center;
    padding: 20px 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #283446;
}

.wrap-one-team p {
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #62676D;
}

.block3 {
    position: absolute;
    left: 10%;
    top: 0;
    z-index: 3;
}

.block4 {
    position: absolute;
    left: 24%;
    top: 0;
    z-index: 3;
}

.block5 {
    position: absolute;
    left: 40%;
    top: 0;
    z-index: 3;
}

.wrap-informative-list {
    background: #FFFFFF;
    box-shadow: 0px 8px 45px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    text-align: center;
    padding: 35px 25px;
    height: 400px;
    margin-bottom: 30px;
}

.wrap-informative-list img {
    margin-bottom: 35px;
}

.wrap-informative-list span {
    display: block;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #283446;
}

.wrap-informative-list p {
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #62676D;
    height: 75px;
    overflow: hidden;
    margin-bottom: 67px;
}

.wrap-informative-list a {
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #5162FC;
}

#listInformative {
    margin-bottom: 270px;
}

#contentArticle p {
    font-size: 18px;
    line-height: 35px;
    color: #283446;
}

#contentArticle {
    margin-bottom: 150px;
}

.name-news-page {
    display: block;
    margin: 20px 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #283446;
}

.main-news p {
    font-size: 16px;
    line-height: 25px;
    color: #62676D;
}

.main-news img {
    border-radius: 15px;
}

.list-news-page {
    background: #FFFFFF;
    box-shadow: 0px 8px 45px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 28px 20px;
}

.list-news-page p {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #283446;
    padding-bottom: 28px;
    border-bottom: 1px solid #CBD2D9;
    margin-bottom: 15px;
}

.list-news-page ul li a {
    position: relative;
    font-size: 18px;
    line-height: 35px;
    color: #283446;
    margin-bottom: 25px;
    display: flex;
}


/*.list-news-page ul li a img {*/


/*position: absolute;*/


/*left:0;*/


/*top:-10px;*/


/*}*/

.list-news-page>a {
    display: block;
    height: 50px;
    background: #5162FC;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 50px;
    color: #FFFFFF;
    text-align: center;
}

#newsPage {
    background: #F2F5F8;
    margin-top: -150px;
    padding-top: 150px;
}

.page-news .one-news {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

.page-news .one-news:nth-child(3n) {
    margin-right: 0;
}

.number-page {
    font-size: 16px;
    line-height: 25px;
    color: #62676D;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 87px;
}

.wrap-form {
    width: 740px;
    height: 474px;
    margin: 90px auto 150px;
    background: #FFFFFF;
    box-shadow: 0px 8px 45px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 45px 30px;
}

.wrap-form ul li {
    float: left;
}

.wrap-form ul li:first-child {
    width: 320px;
    margin-right: 40px;
}

.wrap-form ul li:last-child {
    width: 320px;
}

.wrap-form ul li span {
    display: block;
    font-size: 16px;
    line-height: 25px;
    color: #283446;
    margin-bottom: 5px;
}

.wrap-form ul li input {
    width: 100%;
    background: #F2F5F8;
    border: 1px solid #ECEFF1;
    box-sizing: border-box;
    border-radius: 6px;
    height: 50px;
    padding-left: 20px;
    margin-bottom: 20px;
}

.wrap-form ul li textarea {
    height: 250px;
    resize: none;
    background: #F2F5F8;
    border: 1px solid #ECEFF1;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 20px;
    width: 100%;
}

.wrap-form>input {
    display: block;
    border: none;
    outline: none;
    width: 200px;
    height: 50px;
    background: #5162FC;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    font-family: Avenir;
    color: #FFFFFF;
    margin: 30px auto 0;
}

.breadcrumbs-one-news ul li:last-child {
    float: right;
}

.breadcrumbs-one-news ul li:last-child p {
    font-size: 16px;
    line-height: 25px;
    color: #62676D;
    font-weight: normal;
}

.main-content-news {
    width: 730px;
    margin: 62px auto 115px;
}

.main-content-news p {
    font-size: 18px;
    line-height: 35px;
    color: #283446;
    margin-bottom: 30px;
}

.main-content-news ul li {
    position: relative;
    margin-bottom: 20px;
    font-size: 18px;
    padding-left: 20px;
}

.main-content-news ul li:before {
    position: absolute;
    left: 0;
    top: -5px;
    content: url(../images/svg/point.svg);
}

.main-content-news ul li:last-child {
    margin-bottom: 30px;
}

#oneNews img {
    width: 100%;
    border-radius: 15px;
}

.h1-news {
    padding-bottom: 110px;
}

.main-news img {
    width: 100%;
}

.test {
    position: absolute;
    width: 250px;
    background: #FFFFFF;
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    padding: 15px 20px;
    display: none;
    cursor: default;
    z-index: 765767;
}

.land:hover {
    cursor: default;
}

.right-description-map svg:hover {
    cursor: default;
}

.test.active {
    display: block;
}

.test>p {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #5162FC;
    margin-bottom: 10px;
}

.test ul li {
    display: block;
    margin-bottom: 10px;
}

.test ul li span {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    display: block;
    color: #283446;
}

.test ul li p {
    font-size: 14px;
    line-height: 17px;
    color: #283446;
}

.test:after {
    border: 10px solid transparent;
    border-top: 10px solid white;
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, 0);
}

.desktop-none {
    display: none;
}

#mapPage {
    min-height: 600px;
    text-align: center;
}

#mapPage svg {
    width: 700px;
    height: 1400px;
    margin: -450px auto 0;
}

#photos {
    margin-bottom: 100px;
}

#videos {
    margin-bottom: 100px;
}

#photos h2,
#videos h2,
#questions h2,
#listMaterials h2 {
    font-weight: 600;
    font-size: 45px;
    line-height: 54px;
    color: #283446;
    margin-bottom: 30px;
}

#photos img {
    width: 255px;
    margin-bottom: 25px;
}

.wrap-video {
    position: relative;
    cursor: pointer;
    width: 100%;
}

.wrap-video .video_title {
    margin-top: 10px;
}

.wrap-video img {
    width: 100%;
}

.wrap-video:after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: url(../images/svg/play.svg);
}

.btn-to-news {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

#questions .col-lg-3 img {
    margin-bottom: 20px;
    width: 100%;
}

.list-news-page ul li a img {
    width: 70px;
    height: 70px;
    border-radius: 5px;
    object-fit: contain;
    margin-right: 20px;
}

#questions .col-lg-3 a {
    height: 180px;
    display: block;
    margin-bottom: 20px;
    width: 255px;
}

#questions .col-lg-3 a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

#questions .col-lg-6 a {
    display: block;
    height: 380px;
}

#questions .col-lg-6 a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.gov-icon a img {
    width: 50px;
    height: 50px;
}

#details {
    padding-bottom: 100px;
}

.btn-list a:after {
    position: absolute;
    content: url(../images/svg/arrow-bottom-white.svg);
    margin-left: 5px;
}

.style-header .btn-list a:after {
    content: url(../images/svg/arrow-bottom.svg);
}

#details .col-lg-12 p {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 35px;
    color: #283446;
    margin-bottom: 100px;
}

#details .col-lg-5 p {
    font-family: Lato;
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
    color: #283446;
    margin-bottom: 5px;
}

#details .col-lg-2 {
    position: relative;
}

#details .col-lg-2 img {
    display: block;
    margin: 0 auto;
    text-align: center;
}

#details .col-lg-2 img:first-child {
    width: 83px;
    margin-bottom: 300px;
}

#details .col-lg-2 img:last-child {
    width: 275px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.btn-list {
    position: relative;
}

.wrap-sub-list {
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 15px;
    z-index: 99999999999999999999999999999999;
    width: 260px;
    margin-top: -40px;
    display: none;
}

#wrapper .wrap-sub-list li {
    display: block;
}

#wrapper .wrap-sub-list a {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #283446;
    text-align: left;
    display: block;
    margin-bottom: 15px;
}

#wrapper .wrap-sub-list a:after {
    display: none;
}

.btn-list:hover .wrap-sub-list {
    display: block;
}

.name-right-informations {
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 45px;
    line-height: 54px;
    color: #283446;
    margin-bottom: 30px;
    display: block;
    padding-top: 15px;
}

.wrap-right-informations p {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 35px;
    color: #283446;
    margin-bottom: 40px;
}

.link-more-informations {
    display: block;
    width: 200px;
    height: 50px;
    background: #5162FC;
    border-radius: 4px;
    font-family: Avenir;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
}

.informations-video {
    margin-top: 150px;
    background: #E5E5E5;
}

.informations-video {
    padding-top: 120px;
    padding-bottom: 100px;
}

.wrap-video img {
    border-radius: 15px;
}

.informations-photos .col-lg-3 img {
    height: 180px;
    object-fit: cover;
}

#photos h2 a,
#videos h2 a,
#questions h2 a,
#listMaterials h2 a {
    float: right;
    font-family: Avenir;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: right;
    color: #5162FC;
    position: relative;
    padding-right: 20px;
    top: 30px;
}

#photos h2 a:after,
#videos h2 a:after,
#questions h2 a:after,
#listMaterials h2 a:after {
    position: absolute;
    right: 0;
    top: 1px;
    content: url(../images/svg/arrow-blue.svg);
}

#listMaterials .caption-materials,
#photos .caption-materials {
    display: block;
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #283446;
    margin-bottom: 30px;
}

.wrap-category-material {
    margin-bottom: 100px;
}

#listMaterials .col-lg-3 {
    margin-bottom: 30px;
}

.small-image img {
    height: 250px;
    object-fit: cover;
    border-radius: 15px;
    width: 100%;
}

.big-image img {
    height: 520px;
    border-radius: 15px;
    width: 100%;
    object-fit: cover;
}

#informationUtile img {
    width: 100%;
    object-fit: cover;
}