

/* Start:/assets/libs/slick/slick.css?16594336341776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/assets/css/main.css?1781857930312550*/
@font-face {
    font-display: swap;
    font-family: Gilroy;
    src: url("/assets/css/../fonts/Gilroy/Gilroy-Thin.ttf");
    font-style: normal;
    font-weight: 100;
}
@font-face {
    font-display: swap;
    font-family: Gilroy;
    src: url("/assets/css/../fonts/Gilroy/Gilroy-Light.ttf");
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-display: swap;
    font-family: Gilroy;
    src: url("/assets/css/../fonts/Gilroy/Gilroy-Regular.ttf");
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-display: swap;
    font-family: Gilroy;
    src: url("/assets/css/../fonts/Gilroy/Gilroy-Medium.ttf");
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-display: swap;
    font-family: Gilroy;
    src: url("/assets/css/../fonts/Gilroy/Gilroy-SemiBold.ttf");
    font-style: normal;
    font-weight: 600;
}
@font-face {
    font-display: swap;
    font-family: Gilroy;
    src: url("/assets/css/../fonts/Gilroy/Gilroy-Bold.ttf");
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-display: swap;
    font-family: Gilroy;
    src: url("/assets/css/../fonts/Gilroy/Gilroy-ExtraBold.ttf");
    font-style: normal;
    font-weight: 800;
}
@font-face {
    font-display: swap;
    font-family: Gilroy;
    src: url("/assets/css/../fonts/Gilroy/Gilroy-Black.ttf");
    font-style: normal;
    font-weight: 900;
}
.no-scroll {
    overflow: hidden;
}
* {
    font-family: Gilroy, sans-serif;
}
body,
p,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}
p {
    font-size: 24px;
    font-weight: 300;
    color: #787878;
    line-height: 1.25em;
}
p a {
    font-weight: normal;
    border-bottom: 1px solid;
}
p a:hover {
    color: #2d2d2d;
}
.slick-slide,
button,
input,
textarea {
    outline: none;
    border: none;
}
body {
    color: #2d2d2d;
    font-size: 18px;
    letter-spacing: 0.03em;
    overflow-x: hidden;
}
body > svg {
    display: none;
}
a {
    color: inherit;
    text-decoration: none;
}
ul li {
    list-style-type: none;
}
img {
    max-width: 100%;
}
.stop-scrolling {
    height: 100%;
    overflow: hidden;
}
.proportion-el {
    position: relative;
}
.proportion-el:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
}
.proportion-el_body {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.custom-scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    background-color: #f5f5f5;
}
.custom-scrollbar::-webkit-scrollbar {
    width: 4px;
    background-color: #2d2d2d;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #2d2d2d;
}
.flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.simple-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}
.page-body .page-block-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 500;
}
.page-body .page-block-title:before {
    content: "";
    display: block;
    width: 35px;
    height: 1px;
    margin-right: 15px;
    background: #fcdd16;
}
.page-body h1,
.page-body h2,
.page-body h3 {
    margin-bottom: 25px;
}
.page-body h2 {
    font-weight: 600;
    font-size: 72px;
}
.page-body h3 {
    font-weight: 500;
    font-size: 62px;
}
.page-body h4 {
    margin-bottom: 15px;
    font-weight: normal;
    font-size: 52px;
}
.children-pages-links .proportion-el:before {
    padding-top: 150%;
}
.children-pages-links_item {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #000;
    text-align: center;
    overflow: hidden;
}
.children-pages-links_item_video {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
}
.children-pages-links_item_body:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0, rgba(27, 27, 27, 0.15), rgba(27, 27, 27, 0.15));
}
.children-pages-links_item h4 {
    position: relative;
    color: #fff;
    font-weight: 500;
    font-size: 32px;
    text-transform: uppercase;
    line-height: 1.3em;
}
.children-pages-links_item h4 span {
    border-bottom: 1px solid;
}
.children-pages-links_item:hover h4 span {
    border-color: #fcdd16;
}
.children-pages-links_item.style-dark .children-pages-links_item_body:before {
    background: rgba(27, 27, 27, 0.5);
}
.icon-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 45px;
}
.icon-row_icon {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    fill: #fcdd16;
}
.icon-row_txt {
    font-size: 24px;
    font-weight: 300;
}
.figure-item {
    width: calc(50% - 35px);
    margin-bottom: 75px;
}
.figure-item:nth-child(odd) {
    margin-right: 65px;
}
.figure-item_num {
    margin-bottom: 15px;
    margin-left: -0.1em;
    font-size: 250px;
    font-family: "Rajdhani", sans-serif;
    color: #fcdd16;
    line-height: 200px;
}
.figure-item_num span {
    font-size: 125px;
}
.figure-item_desc {
    font-size: 20px;
    font-weight: 300;
}
.figure-item_desc strong {
    font-weight: normal;
}
.ul_yellow_dots {
    margin: 25px 0 20px;
    font-size: 20px;
}
.ul_yellow_dots li {
    position: relative;
    padding-left: 23px;
}
.ul_yellow_dots li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    color: #fcdd16;
}
.ul_yellow_dots li:not(:last-child) {
    margin-bottom: 20px;
}
.anchor-links_link-item {
    display: block;
    position: relative;
    padding-left: 60px;
    font-size: 18px;
}
.anchor-links_link-item:not(:last-child) {
    margin-bottom: 15px;
}
.anchor-links_link-item__txt {
    border-bottom: 2px dashed transparent;
}
.anchor-links_link-item:before {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 9px;
    left: 0;
}
.anchor-links_link-item.active:before {
    width: 48px;
    background-color: #fcdd16;
}
.anchor-links_link-item:not(.active) {
    color: #a1a1a1;
}
.anchor-links_link-item:not(.active):before {
    width: 33px;
    background-color: #e9e9e9;
}
.anchor-links_link-item:not(.active):hover {
    color: #2d2d2d;
}
.anchor-links_link-item:not(.active):hover .anchor-links_link-item__txt {
    border-color: #fcdd16;
}
.anchor-links_link-item:not(.active):hover:before {
    background-color: #fcdd16;
}
.akkordeon-block_name {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
    cursor: pointer;
}
.akkordeon-block_arrow {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25px;
    height: 25px;
    margin-left: 10px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition: all 0.2s;
}
.akkordeon-block_body {
    overflow: hidden;
    height: 0;
    transition: all 0.2s;
}
.akkordeon-block.active .akkordeon-block_arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.akkordeon-block.active .akkordeon-block_body {
    height: auto;
}
.akkordeon-block.active:hover .akkordeon-block_arrow {
    -webkit-animation: linear 1s opened-akkordeon-arrow infinite;
    animation: linear 1s opened-akkordeon-arrow infinite;
}
.akkordeon-block:not(.active):hover .akkordeon-block_arrow {
    -webkit-animation: linear 1s akkordeon-arrow infinite;
    animation: linear 1s akkordeon-arrow infinite;
}
.search-input {
    position: relative;
    width: 400px;
    max-width: 100%;
}
.search-input:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 15px;
    height: 15px;
    background: center url("/assets/css/../images/loop.png") no-repeat;
}
.search-input input {
    width: 100%;
    padding-left: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e9e9e9;
    font-size: 16px;
    box-sizing: border-box;
}
.search-input input::-webkit-input-placeholder {
    color: #a1a1a1;
    font-style: italic;
    letter-spacing: 0.05em;
}
.search-input input::-moz-placeholder {
    color: #a1a1a1;
    font-style: italic;
    letter-spacing: 0.05em;
}
.search-input input:-ms-input-placeholder {
    color: #a1a1a1;
    font-style: italic;
    letter-spacing: 0.05em;
}
.search-input input::placeholder {
    color: #a1a1a1;
    font-style: italic;
    letter-spacing: 0.05em;
}
.popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
}
.popup:not(.active) {
    display: none;
}
.popup:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #484646;
    opacity: 0.75;
}
.popup-container {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 90%;
    max-height: 823px;
    padding: 100px 0;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
}
.popup_close {
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
}
.popup_close_txt {
    margin-right: 10px;
    border-bottom: 1px solid;
    font-weight: 300;
    color: #787878;
}
.popup_close_icon {
    width: 20px;
    height: 20px;
    fill: #787878;
}
.popup_body {
    height: calc(100% + 100px);
    overflow-y: auto;
    padding: 0 100px;
}
.popup_body h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}
.popup_body h4:not(:first-child) {
    margin-top: 40px;
}
.popup_body ul {
    color: #787878;
    font-size: 18px;
    font-weight: 300;
}
.popup_body ul li:not(:last-child) {
    margin-bottom: 10px;
}
.popup_body p {
    font-size: 18px;
}
.page-header h1 {
    font-size: 62px;
    font-weight: 500;
}
.page-header-with-video {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-header-with-video .txt-col {
    padding-left: 20px;
}
@media (min-width: 1420px) {
    .page-header-with-video .txt-col {
        width: 700px;
        margin-left: calc(((100% - 1400px) / 2));
    }
}
@media (max-width: 1420px) {
    .page-header-with-video .txt-col {
        width: 50%;
    }
}
.page-header-with-video h1 {
    font-weight: 500;
    font-size: 62px;
}
.page-header-with-video .proportion-el:before {
    padding-top: 74.2%;
}
.page-header-with-video .video-block {
    width: calc(50% - 100px);
    overflow: hidden;
}
.page-header-with-video .video-block video {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 135%;
}
[data-el="video-with-play-btn"] {
    cursor: pointer;
}
[data-el="video-with-play-btn"]:hover ~ .video-play-btn {
    background-color: #fcdd16;
}
[data-el="video-with-play-btn"]:hover ~ .video-play-btn svg {
    fill: #fff;
}
.video-play-btn {
    width: 90px;
    height: 90px;
    position: absolute;
    top: calc(50% - 45px);
    left: calc(50% - 45px);
    border-radius: 50%;
    background-color: #fff;
    box-shadow:
        0 0 0 28px rgba(255, 255, 255, 0.35),
        0 0 0 56px rgba(255, 255, 255, 0.15);
    -webkit-animation: video-play-btn 2s linear infinite;
    animation: video-play-btn 2s linear infinite;
    pointer-events: none;
}
.video-play-btn svg {
    width: 35px;
    height: 35px;
    margin-right: -4px;
    fill: #fcdd16;
}
.video-play-btn.paused {
    opacity: 0;
}
@media (min-width: 768px) {
    @-webkit-keyframes video-play-btn {
        0% {
            box-shadow:
                0 0 0 28px rgba(255, 255, 255, 0.35),
                0 0 0 56px rgba(255, 255, 255, 0.15);
        }
        25% {
            box-shadow:
                0 0 0 28px rgba(255, 255, 255, 0.35),
                0 0 0 28px rgba(255, 255, 255, 0.15);
        }
        50% {
            box-shadow: none;
        }
        75% {
            box-shadow:
                0 0 0 28px rgba(255, 255, 255, 0.35),
                0 0 0 28px rgba(255, 255, 255, 0.15);
        }
        100% {
            box-shadow:
                0 0 0 28px rgba(255, 255, 255, 0.35),
                0 0 0 56px rgba(255, 255, 255, 0.15);
        }
    }
    @keyframes video-play-btn {
        0% {
            box-shadow:
                0 0 0 28px rgba(255, 255, 255, 0.35),
                0 0 0 56px rgba(255, 255, 255, 0.15);
        }
        25% {
            box-shadow:
                0 0 0 28px rgba(255, 255, 255, 0.35),
                0 0 0 28px rgba(255, 255, 255, 0.15);
        }
        50% {
            box-shadow: none;
        }
        75% {
            box-shadow:
                0 0 0 28px rgba(255, 255, 255, 0.35),
                0 0 0 28px rgba(255, 255, 255, 0.15);
        }
        100% {
            box-shadow:
                0 0 0 28px rgba(255, 255, 255, 0.35),
                0 0 0 56px rgba(255, 255, 255, 0.15);
        }
    }
}
.prod-slider-with-txt {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 150px 0;
}
.prod-slider-with-txt .prod-slider_wrapper {
    position: relative;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 550px;
    background: #fbfbfb;
    box-sizing: border-box;
}
@media (min-width: 1420px) {
    .prod-slider-with-txt .prod-slider_wrapper {
        width: calc(100% - 600px - (100% - 1400px) / 2);
        padding-left: calc(((100% - 1400px) / 2));
    }
}
@media (max-width: 1420px) {
    .prod-slider-with-txt .prod-slider_wrapper {
        width: 55%;
    }
}
.prod-slider-with-txt .prod-slider_wrapper:before,
.prod-slider-with-txt .prod-slider_wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1045px;
    pointer-events: none;
}
.prod-slider-with-txt .prod-slider_wrapper:before {
    left: -785px;
    background: linear-gradient(
        270deg,
        #fff 82.03%,
        rgba(255, 255, 255, 0.828) 87.59%,
        rgba(255, 255, 255, 0.581) 94.99%,
        rgba(255, 255, 255, 0) 100%
    );
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    z-index: 1;
}
.prod-slider-with-txt .prod-slider_wrapper:after {
    right: -785px;
    background: linear-gradient(
        270deg,
        #fff 82.03%,
        rgba(255, 255, 255, 0.828) 87.59%,
        rgba(255, 255, 255, 0.581) 94.99%,
        rgba(255, 255, 255, 0) 100%
    );
}
.prod-slider-with-txt .prod-slider_wrapper .prod-random-slider {
    height: 100%;
}
@media (min-width: 1420px) {
    .prod-slider-with-txt .prod-slider_wrapper .prod-random-slider {
        width: calc(100% - 170px);
    }
}
@media (max-width: 1420px) {
    .prod-slider-with-txt .prod-slider_wrapper .prod-random-slider {
        width: 100%;
    }
}
.prod-slider-with-txt .prod-slider_wrapper .slick-list,
.prod-slider-with-txt .prod-slider_wrapper .slick-track,
.prod-slider-with-txt .prod-slider_wrapper .product-item {
    height: 100%;
}
.prod-slider-with-txt .prod-slider_wrapper .slick-list {
    overflow: visible;
}
.prod-slider-with-txt .prod-slider_wrapper .product-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.prod-slider-with-txt .prod-slider_wrapper .product-item img {
    max-width: 80%;
}
.prod-slider-with-txt .prod-slider_txt {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    background-color: #fff;
}
@media (min-width: 1420px) {
    .prod-slider-with-txt .prod-slider_txt {
        width: 600px;
        padding-right: calc(((100% - 1400px) / 2));
    }
}
@media (max-width: 1420px) {
    .prod-slider-with-txt .prod-slider_txt {
        width: 45%;
        padding-right: 10px;
    }
}
.prod-slider-with-txt .prod-slider_txt p:not(:last-child) {
    margin-bottom: 50px;
}
.prod-slider-with-txt .prod-slider_txt p a:hover {
    color: #2d2d2d;
}
.page-form_title {
    margin-bottom: 50px;
    font-size: 52px;
    font-weight: normal;
}
.page-form_step-title {
    margin-bottom: 50px;
    font-size: 32px;
    font-weight: 500;
}
.page-form_step-title span {
    margin-right: 25px;
    color: #a1a1a1;
    font-weight: 300;
}
.page-form .form-step {
    padding-bottom: 20px;
}
.page-form .form-step_bottom-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-form .form-step .control-btns {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.page-form .form-step .control-btns .btn:not(:last-child) {
    margin-right: 15px;
}
.page-form .dates-range .js-calendar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-form .form_note {
    font-size: 20px;
    font-weight: 300;
    color: #787878;
}
.captcha-field {
    margin-bottom: 20px;
}
.grad-form .form_error {
    font-size: 16px;
}
.grad-form .wrapper-floats {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.grad-form .form_title {
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 500;
}
.grad-form .form_input-sect {
    width: calc(100% / 3 - 30px * 2 / 3);
    margin-bottom: 30px;
}
.grad-form .form_input-sect:not(:nth-child(3n)):not(:last-child) {
    margin-right: 30px;
}
.grad-form .form_input-sect--2col {
    width: calc((100% / 3 - 30px * 2 / 3) * 2 + 30px);
}
.grad-form .form_input-sect--3col {
    width: 100%;
}
.grad-form .form_input-sect--auto {
    width: auto;
}
.grad-form .wrapper-radios {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.grad-form .wrapper-radios--treatment-type .form_label--radio {
    width: 50%;
}
.grad-form .form_label > span:first-child {
    display: inline-block;
    margin-bottom: 15px;
}
.grad-form .form_label textarea,
.grad-form .form_label input {
    font-size: 18px;
}
.grad-form .form_label textarea,
.grad-form .form_label input:not([type="radio"]):not([type="checkbox"]),
.grad-form .form_label select {
    width: 100%;
    height: 65px;
    padding: 0 15px;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    color: #a1a1a1;
}
.grad-form .form_label textarea::-webkit-input-placeholder,
.grad-form .form_label input:not([type="radio"]):not([type="checkbox"])::-webkit-input-placeholder,
.grad-form .form_label select::-webkit-input-placeholder {
    color: #a1a1a1;
    font-style: italic;
    letter-spacing: 0.05em;
}
.grad-form .form_label textarea::-moz-placeholder,
.grad-form .form_label input:not([type="radio"]):not([type="checkbox"])::-moz-placeholder,
.grad-form .form_label select::-moz-placeholder {
    color: #a1a1a1;
    font-style: italic;
    letter-spacing: 0.05em;
}
.grad-form .form_label textarea:-ms-input-placeholder,
.grad-form .form_label input:not([type="radio"]):not([type="checkbox"]):-ms-input-placeholder,
.grad-form .form_label select:-ms-input-placeholder {
    color: #a1a1a1;
    font-style: italic;
    letter-spacing: 0.05em;
}
.grad-form .form_label textarea::placeholder,
.grad-form .form_label input:not([type="radio"]):not([type="checkbox"])::placeholder,
.grad-form .form_label select::placeholder {
    color: #a1a1a1;
    font-style: italic;
    letter-spacing: 0.05em;
}
.grad-form .form_label select {
    outline: none;
}
.grad-form .form_label textarea {
    padding-top: 20px;
}
.grad-form .form_label--radio {
    position: relative;
}
.grad-form .form_label--radio:not(:last-child):after {
    content: "";
    position: absolute;
    width: 1px;
    top: 5px;
    bottom: 5px;
    right: 0;
    background: #a1a1a1;
}
.grad-form .form_label--radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.grad-form .form_label--radio input[type="radio"]:checked + .btn-radio {
    background-color: #fcdd16;
}
.grad-form .form_label--radio input[type="radio"]:not(:checked) + .btn-radio {
    background-color: #f1f1f1;
}
.grad-form .form_label--radio .btn-radio {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 65px;
    height: 65px;
    margin-bottom: 0;
    color: #a1a1a1;
    padding: 0 5px;
    box-sizing: border-box;
}
.grad-form .form_label--agreement {
    font-size: 20px;
    font-weight: 300;
}
.grad-form .form_label--agreement a {
    border-bottom: 1px solid;
}
.grad-form sup {
    color: #f00;
    line-height: normal;
    font-size: 20px;
    font-weight: bold;
}
.grad-form .form_attach {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.grad-form .form_label--file {
    margin-right: 10px;
}
.grad-form .form_label--file input[type="file"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.grad-form .btn-gray--submit,
.grad-form .btn-gray--file {
    display: block;
    background: #919191;
    padding: 16px 15px;
}
.grad-form .btn-gray--file {
    font-style: italic;
    font-size: 14px;
    cursor: pointer;
}
.grad-form .btn-gray:hover {
    background: #fcdf3b;
}
.grad-form .btn-gray--submit:hover,
.grad-form .btn-gray--file:hover {
    color: #000;
}
.grad-form input[type="submit"] {
    font-size: 18px;
    letter-spacing: 0.03em;
}
.grad-form form .is-error input,
.grad-form form .is-error select,
.grad-form form .is-error .btn-gray--file,
.grad-form form .is-error textarea {
    outline-offset: -3px;
    outline: 1px dotted #f00;
    outline: 2px auto #f00;
}
@media (max-width: 1400px) {
    .page-body h2 {
        font-size: 62px;
    }
    .page-body h3 {
        font-size: 52px;
    }
    .page-body h4 {
        font-size: 42px;
    }
    .children-pages-links_item h4 {
        font-size: 24px;
    }
    .figure-item_num {
        font-size: 230px;
        line-height: 180px;
    }
    .figure-item_num span {
        font-size: 115px;
    }
    .popup_body {
        height: calc(100% + 50px);
        padding: 0 50px;
    }
    .page-header h1 {
        font-size: 52px;
    }
    .page-header-with-video h1 {
        font-size: 52px;
    }
    .prod-slider-with-txt {
        padding: 100px 0;
    }
    .prod-slider-with-txt .prod-slider_wrapper:before {
        left: -945px;
    }
    .prod-slider-with-txt .prod-slider_wrapper:after {
        right: -945px;
    }
}
@media (max-width: 1200px) {
    p {
        font-size: 22px;
    }
    .page-body .page-block-title {
        margin-bottom: 20px;
    }
    .page-body h2 {
        font-size: 52px;
    }
    .page-body h3 {
        font-size: 42px;
    }
    .page-body h4 {
        font-size: 32px;
    }
    .children-pages-links_item h4 {
        font-size: 15px;
    }
    .icon-row_txt {
        font-size: 22px;
    }
    .figure-item {
        margin-bottom: 50px;
    }
    .figure-item_num {
        font-size: 150px;
        line-height: 130px;
    }
    .figure-item_num span {
        font-size: 75px;
    }
    .popup-container {
        padding: 70px 0;
    }
    .popup_body {
        height: calc(100% + 70px);
    }
    .prod-slider-with-txt {
        padding: 70px 0;
    }
    .prod-slider-with-txt .prod-slider_txt {
        padding-left: 10px;
    }
    .prod-slider-with-txt .prod-slider_txt p:not(:last-child) {
        margin-bottom: 30px;
    }
    .page-form_title {
        margin-bottom: 25px;
        font-size: 42px;
    }
    .page-form_step-title {
        margin-bottom: 25px;
        font-size: 27px;
    }
    .grad-form .form_input-sect {
        margin-bottom: 20px;
    }
    .grad-form .form_label > span:first-child {
        margin-bottom: 5px;
    }
    .grad-form .form_label textarea,
    .grad-form .form_label input:not([type="radio"]):not([type="checkbox"]) {
        height: 45px;
        padding: 0 10px;
    }
    .grad-form .form_label--radio .btn-radio {
        min-width: 45px;
        height: 45px;
    }
}
@media (max-width: 1024px) {
    p {
        font-size: 20px;
    }
    .page-body h3 {
        font-size: 32px;
    }
    .icon-row_txt {
        font-size: 20px;
    }
    .figure-item {
        width: calc(50% - 15px);
    }
    .figure-item:nth-child(odd) {
        margin-right: 30px;
    }
    .figure-item_num {
        font-size: 110px;
        line-height: 90px;
    }
    .figure-item_num span {
        font-size: 55px;
    }
    .page-header h1 {
        font-size: 40px;
    }
    .page-header-with-video h1 {
        font-size: 40px;
    }
    .page-header-with-video .video-block {
        width: calc(50% - 20px);
    }
    .prod-slider-with-txt {
        display: block;
    }
    .prod-slider-with-txt .prod-slider_wrapper {
        width: 100%;
        height: 400px;
    }
    .prod-slider-with-txt .prod-slider_txt {
        width: 100%;
        padding: 0 10px;
        margin-top: 15px;
        box-sizing: border-box;
    }
    .page-form_title {
        font-size: 32px;
    }
    .page-form_step-title {
        font-size: 23px;
    }
    .page-form_step-title span {
        margin-right: 15px;
    }
    .grad-form .form_input-sect {
        width: auto;
        min-width: 210px;
        margin-right: 20px;
    }
    .grad-form .form_input-sect:not(:nth-child(3n)):not(:last-child) {
        margin-right: 20px;
    }
}
@media (max-width: 768px) {
    .page-body:not(#front-page) {
        padding-top: 30px;
    }
    .page-body h1 {
        font-size: 26px;
    }
    .page-body h2 {
        font-size: 24px;
    }
    .page-body h3 {
        font-size: 21px;
    }
    .page-body h4 {
        font-size: 19px;
    }
    .children-pages-links {
        display: block;
    }
    .children-pages-links .proportion-el:before {
        content: none;
    }
    .children-pages-links .proportion-el_body {
        position: relative;
        padding: 20px 10px;
    }
    .children-pages-links_item {
        display: block;
    }
    .children-pages-links_item h4 {
        margin-bottom: 0;
    }
    .children-pages-links_item video {
        height: auto;
        width: 100%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
    .icon-row:not(:last-child) {
        margin-bottom: 25px;
    }
    .icon-row_icon {
        width: 40px;
        height: 40px;
        margin-right: 15px;
    }
    .icon-row_txt {
        font-size: 18px;
    }
    .figure-item {
        width: 100%;
        margin-bottom: 35px;
    }
    .figure-item:nth-child(odd) {
        margin-right: 0;
    }
    .figure-item_num {
        margin-bottom: 5px;
        font-size: 80px;
        line-height: 70px;
    }
    .figure-item_num span {
        font-size: 40px;
    }
    .anchor-links_link-item {
        padding-left: 30px;
        font-size: 16px;
    }
    .anchor-links_link-item.active:before {
        width: 27px;
    }
    .anchor-links_link-item:not(.active):before {
        width: 20px;
    }
    .akkordeon-block_arrow {
        width: 20px;
        height: 20px;
    }
    .popup_body {
        padding: 0 10px;
    }
    .page-header h1 {
        font-size: 26px;
    }
    .page-header-with-video .txt-col {
        width: 100%;
        padding-right: 20px;
    }
    .page-header-with-video h1 {
        font-size: 26px;
    }
    .page-header-with-video .video-block {
        display: none;
    }
    .video-play-btn {
        width: 50px;
        height: 50px;
        top: calc(50% - 25px);
        left: calc(50% - 25px);
    }
    .video-play-btn svg {
        width: 25px;
        height: 25px;
    }
    .prod-slider-with-txt {
        padding: 50px 0;
    }
    .prod-slider-with-txt .prod-slider_wrapper {
        height: 280px;
    }
    .prod-slider-with-txt .prod-slider_wrapper .product-item img {
        max-width: 60%;
    }
    .prod-slider-with-txt .prod-slider_txt p:not(:last-child) {
        margin-bottom: 15px;
    }
    .grad-form .form_input-sect {
        width: 100%;
    }
    .grad-form .form_input-sect:not(:nth-child(3n)):not(:last-child) {
        margin-right: 0;
    }
    @-webkit-keyframes video-play-btn {
        0% {
            box-shadow:
                0 0 0 14px rgba(255, 255, 255, 0.35),
                0 0 0 28px rgba(255, 255, 255, 0.15);
        }
        25% {
            box-shadow:
                0 0 0 14px rgba(255, 255, 255, 0.35),
                0 0 0 14px rgba(255, 255, 255, 0.15);
        }
        50% {
            box-shadow: none;
        }
        75% {
            box-shadow:
                0 0 0 14px rgba(255, 255, 255, 0.35),
                0 0 0 14px rgba(255, 255, 255, 0.15);
        }
        100% {
            box-shadow:
                0 0 0 14px rgba(255, 255, 255, 0.35),
                0 0 0 28px rgba(255, 255, 255, 0.15);
        }
    }
    @keyframes video-play-btn {
        0% {
            box-shadow:
                0 0 0 14px rgba(255, 255, 255, 0.35),
                0 0 0 28px rgba(255, 255, 255, 0.15);
        }
        25% {
            box-shadow:
                0 0 0 14px rgba(255, 255, 255, 0.35),
                0 0 0 14px rgba(255, 255, 255, 0.15);
        }
        50% {
            box-shadow: none;
        }
        75% {
            box-shadow:
                0 0 0 14px rgba(255, 255, 255, 0.35),
                0 0 0 14px rgba(255, 255, 255, 0.15);
        }
        100% {
            box-shadow:
                0 0 0 14px rgba(255, 255, 255, 0.35),
                0 0 0 28px rgba(255, 255, 255, 0.15);
        }
    }
}
.btn {
    display: table;
    padding: 19px 30px;
    text-transform: uppercase;
    font-weight: bold;
}
.btn--yellow {
    background-color: #fcdd16;
    border: 2px solid #fcdd16;
}
.btn--yellow:not(:disabled):not(.disabled):hover {
    background-color: #2d2d2d;
    color: #fcdd16;
}
.btn--dashed-yellow {
    border: 2px dashed #fcdd16;
}
.btn--dashed-yellow:hover {
    border-style: solid;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn--grey {
    background-color: #a1a1a1;
    color: #fff;
}
.btn.disabled {
    opacity: 0.5;
}
.link--yellow-border {
    position: relative;
    text-transform: uppercase;
    padding: 10px 15px;
}
.link--yellow-border:after {
    content: "";
    display: block;
    width: calc(100% - 15px * 2);
    height: 2px;
    background-color: #fcdd16;
    position: absolute;
    bottom: 3px;
    left: 15px;
}
.link-with-line {
    position: relative;
}
.link-with-line:after {
    content: "";
    display: block;
    background-color: #fcdd16;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.2s;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}
.link-with-line:not(.link-with-line--lined):not(.is-active):after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}
.link-with-line:not(.link-with-line--lined):hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.link-with-line--lined:not(.is-active):after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.link-with-line--lined:hover:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}
@media (max-width: 768px) {
    .btn {
        padding: 15px;
        font-size: 16px;
    }
}
.page-header_top-row {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    font-size: 20px;
}
.page-header_top-row_content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.page-header_logo a {
    display: inline-block;
}
.page-header_logo img {
    width: 140px;
}
.page-header_top-menu-wrapper {
    font-weight: 500;
}
.page-header_top-menu-wrapper .top-menu {
    display: table;
}
.page-header_top-menu-wrapper .top-menu_item {
    display: table-cell;
}
.page-header_top-menu-wrapper .top-menu_item a {
    display: block;
    padding: 23px 15px;
    white-space: nowrap;
}
.page-header_top-menu-wrapper .top-menu_item a.link-with-line:after {
    bottom: 17px;
    left: 15px;
    right: 15px;
}
.page-header_controls-col {
    margin-left: 10px;
    padding-left: 25px;
    border-left: 1px solid #f0f0f0;
}
.page-header_phones {
    margin-right: 25px;
    color: #555151;
    white-space: nowrap;
}
.page-header_phones svg {
    width: 13px;
    height: 13px;
    fill: #555151;
}
.page-header_lang-btn {
    width: 50px;
    height: 50px;
    border: 1px solid;
}
.page-header_lang-btn.is-active {
    background-color: #fcdd16;
    border-color: #fcdd16;
}
.page-header_lang-btn:not(.is-active) {
    border-color: #dfdfdf;
}
.page-header_lang-btn:not(.is-active):hover {
    background-color: rgba(223, 223, 223, 0.5);
}
.page-header .humburger {
    width: 50px;
    height: 50px;
    position: relative;
}
@media (min-width: 1024px) {
    .page-header .humburger {
        display: none;
    }
}
.page-header .humburger span {
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 1px;
    background-color: #2d2d2d;
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 15px);
    cursor: pointer;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition:
        transform 0.2s,
        -webkit-transform 0.2s;
}
.page-header .humburger span:first-child {
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
}
.page-header .humburger span:last-child {
    -webkit-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px);
}
.page-header .humburger.is-opened span {
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 1px;
    background-color: #2d2d2d;
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 15px);
    cursor: pointer;
}
.page-header .humburger.is-opened span:first-child {
    -webkit-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}
.page-header .humburger.is-opened span:nth-child(2) {
    opacity: 0;
}
.page-header .humburger.is-opened span:last-child {
    -webkit-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}
.page-header .mobile-menu {
    height: calc(100vh - 62px);
    padding: 10px;
    margin: 0;
    background-color: #fafafa;
    overflow-y: auto;
    list-style-type: none;
    box-sizing: border-box;
}
.page-header .mobile-menu:not(.is-active) {
    display: none;
}
.page-header .mobile-menu_phone {
    display: block;
    margin: 10px auto;
    color: #555151;
    text-align: center;
}
.page-header .mobile-menu_phone svg {
    width: 13px;
    height: 13px;
    fill: #555151;
}
.page-header .mobile-menu_li {
    position: relative;
    padding-right: 50px;
    box-sizing: border-box;
}
.page-header .mobile-menu_li:not(:last-child) {
    padding-bottom: 5px;
    border-bottom: 1px solid #787878;
}
.page-header .mobile-menu_li:not(.is-opened) .mobile-menu_submenu {
    height: 0;
    overflow: hidden;
}
.page-header .mobile-menu_li.is-opened .mobile-menu_expand {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-position: center calc(100% - 11px);
}
.page-header .mobile-menu_li:not(:last-child) {
    margin-bottom: 5px;
}
.page-header .mobile-menu_link {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
}
.page-header .mobile-menu_expand {
    width: 40px;
    background-color: #fcdd16;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 5px;
    background-image: url("/assets/css/../_svg/arrow-2.svg");
    background-size: 20px;
    background-position: center 11px;
    background-repeat: no-repeat;
}
.page-header .mobile-menu_submenu {
    height: auto;
    transition: all 0.2s;
}
.page-header .mobile-menu_submenu .mobile-menu_link {
    padding-left: 40px;
    box-sizing: border-box;
}
.page-header .mobile-menu .is-active > a {
    color: #fcdd16;
}
.page-header .menu-second-level {
    margin-left: -12px;
    padding: 40px 0;
    font-size: 16px;
}
.page-header .menu-second-level_item {
    display: inline-block;
    padding: 10px 12px;
}
.page-header .menu-second-level_item.link-with-line:after {
    left: 12px;
    right: 12px;
    bottom: 5px;
}
.page-header.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 10;
}
.page-header.fixed .menu-second-level {
    padding: 0;
}
@media (max-width: 1400px) {
    .page-header_top-row {
        font-size: 18px;
    }
    .page-header_logo img {
        width: 120px;
    }
    .page-header_top-menu-wrapper .top-menu_item a {
        padding: 23px 10px;
    }
}
@media (max-width: 1240px) {
    .page-header_top-menu-wrapper .top-menu_item a {
        padding: 23px 8px;
    }
    .page-header_top-menu-wrapper .top-menu_item a.link-with-line:after {
        left: 8px;
        right: 8px;
    }
    .page-header_controls-col {
        margin-left: 5px;
        padding-left: 11px;
    }
    .page-header_phones {
        margin-right: 11px;
    }
    .page-header_lang-btn {
        width: 40px;
        height: 40px;
    }
}
@media (max-width: 1150px) {
    .page-header_top-row_content {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .page-header_controls-col {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .page-header_phones {
        margin-right: 0;
        margin-bottom: 5px;
    }
}
@media (max-width: 1024px) {
    .page-header_logo img {
        width: 110px;
    }
    .page-header_top-menu-wrapper {
        display: none;
    }
    .page-header_controls-col {
        border-left: none;
        padding-left: 0;
        margin: 0 5px;
    }
    .page-header_phones {
        display: none;
    }
    .page-header_bottom-row {
        display: none;
    }
}
@media (max-width: 768px) {
    .page-header_lang-btn {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
}
.page-footer {
    background: #f9f9f9;
    padding-top: 50px;
    z-index: 5;
    position: relative;
}
.page-footer_row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 300;
}
.page-footer p {
    font-size: 16px;
}
.page-footer .footer-menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 80px;
}
.page-footer .footer-menu_group {
    max-width: 200px;
    list-style-type: none;
}
.page-footer .footer-menu_group:not(:last-child) {
    margin-right: 20px;
}
.page-footer .footer-menu_group > .footer-menu_link {
    font-weight: 500;
    font-size: 18px;
}
.page-footer .footer-menu_link:hover {
    text-decoration: underline;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-color: #fcdd16;
    text-decoration-color: #fcdd16;
}
.page-footer .footer-menu_level2 {
    margin-top: 20px;
}
.page-footer .footer-menu_level2 .footer-menu_link {
    display: block;
    padding: 6px 0;
    font-weight: 300;
    font-size: 14px;
}
.page-footer_bottom-row {
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    padding: 50px 0;
    border-top: 1px solid #e9e9e9;
}
.page-footer_copyrights {
    text-align: center;
}
.page-footer_logo,
.page-footer_company {
    width: 300px;
}
.page-footer_company {
    text-align: right;
}
.page-footer_company p:not(:last-child) {
    margin-bottom: 15px;
}
.page-footer_company a {
    border-bottom: 1px solid;
    font-weight: normal;
}
.page-footer_company a:hover {
    border-color: #fcdd16;
}
.page-footer_developers {
    padding: 10px;
    background-color: #484646;
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.page-footer_developers svg {
    width: 165px;
    height: 20px;
    margin-left: 10px;
    margin-top: 2px;
}
.page-footer_developers .dy-ampersand {
    -webkit-transform-origin: 52% center;
    -ms-transform-origin: 52% center;
    transform-origin: 52% center;
    -webkit-animation: dy-ampersand 10s linear infinite;
    animation: dy-ampersand 10s linear infinite;
}
.page-footer_developers:hover {
    background-color: #fcdd16;
}
.page-footer_developers:hover .dy-ampersand {
    fill: #484646;
}
@media (max-width: 1024px) {
    .page-footer .footer-menu {
        display: none;
    }
    .page-footer_bottom-row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 0;
        border-top: none;
    }
    .page-footer_copyrights {
        width: 100%;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 25px;
    }
    .page-footer_logo img {
        width: 110px;
    }
    .page-footer_company p:not(:last-child) {
        margin-bottom: 10px;
    }
}
@media (max-width: 768px) {
    .page-footer {
        padding-top: 30px;
    }
    .page-footer_bottom-row {
        display: block;
        padding-bottom: 30px;
        text-align: center;
    }
    .page-footer_copyrights {
        margin: 20px 0;
        font-size: 16px;
    }
    .page-footer_logo,
    .page-footer_company {
        width: auto;
    }
    .page-footer_company {
        text-align: center;
    }
    .page-footer_developers {
        padding: 10px 8px;
        font-size: 14px;
    }
    .page-footer_developers svg {
        width: 130px;
    }
}
@-webkit-keyframes dy-ampersand {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}
@keyframes dy-ampersand {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}
.wrapper-3d {
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.wrapper-3d .arrows {
    position: absolute;
    width: calc(300px + 150px);
    height: calc(148px + 150px);
    left: calc(50% - 225px);
    top: -75px;
}
.wrapper-3d .arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #808080;
    cursor: pointer;
}
.wrapper-3d .arrow_top {
    left: calc(50% - 20px);
}
.wrapper-3d .arrow_right {
    right: 0;
    top: calc(50% - 20px);
}
.wrapper-3d .arrow_bottom {
    bottom: 0;
    left: calc(50% - 20px);
}
.wrapper-3d .arrow_left {
    top: calc(50% - 20px);
}
.wrapper-3d .arrow__icon {
    width: 60%;
    height: 60%;
}
.wrapper-3d .arrow__icon_top {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.wrapper-3d .arrow__icon_left {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.wrapper-3d .arrow__icon_right {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.pack-3d {
    position: relative;
    margin: 0 auto;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: -webkit-transform 2s linear;
    transition: transform 2s linear;
    transition:
        transform 2s linear,
        -webkit-transform 2s linear;
    width: 300px;
    height: 148px;
    margin-bottom: 120px;
    z-index: 3;
    cursor: -webkit-grab;
    cursor: grab;
}
.pack-3d_side {
    box-sizing: border-box;
    position: absolute;
}
.pack-3d .front {
    width: 300px;
    -webkit-transform: translateZ(23px);
    transform: translateZ(23px);
    background: rgba(255, 165, 0, 0.75);
}
.pack-3d .back {
    width: 300px;
    -webkit-transform: translateZ(-23px) rotateY(180deg);
    transform: translateZ(-23px) rotateY(180deg);
    background: rgba(30, 144, 255, 0.75);
}
.pack-3d .right {
    height: 147px;
    -webkit-transform: translateX(276px) rotateY(90deg);
    transform: translateX(276px) rotateY(90deg);
    background: rgba(220, 20, 60, 0.75);
}
.pack-3d .left {
    height: 147px;
    -webkit-transform: translateX(-24px) rotateY(-90deg);
    transform: translateX(-24px) rotateY(-90deg);
    background: rgba(127, 255, 0, 0.75);
}
.pack-3d .top {
    width: 300px;
    -webkit-transform: translateY(-23px) rotateX(90deg);
    transform: translateY(-23px) rotateX(90deg);
    background: rgba(220, 20, 60, 0.75);
}
.pack-3d .bottom {
    width: 300px;
    -webkit-transform: translateY(123px) rotateX(-90deg);
    transform: translateY(123px) rotateX(-90deg);
    background: rgba(127, 255, 0, 0.75);
}
@-webkit-keyframes akkordeon-arrow {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    25% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    75% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes akkordeon-arrow {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    25% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    75% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes opened-akkordeon-arrow {
    0% {
        -webkit-transform: rotate(180deg) translateY(0);
        transform: rotate(180deg) translateY(0);
    }
    25% {
        -webkit-transform: rotate(180deg) translateY(-5px);
        transform: rotate(180deg) translateY(-5px);
    }
    75% {
        -webkit-transform: rotate(180deg) translateY(5px);
        transform: rotate(180deg) translateY(5px);
    }
    100% {
        -webkit-transform: rotate(180deg) translateY(0);
        transform: rotate(180deg) translateY(0);
    }
}
@keyframes opened-akkordeon-arrow {
    0% {
        -webkit-transform: rotate(180deg) translateY(0);
        transform: rotate(180deg) translateY(0);
    }
    25% {
        -webkit-transform: rotate(180deg) translateY(-5px);
        transform: rotate(180deg) translateY(-5px);
    }
    75% {
        -webkit-transform: rotate(180deg) translateY(5px);
        transform: rotate(180deg) translateY(5px);
    }
    100% {
        -webkit-transform: rotate(180deg) translateY(0);
        transform: rotate(180deg) translateY(0);
    }
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.slick-dots li button {
    width: 100%;
    height: 100%;
    color: transparent;
    background-color: transparent;
    cursor: pointer;
}
.slick-dots li button:before,
.slick-dots li button:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
}
.slick-dots li button:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1.5px solid transparent;
    transition:
        border-top-color 0.15s linear,
        border-right-color 0.15s linear 0.1s,
        border-bottom-color 0.15s linear 0.2s,
        border-left-color 0.15s linear 0.3s;
    box-sizing: border-box;
}
.slick-dots li button:after {
    width: 7px;
    height: 7px;
    top: 50%;
    left: 50%;
    background-color: #787878;
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition:
        transform 0.2s,
        -webkit-transform 0.2s;
}
.slick-dots li.slick-active button:before {
    border-top-color: #fcdd16;
    border-right-color: #fcdd16;
    border-bottom-color: #fcdd16;
    border-left-color: #fcdd16;
}
.slick-dots li.slick-active button:after {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 1;
    background-color: #fcdd16;
}
.slick-dots li:not(.slick-active) button:hover:after {
    background-color: #fcdd16 !important;
    opacity: 1;
}
.achievments__item {
    width: 243px;
    height: 140px;
    padding: 20px 15px 15px;
    background: rgba(252, 221, 22, 0.2);
}
.achievments__item:not(:last-child) {
    margin-right: 20px;
}
.achievments__item .achievments__title {
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 8px;
}
.achievments__item .achievments__descr {
    font-size: 16px;
    font-weight: 500;
}
@media (max-width: 1024px) {
    .achievments__item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 18px;
        width: 300px;
        height: 115px;
    }
}
@media (max-width: 320px) {
    .achievments__item {
        width: 250px;
    }
    .achievments__item .achievments__title {
        font-size: 50px;
    }
}
#front-page .slider-main {
    height: calc(100vh - 70px);
    z-index: 1;
}
#front-page .slider-main_slide {
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
#front-page .slider-main_slide:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(
        270deg,
        rgba(49, 49, 49, 0.425) -23.15%,
        rgba(49, 49, 49, 0.375) -11.15%,
        rgba(49, 49, 49, 0.297) 4.84%,
        rgba(49, 49, 49, 0.165) 23.86%,
        rgba(49, 49, 49, 0) 37.08%
    );
}
#front-page .slider-main_slide_body {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    padding-bottom: 160px;
    box-sizing: border-box;
}
@media (max-width: 1400px) {
    #front-page .slider-main_slide_body {
        padding-left: 90px;
        padding-right: 90px;
    }
}
#front-page .slider-main_slide_left-col {
    max-width: 720px;
}
#front-page .slider-main_slide_right-info {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 245px;
    margin-left: 20px;
}
#front-page .slider-main_slide_figure-item {
    color: #fff;
}
#front-page .slider-main_slide_figure-item_figure {
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 72px;
    color: #fcdd16;
}
#front-page .slider-main_slide_figure-item_txt {
    font-weight: bold;
    text-transform: uppercase;
}
#front-page .slider-main_slide_figure-item_note {
    margin-top: 5px;
    font-size: 16px;
}
#front-page .slider-main_slide_figure-item_link,
#front-page .slider-main_slide_figure-item_open-popup {
    display: inline-block;
    margin-top: 10px;
    padding-bottom: 3px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.2s;
}
#front-page .slider-main_slide_figure-item_link:hover,
#front-page .slider-main_slide_figure-item_open-popup:hover {
    border-color: transparent;
}
#front-page .slider-main_slide_figure-item_link {
    border-bottom: 2px solid #fcdd16;
}
#front-page .slider-main_slide_figure-item_open-popup {
    border-bottom: 2px dashed #fcdd16;
}
#front-page .slider-main_slide_figure-item:not(:last-child) {
    margin-bottom: 35px;
}
#front-page .slider-main_slide--1 {
    background-image: url("/assets/css/../video/main-banner-1-new.jpg");
}
#front-page .slider-main_slide--3 {
    background-image: url("/assets/css/../video/main-banner-3.jpg");
}
#front-page .slider-main_slide--4 {
    background-image: url("/assets/css/../video/main-banner-4.jpg");
}
#front-page .slider-main h2,
#front-page .slider-main p {
    color: #fff;
}
#front-page .slider-main .btn {
    margin-top: 50px;
}
#front-page .slider-main .arrow {
    cursor: pointer;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 5;
    opacity: 0.35;
    transition: all 0.2s;
}
#front-page .slider-main .arrow svg {
    width: 50px;
    height: 50px;
    fill: #fff;
}
@media (min-width: 1400px) {
    #front-page .slider-main .arrow-prev {
        left: 50px;
    }
}
@media (max-width: 1400px) {
    #front-page .slider-main .arrow-prev {
        left: 20px;
    }
}
#front-page .slider-main .arrow-prev svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
@media (min-width: 1400px) {
    #front-page .slider-main .arrow-next {
        right: 50px;
    }
}
@media (max-width: 1400px) {
    #front-page .slider-main .arrow-next {
        right: 20px;
    }
}
#front-page .slider-main .arrow-next svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
#front-page .slider-main .arrow:hover {
    opacity: 0.7;
}
#front-page .slider-main .arrow:hover svg {
    fill: #fcdd16;
}
#front-page .slider-main .arrow:hover.arrow-prev {
    -webkit-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
    transform: translateX(-3px);
}
#front-page .slider-main .arrow:hover.arrow-next {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
}
#front-page .slider-main .slick-list,
#front-page .slider-main .slick-track {
    height: 100%;
}
#front-page .slider-main .slick-dots {
    bottom: 50px;
}
#front-page .slider-main .slick-dots li:not(.slick-active) button:after {
    background-color: #fff;
}
#front-page .slider-main .fullscreen-bg_video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
@media screen and (min-aspect-ratio: 16/9) {
    #front-page .slider-main .fullscreen-bg_video {
        width: 100%;
    }
}
@media screen and (max-aspect-ratio: 16/9) {
    #front-page .slider-main .fullscreen-bg_video {
        height: 100%;
    }
}
#front-page .mission-block {
    position: relative;
    margin-bottom: 220px;
    padding-top: 150px;
}
#front-page .mission-block p {
    font-weight: 300;
    color: #787878;
}
#front-page .mission-block .wrapper-links {
    margin-top: 50px;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
#front-page .mission-block .wrapper-links .link-item {
    margin-right: 20px;
}
#front-page .mission-block .wrapper-links .link-item.link-with-line:after {
    bottom: 3px;
    left: 15px;
}
#front-page .mission-block .materia-logo {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateX(25%);
    -ms-transform: translateX(25%);
    transform: translateX(25%);
    width: calc(100% - 460px);
}
#front-page .section-products {
    position: relative;
}
#front-page .section-products .img-lines {
    position: absolute;
    -webkit-transform: scaleX(-1) translateX(-20%) rotate(10deg);
    -ms-transform: scaleX(-1) translateX(-20%) rotate(10deg);
    transform: scaleX(-1) translateX(-20%) rotate(10deg);
    bottom: -60px;
    right: 0;
    height: 260%;
}
#front-page .products-block {
    min-height: 470px;
    margin-top: 45px;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    -ms-grid-row-align: stretch;
    align-items: stretch;
}
#front-page .products-block .slick-list {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
#front-page .products-block .product-items_list {
    width: calc(100% - 320px);
}
#front-page .products-block .product-items_list .slick-track {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#front-page .products-block .product-item,
#front-page .products-block .to-all-products {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
    box-sizing: border-box;
}
#front-page .products-block .product-item {
    width: calc((100% / 4));
    padding: 20px 15px 60px;
}
#front-page .products-block .product-item_img {
    max-width: 100%;
}
#front-page .products-block .product-item .wrapper-3d {
    margin: 20px 0 30px;
}
#front-page .products-block .product-item .pack-3d {
    margin-bottom: 0;
}
#front-page .products-block .product-item_title {
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}
#front-page .products-block .product-item_descr {
    max-width: 280px;
    margin-top: 10px;
    font-size: 12px;
}
@media (max-width: 1340px) {
    #front-page .products-block .product-item_descr {
        font-size: 11px;
    }
}
@media (max-width: 1280px) {
    #front-page .products-block .product-item_descr {
        font-size: 10px;
    }
}
@media (max-width: 1150px) {
    #front-page .products-block .product-item_descr {
        font-size: 9px;
    }
}
@media (max-width: 768px) {
    #front-page .products-block .product-item_descr {
        font-size: 12px;
    }
}
@media (max-width: 576px) {
    #front-page .products-block .product-item_descr {
        font-size: 10px;
    }
}
#front-page .products-block .to-all-products {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 320px;
    position: relative;
    background-color: #fcdd16;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    font-size: 32px;
}
#front-page .products-block .to-all-products_count {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 250px;
    opacity: 0.05;
    transition: all 0.2s;
}
#front-page .products-block .to-all-products svg {
    width: 83px;
    height: 22px;
    margin-top: 20px;
    transition: all 0.2s;
}
#front-page .products-block .to-all-products:hover {
    background-color: #e8cc16;
}
#front-page .products-block .to-all-products:hover svg {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}
#front-page .pages-links-block .hashtags {
    overflow: hidden;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 50px 0 70px;
    font-size: 20px;
}
#front-page .pages-links-block .hashtags_hashtag-item {
    margin: 0 20px;
    padding-top: 20px;
    border-bottom: 1px solid #2d2d2d;
}
#front-page .pages-links-block .hashtags_hashtag-item span {
    opacity: 0.5;
    color: #2d2d2d !important;
}
#front-page .pages-links-block .hashtags_hashtag-item--red:hover {
    color: #eb3838;
    border-color: #eb3838;
}
#front-page .pages-links-block .hashtags_hashtag-item--blue:hover {
    color: #2596ff;
    border-color: #2596ff;
}
#front-page .pages-links-block .hashtags_hashtag-item--pink:hover {
    color: #d11bef;
    border-color: #d11bef;
}
#front-page .pages-links-block .hashtags_hashtag-item--green:hover {
    color: #08a721;
    border-color: #08a721;
}
#front-page .pages-links-block .hashtags_hashtag-item--orange:hover {
    color: #f28a0f;
    border-color: #f28a0f;
}
#front-page .pages-links-block .video-links.children-pages-links .proportion-el:before {
    padding-top: 111.25%;
}
#front-page .pages-links-block .video-links .children-pages-links_item {
    background: center center/cover no-repeat;
}
#front-page .pages-links-block .video-links .children-pages-links_item:nth-child(1) {
    background-image: url("/assets/css/../video-redis/main-banner-2-new.jpg");
}
#front-page .pages-links-block .video-links .children-pages-links_item:nth-child(2) {
    background-image: url("/assets/css/../video-redis/main-link-3-new.jpg");
}
#front-page .pages-links-block .video-links .children-pages-links_item:nth-child(3) {
    background-image: url("/assets/css/../video-redis/main-link-4-new.jpg");
}
#front-page .news-block {
    display: none;
    position: relative;
    margin-bottom: 120px;
}
#front-page .news-block_video-block {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (min-width: 1420px) {
    #front-page .news-block_video-block {
        width: calc((100% - 1400px) / 2 + (1400px - 380px - 70px));
    }
}
@media (max-width: 1420px) {
    #front-page .news-block_video-block {
        width: calc(100% - 380px - 70px);
    }
}
#front-page .news-block_video-block.proportion-el:before {
    padding-top: 62%;
}
#front-page .news-block_video {
    overflow: hidden;
    background: center url("/assets/css/../video-redis/main-company-news-new.jpg") no-repeat;
    background-size: cover;
}
#front-page .news-block_video:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0, rgba(27, 27, 27, 0.15), rgba(27, 27, 27, 0.15));
}
#front-page .news-block_video video {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 110%;
}
#front-page .news-block_body {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#front-page .news-block_left-info h3,
#front-page .news-block_left-info h4,
#front-page .news-block_left-info p {
    color: #fff;
}
#front-page .news-block_left-info .btn {
    margin-top: 50px;
}
#front-page .news-block_right-info {
    width: 380px;
    padding: 80px 0 80px 70px;
}
#front-page .news-block_right-info h4 {
    margin-bottom: 40px;
}
#front-page .news-block_news-list {
    margin-bottom: 50px;
}
#front-page .news-block_news-item {
    display: block;
    padding: 10px 0 10px 20px;
    border-left: 2px solid #fcdd16;
    transition: all 0.2s;
}
#front-page .news-block_news-item:not(:last-child) {
    margin-bottom: 50px;
}
#front-page .news-block_news-item_name {
    margin-bottom: 10px;
    font-size: 18px;
    color: #787878;
}
#front-page .news-block_news-item_date {
    font-weight: 500;
    font-size: 16px;
    color: #d3d3d3;
    text-transform: lowercase;
}
#front-page .news-block_news-item:hover {
    box-shadow: -4px 0 0 0 #fcdd16;
}
#front-page .news-block_news-item:hover .news-block_news-item_name {
    text-decoration: underline;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-color: #fcdd16;
    text-decoration-color: #fcdd16;
}
#front-page .news-block_to-all-news {
    margin-left: -15px;
}
#front-page .news-block_to-all-news.link-with-line:after {
    left: 15px;
}
@media (max-width: 1400px) {
    #front-page .slider-main_slide_figure-item_figure {
        font-size: 62px;
    }
    #front-page .slider-main_slide_figure-item:not(:last-child) {
        margin-bottom: 25px;
    }
    #front-page .mission-block {
        margin-bottom: 150px;
        padding-top: 100px;
    }
    #front-page .products-block {
        min-height: auto;
    }
    #front-page .products-block .product-items_list {
        width: calc(100% - 280px);
    }
    #front-page .products-block .product-item {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    #front-page .products-block .to-all-products {
        width: 280px;
        font-size: 27px;
    }
    #front-page .products-block .to-all-products_count {
        font-size: 210px;
    }
    #front-page .pages-links-block .hashtags {
        padding: 20px 0 40px;
    }
    #front-page .news-block {
        margin-bottom: 100px;
    }
    #front-page .news-block_right-info {
        padding: 20px 0 20px 60px;
    }
}
@media (max-width: 1200px) {
    #front-page .slider-main_slide_body {
        padding-left: 60px;
        padding-right: 60px;
    }
    #front-page .slider-main_slide_figure-item_figure {
        font-size: 52px;
    }
    #front-page .slider-main .btn {
        margin-top: 30px;
    }
    #front-page .slider-main .arrow-prev {
        left: 5px;
    }
    #front-page .slider-main .arrow-next {
        right: 5px;
    }
    #front-page .slider-main .slick-dots {
        bottom: 25px;
    }
    #front-page .mission-block {
        margin-bottom: 70px;
        padding-top: 70px;
    }
    #front-page .products-block .product-items_list {
        width: calc(100% - 230px);
    }
    #front-page .products-block .to-all-products {
        width: 230px;
        font-size: 25px;
    }
    #front-page .products-block .to-all-products_count {
        font-size: 170px;
    }
    #front-page .products-block .to-all-products svg {
        width: 70px;
        margin-top: 10px;
    }
    #front-page .news-block {
        margin-bottom: 70px;
    }
    #front-page .news-block_video-block {
        width: calc(100% - 380px - 20px);
    }
    #front-page .news-block_left-info h3 {
        font-size: 30px;
    }
    #front-page .news-block_left-info .btn {
        margin-top: 25px;
    }
    #front-page .news-block_right-info h4 {
        margin-bottom: 20px;
    }
    #front-page .news-block_news-list {
        margin-bottom: 25px;
    }
    #front-page .news-block_news-item:not(:last-child) {
        margin-bottom: 25px;
    }
}
@media (max-width: 1024px) {
    #front-page .slider-main h2 {
        font-size: 42px;
    }
    #front-page .pages-links-block .hashtags {
        padding: 15px 10px;
    }
    #front-page .pages-links-block .hashtags_hashtag-item {
        padding-top: 10px;
    }
    #front-page .pages-links-block .hashtags_hashtag-item:first-child {
        padding-top: 0;
    }
    #front-page .news-block_video-block {
        width: calc(60% - 20px);
        top: 9%;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    #front-page .news-block_right-info {
        width: 40%;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: 0 0 0 20px;
    }
    #front-page .news-block_news-item {
        padding: 5px 0 5px 10px;
    }
    #front-page .news-block_news-item:not(:last-child) {
        margin-bottom: 20px;
    }
}
@media (max-width: 768px) {
    #front-page .children-pages-links .proportion-el_body {
        padding: 75px 10px;
    }
    #front-page .slider-main {
        height: auto;
    }
    #front-page .slider-main_slide {
        height: auto;
        padding-top: 20px;
        padding-bottom: 45px;
    }
    #front-page .slider-main_slide_body {
        display: block;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 0;
    }
    #front-page .slider-main_slide_right-info {
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }
    #front-page .slider-main_slide_figure-item_figure {
        font-size: 26px;
    }
    #front-page .slider-main_slide_figure-item_txt {
        font-size: 16px;
    }
    #front-page .slider-main_slide_figure-item_link,
    #front-page .slider-main_slide_figure-item_open-popup {
        margin-top: 5px;
        font-size: 16px;
    }
    #front-page .slider-main h2 {
        margin-bottom: 10px;
        font-size: 24px;
    }
    #front-page .slider-main .btn {
        margin-top: 15px;
    }
    #front-page .slider-main .arrow {
        display: none !important;
    }
    #front-page .slider-main .slick-dots {
        bottom: 10px;
    }
    #front-page .slider-main .slick-track {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    #front-page .mission-block {
        margin-bottom: 50px;
        padding-top: 50px;
    }
    #front-page .mission-block .wrapper-links {
        margin-top: 20px;
        display: block;
        text-align: center;
    }
    #front-page .mission-block .wrapper-links .link-item {
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin: 10px auto 0;
    }
    #front-page .mission-block .materia-logo {
        width: 120px;
    }
    #front-page .products-block {
        margin-top: 0;
        display: block;
    }
    #front-page .products-block .product-item {
        padding-bottom: 20px;
    }
    #front-page .products-block .product-item img {
        width: 300px;
    }
    #front-page .products-block .product-items_list {
        width: 100%;
    }
    #front-page .products-block .to-all-products {
        width: 100%;
        padding: 15px;
        font-size: 18px;
        box-sizing: border-box;
    }
    #front-page .products-block .to-all-products_count {
        font-size: 80px;
    }
    #front-page .products-block .to-all-products svg {
        width: 40px;
        margin-top: 0;
    }
    #front-page .news-block {
        margin-bottom: 50px;
    }
    #front-page .news-block_video-block {
        display: none;
    }
    #front-page .news-block_body {
        display: block;
    }
    #front-page .news-block_left-info {
        padding: 20px 0;
    }
    #front-page .news-block_left-info h3,
    #front-page .news-block_left-info p {
        color: #2d2d2d;
    }
    #front-page .news-block_left-info h3 {
        font-size: 20px;
    }
    #front-page .news-block_right-info {
        width: 100%;
        padding: 0;
    }
}
@media (max-width: 576px) {
    #front-page .children-pages-links .proportion-el_body {
        padding: 55px 10px;
    }
    #front-page .pages-links-block .hashtags {
        padding: 40px 0;
        font-size: 18px;
    }
    #front-page .section-products .products-block .product-items_list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        -ms-grid-row-align: stretch;
        align-items: stretch;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #front-page .section-products .products-block .product-items_list .product-item {
        width: 50%;
    }
    #front-page .section-products .products-block .product-items_list .product-item_img img {
        max-width: none;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}
#front-page section.section-about {
    padding: 173px 0 72px;
    background: url("/assets/css/../images/front-page/welcome-screen_background.png") center center/cover no-repeat;
}
#front-page section.section-about .section-about__title {
    font-size: 68px;
    position: relative;
}
#front-page section.section-about .section-about__title::before {
    content: "";
    position: absolute;
    display: block;
    width: 58px;
    height: 89px;
    top: 18%;
    left: -5%;
    background: url("/assets/css/../images/about/logo.png") center center/contain no-repeat;
}
#front-page section.section-about .section-about__container {
    margin-left: 55px;
}
#front-page section.section-about .section-about__descr:nth-child(2) {
    margin-bottom: 20px;
}
#front-page section.section-about .section-about__descr:nth-child(3) {
    margin-bottom: 50px;
}
#front-page section.section-about .section-about__achievments {
    gap: 20px;
}
#front-page section.section-about .btn {
    margin-bottom: 90px;
}
@media (max-width: 1280px) {
    #front-page section.section-about .section-about__title {
        font-size: 60px;
    }
    #front-page section.section-about .section-about__title::before {
        width: 49px;
        height: 69px;
    }
}
@media (max-width: 1024px) {
    #front-page section.section-about .section-about__container {
        margin-left: 60px;
    }
    #front-page section.section-about .section-about__title {
        font-size: 55px;
    }
    #front-page section.section-about .section-about__title::before {
        left: -64px;
    }
}
@media (max-width: 768px) {
    #front-page section.section-about {
        padding: 72px 0 36px;
    }
    #front-page section.section-about .section-about__container {
        margin-left: 60px;
    }
    #front-page section.section-about .section-about__title {
        font-size: 38px;
        margin-bottom: 10px;
    }
    #front-page section.section-about .section-about__descr {
        font-size: 18px;
    }
    #front-page section.section-about__descr:nth-child(3) {
        margin-bottom: 25px;
    }
    #front-page section.section-about .btn {
        margin-bottom: 45px;
    }
}
@media (max-width: 576px) {
    #front-page section.section-about {
        padding-top: 20px;
        padding-bottom: 115px;
        background: url("/assets/css/../images/front-page/welcome-screen_background--576.png") bottom center/cover no-repeat;
    }
    #front-page section.section-about .section-about__descr:nth-child(2) {
        margin-bottom: 5px;
    }
    #front-page section.section-about .section-about__descr:nth-child(3) {
        margin-bottom: 15px;
    }
    #front-page section.section-about .btn {
        margin-bottom: 25px;
    }
}
@media (max-width: 425px) {
    #front-page section.section-about .section-about__container {
        margin-left: 0;
    }
    #front-page section.section-about .section-about__title {
        font-size: 28px;
        margin-left: 42px;
    }
    #front-page section.section-about .section-about__title:before {
        left: -42px;
        top: -2px;
        width: 31px;
        height: 47px;
    }
    #front-page section.section-about .section-about__descr {
        font-size: 16px;
    }
}
@media (max-width: 375px) {
    #front-page section.section-about .section-about__title {
        margin-left: 42px;
    }
    #front-page section.section-about .section-about__title:before {
        top: 4px;
    }
}
#front-page {
    position: relative;
}
#front-page section.section-awards {
    padding: 170px 0;
}
#front-page section.section-awards .simple-container {
    position: relative;
}
#front-page section.section-awards .simple-container .grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}
#front-page section.section-awards .simple-container .unactive {
    display: none;
}
#front-page section.section-awards .simple-container svg {
    position: absolute;
    width: 17.5px;
    height: 35px;
    fill: #1c1c1c;
    top: 50%;
    opacity: 0.5;
    transition: 0.5s all;
}
#front-page section.section-awards .simple-container svg:hover {
    opacity: 1;
}
#front-page section.section-awards .simple-container .awards-slider_prev {
    left: 0;
}
#front-page section.section-awards .simple-container .awards-slider_next {
    right: 0;
}
#front-page section.section-awards h3 {
    margin-bottom: 70px;
}
#front-page section.section-awards .section-awards .slick-initialized .slick-slide {
    margin-right: 0;
}
#front-page section.section-awards .section-awards__wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
#front-page section.section-awards .section-awards__wrapper .flex {
    position: relative;
    min-height: 320px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 30px;
    max-width: 320px;
}
#front-page section.section-awards .section-awards__wrapper .flex:not(:last-child) {
    margin-right: 50px;
}
#front-page section.section-awards .section-awards__wrapper .flex p {
    font-weight: 400;
    font-size: 18px;
}
#front-page section.section-awards .section-awards__image {
    height: 225px;
    margin-bottom: 29px;
}
#front-page section.section-awards .section-awards__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#front-page section.section-awards .popup-block {
    display: none;
    position: absolute;
    -webkit-filter: drop-shadow(0 2px 15px #d0d0d0);
    filter: drop-shadow(0 2px 15px #d0d0d0);
    max-width: 470px;
    min-width: 400px;
}
#front-page section.section-awards .popup-block_active {
    display: block;
    z-index: 10;
}
#front-page section.section-awards .popup-block .close-btn {
    display: none;
}
#front-page section.section-awards .popup-block__body {
    background: #fff;
    padding: 25px 20px;
}
#front-page section.section-awards .popup-block__body .treangle {
    position: absolute;
    bottom: calc(100% - 12.5px);
    left: 10%;
    width: 25px;
    height: 25px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#front-page section.section-awards .popup-block__title {
    text-align: left;
    text-transform: uppercase;
    color: #787878;
    font-weight: 600;
    font-size: 18px;
    line-height: 135%;
    margin-bottom: 10px;
}
#front-page section.section-awards .popup-block__descr {
    text-align: left;
    color: #787878;
    font-size: 14px;
    font-weight: 400;
    line-height: 135%;
}
@media (max-width: 1280px) {
    #front-page section.section-awards .section-awards__wrapper .flex {
        max-width: none;
    }
    #front-page section.section-awards .section-awards__wrapper .flex:not(:last-child) {
        margin-right: 30px;
    }
}
@media (max-width: 1024px) {
    #front-page section.section-awards .simple-container .awards-slider_prev {
        left: 1%;
    }
    #front-page section.section-awards .simple-container .awards-slider_next {
        right: 1%;
    }
}
@media (max-width: 768px) {
    #front-page section.section-awards {
        padding: 100px 0;
    }
    #front-page section.section-awards .simple-container svg {
        width: 12px;
        height: 24px;
    }
    #front-page section.section-awards .section-awards__image {
        height: 125px;
    }
    #front-page section.section-awards .section-awards__wrapper .flex {
        min-height: 230px;
        max-width: 250px;
    }
    #front-page section.section-awards .section-awards__wrapper .flex:not(:last-child) {
        margin-right: 0;
    }
}
@media (max-width: 576px) {
    #front-page section.section-awards {
        padding: 50px 0 100px;
    }
    #front-page section.section-awards .section-awards__image {
        height: 116px;
        margin-bottom: 20px;
    }
    #front-page section.section-awards .section-awards__wrapper .flex {
        min-height: 100%;
        max-width: none;
        gap: 0;
    }
    #front-page section.section-awards .section-awards__wrapper .flex p {
        font-size: 12px;
    }
}
@media (max-width: 425px) {
    #front-page .overlay {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.5;
    }
    #front-page .overlay_active {
        display: block;
        overflow: hidden;
        z-index: 9;
    }
    #front-page section.section-awards .popup-block {
        min-width: 300px;
    }
    #front-page section.section-awards .popup-block .close-btn {
        display: block;
        width: 20px;
        height: 20px;
        margin: 40px auto;
        position: relative;
        -webkit-transform: rotate(45deg) scale(2);
        -ms-transform: rotate(45deg) scale(2);
        transform: rotate(45deg) scale(2);
    }
    #front-page section.section-awards .popup-block .close-btn .top,
    #front-page section.section-awards .popup-block .close-btn .bot {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        background: #fff;
    }
    #front-page section.section-awards .popup-block .close-btn .top {
        height: 100%;
        width: 2px;
        margin-left: -1px;
        -webkit-transform: skewY(45deg);
        -ms-transform: skewY(45deg);
        transform: skewY(45deg);
        top: 0;
    }
    #front-page section.section-awards .popup-block .close-btn .bot {
        width: 100%;
        height: 2px;
        margin-top: -1px;
        -webkit-transform: skewX(-45deg);
        -ms-transform: skewX(-45deg);
        transform: skewX(-45deg);
        left: 0;
    }
    #front-page section.section-awards .popup-block .treangle {
        display: none;
    }
}
#front-page section.section-news {
    padding: 170px 0 100px;
}
#front-page section.section-news h3 {
    margin-bottom: 70px;
}
#front-page section.section-news .news-slider_prev,
#front-page section.section-news .news-slider_next {
    display: none;
}
#front-page section.section-news .flex {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
}
#front-page section.section-news .flex-center {
    margin: 0;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#front-page section.section-news .news__item {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 338px;
    min-height: 400px;
}
#front-page section.section-news .news__image {
    width: 100%;
    height: 240px;
    margin-bottom: 30px;
}
#front-page section.section-news .news__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#front-page section.section-news .news__descr {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}
#front-page section.section-news .news__date {
    font-size: 16px;
    font-weight: 500;
    color: #d3d3d3;
    margin-top: auto;
}
#front-page section.section-news .section-news__link {
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 7px;
    border-bottom: 2px solid #fcdd16;
}
@media (max-width: 1700px) {
    #front-page section.section-news .flex:nth-child(3) {
        display: none;
    }
}
@media (max-width: 1375px) {
    #front-page section.section-news .flex:nth-child(4) {
        display: none;
    }
}
@media (max-width: 1024px) {
    #front-page section.section-news {
        position: relative;
    }
    #front-page section.section-news h3 {
        margin-bottom: 40px;
    }
    #front-page section.section-news .news__item {
        min-height: 0;
    }
    #front-page section.section-news .news-slider_prev,
    #front-page section.section-news .news-slider_next {
        display: block;
        width: 12px;
        height: 24px;
        opacity: 0.5;
        fill: #1c1c1c;
        position: absolute;
        top: 48%;
        transition: 0.5s all;
    }
    #front-page section.section-news .news-slider_prev:hover,
    #front-page section.section-news .news-slider_next:hover {
        opacity: 1;
    }
    #front-page section.section-news .news-slider_prev {
        left: 22px;
    }
    #front-page section.section-news .news-slider_next {
        right: 22px;
    }
    #front-page section.section-news .flex {
        margin-bottom: 20px;
    }
    #front-page section.section-news .flex:nth-child(4) {
        display: block;
    }
    #front-page section.section-news .flex:nth-child(3) {
        display: block;
    }
    #front-page section.section-news .news__item {
        max-width: none;
        padding: 0 15px;
    }
    #front-page section.section-news .section-news__container {
        margin: 0 auto;
        padding: 0 72px;
    }
}
@media (max-width: 768px) {
    #front-page section.section-news {
        padding-top: 100px;
    }
    #front-page section.section-news .news-slider_prev,
    #front-page section.section-news .news-slider_next {
        top: 41%;
    }
}
@media (max-width: 576px) {
    #front-page section.section-news {
        padding: 50px 0 70px;
    }
    #front-page section.section-news h3 {
        margin-bottom: 30px;
    }
    #front-page section.section-news .news-slider_prev,
    #front-page section.section-news .news-slider_next {
        display: none;
    }
    #front-page section.section-news .news__image {
        margin-bottom: 15px;
        height: 150px;
    }
    #front-page section.section-news .news__descr {
        font-size: 16px;
    }
    #front-page section.section-news .section-news__container {
        padding: 0 10px;
    }
}
#about .children-pages-links_item_body:before {
    background: linear-gradient(0, rgba(27, 27, 27, 0.2), rgba(27, 27, 27, 0.2));
}
#about .section-top {
    background-image: url("/assets/css/../images/back-about-mission.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 65px 0 75px;
}
@media screen and (max-width: 768px) {
    #about .section-top {
        padding: 0;
    }
}
#about .section-top .section__title {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
}
#about .section-top .mission-block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#about .section-top .mission-block .section__title {
    margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
    #about .section-top .mission-block .section__title {
        margin-bottom: 30px;
    }
}
#about .section-top .mission-block .section__title:before {
    content: "";
    display: block;
    width: 35px;
    height: 1px;
    background-color: #fcdd16;
    margin-right: 15px;
}
#about .section-top .mission-block .txt-col {
    max-width: 800px;
}
#about .section-top .mission-block .about-mission_item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
#about .section-top .mission-block .about-mission_item:not(:last-child) {
    margin-bottom: 30px;
}
#about .section-top .mission-block .about-mission_item p {
    font-size: 20px;
}
@media screen and (max-width: 768px) {
    #about .section-top .mission-block .about-mission_item p {
        font-size: 18px;
    }
}
#about .section-top .mission-block .about-mission_item_icon {
    width: 97px;
    height: 97px;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 25px;
    fill: #fcdd16;
}
@media screen and (max-width: 1280px) {
    #about .section-top .mission-block .about-mission_item_icon {
        width: 50px;
        height: 50px;
    }
}
@media screen and (max-width: 768px) {
    #about .section-top .mission-block .about-mission_item_icon {
        margin-right: 15px;
    }
}
#about .section-top .mission-block .about-mission_item_title {
    margin-bottom: 20px;
    font-size: 46px;
    font-weight: 500;
}
@media screen and (max-width: 1280px) {
    #about .section-top .mission-block .about-mission_item_title {
        margin-bottom: 10px;
        font-size: 26px;
    }
}
@media screen and (max-width: 768px) {
    #about .section-top .mission-block .about-mission_item_title {
        font-size: 20px;
    }
}
#about .section-top .mission-block .img-col {
    max-width: 300px;
}
@media screen and (max-width: 768px) {
    #about .section-top .mission-block .img-col {
        display: none;
    }
}
@media screen and (max-width: 1280px) {
    #about .section-top .work-block {
        margin-top: 75px;
    }
}
#about .section-top .work-block .section__title {
    margin-bottom: 150px;
    border-bottom: 2px solid #fcdd16;
}
@media screen and (max-width: 1280px) {
    #about .section-top .work-block .section__title {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 768px) {
    #about .section-top .work-block .section__title {
        margin-bottom: 30px;
    }
}
#about .section-top .work-block .about-facts_facts-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1200px;
}
@media screen and (max-width: 768px) {
    #about .section-top .work-block .about-facts_facts-list {
        display: block;
    }
}
#about .section-top .work-block .fact-item {
    position: relative;
}
@media screen and (max-width: 1520px) {
    #about .section-top .work-block .fact-item {
        width: 33%;
    }
}
@media screen and (max-width: 768px) {
    #about .section-top .work-block .fact-item {
        width: 100%;
    }
}
#about .section-top .work-block .fact-item:not(:last-child) {
    margin-right: 85px;
}
@media screen and (max-width: 1520px) {
    #about .section-top .work-block .fact-item:not(:last-child) {
        margin-right: 45px;
    }
}
@media screen and (max-width: 768px) {
    #about .section-top .work-block .fact-item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 30px;
    }
}
#about .section-top .work-block .fact-item__wrapper-num {
    position: relative;
}
#about .section-top .work-block .fact-item_num {
    font-family: "Rajdhani", sans-serif;
    font-size: 175px;
    color: #fcdd16;
    line-height: 1em;
    text-shadow: 0 4px 4px rgba(184, 184, 184, 0.25);
}
@media screen and (max-width: 1280px) {
    #about .section-top .work-block .fact-item_num {
        font-size: 125px;
    }
}
@media screen and (max-width: 768px) {
    #about .section-top .work-block .fact-item_num {
        font-size: 75px;
    }
}
#about .section-top .work-block .fact-item_pre,
#about .section-top .work-block .fact-item_title {
    position: absolute;
    font-weight: 500;
    color: #2d2d2d;
    text-transform: uppercase;
}
@media screen and (max-width: 768px) {
    #about .section-top .work-block .fact-item_pre,
    #about .section-top .work-block .fact-item_title {
        position: static;
    }
}
#about .section-top .work-block .fact-item_pre {
    left: 10px;
    bottom: calc(100% - 10px);
    font-size: 18px;
}
@media screen and (max-width: 768px) {
    #about .section-top .work-block .fact-item_pre {
        font-size: 16px;
    }
}
#about .section-top .work-block .fact-item_title {
    bottom: 30px;
    left: calc(100% - 35px);
    font-size: 32px;
}
@media screen and (max-width: 1520px) {
    #about .section-top .work-block .fact-item_title {
        left: 0;
        bottom: -5px;
    }
}
@media screen and (max-width: 1280px) {
    #about .section-top .work-block .fact-item_title {
        font-size: 22px;
    }
}
@media screen and (max-width: 768px) {
    #about .section-top .work-block .fact-item_title {
        font-size: 20px;
    }
}
#about .section-top .work-block .fact-item__description {
    width: 615px;
    position: absolute;
    top: 100%;
    left: 50px;
    opacity: 0;
    padding-top: 15px;
    -webkit-filter: drop-shadow(0 4px 19px rgba(169, 169, 169, 0.25));
    filter: drop-shadow(0 4px 19px rgba(169, 169, 169, 0.25));
    border-radius: 5px;
    box-sizing: border-box;
    z-index: 1;
}
@media screen and (max-width: 1860px) {
    #about .section-top .work-block .fact-item__description {
        left: 0;
        width: 495px;
    }
}
@media screen and (max-width: 1520px) {
    #about .section-top .work-block .fact-item__description {
        min-width: 300px;
        width: calc(100% + 20px);
    }
}
@media screen and (max-width: 1280px) {
    #about .section-top .work-block .fact-item__description {
        min-width: auto;
        width: 100%;
    }
}
#about .section-top .work-block .fact-item__description:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 40px;
    border-bottom: 15px solid #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}
#about .section-top .work-block .fact-item__description-text {
    background: #fff;
    padding: 30px 40px;
}
@media screen and (max-width: 768px) {
    #about .section-top .work-block .fact-item__description-text {
        padding: 20px 20px;
    }
}
#about .section-top .work-block .fact-item__description h4 {
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 18px;
}
#about .section-top .work-block .fact-item__description p {
    font-size: 14px;
}
#about .section-top .work-block .fact-item:hover .fact-item__description {
    opacity: 1;
}
#about .about-values {
    padding: 150px 0 200px;
}
#about .about-values_body {
    background-image: url("/assets/css/../images/back-lines-values.png");
    background-position: left top;
    background-repeat: no-repeat;
}
#about .about-values_values-list {
    margin-top: 75px;
}
#about .about-values_value-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#about .about-values_value-item:not(:last-child) {
    margin-bottom: 75px;
}
#about .about-values_value-item_img {
    margin-right: 50px;
}
#about .about-values_value-item_title {
    margin-bottom: 25px;
    font-size: 32px;
    font-weight: 500;
}
#about .about-values_value-item p {
    font-weight: 300;
    font-size: 20px;
}
#about .children-pages-links_item:nth-child(1) {
    background: url("/assets/css/../video-redis/poster-about-1.jpg") center center/cover no-repeat;
}
#about .children-pages-links_item:nth-child(2) {
    background: url("/assets/css/../video-redis/poster-about-2.jpg") center center/cover no-repeat;
}
#about .children-pages-links_item:nth-child(3) {
    background: url("/assets/css/../video-redis/poster-about-3.jpg") center center/cover no-repeat;
}
#about .children-pages-links_item:nth-child(4) {
    background: url("/assets/css/../video-redis/poster-about-4.jpg") center center/cover no-repeat;
}
#social .social-projects {
    margin: 60px 0 30px;
    padding: 150px 0 230px;
    background-image: url("/assets/css/../images/back-social.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#social .social-projects .projects-list {
    margin-top: 75px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#social .social-projects .project-item {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: calc((100% / 3));
    padding-right: 20px;
    box-sizing: border-box;
    margin-bottom: 45px;
}
#social .social-projects .project-item_icon {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    fill: #fcdd16;
}
#social .social-projects .project-item_title {
    font-size: 20px;
}
#social .help-figures .wrapper-figures {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 75px;
}
#history-page {
    padding-bottom: 150px;
}
#history-page h1 {
    text-align: center;
    font-weight: 500;
    font-size: 62px;
}
#history-page .anchor-links {
    position: relative;
    margin-top: 50px;
    z-index: 1;
}
#history-page .simple-container {
    max-width: 1600px;
}
#history-page .wrapper-histories {
    position: relative;
    margin-top: -30px;
    padding: 100px 0 200px;
}
#history-page .wrapper-histories:before {
    content: "";
    display: block;
    width: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 5px);
    background: linear-gradient(
        180deg,
        rgba(252, 221, 22, 0) 0%,
        #fcdd16 1%,
        #fcdd16 98.9%,
        rgba(252, 221, 22, 0) 100%
    );
}
#history-page .history-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
#history-page .history-item:nth-child(odd) {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
#history-page .history-item:nth-child(odd) .history-item_preview {
    margin-right: 134px;
    text-align: right;
}
#history-page .history-item:nth-child(even) {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
#history-page .history-item:nth-child(even) .history-item_preview {
    margin-left: 134px;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
#history-page .history-item:nth-child(even) .history-item_description {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
#history-page .history-item:not(:last-child) {
    margin-bottom: 200px;
}
#history-page .history-item_year {
    max-width: 700px;
    margin-bottom: 25px;
    font-family: "Rajdhani", sans-serif;
    font-size: 160px;
    line-height: 0.8em;
}
#history-page .history-item_description {
    width: 600px;
    padding-top: 190px;
}
#history-page .history-item_description h4 {
    font-size: 32px;
    font-weight: 500;
}
#history-page .history-item_description h4:not(:first-child) {
    margin-top: 50px;
}
#history-page .scroll-top {
    margin: 50px auto 0;
}
#manufacture-page .manufacture-complex {
    padding-top: 225px;
}
#manufacture-page .manufacture-complex h3 {
    margin-bottom: 25px;
}
#manufacture-page .manufacture-complex_top-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
#manufacture-page .manufacture-complex_top-row_body .icon-row_txt {
    color: #787878;
}
#manufacture-page .manufacture-complex_top-row_img {
    width: 50%;
    z-index: -1;
}
#manufacture-page .manufacture-complex_video-row {
    padding-left: 100px;
}
@media (min-width: 1440px) {
    #manufacture-page .manufacture-complex_video-row {
        margin-top: -180px;
    }
}
@media (max-width: 1440px) {
    #manufacture-page .manufacture-complex_video-row {
        margin-top: 40px;
    }
}
#manufacture-page .manufacture-complex_video-row .proportion-el:before {
    padding-top: 58.3%;
}
#manufacture-page .manufacture-complex_video-row .video-title {
    margin-bottom: 25px;
    font-size: 32px;
    font-weight: 500;
}
#manufacture-page .manufacture-complex_video-row .video-block {
    position: relative;
    width: 100%;
    max-width: 900px;
}
#manufacture-page .manufacture-complex_video-row .video-block video {
    width: 100%;
}
#manufacture-page .manufacture-feature {
    margin-top: -180px;
    padding: 350px 0 150px;
    background-color: #fafafa;
}
#manufacture-page .manufacture-feature h3 {
    margin-bottom: 75px;
}
#manufacture-page .manufacture-feature .feature-items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#manufacture-page .manufacture-feature .feature-items .feature-item {
    position: relative;
    width: calc(50% - 10px);
    max-width: 640px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 45px;
}
#manufacture-page .manufacture-feature .feature-items .feature-item:nth-child(odd) {
    margin-right: 20px;
}
#manufacture-page .manufacture-feature .feature-items .feature-item_name {
    padding-bottom: 3px;
    border-bottom: 1px dashed #787878;
    font-weight: normal;
    font-size: 20px;
}
#manufacture-page .manufacture-feature .feature-items .feature-item:hover .feature-item_name {
    border-color: #fcdd16;
}
#manufacture-page .manufacture-feature .feature-items .feature-item:hover .feature-item_desc {
    display: block;
}
#manufacture-page .manufacture-feature .feature-items .feature-item_desc {
    display: none;
    position: absolute;
    top: calc(100% + 35px);
    left: 0;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    font-weight: 300;
    color: #787878;
    -webkit-filter: drop-shadow(0 5px 20px rgba(0, 0, 0, 0.07));
    filter: drop-shadow(0 5px 20px rgba(0, 0, 0, 0.07));
    z-index: 1;
}
#manufacture-page .manufacture-feature .feature-items .feature-item_desc:before {
    content: "";
    display: block;
    position: absolute;
    bottom: calc(100% - 6px);
    left: 12px;
    border-style: solid;
    border-width: 0 13px 24px 13px;
    border-color: transparent transparent #fff transparent;
}
#manufacture-page .manufacture-potencial {
    padding: 150px 0;
}
#manufacture-page .manufacture-potencial_txt {
    max-width: 670px;
    font-weight: 300;
}
#manufacture-page .manufacture-potencial .wrapper-figures {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 75px;
}
#contacts-page .page-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
#contacts-page h1 {
    margin-bottom: 0;
}
#contacts-page h1,
#contacts-page h2 {
    font-weight: 500;
    font-size: 62px;
}
#contacts-page .social-links .social-link {
    width: 40px;
    height: 40px;
    background: url("/assets/css/../images/social.png");
}
#contacts-page .social-links .social-link:not(:last-child) {
    margin-right: 25px;
}
#contacts-page .social-links .social-link--hh {
    background-position: 0 0;
}
#contacts-page .social-links .social-link--vk {
    background-position: 50% 0;
}
#contacts-page .social-links .social-link--fb {
    background-position: 100% 0;
}
#contacts-page .map-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 77vh;
    position: relative;
}
#contacts-page .map-container .js-encoded,
#contacts-page .map-container .js-encoded iframe,
#contacts-page .map-container .map-global {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#contacts-page .map-container [class*="ymaps-2"][class*="-ground-pane"],
#contacts-page .map-container .ymaps-layers-pane {
    filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
}
#contacts-page .center-office-block {
    position: relative;
    width: 700px;
    margin-bottom: 60px;
    max-width: calc(100% - 20px);
    padding: 40px 50px;
    background-color: #fff;
    box-sizing: border-box;
}
@media (min-width: 1420px) {
    #contacts-page .center-office-block {
        margin-left: calc(((100% - 1250px) / 2));
    }
}
@media (max-width: 1420px) {
    #contacts-page .center-office-block {
        margin-left: 10px;
    }
}
#contacts-page .center-office-block .center-office_name {
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: 500;
}
#contacts-page .center-office-block .center-office_main {
    padding-bottom: 40px;
    border-bottom: 1px solid #f2f2f2;
}
#contacts-page .center-office-block .center-office_main .icon-row {
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
#contacts-page .center-office-block .center-office_main .icon-row:not(:last-child) {
    margin-bottom: 30px;
}
#contacts-page .center-office-block .center-office_main .icon-row:last-child {
    margin-bottom: 0;
}
#contacts-page .center-office-block .center-office_main .icon-row_icon {
    width: 25px;
    height: 25px;
    margin-right: 12px;
}
#contacts-page .center-office-block .center-office_main .icon-row_txt {
    font-size: 18px;
    font-weight: 500;
}
#contacts-page .center-office-block .center-office_main .icon-row_txt span {
    font-weight: 300;
    color: #787878;
}
#contacts-page .center-office-block .center-office_contacts {
    margin: 25px 0 30px;
}
#contacts-page .center-office-block .center-office_contact {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#contacts-page .center-office-block .center-office_contact:not(:last-child) {
    margin-bottom: 30px;
}
#contacts-page .center-office-block .center-office_contact span {
    font-size: 20px;
    font-weight: 500;
}
#contacts-page .center-office-block .center-office_contact_link-block {
    font-weight: 300;
}
#contacts-page .center-office-block .center-office_contact_link-block a {
    border-bottom: 1px solid;
}
#contacts-page .center-office-block .center-office_contact_link-block a:hover {
    border-color: transparent;
}
#contacts-page .akkordeon-block:not(:last-child) {
    padding-bottom: 45px;
    margin-bottom: 35px;
    border-bottom: 1px solid #f2f2f2;
}
#contacts-page .akkordeon-block_arrow {
    fill: #313131;
}
#contacts-page .other-countries {
    padding-top: 150px;
    padding-bottom: 150px;
}
#contacts-page .other-countries h2 {
    margin-bottom: 75px;
}
#contacts-page .other-countries h5 {
    font-size: 24px;
    font-weight: 500;
}
#contacts-page .other-countries .office_cols {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 45px;
    font-weight: 300;
}
#contacts-page .other-countries .office_cols .office_col {
    width: calc(50% - 20px);
    max-width: 600px;
}
#contacts-page .other-countries .office_cols .office_col_name,
#contacts-page .other-countries .office_cols .office_col_note {
    color: #787878;
}
#contacts-page .other-countries .office_cols .office_col_name a,
#contacts-page .other-countries .office_cols .office_col_note a {
    font-weight: normal;
    color: #2d2d2d;
}
#contacts-page .other-countries .office_cols .office_col_name {
    font-size: 24px;
}
#contacts-page .other-countries .office_cols .office_col_note:not(:last-child) {
    margin-bottom: 15px;
}
#contacts-page .other-countries .office_cols .countries-list {
    margin: 50px 0;
}
#contacts-page .other-countries .office_cols .country-item:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #f2f2f2;
}
#contacts-page .other-countries .office_cols .country-item_name {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 500;
}
#contacts-page .other-countries .office_cols .country-item_name:before {
    content: "";
    display: block;
    width: 30px;
    height: 20px;
    margin-right: 10px;
    background-image: url("/assets/css/../images/countries.png");
}
#contacts-page .other-countries .office_cols .country-item_info {
    line-height: 2em;
    color: #787878;
}
#contacts-page .other-countries .office_cols .country-item_info a {
    color: #2d2d2d;
    font-weight: normal;
    border-bottom: 1px solid;
}
#contacts-page .other-countries .office_cols .country-item--az .country-item_name:before {
    background-position: -30px 0;
}
#contacts-page .other-countries .office_cols .country-item--bl .country-item_name:before {
    background-position: -60px 0;
}
#contacts-page .other-countries .office_cols .country-item--kz .country-item_name:before {
    background-position: -180px 0;
}
#contacts-page .other-countries .office_cols .country-item--kg .country-item_name:before {
    background-position: -150px 0;
}
#contacts-page .other-countries .office_cols .country-item--uz .country-item_name:before {
    background-position: -360px 0;
}
#contacts-page .other-countries .office_cols .country-item--ar .country-item_name:before {
    background-position: 0 0;
}
#contacts-page .other-countries .office_cols .country-item--ge .country-item_name:before {
    background-position: -90px 0;
}
#contacts-page .other-countries .office_cols .country-item--mld .country-item_name:before {
    background-position: -240px 0;
}
#contacts-page .other-countries .office_cols .country-item--tj .country-item_name:before {
    background-position: -300px 0;
}
#contacts-page .other-countries .office_cols .country-item--tkm .country-item_name:before {
    background-position: -330px 0;
}
#contacts-page .other-countries .office_cols .country-item--mng .country-item_name:before {
    background-position: -270px 0;
}
#contacts-page .other-countries .office_cols .country-item--vt .country-item_name:before {
    background-position: -390px 0;
}
#contacts-page .other-countries .office_cols .country-item--kam .country-item_name:before {
    background-position: -120px 0;
}
#contacts-page .other-countries .office_cols .country-item--mex .country-item_name:before {
    background-position: -210px 0;
}
@media (max-width: 1440px) {
    #social .social-projects {
        margin: 0 0 30px;
        padding: 100px 0;
    }
    #history-page .history-item_year {
        font-size: 120px;
    }
    #manufacture-page .manufacture-complex {
        padding-top: 100px;
    }
    #manufacture-page .manufacture-feature {
        padding: 270px 0 55px;
    }
    #manufacture-page .manufacture-potencial {
        padding: 100px 0 25px;
    }
}
@media (max-width: 1200px) {
    #about .about-values {
        padding: 70px 0;
    }
    #about .about-values_values-list {
        margin-top: 50px;
    }
    #social .social-projects {
        padding: 70px 0;
    }
    #history-page h1 {
        font-size: 52px;
    }
    #history-page .history-item:nth-child(odd) .history-item_preview {
        margin-right: 100px;
    }
    #history-page .history-item:nth-child(even) .history-item_preview {
        margin-left: 100px;
    }
    #history-page .history-item_year {
        font-size: 130px;
    }
    #history-page .history-item_description h4 {
        font-size: 26px;
    }
    #manufacture-page .manufacture-complex {
        padding-top: 70px;
    }
    #manufacture-page .manufacture-complex_video-row {
        padding-left: 0;
    }
    #manufacture-page .manufacture-feature {
        padding: 240px 0 0;
    }
    #manufacture-page .manufacture-feature h3 {
        margin-bottom: 45px;
    }
    #manufacture-page .manufacture-potencial {
        padding: 70px 0 0;
    }
    #contacts-page h1,
    #contacts-page h2 {
        font-size: 52px;
    }
    #contacts-page .akkordeon-block:not(:last-child) {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    #contacts-page .other-countries {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    #contacts-page .other-countries h2 {
        margin-bottom: 55px;
    }
    #contacts-page .other-countries .office_cols {
        margin-top: 25px;
    }
    #contacts-page .other-countries .office_cols .countries-list {
        margin: 30px 0;
    }
}
@media (max-width: 1024px) {
    #about .about-values_value-item_img {
        width: 250px;
        margin-right: 25px;
    }
    #about .about-values_value-item_title {
        margin-bottom: 15px;
        font-size: 25px;
    }
    #social .social-projects {
        padding: 70px 0 40px;
        margin-bottom: 0;
    }
    #social .social-projects .projects-list {
        margin-top: 50px;
    }
    #social .help-figures .wrapper-figures {
        margin-top: 50px;
    }
    #history-page {
        padding-bottom: 70px;
    }
    #history-page .history-item:nth-child(odd) .history-item_preview {
        margin-right: 70px;
    }
    #history-page .history-item:nth-child(even) .history-item_preview {
        margin-left: 70px;
    }
    #history-page .history-item:not(:last-child) {
        margin-bottom: 100px;
    }
    #history-page .history-item_year {
        margin-bottom: 25px;
        font-size: 100px;
    }
    #history-page .history-item_description {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(50% - 30px);
    }
    #history-page .history-item_description h4 {
        font-size: 20px;
    }
    #history-page .history-item_description h4:not(:first-child) {
        margin-top: 25px;
    }
    #manufacture-page .manufacture-complex_top-row_body {
        width: 60%;
    }
    #manufacture-page .manufacture-complex_top-row_img {
        width: 40%;
    }
    #manufacture-page .manufacture-complex_video-row .video-title {
        margin-bottom: 15px;
        font-size: 22px;
    }
    #contacts-page .page-header {
        margin-bottom: 15px;
    }
    #contacts-page h1,
    #contacts-page h2 {
        font-size: 40px;
    }
    #contacts-page .map-container {
        height: auto;
    }
    #contacts-page .center-office-block {
        width: 100%;
        margin-bottom: 0;
        padding: 0;
    }
    #contacts-page .center-office-block .center-office_name {
        margin-bottom: 15px;
        font-size: 26px;
    }
    #contacts-page .center-office-block .center-office_main {
        padding-bottom: 20px;
    }
    #contacts-page .center-office-block .center-office_contacts {
        margin: 20px 0 30px;
    }
    #contacts-page .other-countries h2 {
        margin-bottom: 25px;
    }
    #contacts-page .other-countries .office_cols {
        display: block;
    }
    #contacts-page .other-countries .office_cols .office_col {
        width: 100%;
        max-width: none;
    }
    #contacts-page .other-countries .office_cols .office_col:not(:last-child) {
        margin-bottom: 50px;
    }
    #contacts-page .other-countries .office_cols .countries-list {
        margin: 20px 0;
    }
    #contacts-page .other-countries .office_cols .country-item:not(:last-child) {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    #contacts-page .other-countries .office_cols .country-item_name {
        margin-bottom: 15px;
    }
}
@media (max-width: 768px) {
    #about .children-pages-links .proportion-el_body {
        height: 200px;
        box-sizing: border-box;
    }
    #about .about-values {
        padding: 50px 0;
    }
    #about .about-values_body .simple-container {
        padding: 0;
    }
    #about .about-values_body h3 {
        padding: 0 20px;
    }
    #about .about-values_values-list {
        margin-top: 0;
    }
    #about .about-values_value-item {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
    }
    #about .about-values_value-item:not(:last-child) {
        margin-bottom: 25px;
    }
    #about .about-values_value-item_img {
        margin: 0;
        width: 100%;
        margin-bottom: 15px;
        max-height: 250px;
    }
    #about .about-values_value-item_content {
        padding: 0 20px;
    }
    #about .about-values_value-item_title {
        font-size: 20px;
    }
    #social .social-projects {
        padding: 50px 0;
    }
    #social .social-projects .project-item {
        width: 100%;
    }
    #social .social-projects .project-item_icon {
        margin-right: 15px;
    }
    #social .social-projects .project-item:last-child {
        margin-bottom: 0;
    }
    #social .help-figures .wrapper-figures {
        margin-top: 0;
    }
    #history-page h1 {
        font-size: 26px;
    }
    #history-page .anchor-links {
        margin-top: 30px;
    }
    #history-page .wrapper-histories {
        margin-top: 0;
        padding: 50px 0;
    }
    #history-page .wrapper-histories:before {
        content: none;
    }
    #history-page .history-item {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #history-page .history-item:nth-child(odd) .history-item_preview {
        margin-right: 0;
        text-align: center;
    }
    #history-page .history-item:nth-child(even) .history-item_preview {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-left: 0;
        text-align: center;
    }
    #history-page .history-item:not(:last-child) {
        margin-bottom: 50px;
    }
    #history-page .history-item_preview {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    #history-page .history-item_year {
        margin-bottom: 15px;
        font-size: 30px;
    }
    #history-page .history-item_year br {
        display: none;
    }
    #history-page .history-item_description {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        margin-top: 10px;
        padding-top: 0;
    }
    #manufacture-page .manufacture-complex {
        padding-top: 50px;
    }
    #manufacture-page .manufacture-complex h3 {
        margin-bottom: 25px;
    }
    #manufacture-page .manufacture-complex_top-row {
        position: relative;
    }
    #manufacture-page .manufacture-complex_top-row_body {
        width: 100%;
    }
    #manufacture-page .manufacture-complex_top-row_img {
        position: absolute;
        top: 0;
        right: 10px;
    }
    #manufacture-page .manufacture-feature {
        padding: 220px 0 0;
    }
    #manufacture-page .manufacture-feature h3 {
        margin-bottom: 25px;
    }
    #manufacture-page .manufacture-feature .feature-items .feature-item {
        width: 100%;
        margin-bottom: 25px;
    }
    #manufacture-page .manufacture-feature .feature-items .feature-item:nth-child(odd) {
        margin-right: 0;
    }
    #manufacture-page .manufacture-potencial {
        padding: 50px 0 0;
    }
    #manufacture-page .manufacture-potencial .wrapper-figures {
        margin-top: 35px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #contacts-page .page-header {
        display: block;
    }
    #contacts-page .page-header .flex.social-links {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    #contacts-page h1 {
        margin-bottom: 15px;
    }
    #contacts-page h1,
    #contacts-page h2 {
        font-size: 26px;
    }
    #contacts-page .social-links .social-link {
        width: 30px;
        height: 30px;
        background-size: cover;
    }
    #contacts-page .social-links .social-link:not(:last-child) {
        margin-right: 15px;
    }
    #contacts-page .center-office-block .center-office_name {
        font-size: 22px;
    }
    #contacts-page .center-office-block .center-office_contact {
        display: block;
    }
    #contacts-page .center-office-block .center-office_contact:not(:last-child) {
        margin-bottom: 20px;
    }
    #contacts-page .center-office-block .center-office_contact_link-block {
        margin-top: 5px;
    }
    #contacts-page .akkordeon-block:not(:last-child) {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    #contacts-page .other-countries {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #contacts-page .other-countries h2 {
        font-size: 21px;
    }
    #contacts-page .other-countries h5 {
        font-size: 20px;
    }
    #contacts-page .other-countries .office_cols .office_col_name {
        font-size: 20px;
    }
    #contacts-page .other-countries .office_cols .country-item_name {
        font-size: 18px;
    }
}
@media (max-width: 576px) {
    #about .children-pages-links .proportion-el_body {
        height: 160px;
    }
    #about .about-values_value-item_img {
        max-height: 180px;
    }
}
#about .section-about {
    padding: 130px 0 80px;
    background: url("/assets/css/../images/about/about_main/welcome-screen_background.png") center center/cover no-repeat;
    position: relative;
    display: block;
}
#about .section-about:before {
    content: "";
    top: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 54.64%, rgba(255, 255, 255, 0.85) 100%),
    radial-gradient(
        62.6% 470.99% at 5.47% 37.57%,
        rgba(255, 255, 255, 0.75) 0%,
        rgba(255, 255, 255, 0.623) 27.38%,
        rgba(255, 255, 255, 0) 100%
    );
}
#about .section-about .simple-container {
    z-index: 5;
    position: relative;
}
#about .section-about .txt-col {
    margin-bottom: 55px;
    z-index: 5;
    padding-left: 0;
}
#about .section-about .txt-col p {
    font-weight: 300;
    color: #2d2d2d;
    margin-bottom: 15px;
}
#about .section-about .txt-col p span {
    font-weight: 500;
}
#about .section-about__achievments {
    z-index: 5;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}
#about .section-about__achievments .achievments__item {
    background: rgba(252, 221, 22, 0.4);
}
#about .section-about__achievments .achievments__item svg {
    width: 62px;
    height: 62px;
    fill: #2d2d2d;
}
@media (max-width: 768px) {
    #about .section-about {
        padding: 95px 0 100px;
    }
    #about .page-header-with-video .txt-col {
        padding: 0;
    }
}
@media (max-width: 576px) {
    #about .section-about {
        padding: 30px 0 91px;
    }
}
#about .about-values_value-item_img {
    width: 100%;
    max-width: 320px;
    min-width: 320px;
    height: 270px;
}
#about .about-values_value-item:nth-child(1) .about-values_value-item_img {
    background: url("/assets/css/../images/about/about_values_1.jpg") center center/cover no-repeat;
}
#about .about-values_value-item:nth-child(2) .about-values_value-item_img {
    background: url("/assets/css/../images/about/about_values_2.jpg") center center/cover no-repeat;
}
#about .about-values_value-item:nth-child(3) .about-values_value-item_img {
    background: url("/assets/css/../images/about/about_values_3.jpg") center center/cover no-repeat;
}
#about .about-values_value-item:nth-child(4) .about-values_value-item_img {
    background: url("/assets/css/../images/about/about_values_4.jpg") center center/cover no-repeat;
}
@media (max-width: 768px) {
    #about .about-values h3 {
        font-size: 38px;
    }
    #about .about-values_value-item_img {
        max-width: none;
    }
    #about .about-values_value-item_title {
        font-size: 28px;
    }
    #about .about-values_value-item:nth-child(1) .about-values_value-item_img {
        background: url("/assets/css/../images/about/about_values_1--768.jpg") center center/cover no-repeat;
    }
    #about .about-values_value-item:nth-child(2) .about-values_value-item_img {
        background: url("/assets/css/../images/about/about_values_2--768.jpg") center center/cover no-repeat;
    }
    #about .about-values_value-item:nth-child(3) .about-values_value-item_img {
        background: url("/assets/css/../images/about/about_values_3--768.jpg") center center/cover no-repeat;
    }
    #about .about-values_value-item:nth-child(4) .about-values_value-item_img {
        background: url("/assets/css/../images/about/about_values_4--768.jpg") center center/cover no-repeat;
    }
}
@media (max-width: 576px) {
    #about .about-values h3 {
        font-size: 25px;
    }
    #about .about-values_value-item_title {
        font-size: 25px;
    }
}
#manufacture-page .section-about {
    padding: 256px 0;
    position: relative;
    background: url("/assets/css/../images/about/about_production/welcome-screen_background.jpg") top center/cover no-repeat;
}
#manufacture-page .section-about .txt-col {
    z-index: 5;
    padding: 0;
}
#manufacture-page .section-about .txt-col p {
    color: #2d2d2d;
}
#manufacture-page .section-about .txt-col p span {
    font-weight: 700;
}
#manufacture-page .section-about:before {
    content: "";
    top: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(
        69.04% 519.38% at 5.47% 37.57%,
        rgba(255, 255, 255, 0.874) 11.38%,
        rgba(255, 255, 255, 0.75) 40.91%,
        rgba(255, 255, 255, 0) 100%
    );
}
@media (max-width: 1400px) {
    #manufacture-page .section-about .txt-col {
        padding: 0 20px;
    }
}
@media (max-width: 768px) {
    #manufacture-page .section-about {
        padding: 218px 0;
        background-position: right center;
    }
    #manufacture-page .section-about h1 {
        font-size: 38px;
    }
    #manufacture-page .section-about p {
        font-size: 18px;
        max-width: 50%;
    }
    #manufacture-page .section-about:before {
        background: linear-gradient(88.01deg, rgba(255, 255, 255, 0.902) 3.18%, rgba(255, 255, 255, 0) 91.74%);
    }
}
@media (max-width: 576px) {
    #manufacture-page .section-about {
        padding: 218px 0 188px;
    }
    #manufacture-page .section-about h1 {
        font-size: 28px;
    }
    #manufacture-page .section-about p {
        max-width: 100%;
    }
    #manufacture-page .section-about:before {
        background: linear-gradient(94.41deg, rgba(255, 255, 255, 0.902) 13.24%, rgba(255, 255, 255, 0) 89%);
    }
}
#manufacture-page .section-standarts {
    padding: 100px 0 150px;
}
#manufacture-page .section-standarts__container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}
#manufacture-page .section-standarts__row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
#manufacture-page .section-standarts__item {
    padding: 50px 30px;
    background: #f6f6f6;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
    width: 60%;
}
#manufacture-page .section-standarts__item--40 {
    width: 40%;
}
#manufacture-page .section-standarts__item svg {
    width: 100px;
    height: 80px;
    fill: #fadc19;
}
#manufacture-page .section-standarts__item p span {
    font-weight: 600;
}
@media (max-width: 768px) {
    #manufacture-page .section-standarts {
        padding: 100px 0;
    }
    #manufacture-page .section-standarts__item {
        width: 50%;
        padding: 25px;
    }
    #manufacture-page .section-standarts__item svg {
        width: 58px;
        height: 46px;
    }
    #manufacture-page .section-standarts__item p {
        font-size: 16px;
    }
    #manufacture-page .section-standarts__item--40 {
        width: 50%;
    }
}
@media (max-width: 576px) {
    #manufacture-page .section-standarts {
        padding: 70px 0;
    }
    #manufacture-page .section-standarts__row {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #manufacture-page .section-standarts__item {
        padding: 25px 15px;
        width: auto;
    }
    #manufacture-page .section-standarts__item--40 {
        width: auto;
    }
}
#manufacture-page .manufacture-complex {
    padding: 0 0 150px;
}
#manufacture-page .manufacture-complex_top-row {
    display: block;
}
#manufacture-page .manufacture-complex_top-row_body .icon-row:last-child {
    margin-bottom: 0;
}
#manufacture-page .manufacture-complex_top-row_body .icon-row_txt {
    color: #787878;
}
#manufacture-page .manufacture-complex_top-row_img {
    z-index: unset;
    width: unset;
}
#manufacture-page .manufacture-complex_top-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 55px;
}
@media (max-width: 768px) {
    #manufacture-page .manufacture-complex {
        padding-bottom: 85px;
    }
    #manufacture-page .manufacture-complex_top-row h3 {
        font-size: 38px;
        margin-bottom: 50px;
    }
    #manufacture-page .manufacture-complex_top-row_img {
        position: unset;
        max-height: 440px;
    }
    #manufacture-page .manufacture-complex_top-container {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 40px;
    }
}
@media (max-width: 576px) {
    #manufacture-page .manufacture-complex {
        padding-bottom: 58px;
    }
    #manufacture-page .manufacture-complex_top-row h3 {
        font-size: 25px;
        margin-bottom: 30px;
    }
    #manufacture-page .manufacture-complex_top-row_img {
        max-height: 300px;
    }
    #manufacture-page .manufacture-complex_top-container {
        gap: 48px;
    }
}
#manufacture-page .manufacture-feature {
    margin-top: 0;
    padding: 0 0 150px;
    background: none;
}
#manufacture-page .manufacture-feature .feature-items .feature-item .close-btn {
    display: none;
}
@media (max-width: 768px) {
    #manufacture-page .manufacture-feature {
        padding-bottom: 85px;
    }
    #manufacture-page .manufacture-feature h3 {
        font-size: 38px;
        margin-bottom: 50px;
    }
    #manufacture-page .manufacture-feature .feature-items .feature-item_name {
        font-size: 18px;
    }
}
@media (max-width: 576px) {
    body.disabled {
        overflow-y: hidden;
    }
    #manufacture-page {
        position: relative;
    }
    #manufacture-page .overlay {
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 10;
        overflow: hidden;
        background: rgba(92, 92, 92, 0.5);
    }
    #manufacture-page .manufacture-feature {
        padding-bottom: 70px;
    }
    #manufacture-page .manufacture-feature .feature-items .feature-item_name {
        font-size: 16px;
    }
    #manufacture-page .manufacture-feature .feature-items .feature-item:hover .feature-item_desc {
        display: none;
    }
    #manufacture-page .manufacture-feature .feature-items .feature-item.active .feature-item_desc {
        display: block;
        position: fixed;
        top: 30%;
        z-index: 15;
        margin: auto;
        right: 0;
        width: 80%;
        padding-right: 40px;
    }
    #manufacture-page .manufacture-feature .feature-items .feature-item.active .feature-item_desc:before {
        display: none;
    }
    #manufacture-page .manufacture-feature .feature-items .feature-item.active .feature-item_desc body {
        overflow: hidden;
    }
    #manufacture-page .manufacture-feature .feature-items .feature-item.active .close-btn {
        position: fixed;
        top: calc(30% + 15px);
        right: calc(0% + 45px);
        z-index: 16;
        width: 25px;
        height: 25px;
        fill: #787878;
        display: block;
    }
    #manufacture-page .manufacture-feature h3 {
        font-size: 25px;
        margin-bottom: 30px;
    }
}
@media (max-width: 425px) {
    #manufacture-page .manufacture-feature .feature-items .feature-item.active .feature-item_desc {
        width: 70%;
    }
    #manufacture-page .manufacture-feature .feature-items .feature-item.active .close-btn {
        right: calc(0% + 45px);
    }
}
@media (max-width: 375px) {
    #manufacture-page .manufacture-feature .feature-items .feature-item.active .close-btn {
        right: calc(0% + 30px);
    }
}
#social .section-about {
    padding: 236px 0;
    position: relative;
    background: url("/assets/css/../images/about/about_social-responsibility/welcome-screen_background.png") center center/cover
    no-repeat;
}
#social .section-about .txt-col {
    z-index: 5;
    padding: 0;
}
#social .section-about .txt-col p {
    color: #2d2d2d;
}
#social .section-about:before {
    content: "";
    top: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(
        69.04% 519.38% at 5.47% 37.57%,
        rgba(255, 255, 255, 0.874) 11.38%,
        rgba(255, 255, 255, 0.75) 40.91%,
        rgba(255, 255, 255, 0) 100%
    );
}
@media (max-width: 1400px) {
    #social .section-about .txt-col {
        padding: 0 20px;
    }
}
@media (max-width: 768px) {
    #social .section-about {
        padding: 220px 0;
        background-image: url("/assets/css/../images/about/about_social-responsibility/welcome-screen_background--768.png");
    }
    #social .section-about h1 {
        font-size: 38px;
    }
    #social .section-about p {
        font-size: 18px;
        max-width: 50%;
    }
    #social .section-about:before {
        background: linear-gradient(89.03deg, rgba(255, 255, 255, 0.902) 9.38%, rgba(255, 255, 255, 0) 55.55%);
    }
}
@media (max-width: 576px) {
    #social .section-about {
        padding: 215px 0;
    }
    #social .section-about h1 {
        font-size: 28px;
    }
    #social .section-about p {
        max-width: 100%;
    }
    #social .section-about:before {
        background: radial-gradient(
            110.24% 634.96% at 2.97% 39.33%,
            rgba(255, 255, 255, 0.75) 0%,
            rgba(255, 255, 255, 0.623) 44.17%,
            rgba(255, 255, 255, 0) 100%
        );
    }
}
#social .social-projects {
    margin: 0;
    padding: 100px 0 150px;
}
#social .social-projects .projects-list {
    margin: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
    gap: 46px 0;
}
#social .social-projects .projects-list .project-item {
    margin: 0;
    width: 100%;
}
#social .social-projects .projects-list .project-item_title span {
    font-size: 36px;
}
@media (max-width: 768px) {
    #social .social-projects {
        padding: 60px 0 100px;
    }
    #social .social-projects .projects-list {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
        gap: 50px 70px;
    }
    #social .social-projects .projects-list .project-item_icon {
        margin-right: 20px;
    }
}
@media (max-width: 576px) {
    #social .social-projects {
        padding: 50px 0 70px;
    }
    #social .social-projects .projects-list {
        -ms-grid-columns: (1fr) [1];
        grid-template-columns: repeat(1, 1fr);
        gap: 35px 0;
    }
    #social .social-projects .projects-list .project-item_icon {
        margin-right: 20px;
    }
}
#social .section-projects {
    padding-bottom: 150px;
}
#social .section-projects .project__list {
    gap: 75px;
}
#social .section-projects .project__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
}
#social .section-projects .project__item:not(:last-child) {
    margin-bottom: 75px;
}
#social .section-projects .project__item:nth-child(1) .project__img {
    background: url("/assets/css/../images/about/about_social-responsibility/project-1.png") center center/cover no-repeat;
}
#social .section-projects .project__item:nth-child(2) .project__img {
    background: url("/assets/css/../images/about/about_social-responsibility/project-2.png") center center/cover no-repeat;
}
#social .section-projects .project__item:nth-child(3) .project__img {
    background: url("/assets/css/../images/about/about_social-responsibility/project-3.png") center center/cover no-repeat;
}
#social .section-projects .project__item:nth-child(4) .project__img {
    background: url("/assets/css/../images/about/about_social-responsibility/project-4.png") center center/cover no-repeat;
}
#social .section-projects .project__item:nth-child(5) .project__img {
    background: url("/assets/css/../images/about/about_social-responsibility/project-5.png") center center/cover no-repeat;
}
#social .section-projects .project__item:nth-child(6) .project__img {
    background: url("/assets/css/../images/about/about_social-responsibility/project-6.png") center center/cover no-repeat;
}
#social .section-projects .project__img {
    width: 100%;
    max-width: 320px;
    min-width: 320px;
    height: 270px;
}
#social .section-projects .project__content h6 {
    font-weight: 500;
    font-size: 32px;
    margin-bottom: 27px;
}
#social .section-projects h3 {
    margin-bottom: 75px;
}
@media (max-width: 768px) {
    #social .section-projects {
        padding-bottom: 70px;
    }
    #social .section-projects .simple-container {
        padding: 0;
    }
    #social .section-projects h3 {
        padding: 0 20px;
    }
    #social .section-projects .project__img {
        max-height: 250px;
        max-width: none;
    }
    #social .section-projects .project__content {
        padding: 0 20px;
    }
    #social .section-projects .project__item {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px;
    }
    #social .section-projects .project__item:not(:last-child) {
        margin-bottom: 50px;
    }
    #social .section-projects .project__item:nth-child(1) .project__img {
        background: url("/assets/css/../images/about/about_social-responsibility/project-1--768.png") center center/cover no-repeat;
    }
    #social .section-projects .project__item:nth-child(2) .project__img {
        background: url("/assets/css/../images/about/about_social-responsibility/project-2--768.png") center center/cover no-repeat;
    }
    #social .section-projects .project__item:nth-child(3) .project__img {
        background: url("/assets/css/../images/about/about_social-responsibility/project-3--768.png") center center/cover no-repeat;
    }
    #social .section-projects .project__item:nth-child(4) .project__img {
        background: url("/assets/css/../images/about/about_social-responsibility/project-4--768.png") center center/cover no-repeat;
    }
    #social .section-projects .project__item:nth-child(5) .project__img {
        background: url("/assets/css/../images/about/about_social-responsibility/project-5--768.png") center center/cover no-repeat;
    }
    #social .section-projects .project__item:nth-child(6) .project__img {
        background: url("/assets/css/../images/about/about_social-responsibility/project-6--768.png") center center/cover no-repeat;
    }
    #social .section-projects .project__content h6 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    #social .section-projects h3 {
        font-size: 38px;
        margin-bottom: 25px;
    }
}
@media (max-width: 576px) {
    #social .section-projects h3 {
        font-size: 25px;
        margin-bottom: 40px;
    }
    #social .section-projects .project__item:not(:last-child) {
        margin-bottom: 40px;
    }
    #social .section-projects .project__img {
        max-height: 180px;
    }
    #social .section-projects .project__content h6 {
        font-size: 25px;
    }
}
#history-page .videoPopup {
    display: none;
}
#history-page .videoPopup:before {
    content: "";
    background: rgba(58, 58, 58, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
#history-page .videoPopup__close {
    cursor: pointer;
    position: absolute;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    top: -30px;
    right: -30px;
}
#history-page .videoPopup__close svg {
    width: 30px;
    height: 30px;
    fill: #000;
}
#history-page .videoPopup__body {
    position: fixed;
    margin: auto;
    text-align: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 70vw;
    max-height: 535px;
    border-radius: 10px;
    background: #fff;
    z-index: 105;
    opacity: 1;
}
#history-page .videoPopup__body iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
@media (max-width: 768px) {
    #history-page .videoPopup__body {
        max-height: 365px;
        width: 85vw;
    }
}
@media (max-width: 576px) {
    #history-page .videoPopup__body {
        width: 80vw;
    }
}
#history-page .section-about {
    padding: 96px 0 275px;
    position: relative;
}
#history-page .section-about .simple-container {
    z-index: 5;
}
#history-page .section-about:before {
    content: "";
    position: absolute;
    display: block;
    z-index: 1;
    max-width: 350px;
    max-height: 550px;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: url("/assets/css/../images/about/logo.png") center center/contain no-repeat;
}
#history-page .section-about .txt-col {
    padding: 0;
}
#history-page .section-about .txt-col h1 {
    text-align: unset;
}
#history-page .section-about .txt-col p {
    font-size: 20px;
    margin-bottom: 45px;
}
@media (max-width: 768px) {
    #history-page .section-about {
        padding: 136px 0 206px;
    }
    #history-page .section-about .txt-col h1 {
        font-size: 38px;
    }
    #history-page .section-about .txt-col p {
        font-size: 18px;
        margin-bottom: 35px;
    }
    #history-page .section-about:before {
        top: 60px;
        max-width: 230px;
        max-height: 360px;
    }
}
@media (max-width: 576px) {
    #history-page .section-about {
        padding: 98px 0 90px;
    }
    #history-page .section-about .txt-col h1 {
        font-size: 25px;
    }
    #history-page .section-about .txt-col p {
        margin-bottom: 40px;
    }
    #history-page .section-about .txt-col .btn {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #history-page .section-about:before {
        top: 20px;
        right: 10px;
        max-width: 110px;
        max-height: 170px;
    }
}
#history-page .section-history {
    position: relative;
}
#history-page .section-history .yellow-circle {
    left: calc(50% - 25px);
}
#history-page .section-history .wrapper-histories .history-item {
    z-index: 5;
}
#history-page .section-history .wrapper-histories .history-item.align-right {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
#history-page .section-history .wrapper-histories .history-item.align-right .history-item__singular {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 8%;
    gap: 40px;
}
#history-page .section-history .wrapper-histories .history-item.align-right .history-item__singular:not(:nth-child(2)) {
    margin-top: 50px;
}
#history-page .section-history .wrapper-histories .history-item.align-right .history-item_year {
    position: relative;
    right: 50%;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 100%;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: calc(100% + 70px);
    max-width: none;
}
#history-page .section-history .wrapper-histories .history-item.align-right .history-item_description {
    padding-top: 0;
}
#history-page .section-history .wrapper-histories .history-item.align-right .history-item_preview {
    position: relative;
    width: 700px;
    margin: 0;
    -webkit-order: unset;
    -ms-flex-order: unset;
    order: unset;
    min-height: 300px;
}
#history-page .section-history .wrapper-histories .history-item.align-right .history-item_preview img {
    position: absolute;
    top: 0;
    right: 0;
}
#history-page .section-history .wrapper-histories .history-item.align-left {
    display: block;
}
#history-page .section-history .wrapper-histories .history-item.align-left .history-item__singular {
    margin-bottom: 50px;
    gap: 50px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#history-page .section-history .wrapper-histories .history-item.align-left .history-item__singular:first-child {
    margin-top: -160px;
}
#history-page .section-history .wrapper-histories .history-item.align-left .history-item_preview {
    margin: 0;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
#history-page .section-history .wrapper-histories .history-item.align-left .history-item_description {
    padding: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 50%;
}
#history-page .section-history .wrapper-histories .history-item.align-left .history-item_year {
    margin-right: 60px;
    position: relative;
    right: 50%;
    -webkit-transform: translate(-25px, calc(100% + 25px));
    -ms-transform: translate(-25px, calc(100% + 25px));
    transform: translate(-25px, calc(100% + 25px));
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: none;
}
#history-page .section-history .wrapper-histories .history-item_year {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 1440px) {
    #history-page .section-history .wrapper-histories .history-item.align-right .history-item_description {
        width: 520px;
    }
    #history-page .section-history .wrapper-histories .history-item.align-right .history-item_year {
        width: unset;
    }
    #history-page .section-history .wrapper-histories .history-item.align-left .history-item_year {
        -webkit-transform: translate(15px, calc(100% + 25px));
        -ms-transform: translate(15px, calc(100% + 25px));
        transform: translate(15px, calc(100% + 25px));
    }
}
@media (max-width: 1280px) {
    #history-page .section-history .wrapper-histories .history-item.align-left .history-item_description {
        margin-left: 55%;
    }
    #history-page .section-history .wrapper-histories .history-item.align-left .history-item_year {
        -webkit-transform: translate(20px, calc(100% + 25px));
        -ms-transform: translate(20px, calc(100% + 25px));
        transform: translate(20px, calc(100% + 25px));
    }
    #history-page .section-history .wrapper-histories .history-item.align-right .history-item_year {
        margin-left: calc(100% + 50px);
    }
}
@media (max-width: 1024px) {
    #history-page .section-history .wrapper-histories .history-item.align-right .history-item_description {
        width: 30vw;
    }
    #history-page .section-history .wrapper-histories .history-item.align-right .history-item_year {
        margin-left: calc(100% + 100px);
    }
    #history-page .section-history .wrapper-histories .history-item.align-left .history-item_year {
        margin-right: 50px;
    }
}
@media (max-width: 768px) {
    #history-page .section-history .yellow-circle {
        display: none;
    }
}
#science-page .science-fig {
    padding: 50px 0 175px;
}
#science-page .science-fig_body {
    background-image: url("/assets/css/../images/science/science-fig-back.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
#science-page .science-fig_item-group {
    display: table;
    position: relative;
}
#science-page .science-fig_title {
    position: absolute;
    font-size: 24px;
}
#science-page .science-fig_item {
    position: absolute;
    max-width: 360px;
}
#science-page .science-fig_item .fig {
    display: block;
    margin-bottom: 10px;
    font-size: 52px;
    font-family: "Rajdhani", sans-serif;
    color: #fcae16;
    line-height: 0.8em;
}
#science-page .science-fig_item .fig span:not(.num) {
    font-weight: 300;
}
#science-page .science-fig_item .fig span.num {
    font-size: 72px;
}
#science-page .science-fig_item .txt {
    font-size: 20px;
    font-weight: 300;
    color: #787878;
}
#science-page .science-fig_item-group--1 {
    margin-left: auto;
    margin-right: 240px;
}
#science-page .science-fig_item-group--1 .science-fig_item--1 {
    right: -240px;
    bottom: -60px;
}
#science-page .science-fig_item-group--2 {
    margin-top: -50px;
}
#science-page .science-fig_item-group--2 .science-fig_title,
#science-page .science-fig_item-group--2 .science-fig_item--1,
#science-page .science-fig_item-group--2 .science-fig_item--2 {
    left: 3%;
}
#science-page .science-fig_item-group--2 .science-fig_title {
    bottom: 87%;
}
#science-page .science-fig_item-group--2 .science-fig_item--1 {
    bottom: 66.5%;
}
#science-page .science-fig_item-group--2 .science-fig_item--2 {
    bottom: 42%;
}
#science-page .science-fig_item-group--3 {
    margin-top: -400px;
    margin-right: 50px;
    margin-left: auto;
}
#science-page .science-fig_item-group--3 .science-fig_item--1,
#science-page .science-fig_item-group--3 .science-fig_item--2 {
    top: 75%;
}
#science-page .science-fig_item-group--3 .science-fig_title {
    left: 34%;
    top: 11%;
}
#science-page .science-fig_item-group--3 .science-fig_item--1 {
    left: 25%;
}
#science-page .science-fig_item-group--3 .science-fig_item--2 {
    left: calc(44% + 210px);
}
#science-page .science-fig_item-group--4 {
    margin-top: -100px;
    margin-left: 170px;
}
#science-page .science-fig_item-group--4 .science-fig_item--1,
#science-page .science-fig_item-group--4 .science-fig_item--2,
#science-page .science-fig_item-group--4 .science-fig_item--3,
#science-page .science-fig_item-group--4 .science-fig_item--4 {
    left: 44.8%;
}
#science-page .science-fig_item-group--4 .science-fig_title {
    left: -170px;
    top: 21%;
}
#science-page .science-fig_item-group--4 .science-fig_item--1 {
    bottom: 74%;
}
#science-page .science-fig_item-group--4 .science-fig_item--2 {
    bottom: 50.5%;
}
#science-page .science-fig_item-group--4 .science-fig_item--3 {
    bottom: 25.5%;
}
#science-page .science-fig_item-group--4 .science-fig_item--4 {
    bottom: 2%;
}
#science-page .children-pages-links .proportion-el:before {
    padding-top: 81.25%;
}
#research-platform-page .wrapper-rows .row:not(:last-child) {
    margin-bottom: 100px;
}
#research-platform-page .claster {
    padding: 225px 0 0;
}
#research-platform-page .claster_items {
    margin-top: 75px;
    padding-bottom: 150px;
    background-image: url("/assets/css/../images/science/claster-back.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 10% top;
}
#research-platform-page .claster_item_img {
    width: 50%;
}
#research-platform-page .claster_item .txt-col {
    width: 50%;
    box-sizing: border-box;
}
#research-platform-page .claster_item:nth-child(odd) .txt-col {
    padding-left: 100px;
}
#research-platform-page .claster_item:nth-child(even) .txt-col {
    padding-right: 100px;
}
#research-platform-page .up-to-date {
    padding-top: 150px;
    background-color: #fafafa;
}
#research-platform-page .up-to-date_body {
    padding-bottom: 150px;
    background-image: url("/assets/css/../images/science/leg-back.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 11% top;
}
#research-platform-page .up-to-date .wrapper-rows {
    margin-top: 100px;
}
#research-platform-page .up-to-date .row img {
    margin-right: 50px;
}
#research-platform-page .up-to-date h6 {
    margin-bottom: 35px;
    font-size: 32px;
    font-weight: 500;
}
#research-platform-page .search-centers {
    padding: 200px 0 150px;
}
#research-platform-page .search-centers .section-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#research-platform-page .search-centers .section-header p {
    max-width: 870px;
}
#research-platform-page .search-centers .figure-item {
    width: 300px;
    margin-left: 100px;
    margin-bottom: 0;
}
#research-platform-page .search-centers .figure-item__kolba-block {
    display: table;
    margin: 0 auto 25px;
    position: relative;
}
#research-platform-page .search-centers .figure-item__num {
    position: absolute;
    font-weight: 500;
    font-size: 96px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
}
#research-platform-page .search-centers .map-img {
    display: block;
    margin: 120px auto 0;
}
#clinic-research-page .summary-data {
    padding-bottom: 150px;
}
#clinic-research-page .summary-data h3 {
    margin-bottom: 100px;
}
#clinic-research-page .summary-data_item .img-block {
    position: relative;
}
#clinic-research-page .summary-data_item .img-block .fig_item {
    position: absolute;
}
#clinic-research-page .summary-data_item .img-block .fig_item .fig {
    display: block;
    margin-bottom: 5px;
    font-size: 100px;
    font-family: "Rajdhani", sans-serif;
    line-height: 0.8em;
    letter-spacing: 0;
}
#clinic-research-page .summary-data_item .img-block .fig_item .txt {
    font-weight: 300;
}
#clinic-research-page .summary-data_item .img-block .fig_item--1 {
    left: 0;
}
#clinic-research-page .summary-data_item .img-block .fig_item--2 {
    left: 81.4%;
    bottom: 81.4%;
}
#clinic-research-page .summary-data_item .img-block .fig_item--3 {
    left: 79.4%;
    bottom: 22.7%;
}
#clinic-research-page .summary-data_item--1 {
    margin-bottom: 100px;
}
#clinic-research-page .summary-data_item--1 svg {
    fill: #fcdd16;
}
#clinic-research-page .summary-data_item--1 .fig_item .fig {
    color: #fcdd16;
}
#clinic-research-page .summary-data_item--1 .fig_item--1 {
    bottom: 51%;
}
#clinic-research-page .summary-data_item--2 svg {
    fill: #fcae16;
}
#clinic-research-page .summary-data_item--2 .fig_item .fig {
    color: #fcae16;
}
#clinic-research-page .summary-data_item--2 .fig_item--1 {
    bottom: 46%;
}
#clinic-research-page .summary-data_item_name {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
    font-size: 32px;
    font-weight: 500;
}
#clinic-research-page .summary-data_item_name svg {
    width: 50px;
    height: 50px;
    margin-right: 25px;
}
#clinic-research-page .summary-data .wrapper-links {
    margin: 150px 0 175px;
}
#clinic-research-page .summary-data .link-item {
    position: relative;
    display: block;
    font-weight: 300;
    padding-right: 45px;
}
#clinic-research-page .summary-data .link-item:not(:last-child) {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #f2f2f2;
}
#clinic-research-page .summary-data .link-item_name {
    margin-bottom: 10px;
    color: #787878;
}
#clinic-research-page .summary-data .link-item_author {
    display: inline;
    font-style: italic;
    font-size: 16px;
}
#clinic-research-page .summary-data .link-item_icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    fill: #787878;
    transition: all 0.2s;
}
#clinic-research-page .summary-data .link-item:hover .link-item_author {
    color: #000;
    border-bottom: 1px solid #fcdd16;
}
#clinic-research-page .summary-data .link-item:hover .link-item_icon {
    fill: #fcdd16;
}
#clinic-research-page .summary-data_bottom-block {
    max-width: 1120px;
}
#clinic-research-page .summary-data h4 {
    font-size: 32px;
}
#science-publications-page {
    padding: 0 0 150px;
}
#science-publications-page .spec-articles__tags {
    margin-left: -7px;
    margin-right: -7px;
}
#science-publications-page .spec-articles__tags-item {
    display: inline-block;
    padding: 5px 7px;
}
#science-publications-page .spec-articles__tags-item.link-with-line:after {
    left: 7px;
    right: 7px;
}
#science-publications-page .publications-block {
    margin-top: 200px;
}
#science-publications-page .publications_list {
    margin: 100px 0 0;
}
#science-publications-page .publications_item:not(:last-child) {
    padding-bottom: 45px;
    margin-bottom: 45px;
    border-bottom: 1px solid #f2f2f2;
}
#science-publications-page .publications_item-title {
    margin-bottom: 25px;
}
#science-publications-page .publications_item-title h5 {
    font-size: 24px;
    font-weight: 500;
}
#science-publications-page .publications_item-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
#science-publications-page .publications_item-www {
    margin-right: 25px;
    border-bottom: 1px solid;
    display: table;
}
#science-publications-page .publications_item-www:hover {
    color: #fcdd16;
}
#science-publications-page .publications_item-authors,
#science-publications-page .publications_item-magazine {
    color: #787878;
}
#science-publications-page .publications_item-magazine {
    margin-top: 25px;
}
#science-publications-page .akkordeon-block_name {
    font-size: 20px;
}
#science-publications-page .akkordeon-block_body {
    font-size: 20px;
    font-weight: 300;
}
#science-publications-page .akkordeon-block_body * {
    font-size: 20px;
}
#science-publications-page .akkordeon-block_body img {
    display: block;
    margin: 15px auto;
}
#science-publications-page .akkordeon-block.active .akkordeon-block_arrow {
    fill: #fcdd16;
}
#science-publications-page .akkordeon-block.active .akkordeon-block_body {
    padding-top: 40px;
}
@media (max-width: 1400px) {
    #science-page .science-fig {
        padding: 0 0 50px;
    }
    #research-platform-page .claster {
        padding: 100px 0 0;
    }
    #research-platform-page .up-to-date {
        padding-top: 100px;
    }
    #research-platform-page .up-to-date_body {
        padding-bottom: 100px;
    }
    #research-platform-page .search-centers {
        padding: 100px 0;
    }
    #clinic-research-page .summary-data {
        padding-bottom: 100px;
    }
    #clinic-research-page .summary-data .wrapper-links {
        margin: 100px 0;
    }
    #science-publications-page {
        padding: 0 0 100px;
    }
    #science-publications-page .publications-block {
        margin-top: 100px;
    }
}
@media (max-width: 1200px) {
    #science-page .science-fig_item-group--2 {
        margin-top: 0;
    }
    #science-page .science-fig_item-group--3 {
        margin-top: -230px;
    }
    #research-platform-page .wrapper-rows .row:not(:last-child) {
        margin-bottom: 70px;
    }
    #research-platform-page .claster {
        padding: 70px 0;
    }
    #research-platform-page .claster_items {
        margin-top: 45px;
        padding-bottom: 70px;
    }
    #research-platform-page .up-to-date {
        padding-top: 70px;
    }
    #research-platform-page .up-to-date_body {
        padding-bottom: 70px;
    }
    #research-platform-page .search-centers {
        padding: 70px 0;
    }
    #clinic-research-page .summary-data {
        padding-bottom: 70px;
    }
    #clinic-research-page .summary-data h3 {
        margin-bottom: 70px;
    }
    #clinic-research-page .summary-data_item_name {
        font-size: 28px;
    }
    #clinic-research-page .summary-data .wrapper-links {
        margin: 70px 0;
    }
    #clinic-research-page .summary-data h4 {
        font-size: 28px;
    }
    #science-publications-page {
        padding: 0 0 70px;
    }
    #science-publications-page .publications-block {
        margin-top: 70px;
    }
    #science-publications-page .publications_list {
        margin: 50px 0 0;
    }
    #science-publications-page .publications_item:not(:last-child) {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
}
@media (max-width: 1024px) {
    #science-page .science-fig_item-group--1 {
        margin-left: 0;
        margin-right: auto;
    }
    #science-page .science-fig_item-group--1 .science-fig_item--1 {
        right: 0;
    }
    #science-page .science-fig_item-group--2 {
        margin-top: -130px;
        margin-top: 60px;
    }
    #science-page .science-fig_item-group--3 {
        margin-top: -150px;
        margin-right: 0;
    }
    #science-page .science-fig_item-group--4 {
        margin-top: 0;
        margin-left: 0;
    }
    #science-page .science-fig_item-group--4 .science-fig_title {
        top: 0;
        left: 0;
    }
    #research-platform-page .wrapper-rows .row:not(:last-child) {
        margin-bottom: 50px;
    }
    #research-platform-page .claster_item:nth-child(odd) .txt-col {
        padding-left: 30px;
    }
    #research-platform-page .claster_item:nth-child(even) .txt-col {
        padding-right: 30px;
    }
    #research-platform-page .up-to-date .wrapper-rows {
        margin-top: 50px;
    }
    #research-platform-page .up-to-date .row img {
        margin-right: 30px;
    }
    #research-platform-page .up-to-date h6 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    #clinic-research-page .summary-data_item .img-block .fig_item .fig {
        font-size: 52px;
    }
    #science-publications-page .publications_item-title {
        margin-bottom: 15px;
    }
    #science-publications-page .publications_item-title h5 {
        font-size: 20px;
    }
    #science-publications-page .publications_item-www {
        margin-right: 15px;
    }
    #science-publications-page .akkordeon-block_name {
        font-size: 18px;
    }
    #science-publications-page .akkordeon-block_body * {
        font-size: 18px;
    }
}
@media (max-width: 768px) {
    #science-page .science-fig {
        padding: 0 0 90px;
    }
    #science-page .science-fig_item-group img {
        max-width: 340px;
    }
    #science-page .science-fig_title {
        font-size: 20px;
    }
    #science-page .science-fig_item .fig {
        margin-bottom: 0;
        font-size: 22px;
    }
    #science-page .science-fig_item .fig span.num {
        font-size: 32px;
    }
    #science-page .science-fig_item .txt {
        font-size: 18px;
    }
    #science-page .science-fig_item-group--1 .science-fig_item--1 {
        position: relative;
        bottom: auto;
    }
    #science-page .science-fig_item-group--3 {
        margin-top: 0;
    }
    #science-page .science-fig_item-group--3 .science-fig_item--1,
    #science-page .science-fig_item-group--3 .science-fig_item--2 {
        position: relative;
        top: auto;
        left: auto;
        margin-bottom: 15px;
    }
    #science-page .science-fig_item-group--3 .science-fig_title {
        top: 0;
        left: 0;
    }
    #science-page .science-fig_item-group--3 .science-fig_item--1 {
        margin-top: -60px;
    }
    #science-page .science-fig_item-group--4 {
        margin-top: 100px;
    }
    #science-page .science-fig_item-group--4 .science-fig_item--1,
    #science-page .science-fig_item-group--4 .science-fig_item--2,
    #science-page .science-fig_item-group--4 .science-fig_item--3,
    #science-page .science-fig_item-group--4 .science-fig_item--4 {
        max-width: 68%;
    }
    #science-page .science-fig_item-group--4 .science-fig_title {
        top: -80px;
    }
    #science-page .science-fig_item-group--4 .science-fig_item--1 {
        left: 0;
    }
    #science-page .science-fig_item-group--4 .science-fig_item--2,
    #science-page .science-fig_item-group--4 .science-fig_item--3,
    #science-page .science-fig_item-group--4 .science-fig_item--4 {
        left: auto;
        right: 0;
        text-align: right;
    }
    #science-page .science-fig_item-group--4 .science-fig_item--2 {
        bottom: 42%;
    }
    #science-page .science-fig_item-group--4 .science-fig_item--3 {
        bottom: 7%;
    }
    #science-page .science-fig_item-group--4 .science-fig_item--4 {
        bottom: auto;
        top: 100%;
    }
    #research-platform-page .wrapper-rows .row:not(:last-child) {
        margin-bottom: 35px;
    }
    #research-platform-page .claster {
        padding: 50px 0;
    }
    #research-platform-page .claster_items {
        margin-top: 0;
        padding-bottom: 0;
    }
    #research-platform-page .claster_item {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #research-platform-page .claster_item_img {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: auto;
        margin-bottom: 10px;
    }
    #research-platform-page .claster_item .txt-col {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
    }
    #research-platform-page .claster_item:nth-child(odd) .txt-col {
        padding-left: 0;
    }
    #research-platform-page .claster_item:nth-child(even) .txt-col {
        padding-right: 0;
    }
    #research-platform-page .up-to-date {
        padding-top: 50px;
    }
    #research-platform-page .up-to-date_body {
        padding-bottom: 50px;
    }
    #research-platform-page .up-to-date .row {
        display: block;
    }
    #research-platform-page .up-to-date .row img {
        display: block;
        margin: 0 auto 10px;
    }
    #research-platform-page .up-to-date h6 {
        font-size: 20px;
    }
    #research-platform-page .search-centers {
        padding: 50px 0;
    }
    #research-platform-page .search-centers .section-header {
        display: block;
    }
    #research-platform-page .search-centers .figure-item {
        margin: 10px auto 0;
        text-align: center;
    }
    #research-platform-page .search-centers .map-img {
        margin: 40px auto 0;
    }
    #clinic-research-page .summary-data {
        padding-bottom: 50px;
    }
    #clinic-research-page .summary-data h3 {
        margin-bottom: 35px;
    }
    #clinic-research-page .summary-data_item .img-block .fig_item .fig {
        font-size: 22px;
    }
    #clinic-research-page .summary-data_item .img-block .fig_item .txt {
        font-size: 16px;
    }
    #clinic-research-page .summary-data_item .img-block .fig_item--2,
    #clinic-research-page .summary-data_item .img-block .fig_item--3 {
        left: auto;
        right: 0;
        text-align: right;
    }
    #clinic-research-page .summary-data_item .img-block .fig_item--3 {
        width: 180px;
        bottom: auto;
        top: 83%;
    }
    #clinic-research-page .summary-data_item--1 {
        margin-bottom: 70px;
    }
    #clinic-research-page .summary-data_item_name {
        font-size: 18px;
    }
    #clinic-research-page .summary-data_item_name svg {
        width: 40px;
        height: 40px;
        margin-right: 15px;
    }
    #clinic-research-page .summary-data .wrapper-links {
        margin: 70px 0 50px;
    }
    #clinic-research-page .summary-data .link-item {
        padding-right: 25px;
    }
    #clinic-research-page .summary-data .link-item:not(:last-child) {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    #clinic-research-page .summary-data .link-item_icon {
        width: 15px;
        height: 15px;
    }
    #clinic-research-page .summary-data h4 {
        font-size: 20px;
    }
    #science-publications-page {
        padding: 0 0 50px;
    }
    #science-publications-page .publications-block {
        margin-top: 70px;
    }
    #science-publications-page .publications_list {
        margin: 30px 0 0;
    }
    #science-publications-page .publications_item:not(:last-child) {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    #science-publications-page .publications_item-magazine {
        margin-top: 15px;
    }
}
#science-page {
    position: relative;
}
.science__statistics {
    position: absolute;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    top: 500px;
    gap: 50px;
}
.science__statistics .statistics__item {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    margin-bottom: 15px;
}
.science__statistics .statistics__wrapper {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    position: relative;
}
.science__statistics .statistics__wrapper:before {
    content: "";
    position: absolute;
    top: 33px;
    left: 0;
    display: block;
    height: 5px;
    width: 75%;
    background: #f7f7f7;
    box-shadow: 1px 1px 2px rgba(140, 140, 140, 0.25);
    border-radius: 5px;
}
.science__statistics .statistics__wrapper:nth-child(2):before {
    width: 50%;
}
.science__statistics .statistics__wrapper:nth-child(3):before {
    width: 90%;
}
.science__statistics .statistics__cell {
    font-family: "Rajdhani";
    font-size: 72px;
    font-weight: 600;
    line-height: 105%;
    color: #fcae16;
    padding-top: 2px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 49px;
    height: 66px;
    background: #f7f7f7;
    box-shadow: 1px 1px 2px rgba(140, 140, 140, 0.25);
    border-radius: 5px;
}
.science__statistics .statistics__descr {
    font-weight: 700;
    font-size: 18px;
    line-height: 115%;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0 !important;
}
@media (max-width: 1280px) {
    .science__statistics {
        gap: 90px;
    }
}
@media (max-width: 1024px) {
    .science__statistics {
        top: 450px;
        gap: 60px;
    }
}
@media (max-width: 768px) {
    .science__statistics {
        top: 420px;
    }
}
@media (max-width: 576px) {
    .science__statistics {
        position: unset;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        padding: 33px 0 50px;
    }
    .science__statistics .statistics__cell {
        width: 42px;
        height: 57px;
        font-size: 52px;
    }
    .science__statistics .statistics__descr {
        font-size: 16px;
        color: #242424;
    }
    .science__statistics .statistics__wrapper:before {
        top: 30px;
        width: 35%;
    }
    .science__statistics .statistics__wrapper:nth-child(2):before {
        width: 35%;
    }
    .science__statistics .statistics__wrapper:nth-child(3):before {
        width: 60%;
    }
}
#science-page .section-about {
    padding: 67px 0 236px;
    background: url("/assets/css/../images/science/science_main/welcome-screen_background.png") center center/cover no-repeat;
}
#science-page .section-about .txt-col {
    padding-left: 0;
}
#science-page .section-about .txt-col h1 {
    color: #fff;
}
#science-page .section-about .txt-col p {
    color: #fff;
    margin-bottom: 35px;
}
@media (max-width: 1024px) {
    #science-page .section-about {
        padding-bottom: 186px;
    }
}
@media (max-width: 1024px) {
    #science-page .section-about {
        padding-bottom: 186px;
    }
}
@media (max-width: 768px) {
    #science-page .section-about {
        padding-bottom: 186px;
    }
}
@media (max-width: 576px) {
    #science-page .section-about {
        padding: 45px 0 229px;
        background: url("/assets/css/../images/science/science_main/welcome-screen_background-576.png") center center/cover
        no-repeat;
    }
}
#science-page .children-pages-links {
    padding: 170px 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
}
#science-page .children-pages-links__wrapper {
    position: absolute;
    top: 75px;
    left: 75px;
    text-align: left;
    max-width: 50%;
}
#science-page .children-pages-links__wrapper h4 {
    font-size: 52px;
    text-transform: none;
    margin-bottom: 20px;
}
#science-page .children-pages-links__wrapper p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 50px;
}
#science-page .children-pages-links_item {
    display: block;
    width: 100%;
    max-height: 500px;
}
#science-page .children-pages-links_item:before {
    background: linear-gradient(0, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}
#science-page .children-pages-links_item:first-child {
    background: url("/assets/css/../images/science/science_research-platform/welcome-screen_background.png") center center/cover
    no-repeat;
}
#science-page .children-pages-links_item:nth-child(2) {
    background: url("/assets/css/../images/science/science_clinical-research/welcome-screen_background.png") center center/cover
    no-repeat;
}
#science-page .children-pages-links_item:last-child {
    background: url("/assets/css/../images/science/science_publications/welcome-screen_background-grd.png") center center/cover
    no-repeat;
}
#science-page .children-pages-links .proportion-el_body {
    display: none;
}
@media (max-width: 1440px) {
    #science-page .children-pages-links__wrapper h4 {
        font-size: 48px;
    }
}
@media (max-width: 1280px) {
    #science-page .children-pages-links__wrapper h4 {
        font-size: 44px;
    }
}
@media (max-width: 1024px) {
    #science-page .children-pages-links {
        padding: 100px 0;
        gap: 30px;
    }
    #science-page .children-pages-links__item {
        max-height: 400px;
    }
    #science-page .children-pages-links__wrapper {
        top: 40px;
    }
    #science-page .children-pages-links__wrapper h4 {
        font-size: 40px;
    }
    #science-page .children-pages-links__wrapper p {
        margin-bottom: 30px;
    }
}
@media (max-width: 768px) {
    #science-page .children-pages-links {
        gap: 25px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    #science-page .children-pages-links__wrapper {
        max-width: 70%;
    }
    #science-page .children-pages-links_item {
        height: 400px;
    }
    #science-page .children-pages-links__wrapper h4 {
        font-size: 36px;
    }
}
@media (max-width: 576px) {
    #science-page .children-pages-links {
        padding: 0 0 70px;
        gap: 20px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    #science-page .children-pages-links__wrapper {
        display: none;
    }
    #science-page .children-pages-links_item {
        height: 340px;
    }
    #science-page .children-pages-links .proportion-el_body {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
    }
}
@media (max-width: 425px) {
    #science-page .children-pages-links_item {
        height: 210px;
    }
}
@media (max-width: 375px) {
    #science-page .children-pages-links_item {
        height: 170px;
    }
}
#science-publications-page .section-about {
    padding: 174px 0 228px;
    background: url("/assets/css/../images/science/science_publications/welcome-screen_background.png") center center/cover
    no-repeat;
}
#science-publications-page .section-about .txt-col {
    padding-left: 0;
}
#science-publications-page .section-about .txt-col h1 {
    color: #2d2d2d;
}
#science-publications-page .section-about .txt-col p {
    color: #2d2d2d;
}
@media (max-width: 1024px) {
    #science-publications-page .section-about {
        padding: 144px 0;
    }
}
@media (max-width: 1024px) {
    #science-publications-page .section-about {
        padding: 144px 0;
    }
}
@media (max-width: 576px) {
    #science-publications-page .section-about {
        padding: 45px 0 338px;
        background: url("/assets/css/../images/science/science_publications/welcome-screen_background--556.png") center center/cover
        no-repeat;
    }
}
#research-platform-page .section-about {
    position: relative;
    z-index: 5;
    padding: 174px 0 228px;
    background: url("/assets/css/../images/science/science_research-platform/welcome-screen_background.png") center center/cover
    no-repeat;
}
#research-platform-page .section-about .txt-col {
    padding-left: 0;
}
#research-platform-page .section-about .txt-col h1 {
    color: #fff;
}
#research-platform-page .section-about .txt-col p {
    color: #fff;
}
@media (max-width: 1024px) {
    #research-platform-page .section-about {
        padding: 144px 0;
    }
}
@media (max-width: 1024px) {
    #research-platform-page .section-about {
        padding: 144px 0;
    }
}
@media (max-width: 576px) {
    #research-platform-page .section-about {
        padding: 45px 0 338px;
        background: url("/assets/css/../images/science/science_research-platform/welcome-screen_background--556.png") center
        center/cover no-repeat;
    }
}
.section-video {
    padding: 170px 0 100px;
}
.section-video .section-video__title {
    font-weight: 500;
    font-size: 62px;
    margin-bottom: 70px;
}
.section-video .section-video__container {
    position: relative;
    height: 560px;
    width: 100%;
}
.section-video .second-container {
    cursor: pointer;
}
.section-video .play {
    cursor: pointer;
    width: 128px;
    height: 128px;
    z-index: 5;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.section-video .play svg {
    fill: #fcdd16;
}
.section-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-video .paused {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0, rgba(27, 27, 27, 0.35), rgba(27, 27, 27, 0.35));
}
.section-video .paused:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    right: 0;
    bottom: 0;
    background: linear-gradient(0, rgba(27, 27, 27, 0.35), rgba(27, 27, 27, 0.35));
}
.section-video .paused img {
    z-index: 3;
    width: 100%;
    height: 100%;
}
@media (max-width: 1400px) {
    .section-video .section-video__title {
        font-size: 52px;
    }
}
@media (max-width: 1280px) {
    .section-video .section-video__container {
        height: 450px;
    }
}
@media (max-width: 1024px) {
    .section-video {
        padding: 100px 0;
    }
    .section-video .section-video__title {
        font-size: 40px;
        margin-bottom: 50px;
    }
    .section-video .section-video__container {
        height: 400px;
    }
    .section-video .play {
        width: 88px;
        height: 88px;
    }
}
@media (max-width: 768px) {
    .section-video {
        padding: 75px 0;
    }
    .section-video .second-container {
        padding: 0;
    }
    .section-video .section-video__title {
        font-size: 26px;
    }
}
@media (max-width: 576px) {
    .section-video {
        padding: 50px 0;
    }
    .section-video .section-video__title {
        margin-bottom: 30px;
    }
    .section-video .section-video__container {
        height: 192px;
    }
    .section-video .play {
        width: 60px;
        height: 60px;
    }
}
#research-platform-page h4 {
    font-weight: 500;
}
#research-platform-page .up-to-date {
    position: relative;
    margin-left: 64px;
    background: none;
    padding-top: 50px;
}
#research-platform-page .up-to-date_body {
    background: none;
    position: relative;
}
#research-platform-page .up-to-date .row img {
    margin-right: 60px;
}
.yellow-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 11px;
    background: linear-gradient(
        180deg,
        rgba(250, 220, 25, 0) 2.49%,
        #fadc19 7.59%,
        #fadc19 87.81%,
        rgba(250, 220, 25, 0) 100%
    );
}
.yellow-circle {
    position: absolute;
    top: 0;
    left: calc(0px - 40px / 2);
    width: 50px;
    height: 50px;
    background: #fadc19;
    border-radius: 50%;
    z-index: 1;
}
.wrapper-rows .animation-wrapper {
    opacity: 1;
    transition: 0.5s opacity;
}
.wrapper-rows .animation-wrapper:not(:last-child) {
    margin-bottom: 150px;
}
.wrapper-rows .animation-wrapper.disable {
    opacity: 0;
}
.wrapper-rows .country-image {
    margin: 45px 0 122px;
}
.wrapper-rows .country-image:last-child {
    margin-bottom: 0;
}
.wrapper-rows .research-centers.row:not(:last-child) {
    margin-bottom: 0;
}
.wrapper-rows .research-centers {
    margin-right: 200px;
}
.wrapper-rows .flex-end {
    transition: 0.5s all;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
    gap: 108px;
}
.wrapper-rows .flex-end .research-centers__wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrapper-rows .flex-end .research-centers__wrapper .txt-col h5 {
    font-size: 72px;
    font-weight: 600;
    font-family: "Rajdhani";
    line-height: 105%;
}
.wrapper-rows .flex-end .research-centers__wrapper .txt-col p {
    font-size: 18px;
    line-height: 115%;
    text-transform: uppercase;
}
.wrapper-rows .flex-end .research-centers__icon {
    min-height: 165px;
    max-width: 113px;
}
@media (min-width: 1920px) {
    .yellow-line {
        left: 160px;
    }
    .yellow-circle {
        left: calc(160px - 40px / 2);
    }
}
@media (max-width: 1440px) {
    .yellow-line {
        left: calc(0% - 30px);
    }
    .yellow-circle {
        left: calc(-30px - 40px / 2);
    }
}
@media (max-width: 1280px) {
    #research-platform-page .wrapper-rows .research-centers {
        margin-right: 100px;
    }
}
@media (max-width: 1024px) {
    .wrapper-rows .research-centers {
        margin-right: 0;
    }
    .wrapper-rows .animation-wrapper:not(:last-child) {
        margin-bottom: 60px;
    }
}
@media (max-width: 768px) {
    .wrapper-rows .flex-end {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 25px;
    }
    .wrapper-rows .flex-reverse {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 25px;
    }
    #research-platform-page h4 {
        font-size: 30px;
    }
    #research-platform-page .up-to-date {
        padding-top: 0;
    }
    #research-platform-page .up-to-date .row img {
        margin-right: auto;
    }
}
@media (max-width: 768px) {
    .wrapper-rows .animation-wrapper:not(:last-child) {
        margin-bottom: 50px;
    }
    .wrapper-rows .flex-end .research-centers__icon {
        min-height: 90px;
        max-width: 62px;
    }
    .wrapper-rows .flex-end .research-centers__wrapper .txt-col h5 {
        font-size: 60px;
    }
    .wrapper-rows .flex-end .research-centers__wrapper .txt-col p {
        font-size: 16px;
    }
}
@media (max-width: 576px) {
    #research-platform-page .up-to-date {
        margin-left: 29px;
    }
    #research-platform-page .up-to-date p {
        font-size: 16px;
    }
    .wrapper-rows .flex-end .research-centers__icon {
        min-height: 90px;
        min-width: 62px;
    }
    .wrapper-rows .flex-end .research-centers__wrapper {
        gap: 20px;
    }
    .yellow-line {
        width: 5px;
        left: calc(0% - 11px);
    }
    .yellow-circle {
        width: 20px;
        height: 20px;
        left: calc(0% - 11px - 7px);
    }
}
#clinic-research-page {
    background: #fff;
    position: relative;
}
#clinic-research-page .section-about {
    position: relative;
    padding: 62px 0 321px;
    background: url("/assets/css/../images/science/science_clinical-research/welcome-screen_background.png") center center/cover
    no-repeat;
}
#clinic-research-page .section-about .simple-container {
    z-index: 5;
}
#clinic-research-page .section-about .txt-col {
    padding-left: 0;
    margin-bottom: 60px;
}
#clinic-research-page .section-about .txt-col h1 {
    color: #2d2d2d;
}
#clinic-research-page .section-about .txt-col h2 {
    color: #2d2d2d;
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 60px;
}
#clinic-research-page .section-about:before {
    content: "";
    top: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90.54deg,
        rgba(255, 255, 255, 0.98) 21.36%,
        rgba(255, 255, 255, 0.719) 50.55%,
        rgba(255, 255, 255, 0) 71.16%
    );
}
#clinic-research-page .section-about .about__wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}
#clinic-research-page .section-about .about__row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}
#clinic-research-page .section-about .about__descr p {
    color: #2d2d2d;
}
#clinic-research-page .section-about .about__icon {
    width: 50px;
    height: 50px;
    fill: #fcdd16;
}
#clinic-research-page .first-section.science__statistics {
    top: 443px;
    z-index: 5;
}
#clinic-research-page .first-section.science__statistics .statistics__wrapper:before {
    width: 65%;
}
#clinic-research-page .first-section.science__statistics .statistics__wrapper:not(:first-child):before {
    width: 85%;
}
#clinic-research-page .first-section.science__statistics .statistics__descr {
    color: #787878;
}
@media (max-width: 1280px) {
    #clinic-research-page .section-about h2 {
        font-size: 30px;
    }
    #clinic-research-page .section-about .simple-container {
        margin: unset;
    }
}
@media (max-width: 1024px) {
    #clinic-research-page .section-about {
        padding-bottom: 186px;
    }
    #clinic-research-page .section-about h2 {
        font-size: 28px;
    }
    #clinic-research-page .science__statistics {
        top: 420px;
    }
}
@media (max-width: 991px) {
    #clinic-research-page .science__statistics {
        gap: 45px;
    }
}
@media (max-width: 768px) {
    #clinic-research-page .section-about .txt-col h2 {
        font-size: 20px;
    }
}
@media (max-width: 576px) {
    #clinic-research-page .section-about {
        padding: 45px 0 310px;
        background: url("/assets/css/../images/science/science_clinical-research/welcome-screen_background-576.png") center
        center/cover no-repeat;
    }
    #clinic-research-page .section-about .about__wrapper {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #clinic-research-page .section-about:before {
        background: linear-gradient(181.28deg, rgba(255, 255, 255, 0.9) 39.24%, rgba(255, 255, 255, 0) 72.39%);
    }
    #clinic-research-page .first-section.science__statistics .statistics__wrapper:first-child:before {
        width: 35%;
    }
    #clinic-research-page .first-section.science__statistics .statistics__wrapper:nth-child(2):before {
        width: 70%;
    }
    #clinic-research-page .first-section.science__statistics .statistics__descr {
        color: #242424;
    }
}
#clinic-research-page .section-pyramid_prove {
    padding: 170px 0;
}
#clinic-research-page .section-pyramid_prove h3 {
    margin-bottom: 42px;
}
#clinic-research-page .section-pyramid_prove__wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 78px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#clinic-research-page .section-pyramid_prove__descr {
    font-size: 20px;
}
#clinic-research-page .section-pyramid_prove__descr.disable {
    display: none;
}
#clinic-research-page .section-pyramid_prove__more {
    margin-top: 25px;
    font-size: 20px;
    color: #fcae16;
    text-decoration: underline;
    cursor: pointer;
}
#clinic-research-page .section-pyramid_prove__descr:not(:last-child) {
    margin-bottom: 15px;
}
#clinic-research-page .section-pyramid_prove__item {
    min-width: 47%;
}
#clinic-research-page .section-pyramid_prove__item img {
    margin-bottom: 40px;
}
#clinic-research-page .section-pyramid_prove__header {
    color: #787878;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 41px;
}
#clinic-research-page .section-pyramid_prove .science__statistics {
    position: unset;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#clinic-research-page .section-pyramid_prove .science__statistics .statistics__descr {
    color: #787878;
}
#clinic-research-page .section-pyramid_prove .science__statistics .statistics__item {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#clinic-research-page .section-pyramid_prove .science__statistics .statistics__wrapper {
    min-width: 267px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#clinic-research-page .section-pyramid_prove .science__statistics .statistics__wrapper:first-child:before {
    display: none;
}
#clinic-research-page .section-pyramid_prove .science__statistics .statistics__wrapper:last-child:before {
    width: 20%;
    left: 40%;
}
@media (max-width: 1280px) {
    #clinic-research-page .section-pyramid_prove .science__statistics {
        gap: 0;
    }
}
@media (max-width: 1024px) {
    #clinic-research-page .section-pyramid_prove {
        padding: 85px 0;
    }
    #clinic-research-page .section-pyramid_prove h3 {
        margin-bottom: 10px;
    }
    #clinic-research-page .section-pyramid_prove p {
        font-size: 18px;
    }
    #clinic-research-page .section-pyramid_prove .science__statistics {
        gap: 0;
    }
    #clinic-research-page .section-pyramid_prove__wrapper {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 50px;
    }
    #clinic-research-page .section-pyramid_prove__header {
        margin-bottom: 20px;
    }
    #clinic-research-page .section-pyramid_prove__item img {
        margin-bottom: 20px;
    }
}
@media (max-width: 576px) {
    #clinic-research-page .section-pyramid_prove {
        padding: 0 0 50px;
    }
    #clinic-research-page .section-pyramid_prove .science__statistics {
        padding: 0;
        gap: 25px;
    }
    #clinic-research-page .section-pyramid_prove__wrapper {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
    }
    #clinic-research-page .section-pyramid_prove__header {
        margin-bottom: 25px;
    }
    #clinic-research-page .section-pyramid_prove p {
        font-size: 16px;
    }
    #clinic-research-page .section-pyramid_prove__item img {
        margin-bottom: 10px;
    }
    #clinic-research-page .section-pyramid_prove .science__statistics .statistics__wrapper {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 15px;
    }
    #clinic-research-page .section-pyramid_prove .science__statistics .statistics__wrapper:last-child:before {
        left: 5%;
    }
}
#clinic-research-page .section-innovation {
    padding-bottom: 100px;
    margin-left: 64px;
    position: relative;
}
#clinic-research-page .section-innovation .wrapper-rows .animation-wrapper .flex {
    gap: 50px;
}
#clinic-research-page .section-innovation .wrapper-rows .animation-wrapper h4 {
    font-size: 32px;
    margin-bottom: 25px;
}
#clinic-research-page .section-innovation .wrapper-rows .animation-wrapper:not(:last-child) {
    margin-bottom: 100px;
}
@media (max-width: 1024px) {
    #clinic-research-page .section-innovation__content p {
        font-size: 18px;
    }
}
@media (max-width: 768px) {
    #clinic-research-page .section-innovation .wrapper-rows .animation-wrapper:not(:last-child) {
        margin-bottom: 50px;
    }
    #clinic-research-page .section-innovation .wrapper-rows .animation-wrapper h4 {
        margin-bottom: 10px;
    }
    #clinic-research-page .section-innovation .wrapper-rows .animation-wrapper .flex {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }
}
@media (max-width: 576px) {
    #clinic-research-page .section-innovation {
        margin-left: 29px;
    }
    #clinic-research-page .section-innovation__content p {
        font-size: 16px;
    }
}
#clinic-research-page .section-links {
    padding: 102px 0 170px;
}
#clinic-research-page .section-links .link__item {
    position: relative;
    display: block;
    cursor: pointer;
}
#clinic-research-page .section-links .link__item:not(:last-child) {
    padding-bottom: 25px;
    border-bottom: 1px solid #f2f2f2;
}
#clinic-research-page .section-links .link__item:not(:first-child) {
    margin-top: 25px;
}
#clinic-research-page .section-links .link__item:hover .link__title {
    text-decoration: underline;
}
#clinic-research-page .section-links .link__title {
    font-size: 18px;
    margin-bottom: 10px;
}
#clinic-research-page .section-links .link__parent {
    font-size: 16px;
    font-style: italic;
}
#clinic-research-page .section-links .link__icon {
    position: absolute;
    top: 2px;
    right: 0;
    width: 25px;
    height: 25px;
    fill: #787878;
}
@media (max-width: 1024px) {
    #clinic-research-page .section-links .link__title {
        font-size: 16px;
    }
    #clinic-research-page .section-links .link__parent {
        font-size: 14px;
    }
    #clinic-research-page .section-links .link__body {
        max-width: 90%;
    }
}
@media (max-width: 768px) {
    #clinic-research-page .section-links .link__icon {
        width: 20px;
        height: 20px;
    }
}
@media (max-width: 576px) {
    #clinic-research-page .section-links {
        padding-bottom: 100px;
    }
    #clinic-research-page .section-links .link__body {
        max-width: 80%;
    }
}
@media (max-width: 768px) {
    .science-page__main {
        padding-top: 0 !important;
    }
}
#career-page .career-container {
    background-image: url("/assets/css/../images/career/career-back.png");
    background-position: right bottom;
    background-repeat: no-repeat;
}
#career-page .career-body {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#career-page .career-body_img {
    width: 50%;
}
@media (min-width: 1460px) {
    #career-page .career-body_img {
        -webkit-transform: translateX(-4%);
        -ms-transform: translateX(-4%);
        transform: translateX(-4%);
    }
}
#career-page .career-body_txt-block {
    width: calc(50% - 100px);
}
#career-page .career-body h3 {
    margin-top: 70px;
}
#career-about-page .header-slider-block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 200px;
}
#career-about-page .header-slider-block .txt-col {
    width: 510px;
    padding: 0 15px 0 10px;
    box-sizing: border-box;
}
#career-about-page .header-slider-block .slider-navigation {
    margin: 75px 0 50px;
}
#career-about-page .header-slider-block .slider-navigation_item {
    font-size: 20px;
}
#career-about-page .header-slider-block .slider-navigation_item:not(:last-child) {
    margin-bottom: 35px;
}
#career-about-page .header-slider-block .slider-navigation_item:not(.active) {
    font-weight: 300;
    cursor: pointer;
}
#career-about-page .header-slider-block .slider-navigation_item.active {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
}
#career-about-page .header-slider-block .slider-navigation_item.active:after {
    content: "";
    min-width: 10px;
    margin-left: 15px;
    margin-top: 14px;
    height: 1px;
    background-color: #fcdd16;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
#career-about-page .header-slider-block .slider-arrows-block {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
#career-about-page .header-slider-block .slider-arrows-block .arrow {
    cursor: pointer;
}
#career-about-page .header-slider-block .slider-arrows-block .arrow svg {
    width: 35px;
    height: 10px;
}
#career-about-page .header-slider-block .slider-arrows-block .arrow-prev svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
#career-about-page .header-slider-block .slider-arrows-block .slider-num {
    margin: 0 10px;
}
#career-about-page .header-slider-block .slider-arrows-block .slider-num_cur {
    font-size: 24px;
}
#career-about-page .header-slider-block .slider-arrows-block .slider-num_all {
    font-weight: 300;
    color: #a1a1a1;
}
#career-about-page .header-slider-block .slick-track {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#career-about-page .header-slider-block .slider-block {
    background: #fbfbfb;
    opacity: 0.75;
}
@media (min-width: 1400px) {
    #career-about-page .header-slider-block .slider-block {
        width: calc(100% - (100% - 1400px) / 2 - 500px);
    }
}
@media (max-width: 1400px) {
    #career-about-page .header-slider-block .slider-block {
        width: calc(100% - 500px);
    }
}
#career-about-page .header-slider-block .slider-block .slide_item {
    padding: 30px 0;
}
#career-about-page .header-slider-block .slider-block .slide_item img {
    display: block;
    max-width: 90%;
    margin: 0 auto;
}
#career-about-page .awards-section {
    margin-bottom: 200px;
}
#career-about-page .awards-section h3 {
    text-align: center;
}
#career-about-page .awards-section .awards_list {
    margin-top: 75px;
}
#career-about-page .awards-section .award_item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#career-about-page .awards-section .award_item:not(:last-child) {
    margin-bottom: 45px;
    padding-bottom: 45px;
    border-bottom: 1px solid #f2f2f2;
}
#career-about-page .awards-section .award_item_year {
    width: calc(100% - 700px - 200px);
    font-size: 24px;
    position: relative;
}
#career-about-page .awards-section .award_item_body {
    width: 700px;
    padding-right: 20px;
    box-sizing: border-box;
}
#career-about-page .awards-section .award_item_title {
    margin-bottom: 15px;
    font-size: 24px;
}
#career-about-page .awards-section .award_item_txt {
    font-size: 20px;
    font-weight: 300;
    color: #787878;
}
#career-about-page .awards-section .award_item_img-block {
    width: 200px;
    height: 87px;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
#career-about-page .awards-section .award_item__photo {
    max-width: calc(100% - 70px);
    position: absolute;
    top: 50%;
    left: calc(50px + (100% - 50px) / 2);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    transition: all 0.2s;
}
#career-about-page .awards-section .award_item:hover .award_item_img-block {
    background-position: 100% 0;
}
#career-about-page .awards-section .award_item:hover .award_item__photo {
    opacity: 1;
}
#career-about-page .values-section {
    margin-bottom: 175px;
}
#career-about-page .values-section .values_list {
    margin-top: 75px;
}
#career-about-page .values-section .value_item {
    position: relative;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
#career-about-page .values-section .value_name {
    width: calc(100% - 20px);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-transform: uppercase;
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
}
#career-about-page .advantages-section {
    margin-bottom: 175px;
}
#career-about-page .advantages-section .advantages_list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 75px 0;
}
#career-about-page .advantages-section .advantage_item {
    width: calc(50% - 100px);
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
#career-about-page .advantages-section .advantage_item:nth-child(odd) {
    margin-right: 100px;
}
#career-about-page .advantages-section .advantage_item_txt {
    font-size: 20px;
}
#career-graduates-page .page-header {
    margin-bottom: 80px;
}
#career-graduates-page .page-header .advantages_list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 65px;
}
#career-graduates-page .page-header .advantage_item {
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    margin-bottom: 45px;
}
#career-graduates-page .page-header .advantage_item:nth-child(3n + 1) {
    width: 390px;
}
#career-graduates-page .page-header .advantage_item:nth-child(3n + 2) {
    width: 420px;
}
@media screen and (min-width: 1400px) {
    #career-graduates-page .page-header .advantage_item:not(:nth-child(3n)) {
        margin-right: 60px;
    }
}
#career-graduates-page .page-header .advantage_item_txt {
    font-size: 20px;
}
#career-graduates-page .programs-section {
    background-color: #f9f9f9;
}
#career-graduates-page .programs-section .program_title-block {
    padding: 125px 0 75px;
}
#career-graduates-page .programs-section .program_section-title {
    font-size: 62px;
}
#career-graduates-page .programs-section .programs_list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#career-graduates-page .programs-section .program_item {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 660px;
    padding: 75px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-sizing: border-box;
}
#career-graduates-page .programs-section .program_item * {
    position: relative;
}
#career-graduates-page .programs-section .program_item:nth-child(3n) {
    width: 100%;
}
#career-graduates-page .programs-section .program_item:not(:nth-child(3n)) {
    width: 50%;
}
#career-graduates-page .programs-section .program_item--with-back {
    background-size: cover;
}
#career-graduates-page .programs-section .program_item--with-back .back-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
#career-graduates-page .programs-section .program_item--with-back .program_title,
#career-graduates-page .programs-section .program_item--with-back p {
    color: #fff;
}
#career-graduates-page .programs-section .program_item--with-back .program_icon-link {
    color: #fff;
}
#career-graduates-page .programs-section .program_item--with-back .program_icon-link .icon {
    fill: #fcdd16;
}
#career-graduates-page .programs-section .program_item--with-back .program_icon-link .link-with-line:after {
    background-color: #fff;
}
#career-graduates-page .programs-section .program_item--with-back:nth-child(1) {
    background-image: url("/assets/css/../images/career/prog-1.jpg");
}
#career-graduates-page .programs-section .program_item--with-back:nth-child(2) {
    background-image: url("/assets/css/../images/career/prog-2.jpg");
}
#career-graduates-page .programs-section .program_item--with-back:nth-child(3) {
    background-image: url("/assets/css/../images/career/prog-3.jpg");
}
#career-graduates-page .programs-section .program_item--with-back:nth-child(4) {
    background-image: url("/assets/css/../images/career/prog-4.jpg");
}
#career-graduates-page .programs-section .program_item--with-back:nth-child(5) {
    background-image: url("/assets/css/../images/career/prog-5.jpg");
}
#career-graduates-page .programs-section .program_item--with-img img {
    position: absolute;
    bottom: 20px;
    right: 20px;
    max-width: 70%;
}
#career-graduates-page .programs-section .program_item--with-img .program_icon-link .link-with-line:after {
    background-color: #2d2d2d;
}
#career-graduates-page .programs-section .program_title {
    font-size: 52px;
}
#career-graduates-page .programs-section .program p {
    font-weight: normal;
}
#career-graduates-page .programs-section .program_icon-link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#career-graduates-page .programs-section .program_icon-link .icon {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    margin-right: 15px;
}
#career-graduates-page .programs-section .program_icon-link--pdf .link-with-line:after {
    height: 1px;
    bottom: -1px;
}
#career-graduates-page .programs-section .program_icon-link--dashed .txt {
    border-bottom: 1px dashed;
}
#career-graduates-page .programs-section .program_icon-link--dashed:hover .txt {
    border-color: transparent;
}
#career-graduates-page .programs-section .program_bottom-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#perfectum-page .title {
    font-size: 62px;
    font-weight: 500;
}
#perfectum-page [data-el="open-popup"] {
    margin-top: 50px;
}
#perfectum-page .section-header {
    padding: 125px 0;
    background-color: #f5f5f5;
}
#perfectum-page .section-header__title {
    margin-top: 40px;
}
#perfectum-page .section-header__txt-col {
    max-width: 800px;
}
#perfectum-page .section-whom {
    padding: 175px 0;
}
#perfectum-page .whom-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 75px;
}
#perfectum-page .whom-list__item {
    font-size: 20px;
}
#perfectum-page .whom-list__item svg {
    width: 75px;
    height: 75px;
    margin-bottom: 25px;
    fill: #fcdd16;
}
#perfectum-page .whom-list__item:nth-child(1) {
    max-width: 290px;
}
#perfectum-page .whom-list__item:nth-child(2) {
    max-width: 280px;
}
#perfectum-page .whom-list__item:nth-child(3) {
    max-width: 350px;
}
#perfectum-page .banner {
    margin-top: 175px;
}
#perfectum-page .banner__img {
    width: 100%;
    max-width: none;
}
@media (min-width: 1400px) {
    #perfectum-page .banner__img {
        width: calc(100% + (100vw - 1400px) / 2);
    }
}
#perfectum-page .banner .simple-container {
    position: relative;
}
#perfectum-page .banner__body {
    width: 50%;
    position: absolute;
    top: 122px;
    right: 10px;
}
#perfectum-page .banner__title,
#perfectum-page .banner p {
    color: #fff;
}
#perfectum-page .section-steps {
    padding-bottom: 175px;
}
#perfectum-page .section-steps .steps {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 65px;
}
#perfectum-page .section-steps .step {
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    padding: 40px 20px;
    background-color: #f8f8f8;
}
#perfectum-page .section-steps .step:not(:last-child) {
    margin-right: 40px;
}
#perfectum-page .section-steps .step__num {
    margin-bottom: 5px;
    font-family: "Rajdhani", sans-serif;
    font-size: 144px;
    color: #ebebeb;
    line-height: 0.7em;
}
#perfectum-page .section-steps .step__icon {
    width: 85px;
    height: 85px;
    margin-bottom: 17px;
    fill: #4e471f;
}
#perfectum-page .section-steps .step__txt {
    font-size: 18px;
}
#perfectum-page .section-steps .step_yellow {
    background-color: #fcdd16;
}
#perfectum-page .section-steps .step_yellow .step__txt {
    font-weight: 500;
}
#perfectum-page .section-advantages {
    padding: 175px 0;
    background-color: #f8f8f8;
}
#perfectum-page .section-advantages .advantages {
    margin-top: 75px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#perfectum-page .section-advantages .advantage:nth-child(3n + 1) {
    max-width: 355px;
}
#perfectum-page .section-advantages .advantage:nth-child(3n + 2) {
    max-width: 370px;
}
#perfectum-page .section-advantages .advantage:nth-child(3n) {
    max-width: 335px;
}
#perfectum-page .section-advantages .advantage__txt {
    font-size: 20px;
}
#perfectum-page .section-vacancy {
    padding: 175px 10px 125px;
}
#perfectum-page .section-vacancy .duty {
    padding: 50px 0;
}
#perfectum-page .section-vacancy .duty:not(:last-child) {
    border-bottom: 1px solid #e2e2e2;
}
#perfectum-page .section-vacancy .duty__block-title {
    padding: 0;
    font-size: 24px;
    font-weight: 500;
}
#career-corporate-page .page-header {
    margin-bottom: 205px;
}
#career-corporate-page .page-header .projects_list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 75px;
}
#career-corporate-page .page-header .project_item {
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    margin-bottom: 45px;
}
#career-corporate-page .page-header .project_item:nth-child(3n + 1) {
    width: 255px;
}
#career-corporate-page .page-header .project_item:nth-child(3n + 2) {
    width: 387px;
}
#career-corporate-page .page-header .project_item:nth-child(3n) {
    width: 385px;
}
#career-corporate-page .page-header .project_item:not(:nth-child(3n)) {
    margin-right: 50px;
}
#career-corporate-page .page-header .project_item_txt {
    font-size: 20px;
}
#career-corporate-page .employee-achievements h3 {
    max-width: 930px;
}
#career-corporate-page .employee-achievements .employees_slider {
    margin-top: 75px;
    margin-bottom: 175px;
}
#career-corporate-page .employee-achievements .arrow {
    cursor: pointer;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 5;
    opacity: 0.35;
    transition: all 0.2s;
}
#career-corporate-page .employee-achievements .arrow svg {
    width: 50px;
    height: 50px;
    fill: #787878;
}
@media (min-width: 1840px) {
    #career-corporate-page .employee-achievements .arrow-prev {
        right: calc(100% + 160px);
    }
}
@media (max-width: 1840px) {
    #career-corporate-page .employee-achievements .arrow-prev {
        left: 0;
        right: auto;
    }
}
#career-corporate-page .employee-achievements .arrow-prev svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
@media (min-width: 1840px) {
    #career-corporate-page .employee-achievements .arrow-next {
        left: calc(100% + 160px);
    }
}
@media (max-width: 1840px) {
    #career-corporate-page .employee-achievements .arrow-next {
        right: 0;
        left: auto;
    }
}
#career-corporate-page .employee-achievements .arrow-next svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
#career-corporate-page .employee-achievements .arrow:hover {
    opacity: 0.75;
}
#career-corporate-page .employee-achievements .slick-track {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
#career-corporate-page .employee-achievements .slick-dots {
    bottom: 0;
    left: 600px;
    width: calc(100% - 600px);
    text-align: left;
}
#career-corporate-page .employee_item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
#career-corporate-page .employee_item_photo {
    width: 500px;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 100px;
}
#career-corporate-page .employee_item_name {
    font-size: 32px;
    font-weight: 500;
}
#career-corporate-page .employee_item_info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 25px 0 30px;
}
#career-corporate-page .employee_item_info_item:not(:last-child) {
    margin-right: 30px;
}
#career-corporate-page .employee_item .icon-row {
    margin-bottom: 0;
}
#career-corporate-page .employee_item .icon-row_icon {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
#career-corporate-page .employee_item .icon-row_txt {
    font-weight: normal;
    font-size: 20px;
}
#career-corporate-page .employee_item_achievement {
    padding-bottom: 75px;
}
#career-corporate-page .employee_item_achievement p {
    font-size: 20px;
}
#career-corporate-page .employee_item_achievement .link-with-line:after {
    bottom: -2px;
}
#career-corporate-page .employee_item_achievement [data-el="open-popup"] {
    display: inline-block;
    margin-top: 50px;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
}
#career-corporate-page .popup .employee_item {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
}
#career-corporate-page .popup .employee_item_photo {
    width: 350px;
    margin-right: 50px;
}
#career-corporate-page .popup .employee_item_achievement {
    padding-bottom: 25px;
}
#vacancy-page .vacancy-page_header {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    -ms-grid-row-align: stretch;
    align-items: stretch;
    padding: 10px 50px;
    background-color: #f9f9f9;
    min-height: 90px;
}
#vacancy-page .vacancy-page_header .col:not(:last-child) {
    padding-right: 45px;
    margin-right: 45px;
    border-right: 1px solid #e9e9e9;
}
#vacancy-page .vacancy-page_header .contact-item:not(:last-child) {
    margin-right: 50px;
}
#vacancy-page .vacancy-page_header .contact-item b {
    font-weight: 500;
}
#vacancy-page .vacancy-page_header .contact-item span {
    font-weight: 300;
    font-size: 16px;
    color: #787878;
}
#vacancy-page .vacancy-page_header .map-link {
    font-size: 14px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}
#vacancy-page .vacancy-page_header .map-link:hover {
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
}
#vacancy-page .vacancy-page_header .social-link {
    width: 40px;
    height: 40px;
    background: url("/assets/css/../images/social.png");
}
#vacancy-page .vacancy-page_header .social-link:not(:last-child) {
    margin-right: 25px;
}
#vacancy-page .vacancy-page_header .social-link--hh {
    background-position: 0 0;
}
#vacancy-page .vacancy-page_header .social-link--vk {
    background-position: 50% 0;
}
#vacancy-page .vacancy-page_header .social-link--fb {
    background-position: 100% 0;
}
#vacancy-page .vacancy-page_body {
    margin-top: 100px;
    padding-bottom: 125px;
}
#vacancy-page .vacancy-page_body .wrapper-tabs {
    margin-bottom: 75px;
}
#vacancy-page .vacancy-page_body .tab-item {
    -webkit-flex: 1 0 26%;
    -ms-flex: 1 0 26%;
    flex: 1 0 26%;
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
}
#vacancy-page .vacancy-page_body .tab-item:not(:last-child) {
    margin-right: 25px;
}
#vacancy-page .vacancy-page_body .tab-item:not(.active) {
    border-bottom: 3px solid #e9e9e9;
    font-weight: 300;
    color: #a1a1a1;
}
#vacancy-page .vacancy-page_body .tab-item.active {
    border-bottom: 3px solid #fcdd16;
    font-weight: 500;
}
#vacancy-page .vacancy-page_body .tab_body-item:not(.active) {
    display: none;
}
#vacancy-page .vacancy-page_body .vacancy_place-item:not(:last-child) {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #f2f2f2;
}
#vacancy-page .vacancy-page_body .vacancy_place-item .col:first-child {
    width: calc(100% / 3 - 25px * 2 / 3);
    margin-right: 25px;
}
#vacancy-page .vacancy-page_body .vacancy_place-item .col:last-child {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
#vacancy-page .vacancy-page_body .vacancy_place-name {
    margin-bottom: 15px;
    font-weight: normal;
    font-size: 24px;
}
#vacancy-page .vacancy-page_body .vacancy_place-address {
    font-size: 20px;
}
#vacancy-page .vacancy-page_body .vacancy_department-item:not(:last-child) {
    margin-bottom: 50px;
}
#vacancy-page .vacancy-page_body .vacancy_department-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
}
#vacancy-page .vacancy-page_body .vacancy_department-icon {
    width: 50px;
    height: 50px;
    fill: #fcdd16;
    margin-right: 25px;
}
#vacancy-page .vacancy-page_body .vacancy_department-name {
    font-size: 24px;
    font-weight: normal;
}
#vacancy-page .vacancy-page_body .vacancy_items-list {
    padding-left: 75px;
}
#vacancy-page .vacancy-page_body .vacancy-item:not(:last-child) {
    margin-bottom: 15px;
}
#vacancy-page .vacancy-page_body .vacancy-name {
    font-weight: 300;
    font-size: 20px;
    text-decoration: underline;
    color: #787878;
    cursor: pointer;
}
#vacancy-page .vacancy-page_body .vacancy-name:hover {
    color: #2d2d2d;
}
#vacancy-page .vacancy-page_body .vacancy_popup-body {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#vacancy-page .vacancy-page_body .vacancy_popup-body .vacancy-card_title,
#vacancy-page .vacancy-page_body .vacancy_popup-body .list-title {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 20px;
}
#vacancy-page .vacancy-page_body .vacancy_popup-body ul {
    margin-bottom: 15px;
}
#vacancy-page .vacancy-page_body .vacancy_description-block {
    width: 50%;
}
#vacancy-page .vacancy-group {
    min-height: 65vw;
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
}
@media screen and (min-width: 1400px) {
    #vacancy-page .vacancy-group {
        min-height: 910px;
    }
}
#vacancy-page .vacancy-group_moscow {
    background-image: url("/assets/images/career/map_moscow.png");
}
#vacancy-page .vacancy-group_regions {
    background-image: url("/assets/images/career/map_regions.png");
}
#vacancy-page .vacancy-group_world {
    background-image: url("/assets/images/career/map_world.png");
}
@media screen and (max-width: 1500px) {
    #career-about-page .values-section .value_name {
        font-size: 26px;
    }
}
@media (max-width: 1400px) {
    #career-about-page .header-slider-block {
        margin-bottom: 100px;
    }
    #career-about-page .awards-section {
        margin-bottom: 100px;
    }
    #career-about-page .values-section {
        margin-bottom: 100px;
    }
    #career-about-page .advantages-section {
        margin-bottom: 100px;
    }
    #career-graduates-page .page-header {
        margin-bottom: 55px;
    }
    #career-graduates-page .page-header .advantage_item:not(:nth-child(3n)) {
        margin-right: 30px;
    }
    #career-graduates-page .page-header .advantage_item:nth-child(3n + 1),
    #career-graduates-page .page-header .advantage_item:nth-child(3n + 2),
    #career-graduates-page .page-header .advantage_item:nth-child(3n) {
        width: calc(100% / 3 - 30px * 2 / 3);
    }
    #career-graduates-page .programs-section {
        background-color: #f9f9f9;
    }
    #career-graduates-page .programs-section .program_title-block {
        padding: 100px 10px 50px;
    }
    #career-graduates-page .programs-section .program_item {
        height: 580px;
        padding: 50px;
    }
    #career-graduates-page .programs-section .program_item:not(:nth-child(3n)) .program_bottom-row {
        display: block;
    }
    #career-graduates-page .programs-section .program_item:not(:nth-child(3n)) .btn {
        margin-top: 10px;
    }
    #career-graduates-page .programs-section .program_item--with-img img {
        max-width: 310px;
    }
    #career-graduates-page .programs-section .program_title {
        font-size: 42px;
    }
    #perfectum-page .section-header {
        padding: 100px 0;
    }
    #perfectum-page .section-whom {
        padding: 100px 0;
    }
    #perfectum-page .banner {
        margin-top: 100px;
    }
    #perfectum-page .section-steps {
        padding-bottom: 100px;
    }
    #perfectum-page .section-advantages {
        padding: 100px 0;
    }
    #perfectum-page .section-vacancy {
        padding: 100px 10px;
    }
    #career-corporate-page .page-header {
        margin-bottom: 55px;
    }
    #career-corporate-page .employee-achievements .employees_slider {
        margin-top: 50px;
        margin-bottom: 100px;
    }
}
@media (max-width: 1200px) {
    #career-page .career-body_img {
        width: 40%;
    }
    #career-page .career-body_txt-block {
        width: calc(60% - 40px);
    }
    #career-page .career-body h3 {
        margin-top: 35px;
    }
    #career-about-page .header-slider-block {
        margin-bottom: 70px;
    }
    #career-about-page .header-slider-block .txt-col {
        width: 470px;
    }
    #career-about-page .header-slider-block .slider-block {
        width: calc(100% - 470px);
    }
    #career-about-page .awards-section {
        margin-bottom: 70px;
    }
    #career-about-page .awards-section .awards_list {
        margin-top: 50px;
    }
    #career-about-page .values-section {
        margin-bottom: 70px;
    }
    #career-about-page .values-section .values_list {
        margin-top: 50px;
    }
    #career-about-page .values-section .value_name {
        font-size: 21px;
    }
    #career-about-page .advantages-section {
        margin-bottom: 70px;
    }
    #career-about-page .advantages-section .advantages_list {
        margin-top: 50px;
    }
    #career-graduates-page .page-header {
        margin-bottom: 25px;
    }
    #career-graduates-page .page-header .advantages_list {
        margin-top: 35px;
    }
    #career-graduates-page .programs-section {
        background-color: #f9f9f9;
    }
    #career-graduates-page .programs-section .program_title-block {
        padding: 70px 10px 20px;
    }
    #career-graduates-page .programs-section .program_section-title {
        font-size: 52px;
    }
    #career-graduates-page .programs-section .program_item {
        height: 430px;
        padding: 20px;
    }
    #career-graduates-page .programs-section .program_title {
        margin-bottom: 15px;
        font-size: 32px;
    }
    #perfectum-page .title {
        font-size: 52px;
    }
    #perfectum-page .section-header {
        padding: 70px 0;
    }
    #perfectum-page .section-whom {
        padding: 70px 0;
    }
    #perfectum-page .banner {
        margin-top: 70px;
    }
    #perfectum-page .banner__body {
        top: 40px;
    }
    #perfectum-page .section-steps {
        padding-bottom: 70px;
    }
    #perfectum-page .section-advantages {
        padding: 70px 0;
    }
    #perfectum-page .section-vacancy {
        padding: 70px 10px;
    }
    #career-corporate-page .page-header {
        margin-bottom: 25px;
    }
    #career-corporate-page .page-header .projects_list {
        margin-top: 50px;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    #career-corporate-page .page-header .project_item:nth-child(3n + 1),
    #career-corporate-page .page-header .project_item:nth-child(3n + 2),
    #career-corporate-page .page-header .project_item:nth-child(3n) {
        width: auto;
    }
    #career-corporate-page .page-header .project_item:nth-child(3n) {
        margin-right: 50px;
    }
    #career-corporate-page .employee-achievements .employees_slider {
        margin-top: 0;
    }
    #career-corporate-page .employee-achievements .slick-track {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start;
    }
    #career-corporate-page .employee_item {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start;
    }
    #career-corporate-page .employee_item_photo {
        width: 300px;
        margin-right: 30px;
    }
    #career-corporate-page .popup .employee_item_photo {
        width: 300px;
        margin-right: 30px;
    }
    #vacancy-page .vacancy-page_header {
        padding: 10px 30px;
    }
    #vacancy-page .vacancy-page_header .col:first-child {
        display: block;
    }
    #vacancy-page .vacancy-page_header .contact-item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 10px;
    }
    #vacancy-page .vacancy-page_body {
        margin-top: 70px;
        padding-bottom: 70px;
    }
    #vacancy-page .vacancy-page_body .wrapper-tabs {
        margin-bottom: 55px;
    }
}
@media (max-width: 1024px) {
    #career-page .page-header-with-video .video-block {
        width: calc(50% - 40px);
    }
    #career-page .career-body_txt-block {
        padding: 50px 0 25px;
    }
    #career-about-page .header-slider-block {
        position: relative;
        display: block;
    }
    #career-about-page .header-slider-block .txt-col {
        width: 100%;
    }
    #career-about-page .header-slider-block .slider-navigation {
        display: none;
    }
    #career-about-page .header-slider-block .slider-navigation_item:not(:last-child) {
        margin-bottom: 15px;
    }
    #career-about-page .header-slider-block .slider-arrows-block {
        position: absolute;
        top: calc(100% + 10px);
        width: 100%;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #career-about-page .header-slider-block .slider-block {
        width: 100%;
    }
    #career-about-page .awards-section .award_item:not(:last-child) {
        margin-bottom: 25px;
        padding-bottom: 25px;
    }
    #career-about-page .awards-section .award_item_year {
        width: 80px;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    #career-about-page .awards-section .award_item_body {
        width: calc(100% - 80px - 100px - 130px);
    }
    #career-about-page .awards-section .award_item_img-block {
        width: 100px;
        height: 44px;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    #career-about-page .awards-section .award_item__photo {
        display: none;
    }
    #career-about-page .values-section .value_name {
        font-size: 16px;
    }
    #career-about-page .advantages-section .advantage_item {
        width: calc(50% - 20px);
    }
    #career-about-page .advantages-section .advantage_item:nth-child(odd) {
        margin-right: 40px;
    }
    #career-graduates-page .page-header .advantage_item {
        width: 100%;
        margin-bottom: 20px;
    }
    #career-graduates-page .page-header .advantage_item:nth-child(3n + 1),
    #career-graduates-page .page-header .advantage_item:nth-child(3n + 2),
    #career-graduates-page .page-header .advantage_item:nth-child(3n) {
        width: 100%;
    }
    #career-graduates-page .page-header .advantage_item:not(:nth-child(3n)) {
        margin-right: 0;
    }
    #career-graduates-page .programs-section {
        background-color: #f9f9f9;
    }
    #career-graduates-page .programs-section .program_section-title {
        font-size: 40px;
    }
    #career-graduates-page .programs-section .program_item {
        height: 370px;
    }
    #career-graduates-page .programs-section .program_title {
        font-size: 24px;
    }
    #perfectum-page .title {
        font-size: 32px;
    }
    #perfectum-page [data-el="open-popup"] {
        margin-top: 25px;
    }
    #perfectum-page .whom-list {
        margin-top: 45px;
    }
    #perfectum-page .whom-list__item svg {
        width: 50px;
        height: 50px;
        margin-bottom: 15px;
    }
    #perfectum-page .banner__img {
        width: 120%;
        margin-left: -11%;
    }
    #perfectum-page .section-steps {
        margin-top: 45px;
    }
    #perfectum-page .section-steps .step {
        padding: 20px 10px;
    }
    #perfectum-page .section-steps .step:not(:last-child) {
        margin-right: 15px;
    }
    #perfectum-page .section-steps .step__num {
        font-size: 100px;
    }
    #perfectum-page .section-steps .step__icon {
        width: 65px;
        height: 65px;
    }
    #perfectum-page .section-advantages .advantages {
        margin-top: 45px;
    }
    #perfectum-page .section-vacancy .duty {
        padding: 30px 0;
    }
    #career-corporate-page .employee-achievements .slick-dots {
        left: 0;
        width: 100%;
        text-align: center;
    }
    #career-corporate-page .employee_item_info {
        display: block;
    }
    #career-corporate-page .employee_item_info_item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 10px;
    }
    #vacancy-page {
        padding-top: 30px;
    }
    #vacancy-page .vacancy-page_header {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #vacancy-page .vacancy-page_header .col:first-child {
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0;
        padding-right: 0;
        border-right: 0;
    }
    #vacancy-page .vacancy-page_header .contact-item {
        text-align: center;
    }
    #vacancy-page .vacancy-page_body .tab-item {
        font-size: 17px;
    }
    #vacancy-page .vacancy-page_body .tab-item:not(:last-child) {
        margin-right: 10px;
    }
    #vacancy-page .vacancy-page_body .vacancy_place-name {
        margin-bottom: 5px;
        font-size: 20px;
    }
    #vacancy-page .vacancy-page_body .vacancy_department-icon {
        width: 35px;
        height: 35px;
        margin-right: 15px;
    }
    #vacancy-page .vacancy-page_body .vacancy_department-name {
        font-size: 20px;
    }
    #vacancy-page .vacancy-page_body .vacancy_items-list {
        padding-left: 50px;
    }
}
@media (max-width: 768px) {
    #career-page .career-body {
        display: block;
        padding-top: 50px;
    }
    #career-page .career-body_img {
        display: block;
        width: 140px;
        margin: 0 auto;
    }
    #career-page .career-body_txt-block {
        width: 100%;
        padding-top: 20px;
    }
    #career-page .career-body h3 {
        margin-top: 15px;
    }
    #career-about-page .header-slider-block {
        margin-bottom: 90px;
    }
    #career-about-page .header-slider-block .slider-block .slide_item {
        pading: 10px 0;
    }
    #career-about-page .header-slider-block .slider-block .slide_item img {
        max-width: calc(100% - 20px);
    }
    #career-about-page .awards-section {
        margin-bottom: 50px;
    }
    #career-about-page .awards-section .awards_list {
        margin-top: 30px;
    }
    #career-about-page .awards-section .award_item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #career-about-page .awards-section .award_item_year {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 10px;
        font-size: 20px;
    }
    #career-about-page .awards-section .award_item_body {
        width: 100%;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    #career-about-page .awards-section .award_item_title {
        margin-bottom: 10px;
        font-size: 20px;
    }
    #career-about-page .awards-section .award_item_img-block {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    #career-about-page .values-section {
        margin-bottom: 50px;
    }
    #career-about-page .values-section .values_list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 30px;
    }
    #career-about-page .values-section .value_item {
        width: 50%;
        min-width: 320px;
        margin: 0 auto;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }
    #career-about-page .values-section .value_item img {
        display: block;
    }
    #career-about-page .values-section .value_name {
        font-size: 18px;
    }
    #career-about-page .advantages-section {
        margin-bottom: 50px;
    }
    #career-about-page .advantages-section .advantages_list {
        margin: 30px 0;
    }
    #career-about-page .advantages-section .advantage_item {
        width: 100%;
    }
    #career-about-page .advantages-section .advantage_item:nth-child(odd) {
        margin-right: 0;
    }
    #career-about-page .advantages-section .advantage_item_txt {
        font-size: 18px;
    }
    #career-graduates-page .page-header .advantages_list {
        margin-top: 0;
    }
    #career-graduates-page .programs-section {
        background-color: #f9f9f9;
    }
    #career-graduates-page .programs-section .program_title-block {
        padding: 50px 10px 0;
    }
    #career-graduates-page .programs-section .program_section-title {
        font-size: 24px;
    }
    #career-graduates-page .programs-section .program_item {
        height: auto;
        padding: 10px;
    }
    #career-graduates-page .programs-section .program_item:nth-child(3n) .program_bottom-row {
        display: block;
    }
    #career-graduates-page .programs-section .program_item:nth-child(3n) .btn {
        margin-top: 10px;
    }
    #career-graduates-page .programs-section .program_item:not(:nth-child(3n)) {
        width: 100%;
    }
    #career-graduates-page .programs-section .program_item--with-img img {
        display: none;
    }
    #career-graduates-page .programs-section .program_item p {
        margin-bottom: 40px;
    }
    #career-graduates-page .programs-section .program_title {
        margin-bottom: 40px;
        font-size: 20px;
    }
    #career-graduates-page .programs-section .program_icon-link {
        font-size: 18px;
    }
    #perfectum-page {
        padding-top: 0;
    }
    #perfectum-page .logo-perfectum {
        width: 90px;
    }
    #perfectum-page .title {
        font-size: 26px;
    }
    #perfectum-page .section-header {
        padding: 50px 0;
    }
    #perfectum-page .section-header .simple-container {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #perfectum-page .section-header__title {
        margin-top: 20px;
    }
    #perfectum-page .section-header__txt-col {
        margin-bottom: 20px;
    }
    #perfectum-page .section-header__brain {
        width: 300px;
    }
    #perfectum-page .section-whom {
        padding: 50px 0;
    }
    #perfectum-page .whom-list {
        display: block;
    }
    #perfectum-page .whom-list__item {
        text-align: center;
    }
    #perfectum-page .whom-list__item svg {
        margin-bottom: 5px;
    }
    #perfectum-page .whom-list__item:nth-child(1),
    #perfectum-page .whom-list__item:nth-child(2),
    #perfectum-page .whom-list__item:nth-child(3) {
        max-width: 300px;
    }
    #perfectum-page .whom-list__item:not(:last-child) {
        margin-bottom: 15px;
    }
    #perfectum-page .banner {
        margin-top: 50px;
    }
    #perfectum-page .banner__body {
        width: 100%;
        position: relative;
        top: auto;
        right: auto;
    }
    #perfectum-page .banner .logo-perfectum {
        display: none;
    }
    #perfectum-page .banner__title,
    #perfectum-page .banner p {
        color: #2d2d2d;
    }
    #perfectum-page .section-steps {
        margin-top: 0;
        padding-bottom: 50px;
    }
    #perfectum-page .section-steps .steps {
        display: block;
        margin-top: 25px;
    }
    #perfectum-page .section-steps .step:not(:last-child) {
        margin-right: 0;
        margin-bottom: 10px;
    }
    #perfectum-page .section-advantages {
        padding: 50px 0;
    }
    #perfectum-page .section-vacancy {
        padding: 50px 10px;
    }
    #perfectum-page .section-vacancy .duty__block-title {
        font-size: 20px;
    }
    #career-corporate-page .page-header .projects_list {
        margin-top: 0;
    }
    #career-corporate-page .page-header .project_item {
        width: 100% !important;
        margin-bottom: 20px;
    }
    #career-corporate-page .page-header .project_item:nth-child(3n) {
        margin-right: 0;
    }
    #career-corporate-page .employee-achievements .employees_slider {
        margin-bottom: 50px;
    }
    #career-corporate-page .employee-achievements .arrow {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start;
        padding-top: 115px;
        box-sizing: border-box;
    }
    #career-corporate-page .employee-achievements .arrow svg {
        width: 30px;
    }
    #career-corporate-page .employee_item {
        display: block;
    }
    #career-corporate-page .employee_item_photo {
        width: 230px;
        margin: 0 auto 10px;
    }
    #career-corporate-page .employee_item_name {
        font-size: 22px;
    }
    #career-corporate-page .employee_item_info {
        margin: 10px 0;
    }
    #career-corporate-page .employee_item_achievement {
        padding-bottom: 25px;
    }
    #career-corporate-page .employee_item_achievement p {
        font-size: 18px;
    }
    #career-corporate-page .employee_item_achievement [data-el="open-popup"] {
        margin-top: 30px;
    }
    #career-corporate-page .popup .employee_item_photo {
        margin-right: 0;
    }
    #vacancy-page .vacancy-page_header {
        display: block;
        padding: 10px;
        text-align: center;
    }
    #vacancy-page .vacancy-page_header .col:not(:last-child) {
        padding-right: 0;
        margin-right: 0;
        border-right: none;
    }
    #vacancy-page .vacancy-page_header .map-link {
        margin-bottom: 15px;
    }
    #vacancy-page .vacancy-page_body {
        margin-top: 50px;
        padding-bottom: 50px;
    }
    #vacancy-page .vacancy-page_body .wrapper-tabs {
        display: block;
    }
    #vacancy-page .vacancy-page_body .tab-item:not(:last-child) {
        margin-right: 0;
    }
    #vacancy-page .vacancy-page_body .vacancy_place-item {
        display: block;
    }
    #vacancy-page .vacancy-page_body .vacancy_place-item:not(:last-child) {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    #vacancy-page .vacancy-page_body .vacancy_place-item .col:first-child {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }
    #vacancy-page .vacancy-page_body .vacancy_popup-body {
        display: block;
    }
    #vacancy-page .vacancy-page_body .vacancy_description-block {
        width: 100%;
    }
}
#career-page .section-about {
    position: relative;
    padding: 137px 0;
    background: url("/assets/css/../images/career/career_main/welcome-screen_background.png") center center/cover no-repeat;
}
#career-page .section-about p {
    color: #2d2d2d;
    margin-bottom: 45px;
}
#career-page .section-about .simple-container {
    z-index: 5;
}
#career-page .section-about:before {
    content: "";
    top: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        89.66deg,
        rgba(255, 255, 255, 0.98) 2.89%,
        rgba(255, 255, 255, 0.98) 35.66%,
        rgba(255, 255, 255, 0) 68.99%
    ),
    rgba(0, 0, 0, 0.6);
}
@media (min-width: 1420px) {
    #career-page .page-header-with-video .txt-col {
        width: 800px;
    }
}
@media (max-width: 768px) {
    .page-body:not(#front-page) {
        padding-top: 0;
    }
    #career-page .section-about {
        background: url("/assets/css/../images/career/career_main/welcome-screen_background-768.png") center center/cover no-repeat;
        padding-top: 30px;
    }
    #career-page .section-about .txt-col {
        padding: 0;
        width: unset;
    }
    #career-page .section-about:before {
        background: linear-gradient(
            177.16deg,
            rgba(255, 255, 255, 0.902) 7.35%,
            rgba(255, 255, 255, 0.94) 32.37%,
            rgba(255, 255, 255, 0) 51.62%
        );
    }
}
@media (max-width: 576px) {
    #career-page .section-about .btn.btn--yellow {
        position: absolute;
        text-align: center;
        width: 100%;
        left: 0;
        bottom: 0;
        padding: 15px 0;
    }
}
#career-page .section-awards {
    padding: 120px 0;
}
#career-page .awards__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 0;
}
#career-page .awards__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
}
#career-page .awards__icon {
    min-width: 65px;
    max-width: 65px;
    height: 65px;
    fill: #fadc19;
}
#career-page .awards__descr {
    font-weight: 400;
    color: #2d2d2d;
    font-size: 20px;
}
@media (max-width: 1024px) {
    #career-page .awards__wrapper {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
    #career-page .awards__descr {
        font-size: 18px;
    }
}
@media (max-width: 768px) {
    #career-page .section-awards {
        padding: 100px 0;
    }
    #career-page .awards__wrapper {
        gap: 45px 0;
    }
}
@media (max-width: 576px) {
    #career-page .section-awards {
        padding: 61px 0 84px;
    }
    #career-page .awards__wrapper {
        gap: 30px 0;
        -ms-grid-columns: (1fr) [1];
        grid-template-columns: repeat(1, 1fr);
    }
    #career-page .awards__descr {
        font-size: 16px;
    }
}
#career-page h3.underline span {
    position: relative;
}
#career-page h3.underline span:before {
    content: "";
    position: absolute;
    display: block;
    height: 15px;
    width: 100%;
    background: #fadc19;
    top: calc(50% + 10px);
    left: 0;
    z-index: -1;
}
#career-page .section-banners {
    padding-bottom: 120px;
}
#career-page .section-banners h3 {
    margin-bottom: 120px;
}
#career-page .section-banners .banner {
    position: relative;
    height: 420px;
    box-sizing: border-box;
    padding: 75px;
}
#career-page .section-banners .banner__background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#career-page .section-banners .banner__background--576 {
    display: none;
}
#career-page .section-banners .banner .txt-col {
    padding-left: 75px;
    z-index: 5;
}
#career-page .section-banners .banner:not(:last-child) {
    margin-bottom: 50px;
}
#career-page .section-banners .banner:before {
    content: "";
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
#career-page .section-banners .banner__title {
    margin-bottom: 20px;
    color: #fff;
}
#career-page .section-banners .banner p {
    font-size: 20px;
}
#career-page .section-banners .banner__subtitle {
    margin-bottom: 20px;
    font-weight: 700;
    color: #fff;
}
#career-page .section-banners .banner__descr {
    font-weight: 500;
    color: #fff;
}
#career-page .section-banners .banner__descr span {
    font-weight: 700;
}
@media (min-width: 1440px) {
    #career-page .section-banners h3 {
        font-size: 52px;
    }
}
@media (max-width: 1280px) {
    #career-page .section-banners .banner .txt-col {
        padding-left: 0;
    }
}
@media (max-width: 1024px) {
    #career-page h3.underline span:before {
        top: calc(50% + 4px);
    }
    #career-page .section-banners .txt-col {
        width: 100%;
    }
    #career-page .section-banners .banner__title {
        font-size: 42px;
    }
    #career-page .section-banners .banner p {
        font-size: 18px;
    }
    #career-page .section-banners .disable.simple-container {
        padding: 0;
    }
}
@media (max-width: 768px) {
    #career-page .section-banners {
        padding-bottom: 100px;
    }
    #career-page .section-banners h3 {
        margin-bottom: 100px;
        font-size: 38px;
    }
    #career-page .section-banners .banner {
        padding: 75px 20px;
    }
    #career-page .section-banners .banner__title {
        font-size: 38px;
    }
    #career-page .section-banners .banner:not(:last-child) {
        margin-bottom: 30px;
    }
}
@media (max-width: 576px) {
    #career-page .section-banners {
        padding-bottom: 70px;
    }
    #career-page .section-banners h3 {
        font-size: 25px;
        margin-bottom: 57px;
    }
    #career-page .section-banners h3.underline span:before {
        height: 10px;
        top: calc(50% + 2px);
    }
    #career-page .section-banners .banner {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }
    #career-page .section-banners .banner .txt-col {
        max-width: unset;
        width: unset;
        padding: 0 20px;
    }
    #career-page .section-banners .banner:not(:last-child) {
        margin-bottom: 70px;
    }
    #career-page .section-banners .banner__background {
        position: unset;
        object-fit: cover;
        margin-bottom: 27px;
        height: 180px;
    }
    #career-page .section-banners .banner:before {
        display: none;
    }
    #career-page .section-banners .banner__title {
        font-size: 25px;
        color: #2d2d2d;
    }
    #career-page .section-banners .banner p {
        color: #2d2d2d;
        font-size: 16px;
    }
}
@media (max-width: 425px) {
    #career-page .section-banners .banner:last-child .banner__background {
        display: none;
    }
    #career-page .section-banners .banner p {
        font-size: 14px;
    }
    #career-page .section-banners .banner__background--576 {
        display: block;
        width: 100%;
        height: 180px;
        object-fit: cover;
        margin-bottom: 27px;
    }
}
#career-page .section-support {
    padding-bottom: 120px;
}
#career-page .section-support h3.underline:before {
    width: 650px;
}
#career-page .section-support__descr {
    color: #2d2d2d;
    margin-bottom: 50px;
}
#career-page .section-support .awards__icon {
    min-width: 50px;
    max-width: 50px;
    height: 50px;
}
@media (min-width: 1440px) {
    #career-page h3 {
        font-size: 52px;
    }
}
@media (max-width: 1024px) {
    #career-page .section-support h3.underline:before {
        width: 650px;
    }
}
@media (max-width: 768px) {
    #career-page h3 {
        font-size: 38px;
    }
    #career-page .section-support {
        padding-bottom: 100px;
    }
    #career-page .section-support__descr {
        margin-bottom: 40px;
    }
    #career-page .section-support h3.underline:before {
        top: calc(0% + 25px);
        width: 480px;
    }
}
@media (max-width: 576px) {
    #career-page h3 {
        font-size: 25px;
    }
    #career-page .section-support {
        padding-bottom: 70px;
    }
    #career-page .section-support h3.underline:before {
        top: calc(0% + 15px);
        width: 320px;
    }
}
@media (max-width: 375px) {
    #career-page h3 {
        font-size: 21px;
    }
    #career-page .section-support h3.underline:before {
        width: 270px;
    }
}
#career-page {
    overflow: hidden;
}
#career-page .section-employees h3 {
    margin-bottom: 0;
}
#career-page .section-employees__container {
    min-height: 510px;
    position: relative;
}
#career-page .section-employees__container .dots {
    z-index: 9;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#career-page .section-employees__container .dots span {
    display: inline-block;
    z-index: 9;
    width: 20px;
    height: 20px;
    margin-right: 2px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px 0;
    position: relative;
}
#career-page .section-employees__container .dots span:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #ccc;
    opacity: 0.6;
}
@media (max-width: 768px) {
    #career-page .section-employees__container .dots span {
        width: 23px;
        margin-bottom: 15px;
    }
}
#career-page .section-employees__container .dots span.active:before {
    background-color: #c85054;
    opacity: 1;
}
#career-page .section-employees .slider-container {
    display: block;
    width: auto;
    margin: 0 auto;
    position: relative;
    margin-bottom: 50px;
}
#career-page .section-employees .slider-container .arrow-left,
#career-page .section-employees .slider-container .arrow-right {
    position: absolute;
    width: 35px;
    height: 35px;
    z-index: 9;
    fill: #787878;
    top: 40%;
}
@media (max-width: 1024px) {
    #career-page .section-employees .slider-container .arrow-left,
    #career-page .section-employees .slider-container .arrow-right {
        display: none;
    }
}
#career-page .section-employees .slider-container .arrow-left {
    left: 15px;
}
#career-page .section-employees .slider-container .arrow-right {
    right: 15px;
}
#career-page .section-employees .slider-container .slider {
    display: block;
    margin: 0 auto;
    position: relative;
    margin-bottom: 100px;
}
#career-page .section-employees .slider-container .slider .slide {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -40%, 0) scale3d(0.4, 0.4, 1);
    transform: translate3d(-50%, -40%, 0) scale3d(0.4, 0.4, 1);
    transition:
        z-index 0.2s ease-in-out 0.1s,
        -webkit-transform 0.3s ease-in-out 0s;
    transition:
        transform 0.3s ease-in-out 0s,
        z-index 0.2s ease-in-out 0.1s;
    transition:
        transform 0.3s ease-in-out 0s,
        z-index 0.2s ease-in-out 0.1s,
        -webkit-transform 0.3s ease-in-out 0s;
}
#career-page .section-employees .slider-container .slider .slide.prev {
    -webkit-transform: translate3d(-98%, -40%, 0) scale3d(0.6, 0.6, 1);
    transform: translate3d(-98%, -40%, 0) scale3d(0.6, 0.6, 1);
    z-index: 2;
}
#career-page .section-employees .slider-container .slider .slide.prev.carousel__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 0.5;
}
#career-page .section-employees .slider-container .slider .slide.prev.carousel__item .carousel__content {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
#career-page .section-employees .slider-container .slider .slide.prev.carousel__item .carousel .employee__firstname {
    margin-top: 25px;
    font-weight: 500;
    color: #2d2d2d;
}
#career-page .section-employees .slider-container .slider .slide.next {
    z-index: 2;
    -webkit-transform: translate3d(35%, -40%, 0) scale3d(0.6, 0.6, 1);
    transform: translate3d(35%, -40%, 0) scale3d(0.6, 0.6, 1);
}
#career-page .section-employees .slider-container .slider .slide.next.carousel__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 0.5;
}
#career-page .section-employees .slider-container .slider .slide.next.carousel__item .carousel__content {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
#career-page .section-employees .slider-container .slider .slide.next.carousel__item .carousel .employee__firstname {
    margin-top: 25px;
    font-weight: 500;
    color: #2d2d2d;
}
#career-page .section-employees .slider-container .slider .slide.active {
    z-index: 3;
    background: unset;
    -webkit-transform: translate3d(-50%, -40%, 0) scale3d(1, 1, 1);
    transform: translate3d(-50%, -40%, 0) scale3d(1, 1, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#career-page .section-employees .slider-container .slider .slide.active.carousel__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
}
#career-page .section-employees .slider-container .slider .slide.active.carousel__item .carousel__content {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: 0.5s all;
}
#career-page .section-employees .slider-container .slider .slide.active.carousel__item .employee__firstname {
    display: none;
}
#career-page .section-employees .slider-container .slider .slide.carousel__item {
    opacity: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#career-page .section-employees .slider-container .slider .slide.carousel__item .carousel__content {
    max-width: 670px;
    transition: 0.5s all;
}
#career-page .section-employees .slider-container .slider .slide.carousel__item .employee__photo {
    max-width: 316px;
}
#career-page .section-employees .slider-container .slider .slide.carousel__item .employee__fullname {
    font-size: 32px;
    margin-bottom: 25px;
}
#career-page .section-employees .slider-container .slider .slide.carousel__item .employee__info {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 25px;
}
#career-page .section-employees .slider-container .slider .slide.carousel__item .employee__info .awards__icon {
    min-width: 25px;
    max-width: 25px;
    height: 25px;
}
#career-page .section-employees .slider-container .slider .slide.carousel__item .employee__info .awards__item {
    gap: 10px;
}
#career-page .section-employees .slider-container .slider .slide.carousel__item .employee__QOA p {
    font-size: 18px;
}
#career-page .section-employees .slider-container .slider .slide.carousel__item .employee__QOA p:first-child {
    font-weight: 600;
    margin-bottom: 10px;
}
#career-page .section-employees .slider-container .slider .slide.carousel__item .employee__QOA:not(:last-child) {
    margin-bottom: 15px;
}
@media (max-width: 1440px) {
    #career-page .section-employees h3 {
        font-size: 42px;
    }
    #career-page .section-employees .slider-container .slider .slide.active.carousel__item {
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
    }
    #career-page .section-employees .slider-container .slider .slide.active.carousel__item .carousel__content {
        max-width: 500px;
    }
    #career-page .section-employees .slider-container .slider .slide.prev {
        -webkit-transform: translate3d(-83%, -40%, 0) scale3d(0.6, 0.6, 1);
        transform: translate3d(-83%, -40%, 0) scale3d(0.6, 0.6, 1);
    }
    #career-page .section-employees .slider-container .slider .slide.next {
        -webkit-transform: translate3d(25%, -40%, 0) scale3d(0.6, 0.6, 1);
        transform: translate3d(25%, -40%, 0) scale3d(0.6, 0.6, 1);
    }
}
@media (max-width: 1280px) {
    #career-page .section-employees .slider-container .slider .slide.active.carousel__item {
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
    }
    #career-page .section-employees .slider-container .slider .slide.active.carousel__item .carousel__content {
        max-width: 500px;
    }
    #career-page .section-employees .slider-container .slider .slide.prev.carousel__item .carousel__content,
    #career-page .section-employees .slider-container .slider .slide.next.carousel__item .carousel__content {
        display: none;
        transition: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
    }
    #career-page .section-employees .slider-container .slider .slide.prev.carousel__item .employee__photo--container,
    #career-page .section-employees .slider-container .slider .slide.next.carousel__item .employee__photo--container {
        text-align: center;
    }
    #career-page .section-employees .slider-container .slider .slide.prev {
        -webkit-transform: translate3d(-200%, -40%, 0) scale3d(0.6, 0.6, 1);
        transform: translate3d(-200%, -40%, 0) scale3d(0.6, 0.6, 1);
    }
    #career-page .section-employees .slider-container .slider .slide.next {
        -webkit-transform: translate3d(100%, -40%, 0) scale3d(0.6, 0.6, 1);
        transform: translate3d(100%, -40%, 0) scale3d(0.6, 0.6, 1);
    }
}
@media (max-width: 1024px) {
    #career-page .section-employees .slider-container {
        padding: 0 20px;
        margin-bottom: 40px;
    }
    #career-page .section-employees .slider-container .slider .slide {
        transition:
            z-index 0.4s ease-in-out 0.2s,
            -webkit-transform 0.6s ease-in-out 0s;
        transition:
            transform 0.6s ease-in-out 0s,
            z-index 0.4s ease-in-out 0.2s;
        transition:
            transform 0.6s ease-in-out 0s,
            z-index 0.4s ease-in-out 0.2s,
            -webkit-transform 0.6s ease-in-out 0s;
    }
    #career-page .section-employees .slider-container .slider .slide.active.carousel__item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }
    #career-page .section-employees .slider-container .slider .slide.active.carousel__item .employee__photo {
        min-width: 316px;
    }
    #career-page .section-employees .slider-container .slider .slide.active.carousel__item .carousel__content {
        max-width: unset;
    }
    #career-page .section-employees .slider-container .slider .slide.prev.carousel__item,
    #career-page .section-employees .slider-container .slider .slide.next.carousel__item {
        opacity: 0;
    }
}
@media (max-width: 768px) {
    #career-page .section-employees h3 {
        margin-bottom: 46px;
    }
    #career-page .section-employees .slider-container {
        margin-bottom: 40px;
    }
    #career-page .section-employees .slider-container .slider .slide.prev {
        -webkit-transform: translate3d(-200%, -50%, 0) scale3d(0.6, 0.6, 1);
        transform: translate3d(-200%, -50%, 0) scale3d(0.6, 0.6, 1);
    }
    #career-page .section-employees .slider-container .slider .slide.active {
        -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
        transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    }
    #career-page .section-employees .slider-container .slider .slide.next {
        -webkit-transform: translate3d(100%, -50%, 0) scale3d(0.6, 0.6, 1);
        transform: translate3d(100%, -50%, 0) scale3d(0.6, 0.6, 1);
    }
    #career-page .section-employees .carousel__item {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 68px;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
    }
    #career-page .section-employees .carousel__item .eployee__photo {
        max-width: 316px;
    }
}
@media (max-width: 576px) {
    #career-page .section-employees .slider-container .slider {
        margin-bottom: 0;
    }
    #career-page .section-employees .slider-container .slider .slide.active.carousel__item {
        gap: 25px;
    }
    #career-page .section-employees .slider-container .slider .slide.active.carousel__item .employee__photo {
        max-height: 320px;
    }
    #career-page .section-employees .slider-container .slider .slide.active.carousel__item .employee__fullname {
        margin-bottom: 15px;
    }
    #career-page .section-employees .slider-container .slider .slide.active.carousel__item .employee__info {
        -ms-grid-columns: (1fr) [1];
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
        margin-bottom: 35px;
    }
    #career-page .section-employees .slider-container .slider .slide.active.carousel__item .employee__question {
        margin-bottom: 5px;
    }
    #career-page
    .section-employees
    .slider-container
    .slider
    .slide.active.carousel__item
    .employee__answer:not(:last-child) {
        margin-bottom: 5px;
    }
}
@media (max-width: 425px) {
    #career-page .section-employees h3 {
        margin-bottom: 24px;
    }
    #career-page .section-employees .slider-container .slider .slide.active {
        margin-right: 0;
        padding: 0;
    }
    #career-page .section-employees .slider-container .slider .slide.active.carousel__item {
        gap: 25px;
    }
    #career-page .section-employees .slider-container .slider .slide.active.carousel__item .employee__fullname {
        font-size: 25px;
    }
    #career-page .section-employees .slider-container .slider .slide.active.carousel__item .carousel__content {
        padding: 0 20px;
    }
}
#career-graduates-page h4 {
    font-weight: 500;
    margin-bottom: 25px;
}
#career-graduates-page .section-about {
    padding: 44px 0 100px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}
#career-graduates-page .section-about.en .simple-container:before {
    background: url("/assets/css/../images/career/career_graduates/logo_pro-start-en.png") center center/contain no-repeat;
}
#career-graduates-page .section-about .simple-container {
    z-index: 5;
    position: relative;
}
#career-graduates-page .section-about .simple-container:before {
    content: "";
    position: absolute;
    display: block;
    z-index: -1;
    max-width: 350px;
    max-height: 550px;
    width: 100%;
    height: 100%;
    top: -50px;
    right: 0;
    background: url("/assets/css/../images/career/career_graduates/logo_pro-start.png") center center/contain no-repeat;
}
#career-graduates-page .section-about h4 {
    max-width: 80%;
}
#career-graduates-page .section-about p {
    font-size: 24px;
    color: #2d2d2d;
    font-weight: 300;
    max-width: 60%;
}
#career-graduates-page .section-about__content {
    margin-bottom: 50px;
}
#career-graduates-page .section-about__content p span {
    position: relative;
}
#career-graduates-page .section-about__content p span:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 10px;
    background: #fadc19;
    bottom: 0;
    left: 0;
    z-index: -1;
}
#career-graduates-page .section-about__slider {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}
#career-graduates-page .section-about__slider .slider_prev,
#career-graduates-page .section-about__slider .slider_next {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 25px;
    opacity: 0.5;
    transition: 0.5s all;
}
#career-graduates-page .section-about__slider .slider_prev:hover,
#career-graduates-page .section-about__slider .slider_next:hover {
    opacity: 1;
}
#career-graduates-page .section-about__slider .slider_prev {
    left: 0;
}
#career-graduates-page .section-about__slider .slider_next {
    right: 0;
}
#career-graduates-page .section-about__slider .slider__container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#career-graduates-page .section-about__slider .slider__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#career-graduates-page .section-about__slider .slider__icon {
    max-width: 50px;
    max-height: 50px;
    fill: #fadc19;
}
#career-graduates-page .section-about__slider .slider__descr {
    font-weight: 400;
    font-size: 22px;
    max-width: none;
    text-align: center;
}
@media (max-width: 1440px) {
    #career-graduates-page .section-about__slider .slider_prev {
        left: 0;
    }
    #career-graduates-page .section-about__slider .slider_next {
        right: 0;
    }
}
@media (max-width: 1400px) {
    #career-graduates-page .section-about__slider {
        max-width: 95vw;
    }
}
@media (max-width: 1200px) {
    #career-graduates-page h4 {
        font-size: 40px;
    }
}
@media (max-width: 1024px) {
    #career-graduates-page .section-about .simple-container:before {
        top: -30px;
    }
}
@media (max-width: 768px) {
    #career-graduates-page h4 {
        font-size: 38px;
    }
    #career-graduates-page .section-about {
        padding: 100px 0;
    }
    #career-graduates-page .section-about .simple-container:before {
        top: 60px;
        max-width: 230px;
        max-height: 360px;
    }
    #career-graduates-page .section-about h4 {
        max-width: none;
    }
    #career-graduates-page .section-about p {
        max-width: none;
        font-size: 20px;
    }
    #career-graduates-page .section-about__slider {
        max-width: 90vw;
    }
    #career-graduates-page .section-about__slider .slider__descr {
        font-size: 18px;
    }
}
@media (max-width: 576px) {
    #career-graduates-page h4 {
        font-size: 28px;
    }
    #career-graduates-page .section-about {
        padding: 30px 0 70px;
    }
    #career-graduates-page .section-about h4 {
        margin-bottom: 155px;
    }
    #career-graduates-page .section-about .simple-container:before {
        top: unset;
        right: unset;
        left: 50%;
        bottom: 23%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        max-width: 170px;
        max-height: 170px;
    }
    #career-graduates-page .section-about p {
        font-size: 18px;
    }
    #career-graduates-page .section-about__slider .slider_prev,
    #career-graduates-page .section-about__slider .slider_next {
        display: none;
    }
    #career-graduates-page .section-about__slider .slider__descr {
        font-size: 16px;
    }
}
.form_wrapper_footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.form_wrapper_footer .btn.btn--yellow {
    width: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    text-align: center;
}
@media (max-width: 768px) {
    .form_wrapper_footer .btn.btn--yellow {
        margin-right: 30px !important;
    }
}
.popup_title {
    text-align: center;
    margin-bottom: 50px;
}
.popup_body .popup_ul {
    margin-bottom: 50px;
}
.popup_body .popup_ul li {
    list-style-type: disc;
    margin-left: 17px;
}
.popup_body .popup_ul-header {
    font-size: 20px;
    margin-bottom: 10px;
}
.popup_body .popup_footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 25px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.popup_body .popup_inner-popup .direction_container:not(.active) {
    display: none;
}
#career-graduates-page .section-about__content {
    margin-bottom: 0;
}
#career-graduates-page .section-intership {
    padding: 70px 0 55px;
    background: #e5e3e4;
    position: relative;
    z-index: 5;
}
#career-graduates-page .section-intership img {
    position: absolute;
    max-height: 100%;
    bottom: 0;
    right: 0;
    z-index: -1;
}
#career-graduates-page .section-intership h4 {
    max-width: 60%;
}
#career-graduates-page .section-intership__subtitle {
    font-size: 20px;
    margin-bottom: 17px;
    font-weight: 500;
    color: #2d2d2d;
}
#career-graduates-page .section-intership__col {
    max-width: 55%;
}
#career-graduates-page .section-intership__col .btn {
    display: inline-block;
    margin-bottom: 15px;
}
#career-graduates-page .section-intership__hover {
    display: none;
}
#career-graduates-page .section-intership__list {
    margin-bottom: 35px;
}
#career-graduates-page .section-intership__list:nth-child(1) li {
    cursor: pointer;
}
#career-graduates-page .section-intership__list:nth-child(1) li p:nth-child(1) {
    text-decoration: underline;
    -webkit-text-decoration-color: #fcdd16;
    text-decoration-color: #fcdd16;
}
#career-graduates-page .section-intership__list:nth-child(2) {
    margin-bottom: 40px;
}
#career-graduates-page .section-intership__list li {
    position: relative;
    margin-left: 20px;
}
#career-graduates-page .section-intership__list li:not(:last-child) {
    margin-bottom: 15px;
}
#career-graduates-page .section-intership__list li:before {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background: #fcdd16;
    border-radius: 100%;
    top: 6px;
    left: calc(0% - 20px);
}
#career-graduates-page .section-intership__list li p {
    font-size: 20px;
    color: #2d2d2d;
}
@media (max-width: 768px) {
    #career-graduates-page .section-intership {
        padding: 100px 0;
    }
    #career-graduates-page .section-intership img {
        opacity: 0.15;
    }
    #career-graduates-page .section-intership h4 {
        max-width: none;
    }
    #career-graduates-page .section-intership__col {
        max-width: none;
    }
}
@media (max-width: 576px) {
    #career-graduates-page .section-intership {
        padding: 70px 0 486px;
    }
    #career-graduates-page .section-intership img {
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        max-height: 474px;
        opacity: 1;
    }
    #career-graduates-page .section-intership .btn {
        width: 90%;
        margin-right: 15px;
        text-align: center;
    }
    #career-graduates-page .section-intership__list li p {
        font-size: 18px;
    }
}
.graduates__form_wrapper.form_wrapper--agreement {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.graduates__form_wrapper.form_wrapper--agreement .form_label--agreement {
    margin-left: 30px;
}
@media (max-width: 576px) {
    .graduates__form_wrapper.form_wrapper--agreement {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .graduates__form_wrapper.form_wrapper--agreement .btn--yellow {
        width: 100%;
    }
    .graduates__form_wrapper.form_wrapper--agreement .form_label--agreement {
        margin: 0 0 30px;
    }
}
#press-page h1 {
    font-size: 62px;
    font-weight: 500;
}
#press-page .news-list {
    margin-top: 50px;
    margin-bottom: 100px;
}
#press-page .news-item {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 40px;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
    box-sizing: border-box;
}
#press-page .news-item:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.2s;
}
#press-page .news-item * {
    position: relative;
}
#press-page .news-item:hover:before {
    background: rgba(0, 0, 0, 0.1);
}
#press-page .news-item--with-img:before {
    background: rgba(0, 0, 0, 0.2);
}
#press-page .news-item--with-img * {
    color: #fff;
}
#press-page .news-item--with-img:hover:before {
    background: rgba(0, 0, 0, 0.4);
}
#press-page .news-item_date {
    display: inline-block;
    margin-bottom: 20px;
    border-bottom: 1px solid #fcdd16;
}
#press-page .news-item h2 {
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 500;
}
#press-page .news-item_preview-txt {
    margin-top: 20px;
    font-size: 20px;
}
#press-page .news-item--last {
    width: 100%;
    background-color: #fafafa;
    min-height: 550px;
}
#press-page .news-items_row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#press-page .news-items_row .news-item {
    width: calc(50% - 10px);
    min-height: 513px;
}
#press-page .news-items_row .news-item:nth-child(odd) {
    margin-right: 20px;
}
#press-page .news-items_row:nth-child(odd) .news-item:last-child,
#press-page .news-items_row:nth-child(even) .news-item:first-child {
    background-color: #fafafa;
}
#press-page .pager-link {
    margin: 0 auto 125px;
}
#press-page .news-detailed h1 {
    margin: 30px 0;
    font-size: 52px;
}
#press-page .news-detailed_img {
    display: block;
    margin: 75px auto 0;
    height: auto;
}
#press-page .news-detailed_header--grey {
    padding: 100px 0;
    background-color: #fafafa;
    background-image: url("/assets/css/../images/logo-grey.png");
    background-position: calc(100% - 100px) center;
    background-repeat: no-repeat;
    background-size: 156px;
}
#press-page .news-detailed_body {
    max-width: 1000px;
    padding: 125px 10px;
    margin: 0 auto;
    font-weight: 300;
    font-size: 24px;
}
#press-page .thematic-news {
    padding-top: 125px;
    padding-bottom: 125px;
    border-top: 1px solid #e9e9e9;
}
#press-page .thematic-news_list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 55px 0 75px;
}
#press-page .thematic-news_item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% / 3 - 25px * 2 / 3);
    padding-left: 20px;
    border-left: 1px solid #fcdd16;
    transition: all 0.2s;
}
#press-page .thematic-news_item:not(:last-child) {
    margin-right: 25px;
}
#press-page .thematic-news_item:hover {
    box-shadow: -3px 0 0 0 #fcdd16;
}
#press-page .thematic-news_title {
    font-size: 24px;
    font-weight: 300;
    color: #787878;
}
#press-page .thematic-news_date {
    margin-top: 10px;
    font-size: 16px;
    color: #a1a1a1;
}
@media (max-width: 1400px) {
    #press-page .news-item h2 {
        font-size: 28px;
    }
    #press-page .pager-link {
        margin: 0 auto 100px;
    }
    #press-page .news-detailed_header--grey {
        padding: 70px 0;
        background-size: 105px;
    }
    #press-page .news-detailed_body {
        padding: 100px 10px;
    }
    #press-page .thematic-news {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media (max-width: 1200px) {
    #press-page .news-list {
        margin-bottom: 70px;
    }
    #press-page .news-item {
        padding: 20px;
    }
    #press-page .news-item--last {
        min-height: 460px;
    }
    #press-page .news-items_row .news-item {
        min-height: 450px;
    }
    #press-page .pager-link {
        margin: 0 auto 70px;
    }
    #press-page .news-detailed_body {
        padding: 70px 10px;
    }
    #press-page .thematic-news {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    #press-page .thematic-news_list {
        margin: 45px 0 60px;
    }
    #press-page .thematic-news_item {
        padding-left: 10px;
    }
    #press-page .thematic-news_item:not(:last-child) {
        margin-right: 15px;
    }
    #press-page .thematic-news_title {
        font-size: 22px;
    }
}
@media (max-width: 1024px) {
    #press-page .news-item h2 {
        font-size: 24px;
    }
    #press-page .news-item--last {
        min-height: 380px;
    }
    #press-page .news-items_row .news-item {
        min-height: 390px;
    }
    #press-page .news-detailed_img {
        margin: 50px auto 0;
    }
}
@media (max-width: 768px) {
    #press-page h1 {
        font-size: 26px;
    }
    #press-page .news-list {
        margin-top: 0;
        margin-bottom: 50px;
    }
    #press-page .news-item {
        margin-bottom: 10px;
        padding: 10px;
    }
    #press-page .news-item_date {
        margin-top: 20px;
        margin-bottom: 5px;
    }
    #press-page .news-item h2 {
        font-size: 20px;
    }
    #press-page .news-item_preview-txt {
        margin-top: 5px;
        font-size: 18px;
    }
    #press-page .news-item--last {
        min-height: auto;
    }
    #press-page .news-items_row .news-item {
        width: 100%;
        min-height: auto;
    }
    #press-page .news-items_row .news-item:nth-child(odd) {
        margin-right: 0;
    }
    #press-page .pager-link {
        margin: 0 auto 50px;
    }
    #press-page .news-detailed h1 {
        margin: 15px 0;
        font-size: 26px;
    }
    #press-page .news-detailed_img {
        margin-top: 0;
    }
    #press-page .news-detailed_header--grey {
        padding: 30px 0;
    }
    #press-page .news-detailed_body {
        padding: 30px 10px;
    }
    #press-page .thematic-news {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #press-page .thematic-news_list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 0 30px;
    }
    #press-page .thematic-news_item {
        width: 100%;
    }
    #press-page .thematic-news_item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 15px;
    }
    #press-page .thematic-news_title {
        font-size: 18px;
    }
}
.page-header .menu-second-level_breadcrumbs {
    padding: 20px 0;
}
.breadcrumb {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 10px 0;
}
.breadcrumb__separator:before {
    content: " /";
    color: #a1a1a1;
    font-size: 16px;
    font-weight: 300;
    font-family: "Gilroy";
    line-height: 120%;
}
.breadcrumb__link-first,
.breadcrumb__link-last {
    font-family: "Gilroy";
    color: #a1a1a1;
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
}
.breadcrumb__link-first {
    text-decoration: underline;
}
.warningPopup {
    display: none;
}
.warningPopup.active {
    display: block;
}
.warningPopup:before {
    content: "";
    background: rgba(58, 58, 58, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.warningPopup__close {
    cursor: pointer;
    position: absolute;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    top: 35px;
    right: 35px;
}
.warningPopup__close p {
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 1px solid #787878;
    margin-bottom: 0;
    font-size: 18px;
}
.warningPopup__close svg {
    width: 20px;
    height: 20px;
    fill: #787878;
}
.warningPopup__body {
    position: fixed;
    margin: auto;
    text-align: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 50vw;
    max-height: 365px;
    border-radius: 10px;
    background: #fff;
    z-index: 105;
    opacity: 1;
    padding: 76px 72px;
}
.warningPopup__body p {
    margin-bottom: 35px;
}
.warningPopup__title {
    font-size: 32px;
}
.warningPopup__descr {
    font-size: 18px;
}
.warningPopup__btn {
    cursor: pointer;
    width: 124px;
    height: 50px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #cecece;
    margin: 0 auto;
    color: #2d2d2d;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    line-height: 125%;
}
.warningPopup__btn-confirm {
    margin-right: 35px;
}
@media (max-width: 768px) {
    .warningPopup__body {
        max-width: 82vw;
    }
}
@media (max-width: 576px) {
    .warningPopup__body {
        width: 100%;
        max-width: 93vw;
        max-height: 380px;
        padding: 60px 20px;
    }
}
@media (max-width: 425px) {
    .warningPopup__body {
        padding: 80px 20px 100px;
    }
}
@media (max-width: 375px) {
    .warningPopup__body {
        padding: 70px 15px 130px;
    }
}
@media (max-width: 320px) {
    .warningPopup__body {
        padding: 80px 15px 130px;
        max-height: 450px;
    }
}
#products-page .filter-block {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 55px 0 100px;
}
#products-page .filter-block.active svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
#products-page .filter-block.active .filter-list {
    display: block;
}
#products-page .filter-block.active .filter-list__item:hover:hover {
    background: #f7f7f7;
    border-right: 4px solid #ff0;
}
#products-page .filter-block__btn-chose {
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 111px;
    padding-bottom: 5px;
    border-bottom: 1px solid #a1a1a1;
}
#products-page .filter-block__btn-chose p {
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    color: #a1a1a1;
}
#products-page .filter-block__btn-chose p.chosed {
    font-style: normal;
    font-weight: 300;
    color: #2d2d2d;
}
#products-page .filter-block__btn-chose svg {
    cursor: pointer;
    width: 15px;
    height: 15px;
    fill: #2d2d2d;
    transition: 0.5s all;
}
#products-page .filter-block .filter-list {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 5;
    padding: 18px 0;
    background: #fff;
    box-shadow: 0 4px 13px rgba(151, 151, 151, 0.25);
}
#products-page .filter-block .filter-list__item {
    cursor: pointer;
    font-family: "Gilroy";
    font-weight: 400;
    font-size: 16px;
    line-height: 135%;
    color: #2d2d2d;
    padding: 7px 25px;
}
#products-page .filter-block .filter-list__item.active {
    background: #f7f7f7;
    border-right: 4px solid #ff0;
}
#products-page .filter-block .reset-filter {
    font-size: 16px;
    color: #a1a1a1;
}
#products-page .filter-block .reset-filter svg {
    width: 12px;
    height: 12px;
    margin-right: 10px;
    fill: #a1a1a1;
}
#products-page .filter-block .reset-filter.active {
    cursor: pointer;
    color: #2d2d2d;
}
#products-page .filter-block .reset-filter.active svg {
    fill: #2d2d2d;
}
#products-page .products-list {
    overflow: hidden;
}
@media (min-width: 1400px) {
    #products-page .gutter-width {
        width: 100px;
    }
}
@media (max-width: 1400px) {
    #products-page .gutter-width {
        width: 40px;
    }
}
#products-page .product-item {
    box-sizing: border-box;
    overflow: hidden;
}
@media (min-width: 1400px) {
    #products-page .product-item {
        width: calc(100% / 3 - 100px * 2 / 3);
        margin-bottom: 100px;
    }
}
@media (max-width: 1400px) {
    #products-page .product-item {
        width: calc(100% / 3 - 40px * 2 / 3);
        margin-bottom: 40px;
    }
}
#products-page .product-item--high {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 740px;
    padding: 20px 40px;
    text-align: center;
}
#products-page .product-item--high:hover .product-item_preview-txt {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #fff;
    padding-top: 10%;
    font-size: 20px;
}
#products-page .product-item--wide {
    height: 320px;
}
#products-page .product-item--wide:hover .product-item_preview-txt {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #fff;
    padding-top: 10%;
    font-size: 20px;
}
#products-page .product-item_title {
    margin-top: 35px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 18px;
}
#products-page .product-item_preview-txt {
    font-size: 16px;
}
#product-card .product-page__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    gap: 110px;
}
#product-card .product-page__wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 32px;
    margin-bottom: 50px;
}
#product-card .product-page__wrapper .product-card_link-new {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #a1a1a1;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    min-width: 258px;
    height: 50px;
    border: 1px solid #a1a1a1;
    transition: 0.5s all;
}
#product-card .product-page__wrapper .product-card_link-new:hover {
    color: #2d2d2d;
    background-color: #fcdd16;
    border-color: #2d2d2d;
}
#product-card .product-page_left-col {
    width: 750px;
    max-width: 50%;
}
#product-card .product-card_links {
    max-width: 580px;
    margin-top: 50px;
    margin-bottom: 15px;
    overflow: hidden;
}
#product-card .product-card_description {
    font-family: "Gilroy";
    font-weight: 300;
    font-size: 20px;
    line-height: 125%;
    letter-spacing: 0.03em;
    color: #787878;
}
#product-card .product-card_link {
    min-width: 185px;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 35px;
    float: left;
}
#product-card .product-card_link:nth-child(2n + 1) {
    margin-right: 35px;
}
#product-card .product-card_link_icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    fill: #a1a1a1;
}
#product-card .product-card_link_txt {
    font-size: 18px;
    color: #a1a1a1;
}
#product-card .product-card_link:hover .product-card_link_icon {
    fill: #2d2d2d;
}
#product-card .product-card_link:hover .product-card_link_txt {
    color: #2d2d2d;
}
#product-card .product-card_link--black .product-card_link_icon {
    fill: #2d2d2d;
}
#product-card .product-card_link--black .product-card_link_txt {
    color: #2d2d2d;
}
#product-card .product-card_link--instruction .product-card_link_icon {
    margin-bottom: -6px;
    fill: #2d2d2d;
}
#product-card .product-card_link--instruction .product-card_link_txt {
    border-color: #fcdd16;
    border-bottom: 2px solid #fcdd16;
    font-weight: 500;
    color: #2d2d2d;
    text-transform: uppercase;
}
#product-card .product-card_main-block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 125px;
}
#product-card .product-card_desc-item:not(:last-child) {
    margin-bottom: 35px;
}
#product-card .product-card_desc-item h4 {
    font-size: 24px;
    font-weight: normal;
}
#product-card .product-card_desc-item p {
    font-size: 20px;
}
#product-card .product-card_img {
    height: auto;
    margin-bottom: 40px;
}
#product-card .product-card_img-block {
    max-width: 100%;
}
#product-card .product-card_img-block .wrapper-3d {
    text-align: initial;
}
#product-card .product-card_img-block .wrapper-links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px;
}
#product-card .product-card_img-block .wrapper-links a {
    margin-bottom: 0;
}
#product-card .product-card_img-block .wrapper-links a:not(:last-child) {
    margin-right: 35px;
}
#product-card .product-card_img-block.fixed {
    position: fixed;
    top: 100px;
}
@media (min-width: 1400px) {
    #product-card .product-card_img-block.fixed {
        right: calc(((100% - 1400px) / 2));
    }
}
@media (max-width: 1400px) {
    #product-card .product-card_img-block.fixed {
        right: 10px;
    }
}
#product-card .product-card_instruction-block {
    padding: 125px 0;
    background-color: #fafafa;
}
#product-card .product-card_instruction-block-new {
    padding: 0;
    background-color: #fff;
}
#product-card .product-card_instruction-block-new .product-page_left-col {
    width: 100%;
    max-width: 100%;
}
#product-card .product-card_instruction-block .instruction-items {
    margin-bottom: 50px;
}
#product-card .product-card_instruction-block .instruction-item:not(:last-child) {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 2px solid #e9e9e9;
}
#product-card .product-card_instruction-block .instruction-item_name {
    font-size: 30px;
}
#product-card .product-card_instruction-block .instruction-item_body {
    color: #787878;
}
#product-card .product-card_instruction-block .instruction-item_body p {
    font-size: 20px;
}
#product-card .product-card_instruction-block .instruction-item_body p:not(:last-child) {
    margin-bottom: 25px;
}
#product-card .product-card_instruction-block .instruction-item_body ul li {
    position: relative;
    padding-left: 25px;
}
#product-card .product-card_instruction-block .instruction-item_body ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fcdd16;
    position: absolute;
    top: 4px;
    left: 0;
}
#product-card .product-card_instruction-block .instruction-item_body ul li:not(:last-child) {
    margin-bottom: 30px;
}
#product-card .product-card_instruction-block .instruction-item_body h2,
#product-card .product-card_instruction-block .instruction-item_body h3,
#product-card .product-card_instruction-block .instruction-item_body h4,
#product-card .product-card_instruction-block .instruction-item_body h5 {
    font-size: 20px;
    color: #2d2d2d;
}
#product-card .product-card_instruction-block .instruction-item.active .instruction-item_name {
    font-weight: 500;
    padding-bottom: 30px;
}
#product-card .product-card_instruction-block .instruction-item:not(.active) .akkordeon-block_arrow {
    fill: #a1a1a1;
}
#product-card .product-card_instruction-block .instruction-item:not(.active) .instruction-item_name {
    font-weight: 300;
    color: #a1a1a1;
}
#product-card .product-card_video-block {
    margin-top: 150px;
    position: relative;
}
#product-card .product-card_video-block video {
    width: 100%;
}
#product-card .product-card_researchs-block {
    padding-top: 150px;
}
#product-card .product-card_researchs-block h2 {
    font-weight: normal;
    font-size: 52px;
}
#product-card .product-card_researchs {
    margin-top: 30px;
}
#product-card .product-card_research-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    fonw-weight: 300;
}
#product-card .product-card_research-item:not(:last-child) {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #f2f2f2;
}
#product-card .product-card_research-item_name {
    color: #787878;
}
#product-card .product-card_research-item_mark {
    display: inline;
    margin-top: 10px;
    font-style: italic;
    font-size: 16px;
}
#product-card .product-card_research-item svg {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25px;
    height: 25px;
    margin-left: 20px;
    fill: #787878;
}
#product-card .product-card_research-item:hover .product-card_research-item_mark {
    color: #000;
    border-bottom: 1px solid #fcdd16;
}
#product-card .product-card_research-item:hover svg {
    fill: #fcdd16;
}
@media (max-width: 1400px) {
    #product-card {
        padding-bottom: 100px;
    }
    #product-card .product-card_main-block {
        margin-bottom: 100px;
    }
    #product-card .product-card_video-block {
        margin-top: 100px;
    }
    #product-card .product-card_researchs-block {
        padding-top: 100px;
    }
}
@media (max-width: 1200px) {
    #products-page .filter-block {
        margin: 55px 0 70px;
    }
    #products-page .product-item--high {
        height: 580px;
    }
    #products-page .product-item--wide {
        height: 265px;
    }
    #product-card {
        padding: 70px 0;
    }
    #product-card .product-card_main-block {
        margin-bottom: 70px;
    }
    #product-card .product-card_instruction-block .instruction-item:not(:last-child) {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    #product-card .product-card_instruction-block .instruction-item_name {
        font-size: 27px;
    }
    #product-card .product-card_video-block {
        margin-top: 70px;
    }
    #product-card .product-card_researchs-block {
        padding-top: 70px;
    }
}
@media (max-width: 1024px) {
    #products-page .filter-block {
        margin: 35px 0 40px;
    }
    #products-page .product-item--high {
        height: auto;
    }
    #products-page .product-item--high img {
        width: auto;
        max-height: 180px;
    }
    #products-page .product-item--wide {
        height: auto;
    }
    #product-card .product-page__grid {
        gap: 0;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    #product-card .product-card_description {
        font-size: 18px;
    }
    #product-card .product-page_left-col {
        width: 100%;
        max-width: 100%;
    }
    #product-card .product-card_link {
        margin-right: 35px;
    }
    #product-card .product-card_main-block {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #product-card .product-card_descs {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 20px;
    }
    #product-card .product-card_img {
        max-width: 300px;
    }
    #product-card .product-card_img-block {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        max-width: none;
        text-align: center;
    }
    #product-card .product-card_img-block .wrapper-links a {
        margin-left: auto;
        margin-right: auto;
    }
    #product-card .product-card_img-block.fixed {
        position: relative;
        top: auto;
        right: auto;
    }
}
@media (max-width: 768px) {
    #products-page .filter-block {
        display: block;
    }
    #products-page .filter-block .reset-filter {
        margin-top: 10px;
    }
    #products-page .product-item--high,
    #products-page .product-item--wide {
        width: 100%;
    }
    #products-page .product-item--wide {
        text-align: center;
    }
    #products-page .product-item--wide img {
        max-width: 80%;
    }
    #products-page .product-item_title {
        margin-top: 10px;
    }
    #products-page .product-item_preview-txt {
        max-width: none !important;
    }
    #product-card {
        padding-bottom: 50px;
    }
    #product-card .product-card_links {
        margin-top: 25px;
    }
    #product-card .product-card_link {
        margin-right: 0;
        margin-bottom: 15px;
    }
    #product-card .product-card_link:nth-child(2n + 1) {
        margin-right: 0;
    }
    #product-card .product-card_link_txt {
        font-size: 16px;
    }
    #product-card .product-card_main-block {
        margin-bottom: 50px;
    }
    #product-card .product-card_desc-item:not(:last-child) {
        margin-bottom: 15px;
    }
    #product-card .product-card_desc-item h4 {
        margin-bottom: 5px;
        font-size: 20px;
    }
    #product-card .product-card_img-block .wrapper-links {
        margin-top: 25px;
    }
    #product-card .product-card_instruction-block .instruction-item:not(:last-child) {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    #product-card .product-card_instruction-block .instruction-item_name {
        font-size: 20px;
    }
    #product-card .product-card_video-block {
        margin-top: 50px;
    }
    #product-card .product-card_researchs-block {
        padding-top: 50px;
    }
    #product-card .product-card_researchs-block h2 {
        font-size: 24px;
    }
    #product-card .product-card_research-item svg {
        width: 20px;
        height: 20px;
        margin-left: 15px;
    }
}
@media (max-width: 576px) {
    #product-card .product-card_description {
        font-size: 16px;
    }
    #product-card .product-card_img-block .wrapper-links {
        display: block;
    }
    #product-card .product-card_img-block .wrapper-links a {
        float: none;
    }
    #product-card .product-card_img-block .wrapper-links a:not(:last-child) {
        margin-right: 0;
    }
    #product-card .product-card_img-block .wrapper-links a:not(:first-child) {
        margin-top: 25px;
        min-width: 200px;
    }
}
#safety-page {
    padding-top: 100px;
}
#safety-page .page-header {
    max-width: 1000px;
    margin-bottom: 75px;
}
#safety-page .safety-item {
    padding: 75px;
    background-color: #f5f5f5;
}
#safety-page .safety-item:not(:last-child) {
    margin-bottom: 50px;
}
#safety-page .safety-item p {
    max-width: 1025px;
}
#safety-page .safety_title {
    font-size: 52px;
}
#safety-page .safety_open-form {
    margin-top: 55px;
}
#safety-page .hotline-section {
    background: #fcdd16;
    margin-top: 75px;
    padding: 30px 0;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}
#safety-page .hotline-section a {
    font-weight: normal;
}
.form-step:not(.active) {
    display: none;
}
@media (max-width: 1400px) {
    #safety-page {
        padding-top: 60px;
    }
    #safety-page .safety-item {
        padding: 45px;
    }
    #safety-page .safety-item:not(:last-child) {
        margin-bottom: 30px;
    }
}
@media (max-width: 1200px) {
    #safety-page {
        padding-top: 40px;
    }
    #safety-page .page-header {
        margin-bottom: 50px;
    }
    #safety-page .safety-item {
        padding: 20px;
    }
    #safety-page .safety_title {
        font-size: 45px;
    }
}
@media (max-width: 1024px) {
    #safety-page .safety_title {
        font-size: 35px;
    }
    #safety-page .safety_open-form {
        margin-top: 30px;
    }
}
@media (max-width: 768px) {
    #safety-page .page-header {
        margin-bottom: 30px;
    }
    #safety-page .safety-item {
        padding: 10px;
    }
    #safety-page .safety_title {
        font-size: 24px;
    }
    #safety-page .safety_open-form {
        margin-top: 15px;
    }
    #safety-page .hotline-section {
        margin-top: 50px;
        font-size: 20px;
    }
    #safety-page .hotline-section a {
        display: inline-block;
        margin-top: 5px;
    }
}
.popup-container {
    padding: 60px 0 100px;
    max-height: 850px;
}
.page-form_step-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 0;
}
.page-form_step-title--mb {
    margin-bottom: 50px;
}
.page-form_step-subtitle {
    font-weight: 400;
    color: #2d2d2d;
    padding: 10px 0 50px 80px;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.grad-form .form-step__header-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
}
.grad-form .form-step_bottom-row.absolute {
    top: calc(100% + 150px);
    width: 100%;
}
.grad-form .form-step_bottom-row.flex-end {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.grad-form .form-step__bottom-row {
    margin-top: -90px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.grad-form .form_input-sect input {
    color: #2d2d2d;
}
.grad-form .form_input-sect input::-webkit-input-placeholder {
    color: #a1a1a1;
}
.grad-form .form_input-sect input::-moz-placeholder {
    color: #a1a1a1;
}
.grad-form .form_input-sect input:-ms-input-placeholder {
    color: #a1a1a1;
}
.grad-form .form_input-sect input::placeholder {
    color: #a1a1a1;
}
.grad-form .form_input-sect .list select {
    padding: 0 25px 0 20px;
    border: 1px solid #e9e9e9;
    width: 100%;
    height: 65px;
    font-weight: 300;
    font-size: 18px;
    line-height: 110%;
    color: #a1a1a1;
}
.grad-form .form_input-sect .list select:focus {
    color: #2d2d2d;
}
.grad-form .form_input-sect .list select option {
    color: #2d2d2d;
}
.grad-form .form_input-sect--w-mr {
    margin-right: 0 !important;
}
.grad-form .form_input-sect--mr {
    margin-right: 30px;
}
.grad-form .form_input-sect--2col {
    width: calc((100% / 3 - 30px * 2 / 3) * 2);
}
.grad-form .form_label--radio {
    min-width: 190px;
}
.grad-form .form_label--radio input[type="radio"]:checked + .btn-radio {
    color: #2d2d2d;
}
.grad-form .form_label--radio-sex {
    min-width: 65px;
}
.grad-form .form_label textarea,
.grad-form .form_label input:not([type="radio"]):not([type="checkbox"]),
.grad-form .form_label select {
    color: #2d2d2d;
}
.btn--underline {
    text-align: center;
    padding: 5px 0 7px;
    border-bottom: 2px solid #fcdd16;
    font-weight: 500;
    margin-right: 35px !important;
}
@media (max-width: 1024px) {
    .grad-form .form-step__bottom-row {
        margin-top: 0;
    }
    .grad-form .form_input-sect .list select {
        height: 45px;
    }
    .grad-form .form_input-sect--w-mr {
        margin-right: 20px !important;
    }
}
@media (max-width: 768px) {
    .grad-form .form_input-sect {
        margin-right: 0;
    }
    .grad-form .form_input-sect--2col {
        width: 100%;
    }
    .grad-form .form-step_bottom-row.absolute {
        top: 100%;
    }
    .grad-form .form_input-sect--w-mr {
        margin-right: 0 !important;
    }
}
@media (max-width: 576px) {
    .grad-form .wrapper-radios {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .page-form .form-step .control-btns {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 20px;
    }
    .btn--underline {
        margin-right: 0 !important;
    }
}
/*# sourceMappingURL=../_sourcemaps/main.css.map */

.social-link {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(/assets/css/../images/social.png);
}
.social-link--hh {
    background-position: 0 0;
}
.vacancy-modal_title {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 22px;
}
.vacancy_place-name_country {
    font-weight: bold;
}

.captcha-field .error-message {
    display: none;
    color: #f00;
    margin-bottom: 30px;
}
.captcha-field.is-error .error-message {
    display: block;
}

.product-card_img-block p {
    margin-bottom: 10px;
}
.product-card_img-block ul {
    padding-left: 20px;
    margin: 10px 0 20px;
}
.product-card_img-block ul li {
    list-style: disc;
}

@media (min-width: 1024px) {
    .page-header_top-menu-wrapper .top-menu_item a {
        font-size: 16px;
    }
}

#products-page .products-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

/* ≥ 768px — 2 колонки */
@media (min-width: 768px) {
    #products-page .products-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ≥ 1024px — 4 колонки */
@media (min-width: 1024px) {
    #products-page .products-list {
        grid-template-columns: repeat(4, 1fr);
    }
}

#products-page .products-list .product-item {
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 0;
}
#products-page .products-list .product-item img {
    aspect-ratio: 320/230;
    object-fit: contain;
}
#products-page .products-list .product-item .product-item_title {
    margin-top: 0;
}
#products-page .products-list .product-item .product-item_preview-txt {
    transition: all 0.5s;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    user-select: none;
    width: 100%;
    height: 100%;
    max-width: 100%;
    padding-top: 0;
    font-size: 18px;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
}

#products-page .products-list .product-item:hover .product-item_preview-txt {
    opacity: 1;
}

#products-page .product-item--wide {
    height: auto;
}

/* ===== Полноэкранное уведомление об успешной отправке формы ===== */
.js-form-success-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(15, 23, 42, .55);
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease;
}

.js-form-success-overlay.is-visible {
    opacity: 1;
    visibility: visible;
}

.js-form-success-overlay__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 440px;
    padding: 48px 40px;
    text-align: center;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .25);
    transform: translateY(20px) scale(.96);
    transition: transform .3s ease;
}

.js-form-success-overlay.is-visible .js-form-success-overlay__box {
    transform: none;
}

.js-form-success-overlay__check {
    width: 88px;
    height: 88px;
    margin: 0 auto 24px;
}

.js-form-success-overlay__check svg {
    display: block;
    width: 100%;
    height: 100%;
}

.js-form-success-overlay__check circle {
    stroke: #34a853;
    stroke-width: 2;
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
}

.js-form-success-overlay__check path {
    stroke: #34a853;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
}

.js-form-success-overlay.is-visible .js-form-success-overlay__check circle {
    animation: jsFsCircle .5s ease forwards;
}

.js-form-success-overlay.is-visible .js-form-success-overlay__check path {
    animation: jsFsCheck .35s .45s ease forwards;
}

@keyframes jsFsCircle {
    to { stroke-dashoffset: 0; }
}

@keyframes jsFsCheck {
    to { stroke-dashoffset: 0; }
}

.js-form-success-overlay__title {
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    color: #1f2937;
}

.js-form-success-overlay__text {
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 1.5;
    color: #4b5563;
}

.js-form-success-overlay__close {
    cursor: pointer;
}

/* ===== Блок ошибки отправки формы (.form_error / ShowError -> .errortext) ===== */
.form_error,
.errortext {
    display: block;
    padding: 14px 18px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.4;
    color: #b42318;
    background: #fdecea;
    border: 1px solid #f5c2bd;
    border-radius: 10px;
}

.form_error:empty,
.errortext:empty {
    display: none;
}

/* End */


/* Start:/local/templates/new-mmh/components/bitrix/menu/mobile_menu/style.css?1659433637894*/
div.menu-sitemap-tree
{
	font-size:100%;
}

div.menu-sitemap-tree ul
{
	list-style-type: none;
	margin: 0; 
	padding: 0 1em 0 0;
}

div.menu-sitemap-tree ul ul
{
	width: auto;
	margin:-0.75em 0 0 0;
	padding: 0 0 0 0.75em;
}

div.menu-sitemap-tree li
{
	margin: 0 0 -0.85em 0;
	padding:0;
}

div.menu-sitemap-tree li li
{
	margin: 0 0 -0.85em 0.5em; 
	padding:0;
}

div.menu-sitemap-tree li.close ul
{
	display: none;
}

div.menu-sitemap-tree div.item-text
{
	position:relative;
	top:-19px;left:19px;
}

/*Icons*/
div.folder, div.page
{
	background-repeat:no-repeat;
	width:17px;
	height:17px;
	vertical-align:top;
}
div.folder{cursor:pointer; cursor: hand;background-image:url(/local/templates/new-mmh/components/bitrix/menu/mobile_menu/images/folder_open.gif);}
div.menu-sitemap-tree li.close div.folder{background-image:url(/local/templates/new-mmh/components/bitrix/menu/mobile_menu/images/folder_close.gif);}
div.page{background-image:url(/local/templates/new-mmh/components/bitrix/menu/mobile_menu/images/page.gif);}
/* End */
/* /assets/libs/slick/slick.css?16594336341776 */
/* /assets/css/main.css?1781857930312550 */
/* /local/templates/new-mmh/components/bitrix/menu/mobile_menu/style.css?1659433637894 */
