*,
:before,
:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul,
textarea,
.menu_items {
    scrollbar-color: #666666 rgb(224, 224, 224); /* «цвет ползунка» «цвет полосы скроллбара» */
    scrollbar-width: thin !important;
}
ul::-webkit-scrollbar,
textarea::-webkit-scrollbar,
.menu_items::-webkit-scrollbar {
    width: 7px !important;
}
ul::-webkit-scrollbar-track,
textarea::-webkit-scrollbar-track,
.menu_items::-webkit-scrollbar-track {
    background-color: rgb(224, 224, 224);
}
ul::-webkit-scrollbar-thumb,
textarea::-webkit-scrollbar-thumb,
.menu_items::-webkit-scrollbar-thumb {
    background-color: #666666;
    border-radius: 3px !important;
}
ul::-webkit-scrollbar-corner,
textarea::-webkit-scrollbar-corner,
.menu_items::-webkit-scrollbar-corner {
    background-color: #ffffff;
}

html,
body {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans Condensed", sans-serif;
}

th {
    word-break: normal;
}
td {
    word-break: break-all;
}

p {
    scrollbar-width: thin;
}

.v-hidden {
    position: absolute;

    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;

    white-space: nowrap;

    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;

    font-family: "Manrope", sans-serif;
    background: url(../i/bg.jpg);
    background-color: #f4f5f6;
    font-size: 16px;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    /*transition: 0.5s;*/
    /*transition: 0;*/
}

.heading {
    text-align: left;
    margin-bottom: 1rem;
}
.heading.center {
    text-align: center;
}
.heading h1 {
    font-size: 3.5rem;
    color: #222840;
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 0;
}
.heading.embigint {
    position: relative;
    padding-left: 8rem;
}
.heading.embigint h1 em {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 8.5rem;
    color: #f50000;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}
.heading.invert h1 {
    color: #ffffff;
}
.heading h1 span {
    font-weight: 700;
}
.heading h1 i {
    font-style: normal;
    color: #f50000;
    font-weight: 700;
}
/*.heading h1::first-letter {*/
/*    font-style: normal;*/
/*    color: #f50000;*/
/*    font-weight: 700;*/
/*}*/
.heading.red_underline_strong h1 i {
    font-weight: 700;
    border-bottom: 3px dashed #f50000;
}
.heading.invert p {
    color: #ffffff;
}
.heading p {
    font-size: 1.125rem;
    color: #606475;
}

@media (min-width: 1400px) {
    .container-fluid {
        max-width: 1744px;
    }
}

#header {
    transition: transform 1s;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    z-index: 100;
}

#header.scrolling,
#header.scroll-up {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;

    background-color: #f4f5f6;
    -webkit-box-shadow: 0px -6px 10px 0px rgb(34 40 64);
    box-shadow: 0px -6px 10px 0px rgb(34 40 64);
}

@keyframes scrolling-header {
    0% {
        transform: translateY(-100%);
        opacity: 0.95;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes scrolling-header__up {
    0% {
        transform: translateY(0);
        opacity: 0.95;
    }
    100% {
        transform: translateY(-100%);
        opacity: 1;
    }
}

@media (max-width: 769px) {
    #header.scroll-up {
        animation: scrolling-header__up 1s forwards reverse;
    }
    #header.scrolling {
        animation: scrolling-header 1s forwards reverse;
    }
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.25rem 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(-5rem);
    -ms-transform: translateY(-5rem);
    transform: translateY(-5rem);
}
.header.activeAnimate {
    -webkit-transform: translateY(0rem);
    -ms-transform: translateY(0rem);
    transform: translateY(0rem);
}
.header_logotype a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header_logotype a:hover {
    opacity: 0.75;
}
.header_description {
    font-size: 0.875rem;
    max-width: 270px;
    color: #606475;
    margin-left: 1rem;
    line-height: 1.3;
}
.header_menutoggle {
    margin-left: 1.75rem;
    position: relative;
    z-index: 1001;
}
.header_menutoggle button {
    background-color: #f50000;
    border-radius: 5px;
    border: none;
    outline: none;
    color: #fff;
    height: 60px;
    width: 141px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 1.5rem;
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header_menutoggle button:hover {
    background-color: #bf0000;
}
.header_menutoggle button:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 16px;
    background-image: url(../i/menu.svg);
    background-size: contain;
    background-repeat: no-repeat;
    left: 2rem;
    top: 50%;
    margin-top: -8px;
}
.header_search {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-left: 2rem;
}
.header_search form {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border: 2px solid #f50000;
    height: 60px;
    border-radius: 5px;
    overflow: hidden;
}
.header_search form input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: none;
    outline: none;
    padding-left: 1rem;
    background-color: #f4f5f6;
    color: #606475;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1;
}
.header_search form button {
    width: 60px;
    height: 56px;
    background-color: #f50000;
    position: relative;
    border: none;
    outline: none;
    cursor: pointer;
}
.header_search form button:hover {
    background-color: #bf0000;
}
.header_search form button:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background-image: url(../i/search.svg);
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    margin-top: -7px;
}
.header_contacts {
    margin-left: 4rem;
    padding-right: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.header_contacts a {
    color: #222840;
    font-size: 1.125rem;
    font-weight: 700;
    cursor: pointer;
}
.contact-foot a,
.header_contacts a {
    position: relative;
}
.header_contacts button {
    content: "";
    position: absolute;
    right: 0rem;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    background-color: #222840;
    border-radius: 10rem;
    outline: none;
    border: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    overflow: hidden;
}
.header_contacts a,
.header_contacts > span {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.header_contacts.opacityZero a,
.header_contacts.opacityZero > span {
    opacity: 0;
    -webkit-transform: translateX(3rem);
    -ms-transform: translateX(3rem);
    transform: translateX(3rem);
}
.header_contacts button:hover {
    width: 230px;
}
.header_contacts button > span {
    position: absolute;
    color: #f4f5f6;
    left: 60px;
    top: 50%;
    font-size: 0.875rem;
    margin-top: -0.6rem;
    width: 130px;
    word-wrap: normal;
    font-weight: 700;
}
.header_contacts button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    background-image: url(../i/phone.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.header_contacts > span {
    color: #222840;
    font-size: 0.875rem;
    font-weight: 400;
    opacity: 0.6;
}

.header_menutoggle button.active {
    z-index: 1000;
    pointer-events: none;
}
.menu_back {
    position: fixed;
    top: 0;
    left: -50vw;
    right: -50vw;
    bottom: -100vh;
    background-color: #000;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.menu_back.active {
    opacity: 0.3;
    z-index: 999;
    pointer-events: all;
}

.close-modal {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    border: none;
    text-transform: uppercase;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    transition-property: all;
    transition-duration: 0.2s;
    position: absolute;
    top: 10px;
    right: 20px;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    text-transform: none;
    color: rgba(255, 255, 255, 0.5);
    padding-right: 25px;
    z-index: 3;
}
.close-modal:hover,
.close-modal:focus {
    opacity: 0.7;
    outline: none;
}

.close-modal:active {
    opacity: 0.6;
    outline: none;
}
.close-modal::before,
.close-modal::after {
    transition: 0.5s;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 19px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.5);
}

.close-modal::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.close-modal::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

@media (min-width: 1180px) {
    .close-modal {
        top: 15px;
        right: 30px;
    }
}

#menu {
    position: fixed;
    top: 1.325rem;
    left: 0;
    right: 0;
    /* max-height: calc(100vh - 88px) !important;
		min-height: calc(100vh - 88px) !important; */

    height: calc(100vh - 88px) !important;
    max-height: 430px !important;

    font-family: "Manrope", sans-serif !important;
    font-size: 16px !important;

    -webkit-transform: translateY(-150vh);
    -ms-transform: translateY(-150vh);
    transform: translateY(-150vh);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 1358px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    z-index: 1000;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;

    /* z-index: 1000; */
}
#menu .menu_nav {
    width: 240px;
    padding: 2rem;
    overflow-y: auto;
    overflow-x: hidden;
}
#menu .menu_nav a {
    padding: 0.25rem 0;
    display: inline-block;
    overflow: hidden;
    width: 100%;
}
#menu .menu_nav a > span {
    font-size: 1rem;
    color: #222840;
    font-weight: 700;
    padding: 0.25rem 0 0;
    display: inline-block;
}
#menu .menu_items {
    position: relative;
    height: auto;
    overflow: auto;
}
#menu .menu_items:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1129px;
    height: 200px;
    background-image: url(../i/menu_back.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}
#menu .menu_items li {
    position: relative;
    overflow: hidden;
}
#menu .menu_nav li {
    position: relative;
}
#menu .menu_nav li:hover a span {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#menu .menu_nav li a span {
    -webkit-transform: translateY(-2rem);
    -ms-transform: translateY(-2rem);
    transform: translateY(-2rem);
    opacity: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
#menu .menu_items li a {
    opacity: 0;
    -webkit-transform: translateY(-4rem);
    -ms-transform: translateY(-4rem);
    transform: translateY(-4rem);
}
#menu.active .menu_nav li a span,
#menu.active .menu_items li a {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
#menu .menu_nav li.active a > span {
    border-bottom: 4px solid #f50000;
}
#menu .menu_items a {
    padding: 0.275rem 0;
    display: inline-block;
}
#menu .menu_items a > span {
    font-size: 1rem;
    color: #222840;
    font-weight: 700;
    padding: 0.2rem 0;
    display: inline-block;
}
#menu .menu_nav a span,
#menu .menu_items a span {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#menu .menu_nav a:hover span,
#menu .menu_items a:hover span {
    color: #f50000;
}
#menu .menu_nav li a > span {
    border-bottom: 4px solid transparent;
}
#menu .menu_items ul > li > ul span {
    color: #606475;
}
#menu .menu_nav li.active a > span {
    border-color: #f50000;
}
#menu .menu_nav li:before {
    content: "";
    position: absolute;
    left: -1rem;
    border-radius: 5px 0 0 5px;
    top: 0;
    bottom: 0;
    right: -2.8rem;
    display: block;
    background-color: transparent;
}
#menu .menu_nav li.hover:before {
    background-color: #ebebeb;
}

#menu .menu_items {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #ebebeb;
    margin: 0.75rem;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 1.375rem 2.5rem;
    padding-bottom: 12rem;
}
#menu .menu_items > .menu_nav_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    display: none;
}
#menu .menu_items > .menu_nav_item.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
#menu .menu_items .item {
    margin-right: 3rem;
    /* max-width: 217px; */
}
#menu .menu_items .item ul {
    display: flex;
    /* align-items: stretch;
	align-content: baseline; */
    justify-content: flex-start;
    flex-wrap: wrap;
}
#menu .menu_items .item ul li {
    width: 217px;
    opacity: 0;
    /* margin-left: 50px; */
    margin-right: 15px;
}
#menu .menu_items .item:last-child {
    margin-right: 0;
}
#menu.active {
    -webkit-transform: translateY(0vh);
    -ms-transform: translateY(0vh);
    transform: translateY(0vh);
}

@keyframes animation-menu-item {
    0% {
        transform: translateY(-30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}
#menu.active .animation-menu-item {
    animation: animation-menu-item 0.3s forwards;
}

.animation-menu-item{
    margin-bottom: 15px;
}

#block_1 i {
    font-style: normal;
    display: inline-block;
    overflow: hidden;
}
#block_1 s {
    text-decoration: none;
    display: inline-block;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
#block_1 {
    position: relative;
    max-width: 1738px;
    width: 100%;
    margin: 0 auto;
}
#block_1 .block_1 {
    position: relative;
    z-index: 1;
    margin-top: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
#block_1 .block_1 .block_1_background_wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 0;
    width: 100%;
    height: 100%;
}
#block_1 .block_1 .block_1_background_wrapper .block_1_background {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../i/b1.png);
    background-repeat: no-repeat;
    background-position: 100% 0%;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-transform: translateX(100vw);
    -ms-transform: translateX(100vw);
    transform: translateX(100vw);
}
#block_1
    .block_1
    .block_1_background_wrapper
    .block_1_background.activeAnimate {
    -webkit-transform: translateX(0vw);
    -ms-transform: translateX(0vw);
    transform: translateX(0vw);
}
#block_1 .block_1 .h1 {
    position: relative;
}
#block_1 .block_1 .h1:after {
    content: "";
    position: absolute;
    left: -4.8rem;
    top: -4.8rem;
    width: 523px;
    height: 523px;
    background-color: #fff;
    -webkit-box-shadow: -2rem 2rem 4rem -1rem rgba(0, 0, 0, 0.1);
    box-shadow: -2rem 2rem 4rem -1rem rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    z-index: -1;
}
#block_1 .block_1 .h1:before {
    content: "";
    position: absolute;
    left: -13rem;
    top: 13rem;
    width: 432px;
    height: 432px;
    background-color: #e4e7eb;
    border-radius: 50%;
    z-index: -1;
}
#block_1 .block_1 .h1 h1 {
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 4rem;
    font-weight: 700;
    color: #222840;
    line-height: 1;
    margin-bottom: 0rem;
}
#block_1 .block_1 .h1 h1 span {
    font-size: 2rem;
    font-weight: 300;
    position: relative;
    padding-left: 1rem;
    margin-left: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.7rem;
    padding-bottom: 0.25rem;
    padding-top: 0.15rem;
}
#block_1 .block_1 .h1 h1 span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    height: 100%;
    background-color: #f50000;
}
#block_1 .block_1 .h1 p {
    color: #606475;
    font-weight: 300;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 2rem;
    line-height: 1.3;
}
#block_1 .block_1 .h1 p strong {
    font-weight: 700;
}
#block_1 .block_1 .box {
    background-color: #f50000;
    border-radius: 5px;
    width: 293px;
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 1.5rem;
    margin-top: 125px;
    position: relative;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: translateY(30vh);
    -ms-transform: translateY(30vh);
    transform: translateY(30vh);
    opacity: 0;
}
#block_1 .block_1 .box .hover_wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 411px;
    height: 288px;
    overflow: hidden;
    z-index: -1;
    pointer-events: none;
    border-radius: 5px;
}
#block_1 .block_1 .box .hover_wrapper.active {
    z-index: 1;
    pointer-events: all;
}
#block_1 .block_1 .box .hover_wrapper .hover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 14px;
    background-color: #f50000;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translate(-100%, 100%);
    -ms-transform: translate(-100%, 100%);
    transform: translate(-100%, 100%);
}
#block_1 .block_1 .box .hover_wrapper.active .hover {
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}
#block_1 .block_1 .box .hover_wrapper .hover .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 114px;
}
#block_1 .block_1 .box .hover_wrapper .hover .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 254px;
}
#block_1 .block_1 .box .hover_wrapper .hover .right .img:nth-child(2) {
    margin-left: 14px;
}
#block_1 .block_1 .box .hover_wrapper .hover .img {
    margin-bottom: 14px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    background-color: #f50000;
}
#block_1 .block_1 .box .hover_wrapper .hover .img img {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
}
#block_1 .block_1 .box .hover_wrapper .hover .img.activeAnimate img {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
#block_1 .block_1 .box .hover_wrapper .hover .img:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #000;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
#block_1 .block_1 .box .hover_wrapper .hover .img.activeAnimate:after {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
#block_1 .block_1 .box .hover_wrapper .hover .img:hover:after {
    opacity: 0.3;
}
#block_1 .block_1 .box.activeAnimate {
    -webkit-transform: translateY(0vh);
    -ms-transform: translateY(0vh);
    transform: translateY(0vh);
    opacity: 1;
}
#block_1 .block_1 .box:before {
    content: "";
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 46px;
    height: 46px;
    background-image: url(../i/box-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
#block_1 .block_1 {
    padding-bottom: 120px;
}
#block_1 .block_1 .h1,
#block_1 .block_1 .box {
    margin-left: 180px;
}
#block_1 .block_1 .h1 {
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-transform: translate(-60rem, -20rem);
    -ms-transform: translate(-60rem, -20rem);
    transform: translate(-60rem, -20rem);
}
#block_1 .block_1 .h1:before {
    -webkit-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
    -webkit-transform: translate(-60rem, 120rem);
    -ms-transform: translate(-60rem, 120rem);
    transform: translate(-60rem, 120rem);
}
#block_1 .block_1 .h1.activeAnimate,
#block_1 .block_1 .h1.activeAnimate:before {
    -webkit-transform: translate(0rem, 0rem);
    -ms-transform: translate(0rem, 0rem);
    transform: translate(0rem, 0rem);
}
#block_1 .block_1 .box span {
    color: #fff;
    font-weight: 400;
    font-size: 1rem;
}
#block_1 .block_1_back {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 4rem;
    z-index: 0;
    overflow: hidden;
}
#block_1 .block_1_back:before {
    content: "";
    position: absolute;
    background-color: #c0cfdd;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transform: translate(100%, -100%);
    -ms-transform: translate(100%, -100%);
    transform: translate(100%, -100%);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
#block_1 .block_1_back.activeAnimate:before {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

#block_1 .block_1 .h1 h1 > i > s {
    -webkit-transform: translateY(150%);
    -ms-transform: translateY(150%);
    transform: translateY(150%);
}
#block_1 .block_1 .h1 h1 span s,
#block_1 .block_1 .h1 p s {
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
}

#block_1 .block_1 .h1 h1.activeAnimate > i > s,
#block_1 .block_1 .h1 h1.activeAnimate span s,
#block_1 .block_1 .h1 p.activeAnimate s {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
#block_1 .block_1 .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    z-index: 1;
}
#block_1 .block_1 .right .box_items {
    max-width: 310px;
    width: 100%;
    height: auto;
    margin-top: -3rem;
    margin-right: 3rem;
    border-radius: 5px;
    padding: 0.5rem 0.5rem 1.5rem 2.4rem;
    background-image: url(../i/b1_box_items.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    -webkit-transform: translateX(3rem);
    -ms-transform: translateX(3rem);
    transform: translateX(3rem);
    opacity: 0;
}
#block_1 .block_1 .right .box_items.activeAnimate {
    -webkit-transform: translateX(0vw);
    -ms-transform: translateX(0vw);
    transform: translateX(0vw);
    opacity: 1;
}
#block_1 .block_1 .right .box_items p {
    font-size: 1rem;
    font-weight: 400;
    color: #afafaf;
    margin-top: 0.5rem;
    margin-bottom: 0;
}
#block_1 .block_1 .right .box_items p > span {
    font-size: 5.5rem;
    display: block;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}
#block_1 .block_1 .right .box_items p > strong {
    font-size: 1.125rem;
    color: #fff;
    line-height: 1;
    display: block;
    padding-top: 0.2rem;
}
#block_1 .block_1 .right .box_items > .item {
    margin-bottom: 1rem;
}

.wrapper-ehoopscrollbar {
    position: relative;
    width: 100%;
}
.inner-ehoopscrollbar {
    padding-bottom: 6px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-appearance: none !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    -ms-overflow-style: -ms-autohiding-scrollbar !important;
}
.inner-ehoopscrollbar::-webkit-scrollbar {
    width: 0px !important;
    height: 0px !important;
    pointer-events: none !important;
    background: transparent !important;
    -webkit-appearance: none !important;
    display: none;
}

.inner-ehoopscrollbar > div {
    min-width: 100px;
}
.inner-ehoopscrollbar > div:last-child {
    margin-right: 0;
}
.ehoopscrollbar {
    width: 100%;
    height: 6px;
    background-color: rgba(0, 0, 0, 0.3);
    padding-bottom: 6px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    margin: 0;
}
.ehoopscrollbar > span {
    width: 50px;
    height: 6px;
    background-color: #000;
    position: absolute;
    left: 0%;
    top: 0;
}

#block_2 {
    max-width: 1256px;
    margin: 8rem auto 4rem;
}
#block_2 .heading {
    margin-left: 5rem;
}
#block_2 .block_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 3rem;
    position: relative;
}
#block_2 .block_2 .after_befor_clone {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 0;
}
#block_2 .block_2 .after_befor_clone2 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0;
}
#block_2 .block_2:before {
    content: "";
    position: absolute;
    right: 100%;
    bottom: 100%;
    width: 270px;
    height: 270px;
    background-color: #dbdbdb;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
#block_2 .block_2:after {
    content: "";
    position: absolute;
    right: 100%;
    margin-right: 270px;
    top: 0;
    width: 270px;
    height: 270px;
    background-color: #dbdbdb;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
#block_2 .block_2.activeAnimate:after,
#block_2 .block_2.activeAnimate:before,
#block_2 .block_2.activeAnimate .after_befor_clone2:after,
#block_2 .block_2.activeAnimate .after_befor_clone:after,
#block_2 .block_2.activeAnimate .after_befor_clone2:before,
#block_2 .block_2.activeAnimate .after_befor_clone:before {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
#block_2 .block_2.colorRotate:after {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation: colorRotateTwo 4s infinite ease-in-out;
    animation: colorRotateTwo 4s infinite ease-in-out;
}
#block_2 .block_2.colorRotate:before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation: colorRotateTwo 6s infinite ease-in-out;
    animation: colorRotateTwo 6s infinite ease-in-out;
}
#block_2 .block_2.colorRotate .after_befor_clone2:after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation: colorRotateThree 5s infinite ease-in-out;
    animation: colorRotateThree 5s infinite ease-in-out;
}
#block_2 .block_2.colorRotate .after_befor_clone:after {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation: colorRotateTwo 9s infinite ease-in-out;
    animation: colorRotateTwo 9s infinite ease-in-out;
}
#block_2 .block_2.colorRotate .after_befor_clone2:before {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: colorRotateOne 7s infinite ease-in-out;
    animation: colorRotateOne 7s infinite ease-in-out;
}
#block_2 .block_2.colorRotate .after_befor_clone:before {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation: colorRotateThree 8s infinite ease-in-out;
    animation: colorRotateThree 8s infinite ease-in-out;
}
@-webkit-keyframes colorRotateOne {
    from {
        background-color: #ffffff;
    }
    33% {
        background-color: #dbdbdb;
    }
    66% {
        background-color: #243a4b;
    }
    to {
        background-color: #ffffff;
    }
}
@keyframes colorRotateOne {
    from {
        background-color: #ffffff;
    }
    33% {
        background-color: #dbdbdb;
    }
    66% {
        background-color: #243a4b;
    }
    to {
        background-color: #ffffff;
    }
}
@-webkit-keyframes colorRotateTwo {
    from {
        background-color: #dbdbdb;
    }
    33% {
        background-color: #243a4b;
    }
    66% {
        background-color: #ffffff;
    }
    to {
        background-color: #dbdbdb;
    }
}
@keyframes colorRotateTwo {
    from {
        background-color: #dbdbdb;
    }
    33% {
        background-color: #243a4b;
    }
    66% {
        background-color: #ffffff;
    }
    to {
        background-color: #dbdbdb;
    }
}
@-webkit-keyframes colorRotateThree {
    from {
        background-color: #243a4b;
    }
    33% {
        background-color: #ffffff;
    }
    66% {
        background-color: #dbdbdb;
    }
    to {
        background-color: #243a4b;
    }
}
@keyframes colorRotateThree {
    from {
        background-color: #243a4b;
    }
    33% {
        background-color: #ffffff;
    }
    66% {
        background-color: #dbdbdb;
    }
    to {
        background-color: #243a4b;
    }
}
#block_2 .block_2 .after_befor_clone:before {
    content: "";
    position: absolute;
    left: 100%;
    bottom: 100%;
    margin-bottom: 180px;
    margin-left: 270px;
    width: 270px;
    height: 270px;
    background-color: #243a4b;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}
#block_2 .block_2 .after_befor_clone:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    margin-top: -180px;
    width: 270px;
    height: 270px;
    background-color: #dbdbdb;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
#block_2 .block_2 .after_befor_clone2:after {
    content: "";
    position: absolute;
    right: 100%;
    bottom: 0;
    width: 270px;
    height: 270px;
    background-color: #243a4b;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
#block_2 .block_2 .after_befor_clone2:before {
    content: "";
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 270px;
    height: 270px;
    background-color: #ffffff;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
}
.block_2 .first_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.block_2 .last_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.block_2 .item {
    width: 270px;
    height: 270px;
    padding: 0.5rem 0.75rem 1rem 1rem;
}
.block_2 .first_line .item_wrapper:nth-child(1) .item {
    background-color: #fff;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.block_2 .first_line .item_wrapper:nth-child(1) .item .img,
.block_2 .first_line .item_wrapper:nth-child(1) .item .text {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
    opacity: 0;
}
.block_2.activeAnimate .first_line .item_wrapper:nth-child(1) .item {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.block_2.activeAnimate .first_line .item_wrapper:nth-child(1) .item .img,
.block_2.activeAnimate .first_line .item_wrapper:nth-child(1) .item .text {
    opacity: 1;
}
.block_2 .first_line .item_wrapper:nth-child(2) .item {
    background-color: #dbdbdb;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.block_2 .first_line .item_wrapper:nth-child(2) .item .img,
.block_2 .first_line .item_wrapper:nth-child(2) .item .text {
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
    opacity: 0;
}
.block_2.activeAnimate .first_line .item_wrapper:nth-child(2) .item {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.block_2.activeAnimate .first_line .item_wrapper:nth-child(2) .item .img,
.block_2.activeAnimate .first_line .item_wrapper:nth-child(2) .item .text {
    opacity: 1;
}
.block_2 .first_line .item_wrapper:nth-child(3) .item {
    background-color: #243a4b;
    width: 446px;
    height: 450px;
    margin-top: -180px;
    margin-left: 270px;
    padding: 3rem 2rem 2rem;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
.block_2 .first_line .item_wrapper:nth-child(3) .item .img,
.block_2 .first_line .item_wrapper:nth-child(3) .item .text {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    opacity: 0;
}
.block_2.activeAnimate .first_line .item_wrapper:nth-child(3) .item {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.block_2.activeAnimate .first_line .item_wrapper:nth-child(3) .item .img,
.block_2.activeAnimate .first_line .item_wrapper:nth-child(3) .item .text {
    opacity: 1;
}
.block_2 .last_line .item_wrapper:nth-child(1) .item {
    background-color: #fff;
    margin-left: 540px;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.block_2 .last_line .item_wrapper:nth-child(1) .item .img,
.block_2 .last_line .item_wrapper:nth-child(1) .item .text {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
    opacity: 0;
}
.block_2.activeAnimate .last_line .item_wrapper:nth-child(1) .item {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.block_2.activeAnimate .last_line .item_wrapper:nth-child(1) .item .img,
.block_2.activeAnimate .last_line .item_wrapper:nth-child(1) .item .text {
    opacity: 1;
}
.block_2 .last_line .item_wrapper:nth-child(2) .item {
    background-color: #dbdbdb;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.block_2 .last_line .item_wrapper:nth-child(2) .item .img,
.block_2 .last_line .item_wrapper:nth-child(2) .item .text {
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
    opacity: 0;
}
.block_2.activeAnimate .last_line .item_wrapper:nth-child(2) .item {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.block_2.activeAnimate .last_line .item_wrapper:nth-child(2) .item .img,
.block_2.activeAnimate .last_line .item_wrapper:nth-child(2) .item .text {
    opacity: 1;
}
.block_2 .item .img {
    width: 100%;
    text-align: center;
}
.block_2 .item .text p {
    color: #606475;
    font-size: 1rem;
    line-height: 1.4;
}
.block_2 .item .text p strong {
    color: #222840;
}
.block_2 .first_line .item_wrapper:nth-child(3) .item .text {
    margin-top: 1.5rem;
}
.block_2 .first_line .item_wrapper:nth-child(3) .item p {
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.4;
}

#block_3 {
    margin: 4rem auto;
    max-width: 1920px;
}
.block_3 {
    max-width: 1256px;
    margin: 0rem auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.slider_elems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.block_3 .slider_elems {
    -webkit-transform: translateX(138px);
    -ms-transform: translateX(138px);
    transform: translateX(138px);
}
.slider_elems .nums {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #222840;
    margin-bottom: 2rem;
    margin-right: 2rem;
}
.slider_elems .nums > .current {
    font-size: 2rem;
    display: block;
    line-height: 1.2;
}
.slider_elems .nums > .separator {
    font-size: 1.25rem;
    display: block;
    padding-left: 2px;
    padding-right: 3px;
}
.slider_elems .nums > .max {
    font-size: 1.25rem;
    display: block;
}
.slider_arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2rem;
    border-radius: 5px;
    overflow: hidden;
}
.slider_arrows button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 69px;
    height: 69px;
    position: relative;
    bottom: auto;
    border-radius: 0;
    background: #f50000;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 0;
    position: relative;
}
.slider_arrows button.slick-next:before {
    content: "";
    position: absolute;
    width: 19px;
    height: 19px;
    background-image: url(../i/arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateX(-4px);
    -ms-transform: translateX(-4px);
    transform: translateX(-4px);
}
.slider_arrows button.slick-prev:after {
    content: "";
    position: absolute;
    width: 19px;
    height: 19px;
    background-image: url(../i/arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: scale(-1, 1) translateX(-4px);
    -ms-transform: scale(-1, 1) translateX(-4px);
    transform: scale(-1, 1) translateX(-4px);
}
.slider_arrows button:hover {
    background-color: #bf0000;
}
.item_b3 {
    background-color: #c0cfdd;
    border-left: 1px solid #f50000;
    margin-bottom: 3rem;
    margin-top: 2rem;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block;
    height: 520px;
    width: 450px;
    /*max-width: 450px;*/
}

@media (min-width: 500px) {
    .item_b3 {
       width: 450px;
    }
}
.item_b3 .head {
    /*text-align: right;*/
    padding: 1rem 1rem 0rem;
    font-size: 2.2rem;
    font-family: "Open Sans Condensed", sans-serif;
    line-height: 1;
    color: #222840;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}


.item_b3 .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0rem 3rem;
}
.item_b3 .button span {
    color: #222840;
    font-size: 1rem;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.item_b3 .button .elem {
    width: 42px;
    height: 42px;
    background-color: #fff;
    border-radius: 50%;
    margin-left: 0.5rem;
    -webkit-transform: translateY(1.675rem);
    -ms-transform: translateY(1.675rem);
    transform: translateY(1.675rem);
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.item_b3 .button .elem:before {
    content: "";
    position: absolute;
    right: 18px;
    top: 21px;
    width: 4rem;
    height: 1px;
    background-color: #f50000;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.item_b3 .button .elem:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    left: 15px;
    top: 17px;
    border-right: 1px solid #f50000;
    border-top: 1px solid #f50000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
.item_b3 .img {
    width: 400px;
    height: 350px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    margin-top: -2rem;
}
.item_b3:hover {
    cursor: pointer;
    /*background-color: #cfd8e2;*/
}
.item_b3:hover .img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.item_b3:hover .button span {
    -webkit-transform: translateX(-6rem);
    -ms-transform: translateX(-6rem);
    transform: translateX(-6rem);
}
.item_b3:hover .button .elem {
    -webkit-transform: translateY(0) scale(1.5);
    -ms-transform: translateY(0) scale(1.5);
    transform: translateY(0) scale(1.5);
}

.background_1 {
    background-image: url(../i/b4_background.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
}
#block_4 {
    margin: 4rem 0;
    padding-bottom: 6rem;
}
.block_4 {
    max-width: 1400px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #222840;
}
.block_4 > .img {
    padding-right: 6rem;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.block_4 > .img:after {
    content: "";
    position: absolute;
    right: 92%;
    top: 80%;
    width: 326px;
    height: 427px;
    background-image: url(../i/b4_before.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
}
.block_4 > .img:before {
    content: "";
    position: absolute;
    right: 4rem;
    top: 6rem;
    bottom: auto;
    background-color: #dbdbdb;
    border-radius: 5px;
    width: 318px;
    z-index: 0;
    height: 93%;
}
.block_4 > .img img {
    border-radius: 5px;
    -webkit-box-shadow: 2rem 2rem 2rem -1.5rem #adadad;
    box-shadow: 2rem 2rem 2rem -1.5rem #adadad;
    position: relative;
    z-index: 1;
}

.block_4 .content {
    width: 580px;
}
.block_4 .content .text_wrapper {
    transition: 1s;
    overflow: hidden;
    position: relative;
    height: 300px;
    margin-top: 2.5rem;
}
.block_4 .content .text_wrapper .text {
    position: absolute;
    left: -1rem;
    right: -1rem;
    padding-right: 1rem;
    padding-left: 1rem;
    top: 0;
    width: 100%;
}
.block_4 .content .text_wrapper.active {
    height: 500px;
    /* overflow: visible; */
    z-index: 10;
}
.block_4 .content .text_wrapper.active .text {
    background-color: #f4f5f6;
}
.block_4 .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 500px;
    position: relative;
}
.block_4 .items:before {
    content: "";
    position: absolute;
    width: 462px;
    height: 387px;
    background-image: url(../i/b4_items_before.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 100%;
    top: -3.5rem;
}
.block_4 .items .item {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0.5rem;
    padding-right: 1.5rem;
}
.block_4 .items .item .text {
    padding-left: 0.5rem;
}
.block_4 .items .item .text span {
    display: inline-block;
    border-bottom: 1px dotted #606475;
    color: #606475;
    font-size: 0.875rem;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.block_4 .items .item .text:hover span {
    border-bottom-color: transparent;
}
.block_4 .items .item .img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.block_4 .items .item .text:hover ~ .img {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}
.block_4 .read_more {
    color: #f50000;
    display: inline-block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-bottom: 1px dashed #f50000;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 1rem;
}
.block_4 .read_more:hover {
    border-bottom-color: transparent;
}
.block_4 .products .head {
    font-size: 1rem;
    color: #606475;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

#block_5 {
    max-width: 1856px;
    margin: 0 auto;
}
#block_5 .heading {
    max-width: 1400px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.block_5 {
    width: 100%;
    border-top: 1px solid #d7d8d9;
    border-bottom: 1px solid #d7d8d9;
    margin-top: 2rem;
}
.block_5 .items {
    max-width: 1500px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.block_5 .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 25%;
    position: relative;
    padding: 2rem 2rem 5rem;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color: transparent;
}
.block_5 .item:hover {
    background-color: #fff;
}
.block_5 .item span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2rem;
    width: 100%;
    text-align: center;
    color: #606475;
    font-size: 0.875rem;
}
.block_5 .item:nth-child(1):before,
.block_5 .item:nth-child(2):before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 25%;
    width: 1px;
    background-color: #d7d8d9;
}
.block_5 .item:nth-child(1):after,
.block_5 .item:nth-child(2):after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 50%;
    width: 1px;
    background-color: #d7d8d9;
}
.block_5 .item:nth-child(4):before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 25%;
    width: 1px;
    background-color: #d7d8d9;
}
.block_5 .item:nth-child(4):after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50%;
    width: 1px;
    background-color: #d7d8d9;
}
#block_5 .img_down {
    max-width: 1856px;
    margin: auto;
    margin: 4rem 1rem 0;
    border-radius: 5px;
    overflow: hidden;
}

.background_2 {
    background-color: #243a4b;
    background-image: url(../i/background_2.jpg);
    background-position: center bottom;
    margin-top: -3rem;
    padding-top: 7rem;
}

#block_6 {
    padding-bottom: 4rem;
}
.block_6 {
    max-width: 1636px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.block_6 .slider_elems .nums {
    color: #fff;
}
.slider_b6 {
    margin-left: -6rem;
    max-width: 1740px;
}
.slider_b6 .item {
    display: block;
    padding: 0.5rem;
    position: relative;
    cursor: pointer;
}
.slider_b6 .item .before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    overflow: hidden;
    pointer-events: none;
    z-index: 2;
}
.slider_b6 .item .before:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 120px;
    background-color: #243a4b;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(45deg) translate(1rem, -3rem);
    -ms-transform: rotate(45deg) translate(1rem, -3rem);
    transform: rotate(45deg) translate(1rem, -3rem);
}
.slider_b6 .item .img {
    background-color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.slider_b6 .item img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.slider_b6 .item:hover img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}
.slider_b6 .item .down {
    margin-top: 1rem;
}
.slider_b6 .item .down > span {
    color: #fff;
    font-size: 1.125rem;
    display: block;
    max-width: 400px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.slider_b6 .item .down > .button {
    margin: 0;
    margin-top: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.slider_b6 .item .down > .button > span {
    color: #fff;
    font-size: 1rem;
}
.slider_b6 .item .down > .button > .elem {
    position: relative;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #fff;
    margin-top: -5px;
    margin-left: 4rem;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 0 0 0 #ffffff;
    box-shadow: 0 0 0 0 #ffffff;
}
.slider_b6 .item:hover .down > .button > .elem {
    -webkit-box-shadow: 0 0 0 0.5rem #ffffff;
    box-shadow: 0 0 0 0.5rem #ffffff;
}
.slider_b6 .item .down > .button > .elem:before {
    content: "";
    position: absolute;
    right: 18px;
    top: 21px;
    width: 4rem;
    height: 1px;
    background-color: #f50000;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.slider_b6 .item .down > .button > .elem:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    left: 15px;
    top: 17px;
    border-right: 1px solid #f50000;
    border-top: 1px solid #f50000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
.b6_down {
    margin: 2rem auto 0;
    width: 100%;
    text-align: center;
}
.b6_down a {
    color: #7c8993;
    font-size: 1rem;
    display: inline-block;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid #7c8993;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.b6_down a:hover {
    border-bottom-color: transparent;
}

#block_7 {
    padding-bottom: 4rem;
    padding-top: 4rem;
}
.block_7 {
    max-width: 1636px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.block_7 .slider_elems .nums {
    color: #fff;
}
.slider_b7 {
    margin-top: 3rem;
}
.slider_b7 .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 2rem;
    padding-bottom: 1rem;
    padding-right: 1rem;
    margin-right: 1rem;
    width: 247px;
    height: 400px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
    /*opacity: 0.5;*/
}
.slider_b7 .item > span {
    font-size: 1rem;
    color: #fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    line-height: 1.2;
    width: 100%;
    -webkit-transform: translateY(2rem);
    -ms-transform: translateY(2rem);
    transform: translateY(2rem);
}
.slider_b7 .item:hover {
    width: 362px;
    opacity: 1;
}
.slider_b7 .item:hover > span {
    font-size: 1.5rem;
    color: #ffffff;
    line-height: 1;
    -webkit-transform: translateY(-3rem);
    -ms-transform: translateY(-3rem);
    transform: translateY(-3rem);
}
.slider_b7 .item .button {
    margin: 0;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateX(16rem);
    -ms-transform: translateX(16rem);
    transform: translateX(16rem);
    opacity: 0;
    cursor: pointer;
}
.slider_b7 .item:hover .button {
    -webkit-transform: translateX(0rem);
    -ms-transform: translateX(0rem);
    transform: translateX(0rem);
    opacity: 1;
}
.slider_b7 .item .button:hover .elem {
    -webkit-box-shadow: 0 0 0 1rem #ffffff;
    box-shadow: 0 0 0 1rem #ffffff;
}
.slider_b7 .item .button > span {
    color: #fff;
    font-size: 1rem;
}
.slider_b7 .item .button > .elem {
    position: relative;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #fff;
    margin-top: -5px;
    margin-left: 4rem;
    -webkit-box-shadow: 0 0 0rem 0 #ffffff;
    box-shadow: 0 0 0rem 0 #ffffff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.slider_b7 .item .button > .elem:before {
    content: "";
    position: absolute;
    right: 18px;
    top: 21px;
    width: 4rem;
    height: 1px;
    background-color: #f50000;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.slider_b7 .item .button > .elem:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    left: 15px;
    top: 17px;
    border-right: 1px solid #f50000;
    border-top: 1px solid #f50000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

#block_8 {
    max-width: 1600px;
    margin: 6rem auto 4rem;
}
.block_8 {
    padding-left: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.block_8 .left {
    padding-top: 4rem;
    position: relative;
    z-index: 2;
}
.block_8 .right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    z-index: 1;
}
.block_8 .right > .world_wrapper,
.block_8 .right .world {
    width: 860px;
    height: 860px;
}
.block_8 .right > .world_wrapper {
    position: relative;
}
.block_8 .right .world {
    border-radius: 50%;
    overflow: hidden;
    background-color: #08263c;
    position: relative;
    background-image: url(../i/world.jpg);
    background-size: auto 100%;
    background-repeat: repeat-x;
    -webkit-animation: test 12s infinite linear;
    animation: test 12s infinite linear;
}
@-webkit-keyframes test {
    0% {
        background-position: 0px 0px;
    }
    100% {
        background-position: -1270px 0px;
    }
}
@keyframes test {
    0% {
        background-position: 0px 0px;
    }
    100% {
        background-position: -1270px 0px;
    }
}
.block_8 .right .world:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../i/world_krug.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.block_8 .right .world_wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #bed7f1;
    border-radius: 50%;
    -webkit-transform: translate(-2rem, -2rem);
    -ms-transform: translate(-2rem, -2rem);
    transform: translate(-2rem, -2rem);
    -webkit-filter: blur(4rem);
    filter: blur(4rem);
}
.block_8 .right .world_wrapper:after {
    content: "";
    position: absolute;
    left: 20%;
    height: 1rem;
    right: 20%;
    bottom: -2.7rem;
    background-color: #000;
    opacity: 0.6;
    border-radius: 50%;
    -webkit-filter: blur(1rem);
    filter: blur(1rem);
    z-index: 0;
}
.block_8 .left .whitebox,
.block_8 .left .graybox {
    width: 385px;
    padding: 4rem 2rem 1rem 2.5rem;
    position: relative;
}
.block_8 .left .whitebox > .img,
.block_8 .left .graybox > .img {
    position: absolute;
    pointer-events: none;
}
.block_8 .left .whitebox > .img {
    top: -2rem;
    width: 307px;
    height: 128px;
}
.block_8 .left .graybox > .img {
    top: -2rem;
    width: 437px;
    height: 277px;
}
.block_8 .left .whitebox {
    background-color: #fff;
    margin-top: 6rem;
}

.block_8 .left .graybox {
    background-color: #dbdbdb;
}
.block_8 .left .whitebox > p,
.block_8 .left .graybox > p {
    margin: 2rem 0 0;
    color: #606475;
}
.block_8 .left .whitebox > p span,
.block_8 .left .graybox > p span {
    color: #222840;
}

#block_9 {
    padding: 4rem 0 0;
}
.block_9 {
    max-width: 1650px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}
.block_9 .left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 3rem;
}
.block_9 .left .img {
    width: 946px;
    height: 615px;
}
.block_9 .right {
    width: 650px;
}
.block_9:after {
    content: "";
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 288px;
    height: 349px;
    background-image: url(../i/b9_after.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.background_3 {
    background-color: #f4f5f6;
    background-image: url(../i/background_3.jpg);
    background-position: center bottom;
}

#block_10 {
    padding-top: 6rem;
    margin-bottom: 4rem;
}
.block_10 {
    max-width: 1636px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.block_10 .items {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-left: 1.5rem;
}
.block_10 .items .item {
    width: 25%;
    margin: 0 0.7rem;
    background-color: #fff;
    position: relative;
    min-height: 216px;
}
.block_10 .items .item .img {
    position: absolute;
    left: 0;
    bottom: 3rem;
}
.block_10 .items .item .text {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.block_10 .items .item .text p {
    margin: 0;
    color: #606475;
    font-size: 0.875rem;
}
.block_10 .items .item .text p span {
    display: block;
    color: #222840;
}
.block_10 .items .item:last-child .text {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.block_10 .items .item:last-child .img {
    bottom: 4rem;
}

#block_11 {
    margin: 8rem 0 4rem;
}
.block_11 {
    width: 1636px;
    margin: 0 auto;
}
.block_11_down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2rem;
}
.block_11_down a {
    color: #606475;
    border-bottom: 1px solid #606475;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding-bottom: 0.25rem;
}
.block_11_down a:hover {
    border-bottom-color: transparent;
}
.block_11 .items {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    /* -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; */
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 3rem;
    overflow-x: auto;
}
.block_11 .index-news {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.block_11 .item {
    /* min-width: 33%;
	max-width: 33%; */
    /* width: 257px; */
    margin: 0 1rem;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

    margin-bottom: 20px;
}

.block_11 .wrap,
.block_11 .index-new {
    width: 25%;
    margin-bottom: 20px;
}

.block_11 .item:hover {
    -webkit-box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.1);
}
.block_11 .item:hover img {

    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.block_11 .item .date {
    color: #606475;
    font-size: 0.875rem;
    padding: 1rem 2rem 0;
}

/* .block_11 .item .head {
	position: relative;
	margin-bottom: 15px;
	text-overflow: ellipsis !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height:70px;
	color: #222840;
	font-size: 1.25rem;
	line-height: 1.2;


	height: 62px;
}
.block_11 .item .head span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
    color: #222840;
    font-size: 1.25rem;
    line-height: 1.2;


		text-overflow: ellipsis !important;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;

		padding: 1rem 1rem;

		background-color: #ffffff;
		 margin-bottom: 15px;

		overflow: hidden;

		width: 100%;
		height: 61px;

		z-index: 30;
}
.block_11 .item .head:hover span {
	height: auto;
}

.first {
	margin: 0;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	padding: 1rem 0 0 1rem;
}
.last {
	position: absolute;
	top: 0;
	display: none;
	background: #fff;
	z-index: 9;
	padding: 1rem 1rem;
}
.head:hover > .last {
	display: block;
} */

.block_11 .item .head {
    position: relative;
    margin-bottom: 15px;
    text-overflow: ellipsis !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 70px;
    color: #222840;
    font-size: 1.25rem;
    line-height: 1.2;
    z-index: 30;
    /* margin: 1rem 1rem; */
}
.first {
    margin: 0;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 1rem 0 0 1rem;
}
.head:hover > .first {
    -webkit-line-clamp: 100;
    background: #fff;
    padding-bottom: 1rem;
    z-index: 9;
}

.block_11 .item .img {
    height: 120px;
    overflow: hidden;
}
.block_11 .item .img img {
    width: 100%;
    height: inherit;
    object-fit: contain;
    object-position: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.block_11 .item .text {
    color: #606475;
    font-size: 0.875rem;
    padding: 1rem 2rem;

    height: 225px;
    overflow: hidden;
}
.block_11 .item .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 2rem 2rem;
    cursor: pointer;
    margin-top: 1rem;
}
.block_11 .item .button span {
    font-size: 1rem;
    color: #222840;
}
.block_11 .item .button > .elem {
    position: relative;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #fff;
    margin-left: 4rem;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 0 0 0 #ffffff;
    box-shadow: 0 0 0 0 #ffffff;
}
.block_11 .item .button:hover > .elem {
    -webkit-box-shadow: 0 0 0 0.5rem #c0cfdd;
    box-shadow: 0 0 0 0.5rem #c0cfdd;
    background-color: #c0cfdd;
    -webkit-transform: translateX(2rem);
    -ms-transform: translateX(2rem);
    transform: translateX(2rem);
}
.block_11 .item .button:hover > .elem:before {
    width: 6rem;
}
.block_11 .item .button > .elem:before {
    content: "";
    position: absolute;
    right: 18px;
    top: 21px;
    width: 4rem;
    height: 1px;
    background-color: #f50000;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.block_11 .item .button > .elem:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    left: 15px;
    top: 17px;
    border-right: 1px solid #f50000;
    border-top: 1px solid #f50000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.background_4 {
    background-color: #f0f0f1;
    background-image: url(../i/background_4.jpg);
    background-position: center top;
}

#block_12 {
    padding-bottom: 4rem;
}
.block_12 .heading {
    position: relative;
    margin-left: 180px;
    margin-top: 5.5rem;
    margin-bottom: 15rem;
}
.block_12 .heading:before {
    content: "";
    position: absolute;
    left: -11rem;
    top: 12rem;
    width: 432px;
    height: 432px;
    background-color: #e4e7eb;
    border-radius: 50%;
    z-index: 1;
}
.block_12 .heading:after {
    content: "";
    position: absolute;
    left: -6.2rem;
    top: -3.8rem;
    width: 573px;
    height: 573px;
    background-color: #fff;
    -webkit-box-shadow: -2rem 2rem 4rem -1rem rgba(0, 0, 0, 0.1);
    box-shadow: -2rem 2rem 4rem -1rem rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    z-index: 1;
}
.block_12 .heading h1 {
    margin-bottom: 2rem;
    position: relative;
    z-index: 2;
}

.block_12 .heading .subtitle {
    margin-bottom: 2rem;
    position: relative;
    max-width: 460px;
    z-index: 2;
}

.block_12 .heading .subtitle span {
    font-weight: 400;
}

.block_12 .heading h1 {
    font-weight: 400;
}
.block_12 .heading p {
    margin: 0;
    color: #606475;
    padding-left: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-left: 5px solid #f50000;
    position: relative;
    z-index: 2;
}
.block_12 .heading p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.25rem;
    width: 1rem;
    height: 5px;
    background-color: #f50000;
}
.block_12 .heading p span {
    color: #222840;
}
.block_12 {
    max-width: 1753px;
    margin: 0 auto;
    background-color: #c0cfdd;
    background-image: url(../i/b12.jpg);
    background-position: 55% 0%;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}
.block_12:before {
    content: "";
    position: absolute;
    width: 441px;
    height: 296px;
    bottom: -2rem;
    left: 310px;
    background-image: url(../i/b12_before.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.block_12 .b12_form {
    position: absolute;
    right: 0;
    top: -1.5rem;
    bottom: -1.5rem;
    background-color: #ffffff;
    max-width: 417px;
    margin-right: 3rem;
}
.block_12 .b12_form:before {
    content: "";
    position: absolute;
    width: 188px;
    height: 140px;
    bottom: 0.5rem;
    right: 87%;
    background-image: url(../i/b12_form_before.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.block_12 .b12_form .form-head {
    margin-bottom: 3rem;
}
.block_12 .b12_form .form.hideLabels .form-group {
    margin: 1.5rem auto 0rem;
}
.block_12 .b12_form .form .button {
    margin: 3.5rem 0 3rem;
}

/* FORM */

.form {
    padding: 3rem 2rem;
    font-family: "Manrope", sans-serif;
    color: #222840;
}
.form .form-head {
    font-size: 2rem;
    font-family: "Open Sans Condensed", sans-serif;
}
.form .form-head strong {
    font-weight: 700;
}
.form .form-head span {
    color: #f50000;
}
.form .form-desk {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
}
.form .form-group {
    position: relative;
}
.form .button {
    margin: 2.5rem 0 2rem;
}
.form.hideLabels .form-group {
    border-bottom: 1px solid #c0cfdd;
}
.form.hideLabels .form-control {
    padding-left: 0;
}
.hideLabels .form-group label {
    left: 0;
}
.form .btn {
    max-width: 290px;
    width: 100%;
    margin: 0 auto;
}
.hideLabels label.label-none,
.hideLabels label.label-none,
.hideLabels .form-control:focus + label {
    font-size: 0.675rem;
}

/* BUTTON */

.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    outline: none;
    /* border-radius: 5px; */
    background-color: transparent;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.btn:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.btn > span {
    background-color: #f50000;
    width: 100%;
    padding: 1.6rem 2.5rem;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
}
.agreement-check input + .agreement-label .check::after {
    border: 1px solid #000000;
}
.agreement-check input:checked + .agreement-label .check::before {
    border: 2px solid #000000;
    border-top-color: transparent;
    border-left-color: transparent;
}
.agreement-check input:hover + .agreement-label .check::after {
    border: 1px solid #f50000;
}
.agreement-label,
.hideLabels .agreement-check .label-none {
    font-size: 0.875rem;
    top: 0px;
}
.agreement-label .check {
    top: 5px;
}
.agreement-label a {
    display: inline-block;
    position: relative;
    border-bottom: 1px solid #f50000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.agreement-label a:hover {
    border-bottom-color: transparent;
}
#modal-not-agreement .btn {
    margin: auto;
}

.mobile_done_dop_menu {
    display: none;
}

.fancybox-content .form {
    max-width: 390px;
}
.form-search .form-group {
    width: 100%;
    border: 1px solid #222840;
    margin-top: 1.5rem;
    border-radius: 5px;
}
.form-search .form-group input {
    width: 100%;
    padding: 1rem;
    outline: none;
    border: none;
}
.form-search .button {
    margin: 1.5rem 0 0;
    padding: 0;
}
.form-search button {
    padding: 0;
    max-width: 100%;
}
.form-search button > span {
    width: 100%;
    padding: 1.1rem 2.5rem;
}

/*========================= footer */

footer {
    background: url(../i/footer_bg.jpg) no-repeat;
    padding: 49px 0 91px 0;
    background-size: cover;
}

footer .style-text {
    font-size: 14px;
    color: #919191;
    font-weight: 400;
}

footer .style-text2 {
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
}

footer .menu-title {
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    position: relative;
    margin-bottom: 40px;
    display: block;
}

footer .menu-title::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #f50000;
    left: -30px;
    border-radius: 100%;
    top: 6px;
}

footer .foot-border {
    border-bottom: 1px dashed;
    padding-bottom: 3.5px;
}

footer .header_description {
    color: #ffffff;
}

footer .header_logotype {
    margin-bottom: 26px;
}

footer .b2b {
    margin-top: 1rem;
}
footer .b2b-mr {
    margin-bottom: 25px;
}
footer .b2b .foot-border {
    color: #ffbb00;
}

footer .foot-border:hover {
    border-bottom: 1px dashed transparent;
    transition: 300ms;
}
footer .float {
    text-align: right;
}

footer ul:first-child {
    margin-right: 58px;
    padding-left: 1rem;
}

footer li {
    margin-bottom: 15px;
}

footer .menu-foot li a span:hover {
    border-bottom: 4px solid #f50000;
}

footer .order {
    color: #f50000;
}

footer .spacing {
    letter-spacing: 0.17rem;
    text-transform: uppercase;
    font-weight: 600;
}

footer .logo {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

footer .mainrow {
    justify-content: space-between;
}
footer .mainrow_logo {
    padding-left: 1rem;
}

/* RESPONSIVE */

@media screen and (min-width: 1921px) and (max-width: 2047px) {
    body {
        zoom: 1.1;
    }
}
@media screen and (min-width: 2048px) and (max-width: 2259px) {
    body {
        zoom: 1.2;
    }
}
@media screen and (min-width: 2260px) and (max-width: 2560px) {
    body {
        zoom: 1.333;
    }
}
@media screen and (max-width: 1919px) {
    #block_1 .block_1 .h1,
    #block_1 .block_1 .box {
        margin-left: 150px;
    }
    #block_2 {
        margin: 1rem auto 4rem;
    }
    #block_1 .block_1 .block_1_background_wrapper .block_1_background {
        background-position: 125% 0%;
    }
    .block_3 .slider_elems {
        -webkit-transform: translateX(78px);
        -ms-transform: translateX(78px);
        transform: translateX(78px);
    }
    .block_6,
    .block_7,
    .block_10,
    .block_11 {
        width: 100%;
        padding: 0 2.5rem;
    }
    .block_9 .left .img {
        height: auto;
        width: 100%;
    }
    .block_9 .left {
        width: calc(100% - 650px);
    }
    .block_8 .right > .world_wrapper,
    .block_8 .right .world {
        width: 760px;
        height: 760px;
    }
    .block_10 .items .item:last-child .img {
        bottom: 4.5rem;
    }
    .block_11 .item {
        margin: 0 0.5rem;
    }
    .block_11 .item .head {
        padding: 1rem 1rem;
    }
    .block_11 .item .date {
        padding: 1rem 1.5rem 0;
    }
    .block_11 .item .text {
        padding: 1rem 1.5rem;
    }
    .block_11 .item .button {
        padding: 0 1.5rem 1rem;
    }
    .block_12 {
        background-position: 70% 0%;
    }
    footer {
        padding: 49px 0 73px 0;
    }
    footer .mainrow_logo {
        flex-wrap: nowrap;
    }
}
@media screen and (max-width: 1535px) {
    #block_1 .block_1 .h1,
    #block_1 .block_1 .box {
        margin-left: 126px;
    }
    #block_1 .block_1 .block_1_background_wrapper .block_1_background {
        background-position: 150% 0%;
    }
    .block_3 .slider_elems {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .block_8 .right {
        margin-right: 3rem;
    }
    .heading h1 {
        font-size: 3rem;
    }
    .block_9 {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #block_9 {
        padding: 0;
    }
    .block_12 {
        background-position: 75% 0%;
    }
    #menu {
        width: 1148px;
    }
    #menu .menu_items {
        padding: 1.375rem 1.5rem;
    }
    #menu .menu_nav {
        padding: 2rem 1.5rem;
    }
    #menu .menu_items .item {
        margin-right: 1rem;
        /* max-width: 197px; */
    }
}
@media screen and (max-width: 1439px) {
    #block_1 .block_1 .block_1_background_wrapper .block_1_background {
        background-position: 170% 0%;
    }
    #block_5 .heading {
        max-width: 1400px;
        width: 100%;
        padding: 0 3rem;
    }
    .block_12 {
        background-position: 79% 0%;
    }
}
@media screen and (max-width: 1399px) {
    #block_1 .block_1 .h1:after {
        width: 473px;
        height: 453px;
    }
    #block_1 .block_1 .h1:before {
        left: -7rem;
        top: 13rem;
        width: 392px;
        height: 392px;
    }
    #block_1 .block_1 .block_1_background_wrapper .block_1_background {
        background-position: 140% 0%;
        background-size: auto 100%;
        height: 96%;
    }
    #block_2 .heading {
        margin-left: 4.4rem;
    }
    .heading.embigint h1 em {
        font-size: 8rem;
        line-height: 0.9;
    }
    .header {
        padding: 0.875rem 0;
    }
    .block_4 .content .text_wrapper {
        height: 275px;
    }
    .block_8 .right > .world_wrapper,
    .block_8 .right .world {
        width: 680px;
        height: 680px;
    }
    .block_8 .right {
        margin-right: 4rem;
        margin-left: 4rem;
    }
    .block_10 .items .item {
        min-height: 195px;
    }
    .slider_b7 .item {
        width: 247px;
        height: 482px;
    }
    .block_12 .heading:after {
        left: -5.2rem;
        top: -4rem;
        width: 493px;
        height: 493px;
    }
    .block_12 .heading:before {
        left: -8rem;
        top: 12rem;
        width: 342px;
        height: 342px;
    }
    .block_12 .heading {
        margin-left: 150px;
        margin-bottom: 10rem;
    }
    .block_12:before {
        width: 361px;
        height: 246px;
        left: 263px;
    }
    .block_12 {
        background-position: 72% 0%;
    }
    .block_12 .b12_form .form.hideLabels .form-group {
        margin: 1rem auto 0rem;
    }
    .block_12 .b12_form .form-head {
        margin-bottom: 1rem;
    }
    .block_12 .b12_form .form .button {
        margin: 2rem 0 2rem;
    }
    footer .col-5 {
        flex: 0 0 42.666667%;
        max-width: 42.666667%;
    }
}
@media screen and (max-width: 1365px) {
    #block_1 .block_1 .h1 h1 {
        font-size: 3.4rem;
    }
    #block_1 .block_1 .h1 p {
        font-size: 1.75rem;
    }
    #block_1 .block_1 .h1:after {
        width: 413px;
        height: 413px;
        left: -3.8rem;
    }
    #block_1 .block_1 .h1:before {
        top: 13rem;
        width: 322px;
        height: 322px;
    }
    #block_1 .block_1 {
        padding-bottom: 95px;
    }
    .block_3 {
        max-width: 1186px;
    }
    .block_12 .b12_form {
        margin-right: 2rem;
    }
    .block_12 {
        background-position: 82% 0%;
    }
    .header_menutoggle {
        margin-left: 1.5rem;
    }
    .header_contacts {
        margin-left: 2rem;
    }
    .header_description {
        max-width: 240px;
    }

    footer .menu {
        /*display: none;*/
    }

    footer .logo {
        flex: 0 0 30%;
        max-width: 30%;
    }

    footer .contact {
        flex: 0 0 55.666667%;
        max-width: 55.666667%;
    }
}

@media screen and (max-width: 1279px) {
    .header_search form {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        border: none;
    }
    .header_search form input {
        display: none;
    }
    .header_search form button {
        border: 2px solid #f50000;
        border-radius: 5px;
        height: 60px;
    }
    #block_1 .block_1 .right .box_items p > span {
        font-size: 4.5rem;
    }
    #block_1 .block_1 .box {
        width: 270px;
        height: 120px;
        margin-top: 95px;
    }
    #block_1 .block_1 .block_1_background_wrapper .block_1_background {
        background-position: 160% 0%;
    }
    .block_2 .item {
        width: 260px;
        height: 260px;
    }
    .block_2 .last_line .item_wrapper:nth-child(1) .item {
        margin-left: 325px;
    }
    .block_2 .first_line .item_wrapper:nth-child(3) .item {
        margin-top: -190px;
        margin-left: 130px;
    }
    #block_2 {
        max-width: 1100px;
    }
    #block_2 .block_2.activeAnimate:after,
    #block_2 .block_2.activeAnimate:before,
    #block_2 .block_2.activeAnimate .after_befor_clone2:after,
    #block_2 .block_2.activeAnimate .after_befor_clone:after,
    #block_2 .block_2.activeAnimate .after_befor_clone2:before,
    #block_2 .block_2.activeAnimate .after_befor_clone:before {
        display: none;
    }
    .block_3 {
        max-width: 1056px;
    }
    /* @media screen and (max-width: 1279px) */
    .item_b3 .img {
        width: 430px;
    }
    .slider_b6 .item .img {
        width: 300px;
    }
    .block_4 {
        padding: 0 2rem;
    }
    .block_4 .items:before {
        display: none;
    }
    .block_4 > .img:after {
        right: 42%;
    }
    .block_4 {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .block_4 > .img:after {
        right: 55%;
        top: 60%;
    }
    #block_7 {
        padding-top: 1rem;
    }
    .block_8 .right > .world_wrapper,
    .block_8 .right .world {
        width: 640px;
        height: 640px;
    }
    .block_8 .left {
        padding-top: 0rem;
    }
    #block_9 {
        padding: 1rem 0 0;
    }
    #block_11 {
        margin: 6rem 0 4rem;
    }

    /* @media screen and (max-width: 1279px){ */

    .block_11 .item {
        /* min-width: 400px;
        width: 400px; */

        margin: 0 1rem 0 0;
    }

    .block_11 .wrap,
    .block_11 .index-new {
        width: 33%;
    }

    .block_11 .ehoopscrollbar {
        bottom: -1rem;
    }
    .block_11 .ehoopscrollbar > span {
        background-color: #222840;
    }
    .block_12 .heading {
        margin-left: 100px;
    }
    .block_12 .b12_form {
        max-width: 355px;
    }
    .block_12 {
        background-position: 100% 0%;
    }
    #menu .menu_items > .menu_nav_item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #menu .menu_items > .menu_nav_item > .item {
        display: flex;
        flex-wrap: wrap;
        /* width: 50%;
        max-width: 50%; */
        margin: 0;
    }
    #menu {
        width: 848px;
    }
    #block_2 .block_2:before {
        display: none;
    }
    footer .contact {
        flex: 0 0 55.666667%;
        max-width: 55.666667%;
    }
}
@media screen and (max-width: 1149px) {
    #block_1 .block_1 .h1,
    #block_1 .block_1 .box {
        margin-left: 100px;
    }
    #block_1 .block_1 .block_1_background_wrapper .block_1_background {
        background-position: 403px 0%;
    }
    .block_2 .first_line .item_wrapper:nth-child(3) .item {
        margin-left: 0px;
    }
    #block_2 {
        max-width: 1015px;
        width: 100%;
        padding: 0 1.5rem;
    }
    .block_3 {
        max-width: 956px;
    }
    .block_4 .content {
        width: 400px;
    }
    .block_4 > .img {
        padding-right: 2rem;
    }
    .block_4 > .img:before {
        display: none;
    }
    .block_4 .products {
        width: 600px;
        margin-left: -230px;
    }
    .block_4 > .img:after {
        right: 58%;
        top: 60%;
        width: 266px;
        height: 347px;
    }
    #block_8 {
        max-width: 1600px;
        margin: 4rem auto 4rem;
    }
    .block_9 .right {
        width: 500px;
    }
    .block_10 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .block_10 .heading {
        width: 100%;
        text-align: center;
    }
    .block_10 .heading br {
        display: none;
    }
    .block_10 .items {
        margin-top: 2rem;
    }
    .block_12 .heading {
        margin-left: 50px;
    }
    .block_12 {
        background-position: 119% 0%;
    }
    .block_4 > .img {
        max-width: 560px;
    }
    .block_8 .right {
        margin-right: 0;
        margin-left: -7rem;
    }
    .block_8 .right > .world_wrapper,
    .block_8 .right .world {
        width: 570px;
        height: 570px;
    }
    footer .contact {
        flex: 0 0 59.666667%;
        max-width: 59.666667%;
    }
    footer .logo {
        flex: 0 0 35%;
        max-width: 36%;
    }
}
@media screen and (max-width: 1023px) {
    .header_description {
        display: none;
    }
    #block_1 .block_1 .h1 h1 {
        font-size: 3rem;
    }
    #block_1 .block_1 .h1 p {
        font-size: 1.6125rem;
        margin: 0.5rem 0;
    }
    #block_1 .block_1 .h1 h1 span {
        margin-bottom: 0rem;
    }
    .block_4 > .img:after {
        right: 23%;
    }
    #block_1 .block_1 .h1:after {
        width: 363px;
        height: 363px;
        left: -3.4rem;
        top: -4.3rem;
    }
    #block_1 .block_1 .h1,
    #block_1 .block_1 .box {
        margin-left: 2rem;
    }
    #block_1 .block_1 .right .box_items p > span {
        font-size: 4rem;
    }
    #block_1 .block_1 .right .box_items {
        max-width: 250px;
        padding: 0.5rem 0.5rem 1.5rem 1.4rem;
        margin-right: 2rem;
    }
    #block_1 .block_1 .block_1_background_wrapper .block_1_background {
        background-position: 295px 0%;
    }
    #block_1 .block_1 {
        padding-bottom: 2rem;
    }
    #block_2 .heading {
        margin-left: 0;
    }
    .heading h1 {
        font-size: 2.5rem;
    }
    .block_2 .first_line .item_wrapper:nth-child(3) .item {
        width: 260px;
        height: 260px;
        padding: 0.5rem 0.75rem 1rem 1rem;
        margin-top: 0;
    }
    .block_2 .ehoopscrollbar {
        bottom: -0.5rem;
    }
    .block_3 {
        max-width: 726px;
    }
    #block_2 .block_2 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .block_2 .first_line .item_wrapper {
        min-width: 260px;
        width: 260px;
        margin-right: 0.5rem;
        display: block;
    }
    .block_2 .inner-ehoopscrollbar > div:last-child {
        margin-right: 0rem;
    }
    #block_2 .block_2 {
        display: block;
    }
    .block_2 .first_line .item_wrapper:nth-child(4) .item {
        background-color: #fff;
    }
    .block_2 .first_line .item_wrapper:nth-child(5) .item {
        background-color: #dbdbdb;
    }
    .block_2 .item .img {
        width: 100%;
        max-width: 200px;
        max-height: 150px;
    }
    .block_2.activeAnimate
        .first_line
        .item_wrapper:nth-child(3)
        .item
        .img
        img {
        max-height: 110px;
    }
    .block_4 > .img:after {
        top: 35%;
        width: 266px;
        height: 317px;
        right: auto;
        left: -2rem;
    }
    .heading.embigint h1 em {
        font-size: 6.8rem;
    }
    .heading.embigint {
        position: relative;
        padding-left: 7rem;
    }
    #block_5 {
        padding: 0 1.5rem;
    }
    .block_5 .ehoopscrollbar {
        bottom: -1rem;
    }
    .block_5 .item {
        min-width: 300px;
        width: 300px;
    }
    .block_5 .items {
        width: 100%;
        max-width: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .block_5 .inner-ehoopscrollbar {
        padding-bottom: 0;
    }
    .slider_elems .nums,
    .slider_arrows {
        margin-bottom: 1rem;
    }
    .block_9 .right {
        width: 420px;
    }
    #block_10 {
        padding-top: 4rem;
    }
    #block_5 .heading {
        padding: 0 0rem;
    }
    .block_12 .heading p {
        font-size: 1rem;
    }
    .block_12 .heading:after {
        left: -4.4rem;
        top: -3rem;
        width: 423px;
        height: 423px;
    }
    .block_12 .heading:before {
        left: -5rem;
        top: 12rem;
        width: 242px;
        height: 242px;
    }
    .block_12 .heading {
        margin-left: 1.5rem;
    }
    .form {
        padding: 2rem 1rem;
    }
    .block_12 .b12_form {
        max-width: 310px;
    }
    .block_12 .b12_form:before,
    .block_12:before {
        display: none;
    }
    .block_12 {
        background-position: 140px 0%;
    }
    .block_10 .items {
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 0;
    }
    .block_10 .items .item {
        min-height: 250px;
        min-width: 250px;
        width: 100%;
        height: 100%;
        margin: 0 0.5rem 0 0;
    }
    .block_10 .items .item:last-child {
        margin: 0;
    }
    .block_6,
    .block_7,
    .block_10,
    .block_11 {
        width: 100%;
        padding: 0 1.5rem;
    }
    #block_11 {
        margin: 4rem 0 4rem;
    }
    #block_10 {
        padding-top: 3rem;
    }
    .heading p {
        font-size: 1rem;
    }
    .block_8 .right {
        margin-left: -10rem;
    }
    .block_8 .right > .world_wrapper,
    .block_8 .right .world {
        width: 600px;
        height: 600px;
    }
    .block_10 .items {
        padding-left: 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .block_10 .ehoopscrollbar {
        bottom: -0.5rem;
    }
    .ehoopscrollbar {
        background-color: rgb(191 207 222) !important;
    }
    .ehoopscrollbar > span {
        background-color: #222840 !important;
    }
    .slider_b7 {
        margin-top: 1rem;
    }
    .block_5 .item {
        padding: 1rem 2rem 3rem;
    }
    .block_5 .item .img {
        height: 100px;
        width: 150px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .block_5 .item .img img {
        max-height: 70px;
    }
    .block_9:after {
        display: none;
    }
    #menu .menu_items > .menu_nav_item > .item {
        width: 100%;
        max-width: 100%;
    }
    #menu {
        width: 568px;
    }
    /* @media screen and (max-width: 1023px) */
    #menu .menu_items {
        padding: 1.375rem 1.5rem;
        overflow-x: hidden;
        overflow-y: auto;
        height: calc(100vh - 65px);
        min-height: calc(100vh - 65px);
        max-height: calc(100vh - 65px);
    }
    footer .office {
        /*display: none;*/
        max-width: 331px;
    }

    footer .logo {
        flex: 0 0 60%;
        max-width: 60%;
    }

    footer .contact {
        flex: 0 0 31%;
        max-width: 31%;
    }
}
.office {
    max-width: 331px;
}
@media screen and (max-width: 766px) {
    .header_contacts a,
    .header_contacts > span {
        display: none;
    }
    .header_contacts {
        margin-left: 0rem;
    }
    #block_1 .block_1 {
        margin-bottom: 17rem;
    }
    #block_1 .block_1 > .right {
        display: block;
        position: absolute;
        bottom: -14rem;
        margin: 0;
        left: 1.5rem;
        right: 1.5rem;
    }
    #block_1 .block_1 .right .box_items {
        max-width: none;
        padding: 0;
        margin-right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin: 0;
        padding-left: 0;
        width: 100%;
    }
    #block_1 .block_1 .right .ehoopscrollbar {
        bottom: -1rem;
    }
    #block_1 .block_1 .right .box_items > .item {
        margin: 0;
        padding: 0.5rem 2rem 1.3rem;
        min-width: 250px;
        width: 100%;
    }
    #block_1 .block_1 .h1 h1 {
        font-size: 2.7rem;
    }
    #block_1 .block_1 .h1:after {
        width: 353px;
        height: 353px;
        left: -3rem;
        top: -4.3rem;
    }
    #block_2 {
        position: relative;
        z-index: 2;
    }
    #block_1 .block_1 {
        margin-top: 5rem;
    }
    .block_3 {
        max-width: 726px;
        padding: 0 1.5rem;
    }
    #block_4 {
        margin: 0 0 3rem;
        padding-bottom: 3rem;
    }
    #block_3 {
        margin: 4rem auto 0;
    }
    .background_2 {
        padding-top: 6rem;
    }
    .slider_b6 {
        margin-left: -14rem;
    }
    .block_4 .products {
        width: 100%;
        margin-left: 0;
    }
    .block_4 .content,
    .block_4 > .img {
        width: 100%;
    }
    .block_4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .block_4 > .img:after {
        display: none;
    }
    .block_4 > .img {
        display: none;
    }
    .block_4 .items .item .text span {
        font-size: 0.75rem;
    }
    .block_8 {
        padding-left: 2rem;
    }
    .block_9 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 1.5rem;
    }
    .block_9 .left,
    .block_9 .right {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .block_9 .left {
        margin-left: -1.5rem;
    }
    #block_9 {
        padding: 0;
    }
    .slider_elems .nums {
        margin-right: 1rem;
    }
    .slider_arrows button {
        width: 59px;
        height: 59px;
    }
    .slider_b6_elems,
    .block_3 .slider_elems {
        -webkit-transform: translateY(-1rem);
        -ms-transform: translateY(-1rem);
        transform: translateY(-1rem);
        margin-left: 1rem;
    }
    #block_5 .img_down {
        margin: 4rem 0 0;
    }
    .block_12 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .block_12 .b12_form {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: 0 auto 2rem;
    }
    .form {
        padding: 2rem 2rem;
    }
    .block_12 .b12_form {
        max-width: 420px;
    }
    #block_12 {
        padding-bottom: 0rem;
    }
    .block_12 .heading {
        margin-bottom: 6rem;
    }
    #block_1 .block_1 .right .box_items p > span {
        font-size: 3rem;
    }
    #block_1 .block_1 .right .box_items p {
        font-size: 0.875rem;
    }
    .header_contacts button:hover {
        width: 60px;
    }
    #menu .menu_nav a > span,
    #menu .menu_items a > span {
        font-size: 0.875rem;
    }
    #menu .menu_nav {
        width: 175px;
    }
    #menu {
        width: 438px;
    }
    footer .logo {
        flex: 0 0 50%;
        max-width: 50%;
    }

    footer .contact {
        flex: 0 0 48%;
        max-width: 48%;
    }
}
@media screen and (max-width: 499px) {
    .header_menutoggle button {
        font-size: 0;
    }
    .header_menutoggle button {
        height: 60px;
        width: 60px;
    }
    .header_menutoggle button:before {
        left: 1.5rem;
    }
    .header_search {
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
        width: 60px;
        margin-left: 1rem;
    }
    .header_menutoggle {
        margin-left: 1rem;
    }
    .header {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .header_contacts {
        padding-right: 5rem;
    }
    .header_logotype {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    #block_1 .block_1 .h1:after {
        width: 323px;
        height: 323px;
    }
    #block_1 .block_1 .h1:before {
        top: 14rem;
        width: 222px;
        height: 222px;
    }
    #block_1 .block_1 .block_1_background_wrapper .block_1_background {
        background-position: 245px 0%;
    }
    #block_1 .block_1 .h1 h1 {
        font-size: 2.5rem;
    }
    #block_1 .block_1 .h1 h1 span {
        margin-bottom: 0.3rem;
    }
    .block_4 .items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .block_4 .items .item {
        width: 100%;
    }
    .block_5 .item {
        min-width: 220px;
        width: 220px;
    }

    /* @media screen and (max-width: 499px) */

    .item_b3 .img {
        width: 390px;
        height: 345px;
    }
    .slider_b3 {
        margin-top: -2rem;
    }
    #block_1 .block_1 > .right {
        bottom: -12rem;
    }
    .slider_b6 {
        margin-left: 0.3rem;
    }
    .block_8 .left .whitebox,
    .block_8 .left .graybox {
        width: 355px;
        padding: 4rem 2rem 2rem 1.5rem;
    }
    .block_8 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .block_8 .left .whitebox {
        margin-top: 4rem;
    }
    #block_8 {
        max-width: 100%;
    }
    .block_8 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .block_8 .right > .world_wrapper,
    .block_8 .right .world {
        width: 300px;
        height: 300px;
    }
    .block_8 .right {
        margin: 2rem auto 0;
    }
    .heading h1 {
        font-size: 2.25rem;
    }
    .heading.embigint h1 em {
        font-size: 6.1rem;
    }
    /* .block_11 .item {
        min-width: 310px;
        width: 310px;
    } */
    .block_12 .b12_form {
        max-width: 360px;
    }
    .block_12 .heading {
        margin-bottom: 8rem;
    }
    .block_12 .heading:after {
        left: -4.4rem;
        top: -4rem;
        width: 403px;
        height: 403px;
    }
    .header_menutoggle button,
    .header_search form button,
    .header_contacts button,
    .header_search form,
    .header_search,
    .header_contacts button:after {
        height: 50px;
        width: 50px;
    }
    .header_menutoggle button:before {
        left: 1.2rem;
    }
    .header_contacts button {
        content: "";
        position: relative;
        right: 0rem;
        top: 0;
        margin-top: 0;
    }
    .header_contacts {
        padding: 0;
        margin-left: 1rem;
    }
    .header_logotype {
        height: 50px;
    }
    .header {
        padding: 0.5rem 0;
    }
    .block_2 .first_line .item_wrapper,
    .block_2 .first_line .item_wrapper .item {
        -webkit-transition: 0;
        -o-transition: 0;
        transition: 0;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }
    #block_1 .block_1 .box .hover_wrapper {
        width: 341px;
        height: 241px;
    }
    #block_1 .block_1 .box .hover_wrapper .hover {
        padding: 8px;
    }
    #block_1 .block_1 .box .hover_wrapper .hover .right {
        width: 217px;
    }
    #block_1 .block_1 .box .hover_wrapper .hover .left {
        width: 100px;
    }
    #block_1 .block_1 .box .hover_wrapper .hover .right .img:nth-child(1) {
        width: 114px;
    }
    #block_1 .block_1 .box .hover_wrapper .hover .right .img:nth-child(2) {
        width: 95px;
    }
    #block_1 .block_1 .box .hover_wrapper .hover .right .img:nth-child(2) {
        margin-left: 8px;
        margin-bottom: 8px;
    }
    #block_1 .block_1 .box .hover_wrapper .hover .img {
        margin-bottom: 8px;
    }
    .item_b3 .head {
        font-size: 2rem;
    }
    #menu {
        top: 1rem;
        left: -1rem;
        right: -1rem;
        border-radius: 0;
    }
    #menu .menu_nav li.hover:before {
        background-color: #141414;
    }
    #menu .menu_nav li:before {
        content: "";
        position: absolute;
        left: auto;
        right: 0;
        border-radius: 5px 0 0 5px;
        top: 0;
        bottom: 0;
        right: -2.8rem;
        width: 3.3rem;
        background-image: url(../i/arrow.svg);
        background-size: 14px 14px;
        background-position: 33% 50%;
        background-repeat: no-repeat;
        -webkit-filter: invert(1);
        filter: invert(1);
    }
    #menu .menu_nav {
        width: 75%;
    }
    #menu .menu_items {
        width: 100%;
        min-width: 280px;
        position: absolute;
        top: -0.75rem;
        left: calc(calc(100% - 1rem) - 25%);
        border-right: 0;
    }
    #menu .menu_nav {
        padding: 1.5rem 2.5rem 1rem 1.5rem;
    }
    #menu .menu_items {
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }
    #menu.openedDopMenu .menu_items {
        left: 1.9rem;
    }
    #menu .menu_nav {
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }
    #menu.openedDopMenu .menu_nav {
        -webkit-transform: translateX(3rem);
        -ms-transform: translateX(3rem);
        transform: translateX(3rem);
    }
    #menu.openedDopMenu {
        background-color: transparent;
    }
    .mobile_done_dop_menu {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 45px;
        height: 45px;
        background-color: #141414;
        background-image: url(../i/arrow.svg);
        background-size: 14px 14px;
        background-position: 41% 50%;
        background-repeat: no-repeat;
        -webkit-transform: scale(-1, 1) translateX(-5rem);
        -ms-transform: scale(-1, 1) translateX(-5rem);
        transform: scale(-1, 1) translateX(-5rem);
        -webkit-filter: invert(1);
        filter: invert(1);
        opacity: 0;
        z-index: -10;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }
    #menu.openedDopMenu .mobile_done_dop_menu {
        opacity: 1;
        z-index: 1;
        -webkit-transform: scale(-1, 1) translateX(0rem);
        -ms-transform: scale(-1, 1) translateX(0rem);
        transform: scale(-1, 1) translateX(0rem);
    }
    #menu .menu_nav a > span,
    #menu .menu_items a > span {
        font-size: 1.125rem;
    }
    #menu:before {
        content: "";
        position: absolute;
        display: block;
        left: -100rem;
        right: -10vw;
        top: 0;
        bottom: -100vh;
        width: auto;
        background-color: #fff;
        height: auto;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        -webkit-transform: translateX(-300vw);
        -ms-transform: translateX(-300vw);
        transform: translateX(-300vw);
    }
    #menu.active:before {
        -webkit-transform: translateX(0vw);
        -ms-transform: translateX(0vw);
        transform: translateX(0vw);
    }
    #menu .menu_items > .menu_nav_item > .item:last-child {
        margin-bottom: 1.5rem;
    }
    .slider_b7 .item {
        width: 330px;
    }
    .slider_b7 .item:hover {
        width: 330px;
        opacity: 1;
    }
    .header_contacts button:hover {
        width: 50px;
    }
    footer {
        padding: 29px 0 48px 0;
    }

    footer ul:first-child {
        padding-left: 0rem;
    }

    footer .timetable {
        /*display: none;*/
    }
}
@media screen and (max-width: 413px) {
    #block_1 .block_1 .h1,
    #block_1 .block_1 .box {
        margin-left: 1rem;
    }
    #block_1 .block_1 .block_1_background_wrapper .block_1_background {
        background-position: 225px 0%;
    }
    .item_b3 .img {
        width: 380px;
        height: 340px;
    }
    .block_4 {
        padding: 0 1rem;
    }
    #block_5 {
        padding: 0 1rem;
    }
    .block_6,
    .block_7,
    .block_10,
    .block_11 {
        padding: 0 1rem;
    }
    #block_1 .block_1 > .right {
        left: 1rem;
        right: 1rem;
    }
    .block_8 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .block_8 .left .whitebox,
    .block_8 .left .graybox {
        width: 345px;
    }
    .block_9 {
        margin: 0 1rem;
    }
    .block_9 .left {
        margin-left: -1rem;
    }
    .block_12 .heading {
        margin-left: 1rem;
    }
    .slider_arrows button {
        width: 50px;
        height: 50px;
    }
    .block_3,
    .block_6 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .slider_b7_elems {
        margin-top: 1rem;
    }
    .slider_b7 .item:hover {
        width: 312px;
    }

    footer {
        padding: 30px 0 30px 0;
    }

    footer .mainrow {
        display: block;
    }

    footer .logo,
    footer .contact {
        flex: 0 0 90%;
        max-width: 90%;
    }

    footer .menu-title {
        margin-bottom: 1rem;
        margin-top: 1.5rem;
    }

    footer .row {
        margin: 0 0rem;
    }
    footer .header_logotype {
        padding-left: 0rem;
    }

    footer .contact {
        padding-left: 1rem;
    }

    footer .menu-title::before {
        left: -21px;
    }

    footer li {
        margin-bottom: 5px;
    }

    footer .float {
        text-align: left;
    }

    footer .mainrow_logo {
        padding-left: 0rem;
    }
}
@media screen and (max-width: 374px) {
    .block_11 .item {
        min-width: 290px;
        width: 100%;
    }
    .block_11 .item .head {
        height: auto !important;
    }
    .block_11 .item .head span {
        position: relative;
        height: auto !important;
        padding: 0;
    }

    #block_1 .block_1 .box .hover_wrapper {
        width: 283px;
        height: 200px;
    }
    #block_1 .block_1 .box .hover_wrapper .hover .left {
        width: 93px;
    }
    #block_1 .block_1 .box .hover_wrapper .hover .right .img:nth-child(1) {
        width: 92px;
    }
    #block_1 .block_1 .box .hover_wrapper .hover .right .img:nth-child(2) {
        width: 77px;
    }
    #block_1 .block_1 .box .hover_wrapper .hover .right {
        width: 204px;
        margin-left: 8px;
    }
    .slider_b7 .item {
        width: 300px;
    }
    .slider_b7 .item:hover {
        width: 300px;
        opacity: 1;
    }
    .fancybox-content {
        padding: 1rem;
    }
    .fancybox-content .form {
        padding: 0.5rem;
    }
}
@media screen and (max-width: 359px) {
    #block_1 .block_1 .h1 h1 {
        font-size: 2.4rem;
    }
    #block_1 .block_1 .block_1_background_wrapper .block_1_background {
        background-position: -115px 0%;
    }
    .block_2 .first_line .item_wrapper,
    .block_2 .item {
        min-width: 250px;
        width: 250px;
        min-height: 240px;
        height: 240px;
    }
    .item_b3 .head {
        font-size: 1.75rem;
    }
    .item_b3 .img {
        width: 320px;
        height: 335px;
    }
    .slider_b7 .item:hover {
        width: 300px;
    }
    .block_8 .left .whitebox,
    .block_8 .left .graybox {
        width: 300px;
    }
    .block_8 .left .whitebox > .img {
        top: -2rem;
        width: 257px;
        height: 118px;
    }
    .block_8 .left .graybox > .img {
        top: -2rem;
        width: 367px;
        height: 227px;
    }
    .heading h1 {
        font-size: 2rem;
    }
    .block_12 {
        background-position: -180px 0%;
    }
    .block_12 .b12_form {
        max-width: 100%;
        margin-bottom: 0;
    }
    .form {
        padding: 1rem 1rem;
    }
}
@media screen and (mim-width: 320px) and (max-width: 330px) {
    .slider_b7 .item {
        width: 290px;
    }
    .slider_b7 .item:hover {
        width: 290px;
        opacity: 1;
    }
}

/* Верстаем страницы: Корзина, Избранное, поисковая выдача, товарный листинг */
/** ************************************************************************ */

@keyframes anim__serche--open {
    0% {
        max-height: 0;
        padding: 0;
        transform: translateY(0);
        border-radius: 0;
        box-shadow: 0 0 0 0 rgba(209, 209, 209, 0.8);
    }
    1% {
        max-height: 2px;
        padding: 20px;
        transform: translateY(0);
        border-radius: 0;
        box-shadow: 0 0 0 0 rgba(209, 209, 209, 0.8);
    }
    /*99%{
		padding: 20px;
		transform: translateY(15px);
		max-height: 500px;
		border-radius: 5px;
		box-shadow: 0 5px 15px 1px rgba(209, 209, 209, 0.3);
	}*/
    100% {
        padding: 20px;
        transform: translateY(15px);
        max-height: 500px;
        border-radius: 5px;
        box-shadow: 0 5px 15px 1px rgba(209, 209, 209, 0.3);
    }
}

@keyframes anim__serche--close {
    0% {
        max-height: 0;
        padding: 0;
        transform: translateY(0);
        border-radius: 0;
        box-shadow: 0 0 0 0 rgba(209, 209, 209, 0.8);
    }
    1% {
        max-height: 2px;
        padding: 20px;
        transform: translateY(0);
        border-radius: 0;
        box-shadow: 0 0 0 0 rgba(209, 209, 209, 0.8);
    }
    /*99%{
		padding: 20px;
		transform: translateY(15px);
		max-height: 500px;
		border-radius: 5px;
		box-shadow: 0 5px 15px 1px rgba(209, 209, 209, 0.3);
	}*/
    100% {
        padding: 20px;
        transform: translateY(15px);
        max-height: 500px;
        border-radius: 5px;
        box-shadow: 0 5px 15px 1px rgba(209, 209, 209, 0.3);
    }
}

.serched-block {
    /*transition: max-height 0.4s, transform 0.6s;*/
    position: absolute;
    top: 100%;

    transform: translateY(0);

    width: 100%;

    max-height: 0;

    overflow-y: hidden;

    background-color: white;

    padding: 0;

    border-radius: 0;
    box-shadow: 0 0 0 0 rgba(209, 209, 209, 0.8);

    z-index: 3;
}
.serched-block li {
    transition: 0.4s;
    display: block;

    padding: 10px;
    border-radius: 5px;
}
.serched-block li:hover {
    background-color: #ebebeb;
}
.serched-block li a:hover {
    font: inherit;
    color: #f50000;
}

.header_search.active .serched-block {
    animation: anim__serche--open 0.5s ease forwards;
    /*transform: translateY(15px);
	padding: 20px;

	max-height: 500px;

	border-radius: 5px;
	box-shadow: 0 5px 15px 1px rgba(209, 209, 209, 0.3);*/
}

.header_search.inactive .serched-block {
    animation: anim__serche--close 0.3s ease forwards reverse;
}

.product-item {
    position: relative;
}
.product-item td:first-child {
    width: 42%;
    min-width: 42%;
    max-width: 42%;
}
.product-item td:nth-child(2) {
    width: 12.6%;
    min-width: 12.6%;
    max-width: 12.6%;
}

.snippet-block {
    transition: clip-path 0.5s;
    clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
    /*max-width: 0;*/
    position: absolute;
    top: 20px;
    left: 0;

    text-align: center;

    color: green;
    text-shadow: 0 0 2px white;

    background-color: #ffffff;

    padding: 10px;

    overflow: hidden;

    z-index: 3;
}
.snippet-block.active {
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
    /*max-width: 100%;*/
}

.open-recall {
    cursor: pointer;
}

#inner-title {
    font-weight: 300;
    font-size: 26px;
    line-height: 32px;
    text-align: left;
    color: #222840;
}

@media (min-width: 768px) {
    #inner-title {
        font-size: 32px;
        line-height: 65px;
    }
}

.product-line-list {
    margin-bottom: 30px;
}

.product-line {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    margin-bottom: 20px;
}

.product-line:last-child {
    margin-bottom: 0;
}

@media (min-width: 800px) {
    .product-line {
        flex-direction: row;
    }
}

.product-line__img {
    object-fit: cover;
    width: 100%;
}

.product-line__preview {
    position: relative;
}

@media (min-width: 800px) {
    .product-line__img {
        min-width: 150px;
        /*height: 220px;*/
    }
}

@media (min-width: 1150px) {
    .product-line__img {
        min-width: 310px;
        height: 220px;
    }
}

.product-line__content {
    width: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
}

@media (min-width: 1150px) {
    .product-line__content {
        padding: 15px 30px 15px 15px;
    }
}

.product-line__desc {
    display: flex;
    flex-direction: column;
}
@media (min-width: 1280px) {
    .product-line__desc {
        flex-direction: row;
        align-items: center;
    }
}

.product-line__info {
    display: flex;
    flex-direction: row;
    min-width: 200px;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 1280px) {
    .product-line__info {
        display: flex;
        align-items: stretch;
        flex-direction: column;
        min-width: 200px;
        margin-left: auto;
    }
}

.product-line__text {
    margin-bottom: 20px;
    font-size: 14px;
    color: #606475;
}

@media (min-width: 1200px) {
    .product-line__text {
        font-size: 16px;
    }
}

.product-line__price {
    height: auto;
}

@media (min-width: 1150px) {
    .product-line__price {
        margin: 0 30px 20px 0;
    }
}

.product-line__title {
    padding: 0;
    margin-bottom: auto;
}

.product-line__favorite {
    position: absolute;
    top: 15px;
    right: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../i/icons/Favorites_block.svg);
}

.product-line__btn {
    position: relative;
    background-color: #f50000;
    border-radius: 5px;
    color: #fff;
    padding: 10px 20px;
    /*margin-left: auto;*/
    border: none;
    outline: none;
    transition: 0.2s ease-in-out;
}
.product-line__btn:hover {
    background-color: #bf0000;
}

@media (min-width: 1200px) {
    .product-line__btn {
        padding: 20px 50px;
    }
}

.filters {
    /*transform: translateX(1.55%);
	width: 96.2%;*/
}

.filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;

    border-radius: 5px;
    background-color: #dbdbdb;

    padding: 10px;
}
.sorts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;

    border-radius: 5px;
    background-color: #dbdbdb;

    padding: 10px;
}

.sort {
    cursor: pointer;
    padding-left: 5px;
    margin-right: 5%;
}

.filters {
    /*margin-left: 2%;*/
    margin-bottom: 50px;
}
.filters select {
    border: none;
    outline: none;
    background-color: transparent;
}
.filters option {
    border: none;
    outline: none;
    background-color: transparent;
}

.filters__btn {
    border: none;
    outline: none;
    background-color: transparent;

    cursor: pointer;
}
.filters__btn.active rect {
    fill: #222840;
}

.sort {
    position: relative;

    cursor: pointer;

    min-width: 100px;

    z-index: 3;
}
.sort p {
    color: #222840;
    margin-bottom: 0;
}

.sort::after {
    transition: 0.7s;

    content: "";
    position: absolute;
    top: 0;
    right: -30px;

    width: 30px;
    height: 30px;

    background-image: url("../i/icons/Arrow--down.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
}
.sort.active::after {
    transform: rotate(180deg);
}

@keyframes anim__filter--open {
    0% {
        max-height: 0;
        padding: 0 0;
        transform: translateY(0);
        border-radius: 0;
        box-shadow: 0 0 0 0 rgba(209, 209, 209, 0.8);
        border: 0px solid rgb(235, 234, 234);
    }
    1% {
        max-height: 2px;
        padding: 5px 12px 15px;
        transform: translateY(30px);
        border-radius: 0;
        box-shadow: 0 0 0 0 rgb(199, 199, 199);
        border: 1px solid rgb(235, 234, 234);
    }
    100% {
        max-height: 200px;
        padding: 5px 12px 15px;
        transform: translateY(50px);
        border-radius: 5px;
        box-shadow: 0 0 20px 0 rgb(199, 199, 199);
        border: 1px solid rgb(235, 234, 234);
    }
}

@keyframes anim__filter--close {
    0% {
        max-height: 0;
        padding: 0 0;
        transform: translateY(0);
        border-radius: 0;
        box-shadow: 0 0 0 0 rgba(209, 209, 209, 0.8);
    }
    1% {
        max-height: 2px;
        padding: 5px 12px 15px;
        transform: translateY(30px);
        border-radius: 0;
        box-shadow: 0 0 0 0 rgb(199, 199, 199);
        border: 1px solid rgb(235, 234, 234);
    }
    100% {
        padding: 5px 12px 15px;
        transform: translateY(50px);
        max-height: 200px;
        border-radius: 5px;
        box-shadow: 0 0 20px 0 rgb(199, 199, 199);
        border: 1px solid rgb(235, 234, 234);
    }
}

@keyframes anim__sort--open {
    0% {
        max-height: 0;
        padding: 0 0;
        transform: translateY(0);
        border-radius: 0;
        box-shadow: 0 0 0 0 rgba(209, 209, 209, 0.8);
        border: 0px solid rgb(235, 234, 234);
    }
    1% {
        max-height: 2px;
        padding: 5px 12px 15px;
        transform: translateY(20px);
        border-radius: 0;
        box-shadow: 0 0 0 0 rgb(199, 199, 199);
        border: 1px solid rgb(235, 234, 234);
    }
    100% {
        max-height: 200px;
        padding: 5px 12px 15px;
        transform: translateY(30px);
        border-radius: 5px;
        box-shadow: 0 0 20px 0 rgb(199, 199, 199);
        border: 1px solid rgb(235, 234, 234);
    }
}

@keyframes anim__sort--close {
    0% {
        max-height: 0;
        padding: 0 0;
        transform: translateY(0);
        border-radius: 0;
        box-shadow: 0 0 0 0 rgba(209, 209, 209, 0.8);
    }
    1% {
        max-height: 2px;
        padding: 5px 12px 15px;
        transform: translateY(20px);
        border-radius: 0;
        box-shadow: 0 0 0 0 rgb(199, 199, 199);
        border: 1px solid rgb(235, 234, 234);
    }
    100% {
        padding: 5px 12px 15px;
        transform: translateY(30px);
        max-height: 200px;
        border-radius: 5px;
        box-shadow: 0 0 20px 0 rgb(199, 199, 199);
        border: 1px solid rgb(235, 234, 234);
    }
}

.sort-list {
    position: absolute;
    top: 0;

    /*transition: max-height 0.3s, padding 0s, transform 0.5s;*/
    max-height: 0;

    transform: translateY(30px);

    background-color: white;

    box-shadow: 0 0 20px 0 rgb(199, 199, 199);
    border-radius: 8px;

    padding: 0 0;

    width: 100%;

    min-width: 200px;
    overflow-y: hidden;

    z-index: 3;
}

.sort-list li.active {
    position: relative;
}
.sort-list li.active::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);

    width: 20px;
    height: 20px;

    background-image: url("../i/icons/box--checked.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.super-sort.active {
    z-index: 5;
}
.super-sort.active .sort-list {
    animation: anim__filter--open 0.5s ease forwards;
    overflow-y: auto;
}
.super-sort.inactive .sort-list {
    animation: anim__filter--close 0.3s ease forwards reverse;
}

.sort.active .sort-list {
    animation: anim__sort--open 0.5s ease forwards;
}
.sort.inactive .sort-list {
    animation: anim__sort--close 0.3s ease forwards reverse;
}

.super-sort {
    position: relative;
    display: flex;
    align-items: center;
    /*width: 270px;*/
    width: 100%;
    height: 40px;
    border-radius: 5px;

    margin-bottom: 15px;

    background-color: #ffffff;

    cursor: pointer;

    z-index: 4;
}
.show-filter {
    min-width: 140px;

    font-family: Manrope;
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #222840;

    text-align: center;

    cursor: pointer;
}

.mob-br {
    display: none;
}

.super-sort input {
    border: none;
    outline: none;

    padding-left: 15px;

    width: 100%;

    cursor: pointer;
}
.super-sort.active input {
    cursor: text;
}

/*
.super-sort::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);

	width: 30px;
	height: 30px;

	background-image: url('../i/icons/Arrow--down.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px;
}

.super-sort.active::after{
	right: 8px;
	background-image: url('../i/search_dark.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
}
*/

.filter__open {
    border: none;
    outline: none;
    background-color: transparent;

    width: 20px;
    height: 20px;

    transform: translateX(-10px);

    cursor: pointer;
}
.filter__open::after {
    transition: transform 0.4s ease;

    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 30px;
    height: 30px;

    background-image: url("../i/icons/Arrow--down.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
}

.super-sort.active .filter__open::after {
    transform: translate(-50%, -50%) rotate(180deg);
}

.super-sort li:not(:last-child) {
    /*margin-bottom: 10px;*/
}

.sort-list__label {
    display: inline-flex;
    align-items: center;
    user-select: none;

    width: 100%;

    cursor: pointer;

    padding-top: 5px;
    padding-bottom: 5px;
}
.sort-list__label span {
    padding-right: 30px;
}

.sort-list__container > span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);

    width: 20px;
    height: 20px;

    /*border: 1px solid grey;*/
}
.sort-list__container > input:hover + span::after {
    box-shadow: 0 0 2px 2px rgba(238, 238, 238, 0.15);
}
.sort-list__container > input:checked + span::after {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("../i/icons/box--checked.svg");

    opacity: 0.4;
}
.sort-list__container > input:checked:hover + span::after {
    opacity: 0.8;
}

.super-sort.active .super-sort__count {
    display: none;
}
.super-sort__count {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);

    padding: 0 10px;

    font: inherit;
    font-size: 12px;
    color: rgb(107, 107, 107);

    border-radius: 3px;

    /*background-color: rgb(207, 207, 207);*/
}

/*Результаты выбора фильтров*/
/****************************/

.filter__btns {
    display: flex;
    justify-content: space-between;
    flex-direction: column;

    font-family: Manrope;
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    color: #f4f5f6;
    text-align: center;

    width: 100%;
}
.filter__btns button:first-child {
    margin-bottom: 10px;
}

.filter__result-del,
.filter__result-reset,
.filter__result-btn {
    /*Кнопки*/

    transition: background-color 0.4s, opacity 0.15s;
    font: inherit;
    color: inherit;

    border: none;
    outline: none;
    border-radius: 5px;

    cursor: pointer;
}
.filter__result-del:active,
.filter__result-reset:active,
.filter__result-btn:active {
    opacity: 0.7;
}

.filter__result-reset {
    width: 100%;
    height: 50px;

    padding: 0;

    background-color: #222840;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.filter__result-reset:hover {
    background-color: #181d2e;
}
.filter__result-btn {
    width: 100%;
    height: 50px;

    background-color: #f50000;
    justify-self: end;
}
.filter__result-btn:hover {
    background-color: #bf0000;
}

.filter__result-block {
    display: none;
}

.filter__result-list {
    display: flex;
    justify-content: stretch;
    flex-wrap: wrap;

    width: 100%;

    margin: 15px 0;
}
.filter__result-item {
    position: relative;
    display: flex;

    align-items: center;

    width: 100%;
    height: 50px;
    padding: 0 10px;

    /*flex-grow: 1;*/

    border-radius: 5px;
    background: #fff;
}

.filter__result-item:not(:last-child) {
    margin-bottom: 10px;
}
.filter__result-del {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);

    width: 18px;
    height: 18px;

    cursor: pointer;

    background-color: transparent;
}
.filter__result-del::before,
.filter__result-del::after {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;

    width: 1px;
    height: 18px;

    background-color: #222840;
}
.filter__result-del::before {
    transform: rotate(45deg);
}
.filter__result-del::after {
    transform: rotate(-45deg);
}

.filter__result-text {
    font: inherit;
    color: #222840;
    width: 100%;

    margin: 0;

    padding-right: 40px;
}

.sort-list__check {
}

.sort-list {
}
.filters__btns {
    /*margin-left: auto;*/
}

.filters__btn-block {
}
.filters__btn-list {
}

@media screen and (min-width: 766px) {
    .sorts {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;

        border-radius: 5px;
        background-color: #dbdbdb;

        padding: 10px;
    }

    .sort {
        cursor: pointer;
        padding-left: 5px;
    }

    .filters {
        /*margin-left: 2%;*/
        margin-bottom: 50px;
    }
    .filters select {
        border: none;
        outline: none;
        background-color: transparent;
    }
    .filters option {
        border: none;
        outline: none;
        background-color: transparent;
    }

    .filters__btn {
        border: none;
        outline: none;
        background-color: transparent;

        cursor: pointer;
        margin-right: 5px;
    }
    .filters__btn.active rect {
        fill: #222840;
    }
}

.td-article {
    max-width: 120px;
}

/*Пагинация*/

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination_prev,
.pagination_next {
    position: relative;

    display: block;

    width: 20px;
    height: 20px;

    transform: translateY(1px);
}
.pagination_prev {
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    background-image: url("../i/icons/Arrow-pagination--prev.svg");
}
.pagination_next {
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    background-image: url("../i/icons/Arrow-pagination--next.svg");
}

.pagination__list {
    display: flex;
    align-items: baseline;
}
.pagination__link {
    display: block;
    padding: 10px;

    font-family: "Open Sans Condensed";
    font-weight: bold;
    font-size: 22px;
    line-height: 36px;
    text-align: center;
    color: #8f929e;
}
.pagination__link.active {
    color: #222840;
}

@media (min-width: 768px) {
    .pagination {
        justify-content: start;
    }
    .pagination_prev,
    .pagination_next {
        width: 40px;
        height: 40px;
    }

    .pagination__link {
        padding: 15px;
        font-size: 32px;
        line-height: 65px;
    }

    .filter__result-item {
        width: auto;

        margin-bottom: 0;
    }
    .filter__result-item:not(:last-child) {
        margin-bottom: 0;
        margin-right: 10px;
    }
}

@media (min-width: 1024px) {
    .sort p {
        margin-left: 10px;
        margin-bottom: 0;
    }

    .super-sort {
        width: 47%;
    }
    .super-sort:not(:last-child) {
        margin-right: 15px;
    }

    .filter__btns {
        flex-direction: row;
    }

    .filter__btns button:first-child {
        margin-bottom: 0;
    }

    .filter__result-block {
        display: flex;

        font: inherit;

        width: auto;

        margin: 0 20px;
    }

    .filter__result-reset {
        width: 260px;
        min-width: 200px;
    }
    .filter__result-btn {
        width: 150px;
        min-width: 110px;
    }

    .filter__result-list {
        margin: 0;
    }

    .filter__result-item {
        width: auto;

        margin-bottom: 10px;
    }
    .filter__result-item:not(:last-child) {
        margin-bottom: 10px;
        margin-right: 10px;
    }
}

@media (min-width: 1150px) {
    .super-sort {
        width: 31%;
    }
    .super-sort:not(:last-child) {
        margin-right: 15px;
    }
}

@media (min-width: 1400px) {
    .super-sort {
        width: 23%;
    }
    .super-sort:not(:last-child) {
        margin-right: 15px;
    }
}
@media (min-width: 1920px) {
    .super-sort {
        width: 18.2%;
    }
    .super-sort:not(:last-child) {
        margin-right: 15px;
    }
}

.box__link {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 177px;
    height: 50px;

    font-size: 16px !important;

    color: #000000 !important;

    background-color: white;
}
@media (min-width: 375px) {
    .box__link {
        font-size: 20px !important;

        width: 252px;
        height: 66px;
    }
}
@media (min-width: 500px) {
    .box__link {
        height: 76px;
    }
}

#over-btns {
    transition: 0.2s;

    position: fixed;
    right: 5px;
    bottom: 30px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;

    width: 50px;
    height: 120px;

    background-color: rgba(248, 248, 248, 0.5);

    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

    -webkit-backdrop-filter: blur(100px);
    backdrop-filter: blur(100px);

    z-index: 102;
}

@media (max-width: 1021px) {
    #over-btns{
        display: none;
    }
}

#over-btns:hover,
#over-btns:focus {
    background-color: rgba(248, 248, 248, 1);
}
.over-btns__item {
    position: relative;

    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
}
.over-btn img {
    width: 55%;
}
.over-btns__count {
    position: absolute;
    top: -10px;
    right: 5px;

    display: flex;
    justify-content: center;
    align-items: center;

    width: 20px;
    height: 20px;

    font-size: 10px;
    line-height: 150%;
    color: #ffffff;

    background-color: #bc1622;
    border-radius: 70%;
}

.total__item {
    display: table-cell !important;
    /* font: inherit; */
    font-size: 24px;
    font-weight: 900;
    width: 33%;
}
@media (max-width: 800px) {
    .total__item {
        font-size: 16px !important;
    }
    /* .items .wrap{
		width: 49%;
	} */

    .show-filter {
        min-width: auto;
    }
    .mob-br {
        display: block;
    }

    .product-item td:first-child {
        width: 42%;
        min-width: 42%;
        max-width: 42%;
    }
    .modal-city {
        width: 100%;
        min-height: 100vh;
    }
}

@media (min-width: 370px) and (max-width: 417px) {
    #menu .menu_items {
        height: 99vh;
        min-height: 99vh;
        max-height: 99vh;
    }
}

@media (max-width: 500px) {
    #menu .menu_items {
        height: 100%;
    }

    .total__item {
        font-size: 14px !important;
    }
    .items .wrap {
        width: 100% !important;
    }
    .slider_b7 .item {
        opacity: 1;
    }
    .slider_b7 .item > span {
        font-size: 1.5rem;
        color: #ffffff;
        line-height: 1;
        -webkit-transform: translateY(-3rem);
        -ms-transform: translateY(-3rem);
        transform: translateY(-3rem);
    }
    .slider_b7 .item .button {
        -webkit-transform: translateX(0rem);
        -ms-transform: translateX(0rem);
        transform: translateX(0rem);
        opacity: 1;
    }
    .slider_b7 .item .button .elem {
        -webkit-box-shadow: 0 0 0 1rem #ffffff;
        box-shadow: 0 0 0 1rem #ffffff;
    }
    .slider_b6 .item .down > .button > .elem {
        -webkit-box-shadow: 0 0 0 0.5rem #ffffff;
        box-shadow: 0 0 0 0.5rem #ffffff;
    }
}

.total__item:first-child {
    width: 24%;
}
@media (max-width: 500px) {
    .total__item:first-child {
        width: 5%;
    }

    .block_11 .item .head {
        height: auto;
    }
    .first {
        -webkit-line-clamp: 100;
    }

    .block_11 .item .text {
        height: auto;
    }
}
.total__item-text {
    text-align: right;
}

/* Стилизация каунтера для калькулятора */

.input-calc {
    position: relative;

    display: flex;
    justify-content: space-between;
    width: 104px;
    height: 32px;

    z-index: 3;
}
.count-btn {
    position: relative;

    display: flex;
    justify-content: center;
    align-items: center;

    width: 32px;
    border: none;

    font-size: 30px;
    line-height: 110%;

    color: white;
    background-color: #f50000;

    cursor: pointer;
}

@media (max-width: 460px) {
    .input-calc {
        width: 76px;
        height: 28px;
    }
    .count-btn {
        width: 22px;

        font-size: 24px;
        line-height: 110%;
    }
    .input-calc__i {
        width: 32px !important;

        font-size: 14px;
    }
}

/* .count-btn::before,
.count-btn::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;

	width: 20px;
	height: 20px;

	color: tomato;
} */
:root {
    --radius-pixel: 4px;
}
.input-calc__minus {
    border-radius: var(--radius-pixel) 0 0 var(--radius-pixel);
}
.input-calc__i {
    text-align: center;

    border: 2px solid #f50000;
    box-shadow: none !important;
    outline: none;
    width: 40px;
}
.input-calc__plus {
    border-radius: 0 var(--radius-pixel) var(--radius-pixel) 0;
}

.open-city {
    color: #666c72;
    font-weight: 600;

    margin: 0 30px;
}
.open-city:hover {
    border-bottom: 1px solid #666c72;
}

.menu-item__open-city {
    display: none;
    border-bottom: 1px solid #666c72;

    padding: 0;
    margin: 20px 0;
}
@media (max-width: 1023px) {
    .menu-item__open-city {
        display: block;
    }

    /* .block_11 .item .head{
		height: 88px;
	}
	.block_11 .item .head span {
		height: 88px;
	} */

    #menu {
        height: calc(100vh - 88px) !important;
        max-height: 490px !important;
    }

    .block_11 .index-new {
        min-width: 257px;
        width: 257px;
    }

    .block_11 .wrap {
        width: 48%;
    }

    .product-item td:first-child {
        width: 48%;
        min-width: 8%;
        max-width: 48%;
    }
}

.modal-city {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    display: none;
    font-size: 1.2rem;
    font-weight: 400;
    color: #302f2f;
    padding: 0;
    background: rgba(5, 28, 58, 0.5);

    /*min-width: 880px;
	max-width: 980px;*/
    /*background-color: white;*/
}

.modal-city__inner {
    position: relative;
    /*height: 100%;*/
}

.modal-city__top {
    position: absolute;
    width: 100%;
    top: 20px;
    left: 0;
    z-index: 1000;
}

.modal-city__tab {
    padding-top: 150px;
    display: none;
    height: 100%;
}

.modal-city__tab-city {
    padding: 150px 15px 0;
    display: none;
    height: 100%;
}

.modal-city__tab-map {
    display: none;
    min-height: 100vh;
}
.modal-city__tab--show {
    display: block;
}
.modal-city__list {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
    padding: 15px;
    /*margin-top: 200px;*/
}

.modal-city__header {
    font-size: 1.5em;
    font-style: normal;
    font-weight: 500;
    background: rgba(5, 28, 58, 0.7);
    color: #ffffff;
}

@media (min-width: 600px) {
    .modal-city__header {
        font-size: 2em;
    }
}
.modal-city-tabs {
    display: flex;
    justify-content: center;
}
.modal-city-tabs_item {
    background: #c9c9c9;
    font-size: 0.7em;
    padding: 8px 13px;
    border-radius: 5px;
    margin-right: 30px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

.modal-city-tabs_item--active {
    background: #ffffff;
}

.modal-city-tabs_item:hover {
    background: #dddddd;
}
.modal-city-tabs_item--active:hover {
    background: #ffffff;
}

.modal-city__close {
    top: 22px;
    width: 30px;
    height: 30px;
    z-index: 1000;
}

.modal-city__close::before {
    width: 20px;
    opacity: 1;
    background: #fff;
}

.modal-city__close::after {
    width: 20px;
    opacity: 1;
    background: #fff;
}

.modal-city-tabs_item:last-child {
    margin-right: 0;
}

@media (min-width: 600px) {
    .modal-city__close {
        /*top: 30px;*/
        width: 40px;
        height: 40px;
    }

    .modal-city__close::before {
        width: 30px;
    }

    .modal-city__close::after {
        width: 30px;
    }

    .modal-city-tabs_item:last-child {
        margin-right: 0;
    }
}

.modal-city .city-sublist__link {
    font-size: 1rem;
    color: inherit;
}

.modal-city__form {
    margin-bottom: 30px;
    width: 100%;
}
.modal-city__search {
    border: 2px solid #f50000;
    border-radius: 5px;
    width: 100%;
    height: 50px;
}
.city-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;

    padding: 20px;

    max-height: 320px;

    overflow-y: auto;

    border-radius: 8px;
    background-color: #c0cfdd;
}
.city-list__block {
    display: flex;
    justify-content: space-between;
    align-items: start;
    align-content: flex-start;
}
.city-list__item {
    margin-bottom: 20px;
    padding: 5px;
    border-radius: 5px;
    text-align: left;
    /* background-color: #c4d5e6; */

    /* width: 31%; */
    width: 270px;
    flex-basis: 1;
    flex-grow: 1;

    flex-grow: initial;
}
@media (max-width: 916px) {
    .city-list__item {
        width: 48%;
    }
    .modal-city {
        width: 100%;
        min-height: 100vh;
    }
}
@media (max-width: 650px) {
    .city-list__item {
        width: 100%;
    }
    .modal-city {
        width: 100%;
        min-height: 100vh;
    }
}

.city-list__item:last-child {
    margin-right: auto;
}
.city-list__item:not(:last-child) {
    /* margin-right: 30px; */
}
.show-city {
    margin-left: 15px;
    color: white;
    font-weight: 800;
    text-shadow: 0 0 2px black;
}
.city-sublist {
    transition: max-height 0.4s;
    text-align: left;
    padding: 5px 5px 5px 12px;
    max-height: 0;
    overflow-y: hidden;

    /* background-color: #c4d5e6; */
}
.city-list__item.active .city-sublist {
    max-height: 200px;
    overflow-y: auto;
    /* padding: 5px 5px 5px 12px; */
}
.city-list__text {
    margin: 0;
}

.header_contacts {
    position: relative;
}

.session-clicked_tel .copy-tel {
    display: none;
}

.copy-tel {
    transition: opacity 200ms;

    position: absolute;
    top: 2px;
    right: -25px;

    display: inline-block;
    opacity: 0;

    width: 20px;
    height: 20px;

    background-image: url("../i/icons/tel-copy.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.contact-foot .copy-tel {
    background-image: url("../i/icons/tel-copy_white.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

@media (min-width: 768px) {
    .header_contacts:hover .copy-tel--active {
        opacity: 1;
    }
}

.copy-tel__clip {
    position: absolute;
    top: -20px;
    right: -50%;
    transform: translateX(30%);

    font: inherit;

    background: transparent;
    color: white;

    padding: 0 3px 2px;
    border-radius: 3px;
    height: 0;
    overflow: hidden;
}

.copy-tel__clip--active {
    background-color: #222840;
    transition: height 200ms;
    height: 120%;
}

.production-list ul {
    list-style: disc;
    padding-left: 25px;
}

.card-table__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-table__mob {
    padding: 15px;
}

.card-table__controls {
    display: flex;
}

.card-table__controls--hide {
    display: none;
}

.card-table__arrow {
    position: relative;
    display: flex;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #fff;
    margin-right: 40px;
    cursor: pointer;
}

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

.card-table__arrow::before {
    content: "";
    position: absolute;
    top: 35%;

    /*transform: translate(-50%, -50%);*/
    display: block;
    width: 20px;
    height: 15px;
    background-image: url("../i/icons/Arrow--down.svg");
    background-repeat: no-repeat;
    transform-origin: 50% 50%;
}

.card-table__arrow--prev::before {
    transform: rotate(90deg);
    left: 20%;
}

.card-table__arrow--next::before {
    transform: rotate(270deg);
    right: 20%;
}

.similar {
    overflow: hidden;
}

.similar__track {
    display: flex;
    transition: 0.2s;
}

.similar__slide {
    margin-right: 0;
    min-width: 100%;
    max-width: 100%;
}
.similar__slide:not(:nth-child(4n)) {
    margin-right: 0;
}

.similar__slide:nth-child(4n) {
    margin-right: 0;
}

@media (min-width: 500px) {
    .similar__slide {
        margin-right: 2%;
        min-width: 48%;
        max-width: 48%;
    }
    .similar__slide:not(:nth-child(4n)) {
        margin-right: 2%;
    }

    .similar__slide:nth-child(4n) {
        margin-right: 2%;
    }
}

@media (min-width: 700px) {
    .similar__slide {
        margin-right: 2%;
        min-width: 32%;
        max-width: 32%;
    }
    .similar__slide:not(:nth-child(4n)) {
        margin-right: 2%;
    }

    .similar__slide:nth-child(4n) {
        margin-right: 2%;
    }
}

@media (min-width: 1450px) {
    .similar__slide {
        margin-right: 1.5%;
        min-width: 24%;
        max-width: 24%;
    }
    .similar__slide:not(:nth-child(4n)) {
        margin-right: 1.5%;
    }

    .similar__slide:nth-child(4n) {
        margin-right: 1.5%;
    }
}

@media (min-width: 1700px) {
    .similar__slide {
        margin-right: 1.2%;
        min-width: 19%;
        max-width: 19%;
    }
    .similar__slide:not(:nth-child(4n)) {
        margin-right: 1.2%;
    }

    .similar__slide:nth-child(4n) {
        margin-right: 1.2%;
    }
}
.draggable .img {
    width: 400px;
    height: 400px;
    position: relative;
}
/*.draggable .img::before {*/
.hide-watermark {
    position: relative;
}
.hide-watermark::before {
    position: absolute;
    content: "";
    bottom: 30px;
    right: 16px;
    width: 69px;
    height: 18px;
    background: #bdd0df;
}

.draggable img {
    width: 100%;
    /*height: auto;*/
    height: 100%;
    max-width: 400px;
    max-height: 373px;
    object-fit: contain;
}

.slider_b6 .item img {
    max-height: 100%;
}


@keyframes currenteCity {
    from {
        width: 50px;
        height: 50px;
    }

    to {
        width: 20px;
        height: 20px;
    }
}

.mark {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #f50000;
}

.mark__content {
    left: 7px;
    font-size: 12px;
    /*font-weight: bold;*/
    white-space: nowrap;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    color: #ffffff;
}

.mark--active::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    animation: currenteCity 2s infinite;
    background: radial-gradient(
        circle,
        rgba(245, 0, 0, 0) 40%,
        rgba(245, 0, 0, 1) 90%
    );
}

#block_1 .block_1 .h1 p.header-subtitle {
    max-width: 300px;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    color: #222840;
}

@media (min-width: 500px) {
    #block_1 .block_1 .h1 p.header-subtitle {
        font-size: 40px;
        max-width: 400px;
    }
}

.question-title {
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 30px;
    color: #222840;
    font-weight: 200;
    line-height: 1.1;
    margin-bottom: 0;
    width: 100%;
}

.question-title span {
    font-weight: 700;
}

.question-title__wrap {
    max-width: 550px;
}

.wrap-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

@media (min-width: 500px) {
    .question-title {
        font-size: 40px;
    }
}

@media (min-width: 1023px) {
    .question-title {
        margin-left: 80px;
        font-size: 48px;
    }
}

@media (min-width: 1530px) {
    .question-title {
        margin-left: 80px;
        font-size: 56px;
    }
}

.red-letter {
    display: inline-block;
}

.red-letter::first-letter {
    color: #f50000;
    text-transform: uppercase;
}

.main-header {
    max-width: 500px;
}

.m0 {
    margin: 0;
}

.db {
    display: block;
}

.vacancies-card {
    background: #fff;
    padding: 30px 60px;
    margin-bottom: 30px;
    border-radius: 5px;
}

.vacancies-card:last-child {
    margin-bottom: 0;
}

.vacancies-card__title {
    margin-bottom: 20px;
}

.vacancies-card__link {
    font-size: 24px;
    color: #606475;
}

.vacancies-card__link:hover {
    color: #000;
}

.vacancies-card__price {
    display: flex;
    margin-bottom: 50px;
    font-weight: bold;
}

.vacancies-card__num {
    margin-right: 10px;
}

.vacancies-card__desc {
    margin-bottom: 30px;
}

.vacancies-card__footer {
    display: flex;
    justify-content: space-between;
}

.vacancies-card__btn {
    border: none;
    background: #222840;
    padding: 12px 24px;
    color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
}

.vacancies-card__btn:hover {
    background: #38426b;
}

.vacancie-modal {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    top: 0;
    width: 100%;
    padding-top: 100px;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.411);
    overflow-y: auto;
    /*min-height: 1000px;*/
}

.vacancie-modal--show {
    display: block;
}
.vacancie-modal__inner {
    max-width: 450px;
    /*min-width: none;*/
    padding: 30px;
    margin: 0 auto;
    background: #fff;
}
.vacancie-modal__title {
    color: #222840;
}

.vacancie-modal__strong {
    color: #222840;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.vacancie-modal__red {
    color: #f50000;
}

.vacancie-modal__message {
    display: none;
}

.vacancie-modal__message--show {
    display: block;
}

.slider_b7_bg_gradient {
    position: absolute;
    /* background: #000; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(2,0,36);
    background: linear-gradient(0deg, rgb(36 57 74) 0%, rgba(0,212,255,0) 100%);
    /*opacity: 0;*/
    transition: .3s;
}
.slider_b7 .item:hover .slider_b7_bg_gradient {
    opacity: 1;
}
.editable {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.block-edit-page input {
    width: 100%;
}
button.block-edit-page_send {
    width: 50%;
    margin-top: 5px;
    border: 1px solid #606475;
    color: #606475;
    background: #fff;
    padding: 7px;
    border-radius: 5px;
    cursor: pointer;
}
button.block-edit-page_end {
    width: 50%;
    margin-top: 5px;
    border: 1px solid #606475;
    color: #606475;
    background: #fff;
    padding: 7px;
    border-radius: 5px;
    cursor: pointer;
}
@media (max-width: 620px) {
    .filter {
        display: none;
    }
    .show-filter {
        display: none;
    }
}

.fast-order-anchor{
    position: absolute;
    top: -100px;
}

.fast-order-btn{
  text-align: center;
    width: 100%;
    max-width: 300px;
}

@media (min-width: 620px) {
    .fast-order-btn{
        text-align: center;
    }
}

.about-vacancy{
    margin: 50px 0;
    padding: 0 0 50px 0;
    background: #E2E2E2;
    font-family: "Arial", sans-serif;
}

.about-vacancy__header{
    position: relative;
    /*height: 450px;*/
    margin-bottom: 30px;
}
.about-vacancy__img{
    /*position: absolute;*/
    display: block;
    width: 100%;
}
.about-vacancy__wrap{
    position: relative;
    display: flex;
    align-items: center;
    /*margin-bottom: 50px;*/
}
.about-vacancy__performance{
    top:50%;
    position: absolute;
    transform: translateY(-50%);
    display: flex;
    /*flex-direction: column-reverse;*/
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    gap: 20px;
}

@media (min-width: 900px) {
    .about-vacancy__performance{
        padding: 0 28px;
    }
}

.about-vacancy__main-title{
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 18px;
    color: #222840;
    line-height: 1.2;
    font-weight: 900;
    padding-left: 10px;
    margin-bottom: 0;
}

.about-vacancy__main-title::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 5px;
    height: 50%;
    background: #c10002;
}


@media (min-width: 900px) {
    .about-vacancy__main-title::before{
        height: 50%;
    }
}


@media (min-width: 900px) {
    .about-vacancy__main-title{
        font-size: 36px;
        width: 288px;
        padding-left: 30px;
    }
}

@media (min-width: 1280px) {
    .about-vacancy__main-title{
        font-size: 45px;
        width: 353px;
    }
}

@media (min-width: 1720px) {
    .about-vacancy__main-title{
        font-size: 59px;
        width: 453px;
    }
}


.about-vacancy__logo{
    width: 80px;
}

@media (min-width: 900px) {
    .about-vacancy__logo{
        width: 150px;
    }

}

@media (min-width: 1280px) {
    .about-vacancy__logo{
        width: 250px;
    }

}

@media (min-width: 1720px) {
    .about-vacancy__logo{
        width: 380px;
    }

}
.about-vacancy__body{
    /*display: none;*/
    padding: 10px 10px 42px;
}

.about-vacancy__body ul{

}

.about-vacancy__body li{
    position: relative;
    margin-bottom: 10px;
    padding-left: 24px;
}

.about-vacancy__body li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    display: block;
    width: 12px;
    height: 1px;
    background: #000;
}





@media (min-width: 900px) {
    .about-vacancy__body{
        padding: 28px 30px 52px;
    }
}

.about-vacancy__text{
    font-size: 14px;
}

@media (min-width: 900px) {
    .about-vacancy__text{
        font-size: 16px;
    }
}

.about-vacancy__text--big{
    font-size: 20px;
    font-weight: 700;
}
.about-vacancy__block{
    margin-bottom: 40px;
}

.about-vacancy__title{
    font-size: 20px;
    font-weight: 600;
}

.about-vacancy-list__item{
    position: relative;
    margin-bottom: 10px;
    padding-left: 24px;
}

.about-vacancy-list__item::before{
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    display: block;
    width: 12px;
    height: 1px;
    background: #000;
}

.about-vacancy__text--strong{
    font-weight: 600;
}
.about-vacancy-advantage{
    /*display: none;*/
    position: relative;
    padding: 0 10px;
    margin-bottom: 50px;
}


@media (min-width: 900px) {
    .about-vacancy-advantage{
        font-size: 16px;
        padding: 0 28px;
    }
}

.about-vacancy-advantage__title{
    font-size: 24px;
    font-weight: 600;
    position: relative;

    margin-bottom: 30px;
}
@media (min-width: 1150px) {
    .about-vacancy-advantage__title{
        text-align: right;
        margin-bottom: 50px;
    }
}

@media (min-width: 1280px) {
    .about-vacancy-advantage__title{
        font-size: 34px;
    }
}

.about-vacancy-advantage__img{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}

@media (min-width: 1150px) {
    .about-vacancy-advantage__img{
        display: block;
    }
}


.about-vacancy-item{
    display: flex;
    align-items: center;
    width: 100%;

    gap: 15px;
    margin-bottom: 30px;
}
@media (min-width: 1150px) {
    .about-vacancy-item{
        display: grid;
        grid-template-columns: auto 40%;
        gap: 30px;
    }
}


@media (min-width: 1400px) {
    .about-vacancy-item{
        grid-template-columns: auto 30%;
    }
}



@media (min-width: 1600px) {
    .about-vacancy-item{
        grid-template-columns: auto 40%;
    }
}

.about-vacancy-item__line{
    display: flex;
    align-items: center;
    flex-shrink: 0;
    /*background: #fff;*/
}

.about-vacancy-item__base{
    width: 100%;

    height: calc( 100% - 2px);
    background: #fff;
    display: none;
}

@media (min-width: 1150px) {
    .about-vacancy-item__base{
        display: block;
        width: 100%;
        height: 64px;
    }
}

@media (min-width: 1400px) {
    .about-vacancy-item__base{
        height: 100px;
    }
}

.about-vacancy-item__title{
    color: #c10002;
    font-size:18px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 5px;
}

@media (min-width: 1400px) {
    .about-vacancy-item__title{
        font-size: 28px;
    }
}

.about-vacancy-item__text{
    font-size: 14px;
    margin: 0;
}

@media (min-width: 1400px) {
    .about-vacancy-item__text{
        font-size: 18px;
    }
}

.about-vacancy-item__icon{
    flex-shrink: 0;
    height: 64px;
}

@media (min-width: 1400px) {
    .about-vacancy-item__icon{
        height: 100px;
    }
}

.about-vacancy-bottom{
    /*padding: 0 50px;*/
    padding: 0 10px;
    display: grid;
    width: 100%;
    /*grid-template-columns: auto 30%;*/
    gap: 10px;
}

@media (min-width: 900px) {
    .about-vacancy-bottom{
        display: grid;
        grid-template-columns: auto 40%;
        gap: 10px;
        padding: 0 28px;
    }
}

@media (min-width: 1080px) {
    .about-vacancy-bottom{
        display: grid;
        grid-template-columns: auto 40%;
        gap: 10px;
    }
}

@media (min-width: 1280px) {
    .about-vacancy-bottom{
        display: grid;
        grid-template-columns: auto 30%;
        gap: 30px;
    }
}


.parallelogram{
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1280px) {
    .parallelogram{
        transform: skew(-13deg);
    }
}


.parallelogram.red{
    background: #c10002;
}

.parallelogram.white{
    background: #fff;
}

.parallelogram__content{
    padding: 10px;
}

@media (min-width: 1280px) {
    .parallelogram__content{
        transform: skew(13deg);
        padding: 20px;
    }
}

.about-vacancy__welcome{
    margin: 0;
    color:  #fff;
    font-size: 22px;
    text-align: center;
    line-height: 1;
    font-weight: 600;
}

@media (min-width: 1280px) {
    .about-vacancy__welcome{
        font-size: 40px;
    }
}


@media (min-width: 1440px) {
    .about-vacancy__welcome{
        font-size: 59px;
    }
}

.about-vacancy-info{
    text-align: center;
}

.about-vacancy-info__logo{
    width: 100px;
    margin-bottom: 5px;
}


@media (min-width: 1280px) {
    .about-vacancy-info__logo{
        width: 150px;
    }
}

.about-vacancy-info__copy{
    margin: 0;
    font-size: 14px;
}

@media (min-width: 1280px) {
    .about-vacancy-info__copy{
        font-size: 16px;
    }
}





/*.parallelogram{*/
/*    !*transform: skew(-13deg);*!*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/

/*}*/



/*.about-vacancy__welcome{*/

/*    padding: 10px 15px;*/
/*    !*width: 100%;*!*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    !*transform: skew(13deg);*!*/
/*    !*font-family: "Open Sans Condensed", sans-serif;*!*/
/*    font-size: 22px;*/
/*    !*!*background: #c10002;*!*!*/
/*    color:  #fff;*/
/*    !*line-height: 1;*!*/
/*    !*padding: 20px 0;*!*/
/*    !*margin: 0;*!*/
/*    font-weight: 900;*/
/*}*/


/*@media (min-width: 1400px) {*/
/*    .about-vacancy__welcome{*/
/*        width: 100%;*/
/*        display: flex;*/
/*        align-items: center;*/
/*        justify-content: center;*/
/*        transform: skew(13deg);*/
/*        font-family: "Open Sans Condensed", sans-serif;*/
/*        font-size: 59px;*/
/*        !*background: #c10002;*!*/
/*        color:  #fff;*/
/*        line-height: 1;*/
/*        padding: 20px 0;*/
/*        margin: 0;*/
/*        font-weight: 900;*/
/*    }*/
/*}*/


/*.about-vacancy-info__content{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    padding: 10px 15px;*/
/*    !*transform: skew(13deg);*!*/
/*}*/


/*.about-vacancy-info{*/
/*    display: flex;*/
/*    !*height: 100%;*!*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

/*.about-vacancy__logo--bottom{*/
/*    display: block;*/
/*    width: 100px;*/
/*}*/

.copyright-desktop{
    display: none;
}

@media (min-width: 1366px) {
    .copyright-desktop{
        display: block;
    }

}



.copyright-mobile{
    display: block;
    font-size: 11px; !important;
    color: #919191;
    margin-top: 40px;
}


@media (min-width: 1366px) {
    .copyright-mobile{
        display: none;
    }
}


.requisites{
    margin: 150px 0;
}

.requisites__title{
    font-family: 'Open Sans Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 76px;
    color: #222840;
    margin-bottom: 56px;
}

.requisites-table-row{
    display: flex;
    flex-direction: column;
    background: #f4f5f7;
    align-items: center;
}

.requisites-table-row:nth-child(odd){
    background: #fff;
}


.requisites-table-row__label{
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    padding: 10px ;
    color: #222840;
    margin: 0;
    /*width: 536px;*/

    flex-shrink: 0;
}

.requisites-table-row__value {
    font-family: 'Manrope';
    font-style: normal;
    font-size: 18px;

    padding: 10px;
    margin: 0;
    color: #222840;
}

@media (min-width: 1040px) {

    .requisites-table-row{
        flex-direction: row;


    }
    .requisites-table-row__label{
        padding: 24px;
        width: 33%;
    }

    .requisites-table-row__value{
        padding: 24px;
    }
}

.tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 30px;
}
.tag {
    color: #fff;
    border-radius: 5px;
    background-color: #222840;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    padding: 5px 20px;
    transition: background-color 0.4s, opacity 0.15s;
}
.tag:focus {
    color: #fff;
}
.tag:hover {
     background-color: #181d2e;
}

.price-list {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
}

.price-list__btn {
    padding: 11.5px;
    font-size: 12px;
}
.file__label {
    padding: 13px 20px 14px 16px;
    border: 1px solid rgba(139, 139, 139, 0.3);
    cursor: pointer;
    border-radius: 5px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.file__text {
    position: relative;
    display: inline-block;
    color: #444a52;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
}
.file__icon {
    width: 25px;
    height: 25px;
    background-image: url(/assets/i/icons/File.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


.shipping{
    padding-top: 60px;
    position: relative;
}

.shipping__anchor{
    position: absolute;
    top: -50px;
}

.shipping__title{
    margin-bottom: 24px;
    color: #222840;
    font-weight: 300;
    font-size: 32px;
    font-family: "Open Sans Condensed", sans-serif;
}

.shipping-card{
    margin-bottom: 25px;

}
.shipping-card:last-child{
    margin-bottom: 0;

}
.shipping-card__top{
    display: flex;
    gap: 24px;
    /*align-items: flex-start;*/
}

.shipping-card__img{
    width: 50px;
    margin-top: 7px;
    /*height: 50px;*/
    object-fit: contain;
    /*object-position: center;*/
}

.shipping-card__img.mini{
    width: 35px;
    margin-top: 0;
}


.shipping-card__slash{
    position: relative;
    display: block;
    width: 50px;
    margin-top: 11px;

}

.shipping-card__slash::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 20px;
    height: 5px;
    background: #f50000;

}
.shipping-card__header{

}

.shipping-card__title{
    margin: 0;
    font-size: 16px;
}

.shipping-card__subtitle{
    margin: 5px 0 0 0;
    display: inline-block;
    font-size: 14px;
    background: rgb(235, 234, 234);
    padding: 2px 4px;
}

.shipping-card__grey{
    display: inline-block;
    margin: 0;
    background: rgb(235, 234, 234);
    padding: 2px 4px;

}

.shipping-card__desc{

}

.shipping-card__text{
    padding-top: 10px;
    /*display: none;*/
}

.shipping-card__text.show{
    display: block;
}

.shipping-card__controls{
    margin: 10px 0 0 0;
}

.shipping-card__btn{
    color: #f50000;
    cursor: pointer;
}

.shipping-card__btn.hide{
    display: none;
}

.flex-column-block{
    flex-direction: column;
}

.card-nav-page{
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
    display: flex;
    gap: 10px;
}

@media (min-width: 420px) {
    .card-nav-page{
        /*flex-direction: row;*/
        gap: 10px;
    }
}

.card-nav-page__link{
    opacity: 0.7;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    border-bottom: 1px dashed #000;
    transition: opacity 0.2s linear;
    /*color: #f50000;*/
    /*display: inline-block;*/
    /*border-bottom: 1px dotted #f50000;*/
}

.card-nav-page__link:hover{
    opacity: 1;
}

.card-nav-page__icon{
    width: 35px;
    height: 35px;
}

.card-info-bottom__left{
    align-items: flex-end;
}


.card-info-available{
    display: flex;
    align-items: center;
}

.card-info-available p{
    margin: 0 0 5px 0;
}

.card-info-available svg{
    margin: 0 16px 0 0;
}

.card-info-bottom{

}

.reviews-block{

    margin-top: 64px;
}

.reviews-block__title{
    color: #222840;
    font-weight: 300;
    margin-bottom: 32px;
    font-size: 32px;

    font-family: "Open Sans Condensed", sans-serif;
}

.reviews-block__top{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;

}


@media (min-width: 1040px) {
    .reviews-block__top{
        flex-direction: row;
    }
}

.reviews-block__ya{
    background: #F5F5F5;

}

.reviews-block__btn{
    position: relative;
    padding: 17px 24px;
    background: #30324B;
    color: #fff;
    line-height: 1;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    bottom: 0;
    width: 100%;
    text-align: center;
}

@media (min-width: 1040px) {
    .reviews-block__btn{
        width: auto;
    }
}

.reviews-block__btn.add{
    margin-left: auto;
}

.reviews-block__btn:hover{
    bottom: 10px;
}

.reviews-block__list{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;


}

@media (min-width: 720px) {
    .reviews-block__list{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1280px) {
    .reviews-block__list{
        grid-template-columns: repeat(3, 1fr);
    }
}

.reviews-block__list.one-column{
    grid-template-columns: repeat(1, 1fr);
}

.feedback-card{
    position: relative;
    padding: 18px 18px 32px 18px;
    /*min-height: 240px;*/
    width: 100%;
    border-radius: 24px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 6px 10px;
    border: 1px solid rgb(235, 235, 235);
    background: #fff;
    transition: 0.2s ;
}


.feedback-card.skeleton{
    height: 120px;
}

.feedback-card:hover{
    box-shadow: rgba(0, 0, 0, 0.4) 0 6px 10px;
}

.feedback-card__top{


    margin-bottom: 16px;

}

.feedback-card__stars{

    display: flex;
    align-items: center;
}

.feedback-card__head{
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
}


.feedback-card__user{
    display: flex;
    gap: 20px;
    align-items: center;
}

.feedback-card__label{

}

.feedback-card__company{
    margin: 5px 0 0 0;
    color: #94A3B8;
    font-weight: 500;
    font-size: 14px;
}


.feedback-card__link{
    display: block;
    margin-top: 10px;
    color: #f00;
    font-size: 14px;
}


.feedback-card__info{
    /*margin-left: auto;*/

    display: flex;
flex-direction: column;
    gap: 5px;

}


@media (min-width: 769px) {
    .feedback-card__info{
        flex-direction: row;
        align-items: center;
        width: 100%;
        gap: 20px;
    }
}


.feedback-card__score{
    margin-left: auto;
    display: flex;
flex-direction: column-reverse;
    gap: 5px;
}


@media (min-width: 769px) {
    .feedback-card__score{
        margin-left: auto;
        flex-direction: row;
        align-items: center;

        gap: 20px;
    }
}

.feedback-card__pic{
    display: block;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #f4f5f6;
    padding: 5px;
}

.feedback-card__photo{
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.feedback-card__name{
    margin: 0;
    font-size: 14px;
    color: #0F172A;
    font-weight: 600;

}


@media (min-width: 769px) {
    .feedback-card__name {
        font-size: 16px;
    }
}
.feedback-card__date{

    margin: 0;
    color: #94A3B8;
    font-weight: 500;
    font-size: 12px;
}


@media (min-width: 769px) {
    .feedback-card__date {
        padding: 2px 0 0 0;
        font-size: 14px;
    }
}
.feedback-card__body{
    position: relative;
}


.feedback-card__title{
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}

.feedback-card__content{
    position: relative;
    max-height: 43px;
    overflow: hidden;
}

.feedback-card__content.open{
    max-height: 100%;
    height: auto;
}
.feedback-card__text{

    color: rgb(71, 85, 105);
    font-size: 14px;
    /*margin-bottom: 12px;*/
}

.feedback-card__text.open{
    /*height: auto;*/
}

.feedback-card-open{
    position: absolute;
    border: none;
    display: none;
    justify-content: flex-end;
    width: 100%;
    text-align: right;
    right: 0;
    bottom: 1px;
    border-radius: 24px;
    z-index: 100;

}

.feedback-card__pictures{
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.feedback-card__image{
    width: 75px;
    height: 75px;
}

.feedback-card__img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    cursor: pointer;
}

.feedback-card-open__label{
    padding: 0 50px;
    color: #ff0000;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 100%);
}

.feedback-card-open.show{
    display: flex;
}

.feedback-card__close{
    display: none;

    /*margin-top: 10px;*/
    cursor: pointer;
    color: #ff0000;
    font-weight: 400;
    font-size: 14px;

}

.feedback-card__close.show{
    display: inline;
}


@keyframes flicker {
    from{
        opacity: 0.2;
    }
    50%{
        opacity: 1;
    }
    to{
        opacity: 0.2;
    }
}

.reviews-block__loader{
    display: none;
    margin-top: 16px;
    animation: flicker 2s infinite linear;
}

.reviews-block__loader.show{
    display: grid;
}

.feedback-card__close.hide{
    display: none;
}

.feedback-card-answer{
    margin-top: 10px;
}

.feedback-card-answer__btn{
    padding: 0;
    margin: 0;
    cursor: pointer;
    color: #ff0000;
    font-weight: 400;
    font-size: 14px;
}

.feedback-card-answer__btn.hide{
    display: none;
}

.feedback-card-answer__content{
    padding-top: 10px;
    display: none;
}


.feedback-card-answer__top{
    display: flex;
    gap: 20px;
    margin-bottom: 16px;
}

.feedback-card-answer__content.show{
    display: block;
}
.feedback-card-answer__body{
    color: rgb(71, 85, 105);
    font-size: 14px;
    margin-left: 24px;
    padding-left: 10px;
    border-left: 1px solid rgba(71, 85, 105, 0.6);
}


.reviews-block__bottom{
    margin-top: 40px;
    display: flex;
    justify-content: center;

}


.reviews-block__more{
    position: relative;
    color: #ffffff;
    font-size: 14px;
    border-radius: 12px;
    padding: 17px 24px;
    line-height: 1;
    font-weight: 500;
    cursor: pointer;
    background:  #f50000;
    transition: 0.2s ease-in-out;
    bottom: 0;
}

.reviews-block__more:hover{
    bottom: 10px;
}

.reviews-block__more.hide{
    display: none;
}

/*.reviews-modal{*/
/*    !*display: none;*!*/
/*    position: fixed;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    padding-top: 100px;*/
/*    z-index: 1000;*/
/*    background: rgba(0, 0, 0, 0.411);*/

/*}*/


.feedback-modal{
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    padding-top: 100px;
    background: rgba(0, 0, 0, 0.411);
    overflow-y: auto;

}

.feedback-modal.open{
    display: block;
}


.feedback-modal__panel{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.feedback-modal__inner{
    position: relative;
    max-width: 438px;
    margin: 0 auto;
    background: #fff;
}

.feedback-modal__close{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}


.about_after {
    margin-top: 60px;
}

.about_after h2{

    margin: 32px 0 16px;
}

.about_after h3 {
    font-family: "Open Sans Condensed";
    font-weight: 300;
    font-size: 32px;
    line-height: 65px;
    text-align: left;
    color: #222840;
}
.about_after p {
    font-family: Manrope;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    color: #606475;
}

.about_after ul li {
    font-family: Manrope;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    color: #606475;

    margin-left: 20px;
    list-style-type: disc;
}

.about_after ol li {
    font-family: Manrope;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    color: #606475;
}


.feedback-modal__cross{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.feedback-modal__message{
    display: none;
}

.feedback-modal__message.show{
    display: block;
    color: #008349;
}
.feedback-modal__message.error{
    color: #ff0000;
}

.stars-group{
    border-bottom: 1px solid #c0cfdd;
    padding-bottom: 5px;
}

.stars-group__label{
    color: #3e4757;
    transition: all .2s ease;
    font-size: .9rem;
    margin-bottom: 10px;
}

.star-check{
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.star-check__empty{
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.star-check__fake{
    display: none;
}

.star-check__full{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.star-check__input:checked + .star-check__full{
    display: block;
}

.star-check__full.show{
    display: block;
}

.menu-item--nosubitems::before{
    display: none !important;
}

.questions-block{

    margin-bottom: 50px;
    /*display: none;*/
}

.question{
    border-top: 1px solid #d7d8d9;
}

.question.open .question__body{
    height: auto;
}

.question:last-child{
    border-bottom: 1px solid #d7d8d9;
}

.question.open .question-btn__cross{
    transform: rotate(45deg);
}

.questions-block__list{
    width: 100%;
}
.question__top{
    position: relative;
    display: flex;
    cursor: pointer;
    padding: 10px 30px 10px 0;
    user-select: none;
}

.questions-block__bottom{
    width: 100%;
    text-align: center;
}

@media(min-width: 1040px){
    .question__top{
        padding: 15px 70px 15px 0;
    }
}

.question__title{
    color: #222840;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
}

@media(min-width: 1040px){
    .question__title{
        font-size: 18px;
    }
}

.question-btn{
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
}

@media(min-width: 1040px){
    .question-btn{
        width: 57px;
        height: 57px;
    }
}

.question__text{
    margin: 20px 0;
    color: #606475;
    font-size: 16px;
}

.question-btn__cross{
    font-size: 30px;
    color: #222840;
}

.question__link{
    display: inline-block;
    color: #ff0000;
    margin-bottom: 15px;
}

.question__body{
    height: 0;
    overflow: hidden;
}

.file-control__add{
    width: 100%;
    cursor: pointer;
}

.file-control__title{
    border: 1px solid #c0cfdd;
    padding: 10px 15px;
    text-align: center;

    display: block;

}


.file-control__input{
    display: none;
}

.file-control__list{
    margin-top: 10px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.file-control__img{
    width: 65px;
    height: 65px;

}

.file-control__photo{
    display: block;

    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

