@charset "UTF-8";
/**
* Property of OOO "Deka".
* Собственность ООО "Дека".

* Edited by OOO "Deka".
* Date: 05.09.2024
* Time: 08:56
*/
@font-face {
    font-family: "mullerextrabold";
    src: url("/fonts/muller_extra_bold/mullerextrabold.woff2") format("woff2"), url("/fonts/muller_extra_bold/mullerextrabold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "mullerregular";
    src: url("/fonts/muller_regular/mullerregular.woff2") format("woff2"), url("/fonts/muller_regular/mullerregular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

.nav-popai {
    width: 48px;
    height: 10px;
    webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.nav-popai:hover {
    webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    fill: none;
}

.header-icon-arrow {
    margin-left: 5px;
    width: 9px;
    height: 5px;
    transition: 0.5s;
}

.header__logo_items {
    width: 66px;
    height: 66px;
    transition: 0.5s;
}

.header__logo_items.logo-scroll {
    width: 50px !important;
    height: 50px !important;
}

.header__logo__item.logo-scroll {
    top: 0;
    transition: 0.5s;
}

.header {
    position: fixed;
    top: 0;
    z-index: 1000;
    background-color: white;
    padding-top: 10px;
    max-width: 1920px;
    width: 100%;
    max-height: 70px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    padding-right: 100px;
}

@media screen and (max-width: 1199px) {
    .header {
        padding-left: 60px;
        padding-right: 0px;
    }
}

.header__logo {
    width: 89px;
    height: 89px;
    position: relative;
}

.header__logo__item {
    position: absolute;
    z-index: 210;
    top: 20px;
    left: -30px;
}

@media screen and (max-width: 450px) {
    .header__logo__item {
        top: 15px;
        left: -45px;
    }
}

.header__logo_items {
    width: 89px;
    height: 89px;
    animation: 0.5s;
}

@media screen and (max-width: 450px) {
    .header__logo_items {
        width: 70px;
        height: 70px;
    }
}

.header__nav {
    max-width: 1831px;
    width: 100%;
    position: relative;
}

.header__nav__items {
    height: 100%;
    margin: 0px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__nav__items > li {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.header__nav__items__link {
    font-size: 12px;
    font-family: "mullerextrabold";
    color: black !important;
    text-transform: uppercase;
    transition: 0.5s;
    padding-left: 23px;
    padding-right: 23px;
}

.header__nav__items__link:hover {
    color: #ff0000 !important;
}

.header__nav__items__link__scroll {
    font-size: 16px;
    color: #ff0000 !important;
}

.header__nav__items__link__scroll:hover {
    color: black !important;
}

.dropdown-link {
    background-color: transparent;
    color: black;
    box-shadow: none;
    font-size: 12px;
    font-family: "mullerextrabold";
}

.dropdown-link:hover {
    background-color: transparent;
    box-shadow: none;
    color: #ff0000;
}

.dropdown-link:hover .header-icon-arrow {
    fill: #ff0000;
}

.dropdown-icon {
    font-size: 20px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.dropdown-item {
    box-shadow: 1px 0px 12px 0px #7e3c3c;
    min-width: 60px;
    top: -1px !important;
}

.dropdown-content__link {
    text-transform: uppercase;
    text-align: center;
    font-family: "mullerextrabold";
    color: black !important;
    font-size: 12px !important;
}

.dropdown-content__link:hover {
    background-color: #ff0000;
    color: #fff !important;
}

.dropdown-content__link__first {
    display: flex !important;
    justify-content: flex-start;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 23px !important;
    text-transform: uppercase;
    text-align: center;
    font-family: "mullerextrabold";
    color: #ff0000 !important;
    font-size: 12px !important;
}

.dropdown-content__link__first:hover {
    background-color: #fff;
}

.dropdown-content__link-product {
    text-align: left;
    padding-left: 23px !important;
}

.dropdown-content__link__first-text {
    letter-spacing: 0.5px;
}

.js-get-menu {
    color: black;
    display: none;
}

.nav-mobile {
    color: black;
    text-transform: uppercase;
    font-family: "mullerextrabold";
}

.nav-mobile .dropdown-button.btn {
    color: rgba(0, 0, 0, 0.87);
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    padding: 0 32px;
    margin: 0;
    text-align: left;
}

.mobile-demo__linck a {
    padding-left: 32px !important;
}

.mobile-demo__linck_items {
    font-size: 12px !important;
}

.mobile-dropdawn {
    color: black !important;
    box-shadow: none !important;
    text-align: left !important;
    margin: 0 !important;
    padding: 0 32px !important;
}

.mobile-dropdawn:hover {
    background: rgba(0, 0, 0, 0.05) !important;
}

.dropdown-content.mobile-items {
    position: relative !important;
}

.dropdown-content > li > a > i {
    margin: 2px 0 0;
}

@media screen and (max-width: 950px) {
    .header__nav__items {
        display: none;
    }

    .js-get-menu {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        height: 100%;
    }

    .header {
        padding-right: 30px;
        margin-top: auto;
    }
}

.header__phone__scroll {
    font-size: 16px;
    color: red !important;
}

.header__phone__scroll:hover {
    color: black !important;
}

.b-video-header {
    max-width: 1920px;
    height: calc(100vh - 70px);
    width: 100%;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 1280px) {
    .b-video-header {
        height: 620px;
    }
}

.b-video {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    height: 100%;
    width: 100%;
    filter: brightness(60%);
    transition: 1s;
}

.b-video:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.b-video.post-service:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
}

.b-video-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    width: 90%;
    height: 90%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.b-video-canvas {
    width: 100%;
    height: 100%;
    transition: 1s;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: brightness(60%);
}

.b-video-canvas:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.video-content-text {
    cursor: default;
    position: absolute;
    text-align: center;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.video-text1 {
    margin-top: 70px;
    text-transform: uppercase;
    font-family: "mullerextrabold";
    font-size: 128px;
    color: #fff;
}

.video-text2 {
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 50px;
    letter-spacing: 0px;
    text-indent: 0px;
    font-family: "mullerextrabold";
    color: #fff;
}


.video-text3 {
    font-family: "mullerextrabold";
    padding-top: 14px;
    line-height: 28px;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.3px;
}

.b-logo {
    position: absolute;
    top: 28px;
    left: 0;
    right: 0;
    bottom: 0;
}

.b-video-button {
    margin-top: 30px;
    width: 160px;
    height: 60px;
    transition: background-color 0.5s linear;
    border: 2px solid #ff0000;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: color();
}

.b-video-button:hover {
    background-color: #ff0000;
}

.arrow-icon {
    width: 100%;
    height: 100%;
}

.arrow__icon_item {
    width: 44px;
    height: 12px;
}

.b-video-button .arrow-color {
    fill: #f00;
}

.b-video-button:hover .arrow-color {
    fill: #fff;
}

.arrow__icon {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

@media (max-width: 750px) {
    .video-text2 {
        letter-spacing: 5px;
        text-indent: 5px;
    }
}

@media (max-width: 600px) {
    .video-text3 {
        font-size: 18px;
    }
}

@media (max-width: 550px) {
    .video-text2 {
        font-size: 28px;
    }
}

@media (max-width: 450px) {
    .video-text3 {
        font-size: 15px;
    }

    .b-video1-container-img {
        display: block;
    }
}

@media (max-width: 350px) {
    .video-text3 {
        font-size: 14px;
        letter-spacing: 0px;
    }
}

.row.product {
    padding-top: 90px;
    max-width: 1280px;
    width: 100%;
}

@media screen and (max-width: 400px) {
    .row.product {
        padding-top: 40px;
    }
}

.title-text-product {
    border: 2px solid black;
    max-width: 600px;
    transition: 0.5s;
}

@media screen and (max-width: 800px) {
    .title-text-product {
        max-width: 440px;
    }
}

@media screen and (max-width: 700px) {
    .title-text-product {
        max-width: 400px;
    }
}

@media screen and (max-width: 600px) {
    .title-text-product {
        max-width: 350px;
    }
}

@media screen and (max-width: 450px) {
    .title-text-product {
        max-width: 250px;
    }
}

.b-line-items-product {
    margin-top: -30px;
}

@media screen and (max-width: 450px) {
    .b-line-items-product {
        margin-top: -15px;
    }
}

.product__items {
    margin-top: 60px;
    width: 100%;
}

.product__items img {
    max-width: 540px;
}

.col.product__items__first-block {
    max-height: 510px;
    width: 100%;
    padding: 0;
}

.col.product__items__first-block a {
    color: black;
}

.product__items__first-block__content {
    float: right;
    padding: 0;
    padding-top: 23px;
}

.product__items__first-block__content__info {
    float: right;
    text-align: right;
    max-width: 328px;
    width: 100%;
    max-height: 120px;
    height: 120px;
    padding-right: 40px;
    font-size: 16px;
    margin-top: -20px;
    line-height: 30px;
    font-family: "mullerregular";
}

.product__items__first-block__content__img {
    margin-top: 26px;
    position: relative;
    width: 100%;
    float: right;
    overflow: hidden;
    max-width: 540px;
}

.product__items__first-block__content__img:hover .product__items__first-block__content__img__picture {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.product__items__first-block__content__img__title {
    position: absolute;
    font-size: 22px;
    font-family: "mullerextrabold";
    text-transform: uppercase;
    bottom: 20px;
    left: 38px;
    z-index: 10;
}

.product__items__first-block__content__img__picture {
    max-width: 100%;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.col.product__second-items__block {
    max-width: 379px;
    max-height: 510px;
    height: 100%;
    width: 100%;
    padding: 0;
}

.col.product__second-items__block:hover .product__items__second-block__img img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.product__items__second-block__img__picture-bac {
    display: none;
}

.items__second-block__content {
    float: left;
}

.product__items__second-block__img {
    position: relative;
    overflow: hidden;
}

.product__items__second-block__img img {
    margin: 0;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.product__items__second-block__img__title {
    position: absolute;
    bottom: 20px;
    left: 36px;
    font-size: 22px;
    font-family: "mullerextrabold";
    text-transform: uppercase;
    color: #fff;
    z-index: 10;
}

.col.product__third-items__block {
    width: 100%;
    padding: 0;
}

.col.product__third-items__block:hover .product__items__third-block__img img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.product__items__third-block__content {
    float: right;
    padding-top: 180px;
}

.product__items__third-block__img {
    position: relative;
    overflow: hidden;
}

.product__items__third-block__img img {
    width: 100%;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.product__items__third-block__img__title {
    text-align: right;
    position: absolute;
    top: 110px;
    right: 30px;
    font-size: 22px;
    font-family: "mullerextrabold";
    text-transform: uppercase;
    z-index: 10;
}

.col.product__fourth-items__block {
    max-height: 360px;
    width: 100%;
    padding: 0;
}

.col.product__fourth-items__block:hover .product__items__fourth-block__img img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.col.product__five-items__block {
    max-height: 360px;
    width: 100%;
    padding: 0;
}

.col.product__five-items__block .product__items__third-block__content {
    float: left;
}

.col.product__five-items__block .product__items__third-block__img__title {
    left: 42px;
    right: auto;
    text-align: left;
    bottom: -43px;
    top: auto;
}

.col.product__five-items__block:hover .product__items__third-block__img img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.col.product__six-items__block {
    max-height: 360px;
    width: 100%;
    padding: 0;
}

.col.product__six-items__block .product__items__fourth-block__img__picture {
    padding-top: 22px;
}

.col.product__six-items__block .product__items__fourth-block__content {
    float: right;
}

.col.product__six-items__block .product__items__fourth-block__img {
    overflow: visible;
}

.col.product__six-items__block .product__items__fourth-block__img__title {
    right: 30px;
    text-align: right;
    bottom: auto;
    top: 28px;
    margin: auto; /* top: 50%; */
    left: 50%;
    transform: translate(-50%, -50%);
}

.col.product__six-items__block:hover .product__items__fourth-block__img img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.product__items__fourth-block__content {
    float: left;
}

.product__items__fourth-block__img {
    position: relative;
    overflow: hidden;
}

.product__items__fourth-block__img img {
    width: 100%;
    margin: 0;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.product__items__fourth-block__img__title {
    position: absolute;
    bottom: -32px;
    left: 35px;
    font-size: 22px;
    font-family: "mullerextrabold";
    text-transform: uppercase;
    z-index: 10;
}

@media (max-width: 1200px) {
    .product__items__first-block__content__img__title {
        left: auto;
        right: 50px;
    }

    .product__items__first-block__content__info {
        text-align: center;
        padding-right: 0px;
        max-height: 90px;
    }

    .col.product__items {
        margin-top: 20px;
    }

    .product__items__second-block__img__picture-up {
        display: none !important;
    }

    .product__items__second-block__img__picture-bac {
        display: block;
    }

    .col.product__second-items__block {
        height: auto;
    }

    .product__items__first-block__content {
        float: none;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .product__items__second-block__content {
        float: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .col.product__second-items__block {
        max-width: 100%;
    }

    .product__items__second-block__img img {
        width: 100%;
    }

    .product__items__third-block__content {
        float: none;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 0px;
        margin: 0;
    }

    .product__items__fourth-block__content {
        float: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .row.product {
        padding-bottom: 0px;
    }
}

@media (max-width: 1030px) {
    .button_product {
        max-width: 505px;
        max-height: 130px;
        font-size: 28px;
    }
}

@media (max-width: 950px) {
    .button_product {
        max-width: 405px;
        max-height: 110px;
    }
}

@media (max-width: 850px) {
    .button_product {
        font-size: 22px;
    }

    .button_product {
        width: 50%;
        height: 100px;
    }
}

@media (max-width: 700px) {
    .row.product {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 650px) {
    .product__title__text {
        font-size: 28px;
    }
}

@media (max-width: 500px) {
    .product__title__text {
        font-size: 22px;
    }
}

@media (max-width: 450px) {
    .product__title__text {
        font-size: 18px;
    }

    .product__items__first-block__content__info {
        font-size: 14px;
    }

    .product__items__first-block__content__img__title {
        font-size: 15px;
        bottom: 10px;
        right: 10px;
    }

    .product__items__second-block__img__title {
        font-size: 15px;
        bottom: 10px;
        left: 10px;
    }

    .product__items__third-block__img__title {
        font-size: 15px;
        bottom: 10px;
        right: 10px;
    }

    .product__items__fourth-block__img__title {
        font-size: 15px;
        bottom: 10px;
        left: 10px;
    }

    .b-line-items.product {
        margin-top: 10px !important;
        margin-bottom: 30px !important;
    }

    .product__items__first-block__content__info {
        line-height: 1.7;
    }

    .product__items__first-block__content__info {
        max-height: 50px;
    }
}

@media screen and (max-width: 1200px) {
    .product__items img {
        max-width: 100%;
    }
}

.company {
    position: relative;
    margin: auto;
    padding-top: 60px;
    width: 100%;
    max-width: 1280px;
}

@media screen and (max-width: 1200px) {
    .company {
        padding-top: 0px;
    }
}

@media screen and (max-width: 600px) {
    .company {
        padding-top: 30px;
    }
}

.b-company {
    position: relative;
}

.parallax-mission-start {
    position: absolute;
    top: 0;
}

.parallax-mission-start2 {
    position: absolute;
    top: 0;
}

.parallax-mission-start3 {
    position: absolute;
    top: 0;
}

.company__title {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-transform: uppercase;
    font-family: "mullerextrabold";
}

.company__title__item {
    position: absolute;
    font-size: 32px;
    letter-spacing: 6px;
}

.company__title__background {
    font-size: 52px;
    text-indent: 42px;
    letter-spacing: 42px;
    color: #dedede;
}

.company__content {
    padding-top: 25px;
    display: flex;
    padding-left: 60px;
}

.company__content__left {
    max-width: 685px;
    width: 100%;
}

.company__content__information {
    max-width: 655px;
    widch: 100%;
    height: 210px;
    font-family: "mullerregular";
    font-size: 16px;
    text-align: left;
    line-height: 30px;
    display: flex;
    flex-direction: column;
}

.company__content__information-second {
    padding-top: 30px;
}

.company__content__figure__items {
    padding-top: 80px;
    margin-top: 100px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
}

.company__content__figure__items__item {
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
}

.company__content__figure__items__item__number {
    font-size: 44px;
    line-height: 60px;
    font-family: "mullerextrabold";
}

.company__content__figure__items__item__type {
    font-size: 16px;
    font-family: "mullerextrabold";
    color: #ff0000;
    line-height: 30px;
}

.company__content__figure__items__item__view {
    font-size: 16px;
    font-family: "mullerextrabold";
    color: #000;
    line-height: 20px;
}

.company__content__figure__items__item__month {
    font-size: 16px;
    font-family: "mullerregular";
    color: #000;
    line-height: 30px;
    text-transform: none;
}

.company__content__right {
    max-width: 335px;
    width: 100%;
    display: flex;
    flex-direction: column; /* justify-content: center; */
    align-items: center;
}

.data__content__items__item {
    border-radius: 30px 30px 31px 0px;
    font-family: "mullerextrabold";
    text-transform: uppercase;
    width: 246px;
    height: 255px;
    margin-left: 30px;
    border: 6px solid #ff0000;
    display: flex;
    position: relative;
}

.data__content__items__item__number {
    padding-left: 30px;
    padding-bottom: 40px;
    bottom: 0;
    position: absolute;
    font-size: 160px;
    line-height: 110px;
}

.data__content__items__item__text {
    font-family: "mullerextrabold";
    font-size: 24px;
    position: absolute;
    bottom: 13px;
    left: 35px;
    letter-spacing: 2px;
}

.data__content__items__item__year {
    position: absolute;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg) !important;
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 20px;
    bottom: 98px;
    right: -55px;
    letter-spacing: 2px;
}

.company__content__right__button {
    padding-top: 60px;
    margin-left: 30px;
}

.button__company {
    box-shadow: none;
    text-transform: uppercase;
    WIDTH: 246px;
    padding-top: 29px;
    padding-bottom: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
    font-family: "mullerextrabold";
    font-size: 14px;
    line-height: 0;
}

.button__company:hover {
    box-shadow: none;
    background-color: #ff0000;
    color: #fff;
    border-color: #ff0000;
}

@media screen and (max-width: 950px) {
    .company__content__information {
        height: auto;
    }

    .company__content__right {
        display: none;
    }

    .company__content {
        padding-top: 20px;
        padding-right: 60px;
    }

    .company__content__left {
        max-width: none;
    }

    .company__content__information {
        max-width: none;
        text-align: justify;
    }
}

@media screen and (max-width: 800px) {
    .company__title__background {
        text-indent: 32px;
        letter-spacing: 32px;
    }
}

@media screen and (max-width: 800px) {
    .company__content {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 650px) {
    .company__title__background {
        text-indent: 22px;
        letter-spacing: 22px;
    }
}

@media screen and (max-width: 600px) {
    .company__content__figure__items__item__number {
        font-size: 24px;
    }

    .company__content__figure__items__item__type {
        font-size: 14px;
    }

    .company__content__figure__items__item__view {
        font-size: 14px;
    }

    .company__content__figure__items__item__month {
        font-size: 14px;
    }
}

@media screen and (max-width: 550px) {
    .company__title__background {
        font-size: 42px;
        text-indent: 22px;
        letter-spacing: 22px;
    }
}

@media screen and (max-width: 450px) {
    .company__title__background {
        font-size: 32px;
        text-indent: 14px;
        letter-spacing: 14px;
    }

    .company__content {
        padding-bottom: 60px;
    }

    .company__content__information {
        font-size: 14px;
        line-height: 1.7;
    }

    .company__title__item {
        font-size: 22px;
    }

    .company__content__figure__items {
        padding-top: 20px;
        flex-direction: column;
    }

    .company__content__figure__items__item {
        padding-top: 20px;
    }

    .company__content__figure__items__item-mobile3 {
        display: flex;
        justify-content: end;
        width: 100%;
        padding-right: 45px;
        padding-left: 45px;
    }

    .company__content__figure__items__item-mobile2 {
        display: flex;
        align-items: flex-end;
        width: 100%;
        padding-right: 45px;
        padding-left: 45px;
    }

    .company__content__figure__items__item-mobile1 {
        display: flex;
        justify-content: end;
        width: 100%;
        padding-right: 45px;
        padding-left: 45px;
    }

    .company__content__figure__items {
        max-height: 450px;
    }

    .company__content__figure__items__item__number {
        line-height: 1.3;
    }

    .company__content__figure__items__item-mobile1 {
        margin-top: 60px;
    }

    .company__content__figure__items__item-mobile2 {
        margin-top: 120px;
    }

    .company__content__figure__items__item-mobile3 {
        margin-top: 120px;
    }

    .parallax-mission-start {
        position: absolute;
        top: 100px;
    }

    .parallax-mission-start2 {
        position: absolute;
        top: 200px;
    }

    .parallax-mission-start3 {
        position: absolute;
        top: 400px;
    }
}

.col.b-video2-container {
    max-height: 630px;
    margin-top: -20px;
    height: 100%;
    width: 100vh;
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
}

.col.b-video2-container.__company {
    margin-top: -150px;
}

.b-video2-container__block {
    height: 630px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 200;
    background-image: url("/img/video/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.b-video2__record {
    z-index: -1;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transition: all 1s;
}

.b-video2__record:hover {
    min-width: 105%;
    min-height: 105%;
}

.b-video__content__item {
    z-index: 2;
    MAX-WIDTH: 820px;
    max-height: 330px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

@media screen and (max-width: 900px) {
    .b-video__content__item {
        margin-left: 30px;
        margin-right: 30px;
    }
}

.b-video-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 32px;
    letter-spacing: 15px;
    font-family: "mullerextrabold";
    color: #fff;
    letter-spacing: 13px;
}

@media screen and (max-width: 800px) {
    .b-video-title {
        font-size: 26px;
        letter-spacing: 8px;
    }
}

@media screen and (max-width: 600px) {
    .b-video-title {
        font-size: 20px;
    }
}

@media screen and (max-width: 450px) {
    .b-video-title {
        font-size: 18px;
    }
}

.b-video-main {
    padding-top: 40px;
    text-transform: uppercase;
    font-family: "mullerregular";
    font-size: 20px;
    color: #fff;
    letter-spacing: 2px;
}

@media screen and (max-width: 600px) {
    .b-video-main {
        font-size: 16px;
    }
}

@media screen and (max-width: 450px) {
    .b-video-main {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.b-video__content__item__eyes {
    display: flex;
    justify-content: center;
    max-width: 100%;
    width: 100%;
    top: -27px;
    left: 0px;
    right: 0px;
    position: absolute;
}

.b-video__content__item__eyes::after {
    margin: auto;
    content: "";
    display: block;
    flex-grow: 1;
}

.b-video__content__item__eyes:before {
    margin: auto;
    content: "";
    display: block;
    flex-grow: 1;
}

@media (max-width: 1280px) {
    .col.b-video2-container {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.award {
    opacity: 0;
    padding-top: 60px;
    position: relative;
}

.award .slick-slide {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.award__block-bg-img {
    height: 700px;
}

.b-line-items-award-top {
    position: absolute !important;
    top: 30px;
    z-index: 2;
    left: 0px;
    right: 0px;
}

@media screen and (max-width: 450px) {
    .b-line-items-award-top {
        top: 45px;
    }
}

.award__block {
    width: 1920px;
    max-width: 100%;
    position: relative;
    background-color: #f0f1ee;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 82px;
    padding-right: 82px;
}

.award__block-bg {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    opacity: 0;
}

.award__block__background {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    font-size: 122px;
    text-transform: uppercase;
    font-family: "mullerextrabold";
    color: #d9dbd5;
    display: flex;
    justify-content: center;
}

.award__items {
    position: relative;
    border: 1px solid #c6c6c6;
    z-index: 2;
    padding-bottom: 60px;
}

.award__items__text {
    font-family: "mullerregular";
    font-size: 16px;
    max-width: 1250px;
    padding-top: 40px;
    padding-left: 50px;
    padding-right: 50px;
    margin: auto;
    text-align: center;
}

.award__items__title {
    z-index: 2;
    padding-top: 60px;
    text-transform: uppercase;
    text-align: center;
    font-family: "mullerextrabold";
    letter-spacing: 6px;
    font-size: 32px;
    display: flex;
    justify-content: center;
}

.award__items__content {
    display: flex;
    justify-content: space-around;
    max-width: 1200px;
    margin: auto;
}

.award__items__content__item {
    margin: auto;
    position: relative;
    z-index: 2;
    padding-top: 60px;
    max-width: 255px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (max-width: 750px) {
    .award__items__content__item {
        padding-top: 75px;
    }
}

.award__items__content__item__picture {
    position: relative;
}

.award__items__content__item__picture__items {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 115px;
    height: 160px;
}

.award__items__content__item__picture__items img {
    width: 115px;
    height: 160px;
}

.award__items__title__data {
    color: #ff0000;
    padding-left: 10px;
    letter-spacing: 5px;
}

.award__items__content__item__place {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.award__items__content__item__place__number {
    font-size: 32px;
    line-height: 32px;
    font-family: "mullerextrabold";
}

.award__items__content__item__place__title {
    font-family: "mullerextrabold";
    font-size: 14px;
    text-transform: uppercase;
}

.award__items__content__item__btn {
    padding-top: 17px;
    padding-bottom: 7px;
}

.award__items__content__item__title {
    font-family: "mullerextrabold";
    text-align: center;
    max-width: 200px;
    min-height: 40px;
    font-size: 14px;
    text-transform: uppercase;
}

.award__items__content__item__info {
    padding-top: 20px;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.5px;
    font-family: "mullerregular";
    text-align: center;
    max-width: 255px;
}

.js-img-increase {
    cursor: pointer;
}

.award__items__btn-prev {
    display: none;
    position: absolute;
    height: 50px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    z-index: 10;
    color: #c6c6c6;
}

.award__items__btn-prev:hover {
    color: #ff0000;
}

.award__items__btn-prev.company-btn-left {
    top: 300px;
    bottom: auto;
    left: 0;
}

.js-attainment-slider__prev-btn {
    font-size: 40px;
}

.award__items__btn-next {
    display: none;
    position: absolute;
    height: 50px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    z-index: 10;
    color: #c6c6c6;
}

.award__items__btn-next:hover {
    color: #ff0000;
}

.award__items__btn-next.company-btn-right {
    top: 300px;
    bottom: auto;
    right: 0;
}

.js-attainment-slider__next-btn {
    font-size: 40px;
}

@media (max-width: 1280px) {
    .award {
        padding-left: 0px;
        padding-right: 0px;
    }

    .award__block__background {
        font-size: 100px;
    }

    .award__block__background {
        padding-top: 100px;
    }
}

@media (max-width: 1200px) {
    .award__items__btn-prev {
        display: block;
    }

    .award__items__btn-next {
        display: block;
    }
}

@media (max-width: 1000px) {
    .award__block {
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .award__items {
        padding-bottom: 30px;
    }

    .award__items__title {
        padding-top: 30px;
    }

    .award__block__background {
        font-size: 90px;
    }

    .award__items__content__item__place {
        padding-top: 10px;
    }

    .award__items__content__item__btn {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .award__items__content__item__info {
        padding-top: 10px;
    }
}

@media (max-width: 900px) {
    .award__block {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 855px) {
    .award__items__title {
        justify-content: center;
        align-items: center;
    }

    .award__block__background {
        font-size: 80px;
    }
}

@media (max-width: 755px) {
    .award__items__title {
        font-size: 22px;
        display: flex;
        flex-direction: column;
    }

    .award__block__background {
        font-size: 50px;
    }
}

@media (max-width: 455px) {
    .award__block {
        padding-right: 15px;
        padding-left: 15px;
    }

    .award-old-block {
        padding-left: 15px;
        padding-right: 10px;
    }

    .award-icon-lopa {
        padding-top: 0;
    }

    .award__block__background {
        padding-top: 135px;
        font-size: 40px;
    }
}

.animation-title-slider {
    animation-name: animation-title-slider;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-play-state: running;
    animation-fill-mode: forwards;
}

@keyframes animation-title-slider {
    from {
        letter-spacing: 5px;
    }
    to {
        letter-spacing: 24px;
    }
}

.animation-slider-best-project__items__picture {
    animation-name: animation-slider-best-project__items__picture;
    animation-duration: 2s;
    animation-delay: 0.1s;
    animation-timing-function: ease-out;
    animation-play-state: running;
    animation-fill-mode: both;
}

@keyframes animation-slider-best-project__items__picture {
    from {
        display: none;
        opacity: 0;
    }
    to {
        display: block;
        opacity: 1;
    }
}

.animation-slider-best-project__items__content_title {
    animation-name: animation-slider-best-project__items__content_title;
    animation-duration: 1s;
    animation-delay: 0.1s;
    animation-timing-function: ease-out;
    animation-play-state: running;
    animation-fill-mode: both;
}

@keyframes animation-slider-best-project__items__content_title {
    0% {
        position: absolute;
        margin-top: 100px;
        opacity: 0;
        display: none;
    }
    50% {
        margin-top: -20px;
    }
    100% {
        position: relative;
        margin-top: 0px;
        opacity: 1;
        display: block;
    }
}

.animation-slider-best-project__items__content_time {
    animation-name: animation-slider-best-project__items__content_time;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-timing-function: ease-out;
    animation-play-state: running;
    animation-fill-mode: both;
}

@keyframes animation-slider-best-project__items__content_time {
    0% {
        margin-top: 100px;
        opacity: 0;
        display: none;
        position: absolute;
    }
    1% {
        opacity: 0.5;
        position: relative;
    }
    50% {
        margin-top: -10px;
    }
    100% {
        position: relative;
        display: block;
        margin-top: 0px;
        opacity: 1;
    }
}

.animation-slider-best-project__items__content_released {
    animation-name: animation-slider-best-project__items__content_released;
    animation-duration: 1s;
    animation-delay: 1.5s;
    animation-timing-function: ease-out;
    animation-play-state: running;
    animation-fill-mode: both;
}

@keyframes animation-slider-best-project__items__content_released {
    0% {
        position: absolute;
        margin-top: 100px;
        opacity: 0;
        display: none;
    }
    1% {
        opacity: 0.5;
        position: relative;
    }
    50% {
        margin-top: -10px;
    }
    100% {
        position: relative;
        display: block;
        margin-top: 0px;
        opacity: 1;
    }
}

.animation-slider-best-project__items__content_info {
    animation-name: animation-slider-best-project__items__content_info;
    animation-duration: 1s;
    animation-delay: 2s;
    animation-timing-function: ease-out;
    animation-play-state: running;
    animation-fill-mode: both;
}

@keyframes animation-slider-best-project__items__content_info {
    0% {
        position: absolute;
        margin-top: 20px;
        opacity: 0;
        display: none;
    }
    1% {
        opacity: 0.5;
        position: relative;
    }
    100% {
        position: relative;
        display: block;
        margin-top: 30px;
        opacity: 1;
    }
}

.animation-footnote {
    animation-name: animation-footnote;
    animation-duration: 0.5s;
    animation-delay: 2.8s;
    animation-timing-function: ease-out;
    animation-play-state: running;
    animation-fill-mode: both;
}

@keyframes animation-footnote {
    0% {
        width: 0;
        left: 0;
    }
    100% {
        left: -150px;
        width: 150px;
    }
}

@media screen and (max-width: 950px) {
    .animation-footnote {
        animation-name: animation-footnote;
        animation-duration: 0.5s;
        animation-delay: 2.8s;
        animation-timing-function: ease-out;
        animation-play-state: running;
        animation-fill-mode: both;
    }

    @keyframes animation-footnote {
        0% {
            width: 0;
            left: 0;
        }
        100% {
            left: -100px;
            width: 100px;
        }
    }
}

.animation-big-rounded {
    animation-name: animation-rounded;
    animation-duration: 0.2s;
    animation-delay: 3.5s;
    animation-timing-function: ease-out;
    animation-play-state: running;
    animation-fill-mode: both;
}

@keyframes animation-rounded {
    0% {
        width: 0;
        height: 0;
    }
    100% {
        width: 28px;
        height: 28px;
    }
}

.animation-litle-rounded {
    background-color: white;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    border-radius: 100px;
    z-index: 2;
    animation-name: animation-litle-rounded;
    animation-duration: 0.5s;
    animation-delay: 3.6s;
    animation-timing-function: ease-out;
    animation-play-state: running;
    animation-fill-mode: both;
}

@keyframes animation-litle-rounded {
    0% {
        display: none;
        width: 0;
        height: 0;
    }
    100% {
        display: block;
        width: 12px;
        height: 12px;
    }
}

@media screen and (max-width: 950px) {
    .animation-title-slider {
        animation-name: animation-title-slider;
    }

    @keyframes animation-title-slider {
        from {
            letter-spacing: 5px;
        }
        to {
            letter-spacing: 5px;
        }
    }
    .animation-slider-best-project__items__picture {
        animation-name: animation-slider-best-project__items__picture;
        animation-duration: 2s;
        animation-delay: 0.1s;
        animation-timing-function: ease-out;
        animation-play-state: running;
        animation-fill-mode: both;
    }

    @keyframes animation-slider-best-project__items__picture {
        from {
            display: block;
            opacity: 1;
        }
        to {
            display: block;
            opacity: 1;
        }
    }
    .animation-slider-best-project__items__content_title {
        animation-name: animation-slider-best-project__items__content_title;
        animation-duration: 1s;
        animation-delay: 0.1s;
        animation-timing-function: ease-out;
        animation-play-state: running;
        animation-fill-mode: both;
    }

    @keyframes animation-slider-best-project__items__content_title {
        0% {
            position: relative;
            margin-top: 0px;
            opacity: 1;
            display: block;
        }
        100% {
            position: relative;
            margin-top: 0px;
            opacity: 1;
            display: block;
        }
    }
    .animation-slider-best-project__items__content_time {
        animation-name: animation-slider-best-project__items__content_time;
        animation-duration: 1s;
        animation-delay: 1s;
        animation-timing-function: ease-out;
        animation-play-state: running;
        animation-fill-mode: both;
    }

    @keyframes animation-slider-best-project__items__content_time {
        0% {
            position: relative;
            display: block;
            margin-top: 0px;
            opacity: 1;
        }
        100% {
            position: relative;
            display: block;
            margin-top: 0px;
            opacity: 1;
        }
    }
    .animation-slider-best-project__items__content_released {
        animation-name: animation-slider-best-project__items__content_released;
        animation-duration: 1s;
        animation-delay: 1.5s;
        animation-timing-function: ease-out;
        animation-play-state: running;
        animation-fill-mode: both;
    }

    @keyframes animation-slider-best-project__items__content_released {
        0% {
            position: relative;
            display: block;
            margin-top: 0px;
            opacity: 1;
        }
        100% {
            position: relative;
            display: block;
            margin-top: 0px;
            opacity: 1;
        }
    }
}

.b-line-items-slider {
    margin-top: -30px;
}

@media screen and (max-width: 450px) {
    .b-line-items-slider {
        margin-top: -15px;
    }
}

.slider__bottom {
    position: relative;
    opacity: 0;
}

.slider {
    position: relative;
    margin-top: 60px;
    max-width: 1920px;
    overflow: hidden;
    width: 100%;
    height: auto;
    background-color: #bcbfbb;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.slider .slick-slide {
    height: auto;
}

.slider__bg {
    position: absolute;
    height: 100%;
}

.slider__bg img {
    height: 100%;
    width: 100%;
}

.b-slider-best-project .slick-slider {
    max-width: 100%;
}

.slider-content {
    max-width: 1280px;
    width: 100%;
}

.slider-content__title {
    text-align: center;
    padding-top: 60px;
    font-size: 56px;
    font-family: "mullerextrabold";
    text-transform: uppercase;
    color: #fff;
    opacity: 0.8;
    display: flex;
    justify-content: center;
    letter-spacing: 17px;
    margin-right: -17px;
    padding-left: 10px;
    padding-right: 10px;
}

.b-slider__nav_number {
    width: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.b-slider__nav {
    padding-top: 60px;
    padding-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.b-slider__nav_btn-prev {
    margin-right: 60px;
    width: 44px;
    height: 16px;
    display: block;
}

.b-slider__nav_btn-prev .slider_arrow-left {
    transition: 0.5s;
    fill: #fff;
    display: block;
}

.b-slider__nav_btn-prev:hover .slider_arrow-left {
    fill: #f00;
}

.b-slider__nav_btn-next {
    margin-left: 60px;
    width: 44px;
    height: 16px;
    display: block;
}

.b-slider__nav_btn-next .slider_arrow-right {
    transition: 0.5s;
    fill: #fff;
    display: block;
}

.b-slider__nav_btn-next:hover .slider_arrow-right {
    fill: #f00;
}

.b-number__now {
    width: 50px;
    font-size: 30px;
    font-family: "mullerextrabold";
    color: #fff;
}

.b-number__just {
    width: 40px;
    font-size: 24px;
    font-family: "mullerregular";
    color: #fff;
}

.b-number__slash {
    font-size: 30px;
    font-family: "mullerregular";
    color: #fff;
    padding-left: 6px;
    padding-right: 6px;
}

.slider-best-project__item {
    display: inline-flex;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 30px;
}

.slider-best-project__items__picture {
    padding-left: 60px;
    width: 590px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-best-project__items__content {
    padding-right: 30px;
    position: relative;
    max-width: 460px;
    padding-left: 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.slider-best-project__items__content_title {
    letter-spacing: 6px;
    font-size: 32px;
    font-family: "mullerextrabold";
    text-transform: uppercase;
}

.slider-best-project__items__content_time {
    max-width: 360px;
    font-size: 18px;
    font-family: "mullerregular";
    padding-top: 60px;
}

.slider-best-project__items__content_released {
    max-width: 360px;
    font-size: 18px;
    font-family: "mullerregular";
    padding-top: 30px;
}

.slider-best-project__items__content_info {
    max-width: 450px;
    line-height: 30px;
    position: relative;
    font-size: 18px;
    font-family: "mullerregular";
    color: #fff;
    margin-top: 30px;
    padding: 25px;
}

.footnote {
    display: block;
    position: absolute;
    height: 2px;
    content: "";
    background-color: white;
    top: 0px;
    bottom: 0px;
    margin: auto;
    left: -150px;
    width: 150px;
}

.rounded {
    background-color: #ffffff40;
    top: 0px;
    bottom: 0px;
    left: -20px;
    margin: auto;
    border-radius: 100px;
    position: absolute;
    width: 28px;
    height: 28px;
}

.litle-rounded {
    background-color: white;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    border-radius: 100px;
    z-index: 2;
    width: 12px;
    height: 12px;
}

.slider__content_info_dop-style {
    color: #ff0000;
    font-family: "mullerextrabold";
}

.slider__content_info_angle-top-left {
    position: absolute;
    top: 0;
    left: 0;
}

.slider__content_info_angle-top-right {
    position: absolute;
    top: 0;
    right: 0;
}

.slider__content_info_angle-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
}

.slider__content_info_angle-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (max-width: 1280px) {
    .slider-best-project__items__picture {
        padding-left: 0px;
    }

    .slider-best-project__items__picture {
        width: 540px;
    }

    .slider__bottom {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 1050px) {
    .slider-best-project__items__content_time {
        padding-top: 15px;
    }

    .slider-best-project__item {
        padding-bottom: 42px;
    }

    .slider-best-project__items__content_released {
        padding-top: 10px;
    }

    .slider__bg img {
        height: 772px;
    }

    .slider-content__title {
        font-size: 50px;
    }

    .b-slider__nav {
        padding-top: 40px;
    }

    .slider-best-project__items__content_title {
        font-size: 28px;
    }

    .slider-best-project__items__content_time {
        font-size: 16px;
    }

    .slider-best-project__items__content_released {
        font-size: 16px;
    }

    .slider-best-project__items__content_info {
        font-size: 16px;
        padding: 20px;
        text-align: justify;
    }

    .slider-best-project__items__picture img {
        max-height: 450px;
        height: 100%;
    }

    .slider-best-project__items__content {
        padding-left: 20px;
    }
}

@media (max-width: 950px) {
    .slider-best-project__items__picture {
        width: 440px;
    }

    .slider-best-project__items__content {
        padding-right: 80px;
    }

    .footnote {
        width: 100px;
        left: -100px;
    }
}

@media (max-width: 900px) {
    .slider-content__title {
        padding-top: 30px;
    }

    .slider-best-project__item {
        padding-bottom: 30px;
    }

    .slider__bg {
        display: none;
    }

    .b-slider__nav {
        padding-top: 20px;
    }

    .slider-best-project__item {
        padding-top: 20px;
    }

    .slider-best-project__items__content_title {
        padding-top: 35px;
    }

    .slider-best-project__items__content_time {
        padding-top: 15px;
    }

    .slider-best-project__items__content_released {
        padding-top: 15px;
    }

    .slider-best-project__items__content_time {
        padding-top: 15px;
    }

    .slider-content__title {
        font-size: 50px;
        letter-spacing: 20px;
    }

    .slider-best-project__item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 40px;
    }

    .slider-best-project__items__picture {
        display: flex;
        justify-content: center;
        padding-left: 0px;
    }

    .slider-best-project__items__picture img {
        max-height: 400px;
        height: 100%;
    }

    .slider-best-project__items__content_info {
        display: none;
    }
}

@media screen and (max-width: 450px) {
    .slider-best-project__item {
        padding-left: 0px;
    }

    .slider-best-project__items__content_title {
        font-size: 20px;
        letter-spacing: 4px;
    }

    .slider-content__title {
        font-size: 38px;
        letter-spacing: 10px;
        text-indent: 10px;
    }

    .slider-best-project__items__picture img {
        max-height: 300px;
    }
}

.container-fluid {
    max-width: 1920px;
    margin: auto;
}

.b-name {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 90px;
    font-size: 32px;
    letter-spacing: 2px;
    font-family: mullerextrabold;
    text-transform: uppercase;
}

.modal {
    max-height: 90% !important;
    top: 5% !important;
}

.modal.modal-fixed-footer {
    height: 100% !important;
}

.modal-content::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.modal.modal-fixed-footer .modal-content {
    height: calc(100% - 16px) !important;
}

.modal-footer {
    width: 840px !important;
}

.modal-footer h3 {
    font-size: 32px;
}

.modal-footer p {
    margin-top: 0;
    margin-bottom: 0;
    font-family: "PT Sans", sans-serif;
    font-weight: lighter !important;
    font-size: 0.9em;
    line-height: 1.5;
}

.modal-footer h4 {
    font-family: "PT Sans", sans-serif;
    font-size: 1.1em;
    margin-bottom: 0;
    margin-top: 20px;
}

@media screen and (max-width: 950px) {
    .modal-footer {
        width: 640px !important;
    }
}

@media screen and (max-width: 650px) {
    .modal-footer {
        width: 98% !important;
    }

    .modal-footer h3 {
        font-size: 30px;
    }

    .modal-footer p {
        font-size: 0.8em;
    }

    .modal-footer h4 {
        font-size: 0.9em;
    }
}

@media screen and (max-width: 450px) {
    .modal-footer h3 {
        font-size: 20px;
    }

    .modal-footer p {
        text-align: left;
    }

    .modal-footer h4 {
        text-align: left;
    }
}

.modal .modal-close {
    position: absolute;
    top: 25px;
    right: 24px;
}

.icon-close {
    font-size: 2rem !important;
}

.footer {
    max-width: 1920px;
    margin-top: 90px;
    margin-bottom: 60px;
}

.footer__items {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #2a2424;
    width: 100%;
    position: relative;
    display: flex;
}

.seo-grand-logo {
    display: block;
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    right: 25px;
    bottom: 50px;
    fill: #504a4a;
    transition: 0.5s;
}

.seo-grand-logo:hover {
    fill: #ec3b3b;
}

.footer__items__promo {
    max-width: 370px;
    width: 100%;
    padding-left: 60px;
}

.footer__items__promo__logo_footer {
    padding-top: 20px;
}

@media screen and (min-width: 1350px) {
    .footer__items__promo__logo_footer {
        padding-top: 0;
    }
}

.footer__items__promo__logo_footer img {
    width: 68px;
    height: 68px;
}

.footer__items__promo__item {
    display: inline-flex;
    width: 100%;
    padding-bottom: 32px;
}

.footer__items__promo__company {
    padding-top: 42px;
    color: #adadad;
    font-size: 14px;
    font-family: "mullerregular";
}

@media screen and (min-width: 1500px) {
    .footer__items__promo__company {
        padding-top: 22px;
    }
}

.footer__items__promo__confederation {
    margin: auto;
}

.footer__items__promo__confederation a {
    color: #adadad;
    font-size: 14px;
    font-family: "mullerregular";
    transition: 0.5s;
}

.footer__items__promo__confederation a:hover {
    color: #ec3b3b;
}

.footer__items__nav {
    max-width: 1550px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.footer__items__nav .row {
    width: 100%;
}

.footer__items__nav__left {
    width: 50%;
    display: inline-flex;
}

.footer__items__nav__left__column {
    width: 50%;
    min-width: 240px;
    display: flex;
    flex-direction: column;
}

.footer__items__nav__right {
    width: 50%;
    display: flex;
}

.footer__items__nav__right__column {
    width: 50%;
    display: flex;
    flex-direction: column;
}

@media (min-width: 1200px) and (max-width: 1430px) {
    .row .col.f12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
}

.footer__nav__items__link {
    max-width: 250px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "mullerextrabold";
    transition: 0.5s;
    color: #ffffff;
    line-height: 4.3;
    padding-right: 10px;
}

.footer__nav__items__link:hover {
    color: #ec3b3b;
}

@media screen and (min-width: 1500px) {
    .footer__nav__items__link {
        line-height: 4.7;
    }
}

@media (max-width: 1500px) {
    .footer__items__promo__item {
        flex-direction: column;
        display: flex;
    }

    .footer__items__promo__confederation {
        padding-top: 5px;
        padding-top: 50px;
        margin: 0;
    }

    .footer__items__nav__left {
        flex-direction: column;
    }

    .footer__items__nav__right {
        flex-direction: column;
    }
}

@media (max-width: 1280px) {
    .footer {
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 0px;
    }
}

@media (max-width: 850px) {
    .footer__items__nav__right {
        display: none;
    }

    .footer__items__nav {
        justify-content: flex-start;
    }
}

@media (max-width: 500px) {
    .footer__items__nav__left {
        width: 100%;
        align-items: center;
    }

    .footer__items__nav {
        display: flex;
        justify-content: center;
    }

    .footer__items__promo__confederation a {
        font-size: 10px;
    }

    .footer__nav__items__link {
        font-size: 14px;
    }

    .footer__items__promo__confederation {
        padding-top: 30px;
    }

    .footer__items__promo__company {
        font-size: 10px;
    }

    .footer__items__promo {
        padding-left: 15px;
    }

    .seo-grand-logo {
        margin: auto;
        left: 0;
        right: 0;
        bottom: 10px;
    }
}

@media screen and (max-width: 450px) {
    .footer__items__nav {
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }

    .modal .modal-close {
        top: 10px;
        right: 10px;
    }

    .footer__items {
        flex-direction: column-reverse;
    }

    .footer__items__nav__left__column {
        min-width: 250px;
    }

    .footer__nav__items__link {
        font-size: 14px;
    }

    .footer__items__promo {
        padding-left: 0px;
        text-align: center;
        max-width: none;
    }

    .footer__items__promo__company {
        font-size: 14px;
        text-align: center;
    }

    .footer__items__promo__confederation {
        padding-top: 10px;
        padding-bottom: 25px;
    }

    .footer__items__promo__confederation a {
        font-size: 12px;
        text-align: center;
    }
}

.footer__nav__items__link__phone a {
    max-width: 250px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "mullerextrabold";
    transition: 0.5s;
    color: #ffffff;
    line-height: 4.3;
    cursor: pointer;
}

.footer__nav__items__link__phone a:hover {
    color: red !important;
}

.footer-items {
    display: -webkit-flex;
    display: flex;
    padding-top: 10px;
}

.footer-items .footer__items__promo__company {
    padding-top: 0 !important;
    text-align: center;
}

.footer-items .footer__nav__items__link__phone {
    height: 50px;
}

.footer-items_info {
    padding-left: 20px;
    margin-top: -7px;
}

.footer__polit .footer__items__promo__confederation {
    width: 100%;
}

.footer__polit a.footer-link {
    display: block;
    padding-top: 10px;
}

.footer__polit a.footer-link:first-child {
    padding-top: 0;
}

.instagram {
    padding-top: 60px;
    max-width: 1280px;
    width: 100%;
    margin: auto;
    padding-left: 60px;
    padding-right: 60px;
}

.line-items-instagram {
    width: 2px;
    height: 60px;
    margin: auto;
    background-color: #ff0000;
    z-index: 2;
}

.instagram__title {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-family: "mullerextrabold";
}

.instagram__content {
    display: flex;
    justify-content: center;
}

.instagram__last {
    max-width: 675px;
    width: 100%;
}

.instagram__last__title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-family: "mullerextrabold";
    text-transform: uppercase;
}

.instagram__last__title__item {
    padding-left: 17px;
}

.instagram__last__picture {
    padding-top: 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.instagram__last__picture__items {
    max-width: 190px;
    width: 100%;
    height: 180px;
    margin-left: 15px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.instagram__last__picture__items img {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    height: 100%;
}

.instagram__post {
    width: 485px;
    padding-left: 10px;
    padding-top: 86px;
    justify-content: center;
}

.instagram__post__last-post {
    display: inline-flex;
    overflow: hidden;
    height: 125px;
    margin-bottom: 20px;
}

.instagram__post__last-post:last-child {
    margin-bottom: 0;
}

.instagram__post__last-post__prev {
    padding-top: 60px;
}

.instagram__last-post__data {
    display: flex;
    flex-direction: column;
    color: #bfbfbf;
    font-size: 16px;
    line-height: 16px;
    text-align: left;
    font-family: "mullerextrabold";
}

.instagram__post__last-post__content {
    max-width: 360px;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 30px;
}

.instagram__post__last-post__content__title {
    font-size: 16px;
    line-height: 16px;
    font-family: "mullerextrabold";
    text-transform: uppercase;
}

.instagram__post__last-post__content__title a {
    color: #000;
    transition: 0.2s;
}

.instagram__post__last-post__content__title a:hover {
    color: #ff0000;
}

.instagram__post__last-post__content__items {
    min-width: 260px;
    padding-top: 20px;
    font-family: "mullerregular";
    font-size: 16px;
    letter-spacing: 0.4;
    line-height: 29px;
}

.instagram__post__button {
    display: flex;
    padding-left: 64px;
    padding-top: 42px;
}

.instagram__post__button__btn {
    background-color: #fff;
    border: 2px solid #ff0000;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "mullerextrabold";
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 250px;
    width: 100%;
    height: 60px;
    box-shadow: none;
}

.instagram__post__button__btn:hover {
    box-shadow: none;
    background-color: #ff0000;
    color: #fff;
    border: #ff0000;
}

@media screen and (max-width: 1280px) {
    .instagram {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (max-width: 1165px) {
    .instagram__last__picture__items__void {
        display: none;
    }

    .instagram__post__last-post__content__items {
        text-align: left;
    }

    .instagram__content {
        padding-right: 20px;
    }

    .instagram__last__picture__items {
        display: none;
    }

    .instagram__last__picture__items:nth-child(1) {
        display: block;
        max-width: 400px;
        min-width: 350px;
        height: 400px;
    }

    .instagram__last {
        max-width: 430px;
    }

    instagram__post__items {
        max-width: 500px;
    }

    .instagram__post__last-post__content {
        max-width: none;
    }

    .instagram__content {
        justify-content: center;
    }

    .instagram__post {
        padding-left: 40px;
    }

    .instagram__content {
        max-width: 940px;
        margin: auto;
    }
}

@media (max-width: 850px) {
    .instagram__content {
        padding-top: 30px;
    }

    .instagram__last__picture {
        padding-top: 30px;
    }

    .instagram__last__picture__items {
        margin-left: 0px;
        margin-bottom: 0px;
    }

    .instagram__content {
        padding-left: 20px;
        flex-direction: column;
        align-items: center;
    }

    .instagram__post__items {
        display: flex;
        justify-content: center;
    }

    .instagram__post__last-post__prev {
        padding-top: 0;
    }

    .instagram__post {
        padding-left: 0;
        padding: 40px;
        width: 100%;
    }

    .instagram__post {
           max-width: 1055px;
           padding-left: 0px;
           padding-right: 0px;
    }
        
    .instagram__post__last-post__content {
        padding-left: 15px;
    }

    .instagram__post__last-post__content__items {
        min-width: 0;
        padding-top: 10px;
    }

    .instagram__post__last-post__prev {
        padding-left: 50px;
    }

    .instagram__post__button {
        padding-left: 0px;
        justify-content: center;
    }

    .instagram__post__last-post__content__items {
        line-height: 1.5;
    }
}

@media (max-width: 650px) {
    .instagram__last__picture__items {
        height: 250px;
    }

    .instagram__post__items {
        flex-direction: column;
    }

    .instagram__post__last-post__prev {
        padding-top: 30px;
        padding-left: 0px;
    }

    .instagram__post__last-post__content {
        max-width: 100%;
    }
}

@media screen and (max-width: 450px) {
    .instagram__last__picture {
        justify-content: flex-end;
    }

    .instagram__last__picture__items {
        background-color: transparent;
        height: 230px;
    }

    .instagram__last__title {
        justify-content: flex-start;
    }
}

.img_client-logo-color {
    display: none;
    transition: 1s;
}

.img_client-logo {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: all 0.5s ease-out;
}

.img_client-logo:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

.material-icons.product-btn {
    font-size: 50px;
}

.top_clientele-content {
    position: relative;
}

.top_clientele {
    max-width: 1920px;
    width: 100%;
    margin: auto;
    opacity: 0;
}

.top_clientele-img__picture {
    position: relative;
    max-width: 225px;
    width: 100%;
    max-height: 185px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top_clientele-img {
    padding-top: 30px;
    max-width: 1080px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 550px) {
    .top_clientele-img {
        padding-top: 0px;
    }
}

.top_clientele-img .slick-slide {
    height: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.img_client-logo {
    max-width: 225px;
    width: 100%;
    max-height: 185px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top_clientele__icon-pluse {
    width: 8px;
    height: 8px;
}

.top_clientele__border-bottom-items {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.top_clientele__border-top-items {
    position: absolute;
    top: 0px;
    width: 100%;
}

.top_clientele__icon-left-bottom {
    width: 8px;
    height: 8px;
    bottom: 0;
    left: 0;
    position: absolute;
}

.top_clientele__icon-right-bottom {
    width: 8px;
    height: 8px;
    bottom: 0;
    right: 0;
    position: absolute;
}

.top_clientele__icon-left {
    width: 8px;
    height: 8px;
    top: 0;
    left: 0;
    position: absolute;
}

.top_clientele__icon-right {
    width: 8px;
    height: 8px;
    top: 0;
    right: 0;
    position: absolute;
}

@media (max-width: 1000px) {
    .top_clientele__border-bottom-items {
        display: none;
    }

    .top_clientele__border-top-items {
        display: none;
    }
}

@media screen and (max-width: 650px) {
    .top_clientele-img {
        padding-top: 0;
    }

    .top_clientele-img__picture {
        max-height: 140px;
    }
}

@media screen and (max-width: 450px) {
    .top_clientele-img__picture {
        max-width: none;
    }

    .img_client-logo {
        margin: auto;
    }
}

.text_animation {
    display: block;
    height: 50px;
    width: 100px;
    background-color: #00b0ff;
    transition-property: padding-right;
    transition-property: letter-spacing;
    transition-timing-function: ease-out;
    transition-duration: 3s;
}

.text_animation:hover {
    letter-spacing: 20px;
    padding-right: 200px;
}

.video-animation {
    animation-name: video-animation-opacity;
    animation-duration: 3s;
}

@keyframes video-animation-opacity {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
        animation-play-state: paused;
    }
}

.border-animation-top-right {
    position: absolute;
    left: 60%;
    height: 2px;
    top: 0;
    background-color: red;
    animation-name: border-animation-top-right;
    animation-delay: 0s;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    Animation-direction: normal;
}

@keyframes border-animation-top-right {
    from {
        width: 0;
    }
    to {
        width: 40%;
    }
}

.border-animation-right {
    width: 2px;
    position: absolute;
    right: 0;
    height: 0;
    top: 0;
    background-color: red;
    animation-name: border-animation-right;
    animation-delay: 0.5s;
    animation-duration: 0.5s;
    animation-fill-mode: both;
}

@keyframes border-animation-right {
    from {
        height: 0;
    }
    to {
        height: 100%;
    }
}

.border-animation-bottom {
    position: absolute;
    right: 0;
    height: 2px;
    bottom: 0;
    background-color: red;
    animation-name: border-animation-bottom;
    animation-delay: 1s;
    animation-duration: 0.5s;
    animation-fill-mode: both;
}

@keyframes border-animation-bottom {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

.border-animation-left {
    width: 2px;
    position: absolute;
    left: 0;
    height: 0;
    bottom: 0;
    background-color: red;
    animation-name: border-animation-left;
    animation-duration: 0.5s;
    animation-delay: 1.5s;
    animation-fill-mode: both;
}

@keyframes border-animation-left {
    to {
        height: 100%;
    }
}

.border-animation-top-left {
    position: absolute;
    left: 0;
    height: 2px;
    top: 0;
    background-color: red;
    animation-name: border-animation-top-left;
    animation-delay: 2s;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    Animation-direction: normal;
}

@keyframes border-animation-top-left {
    from {
        width: 0;
    }
    to {
        width: 40%;
    }
}

.ease {
    animation-name: border-animation-img;
    animation-delay: 2.5s;
    animation-duration: 1s;
    animation-fill-mode: both;
    Animation-direction: normal;
}

@keyframes border-animation-img {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.b-video-title-animation {
    animation-name: b-video-title-animation;
    animation-delay: 3s;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    Animation-direction: normal;
}

@keyframes b-video-title-animation {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.b-video-main-animation {
    opacity: 0;
    text-align: center;
    animation-name: b-video-main-animation;
    animation-delay: 3.5s;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    Animation-direction: normal;
}

@keyframes b-video-main-animation {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.b-video__content__item__eyes {
    animation-name: b-video__content__item__eyes;
    animation-delay: 2s;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    Animation-direction: normal;
}

@keyframes b-video__content__item__eyes {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.js-animation-video {
    opacity: 0;
}

.preloader-wrapper {
    opacity: 1;
}

.preloader-wrapper.void {
    opacity: 0;
}

.animation-video-text-items__item {
    opacity: 1;
}

.animation-video-text-items__item2 {
    opacity: 1;
}

.video-animatiom-border-top {
    opacity: 1;
    z-index: 2;
    position: absolute;
    height: 2px;
    top: 0;
    left: 0;
    background-color: #fff;
    animation-name: video-animatiom-border-top;
    animation-delay: 0s;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    Animation-direction: normal;
}

@keyframes video-animatiom-border-top {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

.video-animatiom-border-right {
    opacity: 1;
    z-index: 2;
    position: absolute;
    width: 2px;
    top: 0;
    right: 0;
    background-color: #fff;
    animation-name: video-animatiom-border-right;
    animation-delay: 0.5s;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    Animation-direction: normal;
}

@keyframes video-animatiom-border-right {
    from {
        height: 0;
    }
    to {
        height: 100%;
    }
}

.video-animatiom-border-bottom {
    opacity: 1;
    z-index: 2;
    position: absolute;
    height: 2px;
    bottom: 0;
    right: 0;
    background-color: #fff;
    animation-name: video-animatiom-border-bottom;
    animation-delay: 1s;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    Animation-direction: normal;
}

@keyframes video-animatiom-border-bottom {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

.video-animatiom-border-left {
    opacity: 1;
    z-index: 2;
    position: absolute;
    width: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    animation-name: video-animatiom-border-left;
    animation-delay: 1.5s;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    Animation-direction: normal;
}

@keyframes video-animatiom-border-left {
    from {
        height: 0;
    }
    to {
        height: 100%;
    }
}

.b-video-text-animation {
    animation-name: b-video-text-animation;
    animation-delay: 0s;
    animation-duration: 3s;
    animation-fill-mode: both;
    Animation-direction: normal;
}

@keyframes b-video-text-animation {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.animation__arrow {
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    animation-name: animation__arrow;
    animation-delay: 0s;
    animation-duration: 1s;
    animation-delay: 0.1s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    Animation-direction: normal;
}

@keyframes animation__arrow {
    from {
        background-color: transparent;
        width: 100%;
    }
    to {
        background-color: #f00;
        width: 0%;
    }
}

.animation-line {
    animation-name: anim-line;
    animation-duration: 1s;
    animation-delay: 0.5s;
    animation-timing-function: ease-out;
    animation-play-state: running;
    animation-fill-mode: both;
}

@keyframes anim-line {
    from {
        height: 0;
    }
    to {
        height: 60px;
    }
}

.animation-line-bottom {
    animation-name: animation-line-bottom;
    animation-delay: 0s;
    animation-duration: 1s;
    animation-delay: 0.1s;
    animation-fill-mode: both;
    animation-timing-function: ease;
    bottom: 0;
}

@keyframes animation-line-bottom {
    from {
        height: 0;
    }
    to {
        height: 60px;
    }
}

.animation-line-top {
    top: 0;
    animation-name: animation-line-top;
    animation-delay: 0s;
    animation-duration: 1s;
    animation-delay: 0.1s;
    animation-fill-mode: both;
    animation-timing-function: ease;
}

@keyframes animation-line-top {
    from {
        height: 0;
    }
    to {
        height: 60px;
    }
}

@media screen and (max-width: 450px) {
    @keyframes animation-line-bottom {
        from {
            height: 0;
        }
        to {
            height: 30px;
        }
    }
    @keyframes anim-line {
        from {
            height: 0;
        }
        to {
            height: 30px;
        }
    }
    @keyframes animation-line-top {
        from {
            height: 0;
        }
        to {
            height: 30px;
        }
    }
}

svg.intro {
    background: transparent;
}

svg.intro .text {
    display: none;
}

svg.intro.go .animation-video-text-items__item {
    font-family: "mullerextrabold", sans-serif;
    text-transform: uppercase;
    display: block;
    font-size: 120px;
}

svg.intro.go .animation-video-text-items__item2 {
    font-family: "mullerextrabold", sans-serif;
    text-transform: uppercase;
    display: block;
    font-size: 50px;
    letter-spacing: 20px;
}

@media screen and (max-width: 700px) {
    svg.intro.go .animation-video-text-items__item2 {
        font-size: 45px;
        letter-spacing: 15px;
    }
}

@media screen and (max-width: 600px) {
    svg.intro.go .animation-video-text-items__item2 {
        font-size: 35px;
        letter-spacing: 10px;
    }
}

@media screen and (max-width: 500px) {
    svg.intro.go .animation-video-text-items__item2 {
        letter-spacing: 5px;
    }
}

@media screen and (max-width: 450px) {
    svg.intro.go .animation-video-text-items__item2 {
        font-size: 25px;
    }
}

svg.intro.go .text-stroke {
    fill: none;
    stroke: #fff;
    stroke-width: 40px;
    -ms-stroke-dashoffset: none;
    -webkit-stroke-dashoffset: -450;
    -moz-stroke-dashoffset: -450;
    stroke-dashoffset: -450;
    stroke-dashoffset: none;
    -ms-stroke-dasharray: none;
    -webkit-stroke-dasharray: 1000;
    -moz-stroke-dasharray: 1000;
    stroke-dasharray: 1000;
    stroke-linecap: butt;
    animation: dash ease-in-out forwards;
    animation-duration: 3.5s;
    transition: stroke-dashoffset;
}

svg.intro.go .text-stroke:nth-child(2) {
    animation-delay: 0.3s;
}

svg.intro.go .text-stroke:nth-child(3) {
    animation-delay: 0.9s;
}

@supports (-ms-ime-align: auto) {
    svg.intro.go .text-stroke {
        opacity: 0;
        stroke-dashoffset: none;
        stroke-dasharray: none;
    }
}

@-moz-keyframes dash {
    100% {
        opacity: 1;
        -ms-stroke-dashoffset: none;
        -webkit-stroke-dashoffset: 0;
        -moz-stroke-dashoffset: 0;
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes dash {
    100% {
        opacity: 1;
        -ms-stroke-dashoffset: none;
        -webkit-stroke-dashoffset: 0;
        -moz-stroke-dashoffset: 0;
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    100% {
        opacity: 1;
        -ms-stroke-dashoffset: none;
        -webkit-stroke-dashoffset: 0;
        -moz-stroke-dashoffset: 0;
        stroke-dashoffset: 0;
    }
}

@media screen and (max-width: 590px) {
    svg.intro {
        width: 400px;
    }
}

@media screen and (max-width: 450px) {
    svg.intro {
        width: 300px;
    }

    svg.intro.go .text-stroke {
        fill: none;
        stroke: #fff;
        stroke-width: 40px;
        stroke-dashoffset: 0;
        stroke-dasharray: 0;
        stroke-linecap: butt;
        animation-duration: 3.5s;
        opacity: 0;
    }

    svg.intro.go .text-stroke:nth-child(2) {
        animation-delay: 0.3s;
    }

    svg.intro.go .text-stroke:nth-child(3) {
        animation-delay: 0.9s;
    }

    @keyframes dash {
        100% {
            opacity: 1;
            stroke-dashoffset: 0;
        }
    }
}

.animation-block {
    animation-name: animation-block;
    animation-duration: 2s;
    animation-delay: 0.1s;
    animation-timing-function: ease-out;
    animation-play-state: running;
    animation-fill-mode: both;
}

@keyframes animation-block {
    0% {
        margin-top: 200px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
        display: block;
    }
}

.animation-technology-img {
    animation-name: animation-technology-img;
    animation-duration: 2s;
    animation-delay: 0s;
    animation-timing-function: ease-out;
    animation-play-state: running;
    animation-fill-mode: both;
}

@keyframes animation-technology-img {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.animation-technology-text {
    animation-name: animation-technology-text;
    animation-duration: 1s;
    animation-delay: 0.5s;
    animation-timing-function: ease-out;
    animation-play-state: running;
    animation-fill-mode: both;
}

@keyframes animation-technology-text {
    0% {
        margin-right: -500px;
    }
    100% {
        margin-right: 0;
    }
}

@media screen and (max-width: 850px) {
    .animation-technology-text {
        animation-name: animation-technology-text;
        animation-duration: 3s;
    }

    @keyframes animation-technology-text {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
}

.b-video-dk {
    max-width: 1920px;
    width: 100%;
    min-height: 550px;
    max-height: 630px;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.b-video-dk::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: white;
    position: absolute;
    opacity: 0.4;
}

.b-video-dk-content {
    height: 100vh;
}

.b-video-dk__content__video {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    filter: opacity(30%);
}

.b-video-dk__content__video__item {
    margin: auto;
    position: absolute;
    z-index: -1;
    right: 0;
    left: 0;
    width: 100%;
}

.b-video-dk__content__items {
    z-index: 2;
    position: relative;
    padding: 60px;
    width: 100%;
    max-height: 630px;
    height: 100%;
}

.b-video-dk__content__items__item {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.b-video-dk__content__items__item__title-background {
    position: absolute;
    left: 0px;
    right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 80px;
    text-transform: uppercase;
    font-family: "mullerextrabold";
}

.b-video-dk__content__items__item__title__logo {
    width: 100%;
    padding-top: 5px;
}

.b-video-dk__content__items__item__title__logo__arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 110px;
    position: relative;
    max-width: 82px;
    margin: auto;
}

.b-video-dk__content__items__item__title__logo__arrow-left {
    position: absolute;
    top: 0px;
    left: 0px;
}

.b-video-dk__content__items__item__title__logo__arrow-right {
    position: absolute;
    bottom: 0;
    right: 0px;
}

.b-video-dk__content__items__item__title__logo__title {
    font-size: 81px;
    color: #00b7f4;
    font-family: "mullerextrabold";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: auto;
}

.b-video-dk__content__items__item__title__text {
    padding-top: 55px;
    font-size: 22px;
    font-family: "mullerextrabold";
    text-align: center;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.b-video-dk__content__items__item__title__button {
    position: absolute;
    width: 60px;
    height: 100px;
    border: 1px solid #ff0000;
    bottom: -16px;
    z-index: 2;
    transition: 1s background-color;
    left: 0;
    right: 0;
    margin: auto;
}

.b-video-dk__content__items__item__title__button:hover {
    background-color: #ff0000;
}

.b-video-dk__content__items__item__title__button:hover .dk-video-arrow-bottom {
    fill: #fff;
}

.b-video-dk__content__items__item__title__button-items {
    overflow: hidden;
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dk-video-arrow-bottom {
    fill: #f00;
    transition: 1s fill;
}

@media screen and (max-width: 1279px) {
    .b-video-dk {
        padding-left: 0px;
        padding-right: 0px;
    }

    .b-video-dk__content__video__item {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 1150px) {
    .b-video-dk__content__items__item__title-background {
        font-size: 70px;
    }

    .b-video-dk__content__video__item {
        width: auto;
    }
}

@media screen and (max-width: 950px) {
    .b-video-dk__content__items__item__title-background {
        font-size: 50px;
    }
}

@media screen and (max-width: 800px) {
    .b-video-dk__content__items__item__title-background {
        font-size: 40px;
    }
}

@media screen and (max-width: 600px) {
    .b-video-dk__content__items__item__title-background {
        font-size: 30px;
    }
}

@media screen and (max-width: 450px) {
    .b-video-dk__content__items__item__title__logo__title {
        font-size: 88px;
    }

    .b-video-dk__content__items__item__title__button {
        height: 85px;
        width: 45px;
    }

    .b-video-dk__content__items__item__title__text {
        padding-top: 55px;
        font-size: 16px;
        line-height: 1.6;
    }

    .b-video-dk__content__items__item__title-background {
        font-size: 24px;
    }

    .b-video-dk__content__items {
        height: 630px;
        padding: 30px;
        padding-bottom: 60px;
        padding-top: 60px;
    }

    .b-video-dk {
        height: 630px;
    }

    .video-text3 {
        font-size: 13px;
    }

    .video-text2 {
        font-size: 24px;
    }
}

.title-animation {
    animation-name: title-product-animation;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-play-state: running;
    animation-fill-mode: forwards;
}

.title-animation.company {
    animation-name: title-company-animation;
}

@keyframes title-company-animation {
    from {
        text-indent: 0px;
        letter-spacing: 0px;
    }
    to {
        text-indent: 145px;
        letter-spacing: 145px;
        animation-play-state: paused;
    }
}

.title-animation.beauty {
    animation-name: title-beauty-animation;
}

@keyframes title-beauty-animation {
    from {
        text-indent: 0px;
        letter-spacing: 0px;
    }
    to {
        text-indent: 47px;
        letter-spacing: 47px;
        animation-play-state: paused;
    }
}

.title-animation.pos-service-anim {
    animation-name: pos-service-anim;
}

@keyframes pos-service-anim {
    from {
        text-indent: 0px;
        letter-spacing: 0px;
    }
    to {
        text-indent: 30px;
        letter-spacing: 30px;
        animation-play-state: paused;
    }
}

@media all and (-ms-high-contrast: none) {
    .title-animation {
        animation: none;
    }

    .title-animation.pos-service-anim {
        animation: none;
        letter-spacing: 20px;
    }
}

@keyframes title-product-animation {
    from {
        text-indent: 0px;
        letter-spacing: 0px;
    }
    to {
        text-indent: 34px;
        letter-spacing: 34px;
        animation-play-state: paused;
    }
}

@media (max-width: 1050px) {
    .title-animation.company {
        animation-name: title-company-animation;
    }

    @keyframes title-company-animation {
        from {
            text-indent: 0px;
            letter-spacing: 0px;
        }
        to {
            text-indent: 105px;
            letter-spacing: 105px;
            animation-play-state: paused;
        }
    }
    .title-animation.pos-service-anim {
        animation-name: pos-service-anim;
    }

    @keyframes pos-service-anim {
        from {
            text-indent: 0px;
            letter-spacing: 0px;
        }
        to {
            text-indent: 18px;
            letter-spacing: 18px;
            animation-play-state: paused;
        }
    }
    @keyframes title-product-animation {
        to {
            text-indent: 20px;
            letter-spacing: 20px;
        }
    }
}

@media (max-width: 900px) {
    @keyframes title-product-animation {
        to {
            text-indent: 20px;
            letter-spacing: 20px;
        }
    }
    .block-title-text-background {
        letter-spacing: 20px;
    }
}

@media (max-width: 800px) {
    .title-animation.company {
        animation-name: title-company-animation;
    }

    @keyframes title-company-animation {
        from {
            text-indent: 0px;
            letter-spacing: 0px;
        }
        to {
            text-indent: 70px;
            letter-spacing: 70px;
            animation-play-state: paused;
        }
    }
    .title-animation.pos-service-anim {
        animation-name: pos-service-anim;
    }

    @keyframes pos-service-anim {
        to {
            text-indent: 8px;
            letter-spacing: 8px;
        }
    }
    @keyframes title-product-animation {
        to {
            text-indent: 16px;
            letter-spacing: 16px;
        }
    }
    .block-title-text-background {
        letter-spacing: 16px;
    }
}

@media (max-width: 700px) {
    .title-animation.pos-service-anim {
        animation-name: pos-service-anim;
    }

    @keyframes pos-service-anim {
        to {
            text-indent: 0px;
            letter-spacing: 8px;
        }
    }
    @keyframes title-product-animation {
        to {
            text-indent: 8px;
            letter-spacing: 8px;
        }
    }
}

@media (max-width: 650px) {
    .title-animation.company {
        animation-name: title-company-animation;
    }

    @keyframes title-company-animation {
        from {
            text-indent: 0px;
            letter-spacing: 0px;
        }
        to {
            text-indent: 50px;
            letter-spacing: 50px;
            animation-play-state: paused;
        }
    }
}

@media (max-width: 450px) {
    .title-animation.company {
        animation-name: title-company-animation;
    }

    @keyframes title-company-animation {
        from {
            text-indent: 0px;
            letter-spacing: 0px;
        }
        to {
            text-indent: 10px;
            letter-spacing: 10px;
            animation-play-state: paused;
        }
    }
    @keyframes title-product-animation {
        to {
            text-indent: 4px;
            letter-spacing: 4px;
        }
    }
}

.animation-arrow-left-logo {
    animation-name: animation-arrow-left-logo;
    animation-duration: 1s;
    animation-delay: 1.5s;
    animation-timing-function: ease-out;
    animation-play-state: running;
    animation-fill-mode: both;
}

@keyframes animation-arrow-left-logo {
    0% {
        left: -30px;
        opacity: 0;
    }
    100% {
        left: 0px;
        opacity: 1;
    }
}

.animation-arrow-right-logo {
    animation-name: animation-arrow-right-logo;
    animation-duration: 1s;
    animation-delay: 1.5s;
    animation-timing-function: ease-out;
    animation-play-state: running;
    animation-fill-mode: both;
}

@keyframes animation-arrow-right-logo {
    0% {
        right: -30px;
        opacity: 0;
    }
    100% {
        right: 0px;
        opacity: 1;
    }
}

.animation-logo-title {
    animation-name: animation-logo-title;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-timing-function: ease-out;
    animation-play-state: running;
    animation-fill-mode: both;
}

@keyframes animation-logo-title {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.animation-logo-text {
    animation-name: animation-logo-text;
    animation-duration: 1s;
    animation-delay: 2s;
    animation-timing-function: ease-out;
    animation-play-state: running;
    animation-fill-mode: both;
}

@keyframes animation-logo-text {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.animation-arrow-bottom {
    animation-name: animation-arrow-bottom;
    animation-duration: 2s;
    animation-delay: 2.5s;
    animation-timing-function: ease-out;
    animation-play-state: running;
    animation-fill-mode: both;
}

@keyframes animation-arrow-bottom {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}

.b-video-dk__content__items__item__title__button {
    animation-name: b-video-dk__content__items__item__title__button;
    animation-duration: 1s;
    animation-delay: 2.5s;
    animation-timing-function: ease-out;
    animation-play-state: running;
    animation-fill-mode: both;
}

@keyframes b-video-dk__content__items__item__title__button {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.js-pos-service-animation-block {
    opacity: 0;
}

.pos-service-animation-block {
    animation-name: pos-service-animation;
    animation-duration: 2s;
    animation-delay: 0s;
    animation-timing-function: ease-out;
    animation-play-state: running;
    animation-fill-mode: both;
}

@keyframes pos-service-animation {
    0% {
        margin-top: 300px;
        opacity: 0;
    }
    100% {
        opacity: 1;
        margin-top: 0;
    }
}

.animation_pos-service__nav::after {
    animation-name: animation_pos-service__nav;
    animation-duration: 0.2s;
    animation-timing-function: ease-out;
    animation-play-state: running;
    animation-fill-mode: both;
}

@keyframes animation_pos-service__nav {
    0% {
        width: 15px;
        background-color: black;
    }
    100% {
        width: 40px;
        background-color: #ff0000;
    }
}

.pos-service__nav {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 45px;
    position: fixed;
    top: 100px;
    left: 35px;
    opacity: 0;
}

.pos-service__nav-visible {
    display: flex;
    z-index: 2;
    opacity: 1;
    transition: 0.5s;
}

.pos-service__nav-exit {
    display: flex;
    opacity: 0;
    transition: 0.5s;
}

.pos-service__nav__line-top {
    margin-top: 25px;
    height: 85px;
    width: 1px;
    background-color: #d1d1d1;
}

.pos-service__nav__line-bottom {
    height: 185px;
    width: 1px;
    background-color: #d1d1d1;
}

.pos-service__nav__items {
    height: 275px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.pos-service__nav__items__item {
    cursor: pointer;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.pos-service__nav__items__item::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 2px;
    background-color: black;
    left: 0px;
    right: 0px;
    margin: auto;
}

.pos-service {
    max-width: 1200px;
    width: 100%;
    padding-top: 120px;
    padding-left: 60px;
    padding-right: 60px;
    margin: auto;
}

.pos-service__line-top {
    position: relative;
    width: 2px;
    height: 60px;
    margin-top: 20px;
    margin-bottom: 60px;
}

.pos-service__line-bottom {
    position: relative;
    width: 2px;
    height: 60px;
    margin-top: 115px;
    margin-bottom: 60px;
}

.pos-service__line-bottom.line-form {
    margin-top: 60px;
}

.pos-srevice__items-title {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    font-family: "mullerextrabold";
}

.pos-srevice__items-title__background {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    letter-spacing: 20px;
    text-indent: 20px;
    color: #dddddd;
}

.pos-service__items {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (max-width: 650px) {
    .pos-service__items.void {
        opacity: 1;
    }
}

.pos-service__items__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pos-srevice__items-title__number {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    letter-spacing: 7px;
    text-indent: 7px;
    margin-top: 0px;
}

.pos-service__items__item__block1 {
    display: flex;
}

.pos-service__items__item__block1__picture {
    max-width: 445px;
    width: 100%;
    max-height: 300px;
    height: 100%;
    overflow: hidden;
}

.pos-service__items__item__block1__picture__img {
    width: 100%;
    height: 100%;
}

.pos-service-img-animation {
    animation-name: animation-img;
    animation-duration: 3s;
    animation-fill-mode: both;
}

@keyframes animation-img {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        animation-play-state: paused;
    }
}

.pos-service__items__item__block__text {
    display: flex;
    flex-direction: column;
    padding-left: 45px;
}

.pos-service__items__item__block__text__number {
    font-family: "mullerextrabold";
    font-size: 40px;
    line-height: 40px;
    color: #ff0707;
    padding-top: 60px;
}

.pos-service__items__item__block__text__title {
    font-family: "mullerextrabold";
    font-size: 22px;
    color: black;
    text-transform: uppercase;
    padding-top: 30px;
}

.pos-service__items__item__block__text__main {
    font-family: "mullerregular";
    font-size: 16px;
    color: black;
    padding-top: 30px;
    max-width: 400px;
}

.pos-service__items__item__content-bottom {
    display: flex;
}

.pos-service__items__item__block2 {
    display: flex;
    flex-direction: column;
    max-width: 450px;
    width: 100%;
}

.pos-service__void-block {
    padding-top: 300px;
}

@media screen and (max-width: 1150px) {
    .pos-service__void-block {
        padding-top: 0;
    }
}

.pos-service__block2 {
    width: 100%;
}

.pos-service__items__item__block2__picture {
    max-width: 450px;
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.pos-service__items__item__block2__picture__img {
    max-width: 450px;
    width: 100%;
    height: 100%;
    position: absolute;
}

.pos-service__items__item__block3 {
    display: flex;
    flex-direction: column;
    max-width: 550px;
    width: 100%;
}

.pos-service__items__item__block3__picture {
    max-width: 540px;
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.pos-service__items__item__block3__picture__img {
    position: absolute;
    max-width: 540px;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1150px) {
    .pos-service {
        padding-left: 85px;
        padding-right: 30px;
    }

    .pos-service__items__item__block1 {
        flex-direction: column;
    }

    .pos-service__items__item__content-bottom {
        flex-direction: column-reverse;
    }

    .pos-service__items__item__block2 {
        padding-top: 0px;
    }

    .pos-service__items__item__block__text__number {
        padding-top: 30px;
    }

    .pos-service__items__item__block__text__title {
        padding-top: 10px;
    }

    .pos-service__items__item__block__text__main {
        padding-top: 10px;
        padding-bottom: 60px;
    }

    .pos-service__items__item__block3__picture {
        max-height: 300px;
        max-width: 450px;
    }

    .pos-service__items__item__block3__picture__img {
        max-width: 450px;
    }

    .pos-service__line-bottom {
        margin-top: 60px;
    }
}

@media screen and (max-width: 900px) {
    .pos-srevice__items-title__background {
        letter-spacing: 10px;
        text-indent: 10px;
    }
}

@media screen and (max-width: 850px) {
    .pos-service__nav {
        left: 30px;
    }

    .pos-srevice__items-title__background {
        letter-spacing: 5px;
        text-indent: 5px;
        font-size: 40px;
    }

    .pos-service__line-top {
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .pos-service__line-bottom {
        margin-top: 15px;
    }
}

@media screen and (max-width: 600px) {
    .pos-srevice__items-title__background {
        font-size: 30px;
    }

    .pos-srevice__items-title__number {
        font-size: 30px;
        margin-top: -35px;
    }

    .pos-service__items__item__block__text__number {
        padding-top: 15px;
    }

    .pos-service__items__item__block-mobile {
        align-items: center;
    }

    .pos-service__items__item__block__picture-mobile {
        max-width: 350px;
        max-height: 200px;
    }

    .pos-service__items__item__block__picture__img-mobile {
        width: 100%;
    }

    .pos-service__items__item__block__text__number {
        font-size: 30px;
    }

    .pos-service__items__item__block__text__title {
        font-size: 17px;
    }

    .pos-service__items__item__block__text__main {
        font-size: 14px;
    }
}

@media screen and (max-width: 500px) {
    .pos-service__line-top {
        height: 30px;
    }

    .pos-service__line-bottom {
        height: 30px;
    }

    .pos-service__nav {
        left: 15px;
        z-index: 2;
    }

    .pos-srevice__items-title__background {
        font-size: 25px;
    }

    .pos-service__items__item__block__text {
        padding-left: 0px;
    }
}

@media screen and (max-width: 400px) {
    .pos-srevice__items-title__background {
        font-size: 20px;
    }
}

.form-work {
    max-width: 1920px;
    display: flex;
    padding-bottom: 90px;
    align-items: center;
    flex-direction: column;
}

.form-work.dop {
    padding-bottom: 0;
}

.form-work__title {
    padding-bottom: 45px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-family: "mullerextrabold";
    text-transform: uppercase;
    text-anchor: 5px;
    letter-spacing: 5px;
}

.form-work__items {
    border: 1px solid #dddddd;
    border-top: 0px;
    max-width: 700px;
    width: 100%;
    position: relative;
}

.form-work__items__border-top {
    position: relative;
    display: flex;
    justify-content: center;
}

.form-work-items__top-line-right {
    max-width: 310px;
    width: 100%;
    height: 2px;
    background-color: #dddddd;
}

.form-work-items__top-line-left {
    max-width: 310px;
    width: 100%;
    height: 2px;
    background-color: #dddddd;
}

.form-work__items__picture {
    padding-left: 16px;
    padding-right: 16px;
    margin-top: -10px;
}

.form-work__items_item {
    padding-top: 35px;
    padding-bottom: 30px;
}

.form-work__items_item__name {
    max-width: 200px;
    width: 100%;
}

.form-work__items_item__email {
    max-width: 200px;
    width: 100%;
}

.form-work__items_item-block2 {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 10px 90px 0px;
}

.form-work__items_item-block2 .form-group {
    width: 100%;
}

.g-recaptcha {
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
}

.form-work__items_item__name__description {
    width: 100%;
}

.input-field label {
    font-family: "mullerregular";
    color: #000;
}

.input-field input[type=text]:focus + label {
    color: #000;
}

.input-field input[type=text]:focus {
    border-bottom: 1px solid #000;
    box-shadow: 0 1px 0 0 #000;
}

.input-field .prefix.active {
    border-bottom: 3px solid #000;
    color: #000;
}

.form__input-group {
    padding-left: 90px;
    padding-right: 90px;
}

.form-work__coll {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    margin-top: -12px;
    z-index: 3;
}

.form-work__coll__title {
    font-size: 18px;
    text-transform: uppercase;
    font-family: "mullerregular";
}

.form-work__coll__title__items {
    font-family: "mullerextrabold";
}

.form-work__coll__number {
    font-size: 38px;
    font-family: "mullerextrabold";
}

.form-work__line-bottom {
    margin-top: 60px;
    width: 2px;
    height: 60px;
    background-color: #ff0000;
}

.form__btn {
    padding-bottom: 17px !important;
    padding-top: 20px !important;
    max-height: none !important;
    height: auto !important;
}

@media screen and (max-width: 1100px) {
    .contacts-item-background {
        letter-spacing: 35px;
    }
}

@media screen and (max-width: 850px) {
    .contacts-item-block-map {
        height: 440px;
    }
}

@media screen and (max-width: 750px) {
    .form-work {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 700px) {
    .form-work__title {
        max-width: 450px;
    }

    .form-work__items {
        height: 450px;
    }

    .form-work__coll__number {
        font-size: 26px;
    }

    .form-work__coll__title {
        font-size: 18px;
        padding-bottom: 10px;
    }

    .form__input-group {
        flex-direction: column;
    }

    .form-work__items_item__name {
        max-width: none;
    }

    .form-work__title {
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }
}

@media screen and (max-width: 550px) {
    .form__input-group {
        padding-left: 10px;
        padding-right: 10px;
    }

    .form-work__items_item-block2 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .form-work__items_item {
        padding-left: 20px;
        padding-right: 20px;
    }

    .form-work__title {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 498px) {
    .form-work__title {
        padding-left: 12px;
        padding-right: 12px;
        font-size: 30px;
    }
}

@media screen and (max-width: 466px) {
    .form-work__title {
        font-size: 20px;
        padding-bottom: 20px;
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media screen and (max-width: 422px) {
    .form-work__title {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (max-width: 380px) {
    .form-work__title {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.padding-20 {
    padding-left: 20px;
}

.btn {
    background-color: white;
}

.btn-large {
    background-color: transparent !important;
}

a {
    color: black;
    outline: none;
}

.slick-initialized .slick-slide:focus {
    outline: none !important;
}

.slick-slider:focus {
    outline: none !important;
}

.container {
    max-width: 1920px;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 70px;
    margin: auto;
    overflow: hidden;
}

@media screen and (max-width: 1190px) {
    .container {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.grecaptcha-badge {
    display: none;
}

.container .row {
    margin: auto;
}

.row .col {
    padding: 0;
}

input[type=text]:not(.browser-default) {
    font-size: 18px;
    border-bottom: 2px solid #626262;
}

input[type=text]:not(.browser-default):focus:not([readonly]) {
    border-color: #ff0000;
    border-bottom: 2px solid #ff0000;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[type=text]:not(.browser-default):focus:not([readonly]) + label {
    color: #ff0000;
}

.arrow-left {
    width: 45px;
    height: 15px;
    fill: #ff0000;
}

.arrow-left:hover {
    fill: #fff;
}

.arrow-right {
    width: 45px;
    height: 15px;
    fill: #ff0000;
}

.arrow-right:hover {
    fill: #fff;
}

.btn:focus, .btn-large:focus, .btn-floating:focus {
    background-color: transparent;
}

.slick-slide {
    height: auto !important;
}

.button {
    border: 2px solid black;
    width: 217px;
    height: 60px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "mullerextrabold";
    letter-spacing: 2px;
    transition: 0.5s;
    cursor: pointer;
}

.button:hover {
    background-color: red;
    border-color: red;
    color: white;
}

.button-text {
    padding-left: 10px;
    padding-right: 10px;
}

.icon-lupa {
    width: 27px;
    height: 27px;
    transition: 0.5s;
    fill: #ff0000;
}

.icon-arrow-top {
    width: 15px;
    height: 45px;
    fill: #ff0000;
}

.icon-arrow-bottom {
    width: 15px;
    height: 45px;
    fill: #ff0000;
}

.icon-arrow-left {
    fill: #ff0000;
    width: 45px;
    height: 18px;
}

.icon-arrow-right {
    fill: #ff0000;
    width: 45px;
    height: 18px;
}

.icon-info-arrow-left {
    font-size: 115px;
    line-height: 0;
    color: #ff0000;
    font-family: "mullerregular";
}

.block-title-text-background {
    font-size: 52px;
    font-family: "mullerextrabold";
    color: #dedede;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    z-index: 1;
    line-height: 1;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 700px) {
    .block-title-text-background {
        font-size: 48px;
    }
}

@media screen and (max-width: 600px) {
    .block-title-text-background {
        font-size: 40px;
    }
}

@media screen and (max-width: 500px) {
    .block-title-text-background {
        font-size: 35px;
    }
}

@media screen and (max-width: 450px) {
    .block-title-text-background {
        font-size: 34px;
    }
}

.block-title-text {
    color: #000;
    text-transform: uppercase;
    font-family: "mullerextrabold";
    font-size: 32px;
    letter-spacing: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    transition: 0.5s;
}

@media screen and (max-width: 800px) {
    .block-title-text {
        font-size: 28px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 700px) {
    .block-title-text {
        font-size: 26px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 500px) {
    .block-title-text {
        font-size: 24px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

@media screen and (max-width: 450px) {
    .block-title-text {
        font-size: 22px;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }
}

.block-title {
    width: 100%;
    position: relative;
}

.b-line-items {
    height: 60px;
    position: relative;
}

@media screen and (max-width: 450px) {
    .b-line-items {
        height: 30px;
    }
}

.line-items {
    position: absolute;
    width: 2px;
    background-color: #ff0000;
    z-index: 2;
    margin: auto;
    left: 0;
    right: 0;
}

.b-line-items-dop {
    position: relative;
    margin-top: 40px;
    margin-bottom: 80px;
    height: 60px;
}

@media screen and (max-width: 900px) {
    .b-line-items-dop {
        margin-top: 30px;
    }
}

@media screen and (max-width: 600px) {
    .b-line-items-dop {
        margin-top: 0px;
    }
}

.b-line-items-top {
    top: -30px;
    bottom: auto;
}

.b-line-items-bottom {
    bottom: -30px;
}

.b-line-items-item {
    position: absolute;
    width: 2px;
    background-color: #ff0000;
    z-index: 2;
    margin: auto;
    left: 0;
    right: 0;
}

.b-line-items-item-dop {
    position: absolute;
}

.dk-video-arrow-bottom {
    width: 61px;
    height: 64px;
}

@media screen and (max-width: 450px) {
    .dk-video-arrow-bottom {
        width: 30px;
        height: 44px;
    }
}

.text-white {
    color: #fff !important;
}

button:focus {
    background-color: transparent;
}

.modal.modal-fixed-footer {
    overflow-x: hidden;
}

.modal.modal-fixed-footer .modal-content {
    width: auto;
    margin-right: -17px;
    padding-right: 17px;
}

.admin-panel {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999999;
    cursor: pointer;
    opacity: 0.6;
}

.admin-panel:hover {
    opacity: 1;
}

.form__input-group {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form__input-field {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.form__btn {
    transition: 0.3s;
    max-width: 290px;
    background: transparent;
    width: 100%;
    max-height: 60px;
    height: 100%;
    border: 1px solid #ff0000;
    font-family: "mullerextrabold";
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    margin: auto;
}

.form__btn:hover {
    background-color: #ff0000;
    color: #fff;
}

.contacts {
    max-width: 1920px;
    width: 100%;
    height: 1140px;
    position: relative;
    margin-bottom: 0px;
}

.contacts-item {
    width: 100%;
    height: 100%;
    background-color: #f0f1ee;
    padding-left: 75px;
    padding-right: 75px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.contacts-item-background {
    letter-spacing: 45px;
    text-indent: 35px;
    position: absolute;
    left: 0px;
    right: 0px;
    font-size: 114px;
    line-height: 100px;
    padding-top: 70px;
    color: #d8d8d6;
    text-transform: uppercase;
    font-family: "mullerextrabold";
    text-align: center;
    z-index: 1;
}

.contacts-item-block {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    border: 2px solid #ffffff;
    padding-left: 75px;
    padding-right: 75px;
    padding-top: 120px;
}

@media screen and (min-width: 1480px) {
    .contacts-item-block {
        padding-left: 175px;
        padding-right: 175px;
    }
}

.contacts-item-block-information-tel {
    font-size: 37px;
    font-family: "mullerextrabold";
    display: flex;
    justify-content: center;
    align-items: flex-end;
    transition: 1s;
    padding-top: 61px;
    padding-bottom: 0px;
}

.contacts-item-block-information > * {
    line-height: 0.8;
}

.contacts-item-block-information-items {
    padding-bottom: 17px;
    padding-top: 55px;
    display: flex;
    justify-content: space-between
}

.contacts-item-block-information-items-address {
    padding-right: 15px;
    display: flex;
    font-size: 16px;
    font-family: "mullerregular";
    line-height: 32px;
}

.contacts-item-block-information-items-address-text {
    max-width: 330px;
}

.b-icon-label {
    padding-right: 5px;
}

.contacts-icon-tel {
    margin-right: 26px;
    width: 38px;
    height: 38px;
    transition: 1s;
}

.contacts-item-block-information-items-item {
    min-width: 245px;
    line-height: 32px;
    font-family: "mullerregular";
    font-size: 16px;
}

.contacts-item-block-information-items-item-tel {
    display: flex;
    align-items: center;
}

.contacts-item-block-information-items-item-email {
    display: flex;
    align-items: center;
}

.b-icon-email {
    padding-right: 5px;
}

.b-icon-fax {
    padding-right: 5px;
}

.src--svg--icon-fax {
    width: 16px;
    height: 17px;
}

.contacts-item-block-map {
    padding-top: 10px;
    height: 530px;
}

@media screen and (max-width: 1150px) {
    .contacts-item-background {
        letter-spacing: 35px;
        text-indent: 35px;
    }
}

@media screen and (max-width: 1000px) {
    .contacts-item-background {
        font-size: 90px;
    }

    .contacts-item-block-information-items {
        display: flex;
        flex-direction: column;
    }

    .contacts-item-block-information-items-address-text {
        max-width: 100%;
        padding-bottom: 10px;
        padding-bottom: 10px;
    }

    .contacts {
        margin-bottom: 440px;
    }
}

@media screen and (max-width: 850px) {
    .contacts-item-block-map {
        height: 380px;
    }

    .contacts-item {
        padding-left: 30px;
        padding-right: 30px;
    }

    .contacts-item-background {
        font-size: 70px;
        padding-top: 15px;
    }

    .contacts-item-block-information-tel {
        font-size: 30px;
    }

    .contacts-icon-tel {
        margin-right: 20px;
        width: 34px;
        height: 34px;
    }

    .contacts-item-block-information-items {
        padding-top: 30px;
    }

    .contacts-item-block-map {
        padding-top: 30px;
    }

    .contacts-item-block {
        padding-left: 45px;
        padding-right: 45px;
        padding-top: 80px;
        transition: 1s;
    }

    .contacts {
        margin-bottom: 200px;
    }
}

@media screen and (max-width: 750px) {
    .contacts-item-background {
        letter-spacing: 25px;
        text-indent: 25px;
    }
}

@media screen and (max-width: 700px) {
    .contacts-item-block-information-items-address-text {
        width: 100%;
        max-width: 100%;
    }

    .contacts-item-block-information-items-item {
        font-size: 14px;
    }

    .contacts-item-block-map {
        height: 370px;
    }

    .contacts-item-background {
        font-size: 50px;
    }

    .contacts-item-block-information-items {
        display: flex;
        flex-direction: column;
    }

    .contacts-item-block-information-items-address {
        font-size: 14px;
    }
}

@media screen and (max-width: 600px) {
    .contacts-item-background {
        letter-spacing: 15px;
        text-indent: 15px;
        padding-top: 10px;
    }

    .contacts-item-block-information-tel {
        font-size: 25px;
    }
}

@media screen and (max-width: 450px) {
    .contacts {
        margin-bottom: 100px;
    }

    .contacts-item {
        padding-left: 30px;
        padding-right: 30px;
    }

    .contacts-item-block {
        padding-left: 20px;
        padding-right: 20px;
    }

    .contacts-item-block-information-tel {
        font-size: 20px;
    }

    .contacts-icon-tel {
        margin-right: 7px;
        width: 20px;
        height: 20px;
    }

    .contacts-item-background {
        font-size: 30px;
        letter-spacing: 15px;
        text-indent: 15px;
        padding-top: 4px;
    }

    .contacts-item-block-map {
        transition: 1s;
        height: 270px;
    }

    .contacts-item-block-information-items-address-text {
        min-width: 300px;
    }
}

.blog-baner {
    max-width: 1920px;
    transition: 1s;
}

.blog-baner-items {
    background-color: #f0f1ee;
    padding: 75px;
}

.blog-baner-items-block {
    max-height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: solid 2px white;
    width: 100%;
    display: flex;
    justify-content: center;
    transition: 1s;
}

.blog-baner-items-block-title {
    padding-top: 80px;
    line-height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "mullerextrabold";
    text-transform: uppercase;
    font-size: 120px;
    color: #d9dbd5;
    text-indent: 75px;
    letter-spacing: 75px;
    transition: 1s;
}

.blog-baner-items-block__info {
    max-width: 770px;
    width: 100%;
    height: 420px;
    position: relative;
    padding-top: 70px;
}

.blog-baner-items-block__info-img {
    position: absolute;
    width: 100%;
    transition: 1s;
}

.blog-baner-items-block__info-text {
    display: flex;
    flex-direction: column;
    position: relative;
    color: white;
    padding-left: 70px;
    padding-right: 50px;
    text-transform: uppercase;
    font-family: "mullerextrabold";
}

.blog-baner-items-block__info-text-data {
    display: flex;
    flex-direction: column;
    line-height: 1;
    padding-top: 75px;
    transition: 1s;
}

.blog-baner-items-block__info-text-data-number {
    transition: 1s;
    font-size: 38px;
}

.blog-baner-items-block__info-text-data-month {
    transition: 1s;
    font-size: 25px;
}

.blog-baner-items-block__info-text-event {
    transition: 1s;
    font-size: 32px;
    padding-top: 60px;
    letter-spacing: 2px;
}

.blog-baner-items-block__info-text-title {
    transition: 1s;
    font-size: 16px;
    font-family: "mullerregular";
    text-transform: none;
    padding-top: 25px;
}

.blog-baner-items-block__info-img {
    overflow: hidden;
    filter: brightness(40%);
}

.blog-baner-items-block__info-img__block {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 460px;
}

@media screen and (max-width: 1279px) {
    .blog-baner {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (max-width: 1000px) {
    .blog-baner-items-block__info-img {
        padding-left: 30px;
        padding-right: 30px;
        transition: 1s;
    }

    .blog-baner-items-block__info-text-data {
        padding-top: 35px;
    }

    .blog-baner-items-block__info-text-data-number {
        font-size: 30px;
    }

    .blog-baner-items-block__info-text-data-month {
        font-size: 20px;
    }

    .blog-baner-items-block__info-text-event {
        font-size: 30px;
        padding-top: 30px;
    }

    .blog-baner-items-block-title {
        font-size: 85px;
    }
}

@media screen and (max-width: 950px) {
    .blog-baner-items {
        padding: 35px;
        transition: 1s;
    }

    .blog-baner-items-block__info-img {
        max-height: 400px;
    }
}

@media screen and (max-width: 800px) {
    .blog-baner-items-block__info-text-data {
        line-height: 28px;
        padding-top: 35px;
    }

    .blog-baner-items-block__info-text-data-number {
        font-size: 28px;
    }

    .blog-baner-items-block__info-text-data-month {
        font-size: 18px;
    }

    .blog-baner-items-block__info-text-event {
        font-size: 28px;
        padding-top: 30px;
    }

    .blog-baner-items-block__info-img {
        max-height: 350px;
    }

    .blog-baner-items-block-title {
        font-size: 85px;
    }

    .blog-baner-items-block {
        max-height: 380px;
    }

    .blog-baner-items-block-title {
        padding-top: 60px;
    }
}

@media screen and (max-width: 700px) {
    .blog-baner-items-block__info {
        background: rgba(0, 0, 0, 0.42);
    }

    .blog-baner-items-block__info-text-data {
        line-height: 28px;
        padding-top: 35px;
    }

    .blog-baner-items-block__info-text-data-number {
        font-size: 22px;
    }

    .blog-baner-items-block__info-text-data-month {
        font-size: 18px;
    }

    .blog-baner-items-block__info-text-event {
        font-size: 23px;
        padding-top: 30px;
    }

    .blog-baner-items-block__info-text-title {
        font-size: 14px;
    }

    .blog-baner-items-block-title {
        font-size: 75px;
        letter-spacing: 50px;
        text-indent: 50px;
        max-height: 280px;
    }

    .blog-baner-items-block-title-title {
        padding-top: 70px;
    }

    .blog-baner-items-block__info-img {
        height: initial;
    }

    .blog-baner-items-block__info-img__block {
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width: 550px) {
    .blog-baner-items-block__info-text {
        padding-left: 50px;
        padding-right: 20px;
        transition: 1s;
    }

    .blog-baner-items-block__info-text-data {
        line-height: 28px;
        padding-top: 35px;
        display: none;
    }

    .blog-baner-items-block__info-text-data-number {
        font-size: 20px;
    }

    .blog-baner-items-block__info-text-data-month {
        font-size: 16px;
    }

    .blog-baner-items-block__info-text-event {
        font-size: 18px;
        padding-top: 30px;
    }

    .blog-baner-items-block__info-text-title {
        font-size: 14px;
        display: none;
    }

    .blog-baner-items-block-title {
        font-size: 55px;
        letter-spacing: 30px;
        text-indent: 30px;
    }
}

@media screen and (max-width: 450px) {
    .blog-baner-items-block__info-img {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.article {
    max-width: 770px;
    width: 100%;
    padding-top: 50px;
    margin: auto;
}

.article__items-item {
    padding-top: 65px;
    display: flex;
    justify-content: space-between;
}

.article__items-item-data {
    font-family: "mullerextrabold";
    color: #bfbfbf;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    line-height: 1.3;
}

.article__items-item-text {
    margin-left: 40px;
    display: flex;
    flex-direction: column;
    max-width: 290px;
}

.article__items-item-text-title {
    font-family: "mullerextrabold";
    font-size: 22px;
    text-transform: uppercase;
}

.article__items-item-text-title-linc {
    transition: 0.3s;
    color: black;
    transform: rotate(0deg) !important;
    transition: transform 0.3s ease-in-out !important;
}

.article__items-item-text-title-linc:hover {
    color: #ff0000;
    transform: rotate(180deg) !important;
}

.article__items-item-text-main {
    font-family: "mullerregular";
    padding-top: 30px;
    font-size: 16px;
    line-height: 30px;
}

.article__items-item-picture {
    max-width: 355px;
    width: 100%;
    height: 230px;
    background-color: #f0f1ee;
}

.article__items-item-picture img {
    width: 100%;
}

.article__nav {
    padding-top: 100px;
    max-width: 330px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 22px;
    font-family: "mullerextrabold";
    color: #c1c1c1;
    margin: auto;
}

.article__nav-items {
    color: #c1c1c1;
}

.article__nav-items a {
    color: #c1c1c1;
}

.article__nav-items.active a {
    color: black;
}

.article__items-item-block {
    display: flex;
}

@media screen and (max-width: 850px) {
    .article {
        transition: 1s;
        padding-left: 70px;
        padding-right: 70px;
        max-width: none;
    }

    .article__items-item {
        flex-direction: column-reverse;
    }

    .article__items-item-picture {
        max-width: none;
        overflow: hidden;
    }

    .article__items-item-picture img {
        transition: 1s;
        width: 100%;
    }

    .article__items-item-text {
        max-width: none;
    }

    .article__items-item-text-main {
        padding-top: 10px;
    }

    .article__items-item-block {
        padding-top: 30px;
    }
}

@media screen and (max-width: 550px) {
    .article {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 100px;
    }

    .article__items-item-text {
        margin-left: 20px;
    }

    .article__items-item-text-title {
        font-size: 18px;
        transition: 1s;
    }

    .article__items-item-text-main {
        font-size: 14px;
        transition: 1s;
    }
}

@media screen and (max-width: 450px) {
    .article__items-item-text-main {
        line-height: 1.8;
    }

    .article__items-item-picture img {
        height: 100%;
    }
}

.b-instagram-title {
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.b-instagram-title-icon {
    width: 27px;
    height: 27px;
}

.instagram {
    opacity: 0;
}

.instagram-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.instagram-items-item {
    max-width: 180px;
    width: 100%;
    max-height: 180px;
    height: 100%;
    padding-top: 15px;
}

.instagram-items-item-picture {
    width: 100%;
    height: 150px;
    overflow: hidden;
    position: relative;
}

.instagram-items-item-picture img {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    height: 100%;
}

@media screen and (max-width: 900px) {
    .instagram-items {
        padding-left: 30px;
        padding-right: 30px;
    }

    .instagram-items-item {
        max-width: 220px;
        transition: 0.5s;
    }

    .instagram-items-void1 {
        display: none;
    }
}

@media screen and (max-width: 750px) {
    .b-instagram-title {
        padding-bottom: 60px;
        transition: 1s;
    }

    .instagram-items-item {
        overflow: hidden;
        max-width: 150px;
        height: 150px;
        transition: 0.4s;
        padding-left: 5px;
        padding-right: 5px;
    }

    .instagram-items-void1 {
        display: block;
    }

    .instagram-items {
        justify-content: center;
    }
}

@media screen and (max-width: 680px) {
    .b-instagram-title {
        padding-bottom: 30px;
    }

    .instagram-items-void1 {
        display: none;
    }

    .b-instagram-title-main {
        padding-top: 22px;
        font-size: 24px;
        transition: 0.2s;
    }
}

@media screen and (max-width: 650px) {
    .instagram {
        padding-top: 30px;
    }
}

@media screen and (max-width: 550px) {
    .instagram {
        padding-top: 30px;
        overflow: hidden;
    }

    .article {
        padding-top: 0;
    }

    .article__nav {
        padding-top: 40px;
    }

    .b-instagram {
        padding-top: 40px;
    }

    .instagram-items {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 500px) {
    .b-instagram-title {
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.article-nav {
    max-width: 1920px;
    width: 100%;
}

.article-nav-block {
    padding-top: 35px;
    padding-bottom: 30px;
    background-color: #f0f1ee;
    position: relative;
    display: flex;
    justify-content: center;
}

.article-nav-block-title {
    text-transform: uppercase;
    border: 2px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 375px;
    width: 100%;
    height: 130px;
    font-family: "mullerextrabold";
    font-size: 16px;
    position: relative;
    z-index: 2;
}

.article-nav-block-title-main {
    padding-bottom: 10px;
    border-bottom: 2px solid #ff0000;
    position: relative;
    z-index: 2;
}

.article-nav-block-title-background {
    position: absolute;
    z-index: 1;
    color: #d8d8d6;
    font-size: 60px;
    letter-spacing: 80px;
    text-indent: 80px;
}

.article-nav-btn-prew {
    position: absolute;
    left: 60px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    height: 15px;
}

.article-nav-btn-next {
    position: absolute;
    right: 60px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    height: 15px;
}

@media screen and (max-width: 1279px) {
    .article-nav {
        transition: 0.5s;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (max-width: 850px) {
    .article-nav-block-title-background {
        transition: 0.5s;
        letter-spacing: 60px;
        text-indent: 60px;
    }

    .article-nav-btn-prew {
        transition: 0.5s;
        left: 30px;
    }

    .article-nav-btn-next {
        right: 30px;
        transition: 0.5s;
    }
}

@media screen and (max-width: 600px) {
    .article-nav-block-title {
        transition: 0.5s;
        max-width: 300px;
        height: 100px;
    }

    .article-nav-block-title-background {
        font-size: 40px;
    }
}

@media screen and (max-width: 500px) {
    .article-nav-block-title-background {
        letter-spacing: 40px;
        text-indent: 40px;
    }

    .article-nav-block-title {
        margin-left: 60px;
        margin-right: 60px;
    }

    .article-nav-btn-next {
        right: 15px;
    }

    .article-nav-btn-prew {
        left: 15px;
    }
}

@media screen and (max-width: 450px) {
    .article-nav-block-title {
        font-size: 14px;
        margin-left: 80px;
        margin-right: 80px;
    }

    .article-nav-block-title-background {
        font-size: 30px;
        letter-spacing: 35px;
        text-indent: 35px;
    }
}

.article-content {
    max-width: 890px;
    width: 100%;
    margin: auto;
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
}

.article-content-data {
    font-family: "mullerextrabold";
    font-size: 18px;
    color: #b2b2b2;
}

.article-content-main h1 {
    text-transform: uppercase;
    font-size: 32px;
    font-family: "mullerextrabold";
    padding-bottom: 25px;
}

.article-content-main h2 {
    text-transform: uppercase;
    font-size: 22px;
    font-family: "mullerextrabold";
    padding-top: 60px;
}

.article-content-main p {
    padding-top: 10px;
    font-family: "mullerregular";
    font-size: 16px;
    line-height: 1.9;
}

.article-content-main img {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 450px;
    width: auto;
}

.article-content-main strong {
    font-weight: bold;
}

@media screen and (max-width: 850px) {
    .article-content {
        padding-left: 30px;
        padding-right: 30px;
    }

    .article-content-data {
        font-size: 16px;
    }

    .article-content-main h1 {
        font-size: 30px;
    }

    .article-content-main h2 {
        padding-top: 30px;
    }

    .article-content-main p {
        padding-top: 15px;
        font-size: 14px;
    }
}

@media screen and (max-width: 850px) {
    .article-content-data {
        font-size: 16px;
    }

    .article-content-main h1 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .article-content-main h2 {
        padding-top: 30px;
    }

    .article-content-main p {
        padding-top: 10px;
        line-height: 1.7;
    }
}

.banner-block-premium {
    margin-bottom: 60px;
}

.banner {
    max-width: 1920px;
    width: 100%;
}

.banner-block {
    background-color: #dbdbdb;
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-internal {
    width: 100%;
    display: flex;
    justify-content: center;
}

.banner-block-bg {
    background-color: red;
    opacity: 0.702;
    max-width: 725px;
    width: 100%;
    position: absolute;
    height: 435px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

.banner-title {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid white;
    width: 100%;
    height: 500px;
    padding-left: 40px;
    padding-right: 40px;
}

.banner-title-subtitle {
    padding-top: 34px;
    text-align: center;
    text-transform: uppercase;
    font-family: "mullerextrabold";
    color: white;
    font-size: 50px;
    letter-spacing: 5px;
    text-indent: 12px;
    line-height: 1.3;
    max-width: 540px;
}

.banner-title-main {
    padding-top: 24px;
    font-family: "mullerregular";
    font-size: 16px;
    text-align: center;
    color: white;
    max-width: 450px;
    line-height: 2;
}

@media screen and (max-width: 1279px) {
    .banner {
        transition: 0.5s;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (max-width: 800px) {
    .banner-block {
        transition: 0.5s;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .banner-block-bg {
        transition: 0.5s;
        height: 400px;
    }

    .banner-title {
        height: 470px;
        transition: 0.5s;
    }

    .banner-title-subtitle {
        font-size: 40px;
        transition: 0.5s;
    }

    .banner-title-main {
        padding-top: 24px;
        font-size: 14px;
        transition: 0.5s;
    }

    .baner-internal {
        padding-right: 60px;
        padding-left: 60px;
        transition: 0.5s;
    }
}

@media screen and (max-width: 650px) {
    .banner-title-subtitle {
        font-size: 35px;
    }

    .banner-block-bg {
        height: 340px;
    }

    .banner-block {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .banner-title {
        height: 400px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 550px) {
    .banner-title {
        padding-left: 5px;
        padding-right: 5px;
    }

    .banner-title-subtitle {
        font-size: 27px;
    }

    .baner-internal {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.equipment-nav {
    padding-top: 90px;
    padding-bottom: 75px;
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding-left: 150px;
    padding-right: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.equipment-nav-item {
    letter-spacing: 2.5px;
    text-align: center;
    position: relative;
    z-index: 2;
    font-size: 22px;
    font-family: "mullerextrabold";
    text-transform: uppercase;
    margin-left: 50px;
    margin-right: 50px;
    padding-bottom: 10px;
    color: black;
}

.equipment-nav-item-active {
    border-bottom: 2px solid #ff0000;
}

.equipment-nav-background {
    margin-left: 80px;
    width: 100%;
    text-align: center;
    left: 0px;
    right: 0px;
    z-index: 1;
    font-size: 59px;
    color: #f2f2f2;
    text-transform: uppercase;
    position: absolute;
    letter-spacing: 10px;
    font-family: "mullerextrabold";
    line-height: 0px;
}

.equipment-nav-main {
    display: flex;
}

@media screen and (max-width: 950px) {
    .equipment-nav {
        padding-left: 75px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 850px) {
    .equipment-nav {
        padding-left: 0px;
        padding-right: 0px;
        height: 250px;
        padding-bottom: 30px;
        padding-top: 60px;
    }

    .equipment-nav-background {
        margin-left: 0px;
    }

    .equipment-nav-main {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

@media screen and (max-width: 650px) {
    .equipment-nav {
        padding-top: 30px;
        transition: 0.5s;
        height: 170px;
    }

    .equipment-nav-item {
        font-size: 18px;
    }

    .equipment-nav-background {
        font-size: 54px;
    }
}

@media screen and (max-width: 450px) {
    .equipment-nav-item {
        padding-bottom: 0;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 35px;
        margin-right: 35px;
    }

    .equipment-nav-item {
        letter-spacing: 0.3;
        font-size: 18px;
    }

    .equipment-nav-background {
        font-size: 48px;
    }
}

.js-button {
    cursor: pointer;
}

.block-product {
    padding-left: 50px;
    padding-right: 50px;
    transition: 0.5s;
}

.equipment-product {
    position: relative;
    max-width: 1060px;
    overflow: hidden;
    width: 100%;
    margin: auto;
}

.b-product2 {
    position: relative;
    z-index: 2;
}

.b-product2.void {
    display: none;
}

.b-product2-slider {
    position: relative;
    z-index: 1;
    transition: 0.5s;
    width: 100%;
}

.b-product2-slider.void {
    position: absolute;
    opacity: 0;
}

.b-product {
    position: relative;
    z-index: 2;
}

.b-product.void {
    display: none;
}

.col.product-picture-slider {
    padding-left: 50px;
}

.b-product-picture {
    max-height: 660px;
    min-height: 600px;
    max-width: 450px;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
    overflow: hidden;
    transition: 3s;
    float: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.b-product-picture-img {
    height: auto;
    width: 100%;
    transition: 10s;
    animation-name: myopacity;
    -webkit-animation-name: myopacity;
    animation-duration: 1.7s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.7s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    visibility: visible !important;
    opacity: 0;
}

@keyframes myopacity {
    100% {
        opacity: 1;
        stroke-dashoffset: 0;
    }
}

.b-product-picture-img:hover {
    transition: 10s;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.b-product-picture-img.img-slider {
    max-height: 660px;
    max-width: 460px;
    min-height: 420px;
    height: auto;
}

.b-product-picture.picture-slider {
    border: 2px solid red;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.b-product2-picture {
    z-index: 2;
    margin-top: 140px;
    height: 600px;
    max-width: 450px;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
}

.b-product2-picture.picture-slider {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 450px;
}

@media screen and (max-width: 950px) {
    .b-product2-picture.picture-slider {
        width: 100%;
    }
}

.b-product2-picture_filter {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.b-product2-picture_filter:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

.b-product2-picture-img {
    transition: 10s;
    height: auto;
    width: 100%;
    animation-name: myopacity;
    -webkit-animation-name: myopacity;
    animation-duration: 1.7s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.7s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    visibility: visible !important;
    opacity: 0;
    height: auto;
}

@keyframes myopacity {
    100% {
        opacity: 1;
        stroke-dashoffset: 0;
    }
}

.b-product2-picture-img:hover {
    transition: 10s;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.b-product2-picture-img.img-slider {
    min-height: 400px;
    max-height: 450px;
    width: auto;
}

.b-product2-picture.img-slider {
    padding-bottom: 60px;
    background-color: #F2F2F2;
    max-height: 630px;
}

.b-product2-picture.img-slider img {
    width: 100%;
}

.b-picture-slider-product {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    border: 2px solid red;
}

.col.product-text {
    padding-left: 50px;
}

.b-product-text {
    float: right;
    transition: 0.5s;
    max-width: 453px;
    width: 100%;
}

.b-product-text-title {
    text-transform: uppercase;
    font-family: "mullerextrabold";
    padding-top: 90px;
    font-size: 32px;
    letter-spacing: 3px;
}

.b-product-text-title.padding {
    padding-top: 0;
}

.b-product-text-main {
    font-family: "mullerregular";
    font-size: 16px;
    padding-top: 27px;
    max-width: 380px;
    line-height: 29px;
}

.b-product-text-item {
    padding-top: 80px;
    font-size: 14px;
    font-family: "mullerextrabold";
}

.b-product-text-item.center {
    padding-left: 50px;
}

.b-product-text-item.product2 {
    padding-left: 40px;
    padding-top: 60px;
}

.b-product-text-item-p {
    position: relative;
    padding-bottom: 40px;
    display: flex;
}

.b-product2-text {
    float: right;
    max-width: 445px;
    padding-top: 80px;
    padding-right: 50px;
    transition: 0.5s;
}

.round-text {
    margin-right: 40px;
    width: 20px;
    height: 20px;
    border: 1px solid #d9d9d9;
    border-radius: 100%;
    position: relative;
}

.round-text::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #ff0000;
    border-radius: 100%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.round-text::after {
    content: "";
    width: 100px;
    height: 1px;
    background-color: #ff0000;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: -90px;
}

.round-text.product2 {
    position: absolute;
    right: 0;
    top: 0;
}

.round-text.product2::after {
    content: "";
    width: 100px;
    height: 1px;
    background-color: #ff0000;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 10px;
}

.button {
    position: relative;
}

.button:hover .icon-lupa {
    fill: white;
}

.button:hover .button-line-left {
    transition: 0.5s;
    opacity: 0;
}

.button:hover .button-line-right {
    transition: 0.5s;
    opacity: 0;
}

.button-line-right {
    position: absolute;
    width: 200px;
    height: 2px;
    background-color: #ff0000;
    right: -180px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.button-line-left {
    position: absolute;
    width: 135px;
    height: 2px;
    background-color: #ff0000;
    left: -115px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.col.b-product-slider {
    position: relative;
    z-index: 1;
    transition: 0.5s;
    width: 100%;
}

.col.b-product-slider.void {
    position: absolute;
    opacity: 0;
}

.equipment-nav-slider {
    width: 48px;
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.mobile-show {
    display: none;
}

.equipment-nav__nav__btn {
    cursor: pointer;
}

.dots-nav .slick-dots {
    height: 300px;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
}

.dots-nav .slick-dots li button {
    height: 2px;
    width: 20px;
    background-color: black;
    border: 0;
    transition: all 0.5s;
    display: inline-block;
    font: 0px/0px tahoma;
}

.dots-nav .slick-dots li.slick-active button {
    width: 48px;
    background-color: red;
    transition: 0.4s;
}

.row .col.m6.equipment2-nav-slider {
    max-width: 450px;
    height: 150px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0px;
    padding-right: 45px;
    padding-left: 45px;
    right: 80px;
    z-index: 2;
    background-color: #f2f2f2;
}

@media screen and (max-width: 1300px) {
    .row .col.m6.equipment2-nav-slider {
        left: 0px;
    }
}

@media screen and (max-width: 1020px) {
    .row .col.m6.equipment2-nav-slider {
        left: 0px;
    }
}

.dots2-nav {
    display: flex;
    height: 140px;
    align-items: center;
    justify-content: space-around;
    max-width: 450px;
    width: 100%;
}

.dots2-nav .slick-dots {
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
}

.dots2-nav .slick-dots li button {
    height: 20px;
    width: 2px;
    padding: 0;
    background-color: black;
    border: 0;
    transition: all 0.5s;
    display: inline-block;
    font: 0px/0px tahoma;
}

.dots2-nav .slick-dots li.slick-active button {
    height: 48px;
    background-color: red;
    transition: 0.4s;
}

.block-nav-product {
    position: absolute;
    top: 0;
    height: 150px;
    z-index: 999;
}

.p-1 {
    padding: 4px;
}

.p-2 {
    padding: 6px;
}

.p-3 {
    padding: 8px;
}

.flex-grow-1 {
    flex-grow: 1;
}

.d-flex {
    display: -webkit-flex;
    display: flex;
}

.align-items-center {
    -webkit-align-items: center;
    align-items: center;
}

.flex-direction-column {
    -webkit-flex-direction: column;
    flex-direction: column;
}

.col.product2-picture {
    position: relative;
    float: right;
}

@media screen and (max-width: 1300px) {
    .col.product2-picture {
        position: relative;
        right: 0px !important;
    }
}

@media screen and (max-width: 1020px) {
    .col.product2-picture {
        right: 0 !important;
    }
}

.col.b-product2-text {
    float: left;
}

.icon-ramka {
    width: 15px;
    height: 15px;
    position: absolute;
}

.icon-ramka.__topL {
    top: 25px;
    left: 25px;
}

.icon-ramka.__topR {
    top: 25px;
    right: 25px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -o-transform: rotate(90deg);
}

.icon-ramka.__bottomL {
    bottom: 25px;
    left: 25px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -o-transform: rotate(-90deg);
}

.icon-ramka.__bottomR {
    bottom: 25px;
    right: 25px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -o-transform: rotate(180deg);
}

@media screen and (max-width: 1100px) {
    .row .col.m6.equipment2-nav {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .b-product-picture {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .b-product-text-title {
        font-size: 28px;
    }
}

@media screen and (max-width: 950px) {
    .block-product {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (max-width: 900px) {
    .b-product-picture.margen {
        margin-right: 0;
    }

    .dots2-nav .slick-dots {
        padding-left: 25px;
        padding-right: 25px;
    }

    .b-product-text-title {
        padding-top: 55px;
    }

    .b-product-text-title {
        font-size: 24px;
        letter-spacing: 1px;
    }

    .b-product-text-main {
        min-width: 300px;
        font-size: 14px;
    }

    .dots-nav .slick-dots li.slick-active button {
        width: 40px;
    }

    .dots-nav .slick-dots {
        height: 250px;
    }
}

.dots-nav {
    min-width: 48px;
}

@media screen and (max-width: 850px) {
    .b-product2-picture {
        margin-top: 0px;
    }

    .block-nav-product {
        display: none;
    }

    .b-product-picture {
        max-width: 400px;
        min-height: 0;
    }

    .b-product-picture.picture-slider {
        max-height: none;
        min-height: 0;
        height: 450px;
        width: 400px;
        padding-left: 50px;
        padding-right: 50px;
    }

    .b-product-picture-img {
        min-height: 0;
        max-height: none;
        height: auto;
        width: 100%;
    }

    .button.product {
        width: 100%;
    }

    .button-line-right {
        display: none;
    }

    .button-line-left {
        display: none;
    }

    .b-product-text-item.center {
        padding-left: 0px;
    }

    .col.product2-text {
        padding-bottom: 60px;
    }

    .col.product-text {
        padding-bottom: 60px;
    }

    .row .col.m6.equipment2-nav-slider {
        height: 50px;
        padding-left: 0;
        padding-right: 0;
        left: 0;
        margin: auto;
        display: none;
    }

    .col.product2-picture {
        width: 100% !important;
        display: flex;
        justify-content: center;
    }

    .b-product2-picture {
        padding-top: 0px;
        max-width: 400px;
        max-height: 500px;
        min-height: 0;
    }

    .b-product2-picture a {
        width: 100%;
    }

    .b-product2-picture.picture-slider {
        min-height: 500px;
        height: 620px;
        width: 400px;
    }

    .b-product-text-item.product2 {
        display: none;
    }

    .b-product2-text {
        max-width: 400px;
        padding-right: 0;
        padding-top: 30px;
    }

    .col.product-picture-slider {
        padding-left: 0;
    }

    .col.product2-text {
        width: 100% !important;
        padding-left: 0;
        display: flex;
        justify-content: center;
    }

    .col.product-text {
        padding-left: 0px;
    }

    .col.product-picture {
        width: 100% !important;
        display: flex;
        justify-content: center;
    }

    .col.product-picture img {
        float: right;
    }

    .col.product-text {
        width: 100% !important;
        display: flex;
        justify-content: center;
    }

    .b-product-text {
        max-width: 400px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .b-product-text-title {
        text-align: center;
        padding-top: 20px;
    }

    .b-product-text-main {
        padding-top: 0;
        max-width: 100%;
        text-align: center;
    }

    .b-product-text-item {
        padding-top: 20px;
        display: flex;
        justify-content: center;
    }

    .b-product-text.margen {
        padding-left: 0;
    }

    .b-product-text-item-mobile {
        display: none;
    }

    .equipment-nav-slider {
        display: none;
        height: auto;
        top: 100px;
    }

    .equipment-nav-slider {
        display: none;
        height: 25px;
        width: 100%;
        top: 10px;
    }

    .dots-nav .slick-dots li button {
        height: 18px;
        width: 2px;
        background-color: black;
        border: 0;
        transition: all 0.5s;
        display: inline-block;
        font: 0px/0px tahoma;
        padding-left: 1px;
        padding-right: 1px;
    }

    .dots-nav .slick-dots li.slick-active button {
        height: 38px;
        width: 2px;
        background-color: red;
        transition: 0.4s;
    }

    .dots-nav .slick-dots {
        flex-direction: row;
        padding-top: 0;
        padding-bottom: 0;
        height: 48px;
        width: 200px;
    }

    .mobile-void {
        display: none;
    }

    .mobile-show {
        display: block;
    }

    .equipment-nav-slider {
        left: 0;
        right: 0;
        margin: auto;
        flex-direction: row;
    }

    .b-product-text-main {
        padding-top: 20px;
        line-height: 1.7;
    }
}

@media screen and (max-width: 550px) {
    .dots2-nav .slick-dots {
        padding-left: 0;
        padding-right: 0;
    }

    .row .col.m6.equipment2-nav-slider {
        height: 50px;
        max-width: none;
        width: 100%;
        justify-content: center;
    }

    .b-product2-picture {
        padding-top: 0;
        max-height: 500px;
    }

    .b-product2-picture.picture-slider {
        max-height: 530px;
    }

    .col.product-picture img {
        display: flex;
        margin: auto;
        float: none;
    }

    .b-product-text-title {
        font-size: 18px;
    }
}

@media screen and (max-width: 450px) {
    .b-product-text-main {
        padding-top: 15px;
        line-height: 1.7;
    }

    .b-product2-picture {
        max-height: 450px;
    }

    .dots-nav {
        width: 100%;
    }

    .dots-nav .slick-dots {
        width: 100%;
    }

    .dots2-nav .slick-dots li.slick-active button {
        height: 38px;
    }

    .row .col.m6.equipment2-nav-slider {
        padding-top: 0px;
        height: 50px;
    }

    .b-product-picture {
        min-height: 400px;
        max-height: 460px;
    }

    .b-product-picture.picture-slider {
        max-height: none;
        min-height: 0;
        height: 400px;
        width: 300px;
    }

    .b-product-picture-img {
        min-height: 0;
        max-height: none;
        height: auto;
        width: 100%;
    }

    .b-product-picture-img.img-slider {
        min-height: 0;
        max-height: none;
        height: auto;
        width: 100%;
    }

    .b-product2-picture.picture-slider {
        padding-top: 50px;
        padding-bottom: 0px;
        min-height: 0px;
        width: 300px;
        height: 400px;
        background-position: center;
    }

    .b-product-text-item.center {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.b-content-product {
    max-width: 1200px;
    width: 100%;
    padding-left: 150px;
    padding-right: 60px;
    margin: auto;
}

.product-second {
    padding-top: 90px;
    display: flex;
}

.product-second__text {
    max-width: 450px;
    width: 100%;
    padding-right: 70px;
}

.product-second__text-title {
    max-width: 350px;
    font-size: 32px;
    font-family: "mullerextrabold";
    text-transform: uppercase;
    letter-spacing: 6px;
    line-height: 50px;
}

.product-second__text-main {
    font-size: 16px;
    font-family: "mullerregular";
    line-height: 30px;
    padding-top: 60px;
}

.product-second__text-button {
    display: flex;
    justify-content: center;
    padding-top: 60px;
}

.product-second__text-button-btn {
    max-width: 210px;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 2px solid black;
    font-family: "mullerextrabold";
    text-transform: uppercase;
    font-size: 14px;
    color: black;
}

.product-second__text-button-btn-liner-right {
    width: 210px;
    height: 2px;
    background-color: red;
    position: absolute;
    left: 170px;
    margin: auto;
    top: 0px;
    bottom: 0px;
}

.product-second__text-button-btn-title {
    padding: 5px;
}

.product-second__picture {
    position: relative;
    z-index: 2;
    padding-top: 60px;
    max-width: 100%;
}

.product-second__picture-img {
    width: 100%;
    min-width: 330px;
    min-height: 450px;
}

@media screen and (max-width: 1100px) {
    .product-second__text-title {
        font-size: 28px;
        transition: 0.5s;
    }
}

@media screen and (max-width: 1000px) {
    .b-content-product {
        transition: 0.5s;
        padding-right: 30px;
        padding-left: 120px;
    }

    .product-second__picture-img {
        min-width: auto;
    }
}

@media screen and (max-width: 950px) {
    .b-content-product {
        padding-left: 30px;
        padding-right: 30px;
    }

    .equipment-content {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 900px) {
    .product-second__text {
        padding-right: 50px;
        transition: 0.5s;
    }

    .product-second__text-main {
        padding-top: 30px;
        transition: 0.5s;
    }

    .product-second__text-main {
        font-size: 14px;
    }
}

@media screen and (max-width: 850px) {
    .product-second__picture-img {
        max-width: 850px;
    }
}

@media screen and (max-width: 800px) {
    .product-second {
        flex-direction: column-reverse;
    }

    .product-second__picture {
        max-width: 445px;
        width: 100%;
        margin: auto;
        padding-top: 0px;
    }

    .product-second__text {
        padding-right: 0px;
        margin: auto;
    }

    .product-second__text-title {
        text-align: center;
        max-width: none;
        font-size: 22px;
        letter-spacing: 2px;
        line-height: 28px;
        padding-top: 45px;
    }

    .product-second__text-main {
        text-align: justify;
    }

    .product-second__text-button-btn-liner-right {
        display: none;
    }

    .product-second__text-button {
        padding-top: 30px;
    }
}

@media screen and (max-width: 450px) {
    .product-second__text-title {
        font-size: 19px;
    }

    .product-second__picture {
        min-height: 250px;
    }
}

.b-equipment-arrow-left {
    fill: #ff0000;
    width: 45px;
    height: 18px;
}

.b-equipment-arrow-right {
    fill: #ff0000;
    width: 45px;
    height: 18px;
}

.equipment-content__main-first-slider-text {
    padding-right: 70px;
    max-width: 450px;
    width: 100%;
    display: flex;
    flex-direction: column;
    min-width: 380px;
    transition: 0.5s;
}

.equipment-content__main-first-slider-text-items {
    font-family: "mullerextrabold";
    font-size: 18px;
    padding-left: 45px;
}

.equipment-content__main-first-slider-text-items-item {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    padding-right: 46px;
}

.slider-text-items-item-round {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #dedede;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.slider-text-items-item-round-min {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #ff0000;
}

.slider-text-items-item-round-line {
    position: absolute;
    top: 0;
    margin: auto;
    bottom: 0;
    height: 1px;
    width: 130px;
    background-color: #ff0000;
}

.equipment-content__main-first-slider {
    max-height: 600px;
    display: flex;
}

.equipment-content__main-first-slider-main {
    background-color: #f2f2f2;
    width: 100%;
    max-width: 540px;
    padding-bottom: 50px;
}

.equipment-content__main-first-slider-main-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 150px;
}

.equipment-content__main-first-slider-main-nav-btn-prev {
    padding-left: 45px;
}

.equipment-content__main-first-slider-main-nav-btn-next {
    padding-right: 45px;
}

.equipment-content__main-first-slider-main-nav-items {
    max-width: 360px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
}

.equipment-content__main-first-slider-main-nav-items-item {
    width: 3px;
    height: 20px;
    background-color: black;
}

.equipment-content__main-first-slider-main-nav-items-item-active {
    height: 50px;
    background-color: #ff0000;
    transition: 0.5s;
}

.equipment-content__main-first-slider-main-pictures {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.equipment-content__main-first-slider-main-pictures img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1050px) {
    .equipment-content__main-first-slider-main-nav-items {
        padding-left: 50px;
        padding-right: 50px;
        transition: 0.5s;
    }
}

@media screen and (max-width: 900px) {
    .equipment-content__main-first-slider-text {
        padding-right: 40px;
        min-width: 330px;
    }

    .slider-text-items-item-round-line {
        width: 100px;
        transition: 0.5s;
    }
}

@media screen and (max-width: 800px) {
    .equipment-content__main-first-slider-main-nav-items {
        padding-left: 100px;
        padding-right: 100px;
    }

    .equipment-content__main-first-slider {
        flex-direction: column-reverse;
    }

    .equipment-content__main-first-slider-main {
        margin: auto;
    }

    .equipment-content__main-first-slider {
        max-height: none;
    }

    .equipment-content__main-first-slider-text {
        max-width: 540px;
        padding-right: 0px;
        margin: auto;
    }

    .equipment-content__main-first-slider-text-items {
        display: none;
    }
}

@media screen and (max-width: 650px) {
    .equipment-content__main-first-slider-main-nav-items {
        padding-left: 50px;
        padding-right: 50px;
    }

    .equipment-content__main-first-slider-main-nav-items-item {
        width: 2px;
    }
}

@media screen and (max-width: 550px) {
    .equipment-content__main-first-slider-main-nav {
        height: 100px;
    }

    .equipment-content__main-first-slider-main {
        height: 500px;
        transition: 0.5s;
    }

    .equipment-content__main-first-slider-main-pictures img {
        transition: 0.5s;
        height: auto;
        min-height: 280px;
    }

    .equipment-content__main-first-slider-main-nav-items {
        padding-left: 25px;
        padding-right: 25px;
    }

    .equipment-content__main-first-slider-text {
        min-width: 200px;
    }
}

@media screen and (max-width: 450px) {
    .equipment-content__main-first-slider-main {
        max-height: 420px;
        transition: 0.5s;
    }

    .equipment-content__main-first-slider-main-nav-btn-prev {
        padding-left: 30px;
    }

    .equipment-content__main-first-slider-main-nav-btn-next {
        padding-right: 30px;
    }

    .b-equipment-arrow-right {
        width: 40px;
        height: 14px;
    }

    .equipment-content__main-first-slider-main-nav-items-item {
        height: 15px;
    }

    .b-equipment-arrow-left {
        width: 40px;
        height: 14px;
    }

    .equipment-content__main-first-slider-main-nav-items-item-active {
        height: 35px;
    }
}

@media screen and (max-width: 400px) {
    .equipment-content__main-first-slider-main-nav-items {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.b-line-items.product {
    margin-top: 60px;
    margin-bottom: 60px;
}

.product-items {
    max-width: 1200px;
    margin: auto;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
    justify-content: space-around;
}

.product-items-item {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 280px;
    display: flex;
    flex-direction: column;
    justify-content: baseline;
    align-items: center;
    text-align: center;
}

.product-items-item-title {
    text-transform: uppercase;
    font-size: 22px;
    font-family: "mullerextrabold";
    padding-top: 40px;
}

.product-items-item-main {
    line-height: 28px;
    padding-top: 40px;
    max-width: 260px;
    font-family: "mullerregular";
    font-size: 16px;
}

.icon-product {
    width: 80px;
    height: 90px;
}

.product-items-line {
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ff0000;
    width: 2px;
    height: 60px;
}

@media screen and (max-width: 1000px) {
    .product-items {
        padding-left: 30px;
        padding-right: 30px;
        transition: 0.5s;
    }
}

@media screen and (max-width: 950px) {
    .icon-product {
        max-width: 65px;
        max-height: 75px;
        transition: 0.5s;
    }

    .product-items-item-main {
        font-size: 15px;
        padding-top: 30px;
        transition: 0.5s;
    }
}

@media screen and (max-width: 850px) {
    .product-items-item-title {
        font-size: 19px;
        padding-top: 25px;
    }

    .icon-product {
        width: 50px;
    }

    .product-items-item-main {
        line-height: 1.7;
        font-size: 14px;
        padding-top: 20px;
    }
}

@media screen and (max-width: 550px) {
    .product-items {
        padding-left: 15px;
        padding-right: 15px;
    }

    .product-items-line {
        margin-top: 30px;
        height: 30px;
        margin-bottom: 30px;
        transition: 0.5s;
    }
}

@media screen and (max-width: 450px) {
    .product-items-item-title {
        padding-top: 5px;
    }

    .product-items {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .product-items-item-main {
        line-height: 1.5;
    }
}

@media screen and (max-width: 450px) {
    .product-items-item {
        padding-top: 30px;
    }

    .product-items-item-main {
        padding-top: 5px;
        line-height: 1.3;
    }
}

.icon-logo-arrow {
    width: 100px;
    height: 125px;
}

.arrow-info-left {
    position: absolute;
    left: -20px;
    top: 68px;
    cursor: default;
}

.arrow-info-right {
    position: absolute;
    bottom: 68px;
    right: -20px;
    cursor: default;
}

.pos-servise-info {
    margin-top: 60px;
    max-width: 1920px;
}

.pos-servise-info-background {
    width: 100%;
    background-image: url("/img/pos-service/baner.jpg");
    padding-bottom: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.pos-servise-info-title {
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.pos-servise-info-title-background {
    font-size: 50px;
    font-family: "mullerextrabold";
    letter-spacing: 30px;
    text-indent: 30px;
    color: white;
    text-transform: uppercase;
}

.pos-servise-info-title-logo {
    position: absolute;
    display: flex;
    align-items: center;
    font-size: 92px;
    font-family: "mullerextrabold";
    color: #46c6ee;
    text-transform: uppercase;
}

@media all and (-ms-high-contrast: none) {
    .pos-servise-info-title-logo {
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        margin: auto;
    }
}

.pos-servise-info-text {
    position: relative;
    max-width: 900px;
    background-color: white;
    margin: auto;
    padding-top: 45px;
    padding-left: 110px;
    padding-right: 65px;
    padding-bottom: 30px;
    display: flex;
}

.pos-servise-info-text-employee-name {
    font-family: "mullerextrabold";
    font-size: 17px;
    text-transform: uppercase;
}

.pos-servise-info-text-employee-post {
    width: 180px;
    padding-top: 10px;
    font-size: 16px;
    font-family: "mullerregular";
}

.pos-servise-info-text-employee-photo {
    margin-top: 25px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: black;
    overflow: hidden;
}

.pos-servise-info-text-employee-photo-img {
    max-width: 100px;
}

.pos-servise-info-text-main {
    padding-left: 57px;
    font-family: "mullerregular";
    line-height: 28px;
    font-size: 16px;
}

.pos-servise-info-dop-text {
    font-size: 22px;
    text-align: center;
    font-family: "mullerextrabold";
    margin: auto;
    padding-top: 30px;
    padding-bottom: 20px;
    max-width: 650px;
}

.pos-servise-info-button {
    display: flex;
    justify-content: center;
}

.pos-servise-info-button-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-family: "mullerextrabold";
    text-transform: uppercase;
    color: black;
    border: 2px solid #ff0000;
    max-width: 295px;
    width: 100%;
    height: 60px;
}

.pos-servise-info-button-btn:hover {
    background-color: #ff0000;
    color: white;
    transition: 0.5s;
}

@media screen and (max-width: 1279px) {
    .pos-servise-info {
        padding-left: 0px;
        padding-right: 0px;
        transition: 0.5s;
    }
}

@media screen and (max-width: 1050px) {
    .pos-servise-info-text {
        margin-left: 30px;
        margin-right: 30px;
        transition: 0.5s;
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media screen and (max-width: 900px) {
    .pos-servise-info-text-main {
        padding-left: 40px;
        transition: 0.5s;
    }
}

@media screen and (max-width: 850px) {
    .pos-servise-info-text-employee-name {
        font-size: 15px;
        transition: 0.5s;
    }

    .pos-servise-info-text-employee-post {
        font-size: 14px;
        padding-top: 20px;
        transition: 0.5s;
    }

    .pos-servise-info-text-main {
        font-size: 14px;
        line-height: 1.7;
        transition: 0.5s;
    }

    .pos-servise-info-dop-text {
        font-size: 19px;
        transition: 0.5s;
    }

    .pos-servise-info-button-btn {
        max-width: 255px;
        height: 55px;
        line-height: 1.7;
        font-size: 14px;
        transition: 0.5s;
    }

    .pos-servise-info-title-background {
        font-size: 45px;
        transition: 0.5s;
    }

    .pos-servise-info-title-logo {
        font-size: 85px;
        transition: 0.5s;
    }

    .icon-logo-arrow {
        width: 90px;
    }
}

@media screen and (max-width: 800px) {
    .pos-servise-info-text-main {
        padding-left: 0;
    }
}

@media screen and (max-width: 700px) {
    .pos-servise-info-title {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .pos-servise-info-title-background {
        font-size: 38px;
        letter-spacing: 22px;
        text-indent: 22px;
    }

    .pos-servise-info-title-logo {
        font-size: 70px;
        transition: 0.5s;
    }

    .icon-logo-arrow {
        width: 70px;
    }

    .arrow-info-left {
        top: 40px;
        left: -10px;
    }

    .arrow-info-right {
        bottom: 40px;
        right: -10px;
    }

    .icon-info-arrow-left {
        font-size: 90px;
    }

    .pos-servise-info-text-main {
        padding-left: 0;
    }

    .pos-servise-info-dop-text {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 600px) {
    .pos-servise-info-title {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .pos-servise-info-title-background {
        font-size: 32px;
        letter-spacing: 22px;
        text-indent: 22px;
    }

    .pos-servise-info-title-logo {
        font-size: 55px;
    }

    .icon-logo-arrow {
        width: 50px;
    }

    .pos-servise-info-dop-text {
        font-size: 17px;
    }

    .pos-servise-info-title {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .pos-servise-info-title-background {
        font-size: 26px;
        letter-spacing: 12px;
        text-indent: 12px;
    }

    .pos-servise-info-title-logo {
        font-size: 40px;
    }

    .icon-logo-arrow {
        width: 40px;
    }

    .pos-servise-info-text {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .pos-servise-info-text-main {
        text-align: center;
    }

    .pos-servise-info-text-employee {
        width: auto;
        text-align: center;
    }

    .pos-servise-info-text-employee-name {
        padding-top: 25px;
    }

    .pos-servise-info-text-employee-post {
        padding-top: 10px;
        padding-bottom: 15px;
    }

    .pos-servise-info-text-employee-photo {
        margin: auto;
    }

    .pos-servise-info-dop-text {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 450px) {
    .pos-servise-info-text-main {
        line-height: 1.3;
    }
}

.b-line-items-company {
    position: absolute;
    bottom: -60px;
    left: 0px;
    right: 0px;
    z-index: 3;
}

.b-company {
    max-width: 1920px;
    width: 100%;
}

.b-company-baner {
    width: 100%;
    background-color: #f0f1ee;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 60px;
    text-align: center;
    position: relative;
}

.b-company-baner-background {
    text-transform: uppercase;
    font-family: "mullerextrabold";
    font-size: 121px;
    color: #d9dbd5;
    letter-spacing: 132px;
    text-indent: 145px;
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 1;
    padding-top: 36px;
}

.b-company-baner-nav {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 500px;
    border: 2px solid white;
    display: flex;
    flex-direction: column;
}

.b-company-baner-nav-items {
    display: flex;
    justify-content: center;
}

.b-company-baner-nav-items-item {
    color: black;
    margin-top: 100px;
    text-transform: uppercase;
    font-family: "mullerextrabold";
    font-size: 30px;
    margin-left: 115px;
    margin-right: 95px;
    letter-spacing: 4px;
}

.b-company-baner-picture {
    position: absolute;
    bottom: -29px;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: 3;
}

.b-company-baner-picture.technology {
    bottom: 0;
}

.company-nav-item-active {
    border-bottom: 3px solid red;
}

@media screen and (max-width: 1279px) {
    .b-company {
        padding-left: 0px;
        padding-right: 0px;
        transition: 0.5s;
    }
}

@media screen and (max-width: 1100px) {
    .b-company-baner-nav-items-item {
        font-size: 29px;
        letter-spacing: 3px;
        text-indent: 3px;
        transition: 0.5s;
    }

    .b-company-baner-nav {
        height: 470px;
        transition: 0.5s;
    }

    .b-company-baner-background {
        transition: 0.5s;
        font-size: 110px;
        color: #d9dbd5;
        letter-spacing: 115px;
        text-indent: 115px;
    }
}

@media screen and (max-width: 950px) {
    .b-company-baner-nav-items-item {
        font-size: 25px;
    }

    .b-company-baner-picture {
        max-width: 600px;
        bottom: -30px;
        transition: 0.5s;
    }

    .b-company-baner-picture img {
        width: 100%;
    }

    .b-company-baner-picture.technology {
        bottom: -75px;
        padding-left: 60px;
        padding-right: 60px;
    }

    .b-company-baner-background {
        letter-spacing: 100px;
        text-indent: 100px;
    }

    .b-company-baner {
        padding: 45px;
    }
}

@media screen and (max-width: 850px) {
    .b-company-baner-picture {
        max-width: 500px;
    }

    .b-company-baner-background {
        letter-spacing: 70px;
        text-indent: 70px;
        font-size: 95px;
    }

    .b-company-baner-nav-items-item {
        margin-left: 55px;
        margin-right: 55px;
        margin-top: 85px;
        font-size: 22px;
    }

    .b-company-baner-nav {
        height: 410px;
    }
}

@media screen and (max-width: 650px) {
    .b-company-baner {
        padding: 25px;
    }

    .b-company-baner-background {
        letter-spacing: 50px;
        text-indent: 50px;
        font-size: 80px;
    }

    .b-company-baner-nav-items-item {
        margin-left: 35px;
        margin-right: 35px;
        font-size: 19px;
    }

    .b-company-baner-picture {
        max-width: 425px;
    }

    .b-company-baner-nav {
        max-height: 340px;
    }
}

@media screen and (max-width: 550px) {
    .b-company-baner-picture {
        max-width: 350px;
    }

    .b-company-baner-nav {
        max-height: 290px;
    }

    .b-company-baner-background {
        letter-spacing: 40px;
        text-indent: 40px;
        font-size: 70px;
    }

    .b-company-baner-nav-items-item {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 450px) {
    .b-company-baner-picture {
        display: none;
    }

    .b-company-baner {
        align-items: center;
    }

    .b-company-baner-nav-items {
        flex-direction: column;
        align-items: center;
    }

    .b-company-baner-background {
        letter-spacing: 10px;
        text-indent: 10px;
    }
}

.b-company-mission {
    max-width: 1280px;
    padding-top: 115px;
    padding-left: 150px;
    padding-right: 150px;
    padding-bottom: 60px;
    margin: auto;
}

.b-company-mission-title {
    letter-spacing: 4px;
    text-indent: 0px;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    font-size: 32px;
    font-family: "mullerextrabold";
}

.b-company-mission-text {
    line-height: 28px;
    font-size: 16px;
    font-family: "mullerregular";
}

.b-company-mission-text p {
    padding-top: 14px;
}

.b-company-mission-items {
    display: flex;
    justify-content: space-between;
    padding-top: 55px;
    margin-top: 150px;
}

#js-parallax-mission-start {
    position: absolute;
    top: -100px;
}

#js-parallax-mission-start2 {
    position: absolute;
    top: -100px;
}

#js-parallax-mission-start3 {
    position: absolute;
    top: -100px;
}

@media screen and (max-width: 1280px) {
    #js-parallax-mission-start {
        position: absolute;
        top: -150px;
    }

    #js-parallax-mission-start2 {
        position: absolute;
        top: -150px;
    }

    #js-parallax-mission-start3 {
        position: absolute;
        top: -150px;
    }
}

.b-company-mission-items-item {
    display: flex;
    flex-direction: column;
    font-family: "mullerextrabold";
    font-size: 16px;
}

.b-company-mission-items-item-number {
    font-size: 44px;
}

.b-company-mission-items-item-type {
    color: #ff0000;
    text-transform: uppercase;
}

.b-company-mission-items-item-main {
    text-transform: uppercase;
}

.b-company-mission-items-item-month {
    font-family: "mullerregular";
}

#js-parallax-mission-start {
    position: absolute;
    top: -100px;
}

#js-parallax-mission-start2 {
    position: absolute;
    top: -100px;
}

#js-parallax-mission-start3 {
    position: absolute;
    top: -100px;
}

@media screen and (max-width: 1280px) {
    #js-parallax-mission-start {
        position: absolute;
        top: -150px;
    }

    #js-parallax-mission-start2 {
        position: absolute;
        top: -150px;
    }

    #js-parallax-mission-start3 {
        position: absolute;
        top: -150px;
    }
}

@media screen and (max-width: 1000px) {
    .b-company-mission {
        padding-left: 50px;
        padding-right: 50px;
        transition: 0.5s;
    }

    #js-parallax-mission-start {
        position: absolute;
        top: -450px;
    }

    #js-parallax-mission-start2 {
        position: absolute;
        top: -450px;
    }

    #js-parallax-mission-start3 {
        position: absolute;
        top: -450px;
    }
}

@media screen and (max-width: 950px) {
    .b-company-mission {
        text-align: justify;
        padding-top: 100px;
    }
}

@media screen and (max-width: 850px) {
    #js-parallax-mission-start {
        position: absolute;
        top: -450px;
    }

    #js-parallax-mission-start2 {
        position: absolute;
        top: -450px;
    }

    #js-parallax-mission-start3 {
        position: absolute;
        top: -450px;
    }
}

@media screen and (max-width: 750px) {
    .b-company-mission-text p {
        padding-top: 0px;
    }

    .b-company-mission-text {
        font-size: 14px;
        transition: 0.5s;
    }

    .b-company-mission-items-item-number {
        font-size: 36px;
    }

    .b-company-mission-items-item {
        transition: 0.5s;
        font-size: 14px;
    }

    #js-parallax-mission-start {
        position: absolute;
        top: 100px;
    }

    #js-parallax-mission-start2 {
        position: absolute;
        top: 300px;
    }

    #js-parallax-mission-start3 {
        position: absolute;
        top: 400px;
    }
}

@media screen and (max-width: 650px) {
    .b-company-mission {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 500px) {
    .b-company-mission-items {
        flex-direction: column;
    }

    .b-company-mission-items-item {
        width: 100%;
    }

    .b-company-mission-items-item-mobile {
        text-align: right;
    }
}

.info-company {
    display: flex;
    padding-top: 40px;
}

.info-company span {
    width: 50%;
    overflow: hidden;
    max-height: 300px;
    display: flex;
    align-items: center;
    padding: 10px;
}

.info-company span img {
    width: 100%;
}

@media screen and (max-width: 650px) {
    .info-company {
        flex-direction: column;
    }

    .info-company span {
        width: 100%;
        margin-top: 5px;
    }
}

.row.__company-slider {
    padding-left: 30px;
    padding-right: 30px;
}

.b-company-slider {
    max-width: 820px;
    width: 100%;
    height: 330px;
    margin: auto;
    border: 2px solid #f83434;
    position: relative;
    margin-top: 120px;
    margin-bottom: 90px;
}

.b-company-slider:after {
    content: "";
    position: absolute;
    top: -35px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 85px;
    height: 60px;
    background-color: white;
}

.b-company-slider img {
    width: 280px;
    height: 380px;
}

.round-company {
    width: 62px;
    height: 62px;
    fill: #f83434;
    position: absolute;
    z-index: 2;
    top: -27px;
    right: 0px;
    left: 0px;
    margin: auto;
    background-color: white;
}

.company-slider-content {
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: -1;
    top: -27px;
}

.company-slider-text {
    font-family: "mullerextrabold";
    font-size: 16px;
    line-height: 1.3;
    padding-top: 20px;
    text-transform: uppercase;
    text-align: center;
}

@media screen and (max-width: 820px) {
    .b-company-slider {
        margin-top: 60px;
        margin-bottom: 0px;
        height: 510px;
        max-width: 500px;
    }

    .company-slider-content {
        top: 45px;
    }

    .b-company-slider img {
        margin: auto;
    }
}

.b-company-information {
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
}

.b-company-information-text-title {
    font-family: "mullerextrabold";
    font-size: 32px;
    padding-top: 0;
}

.b-company-information-text {
    font-family: "mullerregular";
    line-height: 29px;
    padding-top: 17px;
    padding-right: 120px;
    max-width: 800px;
    font-size: 16px;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 1280px) {
    .b-company-information-text {
        padding-right: 0px;
    }
}

.b-company-information-text p {
    padding-top: 19px;
}

.b-company-information-text span {
    line-height: 30px;
    padding-top: 30px;
}

.b-company-information-text span b {
    font-family: "mullerextrabold";
}

.b-company-information-text2 {
    font-family: "mullerregular";
    line-height: 30px;
    padding-left: 107px;
    max-width: 800px;
    font-size: 16px;
}

.b-company-information-text2 p {
    padding-top: 10px;
}

.b-company-information-text2 span {
    line-height: 30px;
}

.b-company-information-text2 span b {
    font-family: "mullerextrabold";
}

.b-company-information-picture {
    max-width: 330px;
    width: 100%;
    overflow: hidden;
    position: relative;
    font-family: "mullerextrabold";
    color: white;
}

.b-company-information-picture img {
    height: 100%;
}

.b-company-information-picture-work {
    position: absolute;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg) !important;
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 20px;
    bottom: 115px;
    right: -30px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.b-company-information-picture-number {
    font-size: 110px;
    line-height: 110px;
    position: absolute;
    bottom: 10px;
    left: 80px;
}

.information-history1 {
    padding-top: 60px;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    max-width: 1280px;
    margin: auto;
}

.information-history2 {
    padding-top: 60px;
    display: flex;
    max-width: 1280px;
    width: 100%;
    margin: auto;
}

.b-company-information-picture2 {
    position: relative;
    height: 360px;
}

.information-year {
    position: absolute;
    line-height: 60px;
    bottom: 0px;
    right: -6px;
    bottom: 10px;
    font-size: 118px;
    font-family: "mullerextrabold";
    color: #ff3434;
}

.information-history3 {
    max-width: 960px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.information-history3 span {
    line-height: 30px;
    padding-top: 30px;
    font-family: "mullerregular";
    font-size: 16px;
}

.information-history3 span b {
    font-family: "mullerextrabold";
}

.information-history3 span ul {
    padding-left: 90px;
    margin: 0;
}

.information-history3 span ul li {
    padding-top: 30px;
    list-style-image: url(/img/icon/line.png);
}

.information-history3-title {
    padding-top: 60px;
    font-family: "mullerextrabold";
    font-size: 32px;
}

@media screen and (max-width: 1279px) {
    .information-history1 {
        padding-left: 130px;
        justify-content: space-between;
    }

    .b-company-information-text {
        max-width: 600px;
    }

    .information-history3 {
        max-width: 820px;
    }
}

@media screen and (max-width: 1150px) {
    .b-company-information-text {
        transition: 0.5s;
        padding-right: 60px;
    }

    .b-company-information-text2 {
        transition: 0.5s;
        padding-left: 60px;
        padding-right: 30px;
    }

    .information-history2 {
        padding-top: 60px;
        transition: 0.5s;
    }

    .information-year {
        font-size: 100px;
        transition: 0.5s;
    }
}

@media screen and (max-width: 1000px) {
    .information-history1 {
        padding-left: 30px;
        padding-right: 30px;
        transition: 0.5s;
    }

    .information-history2 {
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
        transition: 0.5s;
    }

    .information-history3 {
        max-width: 100%;
        width: 100%;
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media screen and (max-width: 850px) {
    .information-history2 {
        display: flex;
        flex-direction: column;
        margin: auto;
    }

    .b-company-information-picture2 {
        margin: auto;
    }

    .information-history1 {
        flex-direction: column-reverse;
    }

    .b-company-information-picture {
        margin: auto;
        max-width: 100%;
    }

    .b-company-information-text {
        padding-top: 30px;
        padding-right: 0;
    }

    .b-company-information-text2 {
        padding-top: 30px;
        padding-left: 0;
    }
}

@media screen and (max-width: 750px) {
    .b-company-information-text-title {
        font-size: 30px;
    }

    .b-company-information-text {
        font-size: 14px;
    }

    .b-company-information-text2 {
        font-size: 14px;
    }

    .information-history3-title {
        font-size: 30px;
        padding-top: 35px;
    }

    .information-history3 span {
        font-size: 14px;
        padding-top: 20px;
    }
}

@media screen and (max-width: 600px) {
    .b-company-information-picture-number {
        font-size: 90px;
        left: 30px;
    }

    .b-company-information-picture {
        height: 260px;
    }

    .b-company-information-picture2 {
        width: 100%;
    }

    .b-company-information-picture2 img {
        width: 100%;
        height: 100%;
    }

    .information-year {
        font-size: 75px;
        bottom: -30px;
        right: 0px;
    }

    .information-history3 span ul {
        padding-left: 35px;
    }
}

@media screen and (max-width: 500px) {
    .b-company-information-picture2 {
        height: 300px;
    }

    .b-company-information-text {
        text-align: left;
    }

    .b-company-information-text2 {
        text-align: left;
    }
}

@media screen and (max-width: 450px) {
    .b-company-information-picture2 {
        height: 200px;
    }

    .information-year {
        font-size: 55px;
    }

    .b-company-information-text {
        line-height: 1.7;
    }

    .b-company-information-text2 {
        line-height: 1.7;
    }

    .b-company-information-text p {
        padding-top: 10px;
    }
}

@media screen and (max-width: 400px) {
    .b-company-information-picture {
        height: 260px;
        transition: 0.5s;
    }

    .b-company-information-picture-number {
        font-size: 90px;
        left: 40px;
        transition: 0.5s;
    }

    .b-company-information-picture-work {
        right: -55px;
    }
}

.award-icon-lopa {
    padding-top: 5px;
}

.award-old {
    max-width: 1150px;
    margin: auto;
}

.award-old-year {
    max-width: 1150px;
    margin: auto;
    padding-top: 65px;
    text-align: center;
    font-family: "mullerextrabold";
    font-size: 22px;
}

.award-old-block {
    max-width: 1150px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    line-height: 2;
    padding-left: 30px;
    padding-right: 30px;
}

.award-old-block.title {
    padding-top: 40px;
}

@media screen and (max-width: 750px) {
    .award-old-block.title {
        padding-top: 0;
    }
}

.award-old-block-place {
    width: 200px;
    color: #ff0000;
    font-size: 16px;
    font-family: "mullerextrabold";
    text-transform: uppercase;
}

@media screen and (max-width: 750px) {
    .award-old-block-place.void {
        display: none;
    }
}

.award-old-block-main {
    font-family: "mullerregular";
    font-size: 16px;
    max-width: 450px;
    width: 100%;
}

.award-old-block-project {
    font-family: "mullerextrabold";
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 55px;
    max-width: 300px;
    width: 100%;
    display: flex;
}

.award-old-block-project-text {
    padding-left: 10px;
}

.award-table-header {
    text-transform: uppercase;
    font-size: 11px;
    color: #93978b;
    font-family: "mullerextrabold";
}

@media screen and (max-width: 1000px) {
    .award-old-block-main {
        line-height: 1.3;
    }

    .award-old-block {
        padding-top: 15px;
    }
}

@media screen and (max-width: 750px) {
    .award-icon-lopa {
        padding-top: 0;
    }

    .award-old-year {
        padding-top: 55px;
        line-height: 1;
    }

    .award-old-block-main {
        font-size: 14px;
    }

    .award-old-block-project-text {
        font-size: 14px;
        line-height: 1.3;
    }

    .award-old-block-project {
        padding-left: 0px;
    }

    .award-table-header {
        display: none;
    }

    .award-old-block {
        flex-direction: column;
        align-items: center;
    }

    .award-old-block-place {
        line-height: 1.3;
        padding-top: 0px;
        text-align: center;
    }

    .award-old-block-main {
        text-align: center;
        padding-top: 7px;
    }

    .award-old-block-project {
        padding-top: 7px;
        justify-content: center;
        text-align: center;
    }
}

.technology {
    max-width: 1920px;
    margin: auto;
    padding-left: 60px;
    padding-right: 60px;
}

.technology-dop-type {
    padding-top: 60px;
    padding-left: 150px;
    padding-right: 150px;
    max-width: 1280px;
    margin: auto;
}

.technology-dop-type p {
    padding-top: 20px;
    font-size: 16px;
    font-family: "mullerregular";
    line-height: 30px;
}

.technology-line {
    max-width: 2px;
    width: 100%;
    height: 60px;
    background-color: #ff0000;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 60px;
}

@media screen and (max-width: 1279px) {
    .technology {
        padding-left: 0px;
        padding-right: 0px;
        transition: 0.5s;
    }
}

@media screen and (max-width: 1150px) {
    .technology-dop-type {
        padding-left: 100px;
        padding-right: 100px;
        transition: 0.5s;
    }
}

@media screen and (max-width: 850px) {
    .technology-dop-type {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 650px) {
    .technology-dop-type {
        padding-left: 60px;
        padding-right: 60px;
        transition: 0.5s;
        padding-top: 15px;
    }

    .technology-dop-type P {
        font-size: 14px;
        transition: 0.5s;
        padding-top: 10px;
        text-align: justify;
    }

    .technology-line {
        height: 40px;
        margin-top: 30px;
        margin-bottom: 30px;
        transition: 0.5s;
    }
}

@media screen and (max-width: 450px) {
    .technology-dop-type {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.technology-slider-button {
    display: block;
    width: 10px;
    height: 10px;
    background-color: red;
    cursor: pointer;
}

.technology-items-slider {
    position: relative;
    padding-bottom: 150px;
}

.technology-items-slider-content {
    position: relative;
    display: flex;
    justify-content: center;
}

.technology-items-slider-content:focus {
    outline: none;
}

.icon-technology-item {
    fill: #ed0003;
}

.technology-items-slider__nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    height: 100%;
    margin: auto;
    z-index: 1;
    right: 0px;
    left: 0px;
}

.technology-nav-items {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "mullerextrabold";
    font-size: 22px;
    color: #cccccc;
    padding-bottom: 45px;
}

.technology-nav-items-item {
    padding-top: 30px;
    color: #cccccc;
    cursor: pointer;
}

.technology-nav-items-item.active {
    color: black;
    font-size: 50px;
    line-height: 30px;
    padding-bottom: 5px;
    transition: 0.5s;
}

.technology-nav-button {
    cursor: pointer;
    width: 60px;
    height: 90px;
    border: 2px solid #ff0000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.technology-items-button-next-slider {
    position: absolute;
    z-index: 10;
    bottom: -55px;
    width: 60px;
    left: 0;
    right: 0;
    margin: auto;
}

.technology-items-slider__item {
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 60px;
    width: 100%;
    position: relative;
}

.technology-items-slider-void-block {
    position: absolute;
    z-index: -1;
    bottom: 0;
    width: 100%;
    height: 620px;
    padding-top: 100px;
    padding-left: 80px;
    padding-right: 80px;
}

.technology-items-slider-void-block-item {
    width: 100%;
    height: 100%;
    border: 2px solid #dddddd;
}

.technology-items-slider-void-block:focus {
    outline: none !important;
}

.icon-technology-items {
    position: absolute;
    width: 100%;
    text-align: center;
    height: 60px;
    padding-left: 10px;
    padding-right: 10px;
    margin: auto;
    right: 0;
    left: 0;
    top: -30px;
}

.icon-technology-item {
    max-width: 60px;
    height: 60px;
    background-color: white;
}

.technology-title {
    text-transform: uppercase;
    font-family: "mullerextrabold";
    font-size: 32px;
    margin: auto;
    text-align: center;
    letter-spacing: 6px;
    text-indent: 6px;
    padding-bottom: 90px;
}

.technology-title-item-picture {
    padding-right: 60px;
}

.technology-title-item-picture-img {
    width: 450px;
    height: 400px;
    background-color: #f24841;
}

.technology-items {
    max-width: 1080px;
    width: 100%;
    margin: auto;
}

.technology-title-item-text {
    max-width: 510px;
    padding-left: 60px;
}

.technology-title-item-text-title {
    text-transform: uppercase;
    font-family: "mullerextrabold";
    font-size: 22px;
    line-height: 30px;
}

.technology-title-item-text-main {
    font-size: 14px;
    font-family: "mullerregular";
    line-height: 30px;
    position: relative;
    z-index: 99999999999;
}

.technology-title-item-text-main p:first-letter {
    text-transform: uppercase;
    padding-top: 10px;
}

.technology-title-item-text-main p a {
    outline: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.technology-title-item-text-main p a:hover {
    border-bottom: 1px solid black;
}

@media screen and (max-width: 1150px) {
    .technology-items {
        padding-left: 60px;
        padding-right: 60px;
    }

    .technology-title-item-picture-img {
        width: 400px;
    }

    .technology-title-item-text {
        max-width: 470px;
        padding-right: 10px;
    }

    .technology-title-item-text-main p {
        padding-top: 0px;
        line-height: 1.5;
    }
}

@media screen and (max-width: 1050px) {
    .technology-items {
        padding-left: 30px;
        padding-right: 30px;
    }

    .technology-items-slider-void-block {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media screen and (max-width: 950px) {
    .technology-title-item-picture-img {
        height: 350px;
        max-width: 370px;
        width: 100%;
        transition: 0.5s;
    }

    .technology-title-item-text {
        max-width: 430px;
    }

    .technology-title-item-text-main p {
        padding-top: 0;
    }

    .technology-title-item-text-main {
        font-size: 15px;
    }

    .technology-title-item-text-title {
        font-size: 20px;
    }

    .technology-title {
        font-size: 30px;
    }

    .technology-nav-items-item.active {
        font-size: 46px;
    }

    .technology-nav-items-item {
        font-size: 24px;
    }

    .technology-items-slider-void-block {
        height: 570px;
    }

    .technology-title {
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 850px) {
    .technology-items-slider__item {
        flex-direction: column;
        align-items: flex-start;
        justify-content: stretch;
        height: 700px;
        padding-right: 60px;
        padding-left: 140px;
    }

    .technology-items-slider-void-block {
        height: 100%;
        padding-top: 0;
    }

    .technology-items-slider__nav {
        width: 60px;
        left: 60px;
        right: auto;
        z-index: 1;
    }

    .technology-title-item-picture {
        padding-right: 0;
    }

    .technology-title-item-picture-img {
        max-width: 500px;
        height: 330px;
    }

    .technology-title-item-text {
        padding-left: 0;
        padding-right: 0px;
        max-width: 100%;
        padding-top: 20px;
    }

    .technology-nav-items-item {
        height: 70px;
    }
}

@media screen and (max-width: 750px) {
    .technology-title {
        font-size: 26px;
    }

    .technology-title-item-text-main {
        font-size: 14px;
    }

    .technology-title-item-text-main p {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 650px) {
    .technology-items-slider__nav {
        left: 10px;
    }

    .technology-items-slider-void-block {
        padding-left: 0px;
        padding-right: 0px;
    }

    .technology-items-slider__item {
        padding-left: 85px;
        padding-right: 15px;
    }

    .technology-title-item-picture-img {
        height: 270px;
    }
}

@media screen and (max-width: 550px) {
    .technology-title-item-text-title {
        font-size: 18px;
    }

    .technology-nav-items-item.active {
        font-size: 36px;
    }

    .technology-nav-items-item {
        font-size: 20px;
    }

    .technology-nav-button {
        width: 55px;
        height: 75px;
    }
}

@media screen and (max-width: 450px) {
    .technology-items-slider__nav {
        left: 0;
    }

    .technology-items-slider__item {
        padding-left: 60px;
    }

    .technology-title-item-picture-img {
        height: 165px;
    }

    .technology-title-item-text-main p {
        line-height: 1.5;
    }

    .technology-items-slider__item {
        height: 600px;
    }

    .technology-nav-items-item.active {
        font-size: 26px;
    }

    .technology-title {
        letter-spacing: 0;
        text-indent: 0;
        font-size: 20px;
    }

    .technology-title {
        padding-bottom: 50px;
    }
}

.stand {
    padding-top: 60px;
    max-width: 1080px;
    margin: auto;
}

.block-title-text.beauty {
    border: 2px solid #000;
    max-width: 525px;
    letter-spacing: normal;
}

.block-title-text-background.beauty {
    font-size: 85px;
}

.stand-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding-bottom: 90px;
}

.stand-content_title {
    padding-top: 30px;
    text-align: center;
    line-height: 2;
    font-size: 16px;
    font-family: "mullerregular";
    max-width: 850px;
    padding-bottom: 60px;
}

.stand-content_picture {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
}

.stand-item-left {
    position: absolute;
    left: 60px;
    display: flex;
    flex-direction: column;
}

.stand-item-right {
    position: absolute;
    right: 40px;
    display: flex;
    flex-direction: column;
}

.stand-items {
    font-family: "mullerextrabold";
    font-size: 18px;
    padding-top: 75px;
    display: flex;
    align-items: center;
}

.stand-items-text {
    width: 170px;
    line-height: 1.2;
}

.stand-items-text.left {
    padding-right: 50px;
}

.stand-items-text.right {
    padding-left: 30px;
}

.stand-line {
    width: 20px;
    height: 20px;
    border: 1px solid #dadada;
    border-radius: 50%;
    position: relative;
}

.stand-line.left:after {
    right: -180px;
}

.stand-line.right::after {
    left: -180px;
}

.stand-line::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ff0000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.stand-line::after {
    position: absolute;
    content: "";
    width: 190px;
    height: 2px;
    background-color: #ff0000;
    top: 0;
    bottom: 0;
    margin: auto;
}

@media screen and (max-width: 750px) {
    .block-title-text-background.beauty {
        font-size: 66px;
    }
}

@media screen and (max-width: 650px) {
    .block-title-text-background.beauty {
        font-size: 56px;
    }

    .stand {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 450px) {
    .stand-content_title {
        line-height: 1.7;
        font-size: 14px;
    }

    .block-title-text-background.beauty {
        font-size: 46px;
    }
}

@media screen and (max-width: 380px) {
    .block-title-text-background {
        font-size: 28px;
    }
}

.opacity {
    opacity: 0.5;
}

.cupboard-title label {
    color: #000000;
    font-family: "mullerextrabold";
    font-size: 18px;
    font-weight: 400;
    opacity: 0.5;
}

@media screen and (max-width: 1200px) {
    .cupboard-title {
        margin-left: 40px;
        margin-right: 40px;
    }

    .cupboard-description {
        margin-right: 50px;
        margin-left: 50px;
    }

    .center-cupboard {
        margin-top: 50px;
    }
}

.cupboard-description {
    color: #000000;
    font-family: "mullerregular";
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    opacity: 0.5;
}

.active, .active label {
    opacity: 1;
}

.selected-block {
    margin-bottom: 70px;
    margin-top: 70px;
}

.cupboard-img {
    width: 331px;
    height: 587px;
    display: none;
    transition: 0.5s;
    opacity: 0;
}

.checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;
    color: #000000;
}

.checkbox + label {
    position: relative;
    padding: 0 0 0 60px;
    cursor: pointer;
}

.checkbox + label:before {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    width: 38px;
    height: 18px;
    transition: 0.2s;
    box-shadow: inset 0 4px 4px rgba(106, 106, 106, 0.15);
    border-radius: 9px;
    background-color: #f2f2f2;
}

.checkbox + label:after {
    content: "•";
    position: absolute;
    top: -5px;
    left: 0;
    border-radius: 13px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: 0.2s;
    width: 18px;
    height: 19px;
    background-color: #cfcfcf;
    background-image: linear-gradient(to top, #b1b1b1 0%, #e4e4e4 56%, #cfcfcf 100%);
    display: flex;
    justify-content: center;
    line-height: 21px;
    color: red;
}

.checkbox:checked + label:before {
    background-color: #f2f2f2;
}

.checkbox:checked + label:after {
    left: 26px;
    background-color: #ff0000;
}

#light_left-on + label:after {
    content: "";
}

#light_right-on + label:after {
    content: "";
}

.light-cupboard-text {
    color: #000000;
    font-family: "mullerregular";
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
}

.phone-float {
    width: 112px;
    height: 120px;
    position: fixed;
    right: 2%;
    bottom: 5%;
    background: url("/img/beauty/phone.svg") no-repeat;
    transition: 0.5s;
    cursor: pointer;
    z-index: 200;
}

@media screen and (max-width: 755px) {
    .phone-float {
        display: none;
    }
}

.phone-float:hover {
    background: url("/img/beauty/phone-hover.svg") no-repeat;
    transition: 0.5s;
}

@media screen and (max-width: 600px) {
    display: none

;
}

.form__input-group__beauty {
    justify-content: center;
    -webkit-justify-content: center;
}

.cupboard-block-with-img {
    display: flex;
    justify-content: center;
}

.active, .active label {
    opacity: 1;
}

.form-work__border {
    max-width: 600px;
}

.arrows-block {
    margin-top: 20px;
}

.arrow {
    display: flex;
    cursor: pointer;
    color: #ff0000;
    font-family: "mullerregular";
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.arrow:active .arrow__icon {
    transform: rotate(360deg);
}

.arrow__icon {
    margin-right: 15px;
    height: 25px;
    width: 27px;
    transition: 0.5s;
}

#dot:hover #dota {
    transform: rotate(360deg);
}

.view {
    display: block;
    opacity: 1;
    transition: 0.5s;
}

.image-center {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 700px) {
    .form-work__items {
        height: auto;
    }
}

.video-text2 {
    animation-name: title-product-animation;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-play-state: running;
    animation-fill-mode: forwards;
}

.video-text2.sprawling-title {
    animation-name: title-beauty-animation;
}

@keyframes title-beauty-animation {
    from {
        text-indent: 0px;
        letter-spacing: 0px;
    }
    to {
        letter-spacing: 20px;
        text-indent: 20px;
        animation-play-state: paused;
    }
}

@media screen and (max-width: 700px) {
    .video-text2.sprawling-title {
        animation-name: title-beauty-animation;
    }

    @keyframes title-beauty-animation {
        to {
            letter-spacing: 10px;
            text-indent: 10px;
            animation-play-state: paused;
        }
    }
}

.award__block__background.sprawling-title {
    animation-name: award__block__background;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-play-state: running;
    animation-fill-mode: forwards;
    animation-name: award__block__background;
}

@keyframes award__block__background {
    from {
        text-indent: 0px;
        letter-spacing: 0px;
    }
    to {
        letter-spacing: 70px;
        text-indent: 70px;
        animation-play-state: paused;
    }
}

@media all and (-ms-high-contrast: none) {
    .award__block__background {
        animation: none !important;
    }

    .award__block__background.sprawling-title {
        animation: none;
        letter-spacing: 45px;
    }
}

.b-video-dk__content__items__item__title-background {
    text-align: center;
}

.b-video-dk__content__items__item__title-background.sprawling-title {
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-play-state: running;
    animation-fill-mode: forwards;
    animation-name: b-video-dk__content__items__item__title-background;
}

@keyframes b-video-dk__content__items__item__title-background {
    from {
        text-indent: 0px;
        letter-spacing: 0px;
    }
    to {
        letter-spacing: 30px;
        text-indent: 30px;
    }
}

@media all and (-ms-high-contrast: none) {
    .b-video-dk__content__items__item__title-background {
        animation: none;
    }

    .b-video-dk__content__items__item__title-background.sprawling-title {
        animation: none;
        letter-spacing: 20px;
    }
}

@media screen and (max-width: 1280px) {
    .award__block__background.sprawling-title {
        animation-name: award__block__background;
    }

    @keyframes award__block__background {
        to {
            letter-spacing: 55px;
            text-indent: 55px;
        }
    }
}

@media (max-width: 1250px) {
    .b-video-dk__content__items__item__title-background.sprawling-title {
        animation-name: b-video-dk__content__items__item__title-background;
    }

    @keyframes b-video-dk__content__items__item__title-background {
        to {
            letter-spacing: 20px;
            text-indent: 20px;
        }
    }
}

@media (max-width: 855px) {
    .award__block__background.sprawling-title {
        animation-name: award__block__background;
    }

    @keyframes award__block__background {
        to {
            letter-spacing: 40px;
            text-indent: 40px;
        }
    }
}

@media (max-width: 755px) {
    .award__block__background.sprawling-title {
        animation-name: award__block__background;
    }

    @keyframes award__block__background {
        to {
            letter-spacing: 20px;
            text-indent: 20px;
        }
    }
    .award__block__background .b-video-dk__content__items__item__title-background.sprawling-title {
        animation-name: b-video-dk__content__items__item__title-background;
    }

    @keyframes b-video-dk__content__items__item__title-background {
        to {
            letter-spacing: 8px;
            text-indent: 8px;
        }
    }
}

@media (max-width: 455px) {
    .award__block__background.sprawling-title {
        animation-name: award__block__background;
    }

    @keyframes award__block__background {
        to {
            letter-spacing: 10px;
            text-indent: 10px;
        }
    }
}

.has-error {
    color: #ff0000;
    border-color: #ff0000;
}

.modal-form {
    padding-bottom: 0;
}

.modal {
    top: 20% !important;
}

.shaking-block {
    animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden; /*Вот эта часть задаёт отклонение элемента. */ /*Допустим, наша анимация длится 1 секунду = 1 000 миллисекунд */
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }
    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

@media (min-width: 1201px) {
    .product__five-items__block {
        padding-top: 100px !important;
    }
}

@media (max-width: 1200px) {
    .product__items__third-block__img {
        max-width: 540px;
    }

    .col.product__fourth-items__block {
        max-height: none;
    }

    .col.product__five-items__block {
        max-height: none;
    }

    .product__items__third-block__content {
        float: none !important;
        margin-top: -10%;
    }

    .product__six-items__block {
        max-height: none !important;
    }

    .product__six-items__block .product__items__fourth-block__img {
        max-width: 540px;
    }

    .col.product__six-items__block .product__items__fourth-block__content {
        float: none !important;
        padding-bottom: 80px;
    }

    .product__six-items__block .product__items__fourth-block__img__title br {
        display: none !important;
    }

    .product__five-items__block .product__items__third-block__img__title br {
        display: none !important;
    }

    .product__six-items__block .product__items__fourth-block__img__title {
        top: auto !important;
        bottom: -70px !important;
        left: 0px !important;
        right: auto !important;
        transform: none !important;
    }

    .col.product__five-items__block .product__items__third-block__img__title {
        left: auto !important;
    }

    .product__fourth-items__block .product__items__fourth-block__img__title {
        transform: none !important;
        left: 0px!important;
    }

    .product__third-items__block .product__items__third-block__img__title br {
        display: none !important;
    }

    .product__third-items__block .product__items__third-block__img__title {
        bottom: -10px;
        left: auto;
        right: auto;
        top: auto;
        transform: none!important;
    }

    .product__second-items__block .product__items__second-block__img__title {
        transform: none!important;
        bottom: 20%!important;
    }

    .product__items__first-block .product__items__first-block__content__img__title {
        transform: none!important;
        bottom: 20%!important;
    }
}
