@font-face {
    font-family: "GTEestiLCDisplay";
    src: url("../fonts/GTEestiProDisplay-Thin.eot");
    src: local("../fonts/GTEestiProDisplay-Thin"), local("GTEestiProDisplay-Thin"), url("../fonts/GTEestiProDisplay-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/GTEestiProDisplay-Thin.woff2") format("woff2"), url("../fonts/GTEestiProDisplay-Thin.woff") format("woff"), url("../fonts/GTEestiProDisplay-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "GTEestiLCDisplay";
    src: url("../fonts/GTEestiProDisplay-UltraLight.eot");
    src: local("../fonts/GTEestiProDisplay-UltraLight"), local("GTEestiProDisplay-UltraLight"), url("../fonts/GTEestiProDisplay-UltraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/GTEestiProDisplay-UltraLight.woff2") format("woff2"), url("../fonts/GTEestiProDisplay-UltraLight.woff") format("woff"), url("../fonts/GTEestiProDisplay-UltraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "GTEestiLCDisplay";
    src: url("../fonts/GTEestiProDisplay-Light.eot");
    src: local("../fonts/GTEestiProDisplay-Light"), local("GTEestiProDisplay-Light"), url("../fonts/GTEestiProDisplay-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/GTEestiProDisplay-Light.woff2") format("woff2"), url("../fonts/GTEestiProDisplay-Light.woff") format("woff"), url("../fonts/GTEestiProDisplay-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "GTEestiLCDisplay";
    src: url("../fonts/GTEestiProDisplay-Regular.eot");
    src: local("../fonts/GTEestiProDisplay-Regular"), local("GTEestiProDisplay-Regular"), url("../fonts/GTEestiProDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/GTEestiProDisplay-Regular.woff2") format("woff2"), url("../fonts/GTEestiProDisplay-Regular.woff") format("woff"), url("../fonts/GTEestiProDisplay-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "GTEestiLCDisplay";
    src: url("../fonts/GTEestiProDisplay-Medium.eot");
    src: local("../fonts/GTEestiProDisplay-Medium"), local("GTEestiProDisplay-Medium"), url("../fonts/GTEestiProDisplay-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GTEestiProDisplay-Medium.woff2") format("woff2"), url("../fonts/GTEestiProDisplay-Medium.woff") format("woff"), url("../fonts/GTEestiProDisplay-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "GTEestiLCDisplay";
    src: url("../fonts/GTEestiProDisplay-Bold.eot");
    src: local("../fonts/GTEestiProDisplay-Bold"), local("GTEestiProDisplay-Bold"), url("../fonts/GTEestiProDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GTEestiProDisplay-Bold.woff2") format("woff2"), url("../fonts/GTEestiProDisplay-Bold.woff") format("woff"), url("../fonts/GTEestiProDisplay-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "GTEestiLCDisplay";
    src: url("../fonts/GTEestiProDisplay-UltraBold.eot");
    src: local("../fonts/GTEestiProDisplay-UltraBold"), local("GTEestiProDisplay-UltraBold"), url("../fonts/GTEestiProDisplay-UltraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/GTEestiProDisplay-UltraBold.woff2") format("woff2"), url("../fonts/GTEestiProDisplay-UltraBold.woff") format("woff"), url("../fonts/GTEestiProDisplay-UltraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

body,
html,
* {
    font: 400 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #000;
    margin: 0;
    padding: 0;
    /* -webkit-box-sizing: border-box;
    box-sizing: border-box; */
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}

a {
    border: none;
    text-decoration: none;
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: transparent;
    cursor: pointer;
}

ul,
ol {
    list-style: none;
}

img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.img_content{
    margin: 16px;
}
picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

body {
    overflow-x: hidden;
}

:focus {
    outline: none;
}

.main {
    background: #F2F3F5;
    padding-bottom: 100px;
    /*padding-top: 30px;*/
}

.main-front {
    padding-top: 0;
}

.container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

.btn {
    border-radius: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    height: 54px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font: 400 16px/24px "GTEestiLCDisplay", sans-serif;
    background: #FF2838;
    color: #FFFFFF;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    padding: 15px 38px;
    white-space: nowrap;
}

.btn__arrow::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    background-image: url(/local/templates/assets/img/icons/arrow-white.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.btn.btn--purple {
    background: #8D64D8;
}

.btn.btn--purple:hover {
    background: #8D64D8;
    opacity: 0.9;
}

.btn.btn--orange {
    background: #FC651A;
}


.btn.btn--orange:hover {
    background: #FC651A;
    opacity: 0.9;
}

.btn.btn--white {
    background: white;
    color: #000;
}

.btn.btn--white:hover {
    background: #dedcdc;
    color: #000;
}

.btn:hover {
    background: #DF0000;
}

.tag {
    background: #FF2838;
    -webkit-box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.01);
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.01);
    border-radius: 10px;
    height: 38px;
    padding: 0 15px;
}

.title {
    font: 500 44px/51px "GTEestiLCDisplay", sans-serif;
}

.title__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.title__link:after {
    content: "";
    display: block;
    margin-left: 20px;
    width: 33px;
    height: 33px;
    background-image: url(/local/templates/assets/img/icons/arrow-black.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 6px;
}

.title a {
    font: inherit;
}

.socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
}

.socials:first-child {
    margin-top: 20px;
}

.socials__title {
    font: 300 14px/16px "GTEestiLCDisplay", sans-serif;
    width: 100%;
}

.socials__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 6px;
    margin-top: 6px;
}

.socials__link:last-child {
    margin-right: 0;
}

.socials__img {
    width: 36px;
    height: 36px;
}

.breadcrumbs {
    margin-bottom: 20px;
}

.breadcrumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.breadcrumbs__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 300 14px/16px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.breadcrumbs__list-item:not(:last-child)::after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    background-image: url(/local/templates/assets/img/icons/arrow-breadcrumbs.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 14px;
}

.breadcrumbs__list-link {
    font: inherit;
    color: inherit;
}

.breadcrumbs__list-current {
    font: inherit;
    color: inherit;
}

.box {
    background: #FFFFFF;
    border-radius: 20px;
    padding-left: 60px;
    padding-right: 50px;
    padding-top: 40px;
    padding-bottom: 50px;
}

.box-r {
    /*background: #FFFFFF;*/
    border-radius: 20px;
    /*padding-left: 60px;*/
    /*padding-right: 50px;*/
    padding-top: 40px;
    padding-bottom: 50px;
}

.box-tr {
    /*background: #FFFFFF;*/
    border-radius: 20px;
    padding-left: 60px;
    padding-right: 50px;
    padding-top: 40px;
    padding-bottom: 50px;
}

.slider-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*height: 50px;*/
}

.breadcrumbs__nav {
    padding-top: 15px;
}

.d-title-row {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.slider-nav__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 50px;
    /*height: inherit;*/
    border-radius: 10px;
    background-image: url(/local/templates/assets/img/icons/arrow-slider.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #FF2838;
    margin-right: 8px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 50px;
}

.slider-nav__button.swiper-button-lock {
    display: none;
}

.slider-nav__button.swiper-button-disabled {
    opacity: 0.3;
}

.slider-nav__button:last-child {
    margin-right: 0;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.slider-nav__button:hover {
    background-color: #DF0000;
}

.slider-nav__button:focus {
    border: none;
    outline: none;
}

.slider-nav__button.color--purple {
    background-color: #8D64D8;
}

.slider-nav__button.color--purple:hover {
    background-color: #8D64D8;
    opacity: 0.9;
}

.slider-nav__button.color--black {
    background-color: black;
}

.slider-nav__button.color--black:hover {
    background-color: rgba(0, 0, 0, 0.58);
    opacity: 0.9;
}

.slider-nav__button.color--orange {
    background-color: #FC651A;
}

.slider-nav__button.color--orange:hover {
    background-color: #FC651A;
    opacity: 0.9;
}

.swiper-pagination-container {
    position: absolute;
    max-width: 1320px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 0;
    left: auto;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    width: auto;
    left: auto;
    bottom: auto;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
    margin-top: 14px;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:first-child,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:first-child {
    margin-top: 0;
}

.swiper-pagination-bullet {
    background: #FFFFFF;
    opacity: 0.3;
    width: 10px;
    height: 10px;
    margin: 7px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
    width: 100%;
}

.pagination__loadmore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 210px;
    height: 54px;
    border: 1px solid #000000;
    border-radius: 10px;
    font: 400 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #000000;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    outline: none;
}

.pagination__loadmore:after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/assets/img/icons/loadmore.svg);
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: 10px;
}

.pagination__loadmore:hover {
    border: 1px solid transparent;
    background: #FF2838;
    color: #FFFFFF;
}

.pagination__loadmore:hover:after {
    background-image: url(/local/templates/assets/img/icons/loadmore-active.svg);
}

.pagination__loadmore.active:after {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.pagination__nav {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.pagination__nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50px;
    font: 300 16px/19px "GTEestiLCDisplay", sans-serif;
    color: #656565;
    margin-right: 4px;
}

.pagination__nav-link:last-child {
    margin-right: 0;
}

.pagination__nav-link.current {
    background: #FF2838;
    color: #FFFFFF;
}

.pagination__nav-link.next {
    border: 1px solid #C2C2C2;
    background-image: url(/local/templates/assets/img/icons/pagination-next.svg);
    background-size: 16px;
    background-position: center center;
    background-repeat: no-repeat;
}

.pagination__nav-link.prev {
    border: 1px solid #C2C2C2;
    background-image: url(/local/templates/assets/img/icons/pagination-next.svg);
    background-size: 16px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.menu-tags {
    margin-top: 20px;
}

.menu-tags__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    /*todo: список фильтров новостей*/
}

.menu-tags__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 38px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.01);
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.01);
    border-radius: 10px;
    padding: 0 15px;
    margin: 4px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    white-space: nowrap;
}

.menu-tags__link:first-child {
    margin-left: 0;
}

.menu-tags__link:last-child {
    margin-right: 0;
}

.menu-tags__link.active {
    background: #FF2838;
}

.menu-tags__link.bg-color--purple.active {
    background: #8D64D8;
}

.menu-tags__name {
    font: 300 14px/16px "GTEestiLCDisplay", sans-serif;
    color: #656565;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.menu-tags__count {
    width: 24px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #BFBFBF;
    border-radius: 12px;
    color: #FFFFFF;
    font: 300 14px/16px "GTEestiLCDisplay", sans-serif;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    margin-left: 10px;
}

.menu-tags__link.active .menu-tags__name {
    color: #FFFFFF;
}

.menu-tags__link.active .menu-tags__count {
    background: #FFFFFF;
    color: #FF2838;
}

.menu-tags__link.bg-color--purple.active .menu-tags__count {
    color: #8D64D8;
}

.menu-tags__link:not(.active):hover .menu-tags__name {
    color: #000;
}

.menu-tags__link:not(.active):hover .menu-tags__count {
    background: #000;
    color: #FFFFFF;
}

.hashtags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.hashtag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    height: 38px;
    margin: 4px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.01);
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.01);
    border-radius: 10px;
    font: 300 14px/16px "GTEestiLCDisplay", sans-serif;
    color: #9C9C9C;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    outline: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.hashtag__close {
    margin-left: 10px;
    width: 6px;
    height: 6px;
    cursor: pointer;
    background-image: url(/local/templates/assets/img/icons/hashtag-close.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.hashtag:last-child {
    margin-right: 0;
}

.hashtag:hover {
    color: #000000;
}

.hashtag.active {
    color: #FFFFFF;
    background: #FF2838;
}

.sub-title {
    font: 300 20px/26px "GTEestiLCDisplay", sans-serif;
    color: #656565;
    margin-top: 8px;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.row + .row {
    margin-top: 50px;
}

.row-box {
    background: #F7F6FB;
    border-radius: 22px;
    padding: 20px;
}

.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.align-items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.align-items {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.privacy-policy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.privacy-policy__checkbox {
    /*-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  outline: none;*/
    display: inline-block;
    margin: 0 10px 0 0;
}

.privacy-policy__custom-checkbox {
    width: 15px;
    height: 15px;
    margin-right: 14px;
    border: 1px solid #B5B5B5;
    border-radius: 4px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    background-size: 80%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: border 0.3s ease;
    -o-transition: border 0.3s ease;
    transition: border 0.3s ease;
}

.privacy-policy__custom-checkbox:hover {
    border: 1px solid #FF2838;
    background-image: url(/local/templates/assets/img/icons/checkbox-arrow-hover.svg);
}

.privacy-policy__custom-checkbox.color--purple:hover {
    border: 1px solid #8D64D8;
    background-image: url(/local/templates/assets/img/icons/checkbox-arrow-purple-hover.svg);
}

.privacy-policy__checkbox:checked + .privacy-policy__custom-checkbox {
    border: 1px solid #FF2838;
    background-color: #FF2838;
    background-image: url(/local/templates/assets/img/icons/checkbox-arrow-checked.svg);
}

.privacy-policy__checkbox:checked + .privacy-policy__custom-checkbox.color--purple {
    background-color: #8D64D8;
}

.privacy-policy__checkbox:focus + .privacy-policy__custom-checkbox {
    border: 1px solid #FF2838;
}

.privacy-policy__checkbox:focus + .privacy-policy__custom-checkbox.color--purple {
    border: 1px solid #8D64D8;
}

.privacy-policy__dsc {
    font: 300 14px/16PX "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.privacy-policy__dsc a {
    border-bottom: 1px solid #656565;
    font: inherit;
    color: inherit;
}

.form-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: -5px;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

input {
    outline: none;
}

fieldset {
    padding: 0;
    margin: 0;
    border: none;
}

.fieldset {
    width: 100%;
    margin: 5px;
}

.fieldset.width-50 {
    width: calc(50% - 10px);
}

.label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.label.file {
    cursor: pointer;
}

.label.file:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(/local/templates/assets/img/icons/input-file.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 8px;
}

.label.file:hover .input-file__name {
    border-bottom: 1px solid transparent;
}

.input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 57px;
    position: relative;
    font: 300 14px/16px "GTEestiLCDisplay", sans-serif;
    display: flex;
    align-items: center;
    height: 54px;
    background-color: #F4F4F4;
    border: 1px solid #EEEEEE;
    border-radius: 10px;
    background-size: 24px 24px;
    background-position: left 18px center;
    background-repeat: no-repeat;
    width: 100%;
}

.input.name {
    background-image: url(/local/templates/assets/img/icons/input-name.svg);
}

.input.email {
    background-image: url(/local/templates/assets/img/icons/input-email.svg);
}

.input.tel {
    background-image: url(/local/templates/assets/img/icons/input-tel.svg);
}

.input::-webkit-input-placeholder {
    color: #656565;
}

.input::-moz-placeholder {
    color: #656565;
}

.input:-ms-input-placeholder {
    color: #656565;
}

.input::-ms-input-placeholder {
    color: #656565;
}

.input::placeholder {
    color: #656565;
}

.input.width-50 {
    width: calc(50% - 10px);
}

.input-file {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 50px;
}

.input-file__name {
    font: 300 14px/21px "GTEestiLCDisplay", sans-serif;
    color: #FF2838;
    border-bottom: 1px solid #FF2838;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.input-search {
    font: 300 14px/16px "GTEestiLCDisplay", sans-serif;
    padding: 20px;
    padding-left: 60px;
    background-color: #FFFFFF;
    background-image: url(/local/templates/assets/img/icons/input-search.svg);
    background-size: 24px;
    background-position: left 20px center;
    background-repeat: no-repeat;
    width: 100%;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    height: 64px;
    border: 1px solid #E2E2E2;
    border-radius: 16px;
}

.input-search:focus {
    -webkit-box-shadow: 0px 24px 24px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 24px 24px rgba(0, 0, 0, 0.05);
}

.textarea {
    font: 300 14px/16px "GTEestiLCDisplay", sans-serif;
    width: 100%;
    padding-left: 57px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 57px;
    background: #F4F4F4;
    border: 1px solid #EEEEEE;
    border-radius: 10px;
    resize: none;
    background-image: url(/local/templates/assets/img/icons/input-textarea.svg);
    background-size: 24px 24px;
    background-position: left 18px top 16px;
    background-repeat: no-repeat;
}

.attention {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    position: relative;
    background: #F7F6FB;
    border-radius: 16px;
    padding: 20px;
    font: 300 16px/21px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.attention:before {
    content: "";
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-right: 16px;
    background-image: url(/local/templates/assets/img/icons/attention.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.attention__text {
    font: inherit;
    color: inherit;
}

.attention a {
    color: inherit;
    font: inherit;
    margin-left: 2px;
}

.contacts-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
}

.contacts-row + .contacts-row {
    margin-top: 22px;
}

.contacts-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 255px;
}

.contacts-block:first-child {
    margin-right: 80px;
}

.contacts-block__icon {
    width: 52px;
    height: 52px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
}

.contacts-block__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contacts-block__name {
    font: 300 14px/21px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.contacts-block__value {
    font: 300 24px/36px "GTEestiLCDisplay", sans-serif;
    color: #000000;
    max-width: 340px;
}

.link-more {
    position: relative;
    z-index: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #000000;
    border-radius: 30px;
    padding: 0 14px;
    font: 300 14px/16px "GTEestiLCDisplay", sans-serif;
    color: #FFFFFF;
    height: 30px;
    margin-top: 48px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.link-more:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-image: url(/local/templates/assets/img/icons/arrow-right-white.svg);
    background-size: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: 4px;
}

.link-more:hover {
    background: #FF2838;
}

.link-download {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    margin-top: 20px;
    font: 300 14px/21px "GTEestiLCDisplay", sans-serif;
    color: #FF2838;
}

.link-download span {
    font: inherit;
    color: inherit;
}

.link-download:after {
    content: "";
    position: absolute;
    left: 24px;
    bottom: 0;
    height: 1px;
    width: calc(100% - 21px);
    background-color: #FF2838;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.link-download:hover:after {
    background-color: transparent;
}

.link-download:before {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(/local/templates/assets/img/icons/download.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 6px;
}

.link-prev {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    border-radius: 10px;
    background: #F2F3F5;
    width: 131px;
    font: 400 16px/24px "GTEestiLCDisplay", sans-serif;
}

.link-prev:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/assets/img/icons/arrow-prev.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.section-head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section-head__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.section-head__row .menu-tags {
    margin-top: 0;
}

.section-head__row + .section-head__row {
    margin-top: 8px;
}

.section-head__search {
    max-width: 487px;
    border-radius: 10px;
    height: 47px;
}

.video-wrapper {
    /*position: relative;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 16px;
    width: 50%;
}

.video-wrapper::before {
    /*content: "";*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background: rgba(28, 27, 40, 0.7);*/
    /*border-radius: inherit;*/
    /*-webkit-transition: background 0.3s ease;*/
    /*-o-transition: background 0.3s ease;*/
    /*transition: background 0.3s ease;*/
}

.video-wrapper.hover::before {
    background: transparent;
}

.video-wrapper.active::before {
    background: transparent;
}

.video-wrapper.active .video-play {
    display: none;
}

.video {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    -o-object-fit: cover;
    object-fit: cover;
}

.video:focus {
    outline: none;
}

.video-play {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 153px;
    height: 153px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
}

.video-play::before {
    content: "";
    position: absolute;
    width: 54px;
    height: 54px;
    background-image: url(/local/templates/assets/img/icons/video-play.svg);
    background-position: center center;
    background-repeat: no-repeat;
}

.accent-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 0;
    font: 500 30px/33px "GTEestiLCDisplay", sans-serif;
    text-align: center;
    color: #FFFFFF;
    background-image: url(../..../img/bg-accent-block.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 50px;
    background-color: #000000;
    border-radius: 16px;
}

.default-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: disc;
}

.default-list--orange .default-list__item::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #FC651A;
    margin-right: 14px;
    border-radius: 50%;
}

.default-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
    margin-top: 16px;
}

.default-list__item:first-child {
    margin-top: 0;
}

.default-tag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    padding: 0 9px;
    height: 30px;
    border-radius: 30px;
    font: 300 14px/16px "GTEestiLCDisplay", sans-serif;
}

.default-tag--orange {
    background: #FC651A;
    color: #FFFFFF;
}

.default-tag--yellow {
    background: #FFE94D;
    color: #000000;
}

.default-tag--red {
    background: #FF2838;
    color: #FFFFFF;
}

.default-tag--uppercase {
    text-transform: uppercase;
}

.desktop-hide {
    display: none;
}

.desktop-show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.accordeons {
    /*max-width: 920px;*/
}

.accordeon {
    padding-top: 20px;
    padding-bottom: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.accordeon:first-child {
    border-top: none;
}

.accordeon-btn {
    font: 500 30px/33px "GTEestiLCDisplay", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 8px;
    padding-bottom: 8px;
    outline: none;
}

.accordeon-btn:after {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    background-image: url(/local/templates/assets/img/icons/accordeon-default.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    margin-left: 12px;
}

.accordeon.active .accordeon-btn:after {
    background-image: url(/local/templates/assets/img/icons/accordeon-close.svg);
}

.accordeon-content {
    display: none;
    padding-bottom: 30px;
    margin-top: 10px;
}

.accordeon-content p {
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.select2-container--default .select2-selection--single {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 54px;
    background: #F4F4F4;
    border: 1px solid #EEEEEE;
    border-radius: 10px;
    padding-right: 18px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-radius: 10px;
}

.select2-container--open .select2-dropdown--below {
    margin-top: 2px;
    border-radius: 12px;
}

.select2-container--open .select2-dropdown--above {
    border-radius: 12px;
    margin-top: -2px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    float: none;
    position: absolute;
    right: 40px;
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__clear span {
    font: 700 20px/20px "GTEestiLCDisplay", sans-serif;
    color: #000;
}

.default-select-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: relative;
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-image: url(/local/templates/assets/img/icons/select-arrow-down.svg);
    background-size: 50%;
    background-position: center 8px;
    background-repeat: no-repeat;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--default .select2-selection--single.select2-selection--clearable .select2-selection__rendered {
    color: #111827;
}

.select2-results {
    padding: 10px;
    border-radius: 12px;
}

.select2-dropdown {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    border: none;
}

.select2-container--default .select2-results__option--selected {
    background: #F3F3F3;
    border-radius: 6px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    color: #000;
    background: #F3F3F3;
    border-radius: 6px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    color: #000;
}

.select2-container--default .select2-selection--single.select2-selection--clearable .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000;
    font: 300 14px/16px "GTEestiLCDisplay", sans-serif;
    padding-left: 18px;
    padding-right: 0;
}

.select2-results__option--selectable {
    padding: 6px 12px;
    margin: 3px 0;
    font: 300 14px/16px "GTEestiLCDisplay", sans-serif;
    color: #000;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.select2-results__option:first-child {
    margin-top: 0;
}

.subscription {
    margin-top: 70px;
}

.subscription__box {
    background: #FFFFFF;
    border-radius: 20px;
    padding-top: 37px;
    padding-bottom: 40px;
    padding-left: 62px;
}

.subscription__title {
    font: 500 36px/40px "GTEestiLCDisplay", sans-serif;
    color: #000;
}

.subscription__form {
    margin-top: 24px;
}

.subscription__form-row {
    width: 100%;
    max-width: 1124px;
}

.subscription__form-fieldset {
    margin: 0;
}

.subscription__form-fieldset + .subscription__form-fieldset {
    margin-left: 12px;
}

.subscription__form-btn {
    margin-left: 12px;
}

.subscription .privacy-policy {
    width: 100%;
    margin-top: 18px;
}

.subscription .privacy-policy br {
    display: none;
}

.header {
    background: #ffffff;
    height: 95px;
}

.header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: inherit;
}

.header__logo {
    width: 255px;
    height: 45px;
    -o-object-fit: contain;
    object-fit: contain;
}

.header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.project__facets-slider-fix {
    margin-top: 0;
    padding-top: 30px;
    padding-left: 20px;
}

.header__list-item {
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-right: 30px;
}

.header__list-item:last-child {
    margin-right: 0;
}

.header__list-item-has-children > .header__list-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__list-item-has-children > .header__list-link:after {
    content: "";
    margin-left: 12px;
    display: block;
    width: 6px;
    height: 12px;
    background-image: url(/local/templates/assets/img/icons/arrow-menu.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.header__list-item-has-children.active:after {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

.header__list-link {
    font: 300 15px/17.5px "GTEestiLCDisplay", sans-serif;
}

.header__list-child {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 5px;
    top: -200px;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    -o-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.header__list-child .header__list-item {
    margin: 0;
    margin-top: 4px;
    white-space: nowrap;
    min-width: 180px;
}

.header__list-child .header__list-item:first-child {
    margin-top: 0;
}

.header__list-child .header__list-link {
    font: 300 14px/16px "GTEestiLCDisplay", sans-serif;
    border-radius: 6px;
    padding: 6px 13px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    margin-top: 4px;
    width: 100%;
}

.header__list-child .header__list-link:hover {
    background: #F2F3F5;
}

.header__list-item.active .header__list-child {
    z-index: 11;
    top: 24px;
    opacity: 1;
    visibility: visible;
}

.header__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.header__search-btn {
    background-image: url(/local/templates/assets/img/icons/search.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.header__search-btn-close {
    opacity: 0;
    width: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
    -o-transition: opacity 0.5s ease, visibility 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    position: absolute;
    right: 30px;
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/assets/img/icons/search-input-close.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.header__search-input {
    opacity: 0;
    width: 0;
    padding: 0;
    visibility: hidden;
    max-width: 850px;
    -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
    -o-transition: opacity 0.5s ease, visibility 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.header__search.active {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header__search.active .header__search-input {
    width: 100%;
    opacity: 1;
    visibility: visible;
    padding: 20px;
    padding-left: 60px;
}

.header__search.active .header__search-btn-close {
    opacity: 1;
    visibility: visible;
}

.footer {
    padding-top: 75px;
    padding-bottom: 65px;
    background-color: #000000;
}

.footer__socials .socials__title {
    color: #FFFFFF;
}

.footer__row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer .container {
    position: relative;
}

.footer .logo {
    position: absolute;
    right: 0;
    bottom: -60px;
    width: 160px;
    height: 48px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.footer .logo img {
    height: auto;
    width: 100%;
}

.footer__row .logo img {
    width: 100%;
}

.footer__col:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 65px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.footer__col:last-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.footer__logo {
    width: 270px;
    height: 45px;
    -o-object-fit: contain;
    object-fit: contain;
}

.footer__dsc {
    margin-top: 25px;
    font: 300 14px/21px "GTEestiLCDisplay", sans-serif;
    color: #838383;
}

.footer__make {
    margin-top: -8px;
    text-transform: uppercase;
    font: 500 10px/20px "GTEestiLCDisplay", sans-serif;
    color: #474747;
    letter-spacing: 0.05em;
}

.footer__make a {
    color: #FFFFFF;
    font: inherit;
}

.footer__nav-wrapper {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
}

.footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px;
}

.footer__nav:first-child {
    margin-top: 0;
}

.footer__nav-break {
    -webkit-column-break-after: column;
    -moz-column-break-after: column;
    break-after: column;
}

.footer__nav-break + .footer__nav {
    margin-top: 0;
}

.footer__list-item {
    font: 300 14px/16px "GTEestiLCDisplay", sans-serif;
    color: #656565;
    margin-top: 16px;
    max-width: 161px;
}

.footer__list > .footer__list-item:first-child {
    font: 300 16px/19px "GTEestiLCDisplay", sans-serif;
    color: #FFFFFF;
    margin-top: 0;
}

.footer__list-item-text {
    font: inherit;
    color: inherit;
}

.footer__list-link {
    font: inherit;
    color: inherit;
}

.main-front .video-wrapper {
    height: 420px;
}

.front__search-hashtags {
    margin-top: 10px;
}

.front__slide {
    position: relative;
    /*padding-top: 30px;*/
    height: 600px;
}

.front__slide .breadcrumbs {
    position: relative;
    margin-bottom: 20px;
}

.front__bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.front__title {
    font: 500 60px/60px "GTEestiLCDisplay", sans-serif;
    max-width: 530px;
    color: #FFFFFF;
}

.front__title.social-front__title__dobro {
    color: #000000;
}

.front__dsc {
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #FFFFFF;
    max-width: 522px;
    margin-top: 20px;
}

.front__btn {
    margin-top: 40px;
    height: 54px;
    width: 188px;
}

.front__bullets {
    position: relative;
    margin: 0 -10px;
    margin-top: -63.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
}

.front__bullet {
    width: 33.3333333333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 127px;
    background: #FFFFFF;
    border-radius: 16px;
    margin: 0 10px;
    padding: 6px;
}

.front__bullet-img {
    width: 123px;
    height: 115px;
    margin-right: 20px;
}

.front__bullet-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.front__bullet-title {
    font: 500 24px/26.4px "GTEestiLCDisplay", sans-serif;
}

.front__bullet-dsc {
    font: 300 14px/18px "GTEestiLCDisplay", sans-serif;
    margin-top: 4px;
    color: #656565;
    opacity: 0.8;
}

.front__bullet-link {
    font: 300 14px/16px "GTEestiLCDisplay", sans-serif;
    margin-top: auto;
    background: #F2F3F5;
    border-radius: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 117px;
    margin-bottom: 4.5px;
}

.front__bullet-link:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    margin-left: 4px;
    background-image: url(/local/templates/assets/img/icons/arrow-black.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.front__search {
    margin-top: 70px;
}

.about {
    margin-top: 100px;
}

.about__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 43px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 490px;
}

.about__dsc {
    margin-top: 20px;
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.about__list {
    margin-top: 25px;
    display: flex;
    flex-flow: column;
    gap: 20px;
}

.about__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 300 14px/21px "GTEestiLCDisplay", sans-serif;
    color: #656565;
    position: relative;
    max-width: 377px;
}

.about__list-item:before {
    content: "";
    display: block;
    width: 52px;
    height: 52px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
    background-image: url(/local/templates/assets/img/icons/about-list-item.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.about__list-item + .about__list-item {
    /*margin-top: 20px;*/
}

.about__btn {
    margin-top: 40px;
}

.main-partners .partners {
    margin-top: 0;
}

.partners {
    margin-top: 100px;
}

.partners__slider {
    margin: -10px;
    margin-top: 20px;
    /*margin-right: calc(-50vw + 50% + 10px);*/
}

.partners__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
    margin-top: 20px;
}

.partners__card {
    padding: 25px;
    margin: 10px;
    width: calc(20% - 20px);
    background: #FFFFFF;
    border-radius: 16px;
}

.partners__card-slide {
    min-width: 238px;
    height: auto;
    width: calc(14.2857142857% - 20px);
}

.partners__card-img {
    width: 100%;
    height: 150px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

.partners__card-name {
    margin-top: 20px;
    text-align: center;
    font: 500 18px/24px "GTEestiLCDisplay", sans-serif;
}

.main-news .news {
    margin-top: 0;
}

.news {
    margin-top: 70px;
}

.news__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
    margin-top: 20px;
}

.news__slider {
    margin: -10px;
    margin-top: 20px;
    margin-right: calc(-50vw + 50% + 10px);
}

.news__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
    margin: 10px;
    width: calc(33.3333333333% - 20px);
    background: #FFFFFF;
    border-radius: 16px;
}

.news__card-slide {
    width: 305px;
    height: auto;
}

.news__card-img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 200px;
    border-radius: 16px;
}

.news__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px;
    margin-top: 12px;
}

.news__tag {
    background: #F2F3F5;
    border-radius: 30px;
    padding: 8px;
    font: 300 12px/14px "GTEestiLCDisplay", sans-serif;
    margin: 5px;
}

.news__card-name {
    margin-top: 12px;
    font: 500 26px/29px "GTEestiLCDisplay", sans-serif;
}

.news__card-dsc {
    margin-top: 8px;
    font: 300 14px/21px "GTEestiLCDisplay", sans-serif;
    color: #656565;

}

.news__card-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px;
}

.news__card-date {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 300 12px/14px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.news__card-date:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(/local/templates/assets/img/icons/card-date.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 8px;
}

.news__card-views {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 300 12px/14px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.news__card-views:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(/local/templates/assets/img/icons/card-views.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 8px;
}

.contacts__inner-container {
    max-width: 810px;
}

.contacts__socials {
    min-width: 255px;
}

.contacts__socials:first-child {
    margin-right: 80px;
}

.contacts__socials .socials__title {
    font: 300 14px/21px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.contacts__socials .socials__link {
    margin-top: 10px;
}

.contacts__socials .socials__img {
    width: 52px;
    height: 52px;
}

.contacts__map {
    position: relative;
    width: 100%;
    margin-top: 40px;
}

.contacts__map iframe {
    border: none;
    width: 100%;
    /*pointer-events: none;*/
}

.contacts__map-info {
    position: absolute;
    left: 10px;
    top: 16px;
    padding: 12px 24px;
    background: #FFFFFF;
    border-radius: 10px;
    min-width: 417px;
}

.contacts__map-address {
    font: 300 19px/28px "GTEestiLCDisplay", sans-serif;
}

.contacts__map-street {
    font: 300 14px/24px "GTEestiLCDisplay", sans-serif;
    margin-top: 6px;
    color: #656565;
}

.contacts__map-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contacts__map-metro {
    margin-top: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 300 14px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.contacts__map-metro:first-child:before {
    content: "";
    display: block;
    width: 25px;
    height: 16px;
    margin-right: 14px;
    background-image: url(/local/templates/assets/img/icons/metro.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.contacts__map-metro:first-child {
    margin-right: 32px;
}

.contacts__map-metro:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-left: 6px;
}

.contacts__map-metro:first-child:after {
    background: #74C5FF;
}

.contacts__map-metro:nth-child(2):after {
    background: #3D42C0;
}

.contacts__map-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font: 300 16px/28px "GTEestiLCDisplay", sans-serif;
    color: #FF2838;
    margin-top: 25px;
}

.contacts__question {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.contacts__question-title {
    font: 500 36px/40px "GTEestiLCDisplay", sans-serif;
    color: #000000;
}

.contacts__question-dsc {
    margin-top: 6px;
    font: 300 16px/21px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.contacts__question-form {
    margin-top: 30px;
}

.contacts__question-input {
    width: 100%;
}

.contacts__question-textarea {
    min-height: 195px;
}

.contacts__question-label {
    margin-top: 30px;
}

.contacts__question-form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

.contacts__question-form-btn {
    margin-right: 40px;
}

.team__main-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -10px;
    margin-top: 20px;
}

.team__main-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(33.3333333333% - 20px);
    margin: 10px;
    border-radius: 16px;
    padding: 30px;
    padding-bottom: 305px;
}

.team__main-card:first-child {
    background: #c8c8c8;
}

.team__main-card:nth-child(2) {
    background: #FC651A;
}

.team__main-card:nth-child(2) .team__main-card-tag {
    color: #FC651A;
}

.team__main-card:nth-child(3) {
    background: #FD4544;
}

.team__main-card:nth-child(3) .team__main-card-tag {
    color: #FD4544;
}

.team__main-card-img {
    position: absolute;
    left: 20%;
    bottom: 0;
    height: 300px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom;
}

.team__main-card-tag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    font: 300 12px/14px "GTEestiLCDisplay", sans-serif;
    color: #FD4544;
    background: #FFFFFF;
    border-radius: 30px;
    height: 30px;
    padding: 0 9px;
}

.team__main-card-name {
    margin-top: 10px;
    font: 500 36px/40px "GTEestiLCDisplay", sans-serif;
    color: #FFFFFF;
}

.team__main-card-email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    font: 300 14px/21px "GTEestiLCDisplay", sans-serif;
    position: relative;
    color: #FFFFFF;
}

.team__main-card-email:before {
    content: "";
    width: 20px;
    height: 20px;
    margin-right: 6px;
    display: block;
    background-image: url(/local/templates/assets/img/icons/email-white.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.team__groups {
    margin-top: 70px;
}

.team__group + .team__group {
    margin-top: 70px;
}

.team__group-title {
    font: 500 36px/40px "GTEestiLCDisplay", sans-serif;
    max-width: 995px;
}

.team__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
    margin-top: 20px;
}

.team__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px;
    padding-right: 18px;
    width: calc(33.3333333333% - 20px);
    margin: 10px;
    background: #FFFFFF;
    border-radius: 16px;
}

.team__card-img {
    height: 160px;
    margin-right: 20px;
    border-radius: 12px;
    max-width: 120px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.team__card-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    padding: 6px 0;
}

.team__card-name {
    font: 500 24px/26px "GTEestiLCDisplay", sans-serif;
}

.team__card-position {
    margin-top: 4px;
    font: 300 14px/18px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.team__card-emails {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.team__card-email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 4px;
    font: 300 14px/18px "GTEestiLCDisplay", sans-serif;
    color: #FF2838;
    -ms-flex-item-align: baseline;
    align-self: baseline;
}

.team__card-email:before {
    content: "";
    display: block;
    margin-right: 6px;
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/assets/img/icons/email-red.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.team__card-email:first-child {
    margin-top: 0;
}

.main-about .about {
    margin-top: 0;
}

.main-about .about__list-item {
    max-width: 100%;
}

.main-about .about__list-item:before {
    background-image: url(/local/templates/assets/img/icons/about-list-item-gray.svg);
}

.main-about .about__dsc {
    margin-top: 8px;
}

.about__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);

}

.about__col:first-child {
    max-width: 506px;
    margin-right: 65px;
}

.about__mission {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*margin-top: 50px;*/
    /*padding-top: 50px;*/
}

.about__mission-img {
    margin-right: 44px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    /*height: 330px;*/
    width: 100%;
    max-width: 589px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
}

.about__mission-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    width: 50%;
    justify-content: center;
}

.about__mission-group {
    background: #ffffff;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: column;
    gap: 15px;
    min-height: 170px;
    border-left: solid #FF2838 5px;
    /*margin-top: 30px;*/
}

.about__mission-group:first-child {
    /*margin-top: 0;*/
}

.about__mission-tag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    /*padding: 0 9px;*/
    /*height: 30px;*/
    font: 500 34px/30px "GTEestiLCDisplay", sans-serif;
    /*color: #FFFFFF;*/
    /*background: #FF2838;*/
    border-radius: 30px;
}

.about__mission-title {
    /*margin-top: 10px;*/
    font: 300 16px/27px "GTEestiLCDisplay", sans-serif;
    /*color: #000000;*/
}

.about__mission-dsc {
    margin-top: 4px;
    font: 300 14px/21px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.about__directions {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.about__directions-title {
    font: 500 46px/50px "GTEestiLCDisplay", sans-serif;
}

.about__directions-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
    margin-top: 30px;
}

.about__directions-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 10px;
    width: calc(33.3333333333% - 20px);
    background: #F7F6FB;
    border-radius: 16px;
    padding: 28px 20px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.about__directions-card:hover {
    -webkit-box-shadow: 0px 14px 21px -1px rgba(6, 25, 56, 0.08);
    box-shadow: 0px 14px 21px -1px rgba(6, 25, 56, 0.08);
}

.about__directions-card-logo {
    width: 89px;
    height: 83px;
    border-radius: 12px;
}

.about__directions-card-subtitle {
    margin-top: 20px;
    text-transform: uppercase;
    font: 500 12px/18px "GTEestiLCDisplay", sans-serif;
    letter-spacing: 0.15em;
    color: #656565;
}

.about__directions-card-title {
    margin-top: 8px;
    font: 500 30px/33px "GTEestiLCDisplay", sans-serif;
}

.about__directions-card-dsc {
    margin-top: 8px;
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.documents__filter {
    margin-top: 20px;
}

.documents__filter-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.documents__filter-form > div {
    margin-right: 10px;
}

.documents__filter-form > div:last-child {
    margin-right: 0;
}

.documents__filter-tags {
    margin-top: 0;
}

.documents__filter-select-wrapper {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 380px;
}

.documents__filter-select-wrapper .select2-container--default .select2-selection--single {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 10px;
    height: 47px;
}

.documents__filter-input-wrapper {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.documents__filter-input {
    height: 47px;
    padding-left: 60px;
    background-color: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 10px;
}

.documents__box {
    margin-top: 30px;
    padding: 0;
    padding-bottom: 50px;
}

.documents__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.documents__card {
    position: relative;
    padding: 20px 40px;
}

.documents__card:before {
    content: "";
    position: absolute;
    left: 40px;
    top: 0;
    width: calc(100% - 80px);
    background: rgba(0, 0, 0, 0.1);
    height: 1px;
}

.documents__card:first-child {
    border-top: 0;
}

.documents__card:last-child:after {
    content: "";
    position: absolute;
    left: 40px;
    bottom: 0;
    width: calc(100% - 80px);
    background: rgba(0, 0, 0, 0.1);
    height: 1px;
}

.documents__card-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.documents__card-tag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    height: 30px;
    background: #F2F3F5;
    border-radius: 30px;
    padding: 0 9px;
    font: 300 12px/14px "GTEestiLCDisplay", sans-serif;
    margin-right: 30px;
}

.documents__card-date {
    font: 300 14px/15px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.documents__card-title {
    margin-top: 20px;
    font: 500 30px/33px "GTEestiLCDisplay", sans-serif;
}

.documents__pagination {
    padding: 0 40px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.main-smi .contacts-press-service {
    margin-top: 100px;
}

.main-smi__media {
    margin-top: 100px;
}

.brandbook__box {
    padding-bottom: 40px;
}

.brandbook__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
}

.brandbook__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: calc(33.3333333333% - 20px);
    margin: 10px;
    background: #F2F3F5;
    border-radius: 16px;
    padding: 30px;
    height: 386px;
}

.brandbook__card:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 270px;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: inherit;
}

.brandbook__card:first-child:after {
    background-image: url(../..../img/brandbook-1.png);
}

.brandbook__card:nth-child(2):after {
    background-image: url(../..../img/brandbook-2.png);
}

.brandbook__card:nth-child(3):after {
    background-image: url(../..../img/brandbook-3.png);
}

.brandbook__card-title {
    font: 500 30px/33px "GTEestiLCDisplay", sans-serif;
}

.media__slider {
    margin: -5px;
    margin-top: 20px;
    margin-right: calc(-50vw + 50% + 10px);
}

.media__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
    margin-top: 20px;
}

.media__card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 16px;
    padding: 20px;
    min-height: 480px;
    z-index: 1;
    margin: 10px;
    width: calc(33.3333333333% - 20px);
    padding-top: 240px;
}

.media__card.swiper-slide {
    width: 305px;
    padding-top: 200px;
    margin: 0;
    height: auto;
    margin: 10px;
}

.media__card.swiper-slide:first-child {
    margin-top: 10px;
}

.media__card:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20.64%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 20.64%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 20.64%, rgba(0, 0, 0, 0) 100%);
    border-radius: inherit;
    z-index: -1;
}

.media__card-img {
    position: absolute;
    border-radius: inherit;
    top: 0;
    left: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.media__card-tag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    background: #E3E3E3;
    border-radius: 30px;
    padding: 0 9px;
    font: 300 12px/14px "GTEestiLCDisplay", sans-serif;
}

.media__card-name {
    font: 500 26px/29px "GTEestiLCDisplay", sans-serif;
    color: #FFFFFF;
    margin-top: 12px;
}

.media__card-desc {
    margin-top: 8px;
    font: 300 14px/21px "GTEestiLCDisplay", sans-serif;
    color: #fff;
}

.media__card-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.media__card-footer-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 300 12px/14px "GTEestiLCDisplay", sans-serif;
    color: #D3D3D3;
}

.media__card-footer-value:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 8px;
}

.media__card-footer-value.photo:before {
    background-image: url(/local/templates/assets/img/icons/card-photo.svg);
}

.media__card-footer-value.video:before {
    background-image: url(/local/templates/assets/img/icons/card-video.svg);
}

.media__card-footer-date {
    font: 300 12px/14px "GTEestiLCDisplay", sans-serif;
    color: #D3D3D3;
    white-space: nowrap;
}

.brandbook__box {
    margin-top: 30px;
}

.brandbook__block {
    padding-top: 30px;
    margin-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.brandbook__block:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
}

.brandbook__block-last-update {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #F2F3F5;
    border-radius: 30px;
    height: 30px;
    font: 300 12px/14px "GTEestiLCDisplay", sans-serif;
    padding: 0 9px;
}

.brandbook__block-last-update:before {
    content: "";
    width: 14px;
    height: 14px;
    background-image: url(/local/templates/assets/img/icons/date-update.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 4px;
}

.brandbook__block-title {
    margin-top: 12px;
    font: 500 36px/40px "GTEestiLCDisplay", sans-serif;
}

.brandbook__block-link {
    margin-top: 20px;
}

.brandbook__block-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
}

.brandbook__block-card {
    max-width: 210px;
    margin: 10px;
}

.brandbook__block-card:first-child {
    margin-left: 0;
}

.brandbook__block-card-title {
    font: 300 16px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.brandbook__block-card-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: contain;
    object-fit: contain;
    margin-top: 10px;
    background: #F7F6FB;
    border-radius: 10px;
    height: 210px;
    padding: 0 15px;
}

.brandbook__block-card-img {
    width: auto;
    height: auto;
}

.brandbook__block-card-link {
    margin-top: 20px;
}

.brandbook__dsc {
    margin-top: 10px;
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
    max-width: 956px;
}

.brandbook__block-colors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
}

.brandbook__block-color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: calc(33.3333333333% - 20px);
    margin: 10px;
    max-width: 210px;
    height: 210px;
    padding-left: 26px;
    padding-bottom: 22px;
    border-radius: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.brandbook__block-color:first-child {
    background: #FFE94D;
    margin-left: 0;
}

.brandbook__block-color:nth-child(2) {
    background: #FF954D;
}

.brandbook__block-color:nth-child(3) {
    background: #FC651A;
}

.brandbook__block-color:last-child {
    margin-right: 45px;
}

.brandbook__block-color-value {
    font: 500 14px/21px "GTEestiLCDisplay", sans-serif;
    color: inherit;
}

.brandbook__block-font-wrapper {
    width: 100%;
    margin-top: 20px;
}

.brandbook__block-font {
    max-width: 513px;
    -o-object-fit: cover;
    object-fit: cover;
}

.map-svg {
    width: 100%;
}

.map-svg path {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    fill: #E3E3E3;
    stroke: #FFFFFF;
    cursor: pointer;
}

.map-svg path:hover {
    fill: #FF2838;
}

.map-svg-attention {
    margin: 0 40px;
    margin-top: 0;
}

.map-svg-tooltip {
    display: none;
    position: absolute;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 15px;
}

.map-svg-tooltip:before {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background-image: url(/local/templates/assets/img/icons/map-svg-tooltip.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 15px;
}

.map-svg-tooltip__region {
    font: 500 26px/29px "GTEestiLCDisplay", sans-serif;
}

.map-svg-tooltip__attention {
    margin-top: 4px;
    font: 300 14px/18px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.map-svg-sidebar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.map-svg-sidebar__overlay {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
}

.map-svg-sidebar__content {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 60%;
    background: #FFFFFF;
    padding-top: 80px;
    padding-left: 64px;
    overflow-y: auto;
}

.map-svg-sidebar__content-close {
    position: absolute;
    width: 22px;
    height: 22px;
    top: 32px;
    left: -42px;
    background-image: url(/local/templates/assets/img/icons/close-white.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.map-svg-sidebar__content-close:focus {
    outline: none;
}

.map-svg-sidebar__container {
    padding-right: 50px;
}

.map-svg-sidebar__title {
    font: 500 30px/33px "GTEestiLCDisplay", sans-serif;
}

.map-svg-sidebar__dsc {
    margin-top: 18px;
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.map-svg-sidebar__info {
    margin-top: 20px;
    background: #F7F6FB;
    border-radius: 20px;
    padding: 30px;
}

.map-svg-sidebar__info-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.map-svg-sidebar__info-name:before {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    margin-right: 12px;
    background-image: url(/local/templates/assets/img/icons/accordeon-user.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.map-svg-sidebar__info-dsc {
    margin-top: 10px;
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.map-svg-sidebar__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
}

.map-svg-sidebar__social {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    position: relative;
    font: 300 16px/16px "GTEestiLCDisplay", sans-serif;
    color: #FF2838;
    margin-top: 12px;
}

.map-svg-sidebar__social:first-child {
    margin-top: 0;
}

.map-svg-sidebar__social:after {
    content: "";
    position: absolute;
    bottom: 8px;
    left: 48px;
    height: 1px;
    width: calc(100% - 48px);
    background: #FF2838;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.map-svg-sidebar__social:hover:after {
    background: transparent;
}

.map-svg-sidebar__social:before {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 12px;
}

.map-svg-sidebar__social.tel:before {
    background-image: url(/local/templates/assets/img/icons/accordeon-tel.svg);
}

.map-svg-sidebar__social.email:before {
    background-image: url(/local/templates/assets/img/icons/accordeon-email.svg);
}

.map-svg-sidebar__social.link:before {
    background-image: url(/local/templates/assets/img/icons/accordeon-link.svg);
}

.tab {
    margin-top: 20px;
}

.tab__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tab__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.tab__search {
    max-width: 487px;
    height: 47px;
    border: 1px solid #E2E2E2;
    border-radius: 10px;
}

.tab__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 38px;
    border-radius: 10px;
    margin-right: 8px;
    padding: 0 15px;
    background: #FFFFFF;
    font: 300 14px/16px "GTEestiLCDisplay", sans-serif;
    color: #9C9C9C;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.tab__btn.active {
    background: #FF2838;
    color: #FFFFFF;
}

.tab__btn:last-child {
    margin-right: 0;
}

.tab__btn:not(.active):hover {
    color: #000;
}

.tab__btn:focus {
    outline: none;
}

.tab__container {
    margin-top: 20px;
    padding: 20px 0;
    background: #FFFFFF;
    border-radius: 20px;
}

.tab__content {
    display: none;
}

.tab__content.active {
    display: block;
}

.tab__accordeons.col-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.tab__accordeon {
    display: inline-block;
    height: 100%;
    width: 100%;
}

.tab__accordeon.active .tab__accordeon-btn:after {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

.tab__accordeon-btn:focus {
    outline: none;
}

.tab__column-break {
    -webkit-column-break-after: column;
    -moz-column-break-after: column;
    break-after: column;
}

.tab__accordeon-content {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 40px;
    padding-top: 10px;
    padding-bottom: 20px;
    display: none;
}

.tab__accordeon-content-dsc {
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.tab__accordeon-content-info {
    margin-top: 20px;
    background: #F7F6FB;
    border-radius: 20px;
    padding: 20px;
}

.tab__accordeon-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*-ms-flex-wrap: wrap;*/
    /*flex-wrap: wrap;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    font: 500 30px/33px "GTEestiLCDisplay", sans-serif;
    padding: 20px 15px;
}

.tab__accordeon-btn:not(.c_empty):after {
    content: "";
    width: 33px;
    height: 33px;
    background-image: url(/local/templates/assets/img/icons/accordeon-arrow.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.tab__accordeon-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.tab__accordeon-name:before {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    margin-right: 12px;
    background-image: url(/local/templates/assets/img/icons/accordeon-user.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.tab__accordeon-dsc {
    margin-top: 10px;
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.tab__accordeon-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*margin-top: 10px;*/
}

.tab__accordeon-social {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    position: relative;
    font: 300 16px/31px "GTEestiLCDisplay", sans-serif;
    color: #FF2838;
    margin-top: 12px;
    max-width: 400px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.tab__accordeon-social:first-child {
    margin-top: 0;
}

/*.tab__accordeon-social:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    bottom: 8px;*/
/*    left: 48px;*/
/*    height: 1px;*/
/*    width: calc(100% - 48px);*/
/*    background: #FF2838;*/
/*    -webkit-transition: 0.3s ease;*/
/*    -o-transition: 0.3s ease;*/
/*    transition: 0.3s ease;*/
/*}*/

.tab__accordeon-social:hover:after {
    background: transparent;
}

.tab__accordeon-social:not(.d_fix):before {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 12px;
}

/*.tab__accordeon-social.tel:before {*/
/*    background-image: url(/local/templates/assets/img/icons/accordeon-tel.svg);*/
/*}*/

/*.tab__accordeon-social.email:before {*/
/*    background-image: url(/local/templates/assets/img/icons/accordeon-email.svg);*/
/*}*/

/*.tab__accordeon-social.link:before {*/
/*    background-image: url(/local/templates/assets/img/icons/accordeon-link.svg);*/
/*}*/

.interdepartmental--orange .tab__btn.active {
    background: #FC651A;
}

.interdepartmental--orange .tab__accordeon-social,
.interdepartmental--orange .map-svg-sidebar__social {
    color: #FC651A;
}

.interdepartmental--orange .tab__accordeon-social:after,
.interdepartmental--orange .map-svg-sidebar__social:after {
    background: #FC651A;
}

.interdepartmental--orange .map-svg path:hover {
    fill: #FC651A;
}

.interdepartmental--orange .tab__accordeon-name:before,
.interdepartmental--orange .map-svg-sidebar__info-name:before {
    background-image: url(/local/templates/assets/img/icons/accordeon-user-orange.svg);
}

.interdepartmental--orange .tab__accordeon-social.tel:before,
.interdepartmental--orange .map-svg-sidebar__social.tel:before {
    background-image: url(/local/templates/assets/img/icons/accordeon-tel-orange.svg);
}

.interdepartmental--orange .tab__accordeon-social.email:before,
.interdepartmental--orange .map-svg-sidebar__social.email:before {
    background-image: url(/local/templates/assets/img/icons/accordeon-email-orange.svg);
}

.interdepartmental--orange .tab__accordeon-social.link:before,
.interdepartmental--orange .map-svg-sidebar__social.link:before {
    background-image: url(/local/templates/assets/img/icons/accordeon-link-orange.svg);
}

.interdepartmental--orange .map-svg-tooltip:before {
    background-image: url(/local/templates/assets/img/icons/map-round-orange.svg);
}

.events__cards {
    margin-top: 30px;
}

.events__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    background: #FFFFFF;
    border-radius: 20px;
}

.events__card + .events__card {
    margin-top: 30px;
}

.events__card-img {
    width: 270px;
    height: 270px;
    border-radius: 12px;
    margin-right: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.events__card-col {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.events__card-tag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    border-radius: 30px;
    padding: 0 9px;
    height: 30px;
    font: 300 12px/14px "GTEestiLCDisplay", sans-serif;
    color: #FFFFFF;
    background: #FF954D;
}

.events__card-title {
    margin-top: 10px;
    font: 500 30px/33px "GTEestiLCDisplay", sans-serif;
}

.events__card-dsc {
    margin-top: 6px;
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.events__card-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.events__card-date {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 40px;
    font: 400 14px/16px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.events__card-date:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-image: url(/local/templates/assets/img/icons/events-date.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 8px;
}

.events__card-address {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 400 14px/16px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.events__card-address:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-image: url(/local/templates/assets/img/icons/events-map.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 8px;
}

.single-news__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.single-news__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
}

.single-news__tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 300 12px/14px "GTEestiLCDisplay", sans-serif;
    margin-right: 10px;
    border-radius: 30px;
    padding: 0 9px;
    height: 30px;
    background: #F2F3F5;
}

.single-news__tag:first-child {
    background: #FF954D;
    color: #FFFFFF;
}

.single-news__tag:last-child {
    margin-right: 0;
}

.single-news__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 300 14px/16px "GTEestiLCDisplay", sans-serif;
    color: #656565;
    margin-right: 20px;
}

.single-news__date:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    background-image: url(/local/templates/assets/img/icons/card-date.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.single-news__view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 300 14px/16px "GTEestiLCDisplay", sans-serif;
    color: #656565;
    margin-right: 20px;
}

.single-news__view:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    background-image: url(/local/templates/assets/img/icons/card-views.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.single-news__prev {
    margin-left: auto;
}

.single-news__box {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 40px 60px;
}

.single-news__title {
    margin-top: 20px;
    font: 500 46px/51px "GTEestiLCDisplay", sans-serif;
}

.single-news__subtitle {
    margin-top: 10px;
    font: 300 20px/30px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.single-news__subtitle a {
    font: inherit;
    color: #FF2838;
    border-bottom: 1px solid #FF2838;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.single-news__subtitle a:hover {
    border-bottom: 1px solid transparent;
}

.single-news__slider-wrapper {
    margin-top: 40px;
}

.single-news__slide {
    border-radius: 16px;
}

.single-news__slide img {
    border-radius: inherit;
    width: 100%;
    height: 100%;
}

.single-news__thumbnails {
    margin: 0 -6px;
    margin-top: 12px;
}

.single-news__thumb {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(20% - 12px);
    margin: 0 6px;
    border-radius: 8px;
    cursor: pointer;
    max-height: 150px;
}

.single-news__thumb:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.single-news__thumb.swiper-slide-thumb-active:before {
    background-color: transparent;
}

.single-news__thumb img {
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.single-news__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
}

.single-news__container--center {
    margin: 0 auto;
    margin-top: 50px;
    max-width: 750px;
}

.single-news__sidebar {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 170px;
    margin-right: 30px;
}

.single-news__sidebar-reading-time {
    position: relative;
    background: #F7F6FB;
    border-radius: 16px;
    width: 170px;
    height: 125px;
    padding-top: 40px;
    padding-left: 20px;
}

.single-news__sidebar-reading-time:before {
    content: "";
    position: absolute;
    top: -26px;
    left: 20px;
    width: 52px;
    height: 52px;
    background-image: url(/local/templates/assets/img/icons/reading-time.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.single-news__sidebar-reading-time span:first-child {
    font: 500 26px/29px "GTEestiLCDisplay", sans-serif;
}

.single-news__sidebar-reading-time span:last-child {
    margin-top: 6px;
    font: 300 16px/21px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.single-news__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.single-news__content h2:first-child {
    margin-top: 0;
}

.single-news__content p {
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.single-news__content p + p {
    margin-top: 24px;
}

.single-news__content ol {
    margin-top: 40px;
    padding-left: 50px;
    list-style: decimal;
}

.single-news__content ol li {
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.single-news__content ol li::marker {
    font-weight: 500;
}

.single-news__content ol li + li {
    margin-top: 8px;
}

.single-news__content blockquote {
    position: relative;
    margin-top: 40px;
    padding: 30px 40px;
    background: #F7F6FB;
    border-left: 4px solid #FF2838;
    border-radius: 20px;
    font: 500 24px/34px "GTEestiLCDisplay", sans-serif;
}

.single-news__content blockquote span {
    font: inherit;
}

.single-news__content .blockquote__img-wrapper {
    float: left;
    height: 100%;
}

.single-news__content .blockquote__img {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    margin-right: 30px;
}

.single-news__content .blockquote__dsc {
    font: 500 20px/30px "GTEestiLCDisplay", sans-serif;
    color: #000000;
}

.single-news__content .blockquote__name {
    margin-top: 6px;
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.single-news__content .blockquote-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 30px;
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.single-news__content .blockquote-link:before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: 52px;
    height: 52px;
    float: left;
    margin-right: 22px;
    background-image: url(/local/templates/assets/img/icons/blockquote-link.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.single-news__content .blockquote-link a {
    font: inherit;
    color: #FF2838;
    border-bottom: 1px solid #FF2838;
    margin-left: 4px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.single-news__content .blockquote-link a:hover {
    border-bottom: 1px solid transparent;
}

.single-news__content h2 {
    margin-top: 40px;
    font: 500 36px/40px "GTEestiLCDisplay", sans-serif;
}

.single-news__content h2 + p {
    margin-top: 16px;
}

.single-news__content .list-dialog {
    margin-top: 40px;
    padding-left: 50px;
    list-style: none;
}

.single-news__content .list-dialog li {
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.single-news__content .list-dialog li:nth-child(odd) {
    font-weight: 500;
}

.single-news__content .list-dialog li + li {
    margin-top: 8px;
}

.single-news__content ul {
    margin-top: 40px;
    padding-left: 50px;
    list-style: disc;
}

.single-news__content ul li {
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.single-news__content ul li + li {
    margin-top: 8px;
}

.single-news__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
}

.single-news__footer-prev {
    padding-left: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border: 1px solid #000000;
    height: 54px;
    background: transparent;
    border-radius: 10px;
}

.single-news__footer-socials {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.single-news__footer-social {
    margin-right: 6px;
    width: 52px;
    height: 52px;
    -o-object-fit: contain;
    object-fit: contain;
}

.single-news__footer-social:last-child {
    margin-right: 0;
}

.single-news__video-wrapper {
    width: 100%;
    max-width: 100%;
    margin-top: 50px;
    height: 483px;
}

.single-news__video-wrapper video {
    height: inherit;
    -o-object-fit: cover;
    object-fit: cover;
}

.single-event__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.single-event__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
}

.single-event__tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 300 12px/14px "GTEestiLCDisplay", sans-serif;
    margin-right: 10px;
    border-radius: 30px;
    padding: 0 9px;
    height: 30px;
    background: #FF2838;
    color: #FFFFFF;
}

.single-event__prev {
    margin-left: auto;
}

.single-event__box {
    padding: 40px 60px;
    background: #FFFFFF;
    border-radius: 20px;
}

.single-event__container {
    max-width: 796px;
    margin-top: 20px;
}

.single-event__container--center {
    max-width: 752px;
    margin: 0 auto;
    margin-top: 50px;
}

.single-event__container h2:first-child {
    margin-top: 0;
}

.single-event__container p {
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.single-event__container p + p {
    margin-top: 24px;
}

.single-event__container ol {
    margin-top: 40px;
    padding-left: 50px;
    list-style: decimal;
}

.single-event__container ol li {
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.single-event__container ol li::marker {
    font-weight: 500;
}

.single-event__container ol li + li {
    margin-top: 8px;
}

.single-event__container blockquote {
    position: relative;
    margin-top: 40px;
    padding: 30px 40px;
    background: #F7F6FB;
    border-left: 4px solid #FF2838;
    border-radius: 20px;
    font: 500 24px/34px "GTEestiLCDisplay", sans-serif;
}

.single-event__container blockquote span {
    font: inherit;
}

.single-event__container .blockquote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.single-event__container .blockquote__img {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    margin-right: 30px;
}

.single-event__container .blockquote__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.single-event__container .blockquote__dsc {
    font: 500 20px/30px "GTEestiLCDisplay", sans-serif;
    color: #000000;
}

.single-event__container .blockquote__name {
    margin-top: 6px;
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.single-event__container .blockquote__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 300 16px/21px "GTEestiLCDisplay", sans-serif;
    color: #656565;
    margin-top: 20px;
}

.single-event__container .blockquote__row:first-child {
    margin-top: 0;
}

.single-event__container .blockquote__row-text {
    font: inherit;
    color: inherit;
}

.single-event__container .blockquote__row a {
    color: #FF2838;
    border-bottom: 1px solid #FF2838;
    font: inherit;
    line-height: 17px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.single-event__container .blockquote__row a:hover {
    border-bottom: transparent 1px solid;
}

.single-event__container .blockquote__row.vk:before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    margin-right: 20px;
    background-image: url(/local/templates/assets/img/icons/vk-round-white.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.single-event__container .blockquote__row.link:before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    margin-right: 20px;
    background-image: url(/local/templates/assets/img/icons/link-round-white.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.single-event__container .blockquote-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 30px;
    font: 300 16px/21px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.single-event__container .blockquote-link:before {
    content: "";
    display: block;
    width: 52px;
    height: 52px;
    margin-right: 22px;
    background-image: url(/local/templates/assets/img/icons/blockquote-link.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.single-event__container .blockquote-link a {
    font: inherit;
    color: #FF2838;
    border-bottom: 1px solid #FF2838;
    margin-left: 4px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.single-event__container .blockquote-link a:hover {
    border-bottom: 1px solid transparent;
}

.single-event__container h2 {
    margin-top: 40px;
    font: 500 36px/40px "GTEestiLCDisplay", sans-serif;
}

.single-event__container h2 + p {
    margin-top: 16px;
}

.single-event__container .list-dialog {
    margin-top: 40px;
    padding-left: 50px;
    list-style: none;
}

.single-event__container .list-dialog li {
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.single-event__container .list-dialog li:nth-child(odd) {
    font-weight: 500;
}

.single-event__container .list-dialog li + li {
    margin-top: 8px;
}

.single-event__container ul {
    margin-top: 40px;
    padding-left: 50px;
    list-style: disc;
}

.single-event__container ul li {
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.single-event__container ul li + li {
    margin-top: 8px;
}

.single-event__title {
    font: 500 46px/54px "GTEestiLCDisplay", sans-serif;
}

.single-event__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}

.single-event__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 300 20px/30px "GTEestiLCDisplay", sans-serif;
    margin-right: 50px;
}

.single-event__date:before {
    content: "";
    display: block;
    width: 52px;
    height: 52px;
    margin-right: 14px;
    background-image: url(/local/templates/assets/img/icons/date-round-gray.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.single-event__map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 300 20px/30px "GTEestiLCDisplay", sans-serif;
}

.single-event__map:before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: 52px;
    height: 52px;
    margin-right: 14px;
    background-image: url(/local/templates/assets/img/icons/map-round-gray.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.single-event__subtitle {
    margin-top: 30px;
    font: 300 20px/30px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.single-event__btn {
    margin-top: 40px;
}

.single-event__banner {
    margin-top: 50px;
}

.single-event__banner-img {
    border-radius: 16px;
}

.single-event__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
}

.single-event__footer-reg {
    margin-right: 20px;
}

.single-event__footer-prev {
    padding-left: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border: 1px solid #000000;
    height: 54px;
    background: transparent;
    border-radius: 10px;
}

.single-event__footer-socials {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.single-event__footer-social {
    margin-right: 6px;
    width: 52px;
    height: 52px;
    -o-object-fit: contain;
    object-fit: contain;
}

.single-event__footer-social:last-child {
    margin-right: 0;
}

.single-event__video-wrapper {
    width: 100%;
    max-width: 100%;
    margin-top: 50px;
    height: 483px;
}

.single-event__video-wrapper video {
    height: inherit;
    -o-object-fit: cover;
    object-fit: cover;
}

.single-event .gallery {
    margin: 0 -10px;
    margin-top: 30px;
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    min-width: 720px;
    width: 100%;
}

.single-event .gallery__block {
    display: inline-block;
    margin: 10px;
    height: 65px;
    width: 100%;
    background: #F7F6FB;
    border-radius: 8px;
}

.single-event .gallery__block:nth-child(3n) {
    height: 135px;
}

.main-front .event {
    margin-top: 100px;
}

.event {
    margin-top: 70px;
}

.event__slider {
    margin: -10px;
    margin-top: 30px;
    margin-right: calc(-50vw + 50% + 10px);
}

.event__card-slide {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 16px;
    padding: 20px;
    min-height: 480px;
    z-index: 1;
    margin: 10px;
    width: calc(33.3333333333% - 20px);
    padding-top: 240px;
}

.event__card-slide.swiper-slide {
    width: 305px;
    height: auto;
    padding-top: 240px;
}

.event__card-slide:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20.64%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 20.64%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 20.64%, rgba(0, 0, 0, 0) 100%);
    border-radius: inherit;
    z-index: -1;
}

.event__card-slide-img {
    position: absolute;
    border-radius: inherit;
    top: 0;
    left: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.event__card-slide-tag {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    background: #E3E3E3;
    border-radius: 30px;
    padding: 0 9px;
    font: 300 12px/14px "GTEestiLCDisplay", sans-serif;
}

.event__card-slide-tag-event:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    margin-right: 4px;
    background-image: url(/local/templates/assets/img/icons/event-card-event.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.event__card-slide-tag-grant {
    background: #FF2838;
    color: #FFFFFF;
}

.event__card-slide-tag-grant:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    margin-right: 4px;
    background-image: url(/local/templates/assets/img/icons/event-card-grant.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.event__card-slide-name {
    font: 500 26px/29px "GTEestiLCDisplay", sans-serif;
    color: #FFFFFF;
    margin-top: 12px;
    margin-bottom: 12px;
}

.event__card-slide-dsc {
    margin-top: 8px;
    font: 300 14px/21px "GTEestiLCDisplay", sans-serif;
    color: #D3D3D3;
}

.event__card-slide-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.event__card-slide-footer-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 300 12px/14px "GTEestiLCDisplay", sans-serif;
    color: #D3D3D3;
}

.event__card-slide-footer-value:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 8px;
}

.event__card-slide-footer-value.photo:before {
    background-image: url(/local/templates/assets/img/icons/card-photo.svg);
}

.event__card-slide-footer-value.video:before {
    background-image: url(/local/templates/assets/img/icons/card-video.svg);
}

.event__card-slide-footer-date {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 300 12px/14px "GTEestiLCDisplay", sans-serif;
    color: #D3D3D3;
}

.event__card-slide-footer-date:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(/local/templates/assets/img/icons/event-card-date.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 8px;
}

.event__card-slide-footer-map {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 300 12px/14px "GTEestiLCDisplay", sans-serif;
    color: #D3D3D3;
}

.event__card-slide-footer-map:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(/local/templates/assets/img/icons/event-card-map.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 8px;
}

.event__socials {
    margin-top: 30px;
}

.event__socials .socials__title {
    font: 300 14px/21px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.event__socials .socials__link {
    margin-top: 10px;
}

.event__socials .socials__img {
    width: 52px;
    height: 52px;
}

.experts__dsc {
    margin-top: 20px;
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.experts-tasks {
    margin-top: 50px;
}

.experts-groups {
    margin-top: 50px;
}

.experts-groups__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
}

.experts-groups__card {
    padding: 12px;
    background: #F7F6FB;
    border-radius: 16px;
    margin-top: 20px;
}

.experts-groups__card:first-child {
    margin-top: 0;
}

.experts-groups__card-img {
    margin-right: 30px;
    width: 205px;
    border-radius: 16px;
    height: auto;
    float: left;
}

.experts-groups__card-title {
    font: 500 30px/33px "GTEestiLCDisplay", sans-serif;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.experts-groups__card-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
    display: flex;
}

.experts-groups__card-name:before {
    content: "";
    display: none;
    width: 36px;
    height: 36px;
    background-image: url(/local/templates/assets/img/icons/accordeon-user.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 12px;
}

.experts-groups__card-dsc {
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    margin-top: 10px;
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.main-educational-programs .educational-programs__select + .select2 {
    max-width: 380px;
}

.main-educational-programs .section-head__row .select2-container--default .select2-selection--single {
    height: 47px;
    background: #FFFFFF;
}

.main-educational-programs .pagination__nav-link.current {
    background: #8D64D8;
}

.main-educational-programs .pagination__loadmore:hover {
    background: #8D64D8;
}

.educational-programs__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
    margin-top: 30px;
}

.main-education .courses,
.main-education .programmers,
.main-education .training {
    margin-top: 100px;
}

.main-education .menu-tags {
    margin-top: 20px;
}

.main-education .section-head .title {
    width: 100%;
    cursor: default;
}

.education__box {
    overflow: hidden;
}

.education__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.education__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.education__col:first-child {
    max-width: 562px;
    margin-right: 100px;
}

.education__col:last-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.education__title {
    font: 500 46px/51px "GTEestiLCDisplay", sans-serif;
}

.education__dsc {
    margin-top: 20px;
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.education__img {
    height: 280px;
    border-radius: 12px;
}

.education__slider-wrapper {
    margin-top: 50px;
}

.education__slider {
    margin-top: 30px;
    margin-right: -60px;
}

.education__slider-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.education__slider-title {
    font: 500 36px/40px "GTEestiLCDisplay", sans-serif;
    max-width: 1045px;
}

.education__slide {
    width: 335px;
    height: auto;
    padding: 20px;
    background: #F7F6FB;
    border-radius: 16px;
    min-height: 297px;
    margin-right: 20px;
}

.education__slide:last-child {
    margin-right: 60px;
}

.education__slide-icon {
    width: 52px;
    height: 52px;
    border-radius: 100px;
}

.education__slide-title {
    margin-top: 20px;
    font: 500 26px/29px "GTEestiLCDisplay", sans-serif;
}

.education__slide-dsc {
    margin-top: 8px;
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.training {
    margin-top: 50px;
}

.training__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.training__head .slider-nav {
    margin-left: auto;
}

.training__box {
    overflow: hidden;
}

.training__title {
    font: 500 46px/51px "GTEestiLCDisplay", sans-serif;
}

.training__dsc {
    margin-top: 20px;
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
    max-width: 593px;
}

.training__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
    padding-top: 40px;
}

.training__card {
    width: calc(25% - 20px);
    margin: 0 10px;
    background: #F7F6FB;
    border-radius: 16px;
    padding: 20px;
    height: auto;
}

.training__card-icon {
    width: 52px;
    height: 52px;
    margin-top: -46.5px;
}

.training__card-title {
    margin-top: 12px;
    font: 500 26px/29px "GTEestiLCDisplay", sans-serif;
}

.training__card-dsc {
    margin-top: 6px;
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.training__progress {
    margin-top: 30px;
}

.training__progress-title {
    font: 500 36px/40px "GTEestiLCDisplay", sans-serif;
}

.training__progress-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -30px;
    margin-top: 30px;
}

.training__progress-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(33.3333333333% - 60px);
    margin: 0 30px;
}

.training__progress-card:last-child {
    margin-right: 0;
}

.training__progress-card-img {
    width: 52px;
    height: 52px;
}

.training__progress-card-dsc {
    margin-top: 20px;
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.webinars {
    margin-top: 100px;
}

.education-media-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
    margin-top: 20px;
}

.education-media-slider {
    margin: -5px;
    margin-top: 30px;
    margin-right: calc(-50vw + 50% + 10px);
}

.education-media-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
    margin: 10px;
    width: calc(33.3333333333% - 20px);
    background: #FFFFFF;
    border-radius: 16px;
}

.education-media-card__slide {
    min-width: 305px;
    width: calc(20% - 20px);
    height: auto;
}

.education-media-card__img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 200px;
    border-radius: 16px;
}

.education-media-card__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
}

.education-media-card__tag {
    background: #F2F3F5;
    border-radius: 30px;
    padding: 8px;
    font: 300 12px/14px "GTEestiLCDisplay", sans-serif;
    margin-right: 10px;
}

.education-media-card__tag:last-child {
    margin-right: 0;
}

.education-media-card__title {
    margin-top: 12px;
    font: 500 26px/29px "GTEestiLCDisplay", sans-serif;
}

.education-media-card__dsc {
    margin-top: 8px;
    font: 300 14px/21px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.education-media-card__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-top: 14px;
}

.education-media-card__date {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 300 12px/14px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.education-media-card__date:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(/local/templates/assets/img/icons/card-date.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 8px;
}

.education-media-card__state {
    font: 300 12px/14px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.main-social {
    padding-top: 0;
}

.main-social .interdepartmental {
    margin-top: 50px;
}

.main-interdepartmental .social-centers {
    margin-top: 0;
}

.main-interdepartmental .federal-program {
    margin-top: 0;
}

.social-front__wrapper {
    position: relative;
    padding-top: 30px;
    height: 550px;
    z-index: 1;
}

.social-front__bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.social-front__title {
    margin-top: 40px;
    font: 500 60px/60px "GTEestiLCDisplay", sans-serif;
    color: #FFFFFF;
    max-width: 650px;
}

.social-front__dsc {
    margin-top: 20px;
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #FFFFFF;
}

.social-front__link {
    margin-top: 40px;
}

.social-front .breadcrumbs .container {
    padding: 0;
    max-width: 100%;
}

.social-front .breadcrumbs .breadcrumbs__list-item {
    color: #FFFFFF;
}

.social-number {
    margin-top: 70px;
}

.social-number__title {
    font: 500 36px/40px "GTEestiLCDisplay", sans-serif;
    max-width: 917px;
}

.social-number__dsc {
    margin-top: 10px;
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
    max-width: 917px;
}

.social-number__rounds {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    overflow-x: scroll;
}

.social-number__rounds::-webkit-scrollbar {
    display: none;
}

.social-number__round {
    margin: 0 10px;
}

.social-number__round:first-child {
    margin-left: 0;
}

.social-number__round.active .social-number__round-main {
    background: #FC651A;
    color: #FFFFFF;
}

.social-number__round:nth-child(1) .social-number__round-main {
    width: 91px;
    height: 91px;
    font-size: 36px;
}

.social-number__round:nth-child(2) .social-number__round-main {
    width: 128px;
    height: 128px;
    font-size: 46px;
}

.social-number__round:nth-child(3) .social-number__round-main {
    width: 146px;
    height: 146px;
    font-size: 50px;
}

.social-number__round:nth-child(4) .social-number__round-main {
    width: 156px;
    height: 156px;
    font-size: 52px;
}

.social-number__round:nth-child(5) .social-number__round-main {
    width: 164px;
    height: 164px;
    font-size: 54px;
}

.social-number__round:nth-child(6) .social-number__round-main {
    width: 175px;
    height: 175px;
    font-size: 62px;
}

.social-number__round:nth-child(7) .social-number__round-main {
    width: 183px;
    height: 183px;
    font-size: 72px;
}

.social-number__round-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 91px;
    height: 91px;
    border: 1px solid #FC651A;
    border-radius: 50%;
    font: 500 36px/36px "GTEestiLCDisplay", sans-serif;
    color: #FC651A;
}

.social-number__round-value {
    margin-top: 17px;
    font: 300 18px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
    text-align: center;
}

.social-number__attention {
    margin-top: 50px;
}

.social-number__goals {
    margin-top: 50px;
}

.results {
    margin-top: 50px;
}

.social-number__goals-title {
    font: 500 36px/40px "GTEestiLCDisplay", sans-serif;
}

.social-number__goals-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px;
    margin-top: 30px;
}

.social-number__goals-block {
    /*width: calc(50% - 24px);*/
    margin: 0 12px;
    background: #F7F6FB;
    border-radius: 16px;
    padding: 30px 40px;
}

.social-number__goals-block-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.social-number__goals-block-icon {
    width: 52px;
    height: 52px;
}

.social-number__goals-block-title {
    font: 500 30px/33px "GTEestiLCDisplay", sans-serif;
}

.social-number__goals-block-dsc {
    margin-top: 4px;
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.volunteer {
    margin-top: 50px;
}

.volunteer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.volunteer__img {
    max-width: 560px;
    margin-right: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 15px;

}

.volunteer__info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.volunteer__info-title {
    font: 500 46px/51px "GTEestiLCDisplay", sans-serif;
}

.volunteer__info-dsc {
    margin-top: 8px;
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.volunteer__how {
    margin-top: 50px;
}

.volunteer__how-title {
    font: 500 36px/40px "GTEestiLCDisplay", sans-serif;
    padding-top: 40px;
}

.volunteer__how-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin: 0 -13px;*/
    margin-top: 60px;
}

.volunteer__how-card {
    width: calc(25% - 26px);
    margin: 0 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 20px;
    background: #F7F6FB;
    border-radius: 16px;
    min-width: 215px;
    margin-bottom: 40px;
}

.volunteer__how-card-icon {
    width: 52px;
    height: 52px;
    margin-top: -64px;
}

.volunteer__how-card-title {
    font: 500 26px/29px "GTEestiLCDisplay", sans-serif;
    margin-top: 12px;
}

.volunteer__how-card-dsc {
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    margin-top: 4px;
    color: #656565;
}

.volunteer__how-card-dsc a {
    font: inherit;
    color: #FC651A;
    border-bottom: 1px solid #FC651A;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.volunteer__how-card-dsc a:hover {
    border-bottom: 1px solid transparent;
}

.volunteer__how-attention {
    margin-top: 20px;
}

.goals {
    margin-top: 50px;
}

.goals__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.goals__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.goals__info-title {
    font: 500 46px/51px "GTEestiLCDisplay", sans-serif;
}

.goals__info-dsc {
    margin-top: 8px;
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.goals__info-img {
    width: 100%;
    max-width: 560px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 30px;
}

.goals__accent-block {
    padding: 16px 160px;
}

.goals__box {
    padding: 16px;
    margin-top: 50px;
}

.goals__box--gray {
    background: #F7F6FB;
    border-radius: 22px;

}

.goals__box-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.goals__box-img {
    width: 100%;
    max-width: 560px;
    margin-right: 55px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 12px;
}

.goals__box-info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.goals__box-info-title {
    font: 500 36px/40px "GTEestiLCDisplay", sans-serif;
}

.goals__box-info-dsc-wrapper {
    margin-top: 16px;
    max-width: 433px;
}

.goals__box-info-dsc {
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #7D7D7D;
    margin-top: 40px;
}

.goals__box-info-dsc:first-child {
    margin-top: 0;
}

.goals__programs {
    margin-top: 50px;
}

.goals__programs-title {
    font: 500 36px/40px "GTEestiLCDisplay", sans-serif;
}

.goals__programs-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -12px;
    margin-top: 30px;
}

.goals__programs-card {
    width: calc(50% - 24px);
    margin: 12px;
    background-color: #F7F6FB;
    border-radius: 16px;
    padding: 30px 40px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.goals__programs-card:first-child {
    background-image: url(../..../img/bg-goals-programs-first-card.svg);
}

.goals__programs-card:nth-child(2) {
    background-image: url(../..../img/bg-goals-programs-second-card.svg);
}

.goals__programs-card-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.goals__programs-card-title {
    font: 500 30px/33px "GTEestiLCDisplay", sans-serif;
}

.goals__programs-card-icon {
    width: 52px;
    height: 52px;
}

.goals__programs-card-dsc {
    margin-top: 16px;
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.goals__programs-list {
    margin-top: 20px;
}

.goals-project {
    margin-top: 60px;
}

.goals-project__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.goals-project__slider__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.goals-project__title {
    font: 500 36px/40px "GTEestiLCDisplay", sans-serif;
}

.goals-project__slider {
    margin-top: 30px;
}

.goals-project__slide {
    background: #F7F6FB;
    border-radius: 16px;
    padding: 30px 40px;
    height: auto;
    min-height: 385px;
}


.goals-project__slide-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.goals-project__slide-title {
    font: 500 20px/29px "GTEestiLCDisplay", sans-serif;
    max-width: 215px;
}

.goals-project__slide-icon {
    width: 52px;
    height: 52px;
}

.goals-project__slide-dsc {
    margin-top: 4px;
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.goals-project .slider-nav__button {
    background-color: #FC651A;
}

.forums {
    margin-top: 50px;
}

.forums__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.forums__info {
    padding-right: 20px;
    width: 50%;
}

.forums__info-title {
    margin-top: 10px;
    font: 500 46px/51px "GTEestiLCDisplay", sans-serif;
}

.forums__info-dsc {
    margin-top: 20px;
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.forums__img {
    width: 50%;
    margin-left: auto;
    border-radius: 12px;
}

.forums-categories {
    margin-top: 50px;
}

.forums-categories__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.forums-categories__title {
    font: 500 36px/40px "GTEestiLCDisplay", sans-serif;
}

.forums-categories .slider-nav__button {
    background-color: #FC651A;
}

.forums-categories .slider-nav__button:hover {
    background-color: #FC651A;
    opacity: 0.9;
}

.forums-categories__slider {
    padding-top: 40px;
}

.forums-categories__slide {
    position: relative;
    width: calc(20% - 20px);
    margin-bottom: 20px;
    background: #F7F6FB;
    border-radius: 16px;
    min-height: 300px;
    padding: 40px 20px;
    min-width: 200px;

}

.forums-categories__slide:not(:last-child) {
    margin-right: 30px;
}

.forums-categories__slider__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.forums-categories__slide-icon {
    width: 52px;
    height: 52px;
    position: absolute;
    top: -26px;
}

.forums-categories__slide-title {
    font: 500 18px/24px "GTEestiLCDisplay", sans-serif;
}

.forums-categories__slide-dsc {
    margin-top: 6px;
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.forums-planned {
    margin-top: 50px;
}

.forums-planned__slider-title {
    font: 500 36px/39px "GTEestiLCDisplay", sans-serif;
    max-width: 80%;
}

.forums-planned__slider {
    margin-right: -60px;
    margin-top: 20px;
}

.forums-planned__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 330px;
    margin-right: 20px;
    padding: 20px;
    background: #F7F6FB;
    border-radius: 20px;
    height: auto;
}

.exterts-planned__slider .swiper-wrapper {
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    /*gap: 30px;*/
}

.exterts-planned__slider-title {
    font: 500 36px/51px "GTEestiLCDisplay", sans-serif;
}

.exterts-planned_row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-bottom: 40px;
}

.exterts-planned__slide {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: column;
    padding: 60px 20px;
    gap: 30px;
    background: white url("/local/templates../img/expert_bg.png") no-repeat;
    background-size: cover;
    border-radius: 20px;
    border-left: solid 4px #FF2838;
    min-height: 310px;
    max-width: 390px;
    margin-right: 30px;
}

.exterts-planned__slide--orange {
    border-left: solid 4px #F68D3C;
}

.dobro-color-fix {
    background: white url("/local/templates../img/dobro_bg_s2.png") no-repeat right;
}

.exterts-planned__slide-title {
    font: 500 22px/24px "GTEestiLCDisplay", sans-serif;
}

.dobro-mb-fix {
    margin-bottom: 30px;
}
.exterts-planned__slide:last-child{
    margin-right: 0!important;
}
.exterts-planned__slide-desc {
    font: 300 18px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.forums-planned__slide:last-child {
    margin-right: 60px;
}

.forums-planned__slide-title {
    font: 500 26px/29px "GTEestiLCDisplay", sans-serif;
}

.forums-planned__slide-list {
    margin-top: 50px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 20px;
}

.forums-planned__slide-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.forums-planned__slide-list-item:before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: 36px;
    height: 36px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 12px;
}

.forums-planned__slide-list-item.map:before {
    background-image: url(/local/templates/assets/img/icons/map-round-orange.svg);
}

.forums-planned__slide-list-item.date:before {
    background-image: url(/local/templates/assets/img/icons/date-round-orange.svg);
}

.forums-planned__slide-list-item:first-child {
    margin-top: 0;
}

.forums-info {
    margin-top: 50px;
    padding: 50px;
    background: white;
    border-radius: 16px;
}

.forums-info__block {
    margin-top: 50px;


}

.forums-info__block:first-child {
    margin-top: 0;
}

.forums-info__block-title {
    font: 500 36px/40px "GTEestiLCDisplay", sans-serif;
}

.forums-info__block-subtitle {
    font: 500 32px/40px "GTEestiLCDisplay", sans-serif;
}

.forums-info__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -25px;
    margin-top: 30px;
}

.forums-info__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.forums-info__col:first-child {
    width: 50%;
    padding-right: 40px;
}

.forums-info__col:last-child {
    width: 50%;
    max-width: 545px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 15px;

}

.forums-info__block-dsc {
    margin-top: 8px;
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.forums-info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(33.3333333333% - 50px);
    margin: 25px;
}

.forums-info__item-icon {
    width: 52px;
    height: 52px;
    margin-right: 20px;
}

.forums-info__item-name {
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.forums-info__directions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -19px;
    margin-top: 30px;
}

.forums-info__direction {
    width: calc(33.3333333333% - 38px);
    margin: 0 19px;
}

.forums-info__direction-dsc {
    margin-top: 10px;
    font: 300 14px/21px "GTEestiLCDisplay", sans-serif;
    color: #616161;
}

.forums-info__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
    margin-top: 30px;
}

.forums-info__card {
    width: calc(33.3333333333% - 20px);
    margin: 10px;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 20px;
}

.forums-info__card-icon {
    width: 52px;
    height: 52px;
}

.forums-info__card-title {
    margin-top: 20px;
    font: 500 26px/29px "GTEestiLCDisplay", sans-serif;
}

.forums-info__card-dsc {
    margin-top: 8px;
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.premium {
    margin-top: 50px;
}

.premium__img {
    width: calc(50% - 40px);
    margin-right: 40px;
    border-radius: 12px;
}

.premium__info {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.premium__info-title {
    font: 500 46px/50px "GTEestiLCDisplay", sans-serif;
    margin-bottom: 20px;
}

.premium__info-dsc {
    margin-top: 8px;
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.premium__info-link {
    -ms-flex-item-align: baseline;
    align-self: baseline;
    margin-top: 20px;
    font: 500 12px/18px "GTEestiLCDisplay", sans-serif;
    letter-spacing: 0.05em;
    color: #FC651A;
    border-bottom: 1px solid #FC651A;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.premium__info-link:hover {
    border-bottom: 1px solid transparent;
}

.premium__block {
    margin-top: 50px;
}

.premium__block-title {
    font: 500 36px/40px "GTEestiLCDisplay", sans-serif;
}

.premium__block-quotes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #F7F6FB;
    border-left: 4px solid #FC651A;
    border-radius: 16px;
    padding-left: 40px;
    padding-right: 35px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
}

.premium__block-quotes-text {
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.premium__block-quotes-text a {
    font: inherit;
    color: #FC651A;
    border-bottom: 1px solid #FC651A;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.premium__block-quotes-text a:hover {
    border-bottom: 1px solid transparent;
}

.premium__block-quotes:before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    margin-right: 20px;
    width: 52px;
    height: 52px;
    background-image: url(/local/templates/assets/img/icons/link-round-white-orange.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.premium__box {
    padding: 40px;
    margin-top: 50px;
    background: #F7F6FB;
    border-radius: 22px;
}

.premium__box-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.premium__box-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    padding-right: 50px;
}

.premium__box-row.row-reverse .premium__box-col {
    padding-right: 0;
}

.premium__box-row.row-reverse .premium__box-img {
    padding-right: 50px;
}

.premium__box-title {
    font: 500 36px/40px "GTEestiLCDisplay", sans-serif;
}

.premium__box-dsc {
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
    margin-top: 8px;
}

.premium__box-img {
    width: 50%;
    border-radius: 12px;
}

.federal-program {
    margin-top: 50px;
}

.federal-program__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    padding-right: 50px;
}

.federal-program__title {
    font: 500 46px/51px "GTEestiLCDisplay", sans-serif;
}

.federal-program__dsc {
    margin-top: 20px;
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    letter-spacing: 0.02em;
    color: #656565;
}

.federal-program__img {
    width: 50%;
}

.federal-program__accent-block {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
}

.federal-program__accent-block-tag {
    -ms-flex-item-align: baseline;
    align-self: baseline;
}

.federal-program__accent-text {
    margin-top: 10px;
    font: 500 26px/29px "GTEestiLCDisplay", sans-serif;
    text-align: left;
    color: #FFFFFF;
}

.federal-program__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -30px;
    margin-top: 50px;
}

.federal-program__list-item {
    width: calc(50% - 60px);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px;
}

.federal-program__list-item-icon {
    width: 52px;
    height: 52px;
    margin-right: 20px;
}

.federal-program__list-item-text {
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.federal-program__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 50px;
    background: #F7F6FB;
    border-radius: 22px;
    padding: 24px;
}

.federal-program__box-img {
    width: 50%;
    border-radius: 12px;
}

.federal-program__box-col {
    width: 50%;
    padding-left: 50px;
}

.federal-program__box-title {
    font: 500 36px/39px "GTEestiLCDisplay", sans-serif;
}

.federal-program__box-date {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
}

.federal-program__box-date:before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: 52px;
    height: 52px;
    background-image: url(/local/templates/assets/img/icons/date-round-white.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 12px;
}

.federal-program__box-dsc {
    margin-top: 20px;
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.federal-program__tasks {
    margin-top: 50px;
}

.federal-program__task-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.federal-program__tasks-title {
    font: 500 30px/32px "GTEestiLCDisplay", sans-serif;
}

.federal-program__tasks-slider {
    margin-top: 20px;
}

.federal-program__tasks-slide {
    position: relative;
    width: calc(25% - 20px);
    background: #F7F6FB;
    border-radius: 16px;
    padding: 20px;
    height: auto;
    margin-bottom: 20px;
}


.federal-program__tasks-slide-icon {
    width: 52px;
    height: 52px;
}

.federal-program__tasks-slide-title {
    margin-top: 18px;
    font: 500 20px/24px "GTEestiLCDisplay", sans-serif;
}

.federal-program__tasks-slide-dsc {
    margin-top: 8px;
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.federal-program__member {
    margin-top: 50px;
}

.federal-program__member-title {
    font: 500 36px/39px "GTEestiLCDisplay", sans-serif;
}

.federal-program__member-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -30px;
    margin-top: 30px;
}

.federal-program__member-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(50% - 60px);
    margin: 15px 30px;
}

.federal-program__member-list-item-icon {
    width: 52px;
    height: 52px;
    margin-right: 20px;
}

.federal-program__member-list-item-text {
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.social-centers {
    margin-top: 50px;
}

.social-centers__img {
    border-radius: 12px;
    width: 50%;
}

.social-centers__col {
    width: 50%;
    padding-left: 40px;
}

.social-centers__title {
    font: 500 46px/51px "GTEestiLCDisplay", sans-serif;
}

.social-centers__dsc {
    margin-top: 8px;
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.social-centers__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
    margin-top: 30px;
}

.social-centers__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(33.3333333333% - 20px);
    margin: 10px;
    background: #F7F6FB;
    border-radius: 16px;
    padding: 20px;
}

.social-centers__card-icon {
    width: 52px;
    height: 52px;
}

.social-centers__card-title {
    margin-top: 18px;
    font: 500 26px/29px "GTEestiLCDisplay", sans-serif;
}

.social-centers__card-dsc {
    margin-top: 8px;
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.main-project {
    padding-top: 0;
}

.main-volunteer .volunteer {
    margin-top: 0;
}

.project-front__wrapper {
    position: relative;
    padding-top: 30px;
    height: 550px;
    z-index: 1;
}

.project-front__bg-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.project-front__title {
    margin-top: 40px;
    font: 500 60px/60px "GTEestiLCDisplay", sans-serif;
    color: #FFFFFF;
}

.project-front__dsc {
    max-width: 500px;
    margin-top: 20px;
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #FFFFFF;
}

.project-front__link {
    margin-top: 40px;
}

.project-front .breadcrumbs .container {
    padding: 0;
    max-width: 100%;
}

.project-front .breadcrumbs .breadcrumbs__list-item {
    color: #FFFFFF;
}

.project {
    margin-top: 70px;
}

.project__facets {
    margin-top: 50px;
}

.project__facets-slider {
    margin-top: 30px;
}

.project__facets-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 24px 16px;
    background: #F7F6FB;
    border-radius: 16px;
    margin-right: 20px;
    width: 200px;
    min-height: 220px;
    height: auto;
}

.project__facets-slide:last-child {
    margin-right: 60px;
}

.project__facets-slide-title {
    font: 500 24px/26px "GTEestiLCDisplay", sans-serif;
}

.project__facets-slide-icon {
    width: 120px;
    height: 120px;
}

.box__col {
    width: 50%;
    /*padding-right: 70px;*/
}

.box__tag {
    margin-bottom: 20px;
}

.box__main-title {
    font: 500 46px/51px "GTEestiLCDisplay", sans-serif;
}

.box__second-title {
    font: 500 36px/40px "GTEestiLCDisplay", sans-serif;
}

.box__second-subtitle {
    margin-top: 8px;
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
}

.box__dsc, .box__dsc * {
    margin-top: 20px;
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.box__dsc a {
    font: inherit;
    line-height: 18px;
    color: #FF2838;
    border-bottom: 1px solid #FF2838;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.box__dsc a:hover {
    border-bottom: 1px solid transparent;
}

.box__link {
    display: inline-block;
    margin-top: 20px;
    font: 500 12px/14px "GTEestiLCDisplay", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #FF2838;
    border-bottom: 1px solid #FF2838;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.box__link:hover {
    border-bottom: 1px solid transparent;
}

.box__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    margin-top: 20px;
}

.box__date:before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: 52px;
    height: 52px;
    margin-right: 14px;
    background-image: url(/local/templates/assets/img/icons/date-round-gray.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.box__img {
    border-radius: 12px;
    max-width: 520px;
    display: block;
    margin-left: auto;
}

.box .row-reverse .box__img {
    margin-right: auto;
    margin-left: 0;
}

.project-event {
    margin-top: 50px;
}

.project-event__slider-wrapper {
    margin-top: 40px;
}

.project-event__slider {
    margin-top: 30px;
    margin-right: -60px;
}

.project-event__slide {
    background: #F7F6FB;
    border-radius: 16px;
    padding: 20px;
    min-height: 380px;
    width: 335px;
    margin-right: 20px;
}

.project-event__slide:last-child {
    margin-right: 60px;
}

.project-event__slide-icon {
    width: 52px;
    height: 52px;
}

.project-event__slide-title {
    margin-top: 18px;
    font: 500 26px/29px "GTEestiLCDisplay", sans-serif;
}

.project-event__slide-dsc {
    margin-top: 8px;
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.project-event__quotes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
    padding: 30px;
    background: #F7F6FB;
    border-left: 4px solid #FF2838;
    border-radius: 20px;
}

.project-event__quotes-icon {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    margin-right: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    float: left;
}

.project-event__quotes-text {
    font: 500 20px/30px "GTEestiLCDisplay", sans-serif;
    width: calc(100% - 116px);
}

.project-event__quotes-name {
    margin-top: 18px;
    font: 350 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
    width: calc(100% - 116px);
    margin-left: auto;
}

.project-event__quotes-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 40px;
    background: #F7F6FB;
    border-left: 4px solid #FF2838;
    border-radius: 16px;
    margin-top: 50px;
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.project-event__quotes-link:before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    margin-right: 20px;
    width: 52px;
    height: 52px;
    background-image: url(/local/templates/assets/img/icons/link-round-white.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.project-event__quotes-link a {
    font: inherit;
    color: #FF2838;
    border-bottom: 1px solid #FF2838;
    line-height: 16px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    margin-left: 4px;
}

.project-event__quotes-link a:hover {
    border-bottom: 1px solid transparent;
}

.project-event__quotes-link-text {
    font: inherit;
    color: inherit;
}

.project-event__accent-block {
    margin-top: 50px;
    padding: 24px 160px;
}

.project-event__list-wrapper {
    margin-top: 50px;
}

.project-event__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px -10px;
    margin-top: 30px;
}

.project-event__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(33.3333333333% - 20px);
    margin: 15px 10px;
}

.project-event__list-item-icon {
    width: 52px;
    height: 52px;
    margin-right: 20px;
}

.project-event__list-item-text {
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.project-event__slider-wrapper .box__second-title {
    max-width: 80%;
}

.project-event__cards-wrapper {
    margin-top: 50px;
}

.project-event__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 60px;
}

.project-event__cards .project-event__card-with-icon {
    margin-right: 30px;
}

.project-event__cards .project-event__card-with-icon:last-child {
    margin-right: 0px;
}

.project-event__card {
    background: #F7F6FB;
    border-radius: 16px;
}

.project-event__card.w-50 {
    padding: 30px 40px;
    width: calc(50% - 20px);
    margin: 10px;
}

.project-event__card-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.project-event__card-title {
    font: 500 30px/33px "GTEestiLCDisplay", sans-serif;
}

.project-event__card-icon {
    width: 52px;
    height: 52px;
}

.project-event__card-dsc {
    margin-top: 4px;
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
    padding-bottom: 20px;
}

.project-event__card-with-icon {
    justify-content: flex-start;
    gap: 20px;
    position: relative;
    width: 360px;
    padding: 20px;
    padding-bottom: 50px;
    padding-top: 40px;
    max-width: 360px;
    height: 100% !important;
}

.project-event__card__videos_d {
    justify-content: flex-start;
    gap: 20px;
    position: relative;
    padding: 20px;
    padding-bottom: 50px;
    padding-top: 40px;
}

.project-event__card__videos .project-event__card-with-icon {
    width: 100%;
}

.project-event__card-with-icon .project-event__card-icon {
    position: absolute;
    top: -26px;
}

.project-event__card-with-icon .project-event__card-title {
    font: 500 26px/29px "GTEestiLCDisplay", sans-serif;
}

.project-event__card-with-icon .project-event__card-dsc {
    margin-top: 6px;
    margin-bottom: 6px;
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
}

.project-event__grant {
    margin-top: 50px;
}

.project-event__grant-box {
    padding: 30px 40px;
    margin-top: 30px;
    background: #F7F6FB;
    border-radius: 16px;
}

.project-event__grant-title {
    font: 500 30px/33px "GTEestiLCDisplay", sans-serif;
}

.project-event__grant-hashtags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px -8px;
    margin-top: 10px;
}

.project-event__grant-hashtag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.01);
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.01);
    border-radius: 10px;
    padding: 0 15px;
    margin: 5px 4px;
    height: 38px;
    font: 300 14px/16px "GTEestiLCDisplay", sans-serif;
    color: #616161;
}

.project-event__grant-hashtag.active {

}

.single-news__slider-wrapper .swiper-autoheight .swiper-slide {
    max-height: 500px !important;
    height: 100%;
}

.single-news__slider-wrapper .slider-nav {
    display: flex;
    width: 100%;
    position: relative;
    top: 280px;
    z-index: 999;
    justify-content: space-between;
    height: auto !important;
}

.single-news__slider-wrapper .slider-nav .slider-nav__button {
    height: 50px;
}

.d_list {
    display: flex;
    flex-flow: column;
    gap: 20px;

}

.d_list .project-event__card {
    width: 100%;
    min-height: auto;
    display: flex;
    justify-content: center;
    padding: 40px;
    background: transparent;
    max-width: 100% !important;
}

.d_list .project-event__card-title {
    font: 300 20px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.d_list .project-event__card img {
    position: absolute;
    top: auto;
    left: -25px;

}

.d-title-fix {
    display: none;
}

.d-video-fix {
    display: flex;
    justify-content: flex-end;
}

.d-swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    gap: 20px;
}

.single-news__slide img {
    object-fit: contain;
}

.main-slider-bg-desctop {

}

.main-slider-bg-mobile {
    display: none;
}

.about-target-row {
    padding: 30px 30px 30px 60px;
    margin-top: 30px;
    border-radius: 20px;
    background: #ffffff;
    border-left: solid 4px #FF2838;
}

.about-target-rownoborder {
    border-left: none;
}

.dobro-target-row {
    padding: 30px 30px 30px 60px;
    margin-top: 30px;
    border-radius: 20px;
    background: #ffffff;
    border-left: solid 4px #F68D3C;
}

.about-target-title {
    font: 500 34px/50px "GTEestiLCDisplay", sans-serif;
}

.about-target__quotes-link-text {
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.about-target__quotes-link-text a {
    font: inherit;
    color: #FF2838;
    border-bottom: 1px solid #FF2838;
    line-height: 16px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    margin-left: 4px;
}

.about-target-desc {
    max-width: 70%;
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}

.about-target-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    flex-flow: column;
    min-height: 150px;
    background: url("/local/templates../img/about_target_bg.png") no-repeat right;
}

.dobro-target-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    flex-flow: column;
    min-height: 150px;
    background: url("/local/templates../img/dobro_bg.png") no-repeat right;
}

.patr-target-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    flex-flow: column;
    min-height: 230px;
    background: url("/local/templates../img/patr_bg.png") no-repeat right;
}

.lift-target-row {
    padding: 0;
    margin-bottom: 30px;
    background: #ffffff url("/local/templates../img/lift_bg.png") no-repeat right;
}

.lift-target-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    flex-flow: column;
    min-height: 225px;
    padding-left: 60px;
}

.dobro-2-mb {
    margin-bottom: 30px;
}

.er_404 {
    font: 700 120px/100px "GTEestiLCDisplay", sans-serif;
}

.er_404_text {
    font: 400 46px/100px "GTEestiLCDisplay", sans-serif;
}

.justify-content-center {
    justify-content: center;
}

.custom_dobro_wrapper {
    display: flex;
    background: url("/local/templates../img/1.png") no-repeat right;
}

.main-nopadding {
    padding-top: 0 !important;
}

.custom_dobro_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 16px;
    margin-right: 20px;
    position: relative;
    gap: 20px;
    width: 30%;
    /*padding: 20px;*/
    padding-bottom: 50px;
    padding-top: 40px;

}

.goals-project__row_fix {
    padding-left: 60px;
    padding-right: 50px;
}

.no-border {
    border-bottom: 0;
}

.tab__accordeon_fix {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin-bottom: 5px;
}

.tab__accordeon_fix img {
    width: 36px;
    height: 36px;
}

.tab__accordeon_fix .tab__accordeon-social {
    margin-top: 0;
}

.d-gap-20 {
    gap: 20px;
}

.project__facets-title {
    font: 500 40px/45px "GTEestiLCDisplay", sans-serif;
}

.main_slider_text_container {
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    /*padding-bottom: 100px;*/
}
.single_news_iframe{
    margin: 40px 0;
    height: 600px;
}
.vk-fix{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    background: #F2F3F5;
    border-radius: 30px;
}
.vk-fix img {
    height: 28px!important;
    width: 28px!important;
}
.contests_dopinfo_text{
    margin-bottom: 10px;
    padding-left: 55px;
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
}
.forums-info__card--gray{
    background-color: whitesmoke;
}
@media screen and (max-width: 1440px) {
    .front__slide{
        height: 460px;
    }

    .main_slider_text_container{
        padding-left: 40px;
        padding-top: 40px;
        justify-content: flex-start;
    }
    .front__btn{
        margin-top: 20px;
    }
    .front__bullets{
        margin-top: -33.5px;
    }

}
@media screen and (max-width: 1280px) {
    .front__title{
        line-height: 40px;
    }
    .front__slide {
        height: 400px;
    }
    .front__slide img{
        object-fit: contain;
        -o-object-fit: contain;
    }
}

@media screen and (max-width: 1024px) {
    .tab__accordeon_fix .tab__accordeon-social{
        max-width: 300px;
    }
    .forums-categories__slide{
        padding-bottom: 15px;
    }
    .single_news_iframe{
        margin: 40px 0;
        height: 500px;
    }
    .front__dsc{
        font-size: 16px;
    }

    /*.front__slide img{*/
    /*    object-fit: contain;*/
    /*    -o-object-fit: contain;*/
    /*}*/
    .d_list .project-event__card {
        padding: 40px 40px 40px 70px;
    }

    .d_list .project-event__card img {
        left: 0;
    }

    .main {
        padding-top: 20px;
    }

    .volunteer__how-cards {
        margin-top: 60px;
    }

    .volunteer__how-title {
        padding-top: 20px;
    }

    .tab__accordeon-btn {
        font-size: 22px;
    }

    .front .front__slide {
        padding-top: 0 !important;
    }

    .box {
        padding: 40px 50px;
    }

    .breadcrumbs {
        display: none;
    }

    .sub-title {
        font-size: 18px;
        line-height: 27px;
    }

    .sub-title br {
        display: none;
    }

    .swiper-pagination {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .swiper-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        left: 50%;
    }

    .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin-top: 0;
        margin-right: 14px;
    }

    .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:last-child,
    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
        margin-right: 0;
    }

    .compensate-for-scrollbar {
        overflow: hidden;
        height: auto;
    }

    .compensate-for-scrollbar:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        z-index: 10;
    }

    .contacts-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .contacts-block {
        margin-right: 0;
        margin-top: 30px;
    }

    .contacts-block:first-child {
        margin-right: 0;
        margin-top: 5px;
    }

    .contacts-row + .contacts-row {
        margin-top: 30px;
    }

    .contacts__socials {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    .header-menu-close {
        position: fixed;
        right: 20px;
        top: 27px;
        width: 22px;
        height: 22px;
        background-image: url(/local/templates/assets/img/icons/close-white.svg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        z-index: 12;
    }

    .header__list-item.active .header__list-child {
        top: auto;
    }

    .header__menu {
        display: none;
    }

    .header__menu.active {
        position: fixed;
        height: 100vh;
        overflow: auto;
        display: block;
        top: 0;
        right: 0;
        z-index: 11;
        background: #FFFFFF;
        width: 100%;
        padding-left: 30px;
        padding-top: 30px;
        padding-bottom: 150px;
        padding-right: 50px;
    }

    .header__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .header__list-item {
        height: auto;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .header__list-item-has-children > .header__list-link {
        position: relative;
        width: 100%;
    }

    .header__list-item-has-children > .header__list-link:after {
        display: none;
    }

    .header__list-item-has-children.active > .header__list-link:after {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .header__list-item + .header__list-item {
        margin-top: 20px;
    }

    .header__list-child {
        opacity: 1;
        visibility: visible;
        position: relative;
        top: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: transparent;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        /*display: none;*/
        width: 100%;
        padding: 0;
        margin-top: 12px;
        border-radius: 0;
    }

    .header__list-child .header__list-item {
        min-width: auto;
        margin-top: 12px;
    }

    .header__list-child .header__list-link {
        padding: 0;
        font-size: 12px;
        line-height: 12px;
        color: #656565;
        margin-top: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .header__search {
        margin-left: auto;
    }

    .header__search.active .header__search-input {
        height: 45px;
        max-width: 90%;
    }

    .header__mb-menu-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 20px;
        height: 20px;
        margin-left: 20px;
        outline: none;
        padding: 4px 2px;
    }

    .header__mb-menu-btn span {
        height: 1px;
        border-radius: 2px;
        background: #000000;
    }

    .header__mb-menu-btn span:nth-child(1) {
        width: 16px;
    }

    .header__mb-menu-btn span:nth-child(2) {
        width: 12px;
    }

    .header__mb-menu-btn span:nth-child(3) {
        width: 8px;
    }

    .footer {
        padding-top: 70px;
        padding-bottom: 75px;
    }

    .footer__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer__row:after {
        bottom: auto;
        top: -10px;
    }

    .footer__col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }

    .footer__col:first-child {
        margin-right: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .footer__col:last-child {
        margin-top: 70px;
    }

    .footer__dsc {
        width: 100%;
        margin-top: 14px;
    }

    .footer__dsc br {
        display: none;
    }

    .footer__socials {
        -ms-flex-item-align: baseline;
        align-self: baseline;
    }

    .footer__nav-wrapper {
        width: 100%;
    }

    /*.footer__make {*/
    /*    position: absolute;*/
    /*    right: 0;*/
    /*    bottom: 0;*/
    /*    margin: 0;*/
    /*}*/
    .front__slide {
        height: 325px;
        padding: 0;
    }

    .front__wrapper {
        height: auto;
        padding-top: 0;
    }


    .slider-nav {
        /*display: none;*/
    }

    .about {
        margin-top: 70px;
    }

    .main-front .video-wrapper {
        height: auto;
    }

    .front__bullets {
        overflow-x: scroll;
        margin-top: 50px;
    }

    .front__bullets::-webkit-scrollbar {
        display: none;
    }

    .front__bullet {
        width: 100%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        max-width: 413px;
    }

    .partners__slider {
        margin-right: -20px;
    }

    .partners__card-slide:last-child {
        margin-right: 20px;
    }

    .main-partners .partners__card {
        width: calc(33.3333333333% - 20px);
    }

    .news__slider {
        margin-right: -20px;
    }

    .news__card-slide:last-child {
        margin-right: 20px;
    }

    .contacts__socials:first-child {
        margin-right: 0;
    }

    .contacts__map-info {
        min-width: auto;
    }

    .team__main-cards {
        overflow-x: scroll;
        margin-top: 30px;
        margin-right: -20px;
    }

    .team__main-card {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 413px;
    }

    .team__main-card:last-child {
        margin-right: 20px;
    }

    .team__card {
        width: calc(50% - 20px);
    }

    .team__group + .team__group {
        margin-top: 30px;
    }

    .about__col:first-child {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
    }

    .about__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .about__info {
        max-width: 100%;
        margin-right: 0;
        width: 100%;
    }

    .about__dsc br {
        display: none;
    }

    .about__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-flow: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 30px;
        gap: 20px;
    }

    .main-about .about__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .main-about .about__list-item {
        max-width: 335px;
    }

    .main-about .about__list-item + .about__list-item {
        margin-top: 30px;
    }

    .main-about .about__video-wrapper {
        height: 330px;
    }

    .video-wrapper {
        height: 300px;
        max-width: 100%;
        margin-top: 30px;
        width: 100%;
    }

    .about__mission {
        margin-top: 30px;
        padding-top: 30px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 20px;

    }

    .about__mission-img {
        margin: 0;
        max-width: 100%;
        width: 50%;
        height: auto;
    }

    .about__mission-info {
        margin-top: 40px;

        /*max-width: 493px;*/
    }

    .about__directions {
        margin: 0;
        margin-top: 30px;
        padding-top: 30px;
    }

    .about__directions-cards {
        overflow-x: scroll;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-right: -50px;
    }

    .about__directions-cards::-webkit-scrollbar {
        display: none;
    }

    .about__directions-card {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 334px;
    }

    .about__directions-card:last-child {
        margin-right: 50px;
    }

    .main-smi .contacts-press-service {
        margin-top: 70px;
    }

    .contacts-block {
        width: 100%;
    }

    .media__card {
        width: calc(50% - 20px);
    }

    .media__slider {
        margin-right: -20px;
    }

    .media__card-slide:last-child {
        margin-right: 20px;
    }

    .main-brandbook .brandbook__box {
        margin-top: 30px;
    }

    .brandbook__box {
        padding: 40px 20px;
        margin-top: 0;
    }

    .brandbook__card:after {
        max-height: 240px;
    }

    .brandbook__cards {
        margin: 0;
        margin-top: 20px;
        margin-right: -25px;
        overflow-x: scroll;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .brandbook__cards::-webkit-scrollbar {
        display: none;
    }

    .brandbook__card {
        width: 380px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .brandbook__card:first-child {
        margin-left: 0;
    }

    .brandbook__card:last-child {
        margin-right: 30px;
    }

    .main-smi__media {
        margin-top: 70px;
    }

    .map-svg-sidebar__content {
        width: 60%;
    }

    .event__slider {
        margin-right: -20px;
    }

    .event__card-slide:last-child {
        margin-right: 20px;
    }

    .education__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .education__col:first-child {
        width: 100%;
        max-width: 100%;
        margin: 0;
        margin-top: 45px;
    }

    .education__col:last-child {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .main-education .slider-nav {
        /*width: 100%;*/
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: flex-end;
        margin-top: 30px;
    }

    .training__cards {
        margin-right: -50px;
    }

    .training__card {
        width: 320px;
    }

    .training__card-slide:last-child {
        margin-right: 50px;
    }

    .education-media-slider {
        margin-right: 0;
    }

    .education-media-card__slide:last-child {
        margin-right: 50px;
    }

    .main-education .courses,
    .main-education .programmers,
    .main-education .training,
    .webinars {
        margin-top: 50px;
    }

    .main-education .section-head {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .main-education .section-head .title {
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
        order: -2;
        width: calc(100% - 150px);
    }

    .main-education .section-head .slider-nav {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 150px;
        margin: 0;
    }

    .main-training .slider-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 30px;
    }

    .main-training .training {
        margin-top: 0;
    }

    .education__slider {
        margin-right: -50px;
    }

    .education__slide:last-child {
        margin-right: 50px;
    }

    .social-front__wrapper {
        padding: 0;
        height: auto;
    }

    .social-front__bg-img {
        position: relative;
    }

    .social-number__rounds {
        margin-right: -50px;
    }

    .social-number__round:last-child {
        margin-right: 50px;
    }

    .social-front__title {
        color: #000000;
    }

    .social-front__dsc {
        color: #000000;
    }

    .social-number {
        margin-top: 50px;
    }

    .social-number__goals-blocks {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
    }

    .social-number__goals-block {
        width: 100%;
        margin: 0;
        margin-top: 20px;
    }

    .goals__box-info-dsc {
        margin-top: 24px;
    }

    .goals__info-title,
    .volunteer__info-title,
    .forums__info-title,
    .premium__info-title,
    .federal-program__title,
    .social-centers__title,
    .volunteer__how-title {
        font-size: 36px;
        line-height: 40px;
    }

    .goals__info-title br,
    .volunteer__info-title br,
    .forums__info-title br,
    .premium__info-title br,
    .federal-program__title br,
    .social-centers__title br,
    .volunteer__how-title br {
        display: none;
    }

    .forums-planned__slider-title {
        max-width: 100%;
    }

    .forums-planned__slider-title br {
        display: none;
    }

    .volunteer__row,
    .goals__row,
    .goals__box-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .volunteer__info {
        width: 100%;
        margin-top: 30px;
    }

    .volunteer__img,
    .goals__info-img,
    .goals__box-img {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
    }

    .goals__info-img {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .goals__info,
    .goals__box-info {
        margin-top: 30px;
    }

    .goals__box-info-dsc-wrapper {
        max-width: 100%;
    }

    .volunteer__how-cards {
        margin-top: 0;
        padding-top: 60px;
        overflow-x: scroll;
        margin-right: -50px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .volunteer__how-cards::-webkit-scrollbar {
        display: none;
    }

    .volunteer__how-card {
        width: 270px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .volunteer__how-card:last-child {
        margin-right: 50px;
    }

    .forums-info__directions {
        gap: 20px;
    }

    .forums-info__directions::-webkit-scrollbar {
        display: none;
    }

    .forums-info__direction {
        width: 100%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .forums-info__direction:last-child {
        margin-right: 50px;
    }

    .goals-project__slider {
        margin-right: -50px;
    }

    .goals__programs-cards {
        /*overflow-x: scroll;*/
        /*margin-right: -50px;*/
        /*-ms-flex-wrap: nowrap;*/
        /*flex-wrap: nowrap;*/
    }

    .goals__programs-cards::-webkit-scrollbar {
        display: none;
    }

    .goals__programs-card {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100%;
    }

    .goals__programs-card:last-child {
        margin-right: 50px;
    }

    .goals__accent-block {
        padding: 24px 60px;
    }

    .forums-categories__slider,
    .forums-planned__slider {
        margin-right: -50px;
    }

    .forums-planned__slide:last-child,
    .forums-categories__slide:last-child,
    .goals-project__slide:last-child {
        margin-right: 50px;
    }

    .forums__info {
        margin-right: 0;
        padding-right: 20px;
    }

    .forums__info,
    .forums__img {
        width: 100%;
        max-width: 100%;
    }

    .forums__img {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .forums__info {
        margin-top: 30px;
    }

    .forums-info__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
    }

    .forums-info__item {
        width: 100%;
        margin: 0;
        margin-top: 30px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .forums-info__col:first-child {
        width: 100%;
        padding-right: 0;
        margin-top: 30px;
    }

    .forums-info__col:last-child {
        width: 100%;
        max-width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .forums-info__cards {
        overflow-x: scroll;
        flex-wrap: wrap;
    }

    .forums-info__cards::-webkit-scrollbar {
        display: none;
    }


    .forums-info__card {
        width: 100%;
    }

    .premium__img {
        width: 100%;
        padding: 0;
    }

    .premium__info {
        margin-top: 30px;
        width: 100%;
    }

    .premium__box-col {
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }

    .premium__box-row.row-reverse .premium__box-img {
        padding: 0;
    }

    .premium__box-img {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        height: 300px;
    }

    .federal-program__col {
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }

    .federal-program__img {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .federal-program__list {
        margin: 0;
        margin-top: 50px;
    }

    .federal-program__list-item {
        margin: 0;
        margin-top: 30px;
        width: 100%;
    }

    .federal-program__list-item:first-child {
        margin-top: 0;
    }

    .federal-program__box-img {
        width: 100%;
    }

    .federal-program__box-col {
        padding: 0;
        width: 100%;
        margin-top: 30px;
    }

    .federal-program__tasks-slider {
        margin-right: -50px;
    }

    .goals-project-slider-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .social-centers__cards {
        margin-right: -50px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: scroll;
    }

    .social-centers__cards::-webkit-scrollbar {
        display: none;
    }

    .social-centers__card {
        width: 342px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .social-centers__card:last-child {
        margin-right: 50px;
    }

    .social-centers__img {
        width: 100%;
    }

    .social-centers__col {
        padding-left: 0;
        width: 100%;
        margin-top: 30px;
    }

    .federal-program__member-list {
        margin: 0;
        margin-top: 20px;
    }

    .federal-program__member-list-item {
        width: 100%;
        margin: 0;
        margin-top: 30px;
    }

    .project-front__wrapper {
        padding: 0;
        height: auto;
    }

    .project-front__bg-img {
        position: relative;
    }

    .project-number__rounds {
        margin-right: -50px;
    }

    .project-number__round:last-child {
        margin-right: 50px;
    }

    .project-front__title {
        color: #000000;
    }

    .project-front__dsc {
        color: #000000;
    }

    .main-project .box {
        padding: 30px;
    }

    .box__col {
        width: 100%;
    }

    .box__col:first-child {
        margin-top: 30px;
    }

    .box__col:last-child {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .box__img {
        max-width: 100%;
        max-height: 300px;
    }

    .project__facets-slider {
        margin-right: -30px;
    }

    .project__facets .slider-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .project__facets-slide:last-child {
        margin-right: 30px;
    }

    .project-event__slider {
        margin-right: -30px;
    }

    .project-event__slide:last-child {
        margin-right: 30px;
    }

    .project-event__slider-wrapper {
        margin-top: 50px;
    }

    .row-box {
        padding: 10px;
    }

    .project-event__accent-block {
        padding: 20px 40px;
    }

    .project-event__list {
        margin: 0;
    }

    .project-event__list-item {

        margin: 0;
        width: 100%;
        margin-top: 30px;
    }

    .project-event__cards {
        margin: 0;
        margin-top: 30px;
    }

    .project-event__card {
        margin: 0;
        /*width: 90%;*/
        /*margin-top: 20px;*/
        padding-left: 10px;
        padding-right: 10px;
        margin-right: 20px;
    }

    .project-event__card:first-child {
        margin-top: 0;
    }

    .project-event__card.w-50 {
        margin: 0;
        width: 100%;
        margin-top: 20px;
    }

    .project-event__card.w-50:first-child {
        margin-top: 0;
    }

    .project-event__card-dsc {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .project-event__cards.horizontal-scroll {
        justify-content: space-between;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin: -10px;
        margin-right: -30px;
        padding-top: 20px;
        overflow-x: scroll;
    }

    .project-event__cards.horizontal-scroll::-webkit-scrollbar {
        display: none;
    }

    .project-event__cards.horizontal-scroll .project-event__card {
    . project-event__cards width: 270 px;
        margin: 10px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .project-event__cards.horizontal-scroll .project-event__card:last-child {
        margin-right: 30px;
    }

    .project-event__list-item-icon {
        width: 36px;
        height: 36px;
        margin-right: 12px;
    }

    .federal-program__tasks-slide {
        width: 100%;
        margin-right: 20px;
    }

    .project__facets-slider-fix {
        padding-left: 0;
    }

    .front__title {
        font-size: 32px;
    }
}

@media screen and (max-width: 820px) {
    .single_news_iframe{
        margin: 40px 0;
        height: 300px;
    }
    .front__slide{
        height: auto;
    }
    .main_slider_text_container{
        height: auto;
    }
    .front__dsc {
        color: #000000;
    }

    .front__title {
        font-size: 30px;
        margin-top: 25px;
        color: #000000;
    }

    .front__bg-img {
        position: relative;
    }

    .custom_dobro_wrapper {
        flex-flow: column;
        gap: 20px;
        background: url("/local/templates../img/1.png") no-repeat right bottom;
    }

    .custom_dobro_card {
        padding-bottom: 0;
        width: 100%;
    }

    .about__mission {
        margin-top: 30px;
        padding-top: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;

    }

    .about__mission-info {
        width: 100%;
    }

    .about__mission-img {
        margin: 0;
        max-width: 100%;
        width: 100%;
        height: auto;
    }

    .d-title-row {
        flex-flow: column;
        align-items: flex-start;
        /*gap: 30px;*/
    }

    .about-target-desc {
        max-width: 100%;
    }

    .about-target-content, .patr-target-content, .dobro-target-content {

        background: transparent;
    }

    .lift-target-row {

        background: #ffffff;
    }

    .project__facets-slider-fix .swiper-wrapper {
        /*gap: 20px;*/
    }

    /*.footer__make {*/
    /*    position: absolute;*/
    /*    right: 0;*/
    /*    bottom: -70px;*/
    /*    margin: 0;*/
    /*}*/
    .d-title-fix {
        display: block;
        margin-top: 40px;
    }

    .d_list .project-event__card {
        width: 100%;
        min-height: auto;
        display: flex;
        justify-content: center;
        padding: 20px;
        padding-left: 70px;

    }

    .single-event__map {
        /*margin-top: 10px;*/
        font-size: 14px;
        line-height: 21px;
    }

    .about__social-card {
        max-width: 100% !important;
        margin: 0 !important;
    }

    .project-event__card-with-icon .project-event__card-dsc {
        font-size: 14px;
        line-height: 21px;
        padding-bottom: 10px;
    }

    .project-event__card-with-icon .project-event__card-title {
        font-size: 20px;
        line-height: 22px;
    }

    .tablet-show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .tablet-hide {
        display: none;
    }

    .section-head__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .select2-container--default .select2-selection--single .select2-selection__clear span {
        line-height: 24px;
    }

    .subscription {
        margin-top: 60px;
    }

    .subscription__box {
        padding-right: 60px;
        padding-top: 37px;
        padding-left: 52px;
        padding-bottom: 55px;
    }

    .subscription__form-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -6px;
    }

    .subscription__form-fieldset {
        width: calc(50% - 12px);
        margin: 6px;
    }

    .subscription__form-fieldset:nth-child(1) {
        width: calc(100% - 12px);
    }

    .subscription__form-fieldset + .subscription__form-fieldset {
        margin-left: 6px;
    }

    .subscription__form-btn {
        margin: 6px;
        width: calc(50% - 12px);
    }

    .header__search.active {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
        z-index: 100;
        width: calc(100% - 40px);
    }

    .header__search.active .header__search-input {
        max-width: 100%;
        height: 60px;
    }

    .partners {
        margin-top: 70px;
    }

    .news__card {
        width: calc(50% - 20px);
    }

    .news__card-slide {
        width: 305px;
    }

    .team__cards {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: scroll;
    }

    .team__card {
        width: auto;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .documents__filter {
        margin-top: 10px;
    }

    .documents__filter-form {
        margin: -10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .documents__filter-form > div {
        margin: 10px;
    }

    .documents__filter-form .documents__filter-tags {
        margin-right: -20px;
    }

    .documents__filter-form > div:last-child {
        margin-right: 10px;
    }

    .documents__filter-tags {
        width: 100%;
    }

    .documents__card {
        padding: 20px;
    }

    .documents__card-title {
        margin-top: 12px;
        font-size: 20px;
        line-height: 22px;
    }

    .brandbook__box {
        padding-left: 30px;
        padding-right: 45px;
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .brandbook__block-title {
        font-size: 30px;
        line-height: 33px;
    }

    .brandbook__block-card-img {
        max-width: 194px;
        max-height: 194px;
    }

    .brandbook__block-card-logo {
        width: 194px;
        height: 194px;
    }

    .brandbook__block-card-link {
        margin-top: 10px;
    }

    .brandbook__block {
        margin-top: 30px;
    }

    .brandbook__block-cards {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: scroll;
        margin-top: 10px;
        margin-right: -45px;
    }

    .brandbook__block-cards::-webkit-scrollbar {
        display: none;
    }

    .brandbook__block-card:last-child {
        margin-right: 45px;
    }

    .brandbook__block-colors {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: scroll;
        margin-top: 0;
        margin-right: -45px;
    }

    .brandbook__block-colors::-webkit-scrollbar {
        display: none;
    }

    .brandbook__block-color {
        height: 194px;
        width: 194px;
        padding-left: 16px;
    }

    .brandbook__block-font {
        height: 190px;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .tab__btns {
        display: none;
    }

    .tab__container {
        margin-top: 30px;
    }

    .tab__accordeons.col-2 {
        -webkit-columns: unset;
        -moz-columns: unset;
        columns: unset;
    }

    .tab__accordeon-content {
        padding-top: 0;
        padding-bottom: 30px;
    }

    .single-news__box {
        margin: 0 -20px;
        width: calc(100% + 40px);
        padding: 28px 34px;
    }

    .single-news__subtitle {
        font-size: 18px;
        line-height: 27px;
    }

    .single-news__slider-wrapper {
        margin-top: 30px;
    }

    .single-news__sidebar {
        display: none;
    }

    .single-news__container--center {
        margin-top: 40px;
    }

    .single-news__video-wrapper {
        height: 300px;
    }

    .single-news__prev {
        display: none;
    }

    .single-event__box {
        margin: 0 -20px;
        padding: 28px 34px;
        width: calc(100% + 40px);
    }

    .single-event__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 10px;
        max-width: 100%;
    }

    .single-event__prev {
        display: none;
    }

    .single-event__title {
        font-size: 46px;
        line-height: 51px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .single-event__subtitle {
        margin-top: 10px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .single-event__row {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .single-event__btn {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        margin-top: 30px;
    }

    .single-event__banner-img {
        height: 294px;
    }

    .single-event__container--center {
        margin-top: 40px;
    }

    .single-event__container h2 + p {
        margin-top: 20px;
    }

    .main-single-event .event {
        margin-top: 60px;
    }

    .main-single-event .event .menu-tags {
        display: none;
    }

    .main-front .event {
        margin-top: 70px;
    }

    .section-head__search {
        margin-top: 20px;
        max-width: 390px;
    }

    .events__cards {
        margin-top: 20px;
    }

    .events__card {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px;
    }

    .events__card + .events__card {
        margin-top: 20px;
    }

    .events__card-img {
        width: 100%;
        height: 300px;
        margin: 0;
    }

    .events__card-col {
        padding: 0;
        width: 100%;
        margin-top: 12px;
    }

    .events__card-title {
        margin-top: 12px;
        font-size: 24px;
        line-height: 26px;
    }

    .events__card-dsc {
        font-size: 14px;
        line-height: 21px;
    }

    .events__card-footer {
        margin-top: 30px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .experts-groups__card-img {
        max-height: 265px;
    }

    .experts-groups__card-dsc br {
        display: none;
    }

    .experts-groups__card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 30px;
        padding: 30px;
    }

    .experts-groups__card-box {
        width: calc(100% - 250px);
    }

    .experts-groups__card-title {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 100%;
        margin-bottom: 20px;
    }

    .main-educational-programs .section-head__row + .section-head__row {
        margin-top: 20px;
    }

    .education-media-card {
        width: calc(50% - 20px);
    }

    .educational-programs__select + .select2 {
        margin-top: 20px;
    }

    .single-news__date,
    .single-news__view {
        /*margin-top: 8px;*/
    }

    .main-education .slider-nav,
    .main-training .slider-nav {
        /*display: none;*/
        justify-content: flex-start;
    }

    .main-slider-bg-mobile {
        display: flex;
    }

    .main-slider-bg-desctop {
        display: none;
    }
}


@media screen and (max-width: 576px) {
    .main_slider_text_container{
        padding-top: 0;
    }
    .main_slider_text_container .front__dsc{
        margin-bottom: 15px;
    }
    .single_news_iframe{
        margin: 40px 0;
        height: 220px;
    }
    .single-news__slide img {
        min-height: 200px;
        height: 100px;
    }

    .single-news__slide {
        height: 200px;
    }
    .project-event__card-with-icon {
        max-width: 100%;
    }

    .project__facets-title {
        font: 500 30px/32px "GTEestiLCDisplay", sans-serif;
        margin-bottom: 20px;
    }

    .d_list {
        padding-left: 20px;
    }

    .single-news__slider-wrapper .slider-nav {
        top: 150px;
    }

    .er_404 {
        font: 700 70px/80px "GTEestiLCDisplay", sans-serif;
    }

    .er_404_text {
        font: 700 26px/40px "GTEestiLCDisplay", sans-serif;
    }

    .btn-row-404 {
        padding-top: 40px;
    }

    .front__btn {
        margin-top: 15px;
    }

    /*.swiper-pagination {*/
    /*    top: 98% !important;*/
    /*}*/

    .front__slider {
        padding-bottom: 20px;
    }

    .lift-target-content {
        padding-left: 20px;
    }

    .about-target-title {
        font: 700 24px/26px "GTEestiLCDisplay", sans-serif;
    }

    /*.exterts-planned__slide-title{*/
    /*    font: 400 20px/26px "GTEestiLCDisplay", sans-serif;*/
    /*}*/
    .about-target-desc {
        font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    }

    .exterts-planned__slider .swiper-wrapper {
        /*gap: 5px;*/
    }

    .about-target-row, .dobro-target-row {
        padding: 15px 15px 15px 20px;
    }

    .exterts-planned__slide {
        padding: 30px 20px;
        min-height: 330px;
    }

    .exterts-planned_row {
        flex-flow: column;
        gap: 30px;
    }

    .exterts-planned__slider-title {
        font: 500 30px/51px "GTEestiLCDisplay", sans-serif;
    }

    .hero-fix {
        margin-bottom: 25px;
    }


    .contacts__question-form-btn {
        padding: 15px 10px
    }

    .forums-info__block-subtitle {
        font: 500 24px/26px "GTEestiLCDisplay", sans-serif;
    }

    .forums-categories__slide {
        min-height: auto;
    }

    .d-video-fix {
        display: flex;
        justify-content: flex-start;
    }

    .footer .logo {
        right: auto;
    }

    .project__facets-slide {
        padding-left: 30px;
        padding-right: 30px;
    }

    .d_list .project-event__card {
        padding: 20px;
        padding-left: 50px;
    }

    .d_list .project-event__card img {
        left: -20px;
    }

    .d_list .project-event__card .project-event__card-title {
        font-size: 14px;
        line-height: 21px;
        margin: 0;
    }

    .single-event__map {
        margin-top: 0px;
        margin-left: 15px;
        font-size: 14px;
        line-height: 21px;
    }

    .about__social-cards {
        flex-flow: column;
        gap: 20px;

    }

    .about__social-cards .application {
        max-width: 100%;
    }

    .select2-selection__rendered {
        max-width: 200px;
    }

    .team__main-card-img {
        height: 200px;
        position: absolute;
        left: 0;
        bottom: 0;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: bottom;
        object-position: bottom;
    }

    .slider-nav__button {
        width: 40px;
        height: 40px;
    }

    .mobile-show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .mobile-hide {
        display: none;
    }

    .box {
        padding: 30px;
    }

    .hashtags,
    .menu-tags {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow-x: scroll;
        margin-right: -20px;
        width: auto;
    }

    .hashtags::-webkit-scrollbar,
    .menu-tags::-webkit-scrollbar {
        display: none;
    }

    .hashtag:first-child,
    .menu-tags__link:first-child {
        margin-left: 0;
    }

    .hashtag:last-child,
    .menu-tags__link:last-child {
        margin-right: 20px;
    }

    .title {
        font: 500 30px/33px "GTEestiLCDisplay", sans-serif;
    }

    .sub-title {
        font-size: 16px;
        line-height: 24px;
    }

    .title__link:after {
        margin: 0;
        margin-left: 20px;
        width: 28px;
        height: 28px;
    }

    .section-head__row + .section-head__row {
        margin-top: 20px;
        justify-content: flex-start;
    }

    .main-front .section-head__row + .section-head__row {
        margin-top: 8px;
    }

    .contacts-block__icon {
        width: 40px;
        height: 40px;
    }

    .fieldset.width-50 {
        width: 100%;
    }

    .privacy-policy {
        margin-top: 14px;
    }

    .pagination__nav {
        margin-top: 30px;
    }

    .link-download {
        word-break: break-all;
        font-size: 12px;
        line-height: 18px;
    }

    .pagination {
        margin-top: 30px;
    }

    .link-more {
        margin-top: 40px;
    }

    .attention {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        font-size: 12px;
        line-height: 18px;
    }

    .attention br {
        display: none;
    }

    .socials__link {
        margin-top: 8px;
    }

    .input-search {
        height: 50px;
    }

    .slider-nav {
        height: 40px;
    }

    .default-list__item {
        margin-top: 10px;
    }

    .accordeon-btn {
        text-align: left;
    }

    .subscription {
        margin-top: 60px;
    }

    .subscription__box {
        padding: 30px;
    }

    .subscription__title {
        font-size: 30px;
        line-height: 33px;
    }

    .subscription__title br {
        display: none;
    }

    .subscription__form {
        margin-top: 30px;
    }

    .subscription__form-row {
        margin: 0;
    }

    .subscription__form-fieldset:nth-child(1) {
        width: 100%;
    }

    .subscription__form-fieldset {
        width: 100%;
        margin: 0;
        margin-top: 12px;
    }

    .subscription__form-fieldset:first-child {
        margin-top: 0;
    }

    .subscription__form-fieldset + .subscription__form-fieldset {
        margin: 0;
        margin-top: 12px;
    }

    .subscription__form-btn {
        margin: 0;
        width: 100%;
        margin-top: 12px;
    }

    .subscription .privacy-policy {
        margin-top: 15px;
    }

    .privacy-policy__dsc {
        font-size: 10px;
        line-height: 14px;
    }

    .privacy-policy__dsc br {
        display: none;
    }

    .header {
        height: 70px;
    }

    .header__logo {
        width: 157px;
        height: 27px;
    }

    .footer {
        padding-top: 50px;
        padding-bottom: 110px;
    }

    .footer__dsc {
        margin-top: 20px;
        font-size: 12px;
        line-height: 18px;
    }

    .footer__dsc + .footer__socials {
        margin-top: 30px;
    }

    .footer__col:last-child {
        margin-top: 30px;
    }

    .footer__sub-list {
        display: none;
    }

    .footer__nav-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-columns: unset;
        -moz-columns: unset;
        columns: unset;
    }

    .footer__nav {
        width: 100%;
        margin-top: 20px;
    }

    .footer__list {
        width: 100%;
    }

    .footer__list > .footer__list-item {
        max-width: 100%;
    }

    .footer__list > .footer__list-item .footer__list-item-text {
        position: relative;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .footer__list > .footer__list-item .footer__list-item-text:after {
        content: "";
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 16px;
        height: 16px;
        background-image: url(/local/templates/assets/img/icons/arrow-white.svg);
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .footer__list.active .footer__list-item-text:after {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .footer__nav-break + .footer__nav {
        margin-top: 20px;
    }

    .footer__row:after {
        position: relative;
        top: auto;
        margin-top: 30px;
    }

    .footer__make {
        left: 0;
        bottom: -80px;
        right: auto;
    }

    .footer__list-item {
        max-width: 100%;
    }

    .front__title {
        font-size: 28px;
        line-height: 30px;
    }

    .front__dsc {
        font-size: 16px;
        line-height: 24px;
    }

    .front__bullets {
        margin-top: 20px;
        overflow: unset;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .front__bullet {
        margin: 0;
        margin-top: 14px;
        display: flex;
        align-items: center;
        /*justify-content: space-between;*/
    }

    .front__bullet:first-child {
        margin-top: 0;
    }

    .front__bullet-img {
        /*width: 113px;*/
        /*height: 106px;*/
    }

    .front__bullet-title {
        font-size: 16px;
        line-height: 20px;
    }

    .front__bullet-dsc {
        font-size: 12px;
        line-height: 15.6px;
    }

    .front__bullet-link {
        /*width: 182px;*/
    }

    .front__search {
        margin-top: 60px;
    }

    .about {
        margin-top: 60px;
    }

    .about__dsc {
        font-size: 16px;
        line-height: 24px;
    }

    .partners {
        margin-top: 60px;
    }

    .main-partners .partners__cards {
        margin: 0;
        margin-top: 20px;
    }

    .main-partners .partners__card {
        margin: 0;
        width: 100%;
        margin-top: 20px;
    }

    .main-partners .partners__card:first-child {
        margin-top: 0;
    }

    .news {
        margin-top: 60px;
    }

    .news__card-slide {
        width: 260px;
    }

    .news__card-name {
        font-size: 22px;
        line-height: 24px;
    }

    .news__card-row {
        margin-top: 40px;
    }

    .main-news .news__cards {
        margin: 0;
        margin-top: 20px;
    }

    .main-news .news__card {
        width: 100%;
        margin: 0;
        margin-top: 25px;
    }

    .main-news .news__card:first-child {
        margin-top: 0;
    }

    .contacts-block__name {
        font-size: 12px;
        line-height: 18px;
    }

    /*.contacts__inner-container{*/
    /*    font: 400 10px/24px "GTEestiLCDisplay", sans-serif;*/
    /*}*/
    .contacts-block__value {
        font-size: 12px;
        line-height: 24px;
    }

    .contacts__socials .socials__title {
        font-size: 12px;
        line-height: 18px;
    }

    .contacts__map-info {
        min-width: auto;
        padding: 12px;
    }

    .contacts__question-title {
        font-size: 30px;
        line-height: 33px;
    }

    .contacts__question-dsc {
        margin-top: 8px;
        font-size: 14px;
        line-height: 21px;
    }

    .contacts__question-label {
        margin-top: 20px;
    }

    .contacts__question-form-row {
        margin-top: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .team__main-card {
        width: 260px;
        padding: 30px 20px;
        padding-bottom: 220px;
    }

    .team__main-card-name {
        font-size: 24px;
        line-height: 26px;
    }

    .team__main-cards {
        margin-top: 10px;
    }

    .team__groups {
        margin-top: 60px;
    }

    .team__group + .team__group {
        margin-top: 60px;
    }

    .team__group-title {
        font-size: 24px;
        line-height: 26px;
    }

    .team__group-title br {
        display: none;
    }

    .team__cards {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        overflow: unset;
    }

    .team__card {
        width: 100%;
        margin: 0;
        margin-top: 14px;
    }

    .team__card:first-child {
        margin-top: 0;
    }

    .team__card-img {
        max-width: 105px;
        max-height: 137px;
    }

    .team__card-name {
        font-size: 20px;
        line-height: 22px;
    }

    .team__card-position {
        font-size: 12px;
        line-height: 16px;
    }

    .video-wrapper {
        height: 223px;
    }

    .video-play {
        width: 118px;
        height: 118px;
    }

    .about__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .about__list-item + .about__list-item {
        margin-top: 30px;
    }

    .main-about .video-wrapper {
        height: 170px;
    }

    .about__mission-title {
        font-size: 16px;
        line-height: 22px;
    }

    .about__mission-tag {
        font-size: 26px;
    }

    .about__mission-dsc {
        font-size: 14px;
        line-height: 21px;
    }

    .about__directions-title {
        font-size: 30px;
        line-height: 33px;
    }

    .about__directions-cards {
        overflow-x: unset;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
        margin-top: 30px;
    }

    .about__directions-card {
        margin: 0;
        width: 100%;
        margin-top: 30px;
    }

    .about__directions-card:first-child {
        margin-top: 0;
    }

    .about__directions-card-title {
        font-size: 24px;
        line-height: 26px;
    }

    .about__directions-card-dsc {
        font-size: 14px;
        line-height: 21px;
    }

    .media__cards {
        margin: 0;
        margin-top: 20px;
    }

    .media__card {
        width: 100%;
        margin: 0;
        margin-top: 25px;
        min-height: auto;
    }

    .media__card:first-child {
        margin-top: 0;
    }

    .media__card-name {
        font-size: 22px;
        line-height: 24px;
    }

    .media__card-footer {
        margin-top: 30px;
    }

    .media__pagination {
        margin-top: 60px;
    }

    .main-brandbook .brandbook__box {
        margin-top: 30px;
    }

    .brandbook__box {
        padding-left: 30px;
        padding-top: 25px;
        padding-right: 25px;
        padding-bottom: 20px;
    }

    .brandbook__block-title {
        font-size: 20px;
        line-height: 24px;
    }

    .brandbook__block-link.link-download {
        font-size: 14px;
        line-height: 21px;
    }

    .brandbook__block-cards {
        margin-right: -25px;
    }

    .brandbook__block-colors {
        margin-right: -25px;
    }

    .brandbook__card {
        width: 260px;
        padding: 20px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .brandbook__card:last-child {
        margin-right: 25px;
    }

    .brandbook__block-card:last-child {
        margin-right: 25px;
    }

    .brandbook__block-color:last-child {
        margin-right: 25px;
    }

    .brandbook__card-title {
        font-size: 20px;
        line-height: 26px;
        word-break: break-word;
    }

    .brandbook__dsc {
        font-size: 16px;
        line-height: 24px;
    }

    .brandbook__block-font {
        height: auto;
    }

    .main-smi__media {
        margin-top: 60px;
    }

    .main-smi .contacts-press-service {
        margin-top: 60px;
    }

    .tab__accordeon-btn {
        padding: 10px 10px;
        font-size: 18px;
        line-height: 22px;
        text-align: left;
    }

    .tab__accordeon-btn:after {
        width: 28px;
        height: 28px;
    }

    .tab__accordeon-content {
        padding: 0 15px;
        padding-bottom: 15px;
    }

    .tab__accordeon-content-info {
        margin-top: 0;

    }

    .tab__accordeon-content-dsc {
        font-size: 16px;
        line-height: 24px;
    }

    .tab__accordeon-name {
        font-size: 14px;
        line-height: 21px;
    }

    .tab__accordeon-social {
        font-size: 14px;
        line-height: 21px;

    }

    .tab__accordeon-dsc {
        font-size: 14px;
        line-height: 21px;
    }

    .single-news__box {
        padding: 24px 20px;
    }

    .single-news__title {
        margin-top: 21px;
        font-size: 30px;
        line-height: 33px;
    }

    .single-news__dsc {
        margin-top: 10px;
        font-size: 16px;
        line-height: 24px;
    }

    .single-news__head {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .single-news__tags {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: 20px;
    }

    .single-news__tag {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .single-news__date,
    .single-news__view {
        margin-top: 0px;
    }

    .single-news__thumbnails {
        margin: 0 -3px;
        margin-top: 8px;
    }

    .single-news__thumb {
        width: calc(20% - 6px);
        margin: 0 3px;
        height: 45px;
    }

    .single-news__content p {
        font-size: 16px;
        line-height: 24px;
    }

    .single-news__content p + p {
        margin-top: 16px;
    }

    .single-news__content ol {
        padding-left: 20px;
        margin-top: 20px;
    }

    .single-news__content ol li {
        font-size: 16px;
        line-height: 24px;
    }

    .single-news__content blockquote {
        padding: 20px;
        padding-left: 40px;
        margin-top: 20px;
        font-size: 20px;
        line-height: 26px;
    }

    .single-news__content h2 {
        margin-top: 20px;
        font-size: 30px;
        line-height: 33px;
    }

    .single-news__content .list-dialog {
        padding-left: 20px;
        margin-top: 20px;
    }

    .single-news__content .list-dialog li {
        font-size: 16px;
        line-height: 24px;
    }

    .single-news__content .blockquote-with-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .single-news__content .blockquote-with-icon .blockquote__img-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
        order: -2;
    }

    .single-news__content .blockquote-with-icon .blockquote__name {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 50%;
    }

    .single-news__content .blockquote-with-icon .blockquote__dsc {
        font-size: 20px;
        line-height: 30px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-top: 20px;
    }

    .single-news__content ul {
        padding-left: 20px;
        margin-top: 20px;
    }

    .single-news__content ul li {
        font-size: 16px;
        line-height: 24px;
    }

    .single-news__content .blockquote-link:before {
        width: 40px;
        height: 40px;
    }

    .single-news__video-wrapper {
        margin-top: 20px;
        height: 223px;
    }

    .single-news__footer {
        margin-top: 30px;
    }

    .single-news__footer-socials {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-left: 0;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .single-news__footer-social {
        width: 40px;
        height: 40px;
        margin: 0;
    }

    .single-news__footer-prev {
        margin-top: 30px;
    }

    .single-event__box {
        padding: 20px;
    }

    .single-event__container {
        margin-top: 12px;
    }

    .single-event__title {
        font-size: 30px;
        line-height: 33px;
    }

    .single-event__title br {
        display: none;
    }

    .single-event__container p {
        font-size: 16px;
        line-height: 24px;
    }

    .single-event__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .single-event__date {
        margin-right: 0;
        font-size: 14px;
        line-height: 21px;
    }

    .single-event__date:before {
        width: 40px;
        height: 40px;
    }


    .single-event__map:before {
        width: 40px;
        height: 40px;
    }

    .single-event__btn {
        margin-top: 20px;
    }

    .single-event__banner {
        margin-top: 20px;
    }

    .single-event__banner-img {
        height: 140px;
    }

    .single-event__container--center {
        margin-top: 20px;
    }

    .single-event__container h2 {
        font-size: 30px;
        line-height: 33px;
    }

    .single-event__container h2 + p {
        margin-top: 10px;
    }

    .single-event__container p + h2 {
        margin-top: 30px;
    }

    .single-event__container .blockquote {
        margin-top: 20px;
        padding: 20px 30px;
    }

    .single-event__container .blockquote__row {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .single-event__container .blockquote + h2 {
        margin-top: 20px;
    }

    .single-event .gallery-wrapper {
        margin-top: 10px;
        width: 100%;
        overflow-x: scroll;
        margin-right: -20px;
    }

    .single-event .gallery-wrapper::-webkit-scrollbar {
        display: none;
    }

    .single-event .gallery {
        margin-top: 0;
    }

    .single-event__footer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .single-event__footer-socials {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 30px;
        margin-left: 0;
    }

    .single-event__footer-social {
        width: 40px;
        height: 40px;
    }

    .main-single-event .event {
        margin-top: 50px;
    }

    .main-single-event .event .section-head__row:last-child {
        display: none;
    }

    .main-single-event .event .subscription {
        margin-top: 30px;
    }

    .main-front .event {
        margin-top: 60px;
    }

    .event__card-slide.swiper-slide {
        width: 260px;
    }

    .event__card-slide-name {
        font-size: 22px;
        line-height: 24px;
    }

    .section-head__search {
        max-width: 100%;
    }

    .events__card-img {
        height: 208px;
    }

    .events__card-footer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .events__card-date {
        width: 100%;
        margin-right: 0;
    }

    .events__card-address {
        width: 100%;
        margin-top: 10px;
    }

    .event__slider {
        margin-top: 20px;
    }

    .event__socials {
        display: none;
    }

    .main-experts .box {
        margin-left: -20px;
        width: calc(100% + 40px);
    }

    .experts__dsc {
        margin-top: 10px;
        font-size: 16px;
        line-height: 24px;
    }

    .experts-groups__card {
        padding: 20px;
    }

    .experts-groups__card-img {
        max-width: 205px;
        width: 100%;
        margin: 0;
    }

    .experts-groups__card-title {
        font-size: 20px;
        line-height: 24px;
    }

    .experts-groups__card-title br {
        display: none;
    }

    .experts-groups__card-box {
        width: 100%;
    }

    .main-education .box,
    .main-training .box {
        padding: 20px;
        margin-left: -20px;
        width: calc(100% + 40px);
    }

    .main-education .slider-nav,
    .main-training .slider-nav {
        /*display: none;*/
        justify-content: flex-start;
    }

    .education__col:first-child {
        margin-top: 20px;
    }

    .education__title {
        font-size: 30px;
        line-height: 33px;
    }

    .education__dsc {
        margin-top: 10px;
        font-size: 16px;
        line-height: 24px;
    }

    .education__slider-title {
        font-size: 30px;
        line-height: 33px;
    }

    .education__slider-title br {
        display: none;
    }

    .education__slide:last-child {
        margin-right: 20px;
    }

    .education__slider {
        margin-right: -20px;
    }

    .education__slide,
    .training__card-slide {
        width: 230px;
    }

    .education__slide-title,
    .training__card-title {
        font-size: 22px;
        line-height: 26px;
        word-break: break-all;
    }

    .education__slide-title br,
    .training__card-title br {
        display: none;
    }

    .training__card-dsc,
    .education__slide-dsc {
        font-size: 14px;
        line-height: 21px;
    }

    .training__cards {
        margin-right: -20px;
    }

    .training__card-slide:last-child {
        margin-right: 20px;
    }

    .training__progress {
        margin-top: 50px;
    }

    .training__progress-cards {
        margin: 0;
        margin-top: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .training__progress-card {
        width: 100%;
        margin: 0;
        margin-top: 30px;
    }

    .training__progress-card:first-child {
        margin-top: 0;
    }

    .main-education .section-head .title {
        width: 100%;
    }

    .main-educational-programs .educational-programs__select + .select2 {
        max-width: 100%;
        width: 100%;
    }

    .education-media-card {
        width: 100%;
        margin: 0;
        margin-top: 25px;
    }

    .education-media-card:first-child {
        margin-top: 0;
    }

    .education-media-card__title {
        font-size: 24px;
        line-height: 26px;
    }

    .social-front__title {
        margin-top: 30px;
        font-size: 30px;
        line-height: 40px;
    }

    .social-front__dsc {
        margin-top: 16px;
        font-size: 16px;
        line-height: 24px;
    }

    .social-front__link {
        margin-top: 30px;
    }

    .main-social .box {
        padding: 20px;
        margin-left: -20px;
        width: calc(100% + 40px);
    }

    .social-number__rounds {
        width: 100%;
        margin-right: -20px;
    }

    .social-number__round:last-child {
        margin-right: 20px;
    }

    .social-number__title {
        font-size: 30px;
        line-height: 33px;
    }

    .social-number__dsc {
        font-size: 16px;
        line-height: 24px;
    }

    .social-number__attention {
        margin-top: 30px;
    }

    .social-number__goals-title {
        font-size: 30px;
        line-height: 33px;
    }

    .social-number__goals-block {
        padding: 20px;
    }

    .social-number__goals-block-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .social-number__goals-block-title {
        font-size: 24px;
        line-height: 26px;
        width: 100%;
        margin-top: 20px;
    }

    .social-number__goals-block-icon {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .social-number__goals-block-dsc {
        font-size: 16px;
        line-height: 24px;
    }

    .social-number__goals-block-dsc br {
        display: none;
    }

    .goals__info-title,
    .volunteer__info-title,
    .forums__info-title,
    .premium__info-title,
    .federal-program__title,
    .social-centers__title,
    .volunteer__how-title,
    .goals-project__title {
        font-size: 30px;
        line-height: 33px;
    }

    .volunteer__info-dsc,
    .goals__info-dsc {
        font-size: 16px;
        line-height: 24px;
    }

    .volunteer__how-cards {
        margin-right: -20px;
        padding-top: 50px;
    }

    .volunteer__how-card {
        width: 230px;
    }

    .volunteer__how-card:last-child {
        margin-right: 20px;
    }

    .goals-project__slider {
        margin-top: 20px;
        margin-right: -20px;
    }

    .goals-project__slide-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .goals-project__slide-icon {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .goals-project__slide-title {
        margin-top: 20px;
        font-size: 24px;
        line-height: 26px;
        max-width: 100%;
    }

    .goals-project__slide-dsc {
        margin-top: 16px;
        line-height: 24px;
        margin-top: 8px;
    }

    .goals-project__slide {
        width: 335px;
        padding: 20px;
    }

    .goals-project__slide:last-child {
        margin-right: 20px;
    }

    .goals__accent-block {
        margin-top: 40px;
        padding: 24px;
        font-size: 20px;
        line-height: 22px;
    }

    .goals__box {
        margin-top: 40px;
    }

    .goals__box-info-title {
        font-size: 26px;
        line-height: 29px;
    }

    .goals__box-info-dsc {
        font-size: 16px;
        line-height: 24px;
    }

    .goals__programs {
        margin-top: 40px;
    }

    .goals__programs-title {
        font-size: 30px;
        line-height: 33px;
    }

    .goals__programs-cards {
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .goals__programs-card {
        width: 100%;
        padding: 20px;
        margin: 0;
        margin-top: 20px;
    }

    .goals__programs-card:last-child {
        margin-right: 20px;
    }

    .goals__programs-card-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .goals__programs-card-title {
        margin-top: 18px;
        width: 100%;
        font-size: 24px;
        line-height: 26px;
    }

    .goals__programs-card-icon {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .goals__programs-card-dsc {
        margin-top: 8px;
        font-size: 16px;
        line-height: 24px;
    }

    .forums {
        margin-top: 40px;
    }

    .forums__info-dsc {
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px;
    }

    .forums-categories__title {
        font-size: 30px;
        line-height: 33px;
    }

    .forums-categories__slider,
    .forums-planned__slider {
        margin-right: -20px;
        padding-top: 30px;
    }

    .forums-categories__slide {
        padding: 20px;
    }

    .forums-planned__slide:last-child,
    .forums-categories__slide:last-child,
    .goals-project__slide:last-child {
        margin-right: 20px;
    }

    .forums-categories__slide-title {
        margin-top: 20px;
        line-height: 26px;
    }

    .forums-categories__slide-icon {
        position: relative;
        top: auto;
        width: 40px;
        height: 40px;
    }

    .forums-planned {
        margin-top: 40px;
    }

    .forums-planned__slider-title {
        font-size: 30px;
        line-height: 33px;
        padding-bottom: 10px;
    }

    .forums-planned__slide {
        width: 270px;
    }

    .forums-planned__slide-title {
        font-size: 24px;
        line-height: 26px;
    }

    .forums-planned__slide-list-item {
        font-size: 14px;
        line-height: 21px;
    }

    .forums-info {
        padding: 20px;
    }

    .forums-info__block-title {
        font-size: 26px;
        line-height: 33px;
    }

    .forums-info__block-title br {
        display: none;
    }

    .forums-info__item {
        margin-top: 20px;
    }

    .forums-info__item-icon {
        width: 40px;
        height: 40px;
    }

    .forums-info__item-name {
        font-size: 14px;
        line-height: 21px;
    }

    .forums-info__block-dsc {
        margin-top: 10px;
        font-size: 16px;
        line-height: 24px;
    }

    .forums-info__directions {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
        margin-top: 20px;
    }

    .forums-info__direction {
        width: 100%;
        margin: 0;
        margin-top: 30px;
    }

    .forums-info__cards {
        margin-right: -20px;
    }

    .forums-info__card {
        width: calc(100% - 30px);
    }

    .forums-info__card:last-child {
        margin-right: 20px;
    }

    .forums-info__card-icon {
        width: 40px;
        height: 40px;
    }

    .forums-info__card-title {
        font-size: 24px;
        line-height: 26px;
    }

    .forums-info__card-dsc {
        font-size: 14px;
        line-height: 21px;
    }

    .premium__info-dsc {
        font-size: 16px;
        line-height: 24px;
    }

    .premium__info-link {
        margin-top: 10px;
    }

    .premium__block-title {
        font-size: 30px;
        line-height: 33px;
    }

    .premium__block-quotes {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-left: 30px;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-right: 20px;
    }

    .premium__block-quotes:before {
        width: 40px;
        height: 40px;
    }

    .premium__box {
        padding: 20px;
    }

    .premium__box-img {
        height: auto;
    }

    .premium__box-title {
        font-size: 26px;
        line-height: 29px;
    }

    .premium__box-dsc {
        font-size: 16px;
        line-height: 24px;
    }

    .federal-program__dsc {
        margin-top: 10px;
        font-size: 16px;
        line-height: 24px;
    }

    .federal-program__accent-text {
        font-size: 20px;
        line-height: 22px;
    }

    .federal-program__accent-text br {
        display: none;
    }

    .federal-program__list-item-icon {
        width: 40px;
        height: 40px;
    }

    .federal-program__list-item-text {
        font-size: 16px;
        line-height: 21px;
    }

    .exterts-planned__slide-desc {
        font-size: 16px;
    }

    .federal-program__box {
        padding: 20px;
    }

    .federal-program__box-title {
        font-size: 26px;
        line-height: 28px;
    }

    .federal-program__box-date {
        font-size: 14px;
        line-height: 21px;
    }

    .federal-program__box-dsc {
        margin-top: 10px;
        font-size: 14px;
        line-height: 24px;
    }

    .goals-project-slider-nav {
        display: none;
    }

    .federal-program__tasks-slider {
        margin-right: -20px;
    }

    .federal-program__tasks-slide:last-child {
        margin-right: 20px;
    }

    .federal-program__member-title {
        font-size: 30px;
        line-height: 33px;
    }

    .federal-program__member-list-item-icon {
        width: 40px;
        height: 40px;
    }

    .federal-program__member-list-item-text {
        font-size: 14px;
        line-height: 21px;
    }

    .social-centers__dsc {
        margin-top: 10px;
        font-size: 16px;
        line-height: 24px;
    }

    .social-centers__cards {
        margin-right: -20px;
    }

    .social-centers__card:last-child {
        margin-right: 20px;
    }

    .social-centers__card-icon {
        width: 40px;
        height: 40px;
    }

    .social-centers__card-title {
        font-size: 24px;
        line-height: 26px;
    }

    .social-centers__card-dsc {
        font-size: 14px;
        line-height: 21px;
    }

    .main-interdepartmental .box {
        margin-left: -20px;
        width: calc(100% + 40px);
    }

    .social-centers__card {
        width: 230px;
        word-break: break-all;
    }

    .federal-program__tasks-slide {
        width: 320px;
    }

    .project-front__title {
        margin-top: 30px;
        font-size: 34px;
        line-height: 40px;
    }

    .project-front__dsc {
        margin-top: 16px;
        font-size: 16px;
        line-height: 24px;
    }

    .project-front__link {
        margin-top: 30px;
    }

    .main-project .box {
        padding: 20px;
        margin-left: -20px;
        width: calc(100% + 40px);
    }

    .box__main-title {
        font-size: 30px;
        line-height: 33px;
    }

    .box__dsc {
        margin-top: 10px;
        font-size: 16px;
        line-height: 24px;
    }

    .project__facets .slider-nav {
        display: flex;
    }

    .box__second-title {
        font-size: 26px;
        line-height: 33px;
    }

    .box__second-title br {
        display: none;
    }

    .project__facets-slider {
        margin-right: -20px;
    }

    .project__facets-slide:last-child {
        margin-right: 20px;
    }

    .box__tag {
        margin-bottom: 10px;
    }

    .box__date {
        margin-top: 10px;
        font-size: 14px;
        line-height: 21px;
    }

    .box__date:before {
        width: 36px;
        height: 36px;
        margin-right: 14px;
    }

    .project-event__slider {
        margin-right: -20px;
    }

    .project-event__slide {
        width: 230px;
    }

    .project-event__slide:last-child {
        margin-right: 20px;
    }

    .project-event__slide-icon {
        width: 40px;
        height: 40px;
    }

    .project-event__slide-title {
        font-size: 22px;
        line-height: 26px;
    }

    .project-event__quotes-icon {
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
        order: -2;
        width: 74px;
        height: 74px;
        margin-right: 20px;
    }

    .project-event__quotes-name {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: calc(100% - 94px);
        margin-top: 0;
        font-size: 16px;
        line-height: 24px;
    }

    .project-event__quotes-text {
        margin-top: 20px;
        width: 100%;
        /*overflow: hidden;*/
        /*-o-text-overflow: ellipsis;*/
        /*text-overflow: ellipsis;*/
        /*display: -moz-box;*/
        /*display: -webkit-box;*/
        /*-webkit-line-clamp: 3;*/
        /*-webkit-box-orient: vertical;*/
        /*line-clamp: 3;*/
        /*box-orient: vertical;*/
    }

    .project-event__slider-wrapper .box__second-title {
        max-width: 100%;
    }

    .project-event__quotes-link {
        margin-top: 40px;
        padding: 12px 30px;
    }

    .project-event__quotes-link:before {
        width: 40px;
        height: 40px;
        margin-right: 20px;
    }

    .project-event__accent-block {
        padding: 24px;
        font-size: 20px;
        line-height: 22px;
    }

    .project-event__card.w-50 {
        padding: 20px;
    }

    .project-event__card-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .project-event__card-icon {
        width: 40px;
        height: 40px;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .project-event__card-with-icon .project-event__card-icon {
        top: -20px;
    }

    .project-event__card-title {
        font-size: 24px;
        line-height: 26px;
        margin-top: 20px;
        width: 100%;
    }

    .project-event__card-dsc {
        font-size: 14px;
        line-height: 21px;
    }

    .project-event__cards.horizontal-scroll {

        margin-right: -20px;
    }

    .project-event__cards.horizontal-scroll .project-event__card {
        /*width: 230px;*/
        padding: 20px;
    }

    .project-event__cards.horizontal-scroll .project-event__card:last-child {
        margin-right: 20px;
    }

    .project-event__card-with-icon .project-event__card-title {
        font-size: 20px;
        line-height: 26px;
    }

    .project-event__card-with-icon .project-event__card-dsc {
        font-size: 14px;
        line-height: 21px;
        padding-bottom: 10px;
    }

    .project-event__grant-box {
        padding: 20px;
    }

    .project-event__list-item-text {
        font-size: 14px;
        line-height: 21px;
    }

    .main-volunteer .box {
        margin-left: -20px;
        width: calc(100% + 40px);
    }
}


.main.main-education {
    padding-top: 0px;
}


.box_padding_right {
    padding-right: 40px;
}


.main-hero-img {
    height: 482px;
    width: 305px;

}

.project-front__bg-img-education {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    margin-bottom: 20px;
}

.link-social-pdf {
    position: relative;
    z-index: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #8D64D8;
    border-radius: 10px;
    padding: 0 30px;
    font: 300 14px/16px "GTEestiLCDisplay", sans-serif;
    color: #FFFFFF;
    height: 40px;
    margin-top: 25px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.social-test {
    padding-top: 80px;
}

.about__social {
    padding-top: 20px;

}

.about__social-cards {

    display: flex;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 20px;
    margin-top: 30px;

}

.about__social-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -20px;
    max-width: 50%;

    background: #F7F6FB;
    border-radius: 16px;
    padding: 28px 20px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.about__social-card-title {
    font-size: 24px;
    line-height: 26px;

    margin-top: 8px;
    font: 500 30px/33px "GTEestiLCDisplay", sans-serif;
}

.education_block {
    padding-top: 50px;
}

.dialog__col {

}

.link_application {
    position: absolute;
    z-index: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FF2838;
    border-radius: 10px;
    padding: 0 30px;
    font: 300 14px/16px "GTEestiLCDisplay", sans-serif;
    color: #FFFFFF;
    height: 40px;
    margin-top: 10px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    bottom: 0;
}

.project-event__card__videos .video-wrapper {
    width: 100%;
}

.project-event__card__videos .video-play {
    width: 70px;
    height: 70px;
}

.project-event__card__videos .video-play:before {
    width: 38px;
    height: 38px;
    background-size: 18px;
}

.project-event__card__videos .project-event__card-with-icon {
    padding-top: 30px;
}

.project-event__card__videos iframe {
    border-radius: 17px;
}

.project-event__grant-hashtag.active {

}

.breadcrumbs-white .breadcrumbs__list-item {
    color: #fff;
}

/*
.project-event__card__videos video{
  height: 38px;
}
*/


.project-front__title__education {
    margin-top: 60px;
    font: 500 60px/60px "GTEestiLCDisplay", sans-serif;
    color: #000000;
}

.project-front__dsc__education {
    max-width: 525px;
    margin-top: 10px;
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #000000;

}

.social-front__title__dobro {
    margin-top: 50px;
    font: 500 55px/55px "GTEestiLCDisplay", sans-serif;
    color: #000000;
}

.social-front__title__dobro.front-title {
    margin-top: 30px;
}

.social-front__dsc__dobro {
    max-width: 525px;
    margin-top: 20px;
    font: 300 18px/27px "GTEestiLCDisplay", sans-serif;
    color: #000000;
}

.front .front__slide {
    /*padding-top: 90px;*/
}

.section__dialog-hero .social-front__title__dobro {
    color: #fff;
    max-width: 525px;
}

.section__dialog-hero .social-front__dsc__dobro {
    color: #fff;
}

.forums-info__blokc-img {
    border-radius: 15px;
}

.front .front__slide {
    /*padding-top: 90px;*/
}

.section__dialog-hero .social-front__title__dobro {
    color: #fff;
    max-width: 585px;
}

.application {
    max-width: 40%;
    position: relative;
    padding-bottom: 40px;
}

.about__directions-card-dsc-apl {
    margin-top: 8px;
    font: 300 16px/24px "GTEestiLCDisplay", sans-serif;
    color: #656565;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
}

.dialog__video-wrapper {
    height: 330px;
}


.event .section-head {
    display: flex;
    flex-wrap: nowrap;
}

.page-news {
    padding-top: 20px;
    text-align: center;
}

.page-events {
    padding-top: 20px;
    text-align: center;
}


.bx-pagination .bx-pagination-container ul li.bx-active span {
  background: #ff2838;
}

.bx-pagination {
  margin: 40px 0 0;
}

.bx-pagination .bx-pagination-container ul li a {
  color: #f4f4f4;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span, .bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span, .bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
  border-color: #ff2838;
}

.bx-pagination .bx-pagination-container ul li a:hover span {
  background: #ff2838;
  color: white;
}


@media screen and (max-width: 576px) {
    .forums-categories__slide {
        width: calc(100% - 20px);
    }

    .event .section-head {
        flex-wrap: wrap;
    }

    .main-education .section-head .slider-nav {
        width: auto;
    }

    .news-slider-nav {
        margin-top: 20px !important;
    }

    .project-event__grant-title {
        font-size: 22px;
    }

    .partners-slider-nav {
        justify-content: flex-end !important;
    }
}

@media screen and (max-width: 376px) {
    .single-news__head {
        gap: 5px;
    }

    .about__social-card-title {
        font-size: 24px;
    }

    .subscription__title {
        font-size: 24px;
    }

    .select2-selection__rendered {
        max-width: 150px;
    }

    .education__slider-title {
        font-size: 26px;
    }

    .title {
        font-size: 26px;
    }

    .front__bullet-link {
        width: 140px;
    }

    .w-fix {
        width: 100% !important;
    }
}

@media screen and (max-width: 321px) {
    .partners-slider-nav {
        margin-top: 40px !important;
        justify-content: flex-start !important;
    }
}
