/*Typography*/

h1 {
    font-family: 'GolosTextBold';
    font-size: 62px;
}

h2 {
    font-family: 'GolosTextMedium';
    font-size: 38px;
    line-height: 95.4%;
    margin-bottom: 20px;
}

h3 {
    font-family: 'GolosTextRegular';
    font-size: 32px;
    line-height: 38px;
}

h4 {
    font-family: 'GolosTextMedium';
    font-size: 18px;
    line-height: 22px;
    margin-top: 10px;
    line-height: 95.4%;
}

p {
    font-family: 'GolosTextRegular';
    font-size: 18px;
}

span {
    font-family: 'GolosTextRegular';
    font-size: 18px;
}

small {
    font-family: 'GolosTextRegular';
    font-size: 14px;
    display: block;
    margin-bottom: 20px;
}


/*Typography*/

main {
    min-height: calc(100vh - 377px);
}

.container.content {
    padding-bottom: 70px;
}

input,
.form-control {
    border: 1px solid #E9E9E9;
    border-radius: 4px;
    padding: 16px;
    font-size: 13px;
    color: #222222;
    font-weight: 500;
    line-height: 120%;
}

textarea.form-control {
    height: 141px;
    overflow: auto;
    resize: none;
}

textarea::-webkit-scrollbar-thumb.form-control {
    background-color: #0050B2 !important;
}

select.form-control>option {
    font-size: 14px;
    color: #A6B7D4;
    padding: 12px 0;
    border: 1px solid #0050B2;
}

.select {
    position: relative;
    display: block;
}

.select::before {
    content: "";
    display: block;
    background: url(../img/arrow-down-blk.svg);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 8px;
    height: 5px;
    pointer-events: none;
    z-index: 1;
}

input:focus,
.form-control:focus {
    box-shadow: none;
    border: 1px solid #0050B2;
}

input::placeholder {
    color: #A8A8A8;
    font-size: 13px;
}

.btn-blue {
    font-family: 'GolosTextMedium';
    padding: 12px 16px;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    background: #0050B2;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    outline: none;
    border: none;
}

.btn-blue-big {
    padding-top: 16px;
    padding-left: 24px;
    padding-bottom: 16px;
    padding-right: 49px;
    outline: none;
    border: none;
}

.btn-blue:hover {
    background: #1472E6;
    color: #fff
}

.header-navs a:hover {
    opacity: 0.5;
}

input:focus {
    outline: none;
}

.btn-primary {
    padding: 16px 24px;
    color: #0050B2;
    ;
    font-weight: 500;
    font-size: 14px;
    background: transparent;
    border-radius: 4px;
    border: 1px solid #0050B2;
    text-decoration: none;
    display: inline-block;
    transition: all 0.2s ease-in-out;
}

.btn-primary:hover {
    border: 1px solid #1472E6;
    color: #1472E6;
    background: transparent;
}

.btn-secondary {
    padding: 16px 24px;
    color: #A6B7D4;
    ;
    font-weight: 500;
    font-size: 14px;
    background: transparent;
    border-radius: 4px;
    border: 1px solid #A6B7D4;
    text-decoration: none;
    display: inline-block;
    transition: all 0.2s ease-in-out;
}

.wrap {
    position: relative;
}

.btn-wht {
    padding: 12px 20px;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    background: transparent;
    text-decoration: none;
    border: 1px solid #FFFFFF;
    transition: all 0.2s ease-in-out;
    border-radius: 4px;
    display: inline-block;
}

.btn-wht:hover,
.header-btn a:hover {
    background: #fff;
    color: #1472E5;
}

.header {
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 80px;
    transition: all 0.3s ease-in-out;
    top: 0px;
    border-bottom: 1px solid #0050B2;
    background: #fff;
}

.logo a {
    width: 166.48px;
    height: 51px;
    background: url(../img/header/logo.svg) center center no-repeat;
    background-size: cover;
    display: block;
}

.index .header,
.about .header {
    border-bottom: none;
    background: transparent;
}

.index .header .logo a,
.about .header .logo a {
    background: url(../img/header/logo_white.svg) center center no-repeat;
}

.index .header_show,
.about .header_show {
    border-bottom: 1px solid #0050B2;
    background: #fff;
}

.index .header.header_show .logo a,
.about .header.header_show .logo a {
    background: url(../img/header/logo.svg) center center no-repeat;
}

header.hide {
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%)
}

.header-content a {
    font-family: 'GolosTextMedium';
    font-size: 18px;
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
}

.main-screen {
    background: url(../img/main/main-bg.jpg) center center no-repeat;
    background-size: cover;
    display: flex;
    color: #fff;
    position: relative;
    overflow-y: hidden;
    height: 100vh;
    min-height: 568px;
    margin-top: -80px;
}
.main-text__title h1 {
    font-family: 'GolosTextDemiBold'
}
.main-text__subtitle h4 {
    font-family: 'GolosTextRegular';
    line-height: 21.6px;
}
.main-screen .container {
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main-screen::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(54.25% 64.69% at 30.03% 45.75%, rgba(60, 127, 147, 0.85) 0%, rgba(0, 80, 178, 0.51) 100%);
    z-index: 0;
}

.header-content {
    display: flex;
    align-items: center;
}

.burger-menu__btn {
    position: relative;
}

.burger-menu__btn span {
    width: 22px;
    height: 2px;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
}

.burger-menu__btn span::after {
    content: "";
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.burger-menu__btn span::before {
    content: "";
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 3px;
    left: 0;
}

.burger-menu>li {
    margin-bottom: 20px;
    max-width: 250px;
    padding-left: 40px;
}

.burger-menu li .menu-submenu-icon::before {
    content: "";
    position: absolute;
    background-image: url(../img/menu-arrow.svg);
    width: 5px;
    height: 8px;
    top: 8px;
    left: -11px;
}

.burger-menu li a,
.burger-menu li span {
    position: relative;
    padding: 0;
    text-decoration: none;
    font-size: 18px;
    color: #A6B7D4;
    max-width: 230px;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}

.burger-menu li span {
    font-family: 'GolosTextMedium';
}

.burger-menu li span:hover {
    color: #fff;
}

.slinky-menu {
    transform: translateX(0);
    background: #0050B2;
}

.slinky-menu>ul {
    transform: translateX(0);
}

.slinky-menu a {
    text-decoration: none;
}

li.header {
    position: static;
}

.header-content-social__links {
    margin-right: 8px;
}

.header-content-social__links a {
    color: #fff;
    text-decoration: none;
    margin-right: 12px;
    transition: all 0.3s ease-in-out;
}

.header-content-social__links a:hover svg path {
    fill-opacity: 0.5;
}

.header-content-social span a {
    color: #A6B7D4;
    text-align: right;
    display: block;
    margin-right: 20px;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.index .header-content-social span a:hover,
.about .header-content-social span a:hover {
    opacity: 0.5;
}

.header-content-social span a:hover {
    color: #0050B2;
}

.header-btn {
    margin-right: 20px;
}

.header-btn a {
    color: #fff;
    text-decoration: none;
    padding: 12px 39px;
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    font-size: 12px;
    transition: all 0.3s ease-in-out;
}

.header-navs a {
    color: #fff;
    text-decoration: none;
    margin-right: 20px;
    transition: all 0.2s ease-in-out;
}

.main-video-btn {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    height: 90px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-text__subtitle {
    max-width: 470px;
}

.play {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15.5px 0 15.5px 22px;
    border-color: transparent transparent transparent #244a70;
    margin-left: 5px;
}

.main-screen-wrapper {
    margin-top: calc(50vh - 110px);
}

.main-video-wrapper {
    display: flex;
    align-items: center;
    transition: all 0.2s ease-in-out;
}

.main-video-wrapper span {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    margin-left: 10px;
    color: rgba(255, 255, 255, 0.2);
    transition: all 0.2s ease-in-out;
}

.main-video-wrapper:hover .main-video-btn {
    background: rgba(255, 255, 255, 0.45);
    cursor: pointer;
}

.main-video-wrapper:hover span {
    color: rgba(255, 255, 255, 0.45);
    cursor: pointer;
}

.infoWall_video-iframe {
    transition: all 0.2s ease-in-out;
}

.infoWall_video-iframe:hover {
    cursor: pointer;
}

.main-tabs-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.infoWall_video-iframe:hover .main-video-wrapper .main-video-btn {
    background: rgba(255, 255, 255, 0.45);
    cursor: pointer;
}

.infoWall_video-iframe:hover .main-video-wrapper span {
    color: rgba(255, 255, 255, 0.45);
    cursor: pointer;
}

.main-tabs-block {
    display: flex;
    flex-direction: column;
    flex-basis: 30%;
    background: rgba(61, 100, 148, 0.4);
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 42px;
    padding-bottom: 20px;
    border-radius: 8px 8px 0px 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform-origin: bottom center;
    overflow-y: hidden;
    transform: translateY(110px);
}

.main-tabs-block h4 {
    opacity: 0.5;
    max-width: 290px;
}

.main-tabs-block-content {
    line-height: 20px;
    font-size: 18px;
    padding-top: 5px;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform-origin: bottom center;
    transform: translateY(15px);
    height: 113px;
}

.main-tabs-block-content small {
    font-size: 12px;
    line-height: 14px;
    display: block;
    margin-bottom: 18px;
    font-weight: 500;
}

.main-tabs-block-content a {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    text-decoration-line: none;
    position: relative;
}

.main-tabs-block-content a::before {
    content: "";
    display: inline-block;
    position: absolute;
    background: url(../img/arrow-right.svg);
    height: 7px;
    width: 5px;
    top: 6px;
    right: -13px;
}

.main-tabs-block a {
    text-decoration: none;
    color: #fff;
}

.main-tabs-block:hover {
    background: #0050B2;
    transform: translateY(0);
}

.main-tabs-wrapper a {
    display: block;
}

.main-tabs-wrapper .slick-track {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.main-tabs-block:hover .main-tabs-block-content {
    transform: translateY(0);
}

.main-tabs-block:hover .main-tabs-block-caption h4 {
    opacity: 1;
}

.main-tabs-block:hover small,
.main-tabs-block:focus {
    background: #0050B2;
}

.interactive-map {
    padding-top: 125px;
    padding-bottom: 150px;
}

.i-map-wrapper {
    margin-top: 55px;
    margin-left: 75px;
    position: relative;
}

.interactive-map-advantages-wrapper {
    padding: 20px 30px;
    border: 1px solid #5065D6;
    border-radius: 4px;
    margin-right: 0 !important;
    padding: 0;
    margin-top: -100px;
    background: #FFFFFF;
    position: relative;
    z-index: 0;
}

.interactive-map-advantages-block {
    border-right: 1px solid #5065D6;
    padding: 20px 30px;
    position: relative;
    z-index: 2;
    transition: all 0.2s ease-in-out;
}

.interactive-map-advantages-block:hover.interactive-map-advantages-block h2 {
    color: #fff;
}

.interactive-map-advantages-block:hover {
    cursor: pointer;
    background: #0050B2;
    color: #fff;
}

.interactive-map-advantages-block:last-child {
    border: none;
}

.interactive-map-advantages-block h2 {
    font-weight: 500;
    font-size: 48px;
    color: #0050B2;
}

.interactive-map-advantages-block p {
    font-size: 12px;
    line-height: 14px;
}

.i-map-wrapper svg path {
    transition: all 0.2s ease-in-out;
}

#need-hover:hover {
    fill: #1472E5;
    cursor: pointer;
}

.measures-wrapper {
    position: relative;
}

.measures-wrapper .img1 {
    height: 675px;
    background: #0050B2;
    border-radius: 4px 4px 0px 4px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-size: cover;
    width: 45%;
}

.measures-wrapper .img2 {
    height: 675px;
    background: url(../img/measures-bg.jpg);
    border-radius: 4px 4px 0px 4px;
    position: absolute;
    top: 80px;
    right: 0;
    z-index: -2;
    background-size: cover;
    width: 60%;
}

.measures-block {
    margin-top: 185px;
    color: #FFFFFF;
    padding-bottom: 280px;
}

.measures-block h2 {
    max-width: 350px;
    margin-bottom: 22px;
}

.measures-block span {
    margin-bottom: 60px;
    font-size: 14px;
}

.projects {
    padding-top: 100px;
    padding-bottom: 140px;
}

.projects-img img {
    width: 100%;
}

.projects-news-card {
    border-radius: 4px;
    border: 1px solid #B0B0B0;
    border-top: none;
    margin-top: -3px;
    background: url(../img/project1.jpg) center center no-repeat;
    background-size: cover;
    height: 480px;
    display: flex;
    align-items: flex-end;
}
.projects-news-card {
    margin-right: 30px;
}
.projects-news-card:hover {
    border-color: #1472E5;
}

.projects-news-card:hover .projects-news-card-text h4 {
    color: #1472E5;
}


.projects-news-card-text, .news-card-text {
    background: #fff;
    padding: 16px 20px 37px;
    border-radius: 0px 0px 4px 4px;
}
.news-card {
    border: 1px solid #A8A8A8;
    border-radius: 4px;
}
.text-wrapper {
    max-height: 54px;
    margin-bottom: 10px;
}
.news-card-img .row img  {
    margin-bottom: 0 !important;
    border-radius: 0 !important;
}
.news-card-text a h4 {
    transition: all 0.2s ease-in-out;
}
.news-card-text a h4:hover{
    color: #1472E6;
}
/* .news-card-wrapper {
    border: 1px solid #A8A8A8;
} */
.projects-news-card-wrapper {
    padding: 0;
}

.projects-news-card small, .news-card small {
    font-size: 12px;
    color: #B0B0B0;
    margin-bottom: 13px;
}

.projects-news-card h4, .news-card h4 {
    font-weight: 500;
    font-size: 18px;
    color: #1D1D1D;
    margin-bottom: 15px !important;
    margin-top: 0 !important;
}

.projects-news-card span, .news-card span {
    font-size: 12px;
    line-height: 14px;
    color: #1E1E1E;
    display: block;
}

.text-tags-links a {
    font-weight: 500;
    font-size: 10px;
    color: #B0B0B0;
    margin-right: 3px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.text-tags-links a:hover {
    color: #1472E6;
}

.projects-right-block .text-tags-links a {
    font-weight: 500;
    font-size: 10px;
    color: #B0B0B0;
    margin-right: 3px;
    text-decoration: none;
    margin-bottom: 16px;
    display: inline-block;
}



.projects h2 {
    margin-bottom: 25px;
    color: #222222;
}

.projects-right-block small {
    font-weight: normal;
    font-size: 12px;
    color: #B0B0B0;
    margin-bottom: 12px;
}

.projects-right-block a {
    font-family: 'GolosTextMedium';
    font-size: 18px;
    color: #1D1D1D;
    text-decoration: none;
    transition: all 0.2s ease-in-out !important;
}

.projects-block-links a {
    font-size: 12px !important;
    line-height: 14px;
    color: #A8A8A8;
    margin-right: 10px;
    font-family: 'GolosTextRegular';
    transition: all 0.2s ease-in-out !important;
}

.projects-right-block a:hover {
    color: #0050B2;
}

.projects-right-block {
    border-bottom: 1px solid #B0B0B0;
    margin-bottom: 20px;
}

.projects-right-block-last {
    border-bottom: none;
}
.slick-dots button {
    display: inline-block;
    padding: 0;
}
.speach {
    background: #E9E9E9;
    border-radius: 4px 4px 0px 4px;
    padding: 75px 0;
    padding-bottom: 13px;
}

.speach-block-title {
    margin-bottom: 56px;
}

.speach-block-person h4 {
    color: #0050B2;
    margin-bottom: 8px;
}

.speach-block-person small {
    color: rgba(16, 16, 18, 0.4);
}

.speach-wrapper {
    position: relative;
}

.speach-img {
    position: absolute;
    top: -35%;
    left: 40%;
    width: 434px;
    height: 428px;
}

.future {
    padding: 140px 0;
}

.future h2 {
    margin-bottom: 58px;
}

.future-slider-item.slick-slide {
    margin: 0 30px;
    transition: all 0.3s ease-in-out;
    padding-bottom: 3px;
    opacity: 0.5;
}

.future-slider-item.slick-slide.slick-current.slick-active.slick-center {
    transform-origin: bottom;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}

.future-slider-navs {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 60px;
}

.form-block-wrapper {
    max-width: 770px;
}

.content .form-block-wrapper h3 {
    margin-top: 0;
}

.form-block {
    background: #E9E9E9;
    border-radius: 4px 4px 0px 4px;
    display: flex;
    justify-content: center;
    padding-top: 108px;
    padding-bottom: 104px;
}

.form-block-wrapper {
    position: relative;
}

.form-input-wrapper {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 5px;
    display: flex;
    justify-content: space-between;
}

.form-input-wrapper .btn-blue {
    padding: 16px;
}

.form-input-wrapper input[type="email"],
input[type="text"] {
    width: 100%;
}

.form-block-wrapper::before {
    content: "";
    background: url(../img/elem.png) center center no-repeat;
    height: 52px;
    width: 52px;
    position: absolute;
    top: -68px;
    left: -52px;
}

.form-block-wrapper::after {
    content: "";
    background: url(../img/elem.png) center center no-repeat;
    height: 52px;
    width: 52px;
    position: absolute;
    bottom: -68px;
    right: -52px;
}

.form-block-wrapper h3 {
    margin-bottom: 50px;
}

.form-input-wrapper input {
    border: none;
    padding-left: 10px;
}

input.btn-blue {
    outline: none;
    border: none;
}

.form {
    padding-bottom: 150px;
}

.partners {
    padding-bottom: 130px;
    overflow: visible;
}

.partners .slick-list.draggable {
    overflow: visible;
}

.partners-block {
    position: relative;
}

.partners-block::after {
    content: attr(data-title);
    position: absolute;
    left: 50%;
    top: 120%;
    z-index: 77;
    font-size: 14px;
    text-align: center;
    color: #0050B2;
    font-family: 'GolosTextMedium';
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out;
    opacity: 0;
    width: 200%;
}

.partners-block:hover::after {
    opacity: 1;
}

.partners h2 {
    margin-bottom: 62px;
}

.partners-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.partners-block.slick-slide {
    display: flex !important;
    align-items: center;
}

.partners-slider-navs {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.slick-dots li.slick-active button {
    width: 10px;
    height: 10px;
    background: #0050B2;
}
.slick-list.draggable {
    border-radius: 4px !important;
}
.slick-dots {
    display: block;
    margin: 0;
    padding: 0;
}

.slick-dots li {
    list-style: none;
    display: inline-block;
}

.slick-dots button {
    display: block;
    background: #C4C4C4;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    border: none;
    font-size: 0;
    padding: 0;
}

.partners-block-img img {
    transition: all 0.2s ease-in-out;
    filter: saturate(0);
}

.slick-initialized .slick-slide img {
    width: 100% !important;
}

.future-slider .slick-slide img {
    display: block;
    height: 100%;
    width: 100%;
}

.future-slider .slick-track {
    display: flex;
    align-items: flex-end;
}

.future-slider-dots .slick-dots li.slick-active button {
    width: 10px;
    height: 10px;
    background: #0050B2;
}

.future-slider-dots .slick-dots {
    display: block;
    margin: 0;
    padding: 0;
}

.future-slider-dots .slick-dots li {
    list-style: none;
    display: inline-block;
}

.future-slider-dots .slick-dots button {
    display: inline-block;
    background: #C4C4C4;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    border: none;
    font-size: 0;
    padding: 0;
}
.future-slider-dots .slick-dots button:focus {
    text-shadow: none;
    outline: none;
}

.partners-block:hover .partners-block-img img {
    filter: saturate(1);
}

.partners-block {
    width: 160px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    position: relative;
}

.partners-block:last-child {
    margin-right: 0;
}

.partners-block:last-child::before {
    height: 0;
}

.partners-block-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.partners-block::before {
    content: "";
    width: 1px;
    height: 80px;
    position: absolute;
    top: 5px;
    right: -15px;
    background: #A8A8A8;
}

.footer {
    padding: 45px 0;
    background: #2B2B2B;
    color: #fff;
}

.footer-top {
    display: flex;
    border: 1px solid #FFFFFF;
    border-left: none;
    border-right: none;
    justify-content: space-between;
}

.footer-bot {
    display: flex;
    padding: 22px 0;
    border-bottom: 1px solid #FFFFFF;
}

.footer-bot a {
    text-decoration: none;
    color: #EDF2F7;
    font-size: 16px;
    margin-right: 25px;
    transition: all 0.2s ease-in-out;
}

.footer-bot a:hover {
    color: #1472E6;
}

.footer-logo {
    margin-bottom: 22px;
}

.footer-top-block {
    flex-basis: 23%;
    align-items: center;
}

.footer-top-block span a {
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.footer-top-block span a:hover {
    color: #1472E6;
}

.footer-top-block small {
    font-size: 12px;
    margin-bottom: 4px;
    margin-top: 23px;
}

.footer-top-block span:last-child {
    padding-bottom: 23px;
}

.footer-top-block:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #FFFFFF;
}

.menu-submenu {
    position: absolute;
    right: 360px;
    background: #fff;
    padding-top: 30px;
    width: 289px;
    top: -30px;
    display: none;
}

.menu-submenu {
    list-style: none;
}

.menu-submenu::before {
    content: "";
    position: fixed;
    top: 0px;
    bottom: 0px;
    width: 330px;
    background: #fff;
    z-index: 0;
    left: -329px;
    display: block;
}

.menu-submenu li {
    position: relative;
    z-index: 2;
}

.menu-submenu li {
    margin-bottom: 20px;
}

.menu-submenu li a:hover {
    color: #1472E5;
}

.burger-menu>li:hover .menu-submenu {
    display: block;
    z-index: 99;
}

.burger-menu>li.active .menu-submenu {
    display: block;
}

.burger-menu>li.active .menu-submenu:before {
    display: block;
}

.socail-links a {
    margin-right: 30px;
    text-decoration: none;
}

.socail-links a:last-child {
    margin-right: 0;
}

.socail-links a:hover svg path {
    fill: #1472E6;
}

.copyright {
    margin-top: 22px;
}

.burger-menu-shadow {
    background: #222222;
    opacity: 0.5;
    z-index: 10;
    position: fixed;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
}
.burger-menu-shadow.active {
    width: 100%;
    height: calc(100% - 190px);
    top: auto;
    bottom: 0;
}
.burger-menu-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    height: 100vh;
    background: #0050B2;
    padding-top: 30px;
    padding-bottom: 40px;
    transition: all 0.5s ease-in-out;
    transform: translateX(100%);
}
.burger-menu-wrapper.active {
    transform: translateX(0);
}


.burger-menu {
    padding: 0;
    list-style: none;
    position: relative;
}

.burger-menu-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 320px;
}

.burger-menu>li {
    margin-bottom: 20px;
    max-width: 250px;
    padding-left: 40px;
}

.burger-menu li .menu-submenu-icon::before {
    content: "";
    position: absolute;
    background-image: url(../img/menu-arrow.svg);
    width: 5px;
    height: 8px;
    top: 8px;
    left: -11px;
}

.burger-menu li a {
    position: relative;
    padding: 0;
    text-decoration: none;
    font-size: 18px;
    color: #A6B7D4;
    max-width: 230px;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}

.burger-menu li a:hover .menu-submenu::before {
    transform: rotateX(180deg);
}

.burger-logo {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 30px;
}

.burger-logo {
    margin-bottom: 52px;
}

.burger-close-btn:hover {
    cursor: pointer;
}

.burger-close-btn:hover svg path {
    fill: #A6B7D4;
}

.burger-menu-bot-contacts-links {
    display: flex;
}

.burger-menu-bot {
    /* margin-top: 190px; */
    padding-left: 40px;
}

.burger-menu-bot-contacts {
    margin-bottom: 30px;
}

.burger-menu-bot-contacts-links a {
    margin-right: 25px;
}

.burger-menu-bot-contacts-links a svg path {
    fill: #A6B7D4;
}

.burger-menu-bot-contacts-links a:hover svg path {
    fill: #fff;
}

.burger-menu-bot-contacts span a {
    font-size: 14px;
    line-height: 162.02%;
    color: #A6B7D4;
    text-decoration: none;
    margin-top: 5px;
    margin-bottom: 30px;
}

.burger-menu-bot-policy a {
    font-size: 12px;
    color: #A6B7D4;
    margin-bottom: 10px;
    display: block;
}

.side-menu {
    transition: all 0.3s ease-in-out;
}

.video.modal-dialog {
    max-width: 1090px;
}

.form-input-wrapper input:hover {
    border: 0;
}

.ytp-chrome-top-buttons {
    display: none !important;
}

.btn-close-modal {
    position: absolute;
    right: 0;
    padding: 27px;
    opacity: 1;
    border: none;
    box-shadow: none;
}

.btn-close {
    background: none;
}

.btn-close:focus {
    box-shadow: none;
}

.video.modal-dialog {
    margin: 88px auto;
    height: 65%;
}

.video.modal-dialog .modal-body {
    padding: 0;
}

.video.modal-dialog .modal-body iframe {
    height: 100%;
    width: 100%;
}

.video .modal-content {
    width: 100%;
    height: 100%;
}

.header-navs a:hover path {
    fill-opacity: 0.5;
}

a.burger-menu__btn:hover {
    opacity: 0.5;
}

.modal-search {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
    display: none;
}

.modal-search.active {
    display: block;
}

.bg-modal {
    height: 100%;
    background: #222222;
    transition-duration: .3s;
}

.modal-search-body {
    position: absolute;
    z-index: 10;
    top: 0;
    left: calc(50% - 301px);
    background: #FFFFFF;
    border-radius: 0px 0px 8px 8px;
    padding: 20px;
    transition-duration: .4s;
    transition-delay: .3s;
}

.modal-search-body-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 16.46px 26.46px;
    cursor: pointer;
}

.modal-search-body-close:hover path {
    fill: #1472E5;
}

.modal-search-body-title {
    color: #222222;
}

.modal-search-body-input {
    display: flex;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    border-radius: 4px;
    padding: 4px;
}

.modal-search-body-input input {
    border: none;
    outline: none;
    color: #A8A8A8;
    font-size: 13px;
    line-height: 120%;
    width: 486px;
}

.modal-search-body-input button {
    border: none;
    outline: none;
    background: #0050B2;
    border-radius: 4px;
    padding: 12px 16px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
}

.modal-search-body-input button:hover {
    background: #1472E5;
}

.appeal-modal .modal-body {
    padding: 30px;
}

.appeal-modal h3 {
    font-weight: 500;
    font-size: 24px;
}

.appeal label {
    font-size: 13px;
    line-height: 130%;
    color: #222222;
    font-weight: 500;
}

.appeal-modal .modal-content {
    width: 520px;
}

.capcha span {
    font-size: 14px;
    text-align: center;
    display: block;
    max-width: 440px;
}

.capcha span a {
    text-decoration: none;
    color: #0050B2;
}

.banner p {
    max-width: 500px;
}

.banner-card span {
    line-height: 14.4px !important;
}

.invest-cl-page {
    margin-bottom: -30px;
}

.climats-block-dropzone {
    height: 215px;
}
.last_block {
    margin-bottom: 80px !important;
}
.first-block p,
.second-block p {
    line-height: 21.6px;
}

.invest-cl-page .second-block {
    margin-bottom: 140px;
}

.invest-cl-future {
    padding-top: 0 !important;
    padding-bottom: 80px !important;
}

.appeal-btn-submit {
    display: flex;
    justify-content: center;
}

.appeal-btn-submit button:hover {
    background: #1472E6;
}

.droupzone input {
    display: none;
}

.droupzone {
    border: 1px dashed #A6B7D4;
    border-radius: 4px;
    width: 100%;
    align-items: center;
    margin-top: 20px;
}

.droupzone-caption {
    display: flex;
    justify-content: space-between;
    padding-top: 13px;
    padding-right: 20px;
    padding-bottom: 13px;
    padding-left: 56px;
    align-items: center;
    cursor: pointer;
}

.droupzone-caption p {
    position: relative;
    margin-bottom: 0;
}

.droupzone-caption p::before {
    content: "";
    background: url(../img/plus.svg) center center no-repeat;
    height: 16px;
    width: 16px;
    position: absolute;
    top: 0;
    left: -32px;
}

.droupzone-controls {
    display: flex;
    align-items: center;
}

.droupzone-file-remove {
    display: block;
    width: 11px;
    height: 12px;
    cursor: pointer;
    background: url(../img/file-del.svg) center center no-repeat;
    background-size: cover;
    margin-left: 7px;
}

.droupzone-file-remove:hover {
    background: url(../img/file-del-red.svg) center center no-repeat;
}

.droupzone-list:not(:empty) {
    border-top: 1px dashed #A6B7D4;
}

.droupzone-list {
    padding-top: 20px;
    padding-right: 13px;
    padding-left: 56px;
    padding-bottom: 0;
}

.droupzone-file-name,
.droupzone-file-size {
    font-size: 12px;
    color: #A6B7D4;
}

.thumb-succes .droupzone-file-name {
    position: relative;
}

.thumb-succes .droupzone-file-name::before {
    content: '';
    display: block;
    width: 16px;
    height: 20px;
    background: url(../img/file-s.svg) center center no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -36px;
}

.thumb-error .droupzone-file-name {
    position: relative;
}

.thumb-error .droupzone-file-name::before {
    content: '';
    display: block;
    width: 16px;
    height: 20px;
    background: url(../img/file-e.svg) center center no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -36px;
}

.thumb-error .droupzone-file-name {
    color: #EA3A2F;
}

.thumb-error .droupzone-file-remove {
    background: url(../img/file-del-cross.svg) center center no-repeat;
}

.droupzone-thumb {
    display: flex;
    justify-content: space-between;
    padding-bottom: 24px;
}

.droupzone p {
    font-size: 14px;
    color: #A6B7D4;
}

.droupzone span {
    font-size: 12px;
    max-width: 230px;
    color: #A6B7D4;
}

.capcha {
    margin-top: 40px;
    margin-bottom: 30px !important;
}

.capcha span {
    color: #222;
    margin-bottom: 30px;
}

.capcha-wrapper {
    text-align: center;
}

.header-navs {
    display: flex;
}



.lang-wrapper {
    position: relative;
}
.investor_support .investor-sup-form-block h3 {
    margin-bottom: 50px !important;
}
.index .lang-wrapper>a::before,
.about .lang-wrapper>a::before {
    content: "";
    display: block;
    background: url(../img/arrow-down.svg) center center no-repeat;
    width: 5px;
    height: 8px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.index .header_show .lang-wrapper>a::before,
.about .header_show .lang-wrapper>a::before {
    background: url(../img/arrow-down-blue.svg) center center no-repeat;
}

.lang-wrapper-other {
    padding: 12px 0;
    position: absolute;
    top: 110%;
    transition: all 0.2s ease-in-out;
    width: 57px;
    display: flex;
    flex-direction: column;
    border: 1px solid #A6B7D4;
    background: rgb(255, 255, 255, 0.4);
    left: -50%;
    opacity: 0;
    border-radius: 2px;
    transform: translateX(15%);
    align-items: center;
}

.jq-selectbox__dropdown {
    width: 100% !important;
}

.form-control.jq-selectbox {
    border: none !important;
    padding: 0px;
}
.jq-selectbox__select {
    border: 1px solid #E9E9E9;
    border-radius: 4px;
    padding: 16px;
    font-size: 13px;
    color: #222222;
    font-weight: 500;
    line-height: 120%;
    box-shadow: none;
    height: auto;
    background: #fff;
}
.jq-selectbox__trigger {
    border: 0;
}
.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    width: 9px;
    height: 6px;
    background: url(../img/arrow-down-blk.svg) center center no-repeat;
    border: none;
}
.jq-selectbox__select-text {
    font-family: 'GolosTextRegular';
    color: #A8A8A8;
    font-size: 13px;
}
.jq-selectbox__dropdown {
    top: 83%;
    border-top: 0;
    border-color: #5065D6;
    box-shadow: none;
    border-radius: 0px 0px 4px 4px;
    padding-top: 16px;
}
.jq-selectbox__select:hover {
    background: none;
    border-color: #5065D6;
}
.jq-selectbox__select:hover .jq-selectbox__trigger-arrow {
    background: url(../img/arrow-down-blue.svg) center center no-repeat;
}
.jq-selectbox.focused .jq-selectbox__select {
    border-color: #5065D6;
}
.jq-selectbox li.selected, .jq-selectbox li:hover {
    background: none;
    color: #5065D6;
}
.jq-selectbox li {
    padding-left: 16px;
    font-size: 14px;
    color: #A6B7D4;
    font-family: 'GolosTextRegular';
    padding-bottom: 12px;
}
.dropdown.opened .jq-selectbox__dropdown::before {
    content: "";
    position: absolute;
    background:  #E9E9E9;
    height: 1px;
    width: calc(100% - 28px);
    left: 14px;
    top: 0;
}
.about .appeal-modal .capcha {
    margin-top: 40px;
}
.lang-wrapper-other a {
    margin-right: 0;
    opacity: 1;
    padding-bottom: 8px;
}

.lang-wrapper-other a:last-child {
    padding-bottom: 0;
}

.lang-wrapper-other a:hover {
    color: #0050B2;
    opacity: 1;
}
.burger-menu-mobile ul li span {
    margin-bottom: 0;
}
.lang-wrapper.active .lang-wrapper-other {
    opacity: 1;
}

.lang-wrapper .lang-wrapper:hover::before {
    transform: rotate(180deg);
}
.slinky-theme-default .next::after, .slinky-theme-default .back::before {
    opacity: 1;
}

.header_show .lang-wrapper.active .lang-wrapper-other,
.index .header_show .lang-wrapper.active .lang-wrapper-other,
.about .header_show .lang-wrapper.active .lang-wrapper-other {
    opacity: 1;
    background: #fff;
}

.burger-menu-navs .btn-blue {
    width: 100%;
    text-align: center;
    border: 1px solid;
    margin-bottom: 20px;
    margin-top: 50px;
}

.burger-menu-navbar {
    display: flex;
    padding: 16px 0;
    border: 1px solid;
    border-right: none;
    border-left: none;
    justify-content: space-between;
    opacity: 0.5;
    color: #fff;
}

.burger-menu-navbar a {
    text-decoration: none;
    color: #fff;
    margin-right: 20px;
}

.burger-menu-navbar a:last-child {
    margin-right: 0;
}

.share-border h3,
.popularTags-wrapper h3 {
    margin-bottom: 20px !important;
}

.links-item:last-child {
    border: 0;
}

.container .measures-page {
    padding: 0;
}

.banner-card:last-child {
    margin-bottom: 0;
}

.measures-page-content-card {
    margin-bottom: 10px !important;
}

.measures-page-content-info-block {
    margin-bottom: 10px !important;
}

.step_next {
    margin-left: 60px;
}

@media (max-width: 1024px) {
    .accord-12 {
        margin-bottom: 110px !important;
    }
    .future {
        padding: 80px;
    }
    .main-screen-wrapper {
        margin-top: 35vh;
    }
    .future-slider .slick-slide {
        width: 100vw;
        opacity: 1;
    }
    .container-fluid {
        padding: 0 30px !important;
    }
}

@media (min-width: 786px) {
    .main-tabs-wrapper .slick-list {
        width: 100%!important;
    }
}

@media (max-width: 992px) {
    .content .projects {
        padding-bottom: 110px;
    }
    .partners .slick-list.draggable {
        overflow: hidden;
    }
    .header-content-social {
        display: none;
    }
    .header-btn {
        display: none;
    }
    .header-navs {
        display: none;
    }
    .main-tabs-block {
        padding-right: 15px;
    }
    .main-tabs-block-content small {
        margin-bottom: 1px;
    }
    .main-text__subtitle {
        margin-bottom: 30px;
    }
    .i-map-wrapper {
        margin-left: 0;
        display: flex;
        justify-content: center;
    }
    .i-map-wrapper svg {
        width: 600px
    }
    .measures-wrapper .img1 {
        width: 60%;
    }
    .measures-block {
        margin-top: 160px;
    }
    .projects-news-card-wrapper {
        margin-bottom: 30px;
    }
    .projects {
        padding-bottom: 225px;
    }
    .speach {
        padding-top: 250px;
    }
    .speach-img {
        width: 334px;
        height: 328px;
        background-size: cover;
    }
    .form-block {
        padding-left: 70px;
        padding-right: 70px;
    }
    .socail-links {
        display: flex;
        margin-left: 30px;
    }
}

@media (max-width: 768px) {
    .investor-sup-line {
        height: 96.96% !important;
    }
    .mobile-block-title h2 {
        margin-bottom: 20px !important;
    }
    .measures-page-block h2 {
        margin-top: 40px !important;
    }
    .climats-block-dropzone {
        padding: 20px;
    }
    .climats-block-dropzone {
        padding-top: 20px !important;
    }
    .invest-cl-page .first-block {
        margin-bottom: 80px;
    }
    .first-block p,
    .second-block p {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .form-block-wrapper::before {
        top: -16%;
    }
    .form-block-wrapper::after {
        bottom: -16%;
    }
    .main-screen-wrapper {
        margin-top: 35vh;
    }
    .main-text__title h1 {
        font-size: 48px;
    }
    .main-text__title h4 {
        font-size: 16px;
    }
    .main-text__subtitle {
        margin-bottom: 40px;
    }
    .main-tabs-wrapper {
        margin-top: 100px;
    }
    .main-tabs-block small {
        margin-bottom: 0;
    }
    .main-tabs-block {
        padding-bottom: 5px;
        transform: translateY(0);
        background: #0050B2;
        margin: 0 10px;
        padding-bottom: 10px;
    }
    .main-tabs-block-content {
        transform: translateY(0);
        padding-top: 0;
    }
    .main-tabs-block-caption h4 {
        line-height: 120%;
    }
    .projects-news-card-wrapper {
        margin-bottom: 80px;
    }
    .main-tabs-block h4 {
        opacity: 1;
    }
    .main-tabs-block-content small {
        line-height: 130%;
        margin-bottom: 25px;
    }
    .speach {
        padding-top: 180px;
    }
    .speach-img {
        width: 300px;
        height: 270px;
        top: -120%;
        left: 19%;
        background-size: cover;
    }
    .interactive-map {
        padding-bottom: 110px;
    }
    .projects-news-card {
        display: none;
    }
    .measures-wrapper .img1 {
        width: 90%;
        height: 505px;
    }
    .measures-wrapper .img2 {
        width: 90%;
        height: 505px;
        top: 244px;
    }
    .measures-block {
        margin-top: 72px;
    }
    .measures-block span {
        max-width: 480px;
    }
    .footer-top {
        flex-wrap: wrap;
    }
    .footer-top-block {
        flex-basis: 32%;
    }
    .footer-top-block:last-child {
        border-left: 0;
        border-top: 1px solid #FFFFFF;
        padding: 20px 0;
        flex-basis: 100%;
    }
    .footer-bot {
        flex-direction: column;
        align-items: center;
    }
    .footer-bot a {
        margin-bottom: 20px;
    }
    .i-map-wrapper {
        margin-top: 0;
    }
}
@media (max-height: 760px) {
    .main-screen-wrapper {
        margin-top: 30vh;
    }
}
@media (max-height: 680px) {
    .main-screen-wrapper {
        margin-top: 25vh;
    }
}
@media (max-height: 568px) {
    .main-screen-wrapper {
        margin-top: 15vh;
    }
    .main-text__subtitle {
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .interactive-map-advantages-block {
        margin-bottom: 20px;
        border: 1px solid #5065D6 !important;
        border-radius: 4px;
    }
    .interactive-map-advantages-wrapper {
        border: none;
    }
}

@media (max-width: 540px) {
    .main-screen {
        min-height: 568px;
        height: 100vh;
    }
    .main-tabs-block h4 {
        min-height: 0 !important;
    }
    .appeal-modal .modal-content {
        width: 100%;
        border: none;
        border-radius: 0;
    }
    .appeal-modal .modal-dialog {
        margin: 0;
    }
    .modal-body h3 {
        font-size: 20px;
    }
    .droupzone {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .droupzone-plus {
        margin-left: 0;
        margin-right: 15px;
    }
    .appeal-btn-submit button {
        width: 100%;
    }
    .container {
        padding: 0 30px !important;
    }
}

@media (max-width: 574px) {
    .future {
        padding-left: 0px;
        padding-right: 10px;
    }
}

@media (max-width: 425px) {
    .top_element {
        width: 328px;
    }
    .investor-sup-step-block h3::before {
        left: -27px !important;
    }
    .investor-sup-step-list li::before {
        left: -31px !important;
    }
    .last-anim::before {
        left: -37px !important; 
    }
    .investor-sup-line {
        height: 91% !important;
    }
    .investor_support .investor-sup-form-block h3 {
        margin-bottom: 30px !important;
    }
    .main-tabs-wrapper {
        margin-top: 0 !important;
    }
    .main-tabs-block {
        padding: 13px !important;
        margin: 0;
        flex-basis: 33%;
    }
    .investor-sup-step-list li a {
        color: #0050B2 !important;
    }
    .investor-sup-step-block ul li a::before {
        background: url(../img/arrow-right-blue.svg) center center no-repeat !important;
    }
    .container .measures-page {
        padding: 0 !important;
    }
    .climats-block-dropzone {
        padding-bottom: 0 !important;
    }
    .climats-block-dropzone {
        height: auto;
        padding: 30px;
    }
    .measures-page-content-card {
        padding: 0 !important;
    }
    .measures-page-content-card {
        padding: 10px !important;
    }
    .btn-blue-big::before {
        right: 170px !important;
    }
    .step_next {
        margin: 0;
    }
    .links-item a {
        padding-bottom: 12px;
    }
    .invest-cl-page .first-block,
    .invest-cl-page .second-block {
        margin-bottom: 80px !important;
    }
    .invest-cl-page {
        margin-bottom: 0;
    }
    .invest-cl-page-mobile-img,
    .invest-cl-page-mobile-img img {
        border-radius: 4px;
    }
    .partners {
        padding-bottom: 80px;
    }
    .burger-menu-bot-contacts {
        margin-bottom: 20px;
    }
    .burger-menu-bot {
        padding-left: 30px;
    }
    .speach-block-person small {
        margin-bottom: 0;
    }
    .future-slider-navs {
        margin-top: 16px;
        margin-bottom: 0;
    }
    .main-text__subtitle h4 {
        line-height: 19px;
    }
    .burger-menu-body {
        width: 100%;
        padding: 0px 20px;
    }
    .burger-menu-mobile {
        min-height: 40vh;
    }
    .burger-menu {
        display: none;
    }
    .form-block-wrapper::before {
        top: -12%;
        left: -7%;
    }
    .form-block-wrapper::after {
        bottom: -12%;
        right: -7%;
    }
    .form-block-wrapper h3 {
        font-size: 28px;
    }
    .main-tabs-block {
        background: #0050B2;
    }
    /* .main-tabs-block-content {
        height: 110px;
    } */
    .logo {
        max-width: 140px;
    }
    .menu-submenu {
        display: none;
    }
    .main-tabs-block-caption h4 {
        color: #fff !important;
    }
    .logo img {
        width: 100%;
    }
    .main-text__title h1 {
        font-size: 30px;
    }
    .main-text__subtitle h4 {
        font-size: 16px;
    }
    .main-tabs-block {
        padding: 13px;
    }
    .main-tabs-block h4 {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .main-tabs-block small {
        margin-bottom: 16px;
    }
    .interactive-map {
        padding: 80px 0;
    }
    .interactive-map__caption h2 {
        font-size: 28px;
    }
    .interactive-map-descr small {
        font-size: 18px;
        margin-bottom: 16px;
    }
    .i-map-wrapper svg {
        width: 328px;
        height: 177px;
    }
    .i-map-wrapper {
        margin-top: 0;
    }
    .interactive-map-advantages-block h2 {
        margin-bottom: 6px;
    }
    .interactive-map-advantages-block {
        padding: 16px;
        margin-bottom: 8px;
    }
    .interactive-map-advantages-wrapper {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: -30px;
    }
    .measures-block h2 {
        font-size: 28px;
        margin-bottom: 12px;
        max-width: 320px;
    }
    .measures-block span {
        display: block;
        line-height: 17px;
        font-size: 14px;
        margin-bottom: 20px;
        max-width: 312px;
    }
    .measures-block {
        margin-top: 40px;
    }
    .measures-wrapper .img1 {
        height: 341px;
        width: 96%;
    }
    .measures-wrapper .img2 {
        height: 255px;
        width: 94%;
    }
    .projects {
        padding-top: 0;
        padding-bottom: 164px;
    }
    .projects-right-block-last {
        margin-bottom: 0;
    }
    .projects-right-block a {
        font-size: 16px;
        line-height: 19px;
    }
    .form-block-wrapper h3 {
        line-height: 33px;
    }
    .future-slider-dots .slick-dots li {
        margin-right: 8px;
    }
    .tabs_file .nav.nav-pills {
        margin-bottom: 20px !important;
    }
    .content .projects {
        padding-bottom: 80px;
    }
    .projects .mar-0 {
        padding-top: 80px;
    }
    .speach {
        padding-top: 114px;
        padding-bottom: 40px;
    }
    .speach-block-title h2 {
        font-size: 28px;
        max-width: 320px;
    }
    .speach-block-title {
        margin-bottom: 12px;
    }
    .speach-block-person h4 {
        font-size: 16px;
    }
    .speach-block-person small {
        font-size: 12px;
    }
    .speach-img {
        width: 170px;
        height: 168px;
        background-size: cover;
        top: -75%;
        left: 22%;
    }
    .future {
        padding: 80px 15px;
    }
    .future h2 {
        margin-bottom: 30px;
    }
    .main-tabs-wrapper {
        margin-top: 115px;
    }
    .form {
        padding-bottom: 80px;
    }
    .form-block {
        padding: 52px 24px;
    }
    .form-input-wrapper::before {
        top: -12%;
        left: -7%;
    }
    .form-input-wrapper::after {
        bottom: -14%;
        right: -7%;
    }
    .form-block-wrapper {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .form-input-wrapper {
        background: none;
        flex-direction: column;
        padding: 0;
    }
    .form-input-wrapper input[type="email"] {
        margin-bottom: 20px;
        border-radius: 4px;
        padding: 16px;
        font-size: 13px;
    }
    .footer-logo {
        text-align: center;
    }
    .footer-top-block {
        flex-direction: column;
        padding: 0px;
        flex-basis: 100%;
    }
    .footer-bot-block {
        padding: 40px 20px;
    }
    .footer-top-block span {
        display: inline;
        font-size: 16px;
    }
    .cont {
        display: block !important;
    }
    .footer-top-block small {
        margin-top: 30px;
    }
    .footer-top-block-midle {
        margin-bottom: 40px;
    }
    .footer-bot {
        align-items: flex-start;
        padding: 40px 0;
    }
    .footer-bot a {
        margin-bottom: 30px;
    }
    .footer-bot a:last-child {
        margin-bottom: 0;
    }
    .footer {
        padding-bottom: 30px;
    }
    .footer .container {
        padding: 0;
    }
    .copyright {
        margin-top: 30px;
        text-align: center;
    }
    .video.modal-dialog {
        height: auto;
        margin: 264px auto;
    }
    .video .modal-content {
        width: calc(100% - 32px);
        margin: auto;
        height: 184px;
    }
    .burger-menu-wrapper {
        width: 100%;
        padding-top: 15px;
    }
    .burger-menu-bot {
        margin-top: 0;
    }
    .menu-submenu {
        background: #0050B2;
        top: 0;
        left: 7px;
        height: 100%;
        z-index: 100;
    }
    .menu-submenu:before {
        content: none;
    }
}

.mar-0 {
    margin-top: 0 !important;
}

.audio-title {
    margin-bottom: 20px !important;
}

@media (max-width: 320px) {
    .speach-img {
        top: 60%;
    }
    .measures-block span {
        max-width: 290px;
    }
    .measures-wrapper .img1 {
        height: 354px;
    }
}


/*Search page*/

.header-search-page {
    position: static;
    background: #fff;
    height: 90px;
    padding-bottom: 20px;
}

.header-search-page .header-navs a {
    color: #A6B7D4;
    transition: all 0.2s ease-in-out;
}

.header-search-page .header-navs a:hover {
    color: #0050B2;
}

.header-search-page .header-navs {
    margin-left: 20px;
}

.header-search-page .burger-menu__btn span,
.header-search-page .burger-menu__btn span::after,
.header-search-page .burger-menu__btn span::before {
    background: #A6B7D4;
    transition: all 0.2s ease-in-out;
}

.header-navs a:hover img svg path {
    fill: #0050B2;
}

.header-search-page .burger-menu__btn:hover span,
.header-search-page .burger-menu__btn:hover span::after,
.header-search-page .burger-menu__btn:hover span::before {
    background: #0050B2;
}

.search-page {
    padding-top: 40px;
    padding-bottom: 110px;
}

.search-page .form-input-wrapper {
    border: 1px solid #E9E9E9;
    border-radius: 4px;
}


/* .breadcrumps {
    margin-top: 20px;
}

.breadcrumps ul {
    display: flex;
    padding: 0;
    margin: 0;
}

.breadcrumps ul li {
    list-style: none;
    margin-right: 18px;
}

.breadcrumps ul li a {
    color: #A8A8A8;
    font-size: 12px;
    text-decoration: none;
    position: relative;
}

.breadcrumps ul li a::after {
    content: ">";
    color: #A8A8A8;
    font-size: 14px;
    position: absolute;
    top: -2px;
    right: -13px;
}

.breadcrumps ul li:last-child a::after {
    content: none;
}

.breadcrumps ul li a:hover {
    color: #222222;
} */

.search-page-content {
    margin-top: 30px;
}

.pagination {
    margin-top: 30px;
}

.page-link {
    margin-right: 10px;
    padding: 0;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #A6B7D4;
    border-radius: 4px;
    font-size: 12px;
    color: #A6B7D4;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}

.page-link:hover {
    background: transparent;
    border: 1px solid #1472E5;
    color: #1472E5;
}

.page-link:focus {
    color: #fff;
    background: #1472E5;
    outline: none;
    box-shadow: none;
}

.btn-close-modal-black {
    position: absolute;
    right: 27px;
}

.btn-close-modal-black svg path {
    fill: #222 !important;
}

.btn-close-modal-black:hover svg path {
    fill: #1472E5;
}


/*Search page*/

.modal-theme {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
    display: none;
}

.modal-theme.active {
    display: block;
}

.modal-theme-body {
    position: absolute;
    top: 0;
    right: 0;
    background: #FFFFFF;
    height: 100%;
    width: 617px;
    padding: 38.33px 40px 0;
    transition-duration: .4s;
    transition-delay: .3s;
}

.modal-theme-body-logo {
    margin-bottom: 30px;
}

.modal-theme-body h3 {
    margin-bottom: 20px;
}

.modal-theme-body-label {
    color: #222222;
    font-size: 13px;
    line-height: 130%;
    margin-bottom: 8px;
}

.modal-theme-body-input {
    position: relative;
}

.modal-theme-body-input label {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    border-radius: 4px;
    font-size: 13px;
    line-height: 120%;
    color: #A8A8A8;
    padding: 16px;
    padding-right: 42px;
    cursor: pointer;
}

.modal-theme-body-input>svg {
    position: absolute;
    top: 21.23px;
    right: 20px;
    transition-duration: .3s;
}

.modal-theme-body-input.active>svg {
    transform: rotate(180deg);
}

.modal-theme-body-input-choice {
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    border-radius: 0 0 4px 4px;
    margin-top: -1px;
    display: none;
}

.modal-theme-body-input-choice span {
    margin: 16px;
    font-size: 13px;
    line-height: 120%;
    cursor: pointer;
}

.modal-theme-body-wrapper button {
    border: none;
    outline: none;
    background: #0050B2;
    border-radius: 4px;
    padding: 12px 16px;
    font-size: 12px;
    line-height: 120%;
    color: #FFFFFF;
    margin-top: 10px;
}

.modal-theme-body-alltheme h4 {
    color: #222222;
    margin-top: 50px;
    margin-bottom: 20px;
}

.modal-theme-body-alltheme-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.modal-theme-body-alltheme-wrapper a {
    font-size: 12px;
    line-height: 14px;
    color: #222222;
    text-decoration: none;
    background: #FFFFFF;
    border: 1px solid #A8A8A8;
    border-radius: 50px;
    padding: 12px 16px;
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 8px;
}

.modal-theme-body-alltheme-wrapper a:hover {
    border: 1px solid #1472E6;
    color: #1472E6;
}


/*------------------content-page***---------------------------*/

.breadcrumb {
    display: flex;
    align-items: baseline;
    margin-top: 30px;
    margin-bottom: 12px;
}

.breadcrumb-item a {
    color: #A8A8A8;
    font-size: 12px;
    line-height: 130%;
    cursor: pointer;
    text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0 !important;
}

.breadcrumb-item svg {
    margin: 0 8px;
}

.breadcrumb-item:last-child {
    color: #222222;
    cursor: default;
}

.breadcrumb-item::before {
    content: none !important;
}

.content h1 {
    margin-bottom: 60px;
}

.content h2 {
    margin-top: 80px;
    margin-bottom: 30px;
}

.content h3 {
    margin-top: 60px;
    margin-bottom: 20px;
}

.content h4 {
    margin-top: 40px;
    margin-bottom: 10px;
}

.start p {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 17px;
    color: #222222;
}

.start img {
    border-radius: 4px;
    margin-bottom: 10px;
}

.block {
    margin-bottom: 40px;
}

.infoList .block p {
    font-size: 14px;
    line-height: 17px;
}

.infoList ul span,
.infoList ol span,
.infoWall_h4 ol span {
    font-size: 18px;
    line-height: 22px;
    color: #222222;
    margin-bottom: 10px;
}

.infoWall_h3 p,
.infoWall_h4 p {
    font-size: 14px;
    line-height: 17px;
}

.infoWall_h3 p a {
    text-decoration: none;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.block ul,
.content ol {
    padding: 0;
}

.block ul li,
.content ol li {
    list-style: none;
    position: relative;
    margin-bottom: 10px;
    margin-left: 1rem;
    font-size: 14px;
    line-height: 17px;
}

.content ol>ol {
    margin-left: 1.3rem;
}

.block ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #0050B2;
    position: absolute;
    border-radius: 50%;
    left: -18px;
    top: 8px;
}

.content ol {
    counter-reset: myCounter;
}

.content ol li:before {
    position: absolute;
    counter-increment: myCounter;
    content: counter(myCounter) ".";
    font-size: 14px;
    line-height: 17px;
    color: #0050B2;
    left: -20px;
    bottom: 0;
}

.infoIMG img,
.infoWall_IMG img {
    border-radius: 4px;
    margin-bottom: 10px;
}

.infoIMG p {
    font-size: 14px;
    line-height: 17px;
    color: #222222;
    margin-bottom: 0;
}

.infoWall_IMG p {
    font-size: 14px;
    line-height: 17px;
}

.infoWall_IMG h3 {
    margin-top: 0;
}

.infoWall_video p {
    font-size: 16px;
    line-height: 19px;
}

.infoWall_video-iframe {
    position: relative;
}

.infoWall_video-iframe img {
    border-radius: 4px;
}

.infoWall_video-iframe .main-video-wrapper {
    position: absolute;
    top: calc(50% - 45px);
    left: calc(50% - 105px);
}

section.region {
    padding: 110px 0;
}

.region h2 {
    margin: 0;
}

.region img {
    border-radius: 4px;
}

.region p {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 0;
}

.blue {
    position: relative;
    color: #fff;
}

.blue:before {
    content: '';
    position: absolute;
    width: 100%;
    background: #0050B2;
    border-radius: 4px 4px 0px 4px;
    height: 398px;
    z-index: -1;
    top: 0;
}

section.tables h2 {
    margin-top: 0;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
    border-bottom: 1px solid #222222;
    margin-bottom: 40px;
}

.tables table thead tr th {
    font-family: 'GolosTextMedium';
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #222222;
}

.tables table tbody tr {
    border-top: 1px solid #222222;
}

.tables table tbody tr th {
    vertical-align: baseline;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
}

.tables table tbody p {
    font-size: 14px;
    line-height: 17px;
    color: #222222;
    margin: 0;
    margin-bottom: 51px;
}

.tables table tbody p a {
    text-decoration: none;
}

.tables table tbody tr td {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 15px;
    vertical-align: baseline;
    position: relative;
}

.tables table tbody tr td {
    border: 1px solid #222222;
    font-family: 'GolosTextRegular';
}

.tables table tbody tr td:first-child {
    border-left: none;
}

.tables table tbody tr td:last-child {
    border-right: none;
}

.tables table tbody tr td:last-child::before {
    content: none;
}

.tables table tbody p+p {
    margin-top: 57px;
}

.tables table tbody tr .tables_link a {
    font-size: 12px;
    line-height: 14px;
    color: #A8A8A8;
    text-decoration: none;
    position: relative;
    margin-left: 4px;
}

.tables table tbody tr .tables_link a svg {
    margin-right: 10px;
}

.tables table tbody tr .tables_link a:hover {
    color: #0050B2;
}

.tables table tbody tr .tables_link a:hover path {
    fill: #0050B2;
}

.modal-theme-body .form {
    padding-bottom: 29px;
}

body .future {
    padding: 0;
}

body .future h2 {
    margin-top: 0;
}

.tags-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.tags-link {
    font-size: 12px;
    line-height: 14px;
    color: #222222;
    text-decoration: none;
    padding: 12px 16px;
    border: 1px solid #A8A8A8;
    border-radius: 50px;
    display: inline-flex;
    margin-right: 8px;
    margin-bottom: 8px;
}

.tags-link.active,
.tags-link:hover {
    color: #1472E6;
    border: 1px solid #1472E6;
}

section.tags {
    margin-bottom: 116px;
}

.share.popularTags h3 {
    margin-top: 0;
}

.share-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 234px;
}

.share-link-icon {
    text-decoration: none;
    display: inline-flex;
}

.share.popularTags {
    margin-bottom: 110px;
}

.share-border {
    border-top: 1px solid #A8A8A8;
    border-right: 1px solid #A8A8A8;
    border-bottom: 1px solid #A8A8A8;
    padding-top: 30px;
}

.popularTags-border {
    border-top: 1px solid #A8A8A8;
    border-bottom: 1px solid #A8A8A8;
    padding-top: 30px;
    padding-bottom: 46px;
}

.links h2 {
    margin-top: 0;
}

.links-item {
    border-bottom: 1px solid #A6B7D4;
}

.links-item a {
    display: flex;
    align-items: baseline;
    text-decoration: none;
    font-size: 18px;
    line-height: 22px;
    color: #222222;
    padding: 20px;
    padding-right: 10px;
}

.links-item a p {
    width: 1005px;
    margin-left: 22px;
}

section.links {
    margin-bottom: 170px;
}


/*-----------------*/

.accordions h2 {
    margin-top: 0;
    margin-bottom: 10px;
}

.wrapper-accord {
    border-bottom: 1px solid #E9E9E9;
}

.wrapper-accord-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 22px;
}

.wrapper-accord.active .wrapper-accord-title,
.wrapper-accord-title:hover {
    color: #0050B2;
}

.wrapper-accord.active .wrapper-accord-title path {
    fill: #0050B2;
}

.wrapper-accord.active {
    border-bottom: 1px solid #0050B2;
}

.wrapper-accord .wrapper-accord-title-icon {
    transform: rotate(0deg);
    transition-duration: .3s;
}

.wrapper-accord.active .wrapper-accord-title-icon {
    transform: rotate(180deg);
}

.wrapper-accord-title p {
    margin-bottom: 0;
}

.wrapper-accord-info {
    display: none;
    padding-bottom: 19px;
}

.wrapper-accord-info p {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 0;
}

.accord-12 {
    margin-bottom: 161px;
}

section.accordions {
    margin-bottom: 134px;
}

.tabs_file .nav-link {
    color: #A6B7D4;
    padding: 16px 28px;
    border: 1px solid #E9E9E9;
    border-radius: 4px;
    margin-right: 4px;
    background-color: #fff;
}

.tabs_file .nav-link.active {
    color: #1472E6;
    border: 1px solid #1472E6;
    background-color: #fff;
}

.tabs_file .nav.nav-pills {
    margin-bottom: 30px;
}

.tabs_file-download {
    margin-right: 45px;
    display: block;
    text-decoration: none;
    padding: 10px;
    padding-left: 14.83px;
}

.tabs_file-download-up {
    display: flex;
    margin-bottom: 8px;
}

.tabs_file-download-up-icon {
    margin-right: 14.83px;
}

.tabs_file-download-up-text {
    font-size: 14px;
    line-height: 17px;
    color: #222222;
}

.tabs_file-download:hover .tabs_file-download-up-text {
    color: #1472E6;
}

.tabs_file-download:hover .tabs_file-download-down-btn {
    opacity: 1;
}

.tabs_file-download-down {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 35.83px;
}

.tabs_file-download-down-info {
    display: flex;
    align-items: center;
}

.tabs_file-download-down-info-icon {
    color: #FFFFFF;
    padding: 3px 6px 4px;
    background: #A6B7D4;
    border-radius: 20px;
    margin-right: 12px;
    line-height: 15px;
}

.tabs_file-download-down-info-size {
    font-size: 12px;
    line-height: 14px;
    color: #A6B7D4;
    margin-right: 12px;
}

.tabs_file-download-down-info-type {
    font-size: 12px;
    line-height: 14px;
    color: #A6B7D4;
}

.tabs_file-download-down-btn {
    color: #0050B2;
    background: transparent;
    border: none;
    outline: none;
    opacity: 0;
    transition-duration: .3s;
}

section.tabs_file {
    margin-bottom: 108px;
}

.links-item:hover a {
    color: #1472E6;
}

.share-link-icon:hover path {
    fill: #1472E6;
}

.tables-mobile-scroll {
    display: none;
}

section.audio {
    margin-bottom: 113px;
}

section.audio .audio-wrapper {
    position: relative;
}


/*---------ppq-audio-player-------------*/

.audio-hidden {
    width: 0;
    height: 0;
    visibility: hidden
}

.ppq-audio-player .play-pause-btn .play-pause-icon:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.ppq-audio-player .play-pause-btn .play-pause-icon:after,
.ppq-audio-player.player-playing .play-pause-icon:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAOCAYAAAA8E3wEAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAERSURBVDhPY2QI2PSfAQimBv1jyF7HBGLSFMBtyIr1Z3gz356h1PwZVIR4cK1bj+HHSg8wRgYwMZA8DKB4SViAj6GrIp3hbLMGQ6j0eagocYCdjRWMkQE2MaxhaKSjyrBqSh3DmnR+qAj1AN5IC/awY/i/3pehx/sHVIRyQFQqKU4JZXg83YIhx+ABVIR8QJSFICAjIcowuT6X4XC1IlSEPEC0hU9evGbIbZzMYNt6HypCHiDKwt45qxlkM08wTLmgABUhH+C1cO2OQwyMgZsZSrZyQEUoB1gtPHflNkNYThNDyMyPUBHqARQL3374xFDWMZPBuPYGw+qnhlBR4sDPX7/BGBlgE6N7WQq3kD6AgQEAyh9XUYhChJkAAAAASUVORK5CYII=) !important;
    background-size: 30px 14px !important;
}

.ppq-audio-player {
    line-height: initial !important;
    position: relative;
    overflow: hidden;
    height: auto !important;
    margin: 0 auto;
    background: none !important;
}

.ppq-audio-player audio {
    position: absolute;
    vertical-align: baseline
}

.ppq-audio-player .play-pause-btn {
    float: left;
    margin: 29px 0 0 12px
}

.ppq-audio-player .play-pause-btn .play-pause-icon {
    position: relative;
    display: block;
    width: 47px;
    height: 47px;
    border: 3px solid #00a293;
    border-radius: 100%;
    background-color: #fff
}

.ppq-audio-player .play-pause-btn .play-pause-icon:after {
    display: block;
    content: "";
    background-position: 0 0;
    width: 17px;
    height: 18px
}

.ppq-audio-player.player-playing .play-pause-icon:after {
    background-position: -25px 0;
    width: 12px;
    height: 17px
}

.ppq-audio-player .player-time {
    float: left;
    width: 51px;
    margin-right: 8px;
    text-align: right
}

.ppq-audio-player .player-time-duration {
    float: right;
    margin: 0 0 0 8px;
    text-align: left
}

.a-duration {
    position: absolute;
    bottom: 0;
    left: 99px;
    font-size: 12px;
    line-height: 14px;
    color: #0050B2;
    font-family: 'GolosTextRegular';
}

.audio-download {
    text-decoration: none;
    font-size: 12px;
    color: #11304e;
    position: absolute;
    bottom: 0;
    right: 10px;
}

.ppq-audio-player .player-bar {
    position: relative;
    overflow: hidden;
    height: 5px;
    margin-top: 53px;
    background-color: #fff
}

.ppq-audio-player .player-bar .player-bar-loaded {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    background: #ddd
}

.ppq-audio-player .player-bar .player-bar-played {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    border-radius: 3px;
    background: #00a293
}

.player-bar-showtime {
    position: absolute;
    bottom: calc(100% + 11px);
    font-size: 12px;
    line-height: 100%;
    color: #A6B7D4;
    padding: 8px 11px;
    margin-left: -27px;
    background: #fff;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    opacity: 0;
    pointer-events: none;
}

.player-bar-showtime.active {
    opacity: 1;
}

.player-bar-showtime:before {
    content: "";
    position: absolute;
    background: none;
    border: 5px solid rgba(0, 0, 0, 0);
    border-top: 6px solid #fff;
    bottom: -11px;
    left: 22px;
}

.content .ppq-audio-player .player-bar {
    border-radius: 50px;
    margin-top: 29px;
    overflow: initial;
    margin-left: 99px;
    height: 9px;
}

.content .ppq-audio-player .player-bar .player-bar-loaded {
    background: #E9E9E9;
    border-radius: 50px;
    width: 100% !important;
}

.content .ppq-audio-player .player-bar .player-bar-loaded,
.content .ppq-audio-player .player-bar .player-bar-played {
    height: calc(100% - 4px);
}

.content .ppq-audio-player .play-pause-btn {
    margin-right: 40px;
    margin-left: 0;
    margin-top: 0;
}

.content .ppq-audio-player .play-pause-btn .play-pause-icon {
    width: 59px;
    height: 59px;
    border: none;
    background: #0050B2;
}

.content .ppq-audio-player .player-bar .player-bar-played {
    background: #A6B7D4;
    border-radius: 50px;
}

.content .ppq-audio-player .play-pause-btn .play-pause-icon:after {
    height: 14px;
    width: 15px;
}

.content .ppq-audio-player.player-playing .play-pause-icon:after {
    background-position: -15px 0;
}

.content .player-time.player-time-current {
    left: 168px;
    display: none;
}

.content .player-time.player-time-current,
.content .ppq-audio-player .player-time-duration {
    position: absolute;
    bottom: 0;
    font-size: 12px;
    line-height: 14px;
    color: #0050B2;
}

.content .ppq-audio-player .player-time-duration {
    left: 180px;
}

.audio-wrapper+.audio-wrapper {
    margin-top: 45px;
}

main {
    padding-top: 80px;
}


/*----------------------*/


/*----header------*/

.header_show {
    border-bottom: 1px solid #0050B2;
    background: #fff;
}

.logo-blue {
    background: url(../img/header/logo-blue.svg) center center no-repeat !important;
}

.header-content-social__links a path,
.index .header.header_show .header-content-social__links a path,
.about .header.header_show .header-content-social__links a path {
    fill: #A6B7D4;
}

.index .header .header-content-social__links a path,
.about .header .header-content-social__links a path {
    fill: white;
}

.header-content-social__links a:hover path,
.index .header.header_show .header-content-social__links a:hover path,
.about .header.header_show .header-content-social__links a:hover path {
    fill: #0050B2;
    fill-opacity: 1;
}

.index .header .header-content-social__links a:hover path,
.about .header .header-content-social__links a:hover path {
    fill-opacity: 0.5;
}

.header-btn a,
.index .header.header_show .header-btn a,
.about .header.header_show .header-btn a {
    color: #A6B7D4;
    border: 1px solid #A6B7D4;
}

.index .header .header-btn a,
.about .header .header-btn a {
    color: #fff;
    border: 1px solid #FFFFFF;
}

.header-btn a:hover,
.index .header.header_show .header-btn a:hover,
.about .header.header_show .header-btn a:hover {
    color: #0050B2;
    border-color: #0050B2;
}

.index .header .header-btn a:hover,
.about .header .header-btn a:hover {
    background: #fff;
    color: #1472E5;
}

.header-navs a,
.index .header.header_show .header-navs a,
.about .header.header_show .header-navs a {
    color: #A6B7D4;
}

.index .header .header-navs a,
.about .header .header-navs a {
    color: #fff;
}

.header-navs a:hover {
    color: #0050B2;
    opacity: 1;
}

.index .header.header_show .header-navs a:hover,
.about .header.header_show .header-navs a:hover {
    opacity: 1;
    color: #0050B2;
}

.index .header-navs a:hover,
.about .header-navs a:hover {
    opacity: 0.5;
}

.index .lang-wrapper-other a:hover,
.about .lang-wrapper-other a:hover {
    color: #0050B2;
    opacity: 1;
}

.header-navs a path,
.index .header.header_show .header-navs a path,
.about .header.header_show .header-navs a path {
    fill: #A6B7D4;
}

.index .header .header-navs a path,
.about .header .header-navs a path {
    fill: white;
}

.header-navs a:hover path,
.index .header.header_show .header-navs a:hover path,
.about .header.header_show .header-navs a:hover path {
    fill: #0050B2;
    fill-opacity: 1;
}

.index .header .header-navs a:hover path,
.about .header .header-navs a:hover path {
    fill-opacity: 0.5;
}

.burger-menu__btn span,
.index .header.header_show .burger-menu__btn span,
.about .header.header_show .burger-menu__btn span,
.burger-menu__btn span::before,
.index .header.header_show .burger-menu__btn span::before,
.about .header.header_show .burger-menu__btn span::before,
.burger-menu__btn span::after,
.index .header.header_show .burger-menu__btn span::after,
.about .header.header_show .burger-menu__btn span::after {
    background: #0050B2;
}

.index .header .burger-menu__btn span,
.about .header .burger-menu__btn span,
.index .header .burger-menu__btn span::before,
.about .header .burger-menu__btn span::before,
.index .header .burger-menu__btn span::after,
.about .header .burger-menu__btn span::after {
    background: #fff;
}

.about .header-content-social span a {
    color: #fff;
}

.index .header-content-social span a:hover,
.about .header-content-social span a:hover {
    opacity: 0.5;
}

.index .header_show .header-content-social span a:hover,
.about .header_show .header-content-social span a:hover {
    color: #0050B2;
    opacity: 1;
}

.about .lang-wrapper:hover .lang-wrapper-other {
    border-radius: 2px;
    background: rgb(255, 255, 255, 0.4);
}

.about .header_show .header-content-social span a {
    color: #A6B7D4;
    transition: all 0.2s ease-in-out;
}


/*----header------*/


/*---404----*/

.content .title_404 {
    font-size: 239.9px;
    line-height: 288px;
    text-align: center;
    margin: 0;
}

.content h2.text_404 {
    font-weight: 500;
    font-size: 38px;
    line-height: 95.4%;
    text-align: center;
    color: #222222;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 496px;
}

.content h2.text_404 .text_blue {
    color: #0050B2;
    font-size: inherit;
}

.subtext_404 {
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #222222;
    display: block;
    width: 379px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.btn_404 {
    text-align: center;
}


/*---404----*/


/* ART */

body.el_services main {
    padding-top: 80px;
}

.wrapper-services {
    margin-bottom: 110px;
}

.wrapper-services-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #A6B7D4;
    padding: 20px;
    padding-bottom: 30px;
}

.wrapper-services-item-icon {
    margin-right: 20px;
    max-width: 60px;
}

.wrapper-services-item-icon img {
    max-width: 100%;
}

.wrapper-services-item-info h4 {
    color: #222222;
    margin-top: 0;
}

.wrapper-services-item-info p {
    font-size: 12px;
    line-height: 14px;
    color: #222222;
    margin-bottom: 8px;
}

.wrapper-services-item-info a {
    text-decoration: none;
    display: flex;
    align-items: baseline;
    color: #A8A8A8;
}

.wrapper-services-item-info a svg {
    margin-left: 14.08px;
}

.wrapper-services-item:hover .wrapper-services-item-info a,
.wrapper-services-item:hover .wrapper-services-item-info a path {
    color: #0050B2;
    fill: #0050B2;
}

.wrapper-services-item:hover .wrapper-services-item-info h4 {
    color: #1472E6;
}

.content-card b {
    font-weight: 500;
}

div.content .blocks.about .content-card p {
    margin-bottom: 0;
}

.col-img {
    pointer-events: none;
}

div.content .content-card p {
    margin-bottom: 0;
}

.content-card b {
    line-height: 90%;
}

div.content .content-card p {
    line-height: 22px;
    margin-top: 8px;
}

.content-card:hover {
    border: 2px solid #1472E5;
    background: #fff;
}


/* ART */


/*------cookie-------*/

.cookie {
    position: fixed;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
}

.cookie a {
    text-decoration: none;
}

.cookie.active {
    display: block;
}

.bg-cookie {
    background: #1B1B1B;
    opacity: 0.2;
    position: absolute;
    height: 100%;
    width: 100%;
    transition-duration: .3s;
}

.cookie-body {
    background: #FFFFFF;
    border-radius: 4px 4px 0px 0px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 555px);
    padding: 30px 30px 30px 30px;
    max-width: 1110px;
    transform: translateY(405px);
    transition-duration: .3s;
}

.cookie-body.active {
    transform: translateY(0);
}

.cookie-visible {
    display: flex;
    margin-right: 65px;
    margin-bottom: 40px;
}

.cookie-body-info {
    width: 700px;
    margin-right: 72px;
}

h4.cookie-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: #222222;
    margin: 0;
    margin-bottom: 19px;
}

p.cookie_info {
    font-size: 12px;
    line-height: 14px;
    color: #222222;
    margin-bottom: 10px;
}

p.cookie_info.detail {
    margin-bottom: 0;
}

.cookie-close {
    position: absolute;
    padding: 16.46px;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.cookie-body-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.btn_cookie {
    font-family: 'GolosTextRegular';
    position: relative;
    background: #0050B2;
    border-radius: 4px;
    padding: 12px 16px;
    padding-right: 38px;
    color: #fff;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 120%;
    text-align: center;
}

.btn_cookie:hover {
    color: #fff;
    background: #1472E6;
}

.btn_cookie:before {
    content: "";
    position: absolute;
    width: 11px;
    height: 8px;
    top: calc(50% - 4px);
    right: 17px;
    background: url(../img/cookie-ok.svg);
}

.setting_cookie {
    font-family: 'GolosTextRegular';
    font-size: 12px;
    line-height: 120%;
    color: #D7D7D7;
    border: 1px solid #D7D7D7;
    border-radius: 4px;
    padding: 12px 16px;
    text-align: center;
}

.setting_cookie.btn_form {
    border: 1px solid #A6B7D4;
    color: #A6B7D4;
}

.setting_cookie:hover {
    color: #1472E6;
    border: 1px solid #1472E5;
}

.cookie-form-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    cursor: pointer;
}

.cookie-form-item input {
    display: none;
}

.cookie-form-item label {
    font-size: 14px;
    line-height: 17px;
    color: #222222;
    margin-bottom: 13px;
}

.cookie-form-item span {
    font-size: 12px;
    line-height: 14px;
    color: #A8A8A8;
    display: block;
}

.cookie-hidden {
    padding-top: 40px;
    border-top: 1px solid #A6B7D4;
    background: #fff;
}

.btn_form {
    margin-right: 20px;
}

.btn-form-wrapper {
    text-align: center;
}

.checkbox {
    background: #FFFFFF;
    border: 1px solid #A6B7D4;
    box-sizing: border-box;
    border-radius: 2px;
    height: 20px;
    width: 20px;
    cursor: pointer;
    position: relative;
    margin-right: 8px;
}

.cookie-form-item input[type="checkbox"]:checked+.checkbox {
    background: #0050B2;
    border: 1px solid #0050B2;
}

.cookie-form-item input[type="checkbox"]:checked+.checkbox:before {
    content: '';
    position: absolute;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    height: 13px;
    width: 8px;
    top: 0px;
    right: 5px;
}


/*------cookie-------*/


/* Contact page */

.contact.panel {
    background: #FFFFFF;
    border: 1px solid #D7D7D7;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 20px;
    margin: 10px;
}

.panel_caption {
    display: flex;
    padding-bottom: 20px;
}

.panel_body {
    padding: 20px;
    border-top: 1px solid #D7D7D7;
    margin-left: -20px;
    margin-right: -20px;
}

.contact .label {
    font-family: 'GolosTextRegular';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #A8A8A8;
    margin-bottom: 4px;
}

.contact h3 {
    margin-top: 0px;
    color: #222222;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-top: 4px;
    font-family: 'GolosTextMedium';
}

.contact h4 {
    margin-top: 0px;
    color: #222222;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    margin-top: 4px;
    font-family: 'GolosTextRegular';
}

.contact p {
    font-size: 14px;
    line-height: 17px;
    color: #222222;
}

.panel_content p {
    margin-bottom: 0;
}

.contact a {
    color: #222222;
}

.contact .avatar {
    margin-right: 30px;
}

.contact .avatar .img {
    width: 114px;
    height: 114px;
    overflow: hidden;
    border-radius: 50%;
}

.contact .avatar .img img {
    width: 100%;
}

.contact .panel_body .cols {
    display: flex;
    margin: -20px;
}

.contact .panel_body .cols .col {
    padding: 20px;
}

.contact .panel_body .cols .col:nth-child(1) {
    border-right: 1px solid #D7D7D7;
    flex: none;
    width: 60%;
}

.col-12>.contact.panel {
    height: calc(100% - 20px);
    margin: 0px;
}

.contact.big .avatar .img {
    width: 174px;
    height: 174px;
}

.contact.big h3 {
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
}

.contact.big h4 {
    font-size: 18px;
    line-height: 22px;
}

.logo_group img {
    margin-bottom: 20px !important;
}

.form_steps {
    padding-bottom: 40px;
}

.form_steps .form_step {
    display: none;
}

.form_steps .form_step.active {
    display: block;
}

ol.vertical {
    margin: 0px;
    padding: 0px;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
}

ol.vertical li {
    list-style: none;
    color: #222222;
    font-size: 12px;
    line-height: 14px;
    margin-left: 0px;
    padding: 0px 40px;
    border-right: 1px solid #E9E9E9;
}

ol.vertical li:first-child {
    padding-left: 0px;
}

ol.vertical li:last-child {
    padding-right: 0px;
    border-right: none;
}

ol.vertical li:before {
    content: counter(myCounter);
    position: static;
    display: block;
    font-size: 80px;
    color: #0050B2;
    line-height: 80px;
    margin-bottom: 20px;
}

.indicator_list {
    margin-bottom: 40px;
}

.indicator {
    padding: 40px 0px;
    border-bottom: 1px solid #E9E9E9;
}

.indicator:first-child {
    padding-top: 0px;
}

.indicator_val {
    font-size: 46px;
    color: #0050B2;
}

.indicator_title {
    font-size: 24px;
    line-height: 102.9%;
    color: #A6B7D4;
}

.subtext {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 120%;
    color: #A8A8A8;
}

.contacts_section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 100px);
    top: 40px;
    background: #F9F9F9;
    z-index: -1;
}

.contacts_section {
    position: relative;
}

.contact_bottom_section {
    margin-bottom: 110px;
}

.indicator_val {
    margin-right: 10px;
    display: inline-block;
}

.contact_bottom_section h2 {
    margin-bottom: 50px;
}

.mar-top {
    margin-top: 30px;
}

.measures-page-content h2 {
    font-size: 32px;
    font-family: 'GolosTextRegular';
}
.investor-sup-step-list li.active a {
    color: #1472E6 !important;
}

@media (max-width: 1199px) {
    .content h1 {
        font-size: 60px;
    }
    .start .row:last-child p {
        margin-bottom: 0;
    }
    section.links {
        margin-bottom: 90px;
    }
    .cookie-body {
        left: calc(50% - 471px);
        max-width: 942px;
        transform: translateY(419px);
    }
    .cookie-body-info {
        width: 546px;
    }
}

@media (max-width: 1024px) {}

@media (max-width: 991px) {
    .info-title {
        margin-bottom: 30px !important;
    }
    .content h1 {
        font-size: 44px;
        margin-bottom: 40px;
    }
    .start p {
        margin-bottom: 30px;
    }
    .block {
        margin-bottom: 30px;
    }
    .content h3 {
        margin-top: 40px;
        margin-bottom: 10px;
    }
    .content h4 {
        margin-top: 30px;
        margin-bottom: 8px;
    }
    .content h2 {
        margin-top: 60px;
        margin-bottom: 20px;
    }
    .infoWall_IMG h3 {
        margin-top: 0;
    }
    .tables-mobile-scroll {
        display: flex;
        justify-content: space-around;
        align-items: center;
        height: 64px;
    }
    .tables-mobile-scroll-icons {
        display: inline-flex;
        align-items: center;
    }
    .tables-mobile-scroll-icon {
        margin-right: 29px;
    }
    .tables-mobile-scroll-text {
        font-size: 12px;
        line-height: 130%;
        color: #A6B7D4;
    }
    section.accordions h2 {
        font-size: 28px;
        margin-top: 20px;
    }
    .links-item a p {
        width: 625px;
    }
    section.tabs_file h2 {
        margin-top: 0;
    }
    .cookie-body {
        left: calc(50% - 350px);
        max-width: 699px;
        transform: translateY(461px);
    }
    .cookie-visible {
        flex-direction: column;
        margin-right: 0;
    }
    .cookie-body-info {
        width: 606px;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .cookie-body-btn {
        flex-direction: row-reverse;
    }
    .btn_cookie {
        margin-bottom: 0;
        margin-left: 30px;
    }
}
@media (max-width: 560px) {
    .footer-top-block {
        padding-left: 57px;
        padding-right: 57px;
    }
    .footer-bot {
        padding: 40px 57px;
    }
}

@media (max-width: 991px) {
    .contact .avatar .img {
        width: 62px;
        height: 62px;
    }
    .contact h3 {
        font-size: 18px !important;
        line-height: 22px;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .contact h4 {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 0;
        margin-top: 0;
    }
    .contact.big .avatar .img {
        width: 105px;
        height: 105px;
    }
    .contact.big h3 {
        font-size: 24px !important;
        line-height: 28px;
    }
    .contact.big h4 {
        font-size: 16px;
        line-height: 19px;
    }
    .contact .panel_body .cols {
        display: block;
        padding: 20px
    }
    .contact .cols .col {
        display: block;
        width: 100% !important;
        border: none !important;
        padding: 0px !important;
    }
}

@media (max-width: 991px) {
    ol.vertical {
        flex-direction: column;
    }
    ol.vertical li {
        padding: 30px 0px;
        border-right: none;
        border-bottom: 1px solid #E9E9E9;
    }
    ol.vertical li:last-child {
        border-bottom: none;
    }
}

@media (max-width: 768px) {
    div.content .content-card p {
        line-height: 19px;
    }
}

@media (max-width: 767px) {
    .content h1 {
        font-size: 36px;
    }
    .content h2 {
        font-size: 32px;
    }
    .content h3 {
        font-size: 28px;
    }
    .infoIMG img,
    .infoWall_IMG img {
        margin-bottom: 8px;
        width: 100%;
    }
    .infoIMG img {
        margin-bottom: 20px;
    }
    .infoIMG p {
        margin-top: -12px;
    }
    .infoWall_IMG {
        margin-top: 20px;
    }
    .infoWall_IMG .block p+p {
        margin-bottom: 0;
    }
    .infoWall_IMG .block:nth-child(4) .row .col-xl-6:first-child {
        order: 1;
    }
    .infoWall_IMG .block:nth-child(5) h3 {
        margin-top: 22px;
    }
    section.region {
        padding: 80px 0;
    }
    .region .mb-30 {
        margin-bottom: 0;
    }
    .region p {
        margin-bottom: 8px;
    }
    .blue:before {
        top: auto;
    }
    section.region {
        padding-bottom: 0;
    }
    section.region h2 {
        margin-top: 0;
    }
    section.region.blue {
        padding-bottom: 80px;
    }
    section.region.blue h2 {
        margin-top: 40px;
    }
    .blue:before {
        height: 360px;
    }
    .tags-link {
        padding: 8px 12px;
        margin-bottom: 10px;
    }
    section.tags {
        margin-bottom: 80px;
    }
    .share-border {
        border: none;
        padding-top: 0;
        padding-bottom: 20px;
    }
    .share.popularTags {
        margin-bottom: 80px;
    }
    .popularTags-border {
        border: none;
        padding-top: 20px;
        padding-bottom: 0;
        position: relative;
    }
    .popularTags-border:before {
        content: '';
        position: absolute;
        width: calc(100% - 25px);
        height: 1px;
        background: #A8A8A8;
        top: 0;
    }
    .accordions h2 {
        margin-top: 0;
    }
    .wrapper-accord {
        padding-left: 10px;
        padding-right: 10px;
    }
    .accord-12 {
        margin-bottom: 80px;
    }
    section.accordions {
        margin-bottom: 72px;
    }
    .btn-blue {
        text-align: center;
    }
    section.measures {
        margin-bottom: 120px;
    }
}

@media (max-width: 756px) {
    .cookie-body {
        left: calc(50% - 259px);
        max-width: 518px;
        transform: translateY(453px);
        transition-duration: .3s;
    }
    h4.cookie-title {
        font-size: 20px;
        line-height: 120%;
        margin-bottom: 20px;
    }
    .cookie-visible {
        margin-bottom: 10px;
    }
    .cookie-body-info {
        width: auto;
    }
    .cookie-body-btn {
        flex-direction: column;
    }
    .btn_cookie {
        margin-bottom: 10px;
        margin-left: 0;
    }
    .cookie-form-item span {
        font-size: 8px;
        line-height: 10px;
    }
    .cookie-hidden {
        transition-duration: .3s;
    }
    .cookie-body.active .cookie-hidden {
        background: #fff;
        border-top: none;
        padding-top: 0;
        transform: translateY(-291px);
    }
    .btn-form-wrapper {
        display: flex;
        flex-direction: column-reverse;
    }
    .btn_form {
        margin-right: 0;
        margin-top: 10px;
    }
    .cookie-body.active {
        transform: translateY(311px);
    }
    .btn_cookie:before {
        right: calc(50% - 81px);
    }
}

@media (max-width: 576px) {
    .cookie-body {
        max-width: calc(100% - 20px);
        left: 10px;
    }
    .cookie-hidden {
        border-top: none;
    }
}

@media (max-width: 575px) {
    section.links h2 {
        margin-top: 8px;
    }
    .projects {
        padding-bottom: 80px;
    }
    .index .projects {
        padding-bottom: 130px;
    }
    section.audio {
        margin-bottom: 80px;
    }
}

@media (max-width: 540px) {}

@media (max-width: 425px) {
    .no-text {
        margin-bottom: 10px !important;
    }
    .breadcrumbs {
        display: none;
    }
    section.start {
        margin-top: 30px;
    }
    .content h1 {
        font-weight: 600;
        font-size: 30px;
        line-height: 102.9%;
        margin-bottom: 40px;
    }
    .content h2 {
        font-size: 28px;
    }
    .infoList ul span,
    .infoList ol span,
    .infoWall_h4 ol span {
        font-size: 16px;
        line-height: 19px;
    }
    .mb-30 {
        margin-bottom: 20px;
    }
    .infoWall_h3 .block {
        margin-bottom: 0;
    }
    .infoWall_video-iframe {
        margin-bottom: 8px;
    }
    .infoWall_video-iframe .main-video-wrapper .main-video-btn {
        width: 39px;
        height: 39px;
    }
    .infoWall_video-iframe .main-video-wrapper .main-video-btn .play {
        border-width: 7px 0 6px 13px;
    }
    .infoWall_video-iframe .main-video-wrapper {
        top: calc(50% - 34px);
        left: calc(50% - 85px);
    }
    .links h2 {
        margin-top: 0;
        margin-bottom: 10px;
    }
    .links-item a p {
        width: 259px;
        margin-left: 11px;
    }
    section.links {
        margin-bottom: 86px;
    }
    .tabs_file h2 {
        margin-top: 0;
    }
    .tabs_file .nav-link {
        padding: 1px 16px;
    }
    .cookie-body {
        transform: translateY(483px);
    }
    .cookie-body.active .cookie-hidden {
        transform: translateY(-347px);
    }
    .cookie-body.active {
        transform: translateY(367px);
    }
    .contact.big .panel_content .contact_group:last-child {
        margin-left: -51%;
        margin-top: 38px;
    }
    .contact .panel_content .contact_group:last-child {
        margin-left: -29%;
    }
    .contact .avatar {
        margin-right: 20px;
    }
}

@media (max-width: 375px) {
    .cookie-body.active .cookie-hidden {
        transform: translateY(-389px);
    }
    .cookie-body.active {
        transform: translateY(409px);
    }
    .cookie-body {
        transform: translateY(513px);
    }
    .contact.big .panel_content .contact_group:last-child {
        margin-left: -70%;
        margin-top: 0;
    }
    .contact .panel_content .contact_group:last-child {
        margin-left: -37%;
    }
}

@media (max-width: 320px) {
    .cookie-body.active .cookie-hidden {
        transform: translateY(-431px);
    }
    .cookie-body.active {
        transform: translateY(451px);
    }
    .cookie-body {
        transform: translateY(543px);
    }
    .contact.big .panel_content .contact_group:last-child {
        margin-left: -100%;
    }
    .contact .panel_content .contact_group:last-child {
        margin-left: -50%;
    }
}


/* Contact page */


.new-card-img{border-radius: 3px 3px 0px 0px;overflow: hidden; height: 170px;}
  .new-card-img img{ border-radius: 0px; margin-bottom:0px; min-height: 100%; object-fit: cover;}
  .news-card-text h4{min-height: 50px;}
  .news-card-text .text-wrapper{height: 54px; overflow: hidden;}
  .news-card{margin-bottom:20px; }
  .page-item .page-link span{display: inline; margin-bottom: 0px; font-size: 12px; color: #1472E5;}
  .page-link:focus span{color: #fff;}
  .page-item.bx-active .page-link{background: #1472E5; color: #fff;     border: 1px solid #1472E5;}
  .page-item.bx-active .page-link span{color: #fff;}
  @media (max-width: 991px) {
    .new-card-img{height: auto;}
    .new-card-img img{width: 100%; height: auto; max-height: none;}
  }