@font-face {
    font-family: "Inter";
    src: url("/local/assets/fonts/Inter-SemiBold.eot");
    src: local("Inter SemiBold"), local("Inter-SemiBold"),
    url("/local/assets/fonts/Inter-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("/local/assets/fonts/Inter-SemiBold.woff2") format("woff2"),
    url("/local/assets/fonts/Inter-SemiBold.woff") format("woff"),
    url("/local/assets/fonts/Inter-SemiBold.ttf") format("truetype"),
    url("/local/assets/fonts/Inter-SemiBold.svg#Inter-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    src: url("/local/assets/fonts/Inter-Regular.eot");
    src: local("Inter Regular"), local("Inter-Regular"),
    url("/local/assets/fonts/Inter-Regular.eot?#iefix") format("embedded-opentype"),
    url("/local/assets/fonts/Inter-Regular.woff2") format("woff2"),
    url("/local/assets/fonts/Inter-Regular.woff") format("woff"),
    url("/local/assets/fonts/Inter-Regular.ttf") format("truetype"),
    url("/local/assets/fonts/Inter-Regular.svg#Inter-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Russo One";
    src: url("/local/assets/fonts/RussoOne-Regular.eot");
    src: local("Russo One"), local("RussoOne-Regular"),
    url("/local/assets/fonts/RussoOne-Regular.eot?#iefix") format("embedded-opentype"),
    url("/local/assets/fonts/RussoOne-Regular.woff2") format("woff2"),
    url("/local/assets/fonts/RussoOne-Regular.woff") format("woff"),
    url("/local/assets/fonts/RussoOne-Regular.ttf") format("truetype"),
    url("/local/assets/fonts/RussoOne-Regular.svg#RussoOne-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Europecond";
    src: local("Europecond"), url("/local/assets/fonts/EuropeCond.otf");
    font-display: swap;
}

/* Default */

* {
    min-width: 0;
    min-height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400 !important;
    /*font-family: inherit !important;*/
}

h2 {
    width: 100%;
    font-size: 1.5rem;
}
.bullets .item .btn {
    margin: 0 auto;
}
.bullets .footer {
    display: block;
}
.bullets .footer .button {
    text-align: center;

    display: flex;
    justify-content: center;
}
.bullets .header p {
    width: 100%;
}
strong {
    font-weight: 600;
}
h2 > strong {
    font-weight: 400;
}
.agreement-check input:checked + .agreement-label .check::before {
    border: 2px solid #000;
    border-top-color: transparent;
    border-left-color: transparent;
}
#header .menu {
    display: flex;
    justify-content: flex-start;
}
#header .menu .menu-item a {
    font-size: 14px;
    text-transform: none;
}
#header .row__upbox {
    align-items: center;
    min-height: 40px;
}
#header .menu .menu-item a {
    padding: 0.75rem 1rem;
    border-left: none;
    margin-right: 0.5rem;
    letter-spacing: 0.5px;
    white-space: nowrap;
}
#header .menu .menu-item a:first-child {
    padding-left: 0;
}
#header .content {
    margin-left: 0;
}
#header .content ul {
    margin: 0;
}
#header .social {
    margin: 0;
}
#header .header_phones {
    display: flex;
    justify-content: flex-end;
}
#header .contacts .phone-content {
    color: #fff;
    text-decoration: none;
    margin: 0 0 0 2rem;
}
#contacts.contacts-page,
#pages {
    padding: 8rem 0 0;
}

#header .content .contacts {
    display: flex;
    flex: 0 0 20rem;
}
.page-template-front-page .align-text-bottom h1 {
    padding-top: 5rem;
    text-align: center;
}
.mobile-icon.mobile-icon-bg {
    opacity: 1;
    box-shadow: none;
}
.mobile-icon.hidden-xl.hidden-lg.active {
    width: 21px;
    height: 21px;
}

.page-template-front-page #hero .header {
    padding-top: 0;
}

.page-template-front-page #hero .header h1 {
    text-align: left;
    padding-top: 0;
    font-family: "Europecond" !important;
}

/* button.btn {
  margin: 0 auto;
} */

#header .menu .menu-item .sub-menu {
    background: linear-gradient(to top, #ffcc00, #fee300);
    z-index: 10;
}
#header .menu .menu-item .sub-menu::before {
    content: "";
    position: absolute;
    left: 1rem;
    bottom: 100%;
    width: 10px;
    height: 10px;
    background-color: #fee300;
    transform: rotate(45deg) translateY(70%);
    z-index: 1;
}

#header .menu .menu-item a {
    color: #fff;
    font-size: 0.875rem;
    text-decoration: none;
    padding: 0 0.75rem;
    border-left: none;
}
#header .menu-item.menu-item-has-children a::before {
    display: none;
}
#header .menu-item.menu-item-has-children a::after {
    content: "+";
    margin-left: 0.5rem;
    color: #fec111;
}
#header .contacts {
    display: flex;
    width: fit-content;
    justify-content: flex-end;
}
#header .contacts .link {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fec111;
    background: transparent;
    margin: 0 0 0 20px;
    padding: 0;
    border: none;
    border-bottom: 1px dotted rgba(254, 193, 017, 1);
    text-decoration: none;
    outline: none;
    font-size: 0.875rem;
    height: 22px;
}

#header .header__downbox .header_phones {
    column-gap: 20px;
}
#header .header__downbox .link.link-popup-call {
    display: none;
}

.content ul {
    margin: 0.5rem;
}
#header .contacts .phone-content {
    font-weight: 400;
    margin: 0;
}
#header .content .contacts {
    padding: 0;
    justify-content: flex-end;
}
#page-frame {
}
#main {
    position: relative;
    z-index: 1;
}
.main h1 {
    text-align: left;
}
#hero .main .btn {
    margin-left: 0;
}
#header {
    background-color: #1e1c28;
    padding: 0;
}
.header__bot {
    background-color: #fff;
    padding: 1rem 0;
}
.open span {
    background-color: #fff;
}
.mobile-icon {
    position: absolute;
}
.mobile-icon:hover {
    opacity: 0.2;
}
.mobile-icon {
    right: 0;
}
.mobile-icon.hidden-xl.hidden-lg {
    top: 0 !important;
}
.form .form-head {
    color: var(--dark);
}
.form-wrap.error404 {
    padding: 0;
}
.menu .menu-item:hover::before {
    background: transparent;
}
.menu .menu-item > a:hover {
    opacity: 0.75;
}
.btn,
.btn:visited,
.btn:focus,
.btn:active {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 58px;
    padding: 0 2.5rem;
    background: linear-gradient(to top, #ffcc00, #fee300);
    border-radius: 5px;
    border: none;
    outline: none;
    box-shadow: none;
    text-decoration: none;
    color: #000;
    font-size: 1.125rem;
    font-weight: 600;
    cursor: pointer;
    transform: translateY(0rem);
    transition: all 0.3s ease;
}
.bx-filter-parameters-box-container .btn:active {
    padding: 0;
}
.btn span {
    padding: 0;
    display: inline;
    font-size: 1rem;
}
.btn, .btn:hover, .btn:focus {
    font-size: 1rem;
}
.btn:hover {
    transform: translateY(-0.375rem);
    box-shadow: none;
}

.btn > img {
    max-width: 20px;
    max-height: 25px;
    margin-left: 1.25rem;
}
.btn.btn-border {
    background: #1e1d1d;
    border: 1px solid #fff;
    color: #fff;
}

.btn.btn-grey {
    background: linear-gradient(to top, #dbdada, #e7e7e7);
}

.addition-btn,
.addition-btn:visited,
.addition-btn:focus,
.addition-btn:active {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 58px;
    padding: 0 2.5rem;
    /*background: linear-gradient(to top, #ffcc00, #fee300);*/
    border: 1px solid #ffcc00;
    border-radius: 5px;
    outline: none;
    box-shadow: none;
    text-decoration: none;
    color: #1f1f1f;
    font-size: 1.125rem;
    font-weight: 500;
    cursor: pointer;
    transform: translateY(0rem);
    transition: all 0.3s ease;
}
.addition-btn span {
    padding: 0;
    display: inline;
    font-size: 1rem;
}
.addition-btn, .addition-btn:hover, .addition-btn:focus {
    font-size: 1rem;
}
.addition-btn:hover {
    box-shadow: none;
}

.addition-btn > img {
    max-width: 20px;
    max-height: 25px;
    margin-left: 1.25rem;
}
.addition-btn.btn-border {
    background: #1e1d1d;
    border: 1px solid #ffcc00;
    color: #fff;
}

.message-tooltip,
.message-error {
    font-size: 14px;
}
.btn.btn-border > img {
    filter: invert(1);
}
.btn.btn-shadow {
    box-shadow: 0 12px 18px rgb(027, 012, 001, 0.15);
}

.btn-transparent {
    background: transparent;
    color: #000000;
    border: 1px solid #ffcc00;
}

.btn-transparent:hover {
    background: linear-gradient(to top, #ffcc00, #fee300);
    border: 1px solid #ffcc00;
}

.overflowhidden {
    overflow: hidden;
}
.section__title {
    width: 100%;
}
.section__title-align_center {
    text-align: center;
}
.section__title-align_left {
    text-align: left;
}
.section__title-align_right {
    text-align: right;
}
.section__title-color_white h2,
.section__title-color_white p {
    color: #fff;
}
.section__title-color_black h2,
.section__title-color_black p {
    color: #000;
}
.section__title h1,
.section__title h2{
    font-family: "Russo One", sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
}
@media (max-width: 500px) {
    .section__title h1,
    .section__title h2{
        font-size: 1.5rem;
    }
}
.section__title h2 span {
    color: #0096c6;
}
.section__title p {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.35;
}

.section__title-back {
    margin-bottom: 16px;
    margin-top: 0;
}

.section__title-back a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 36px;
    padding: 0 1rem;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ffde00;
    outline: none;
    box-shadow: none;
    text-decoration: none;
    color: #000;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    width: fit-content;
}

.section__title-back a > span {
    position: relative;
    z-index: 1;
}

.section__title-back a svg {
    margin-right: 10px;
}

.section__title-back a:hover {
    color: #000;
}

.section__title-back a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(to top, #ffcc00, #fee300);
    opacity: 0;
    transition: all 0.3s ease;
}

.section__title-back a:hover::before {
    opacity: 1;
}

#modal-not-agreement {
    position: fixed;
    z-index: 9999;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 420px;
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 1rem;
    padding: 3rem;
}
#modal-not-agreement .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    border: 1px solid #de0000;
    border-radius: 50%;
    margin: 0 auto 1.25rem;
    padding: 0;
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
#modal-not-agreement .icon svg {
    stroke: #de0000;
    fill: none;
    width: 1.5rem;
    height: 4rem;
}
#modal-not-agreement h2 {
    font-family: "Russo One", sans-serif;
    font-weight: 400;
}
#modal-not-agreement p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
}
#modal-not-agreement a {
    color: #fec111;
    text-decoration: underline;
}
#modal-not-agreement a:hover {
    text-decoration: none;
}
#modal-not-agreement__overlay {
    display: none;
    position: fixed;
    background: #000;
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9998;
}
.mobile.menus.active {
    width: 40%;
    height: 90%;
    top: 17%;
    left: 55%;
}
.mobile .menu .menu-item a {
    padding: 0.5rem 0;
    font-size: 16px;
}
.mobile .contacts {
    padding: 1rem;
}
.mobile .menu {
    padding: 1rem;
}
.mobile {
    left: unset;
}
/* Header */

#header::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: -1;
}
.page-template-front-page .header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.header__upbox {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    height: 40px;
    width: 100%;
    background: transparent;
    position: relative;
    z-index: 2;
}
.header__upbox-menu {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 100%;
}
.header__upbox-menu > li {
    margin-left: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header__upbox-menu li.parent-dropdown {
    position: relative;
}
.header__upbox-menu li.parent-dropdown > a::after {
    content: "+";
    margin-left: 0.5rem;
    color: #fec111;
}
.header__upbox-menu li.parent-dropdown > ul.children-dropdown {
    list-style-type: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: max-content;
    padding: 1.325rem 1.5rem 0.325rem;
    margin: 0;
    transform: translateX(-2rem);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    min-width: 250px;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    border-radius: 0 0 5px 5px;
}
.header__upbox-menu li.parent-dropdown > ul.children-dropdown::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(to top, #ffcc00, #fee300);
    border-radius: 0 0 5px 5px;
    z-index: 1;
}
.header__upbox-menu li.parent-dropdown > ul.children-dropdown::before {
    content: "";
    position: absolute;
    left: 1rem;
    bottom: 100%;
    width: 10px;
    height: 10px;
    background-color: #fee300;
    transform: rotate(45deg) translateY(70%);
    z-index: 1;
}
.header__upbox-menu li.parent-dropdown > ul.children-dropdown.active {
    transform: translateX(0rem);
    opacity: 1;
    pointer-events: all;
}
.header__upbox-menu li.parent-dropdown > ul.children-dropdown > li {
    margin-bottom: 1rem;
    position: relative;
    z-index: 3;
}
.header__upbox-menu li.parent-dropdown > ul.children-dropdown > li > a {
    font-size: 0.875rem;
    text-decoration: none;
    color: #000;
    transition: opacity 0.3s ease;
}
.header__upbox-menu li.parent-dropdown > ul.children-dropdown > li > a:hover {
    opacity: 0.75;
}
.header__upbox-menu > li > a {
    color: #fff;
    font-size: 0.875rem;
    text-decoration: none;
    padding: 0 0.5rem;
    transition: opacity 0.3s ease;
}
.header__upbox-menu > li > a:hover {
    opacity: 0.75;
}
.header__upbox-social_icons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0.5rem 0 0.25rem;
}
.header__upbox-social_icons > a {
    display: block;
    margin: 0 0.5rem;
    width: 24px;
    height: 24px;
    transition: opacity 0.3s ease;
}
.header__upbox-social_icons > a:hover {
    opacity: 0.75;
}
.header__upbox-social_icons > a > img {
    max-width: 24px;
    max-height: 24px;
}
.header__upbox-phone {
    font-size: 1.125rem;
    color: #fff;
    text-decoration: none;
    margin: 0 0 0 2rem;
    transition: opacity 0.3s ease;
}
.header__upbox-phone:hover {
    opacity: 0.75;
}
.header__upbox-button {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fec111;
    background: transparent;
    margin: 0 0 0 2rem;
    padding: 0 0 0.125rem;
    border: none;
    border-bottom: 1px dotted rgba(254, 193, 017, 1);
    text-decoration: none;
    outline: none;
    font-size: 0.875rem;
    transition: border-color 0.3s ease;
}
.header__upbox-button:hover {
    border-color: rgba(254, 193, 017, 0);
}

.header__downbox {
    width: 100%;
    color: #000;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}
.header__downbox-logo {
    max-width: 210px;
    max-height: 38px;
    transition: opacity 0.3s ease;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.header__downbox-logo img {
    width: 210px;
    height: 40px;
}
.header__downbox-logo:hover {
    opacity: 0.75;
}
.header__downbox-catalog_link {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 152px;
    height: 40px;
    border: none;
    background: linear-gradient(to top, #ffcc00, #fee300);
    border-radius: 5px;
    text-decoration: none;
    margin-left: 4.25rem;
    transition: opacity 0.3s ease;
    position: relative;
    z-index: 1;
}
.header__downbox-catalog_link:hover {
    opacity: 0.75;
}
.header__downbox-catalog_link > img {
    width: 23px;
    height: 16px;
}
.header__downbox-catalog_link > span {
    font-size: 1.125rem;
    font-weight: 600;
    color: #000;
}
.header__downbox-buttons {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.header__downbox-buttons a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 2rem;
    text-decoration: none;
    transition: opacity 0.3s ease;
    position: relative;
}
.header__downbox-buttons a:hover {
    opacity: 0.75;
    cursor: pointer;
}
.header__downbox-buttons a > img {
    height: 21px;
    max-width: 26px;
}
.header__downbox-buttons a > span {
    padding-top: 0.25rem;
    font-size: 0.875rem;
    color: #000;
}
.header__downbox-buttons a > sup {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    position: absolute;
    font-size: 0.875rem;
    color: #000;
    right: 0;
    top: -25%;
    border-radius: 50%;
    background: linear-gradient(to top, #ffcc00, #fee300);
}

.required ~ label::after {
    content: '*';
}

/* Hero */

.page-template-front-page #hero {
    position: relative;
    overflow: hidden;
}
/* #hero .header {
  padding-top: 0;
}*/
.page-template-front-page #hero .header {
    padding-top: 4rem;
}
#hero > .background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    pointer-events: none;
    z-index: 0;
}
#hero .container-fluid {
    position: relative;
    z-index: 1;
}
.hero {
    padding-top: 2rem;
    padding-bottom: 5rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.hero__text {
    width: 100%;
    max-width: 930px;
}
.hero__text h1 {
    font-family: "Russo One", sans-serif;
    font-size: 3rem;
    color: #0096c6;
    line-height: 1.15;
    margin: 0.67em 0;
}
.hero__text p {
    font-size: 2rem;
    line-height: 1.2;
    color: #fff;
}
.hero__text p:first-child {
    margin-top: 0;
}
.hero__text p strong {
    font-weight: 600;
}
.hero__buttons {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 3rem;
}
.hero__buttons button,
.hero__buttons a {
    margin-right: 2rem;
}
.hero__buttons button:last-child,
.hero__buttons a:last-child {
    margin-right: 0;
}
.hero__buttons a:active {
    display: flex;
    align-items: center;
}
.btn,
.btn:visited,
.btn:focus,
.btn:active {
    box-shadow: none;
}

/* Section 1 */

#section1 {
    background-color: #ebebeb;
    position: relative;
    overflow: hidden;
}
.section1 {
    padding: 2.5rem 0 3rem;
    position: relative;
}
.section1::before {
    content: "";
    position: absolute;
    left: calc(100% + 2rem);
    bottom: 5rem;
    width: 696px;
    height: 387px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/after5.png");
    pointer-events: none;
}
.section1__img {
    max-width: 949px;
    max-height: 104px;
    margin: 0 auto 5rem;
}
.section1__items,
.section1__items-fw {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 4rem;
}
.section1__items-item {
    width: calc((100% - 6rem) / 4);
    margin: 0 2rem 2rem 0;
    background-color: #fff;
    border-radius: 1rem;
    overflow: hidden;
    height: 199px;
    position: relative;
    box-shadow: 0 10px 25px rgba(027, 012, 001, 0.15);
}
.section1__items-item:nth-child(4n) {
    margin-right: 0;
}
.section1__items-item img {
    position: absolute;
    top: 0;
    height: 199px;
    right: calc(50% + 2rem);
    transition: all 0.3s ease;
}
.section1__items-item p {
    position: absolute;
    font-size: 1.25rem;
    left: 50%;
    top: 50%;
    width: 40%;
    margin: 0;
    padding: 0;
    transform: translateY(-50%) translateX(0);
    transition: all 0.3s ease;
    color: #000;
}
.section1__items-item::before {
    content: "";
    position: absolute;
    right: 1.25rem;
    bottom: 1.25rem;
    height: 21px;
    width: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../images/next.svg");
    opacity: 1;
    transition: all 0.2s ease;
}
.section1__items-item::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.75rem;
    transform: translateY(100%);
    background-color: #ffde00;
    transition: all 0.3s 0.15s ease;
}
.section1__items-item:hover::after {
    transform: translateY(0%);
}
.section1__items-item:hover::before {
    transform: translateX(5rem);
    opacity: 0;
}
.section1__items-item:hover > img {
    transform: translateX(-0.75rem);
}
.section1__items-item:hover > p {
    transform: translateY(-50%) translateX(-0.5rem);
}

/* Section 2 */

#section2 {
    background-color: #fff;
    padding: 4rem 0 8rem;
    overflow: hidden;
}
.section2 {
    position: relative;
}
.section2::before {
    content: "";
    position: absolute;
    right: calc(100% - 6rem);
    top: -3.5rem;
    width: 300px;
    height: 268px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/after4.png");
    pointer-events: none;
}
.section2__slider,
.section-services__items {
    max-width: 100%;
    overflow: hidden;
    margin-top: 4rem;
}
.section2__slider-item {
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    position: relative;
    padding-bottom: 6rem;
}
.section2__slider-item > .img {
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.section2__slider-item > .text {
    position: absolute;
    display: block;
    background-color: #333333;
    border: 1px solid #333333;
    border-radius: 1rem;
    z-index: 2;
    bottom: 2rem;
    left: 0;
    padding: 1rem 1.25rem 4rem;
    width: 244px;
    font-size: 1.25rem;
    color: #fff;
    line-height: 1.5;
    box-shadow: 0 10px 25px rgba(027, 012, 001, 0.15);
    transition: all 0.3s ease;
}
.section2__slider-item > .text::after {
    content: "";
    position: absolute;
    left: 1.25rem;
    bottom: 1.25rem;
    width: 58px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/arrow_s2.png);
    transition: filter 0.3s ease;
}
.section2__slider-item > .text:hover {
    background-color: #fff;
    border-color: #ffde00;
    color: #000;
}
.section2__slider-item > .text:hover::after {
    filter: brightness(0);
}
.swiper-button-custom {
    position: relative;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(to top, #ffcc00, #fee300);
    cursor: pointer;
    outline: none;
    border: none;
    box-shadow: 0 10px 12px rgba(027, 012, 001, 0.15);
    transition: transform 0.3s ease;
}
.swiper-button-custom:hover {
    transform: translateY(-0.5rem);
}
.swiper-button-custom:active {
    transform: scale(0.9);
}
.swiper-button-custom::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/next.svg");
    width: 20px;
    height: 21px;
    transform: translateY(-50%);
    z-index: 1;
}
.swiper-button-custom-prev::after {
    transform: translateY(-50%) scale(-1, 1);
}
.s2_swiper-button,
.s4_swiper-button,
.sS_swiper-button {
    position: absolute;
    top: 0;
}
.s2_swiper-button-prev,
.sS_swiper-button-prev {
    right: 6rem;
}
.s2_swiper-button-next,
.sS_swiper-button-next {
    right: 0;
}

/* Section 3 */

#section3 {
    background-color: #333333;
    background-image: url("../images/s3.webp");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 3rem 0;
}
.section3 {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    position: relative;
}
.section3_box {
    position: absolute;
    right: 780px;
    top: 50%;
    transform: translateY(-50%);
    width: 420px;
    height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.section3_box::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #0096c6;
    border-radius: 50%;
}
.section3_box::before {
    content: "";
    position: absolute;
    right: 21%;
    bottom: -4.5rem;
    width: 560px;
    height: 676px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/s3_box.webp);
    z-index: -1;
}
.section3_box p {
    max-width: 265px;
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    line-height: 1.4;
    position: relative;
    z-index: 1;
}
.section3_box p strong {
    font-family: "Russo One", sans-serif;
    font-weight: 400;
}
.section3_box img {
    width: 75px;
    height: 75px;
    filter: invert(1);
    position: relative;
    z-index: 1;
}
.section3__man {
    position: absolute;
    right: 400px;
    top: -7rem;
    bottom: calc(-3rem - 60px);
    pointer-events: none;
}
.section3__man > img {
    max-width: 9999px;
}
.form-style-1 {
    max-width: 430px;
    width: 100%;
    padding: 2.5rem 3rem;
    background-color: #fff;
    border-radius: 1rem;
}
.form form {
    display: block;
    position: relative;
}
.form__title {
    font-family: "Russo One", sans-serif;
    font-size: 1.5rem;
    text-align: center;
    margin: 0 auto 1rem;
    line-height: 1.4;
}
.form__title span {
    color: #0096c6;
}
.form__desc {
    font-size: 1.125rem;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 2rem;
}
.form__desc span {
    color: #0096c6;
}
.form__input {
    background-color: #ececec;
    border: 1px solid #ececec;
    border-radius: 5px;
    position: relative;
    height: 58px;
    width: 100%;
    padding: 0;
    margin: 0 0 2rem;
    font-size: 0.875rem;
    text-align: center;
}
.form__button {
    margin-bottom: 2rem;
}
.form__button button {
    width: 100%;
    box-shadow: 0 12px 18px rgb(027, 012, 001, 0.15);
}
.form__agreement-checkbox {
    display: none;
}
.form__agreement-label {
    font-size: 12px;
    position: relative;
}
.form__agreement-label > span.form__agreement-label-check {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #b7b7b7;
    border-radius: 3px;
    cursor: pointer;
    z-index: 1;
}
.form__agreement-label > span.form__agreement-label-check:hover,
.form__agreement-label > span.form__agreement-label-check.active:hover {
    border-color: #febd12;
}
.form__agreement-label > span.form__agreement-label-check.active {
    border-color: #b7b7b7;
}
.form__agreement-label > span.form__agreement-label-check::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 20px;
    border: 3px solid transparent;
    transform: rotate(45deg);
    left: 0.375rem;
    bottom: 0.25rem;
}
.form__agreement-label > span.form__agreement-label-check.active::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 20px;
    border: 3px solid #000;
    border-left-color: transparent;
    border-top-color: transparent;
    transform: rotate(45deg);
    left: 0.375rem;
    bottom: 0.25rem;
}
.form__agreement-label > span.form__agreement-label-text {
    display: block;
    padding-left: calc(20px + 1rem);
    color: #000;
    line-height: 1.4;
}
.form__agreement-label > span.form__agreement-label-text > a {
    color: #febd12;
    text-decoration: underline;
}
.form__agreement-label > span.form__agreement-label-text > a {
    color: #febd12;
    text-decoration: underline;
}
.agreement-label > a {
    color: #febd12;
    text-decoration: underline;
}
.form__agreement-label > span.form__agreement-label-text > a:hover {
    text-decoration: none;
}

/* Section 4 */

#section4 {
}
.section4 {
    margin-top: 4rem;
}
.section4__slider {
    overflow: hidden;
    padding: 2rem 2rem 4rem;
    margin: 0 -2rem;
}
.s4_slider_shadow {
    pointer-events: none;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.s4_slider_shadow::before {
    content: "";
    position: absolute;
    left: 1rem;
    top: 0;
    bottom: 0;
    width: 1rem;
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.001));
}
.s4_slider_shadow::after {
    content: "";
    position: absolute;
    right: 1rem;
    top: 0;
    bottom: 0;
    width: 1rem;
    background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0.001));
}
.section4__button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.product-mini {
    border: 1px solid #d8d8d8;
    background-color: #fff;
    box-shadow: 0 10px 25px rgb(027, 012, 001, 0.0001);
    border-radius: 5px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}
.product-mini a{
    color: #000000;
}

.swiper-slide .product-mini a {
    min-height: 3rem;
}

.product-mini:hover {
    box-shadow: 0 10px 25px rgb(027, 012, 001, 0.15);
}
.product-mini__img {
    position: relative;
    height: 190px;
}

.section4__item .product-mini__img img {
    min-height: 100%;
    min-width: 100%;
    object-fit: contain;
    /*object-fit: cover;*/
}

.basket-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: auto;
}
.product-mini__inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 1.5rem;
    /*border: 1px solid #d8d8d8;*/
    /*border-top-color: transparent;*/
    border-radius: 0 0 5px 5px;
}
.product-mini__category {
    width: 100%;
    font-size: 0.875rem;
    color: #727272;
    margin-bottom: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-mini__title {
    width: 100%;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product-mini__desc {
    width: 100%;
    font-size: 0.875rem;
    color: #727272;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 30px;
}
.product-mini__price {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    font-size: 1.2rem;
    font-weight: 600;
}
.product-mini__no-price {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    font-size: 1rem;
    font-weight: 600;
}
.product-mini__price > span {
    display: inline-block;
    margin-right: 0.5rem;
}
.product-mini__addtocart {
    display: flex;
    justify-content: flex-end;
    width: 50%;
}
.product-mini__addtocart button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 36px;
    padding: 0 1rem;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ffde00;
    outline: none;
    box-shadow: none;
    text-decoration: none;
    color: #000;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}
.product-mini__addtocart button > span {
    position: relative;
    z-index: 1;
}
.product-mini__addtocart button::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(to top, #ffcc00, #fee300);
    opacity: 0;
    transition: all 0.3s ease;
}
.product-mini__addtocart button:hover::before {
    opacity: 1;
}
.s4_swiper-button-prev {
    right: 9rem;
}
.s4_swiper-button-next {
    right: 3rem;
}

/* Section 5 */

#section5 {
    position: relative;
}
#section5::before {
    content: "";
    position: absolute;
    z-index: 0;
    background-color: #0096c6;
    top: 3rem;
    bottom: 3rem;
    left: 0;
    right: 0;
}
.section5 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}
.section5::before {
    content: "";
    position: absolute;
    right: calc(100% + 3rem);
    bottom: -8rem;
    width: 371px;
    height: 270px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/after2.png");
    pointer-events: none;
}
body.webp .section5::before {
    background-image: url("../images/after2.webp");
}
body.no-webp .section5::before {
    background-image: url("../images/after2.png");
}
#section5::after {
    content: "";
    position: absolute;
    right: 0;
    top: -10rem;
    width: 163px;
    height: 349px;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}
body.webp #section5::after {
    background-image: url("../images/after3.webp");
}
body.no-webp #section5::after {
    background-image: url("../images/after3.png");
}
.section5__video {
    width: 740px;
    height: 521px;
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.section5__video:hover .section5__video-text {
    transform: translateY(-50%) scale(0.9);
}
.section5__video > img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.section5__video-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    width: 147px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    transform: translateY(-50%) scale(1);
    color: #fff;
    line-height: 1.5;
    font-size: 1rem;
    transition: transform 0.3s ease;
}
.section5__video-text a > svg {
    fill: #febf11;
}
.section5__inner {
    padding: 6.5rem 0 4rem;
    flex: 1 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.section5__inner-heading {
    width: 100%;
    text-align: center;
}
.section5__inner-heading h2 {
    font-size: 2.5rem;
    font-family: "Russo One", sans-serif;
    font-weight: 400;
    margin: 0 0 1rem;
}
.section5__inner-heading h2 span {
    color: #fff;
}
.section5__inner-item {
    width: calc(100% / 3);
    text-align: center;
    margin: 0;
    padding: 0.5rem;
}
.section5__inner-item p {
    font-size: 1.125rem;
    text-align: center;
    line-height: 1.6;
    margin: 0;
    font-weight: 400;
}
.section5__inner-item p > span {
    font-size: 2.25rem;
    font-family: "Russo One", sans-serif;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
}

/* Section 6 */

#section6 {
    padding: 4rem 0;
}
.section6_items {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 4rem;
    position: relative;
}
.section6_items::after {
    content: "";
    position: absolute;
    left: calc(100% - 13rem);
    bottom: -16rem;
    width: 446px;
    height: 705px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/after1.png");
    pointer-events: none;
}
.section6__item {
    width: calc((100% - 5.25rem) / 4);
    margin: 0 1.75rem 1.75rem 0;
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 15px 25px rgb(027, 012, 001, 0.15);
}
.section6__item:nth-child(4n) {
    margin: 0 0 1.75rem 0;
}
.section6__item::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(to top, #ebebeb, #fff);
    z-index: 0;
}
.section6__item-img {
    position: relative;
    z-index: 1;
}
.section6__item-logotype {
    position: absolute;
    width: 141px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    transform: translateY(50%);
    border-radius: 1rem;
    background-color: #fff;
    overflow: hidden;
    z-index: 1;
    display: flex;
    justify-content: center;
}
.section6__item-info {
    padding: 4rem 2rem 1.5rem;
}
.section6__item-title {
    position: relative;
    z-index: 1;
    font-family: "Russo One", sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.section6__item-title span {
    font-size: 0.875rem;
}
.section6__item-desc {
    position: relative;
    z-index: 1;
}
.section6__item-desc p {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 0.875rem;
    color: #737373;
    margin: 0 0 0.325rem;
}
.section6__item-desc p > span:nth-child(2) {
    flex: 1 0;
    height: 1em;
    margin-right: 0.25rem;
    position: relative;
    overflow: hidden;
}
.section6__item-desc p > span:nth-child(2)::before {
    content: "...........................................................";
    color: #737373;
    position: absolute;
    left: 0;
    bottom: 0;
}
.section6__item-desc p > span:nth-child(3) {
    font-size: 1rem;
    color: #000;
    font-weight: 600;
}

/* Section 7 */

#section7 {
    padding: 6rem 0;
    background-color: #f4f4f4;
}
.section7 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
}
.section7__text {
    flex: 1 0;
    padding-right: 6rem;
    position: relative;
    z-index: 2;
}
.section7__text h2 {
    font-size: 2.25rem;
    font-family: "Russo One", sans-serif;
    font-weight: 400;
    color: #0096c6;
}
.section7__text p {
    color: #000;
    font-size: 1rem;
}
.section7__text blockquote {
    display: block;
    position: relative;
    padding: 2rem 0 6rem;
    margin: 3rem 0 0;
    border: none;
}
.section7__text blockquote p {
    position: relative;
    color: #fff;
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.4;
}
.section7__text blockquote p:nth-child(2) {
    position: absolute;
    right: 0;
    bottom: 2rem;
    font-size: 1rem;
}
.section7__text blockquote::before {
    content: "";
    position: absolute;
    right: -12rem;
    top: 0;
    bottom: 0;
    left: -50vw;
    background-color: #0096c6;
    border-radius: 0 1rem 1rem 0;
}
.section7__text blockquote::after {
    content: "";
    position: absolute;
    width: 82px;
    height: 72px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/qq.svg);
    right: -10rem;
    top: 2rem;
}
.section7__text button {
    margin-top: 2.25rem;
}
.section7__director {
    width: 573px;
    background-color: #a5e9ff;
    margin-right: 100px;
    position: relative;
    box-shadow: 0 10px 25px rgba(027, 012, 001, 0.15);
    z-index: 1;
    border-radius: 1rem;
}
.section7__director-img {
    position: absolute;
    left: -2rem;
    bottom: 0;
    max-width: 514px;
    border-radius: 0.5rem 0.5rem 0 0.5rem;
    overflow: hidden;
}
.section7__director-text {
    position: absolute;
    color: #fff;
    font-family: "Russo One", sans-serif;
    font-weight: 400;
    font-size: 9.525rem;
    transform-origin: right bottom;
    transform: rotate(-90deg) translateX(100%) translateY(-2rem);
    right: 0;
    bottom: 0;
}

/* Section 8 */

#section8 {
    background-position: center bottom;
    background-image: url("../images/s8_back.webp");
}

.section8 {
    height: 1032px;
    padding: 0 0 7rem 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
}
.section8__text {
    position: absolute;
    bottom: 23rem;
    left: 0;
    font-family: "Russo One", sans-serif;
    font-size: 2.5rem;
    width: 579px;
}
.section8__text::before {
    content: "";
    position: absolute;
    bottom: calc(100% + 1.5rem);
    left: 0;
    width: 156px;
    height: 183px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../images/b8_line.png");
}
.section8__box {
    position: absolute;
    bottom: 1rem;
    width: max-content;
    left: -7rem;
}
.section8__box > .img {
    position: relative;
    z-index: 2;
}
.section8__box p {
    position: absolute;
    left: 21rem;
    top: 2.5rem;
    z-index: 1;
    width: max-content;
}
.section8__box p span {
    display: block;
    width: max-content;
    background-color: #fff;
    margin-bottom: 0.325rem;
    font-size: 1.5rem;
    padding: 0.5rem 1rem 0.5rem 4rem;
}

#section8.section-custom-cont {
    background-image: url("../images/custon-cont.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: 632px;
}

.section-custom-cont .section8 {
    height: 632px;
}

.section-custom-cont .section8__text {
    color: #fff;
    top: 100px;
}

.section-custom-cont .section8__box {
    color: #fff;
}

.section-custom-cont .section8__text::before {
    content: none;
}

.section-custom-cont .section8__text.section8__sub-text {
    color: #FFF;
    font-size: 18px;
    line-height: 160%;
    position: absolute;
    font-family: Inter;
    top: 180px;
}

/* Footer */

#footer {
    color: #fff;
    background-color: #1e1c27;
    padding: 3.5rem 0;
}
.footer {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.footer__info {
    width: 240px;
}
.footer__info-img {
    position: relative;
    margin-bottom: 2rem;
    padding: 1rem 2rem 1rem 0;
    display: block;
}
.footer__info-img > img {
    position: relative;
    z-index: 1;
    transition: opacity 0.3s ease;
}
.footer__info-img:hover > img {
    opacity: 0.75;
}
.footer__info-img::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    background-color: #fff;
    left: -50vw;
    pointer-events: none;
}
.footer__info-desc {
    font-size: 1rem;
    display: inline-block;
    margin-bottom: 2rem;
    line-height: 1.4;
}
.footer__info-copyright {
    color: #727272;
    font-size: 0.875rem;
    line-height: 1.4;
}
.footer__menu {
}
.footer__menu > p,
.footer__contacts > p {
    color: #0096c6;
    font-size: 1.125rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 2rem;
    transition: opacity 0.3s ease;
}
.footer__menu__inner,
.footer__contacts_inner {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footer__menu_inner > li {
    margin-bottom: 0.5rem;
}
.footer__menu_inner a {
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    transition: opacity 0.3s ease;
}
.footer__contacts > ul > li {
    color: #737373;
    font-size: 1rem;
    margin-bottom: 1.875rem;
    line-height: 1.5;
}
.footer__contacts > ul > li a {
    color: #fff;
    transition: opacity 0.3s ease;
}
.footer__contacts > ul > li a:hover,
.footer__menu_inner a:hover {
    opacity: 0.75;
}
.footer__contacts-additionally {
    width: 225px;
}
.footer__contacts-additionally > p {
    display: block;
    margin: 0 0 2rem 0;
    padding: 0;
    color: #0096c6;
    font-size: 1.125rem;
    font-weight: 600;
    transition: opacity 0.3s ease;
    line-height: 1.5;
}
.footer__contacts-additionally > p > a {
    display: inline-block;
    color: #febd12;
    font-size: 1rem;
    font-weight: 400;
    border-bottom: 1px solid #febd12;
    transition: all 0.3s ease;
}
.footer__contacts-additionally > p > a:hover {
    border-bottom-color: transparent;
}
.footer__contacts-additionally > button {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: 1px solid #febd12;
    border-radius: 5px;
    color: #fff;
    height: 40px;
    padding: 0 2.5rem;
    margin-bottom: 3rem;
    transition: all 0.3s ease;
}
.footer__contacts-additionally > button:hover {
    background: #febd12;
    color: #000;
}
.footer__contacts-social_icons {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 2rem;
}
.footer__contacts-social_icons > a {
    display: block;
    margin-right: 1.5rem;
    transition: opacity 0.3s ease;
}
.footer__contacts-social_icons > a:hover {
    opacity: 0.75;
}
.footer__contacts-social_icons > a:last-child {
    margin-right: 0;
}
.footer__contacts-social_icons > a,
.footer__contacts-social_icons > a > img {
    width: 40px;
    height: 40px;
}
#b2b-copy {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    border-radius: 5px;
    padding: 0.5rem 1rem;
    max-width: max-content;
    margin-top: 1rem;
    transition: opacity 0.3s ease;
    background-color: #000;
}
#b2b-copy:hover {
    opacity: 0.75;
}
#b2b-copy .b2b-copy-link {
    position: relative;
    white-space: nowrap;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #fff;
}
#b2b-copy .b2b-copy-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    opacity: 0.3;
}
#b2b-copy .b2b-copy-svg {
    height: 20px;
    border: 0 !important;
    text-decoration: none !important;
}
#b2b-copy svg {
    width: 55px;
    height: 20px;
    margin-left: 0.5rem;
}
#b2b-copy #b2b {
    fill: #fff;
}

#mobile-menu {
    display: none;
}
#mobile-menu-button {
    display: none;
}
#mobile-search-button {
    display: none;
}
.header__downbox {
    transition: height 0.25s ease;
}
.header__downbox.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    max-width: 1505px;
    margin: 0 auto;
    padding: 0 3rem;
    width: auto;
    background-color: #fff;
    height: 60px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
}
.header__downbox.fixed::before {
    content: "";
    position: absolute;
    left: -50vw;
    right: -50vw;
    background-color: #fff;
    top: 0;
    bottom: 0;
    z-index: 0;
}
.header__downbox.fixed .header__downbox-buttons > a > sup {
    transition: top 0.25s ease;
}
.header__downbox.fixed .header__downbox-buttons > a > sup {
    top: -0.2rem;
}

#search-window {
    display: none;
}

.popup-custom {
    padding: 0;
}
.fancybox-close-small {
    height: 30px;
    width: 30px;
}

.logos-row .item .logo img {
    max-height: 5rem;
}

@media screen and (max-width: 1900px) {
    .section6_items::after {
        left: calc(100% - 18rem);
    }
    .section1__items-item p {
        font-size: 1.25rem;
    }
    .s4_slider_shadow::after {
        bottom: 4rem;
    }
}
@media screen and (max-width: 1535px) {
    #section5::after {
        width: 124px;
        height: 267px;
    }
    .section8__text {
        bottom: 23.8rem;
        font-size: 2.25rem;
        width: 520px;
    }
    .section8__text::before {
        width: 106px;
        height: 123px;
    }
    .hero__text h1 {
        font-size: 3.5rem;
    }
    .hero__text p {
        font-size: 1.75rem;
    }
    .hero {
        padding-top: 3rem;
    }
    .section5__video {
        width: 640px;
    }
    .section6__item-info {
        padding: 4rem 1.5rem 1.5rem;
    }
    .section6__item-desc p > span:nth-child(3) {
        font-size: 0.875rem;
    }
    .section5::before {
        display: none;
    }
    .section6_items::after {
        width: 426px;
        height: 675px;
    }
    .section2__slider-item > .img {
        width: 90%;
    }
    .section2__slider-item > .text {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 1439px) {
    .section7__text blockquote p {
        font-size: 1.125rem;
    }
    .section1__items-item p {
        left: calc(50% - 1rem);
    }
    .section1__items-item:hover > p {
        transform: translateY(-50%) translateX(-1rem);
    }
}

@media screen and (max-width: 1365px) {
    .hero__text {
        padding-top: 2rem;
    }
    .hero__text h1 {
        font-size: 3rem;
        line-height: 1;
        margin: 0 0 1.5rem;
    }
    .hero__text p {
        font-size: 1.5rem;
    }
    .hero__buttons {
        padding-top: 2rem;
    }
    .hero {
        padding-top: 3rem;
        padding-bottom: 5rem;
    }
    .section1__items-item {
        height: 170px;
    }
    .section1__items-item p {
        font-size: 1rem;
    }
    .section2__slider-item > .text {
        font-size: 1rem;
    }
    .section2__slider-item > .text::after {
        width: 48px;
        height: 17px;
    }
    .section1__img {
        max-width: 819px;
        margin: 0 auto 4rem;
    }
    .form__desc {
        font-size: 1rem;
        text-align: center;
        line-height: 1.3;
        margin-bottom: 1.5rem;
    }
    .form__title {
        font-size: 1.375rem;
        margin: 0 auto 1rem;
        line-height: 1.2;
    }
    .form {
        max-width: 415px;
        padding: 2rem 2.5rem;
    }
    .form__input {
        margin: 0 0 1rem;
    }
    .section3_box p {
        max-width: 185px;
        font-size: 1.25rem;
    }
    .section3_box {
        right: 700px;
        width: 360px;
        height: 360px;
    }
    .section3_box::before {
        right: 31%;
        width: 414px;
        height: 500px;
    }
    .section3__man {
        bottom: calc(-3rem - 56px);
    }
    .section2__slider {
        margin-top: 3rem;
    }
    .section1__items,
    .section1__items-fw {
        margin-top: 3rem;
    }
    .section4__slider {
        padding: 1rem 2rem 3rem;
    }
    .section5__inner-item p {
        font-size: 1rem;
        line-height: 1.5;
    }
    .section5__inner-item p > span {
        font-size: 2rem;
    }
    .section6_items {
        margin-top: 3rem;
    }
    #section6 {
        padding: 3rem 0 4rem;
    }
    .section6_items::after {
        width: 356px;
        height: 635px;
        left: calc(100% - 16rem);
    }
    .section7__director {
        margin-right: 0;
    }
    .section8__box p span {
        font-size: 1.125rem;
    }
    #section7 {
        padding: 4rem 0;
    }
    .section7__director-text {
        transform: rotate(-90deg) translateX(101%) translateY(-2rem);
    }
    .section8__text {
        bottom: 24rem;
        font-size: 2.125rem;
        width: 490px;
    }
    .product-mini__price {
        font-size: 1.1rem;
        height: 36px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
}
@media screen and (max-width: 1279px) {
    .header__upbox-social_icons {
        margin-left: 0;
    }
    .header__upbox-phone {
        font-size: 1rem;
        margin: 0;
    }
    .header__upbox-button {
        margin: 0;
    }
    .header__upbox-menu > li:first-child {
        margin: 0;
    }
    .header__upbox {
        justify-content: space-between;
    }
    .header__downbox-catalog_link {
        width: 150px;
        height: 37px;
        margin-left: 2rem;
    }
    .header__downbox-catalog_link > span {
        font-size: 1rem;
    }
    .header__downbox-catalog_link > img {
        width: 18px;
        height: 12px;
    }
    .section__title h2 {
        font-size: 1.5rem;
    }

    #section2 {
        padding: 3rem 0 6rem;
    }
    .section2::before {
        top: -0.5rem;
    }
    .section2__slider-item > .text {
        width: 200px;
    }
    .section1__items-item {
        width: calc((100% - 3rem) / 4);
        margin: 0 1rem 1rem 0;
    }

    .s4_swiper-button-prev {
        right: 8rem;
    }
    .section4__slider {
        padding: 1rem 0 3rem;
        margin: 0;
    }
    .product-mini__price {
        font-size: 1.1rem;
    }
    .product-mini__inner {
        padding: 1rem;
    }
    .product-mini__category,
    .product-mini__desc {
        font-size: 1rem;
    }
    .product-mini__title {
        font-size: 1rem;
    }
    .product-mini__desc {
        margin-bottom: 1.5rem;
    }
    .section1__img {
        max-width: 810px;
        margin: 0 auto 3rem;
    }
    #section5::after {
        width: 91px;
        height: 197px;
    }
    .section5__video {
        width: 500px;
        height: 360px;
    }
    .section5__inner {
        padding: 4rem 0;
    }
    .section5 {
        padding: 4rem 0;
        align-items: center;
    }
    #section5::after {
        top: -4rem;
    }
    #section6 {
        padding: 0 0 3rem;
    }
    .section6__item {
        width: calc((100% - 3rem) / 4);
        margin: 0 1rem 1rem 0;
    }
    .section6__item-info {
        padding: 3rem 1rem 1rem;
    }
    .section6__item-title {
        font-size: 1.25rem;
    }
    .section6__item-title span {
        font-size: 0.75rem;
    }
    .section6__item-desc p {
        font-size: 0.75rem;
    }
    .section6__item-desc p > span:nth-child(3) {
        font-size: 0.75rem;
    }
    .section6__item:nth-child(4n) {
        margin: 0 0 1rem 0;
    }
    .section6_items::after {
        width: 256px;
        height: 404px;
        left: calc(100% - 14rem);
        bottom: -6rem;
    }
    .section8__text {
        bottom: 24.7rem;
        font-size: 1.75rem;
        width: 410px;
    }
    .section7__director {
        width: 480px;
    }
    .section7__text {
        padding-right: 2rem;
    }
    .section7__text blockquote {
        padding: 1rem 0 5rem;
        margin: 2rem 0 0;
    }
    .section7__text blockquote p {
        font-size: 1rem;
    }
    .section7__text blockquote p:nth-child(2) {
        bottom: 1.2rem;
    }
    .section7__director-img {
        left: -1.5rem;
        max-width: 325px;
    }
    .section7__director-text {
        transform: rotate(-90deg) translateX(100%) translateY(0rem);
        font-size: 8.5rem;
    }
    .section7__director {
        width: 480px;
        margin-top: 2rem;
    }
    .footer {
        flex-wrap: wrap;
    }
    .footer__contacts-additionally {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        margin-top: 3rem;
    }
    .footer__contacts-additionally > p {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin: 0;
    }
    .footer__contacts-social_icons,
    .footer__contacts-additionally > button,
    #b2b-copy {
        margin: 0.325rem 0 0;
    }
    .content ul {
        margin: 0.5rem 0;
    }
    #header .content {
        margin-left: 0;
    }
}
@media screen and (max-width: 1149px) {
    #header .contacts {
        margin-right: 0;
    }
    .header__upbox-social_icons {
        justify-content: left;
    }
    #header .row__upbox {
        padding: 0.5rem 0;
    }
    .header__upbox-menu {
        display: none;
    }
    .header__upbox {
        justify-content: flex-end;
    }
    .header__upbox-button,
    .header__upbox-phone {
        margin: 0 0 0 2rem;
    }
    #mobile-menu-button {
        background: none;
        outline: none;
        border: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-left: 2rem;
        text-decoration: none;
        transition: opacity 0.3s ease;
        position: relative;
    }
    #mobile-menu-button:hover {
        opacity: 0.75;
    }
    #mobile-menu-button img {
        width: 21px;
        height: 21px;
    }
    .header__downbox-catalog_link {
        width: 135px;
    }
    #mobile-menu-button span {
        padding-top: 0.25rem;
        font-size: 0.875rem;
        color: #000;
    }
    .header__downbox-buttons > a > sup {
        width: 22px;
        height: 22px;
        font-size: 0.75rem;
    }
    .header__downbox-catalog_link > span {
        font-size: 0.875rem;
    }
    .btn {
        height: 50px;
        font-size: 1rem;
    }
    .form__input {
        height: 50px;
    }
    .form {
        max-width: 365px;
    }
    #mobile-menu {
        display: flex;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: #fff;
        pointer-events: none;
        z-index: 998;
        opacity: 0;
        transition: 0.5s ease;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    #mobile-menu.active {
        pointer-events: all;
        opacity: 1;
    }
    .mobilemenu__button-close {
        position: fixed;
        padding: 0;
        margin: 0;
        top: 2rem;
        right: 3rem;
        width: 60px;
        height: 43px;
        background: none;
        outline: none;
        border: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        transition: opacity 0.3s ease;
    }
    .mobilemenu__button-close span {
        padding-top: 0.125rem;
        font-size: 0.875rem;
        color: #000;
    }
    .mobilemenu__button-close img {
        width: 25px;
        height: 25px;
    }
    .mobile-menu {
        padding: 2rem 4rem 2rem 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .mobilemenu_head {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .mobilemenu_head-logo {
        width: 100%;
        margin-bottom: 2rem;
    }
    .mobilemenu_head-phone {
        color: #000;
        font-size: 1.125rem;
        transition: opacity 0.3s ease;
    }
    .mobilemenu_head-phone {
        opacity: 0.75;
    }
    .mobilemenu_head-button {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fec111;
        background: transparent;
        margin: 0 0 0 2rem;
        padding: 0 0 0.125rem;
        border: none;
        border-bottom: 1px dotted rgba(254, 193, 017, 1);
        text-decoration: none;
        outline: none;
        font-size: 1rem;
        transition: border-color 0.3s ease;
    }
    .mobilemenu_head-button:hover {
        border-color: rgba(254, 193, 017, 0);
    }
    .mobilemenu__menu a {
        transition: opacity 0.3s ease;
    }
    .mobilemenu__menu a:hover {
        opacity: 0.5;
    }
    .mobilemenu__menu {
        padding: 0;
        margin: 1.5rem 0;
        list-style-type: none;
        width: 100%;
        position: relative;
    }
    .mobilemenu__menu > li {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        position: relative;
    }
    .mobilemenu__menu > li > a {
        padding: 1rem 0;
        font-size: 1.25rem;
        color: #000;
    }
    .mobilemenu__menu > li > .children-dropdown {
        list-style-type: none;
    }
    .mobilemenu__menu > li > .children-dropdown > li {
        display: flex;
    }
    .mobilemenu__menu > li > .children-dropdown > li a {
        color: #000;
        padding: 0.5rem;
        font-size: 1.125rem;
    }
    .mobilemenu__social {
        display: flex;
        flex-direction: row;
        width: 100%;
    }
    .mobilemenu__social > a {
        display: flex;
        margin-right: 1rem;
    }
    .mobilemenu__social > a > img {
        width: 40px;
        height: 40px;
    }
    .footer__menu_inner a,
    .footer__info-desc,
    .footer__contacts > ul > li,
    .footer__contacts-additionally > p > a {
        font-size: 0.875rem;
    }
    .footer__info-copyright {
        font-size: 0.75rem;
    }
    .footer__contacts-additionally > p,
    .footer__menu > p,
    .footer__contacts > p {
        font-size: 1rem;
    }
    .footer__contacts-social_icons > a,
    .footer__contacts-social_icons > a > img {
        width: 37px;
        height: 37px;
    }
    #b2b-copy {
        padding: 0.25rem 0.5rem;
    }
    .section8__box p span {
        font-size: 1rem;
    }
    .section1__items-item {
        height: 150px;
    }
    .section1__items-item p {
        font-size: 0.875rem;
    }
    .section1__items-item::before {
        height: 16px;
        width: 16px;
    }
    .swiper-button-custom {
        width: 50px;
        height: 50px;
    }
    .section2__slider-item > .text {
        font-size: 0.875rem;
    }
    .section2__slider-item > .text::after {
        width: 30px;
        height: 11px;
    }
    .section3__man {
        right: 330px;
    }
    .section3_box {
        right: 610px;
    }
    .section5__video {
        width: 440px;
        height: 300px;
    }
    .section5 {
        padding: 3rem 0;
        margin: 5rem 0 3rem;
    }
    .section5__inner {
        padding: 0;
    }
    #section5::before {
        top: 0;
        bottom: 0;
    }
    .section5__inner-item p {
        font-size: 0.875rem;
        line-height: 1.5;
    }
    #section5::after {
        top: -9rem;
    }
    .section__title p {
        font-size: 1.25rem;
    }
    .section6__item-logotype {
        max-width: 120px;
    }
    .section6__item {
        width: calc((100% - 2rem) / 3);
        margin: 0 1rem 1rem 0;
    }
    .section6__item:nth-child(4n) {
        margin-right: 1rem;
    }
    .section6__item:nth-child(3n) {
        margin-right: 0;
    }
    .section6_items::after {
        width: 295px;
        height: 504px;
        left: calc(100% - 28rem);
        bottom: -9rem;
    }
    .section7__text h2 {
        font-size: 1.875rem;
    }
    .section7__text blockquote p {
        font-size: 0.875rem;
    }
    .section7__director {
        width: 420px;
    }
    .section7__director-text {
        font-size: 8.4rem;
    }
    .section7__text blockquote::after {
        width: 62px;
        height: 54px;
        right: -8rem;
        top: 1rem;
    }
    .section7__text blockquote::before {
        right: -9rem;
    }
    #header .content {
        margin: 0.5rem 0;
    }

    .active.mobile-icon {
        right: 0rem;
    }

    .mobile-icon.hidden-xl.hidden-lg.active {
        height: 3rem;
        width: 3rem;
    }
    .menu .menu-item .sub-menu {
        background: transparent;
    }
    .menu .menu-item .sub-menu::before {
        display: none;
    }
    .active .open span:nth-child(1),
    .active .open span:nth-child(3) {
        width: 20px;
    }
}

@media screen and (max-width: 1023px) {
    .section1__items-fw .section1__items-item-nslide {
        margin-right: 20px;
        width: calc(50% - 10px);
    }

    .section1__items-fw .section1__items-item-nslide:nth-child(2n + 2) {
        margin-right: 0;
    }

    #mobile-search-button {
        background: none;
        outline: none;
        border: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-left: 2rem;
        text-decoration: none;
        transition: opacity 0.3s ease;
        position: relative;
        order: 1;
    }
    #mobile-search-button img {
        width: 21px;
        height: 21px;
    }
    #mobile-search-button span {
        padding-top: 0.25rem;
        font-size: 0.875rem;
        color: #000;
    }
    #mobile-menu-button {
        order: 4;
    }
    .header__downbox-buttons-login {
        order: 2;
    }
    .header__downbox-buttons-basket {
        order: 3;
    }
    .section1__items {
        height: 150px;
    }
    .section1__items-item {
        display: block;
        height: 150px;
        width: 100%;
    }
    .section1 {
        padding: 2.5rem 0 4rem;
    }
    .header__downbox.fixed {
        padding: 0 2.5rem;
    }
    .section6_items::after {
        display: none;
    }
    .section6__item {
        width: 100%;
        margin: 0 1rem 1rem 0;
    }
    .section4__slider {
        overflow: initial;
    }
    .s4_slider_shadow {
        display: none;
    }
    #section4,
    #sectionT,
    #sectionT2 {
        overflow: hidden;
    }
    #section1 .section__title-align_center,
    #section2 .section__title-align_center,
    #section4 .section__title-align_center {
        text-align: left;
    }
    .section2::before {
        display: none;
    }
    .swiper-button-custom {
        width: 45px;
        height: 45px;
    }
    .s2_swiper-button-prev,
    .sS_swiper-button-prev {
        right: 4rem;
    }
    #section2 {
        padding: 2rem 0 4rem;
    }
    .section2__slider,
    .section-services__items {
        overflow: initial;
    }

    .section-services__items {
        display: block;
    }
    .s4_swiper-button-prev {
        right: 7rem;
    }
    .section3__man {
        bottom: calc(-3rem - 55px);
        height: 700px;
        top: initial;
        right: 50%;
        z-index: 1;
        pointer-events: none;
        transform: translateX(1rem);
    }
    .section3 {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        position: relative;
        align-items: center;
    }
    .section3 .form {
        transform: translateX(22vw);
    }
    .section3_box::before {
        display: none;
    }
    .section3_box {
        position: absolute;
        top: initial;
        left: 50%;
        bottom: -3rem;
        right: initial;
        transform: translateX(-120%);
        margin-bottom: 3rem;
        z-index: 2;
        width: 300px;
        height: 300px;
    }
    .section3_box p {
        max-width: 185px;
        font-size: 1.125rem;
        margin: 0.5rem;
    }
    .section5 {
        padding: 3rem 0;
        margin: 2rem 0 2rem;
    }
    .section4__slider {
        padding: 1rem 0 2rem;
    }
    #section5::after {
        width: 64px;
        height: 137px;
        top: -6rem;
    }
    .section5 {
        flex-direction: column-reverse;
    }
    .section5__video {
        margin-top: 2rem;
    }
    .section5__inner-item {
        margin-top: 1rem;
    }
    .section5__video {
        width: 610px;
        height: 430px;
    }
    .section7__director-text {
        display: none;
    }
    .section7__director {
        width: 220px;
    }
    #section7 {
        padding: 3rem 0;
    }
    .section8 {
        height: 780px;
        padding: 0 0 4rem 0;
        position: relative;
    }
    #section8 {
        background-position: 44% bottom;
        background-size: 1390px 780px;
    }
    .section8__text {
        bottom: 14.7rem;
        font-size: 1.75rem;
        width: 300px;
    }
    .section8__box > .img {
        display: none;
    }
    .section8__box p {
        position: relative;
        left: initial;
        top: initial;
        z-index: 1;
        width: auto;
        right: initial;
        bottom: initial;
    }
    .section8__box {
        position: absolute;
        bottom: 3rem;
        width: max-content;
        left: 0;
    }
    .section8__box p span {
        padding: 0.5rem 1rem;
        font-size: 1.125rem;
    }

    #section8.section-custom-cont {
        height: 500px;
    }

    .section-custom-cont .section8 {
        height: 500px;
    }

    .section-custom-cont .section8__text.section8__sub-text {
        top: 150px;
        font-size: 16px;
    }

    .footer__menu,
    .footer__contacts {
        width: 50%;
        margin-bottom: 2rem;
    }
    .footer__info {
        margin-bottom: 2rem;
    }
    .footer__menu > p,
    .footer__contacts > p {
        margin-bottom: 1rem;
    }
    .footer__contacts-additionally {
        margin-top: 0;
        flex-wrap: wrap;
    }
    #b2b-copy {
        margin-top: 2rem;
    }
    #search-window {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: #fff;
        z-index: 998;
        transition: 0.5s ease;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        opacity: 0;
        pointer-events: none;
    }
    #search-window.active {
        opacity: 1;
        pointer-events: all;
    }
    .search-window {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .search-window input {
        width: 100%;
        border: 1px solid #fec111;
        height: 50px;
        padding: 0 1rem;
        text-align: center;
        outline: 0;
        box-shadow: none;
        font-size: 1.125rem;
        border-radius: 5px;
    }
    .search-window button {
        width: 200px;
        height: 50px;
        margin-top: 1rem;
        padding: 0 2.5rem;
        background: linear-gradient(to top, #ffcc00, #fee300);
        border-radius: 5px;
        border: 0;
        outline: none;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .search-window button img {
        width: 20px;
        height: 20px;
    }
    .search-window button span {
        font-size: 1.125rem;
        margin-left: 1rem;
        color: #000;
    }
    .search-window__button-close {
        position: fixed;
        padding: 0;
        margin: 0;
        top: 2rem;
        right: 3rem;
        width: 60px;
        height: 43px;
        background: none;
        outline: none;
        border: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        transition: opacity 0.3s ease;
    }
    .search-window__button-close span {
        padding-top: 0.125rem;
        font-size: 0.875rem;
        color: #000;
    }
    .search-window__button-close img {
        width: 25px;
        height: 25px;
    }
    .swiper-autoheight,
    .swiper-autoheight .swiper-slide {
        width: 85%;
    }
    .row__upbox ,
    .header__downbox-buttons,
    .header__downbox-catalog_link {
        display: none;
    }

    .header__downbox a[href^="tel:"].phone-content {
        color: #000;
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 767px) {
    .section5__video {
        width: 100%;
        height: calc(100vw / 1.7778);
    }

    .form {
        max-width: 320px;
        padding: 1.5rem 2rem;
    }

    .form__desc {
        font-size: 0.875rem;
    }

    .section3 .form {
        transform: none;
    }

    .footer__info {
        width: 50%;
        padding-right: 1rem;
    }
    #header .header_phones {
        display: block;
    }
    .header__downbox-catalog_link {
        width: initial;
        height: initial;
        border-radius: initial;
        background: transparent;
        outline: 0;
        border: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-left: 2rem;
        text-decoration: none;
        transition: opacity 0.3s ease;
        position: relative;
    }

    .header__downbox-catalog_link img {
        width: 21px;
        height: 21px;
    }

    .header__downbox-catalog_link span {
        padding-top: 0.25rem;
        font-size: 0.875rem;
        font-weight: 400;
        color: #000;
    }

    #mobile-menu-button,
    .header__downbox-buttons > a,
    .header__downbox-catalog_link,
    .header__downbox-buttons-basket,
    .header__downbox-buttons-login,
    #mobile-search-button {
        margin-left: 0.5rem;
    }

    #mobile-menu-button span,
    .header__downbox-buttons > a span,
    .header__downbox-catalog_link span,
    .header__downbox-buttons-basket span,
    .header__downbox-buttons-login span,
    #mobile-search-button span {
        font-size: 0.75rem;
    }

    #mobile-menu-button img,
    .header__downbox-buttons > a img,
    .header__downbox-catalog_link img,
    .header__downbox-buttons-basket img,
    .header__downbox-buttons-login img,
    #mobile-search-button img {
        width: 17px;
        height: 17px;
    }

    .header__downbox-logo {
        margin-right: 0.5rem;
    }

    .header__upbox {
        justify-content: space-between;
    }

    .header__upbox-social_icons > a:first-child {
        margin-left: 0;
    }

    .header__downbox.fixed {
        padding: 0 2rem;
    }

    .hero__text h1 {
        font-size: 2rem;
    }

    .hero__text p {
        font-size: 1.25rem;
    }

    .hero__buttons button,
    .hero__buttons a {
        margin-right: 1rem;
    }

    .hero__buttons .btn {
        padding: 0 1.75rem;
    }

    .hero {
        padding-top: 7rem;
    }
    #hero.hero-white {
        background-color: #fff;
    }
    #hero.hero-white,
    #hero.hero-white .header p {
        color: var(--dark);
    }
    #hero.hero-white.hero-dark,
    #hero.hero-white.hero-dark .header p {
        color: #fff;
    }
    .header__downbox-buttons > a > sup {
        width: 18px;
        height: 18px;
        font-size: 10px;
    }

    .section__title h2,
    .section5__inner-heading h2 {
        font-size: 1.5rem;
    }

    .section1__items,
    .section1__items-fw {
        margin-top: 2rem;
    }

    .s2_swiper-button-next,
    .s2_swiper-button-prev,
    .sS_swiper-button-next,
    .sS_swiper-button-prev {
        top: initial;
        bottom: -2rem;
    }

    #section1 .section__title-align_center,
    #section2 .section__title-align_center,
    #section4 .section__title-align_center {
        text-align: center;
    }

    .section2__slider {
        margin-top: 2rem;
    }

    .section1__img {
        margin: 0 auto 2rem;
    }

    .section4__button {
        justify-content: flex-start;
    }

    .s4_swiper-button-prev,
    .s4_swiper-button-next {
        top: initial;
        bottom: 0.25rem;
    }

    #sectionT .s4_swiper-button-prev,
    #sectionT2 .s4_swiper-button-prev,
    #sectionT .s4_swiper-button-next,
    #sectionT2 .s4_swiper-button-next {
        top: initial;
        bottom: -2rem;
    }

    #sectionT .s4_swiper-button-prev,
    #sectionT2 .s4_swiper-button-prev {
        left: 0;
        right: 0;
        margin: 0 auto;
        transform: translateX(-2.25rem);
    }

    #sectionT .s4_swiper-button-next,
    #sectionT2 .s4_swiper-button-next {
        left: 0;
        right: 0;
        margin: 0 auto;
        transform: translateX(2.25rem);
    }

    #menu-buttom {
        position: fixed;
        left: 0;
        right: 0;
        height: 60px;
        bottom: 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        background-color: #fff;
        padding: 0 1.5rem;
        z-index: 1000;
        box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
    }

    #menu-buttom > div,
    #menu-buttom > a,
    #menu-buttom > button {
        width: 70px;
        text-align: center;
        height: initial;
        border-radius: initial;
        background: transparent;
        outline: 0;
        border: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        transition: opacity 0.3s ease;
        position: relative;
    }

    #menu-buttom > div img,
    #menu-buttom > a img,
    #menu-buttom > button img {
        width: 21px;
        height: 21px;
        position: relative;
    }

    #menu-buttom > div span,
    #menu-buttom > a span,
    #menu-buttom > button span {
        padding-top: 0.25rem;
        font-size: 0.875rem;
        font-weight: 400;
        color: #000;
    }

    #menu-buttom > a.header__downbox-buttons-basket > sup {
        width: 22px;
        height: 22px;
        font-size: 0.75rem;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        color: #000;
        right: 0.6rem;
        top: 0.25rem;
        border-radius: 50%;
        background: linear-gradient(to top, #ffcc00, #fee300);
        z-index: 1;
    }

    .mobilemenu__button-close {
        right: 2rem;
    }

    .s4_swiper-button-next {
        right: 2rem;
    }

    .s4_swiper-button-prev {
        right: 6rem;
    }

    #section5::after {
        display: none;
    }

    .section5 {
        padding: 3rem 0;
        margin: 1rem 0 2rem;
    }

    .section5__video-text > svg {
        transform: scale(0.7);
    }

    .section5__inner-item p > span {
        font-size: 1.375rem;
    }

    .section5__inner-item p {
        font-size: 0.875rem;
        line-height: 1.4;
    }

    .section6_items {
        margin-top: 2rem;
    }

    #footer {
        padding: 3.5rem 0;
    }

    .footer__contacts-additionally > button {
        height: 35px;
        padding: 0 2rem;
        font-size: 0.875rem;
        margin: 0.25rem 0 0;
    }

    .footer__contacts-social_icons > a,
    .footer__contacts-social_icons > a > img {
        width: 35px;
        height: 35px;
    }

    .footer__contacts-additionally > p,
    .footer__menu > p,
    .footer__contacts > p {
        font-size: 1rem;
        width: 50%;
        padding-right: 1rem;
        margin-bottom: 1.5rem;
    }

    .footer__contacts > ul > li {
        margin-bottom: 1.7rem;
    }

    .footer__contacts > ul > li:last-child {
        margin-bottom: 0;
    }

    #b2b-copy {
        margin-top: 0.5rem;
    }

    .footer__info {
        padding-right: 2rem;
    }

    .footer__info-desc,
    .footer__info-img {
        margin-bottom: 1rem;
    }

    .footer__contacts-social_icons > a {
        margin-right: 1rem;
    }

    .section3 {
        flex-direction: row;
        width: 436px;
        margin: 0 auto;
    }

    .section3__man {
        bottom: calc(-3rem - 44px);
        height: 565px;
        right: 250px;
        transform: translateX(1rem);
        z-index: 0;
    }

    .section3 .form {
        position: relative;
        z-index: 1;
    }

    .section3_box p {
        max-width: 135px;
        font-size: 0.875rem;
        margin: 0.5rem;
    }

    .section3_box img {
        width: 45px;
        height: 45px;
    }

    .section3_box {
        position: absolute;
        top: initial;
        left: initial;
        bottom: -3rem;
        right: 290px;
        transform: translateX(-0%);
        margin-bottom: 3rem;
        z-index: 1;
        width: 210px;
        height: 210px;
    }

    .s2_swiper-button-prev,
    .sS_swiper-button-prev {
        left: 0;
        right: 0;
        margin: 0 auto;
        transform: translateX(-2.25rem);
    }
    .s2_swiper-button-prev:hover,
    .sS_swiper-button-prev:hover {
        transform: translateX(-2.25rem) translateY(0);
    }
    .s2_swiper-button-prev:active,
    .sS_swiper-button-prev:active {
        transform: translateX(-2.25rem) translateY(0) scale(0.9);
    }

    .s2_swiper-button-next,
    .sS_swiper-button-next {
        left: 0;
        right: 0;
        margin: 0 auto;
        transform: translateX(2.25rem);
    }
    .s2_swiper-button-next:hover,
    .sS_swiper-button-next:hover {
        transform: translateX(2.25rem) translateY(0);
    }
    .s2_swiper-button-next:active,
    .sS_swiper-button-next:active {
        transform: translateX(2.25rem) translateY(0) scale(0.9);
    }

    .section7 {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-end;
    }

    .section7__director {
        transform: translateX(6rem);
        height: 375px;
        position: absolute;
        bottom: 0;
        left: 250px;
        width: 1000px;
    }

    .section7__director-text {
        display: inherit;
        right: inherit;
        bottom: 0;
        left: -7rem;
        font-size: 4.55rem;
        transform: rotate(-90deg) translateX(100%) translateY(0rem);
        z-index: -1;
    }

    .section7__director-img {
        left: -1rem;
        max-width: 170px;
    }

    .section7__text blockquote {
        padding: 6rem 0 6rem;
        margin: 2rem 0 0;
        max-width: 260px;
    }

    .section7__text blockquote::before {
        right: -1rem;
    }

    .section7__text blockquote p:nth-child(1) br {
        display: none;
    }

    .section7__text blockquote p:nth-child(2) {
        right: initial;
        left: 0;
        bottom: 1.5rem;
    }

    .section7__text blockquote::after {
        right: initial;
        left: 0;
        top: 1.5rem;
    }

    .section7__text {
        padding-right: 0;
    }

    .section8 {
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .section8__text,
    .section8__box {
        position: initial;
        left: initial;
        right: initial;
        top: initial;
        bottom: initial;
        width: 100%;
        text-align: center;
    }
    .section8__box p span {
        margin: 0.25rem auto;
        font-size: 1rem;
    }
    .section8 {
        height: auto;
    }
    #section8 {
        background-color: #f4f4f4;
        background-position: 60% bottom;
        background-size: 1230px 590px;
        background-repeat: no-repeat;
        position: relative;
    }
    #section8::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        -webkit-backdrop-filter: blur(3px);
        backdrop-filter: blur(3px);
        z-index: 1;
    }
    #section8 > .container-fluid {
        position: relative;
        z-index: 2;
    }
    .section8__box p {
        margin: 2.5rem 0;
    }
    #section7 {
        padding: 2rem 0 4rem;
    }
    .section8__text::before {
        display: none;
    }
    .section8__box {
        display: none;
    }
    .section8__text {
        padding: 0.5rem 0 2.5rem;
    }

    .section-custom-cont .section8__text {
        margin-top: 70px;
    }

    #section8.section-custom-cont::before {
        content: none;
    }

    .section-custom-cont .section8__text.section8__sub-text {
        font-size: 14px;
        margin-top: -15px;
        position: static;
    }

    #section8.section-custom-cont {
        height: initial;
    }

    .section-custom-cont .section8 {
        height: initial;
    }

    #header {
        background-color: #fff;
    }
    .header {
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
    }
    .header__upbox-social_icons {
        display: none;
    }
    .header__upbox {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
    }
    .header__upbox-phone {
        color: #000;
        margin-bottom: 0.325rem;
    }
    .header__downbox-catalog_link {
        margin-left: 0;
    }
    .search-window__button-close {
        right: 2rem;
    }
    .search-window input,
    .search-window button {
        height: 45px;
    }
    .search-window button {
        width: 150px;
    }
    .search-window input,
    .search-window button span {
        font-size: 1rem;
    }
    .mobilemenu__menu > li > a {
        padding: 0.675rem 0;
    }
    #mobile-menu {
        bottom: 60px;
        padding-top: 60px;
        opacity: 1;
        transform: translateY(100%);
    }
    #mobile-menu.active {
        transform: translateY(0%);
    }
    .mobile-menu {
        padding: 0 0 calc(100px + 2.5rem);
    }
    #search-window {
        top: initial;
        height: 100px;
        bottom: 60px;
        z-index: 999;
        box-shadow: 0 0 16px rgb(0 0 0 / 0%);
        transform: translateY(100%);
        opacity: 1;
    }
    #search-window.active {
        transform: translateY(0%);
        box-shadow: 0 0 16px rgb(0 0 0 / 10%);
        opacity: 1;
    }
    .search-window {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .search-window button {
        margin-top: 0;
    }
    .search-window button {
        width: 120px;
        border-radius: 0 5px 5px 0;
    }
    .search-window input {
        border-radius: 5px 0 0 5px;
        border-right: none;
        font-size: 16px;
    }
    .mobilemenu_head {
        display: none;
    }
    #mobile-search-button img,
    #mobile-menu-button img {
        opacity: 1;
        transition: 0.3s ease;
    }
    #mobile-search-button.active img,
    #mobile-menu-button.active img {
        opacity: 0;
    }
    #mobile-search-button::before,
    #mobile-menu-button::before {
        content: "";
        width: 27px;
        height: 27px;
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 0.4rem;
        opacity: 0;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("../images/close.svg");
        pointer-events: none;
        transition: 0.3s ease;
    }
    #mobile-search-button.active::before,
    #mobile-menu-button.active::before {
        opacity: 1;
        pointer-events: all;
    }
    .mobilemenu__button-close {
        display: none;
    }
    .search-window__button-close {
        display: none;
    }
    .search-window input {
        text-align: left;
    }
    .hero {
        padding-top: 2rem;
    }
    .form__input {
        font-size: 16px;
    }
    .swiper-autoheight,
    .swiper-autoheight .swiper-slide {
        width: 100%;
    }
    .open span {
        background-color: #000;
    }
    #header .contacts .phone-content {
        color: #000;
    }
    .mobile-icon {
        position: fixed;
    }
    .header__downbox-catalog_link {
        display: none;
    }
    #header .social {
        display: none;
    }
    .header__downbox .link {
        display: block;
        width: max-content;
        margin-right: 0;
        margin-left: auto;
    }
    .logos-row .item .logo img {
        max-height: 80px;
        max-width: 120px;
    }

    .section1__items-item img {
        top: 10px;
        height: 120px;
        transition: all 0.3s ease;
    }
    .section1__items-fw .section1__items-item-nslide {
        /*margin-right: 0;*/
        /*width: 100% !important;*/
    }
}

@media screen and (max-width: 499px) {
    h1 {
        font-size: 2rem;
    }
    #section3 {
        padding: 1rem 0 3rem;
    }
    .section3 {
        flex-direction: column;
        width: 100%;
    }
    .section3__man {
        position: relative;
        left: initial;
        right: initial;
        bottom: initial;
        top: initial;
        transform: translateY(44px);
    }
    .section3_box {
        top: 21rem;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .section2__slider-item > .text {
        width: 170px;
    }
    #section2 {
        padding: 2rem 0 6rem;
    }
    .s2_swiper-button-next,
    .s2_swiper-button-prev,
    .sS_swiper-button-next,
    .sS_swiper-button-prev  {
        bottom: -3rem;
    }
    .s4_swiper-button-next {
        right: 1rem;
    }
    .s4_swiper-button-prev {
        right: 5rem;
    }
    .section7__text blockquote {
        padding: 4.5rem 0 6rem;
        max-width: 225px;
    }
    .section7__text blockquote::after {
        width: 42px;
        height: 34px;
        top: 1.125rem;
    }
    .section7__director {
        height: 315px;
        left: 200px;
        width: 430px;
    }
    .section7__director-img {
        max-width: 150px;
    }
    #section8 {
        background-size: 1120px 560px;
    }
    .footer__contacts-social_icons > a,
    .footer__contacts-social_icons > a > img {
        width: 30px;
        height: 30px;
    }
    #b2b-copy .b2b-copy-link {
        letter-spacing: 0;
    }
    #b2b-copy {
        margin-top: 1rem;
    }
    .hero {
        padding-bottom: 4rem;
    }
    .section8 .form__desc {
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
    }
    .mobile-menu {
        padding: 1rem 3rem 0 0;
    }
    .mobilemenu__button-close {
        right: 1rem;
        top: 1rem;
    }
    .mobilemenu_head-logo {
        width: 220px;
    }
    .search-window__button-close {
        right: 1rem;
        top: 1rem;
    }
    .mobilemenu_head {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .mobilemenu_head-button {
        margin-left: 0;
        margin-top: 0.5rem;
    }
    .mobilemenu_head {
        display: none;
    }
    .mobile-menu {
        padding: 0;
    }
    .mobilemenu__social > a > img {
        width: 35px;
        height: 35px;
    }
    #search-window {
        height: 80px;
    }
    #header .content .contacts {
        justify-content: flex-start;
    }
    .hero__buttons {
        flex-direction: column;
        row-gap: 20px;
    }
    .hero__buttons .btn {
        width: 100%;
    }

    .hero__buttons a {
        margin-right: 0;
    }
    .product-mini__addtocart button > span {
        font-size: 14px;
    }
    .section7__text blockquote p:first-child {
        padding-bottom: 2rem;
    }
    .header__downbox a[href^="tel:"].phone-content {
        font-weight: 400;
    }
    .logos-row .item .logo img {
        max-height: 80px;
    }
}

@media screen and (max-width: 413px) {
    .hero__text h1 {
        font-size: 1.85rem;
    }
    .hero__text p {
        font-size: 1.125rem;
    }
    .hero__buttons {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .hero__buttons button:last-child,
    .hero__buttons a:last-child {
        margin-top: 1rem;
    }
    .hero__buttons {
        padding-top: 1rem;
    }
    .section1__items-item p {
        font-size: 1rem;
        left: calc(50% - 1.5rem);
    }
    .hero__buttons .btn {
        height: 45px;
    }
    .section7__text h2 br {
        display: none;
    }
    .section7__text blockquote p:nth-child(2) {
        font-size: 0.875rem;
    }
    .section7__text blockquote {
        max-width: 200px;
    }
    .section7__director {
        left: 165px;
    }
    .section7__text button {
        margin-top: 1rem;
    }
    .section7__director {
        height: 298px;
        left: 160px;
    }
    .section7__director-img {
        left: -0.5rem;
        max-width: 140px;
    }
    .form__title {
        font-size: 1.25rem;
    }
    .section8__text {
        font-size: 1.5rem;
    }
    .hero {
        padding-top: 2rem;
    }
    .section5__inner-item p > span {
        font-size: 1.25rem;
    }
    .footer {
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .footer__info,
    .footer__menu,
    .footer__contacts {
        width: 100%;
        padding-right: 0;
    }
    .footer__contacts-additionally {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 0;
    }
    .footer__contacts-additionally > p,
    .footer__menu > a,
    .footer__contacts > p {
        width: 100%;
        padding-right: 0;
    }
    .footer__menu_inner a,
    .footer__info-desc,
    .footer__contacts > ul > li,
    .footer__contacts-additionally > p > a {
        font-size: 1rem;
    }
    .footer__contacts-additionally > p,
    .footer__menu > p,
    .footer__contacts > p {
        font-size: 1.125rem;
    }
    .footer__contacts-additionally > button {
        margin: 1rem 0;
    }
    #b2b-copy .b2b-copy-link {
        font-size: 12px;
    }
    .footer__info-img > img {
        max-width: 200px;
    }
    #menu-buttom > div,
    #menu-buttom > a,
    #menu-buttom > button {
        width: 60px;
    }
    .section7__text h2 {
        font-size: 1.5rem;
    }
    .section__title p {
        font-size: 1.125rem;
    }
    .mobilemenu_head {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .mobilemenu_head-button {
        margin-left: 0;
        margin-top: 0.5rem;
    }
    .search-window input,
    .search-window button {
        height: 40px;
    }
    .search-window button {
        width: 140px;
    }
    .search-window input,
    .search-window button span {
        font-size: 1rem;
    }
    .search-window button {
        width: 110px;
    }
    .mobilemenu_head {
        display: none;
    }
    .section5__video-text > svg {
        width: 110px;
    }
    #header .contacts .phone-content {
        display: none;
    }
    .type-header-2 #header .contacts .link {
        visibility: hidden;
    }
    .header__downbox a[href^="tel:"].phone-content {
        font-size: 0.9rem;
    }
}
@media screen and (max-width: 374px) {
    .hero__text h1 {
        font-size: 1.75rem;
    }
    .section1__items-item {
        height: 130px;
    }
    .section5__video-text > svg {
        width: 100px;
    }
    .section1 {
        padding: 2.5rem 0 3rem;
    }
    .section7__director-img {
        left: -1.5rem;
    }
    #header-wrapper.header-fixed {
        position: absolute;
    }
    #header {
        position: relative;
    }
    .page-template-front-page .hero {
        padding-top: 0;
    }
    .hero__text {
        padding-top: 2rem;
    }
}
@media screen and (max-width: 359px) {
    .hero__text h1 br {
        display: none;
    }
    .hero {
        padding-bottom: 3rem;
        padding-top: 5rem;
    }
    .form {
        padding: 1.5rem 1.325rem;
    }
    #section3 {
        padding: 1rem 0 3.5rem;
    }
    .section7__text blockquote {
        max-width: 185px;
    }
    .section7__text button {
        padding: 0 1.875rem;
    }
    .section7__director {
        height: 312px;
        left: 146px;
    }
    .section1 {
        padding: 2.5rem 0 2rem;
    }
    .mobilemenu_head-logo {
        width: 209px;
    }
    h1 {
        font-size: 1.875rem;
    }

    .section1__items-item p{
        left: calc(30% - 1.5rem);
    }
}

/*section-services*/

.section-services {
    background-color: #fff;
    padding: 4rem 0 8rem;
    overflow: hidden;
}

.section-services__wrapper {
    position: relative;
}

.section-services__items {
    display: flex;
    flex-wrap: wrap;
}

.section-services__items .section2__slider-item {
    margin-right: 30px;
    margin-bottom: 30px;
    flex: 0 0 calc(25% - 25px);
}

.section-services__items .section2__slider-item:nth-child(4n + 4) {
    margin-right: 0;
}

.section-services .swiper-button-custom {
    display: none;
}

@media screen and (max-width: 1279px) {
    .section-services__items .section2__slider-item {
        flex: 0 0 calc(33% - 20px);
    }

    .section-services__items .section2__slider-item:nth-child(4n + 4) {
        margin-right: 30px;
    }

    .section-services__items .section2__slider-item:nth-child(3n + 3) {
        margin-right: 0;
    }
}

@media screen and (max-width: 992px) {
    .section-services .swiper-button-custom {
        display: block;
    }

    .section-services__items .section2__slider-item {
        margin-bottom: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .section-services {
        padding-bottom: 70px;
        padding-top: 0;
    }

    .section-services .section-services__wrapper {
        padding-bottom: 30px;
    }

    #sectionT2 .section4 {
        margin-top: 0;
    }

    #sectionT .s4_swiper-button-prev,
    #sectionT2 .s4_swiper-button-prev,
    #sectionT .s4_swiper-button-next,
    #sectionT2 .s4_swiper-button-next {
        bottom: -4rem;
    }
}

/*section-services*/

/*quan-block*/

.quan-block {
    position: relative;
    border-radius: 5px;
    border: 1px solid #E6E6E6;
    width: 120px;
    text-align: center;
}

.quan-block__input {
    position: relative;
    z-index: 1;
    border: 0;
    outline: none;
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    width: 50px;
    height: 36px;
    background: transparent;
    -moz-appearance: textfield;
}

.quan-block__input::-webkit-outer-spin-button,
.quan-block__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quan-block__button {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    width: 20px;
    height: 20px;
    border: 0;
    outline: none;
    top: 5px;
    background: transparent;
    font-family: Inter;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 20px;
    color: #000;
}

.quan-block__minus {
    font-size: 23px;
    line-height: 23px;
    left: 16px;
}

.quan-block__plus {
    right: 16px;
}

/*quan-block*/

/*g-hero-service*/

#hero.g-hero-service {
    background-position: center;
}

@media (max-width: 1023px) {
    #hero.g-hero-service .main {
        padding-top: 3rem;
    }
}

@media screen and (max-width: 767px) {
    #hero.g-hero-service.hero-white, #hero.g-hero-service.hero-white .header p {
        color: #fff;
    }
}

/*g-hero-service*/

/*section-gal*/

.section-gal {
    margin-bottom: 90px;
}

.section-gal__items {
    display: flex;
    flex-wrap: wrap;
}

.section-gal__item {
    margin-bottom: 6px;
    margin-right: 7px;
    height: 210px;
    flex: 0 0 calc(25% - 7px);
}

.section-gal__item:nth-child(4n + 4) {
    margin-right: 0;
}

.section-gal__item img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

@media (max-width: 1023px) {
    .section-gal {
        margin-bottom: 20px;
    }

    .section-gal__item {
        height: 120px;
    }
}

@media (max-width: 768px) {
    .section-gal__item {
        flex: 0 0 calc(50% - 5px);
    }

    .section-gal__item:nth-child(2n + 2) {
        margin-right: 0;
    }
}

@media (max-width: 550px) {
    .section-gal__item {
        height: 85px;
    }
}

/*section-gal*/

/*section-tblock*/

.section-tblock {
    margin-top: 20px;
}

.section-tblock__wrapper {
    display: flex;
    align-items: center;
}

.section-tblock__img {
    flex: 0 0 550px;
    margin-right: 35px;
}

.section-tblock__body {
    flex: 1 1 auto;
}

.section-tblock__text {
    color: #000;
    font-size: 18px;
    line-height: 160%;
}

@media (max-width: 1279px) {
    .section-tblock__img {
        flex: 0 0 350px;
        margin-right: 32px;
    }

    .section-tblock__text {
        font-size: 16px;
        line-height: 160%;
    }
}

@media (max-width: 768px) {
    .section-tblock__wrapper {
        flex-wrap: wrap;
    }

    .section-tblock__body {
        flex: 1 1 100%;
    }

    .section-tblock__img {
        flex: 1 1 100%;
        margin-right: 0;
    }

    .section-tblock__text {
        font-size: 14px;
    }
}

/*section-tblock*/

/*section-cont*/

.section-cont {
    margin-bottom: 72px;
}

.section-cont__items {
    display: flex;
    justify-content: space-between;
}

.section-cont__item {
    flex: 1 1 48%;
}

.section-cont__dc {
    display: flex;
    flex-wrap: wrap;
}

.section-cont__d {
    margin-bottom: 25px;
    margin-right: 19px;
    flex: 0 0 calc(50% - 10px);
}

.section-cont__d:nth-child(2n +2) {
    margin-right: 0;
}

.section-cont__d-caption {
    display: flex;
    color: #000;
    font-family: "Russo One", sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.section-cont__d-caption svg {
    flex: 0 0 auto;
    margin-right: 12px;
}

.section-cont__d-text {
    color: #000;
    font-size: 15px;
    line-height: 160%;
    margin-top: 8px;
}

a.section-cont__d-textb {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 160%;
    border-bottom: 0;
}

a.section-cont__d-texta {
    color: #F6B512;
    font-size: 15px;
    line-height: 160%;
    text-decoration: underline;
    border-bottom: 0;
}

a.section-cont__d-texta:hover {
    text-decoration: none;
}

.section-cont__db {
    margin-bottom: 25px;
}

.section-cont__db:last-child {
    margin-bottom: 0;
}

.section-dop-c {
    margin-top: 43px;
}

@media (max-width: 1023px) {
    .section-cont {
        margin-bottom: 43px;
    }

    .section-cont__items {
        flex-wrap: wrap;
    }

    .section-cont__item {
        flex: 1 1 100%;
    }

    .section-cont__item + .section-cont__item {
        margin-top: 32px;
    }

    .section-cont__d-caption {
        font-size: 20px;
    }

    .section-cont__d-text {
        font-size: 16px;
    }

    a.section-cont__d-texta {
        font-size: 16px;
    }

}

@media (max-width: 768px) {

    .section-cont__d {
        flex: 1 1 100%;
        margin-right: 0;
    }
}

/*section-cont*/

/*section-map*/

.section-map {
    margin-bottom: 72px;
}

@media (max-width: 1023px) {
    .section-map {
        margin-bottom: 43px;
    }
}

/*section-map*/

/*section-users*/

.section-users {
    margin-bottom: 72px;
}

.section-users__items {
    display: flex;
    flex-wrap: wrap;
}

.section-users__item {
    flex: 0 0 calc(33% - 10px);
    margin-right: 20px;
    margin-bottom: 20px;
    display: flex;
}

.section-users__item:nth-child(3n + 3) {
    margin-right: 0;
}

.section-users__avatar {
    flex: 0 0 180px;
    height: 180px;
    margin-right: 23px;
}

.section-users__avatar img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.section-users__body {
    flex: 1 1 auto;
    color: #000;
    font-size: 18px;
    line-height: 160%;
}

.section-users__name {
    font-weight: 600;
    margin-bottom: 2px;
}

.section-users__phone {
    margin-bottom: 2px;
}

.section-users__mail {

}

.section-users__phone a {
    color: #000;
    font-size: 15px;
    line-height: 160%;
}

.section-users__mail a {
    font-size: 15px;
    color: #F6B512;
    line-height: 160%;
    text-decoration: none;
    border-bottom: unset;
}

@media (max-width: 1366px) {
    .section-users__item {
        flex: 0 0 calc(50% - 10px);
    }

    .section-users__item:nth-child(3n + 3) {
        margin-right: 20px;
    }

    .section-users__item:nth-child(2n + 2) {
        margin-right: 0;
    }
}

@media (max-width: 1023px) {
    .section-cont {
        margin-bottom: 43px;
    }

    .section-users__body {
        font-size: 16px;
    }

    .section-users__phone a {
        font-size: 16px;
    }

    .section-users__mail a {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .section-users__item {
        flex: 0 0 100%;
        margin-right: 0 !important;
    }

    .section-users__body {
        font-size: 14px;
    }

    .section-users__phone a {
        font-size: 14px;
    }

    .section-users__mail a {
        font-size: 14px;
    }
}

/*section-users*/

/*section-fback*/


.section-fback {
    margin-bottom: 72px;
}

.section-fback__text {
    color: #000;
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 33px;
}

.section-fback__items {
    display: flex;
}

.section-fback__item {
    flex: 0 0 440px;
    margin-right: 31px;
}

.section-fback__item + .section-fback__item {
    flex: 1 1 auto;
    margin-right: 0;
}

.section-fback__item + .section-fback__item .form-group {
    height: calc(100% - 1.5rem);
}

.section-fback__item textarea {
    height: 100% !important;
}

.section-fback__sbutt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-fback__sbutton {
    margin-left: 20px;
    flex-shrink: 0;
}

@media (max-width: 1023px) {
    .section-fback {
        margin-bottom: 43px;
    }

    .section-fback__item {
        flex: 0 0 calc(50% - 5px);
        margin-right: 10px;
    }

    .section-fback__item + .section-fback__item {
        flex: 0 0 calc(50% - 5px);
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .section-fback__text {
        margin-bottom: 6px;
    }

    .section-fback__items {
        flex-wrap: wrap;
    }

    .section-fback__item {
        flex: 1 1 100%;
        margin-right: 0;
    }

    .section-fback__item + .section-fback__item {
        flex: 1 1 100%;
        height: 140px;
    }

    .section-fback__sbutt {
        flex-wrap: wrap;
    }

    .section-fback__sbutton {
        margin: 20px auto 0 auto;
    }
}

/*section-fback*/

/*section-search*/

.section-search {

}

.section-search__form {

}

.section-search__text {
    color: #000;
    font-size: 18px;
    line-height: 160%;
}

@media (max-width: 768px) {
    .section-search__text {
        font-size: 14px;
    }

    .section-search__text strong {
        display: block;
    }
}

/*section-search*/

/*pr-items*/

.pr-items,
.pr-items__one,
.pr-items__two,
.pr-items__three {
    margin-top: 28px;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
}

.pr-items__one,
.pr-items__two,
.pr-items__three {
    margin-top: 0;
}

.pr-items .section4__item {
    margin-right: 32px;
    margin-bottom: 32px;
    flex: 0 0 calc(25% - 24px);
}

.pr-items .section4__item:nth-child(4n + 4) {
    margin-right: 0;
}

.pr-items__three .section4__item {
    margin-right: 32px;
    margin-bottom: 32px;
    flex: 0 0 calc(33% - 22px);
}

.pr-items__three .section4__item:nth-child(3n + 3) {
    margin-right: 0;
}

.pr-items__two .section4__item {
    margin-right: 32px;
    margin-bottom: 32px;
    flex: 0 0 calc(50% - 16px);
}

.pr-items__two .section4__item:nth-child(2n + 2) {
    margin-right: 0;
}

.pr-items__one .section4__item {
    margin-right: 0px;
    margin-bottom: 0px;
    flex: 0 0 100%;
}

@media (max-width: 1279px) {
    .pr-items .section4__item {
        margin-right: 16px;
        margin-bottom: 16px;
        flex: 0 0 calc(33% - 12px);
    }

    .pr-items .section4__item:nth-child(4n + 4) {
        margin-right: 16px;
    }

    .pr-items .section4__item:nth-child(3n + 3) {
        margin-right: 0;
    }

    .pr-items__two .section4__item,
    .pr-items__three .section4__item {
        margin-right: 16px;
        margin-bottom: 16px;
        flex: 0 0 calc(50% - 9px);
    }

    .pr-items__three .section4__item:nth-child(3n + 3) {
        margin-right: 16px;
    }

    .pr-items__three .section4__item:nth-child(2n + 2) {
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .pr-items__two .section4__item,
    .pr-items__three .section4__item {
        flex: 0 0 100%;
    }

    .pr-items__three .section4__item:nth-child(3n + 3) {
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .pr-items .section4__item {
        flex: 0 0 calc(50% - 9px);
    }

    .pr-items .section4__item:nth-child(3n + 3) {
        margin-right: 16px;
    }

    .pr-items .section4__item:nth-child(2n + 2) {
        margin-right: 0;
    }

    .pr-items__two .section4__item,
    .pr-items__three .section4__item {
        flex: 0 0 calc(50% - 9px);
    }

    .pr-items__three .section4__item:nth-child(3n + 3) {
        margin-right: 16px;
    }

    .pr-items__three .section4__item:nth-child(2n + 2) {
        margin-right: 0;
    }
}

@media (max-width: 500px) {
    .pr-items .section4__item {
        flex: 0 0 100%;
        margin-right: 0 !important;
    }

    .pr-items__two .section4__item,
    .pr-items__three .section4__item {
        flex: 0 0 100%;
        margin-right: 0 !important;
    }
}

/*pr-items*/

/*pr-pagination*/

.pr-pagination {
    margin-bottom: 70px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.section-catalog__body .pr-pagination {
    margin-bottom: 0;
}

.pr-pagination__item {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    border-radius: 5px;
    border: 1px solid #E6E6E6;
    transition: all .3s ease;
    margin: 0 6px 6px 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.pr-pagination__item {
    border-color: #F6B512;
}

a.pr-pagination__item:hover {
    border-color: #F6B512;
}

/*pr-pagination*/

/*section-catalog*/

.section-catalog {
    margin-bottom: 70px;
}

.section-catalog__wr {
    display: flex;
}

.section-catalog__sidebar {
    flex: 0 0 325px;
    margin-right: 24px;
}

.section-catalog__body {
    flex: 1 1 auto;
}

@media (max-width: 768px) {
    .section-catalog__wr {
        flex-wrap: wrap;
    }

    .section-catalog__sidebar {
        flex: 0 0 100%;
        margin-right: 0;
        margin-bottom: 27px;
    }

    .section-catalog__body {
        flex: 1 1 100%;
    }
}

/*section-catalog*/


/*cfilter*/

.cfilter {
    padding: 27px 20px 30px 20px;
    border: 1px solid #C1C1C1;
}

.cfilter__caption {
    color: #262626;
    font-size: 14px;
    font-weight: 600;
    line-height: 160%;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.cfilter__item {
    margin-bottom: 27px;
}

.cfilter__item:last-child {
    margin-bottom: 0;
}

.cfilter .input,
.cfilter select {
    color: #5F5F5F;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    padding: 10px 17px;
    border-radius: 5px;
    border: 1px solid #E6E6E6;
    outline: none;
    background: #fff;

    width: 100%;
}

.checkbox-cust {
    color: #5F5F5F;
    font-size: 14px;
    line-height: 160%;
    display: flex;
    align-items: center;
}

.checkbox-cust input {
    width: 24px;
    height: 24px;
    margin-right: 11px;
}

.cfilter__ch {
    margin-bottom: 12px;
}

@media (max-width: 768px) {
    .cfilter__items {
        display: flex;
    }

    .cfilter__item {
        flex: 0 0 calc(33% - 8px);
        margin-right: 10px;
        margin-bottom: 0;
    }

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

    .cfilter__caption {
        margin-bottom: 13px;
    }
}

@media (max-width: 700px) {
    .cfilter__items {
        flex-wrap: wrap;
    }

    .cfilter__item {
        flex: 1 1 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .cfilter__item:last-child {
        margin-bottom: 0;
    }

    .cfilter__caption {
        margin-bottom: 7px;
    }
}

/*cfilter*/

/*ccategory*/

.ccategory {
    margin-top: 28px;
}

.section-catalog__sidebar .ccategory{
    margin-top: 0;
}

.ccategory__items {
    display: flex;
    flex-wrap: wrap;
}

.ccategory__item {
    width: calc(50% - 6px);
    margin: 0 11px 11px 0;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    height: 100px;
    position: relative;
    box-shadow: 0 10px 25px rgba(027, 012, 001, 0.15);
}

.ccategory__item:nth-child(2n + 2) {
    margin-right: 0;
}

.ccategory__item img {
    position: absolute;
    top: 0;
    height: 100px;
    right: calc(50% + 2rem);
    transition: all 0.3s ease;
}

.ccategory__item p {
    position: absolute;
    left: 35%;
    top: 50%;
    width: 40%;
    margin: 0;
    padding: 0;
    transform: translateY(-50%) translateX(0);
    transition: all 0.3s ease;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    word-break: break-word;
}

.ccategory__item::before {
    content: "";
    position: absolute;
    right: 11px;
    bottom: 11px;
    height: 12px;
    width: 11px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../images/next.svg");
    opacity: 1;
    transition: all 0.2s ease;
}

.ccategory__item::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.75rem;
    transform: translateY(100%);
    background-color: #ffde00;
    transition: all 0.3s 0.15s ease;
}

.ccategory__item:not(.ccategory-catalog .ccategory__item):hover::after {
    transform: translateY(0%);
}

.ccategory__item:not(.ccategory-catalog .ccategory__item):hover::before {
    transform: translateX(5rem);
    opacity: 0;
}

.ccategory__item:not(.ccategory-catalog .ccategory__item):hover > img {
    transform: translateX(-1.7rem);
}

.ccategory__item:not(.ccategory-catalog .ccategory__item):hover > p {
    transform: translateY(-50%) translateX(-2rem);
}

@media (max-width: 768px) {
    .ccategory__item {
        width: calc(25% - 10px);
    }

    .ccategory__item:nth-child(2n + 2) {
        margin-right: 11px;
    }

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

@media (max-width: 700px) {
    .ccategory__item {
        width: calc(50% - 6px);
    }

    .ccategory__item:nth-child(2n + 2) {
        margin-right: 0;
    }

    .ccategory__item img {
        /*left: -10%;*/
    }

    .ccategory__item p {
        left: calc(10% + 60px);
    }

    .ccategory__item:nth-child(6) img {
        left: -15%;
    }
}

@media (max-width: 500px) {
    .ccategory__item:nth-child(6) img {
        left: -20%;
    }
}

/*ccategory*/

/*section-previews*/

.section-previews {
    margin-bottom: 66px;
}

.section-previews__items {
    display: flex;
    flex-wrap: wrap;
}

.section-previews__item {
    padding: 22px 20px 42px 20px;
    border-radius: 5px;
    border: 1px solid #CFCFCF;
    margin-bottom: 30px;
    margin-right: 30px;
    flex: 0 0 calc(20% - 27px);
    transition: all .3s ease;
}

.section-previews__item:nth-child(5n + 5) {
    margin-right: 0;
}

.section-previews__item:hover {
    border-color: #fec111;
}

.section-previews__img {
    height: 250px;
    text-align: center;
}

.section-previews__img img {
    min-height: 100%;
    object-fit: cover;
}

.section-previews__company {
    color: #5F5F5F;
    font-size: 14px;
    line-height: 160%;
    margin-top: 17px;
}

.section-previews__text {
    margin-top: 10px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
}

.section-previews__text:empty {
    display: none;
}

.section-previews__butt {
    text-align: center;
    margin-top: 12px;
}

.section-previews__butt .btn {
    margin: 12px 12px 0 12px;
}

@media (max-width: 1279px) {
    .section-previews__item {
        flex: 0 0 calc(25% - 24px);
    }

    .section-previews__item:nth-child(5n + 5) {
        margin-right: 30px;
    }

    .section-previews__item:nth-child(4n + 4) {
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .section-previews__item {
        flex: 0 0 calc(33% - 22px);
    }

    .section-previews__item:nth-child(4n + 4) {
        margin-right: 30px;
    }

    .section-previews__item:nth-child(3n + 3) {
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .section-previews__item {
        flex: 0 0 calc(50% - 10px);
        margin-right: 20px !important;
        margin-bottom: 20px;
    }

    .section-previews__item:nth-child(2n + 2) {
        margin-right: 0 !important;
    }
}

@media (max-width: 550px) {
    .section-previews__item {
        flex: 0 0 100%;
        margin-right: 0 !important;
    }
}

/*section-previews*/

/*input-file*/

.hideLabels .form-group label.input-files {
    position: static;
    width: 100%;
}

.input-file-row {
    display: inline-block;
    width: 100%;
}

.input-files {
    position: relative;
    display: inline-block;
}

.input-files span {
    position: relative;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    transition: background-color 0.2s;
    box-sizing: border-box;
    border: none;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    background: #E6E6E6;
    vertical-align: middle;
    text-align: center;
    padding: 10px 40px;
    margin: 0;
    outline: none;
}

.input-files input[type=file] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}

.input-files:hover span {
   opacity: .7;
}

.input-files:active span {
    opacity: .7;
}

.input-files input[type=file]:disabled + span {
    background-color: #eee;
}

.input-file-list {

}

.input-file-list-item {
    margin-bottom: 10px;
}

.input-file-list-item:first-child {
    margin-top: 10px;
}

.input-file-list-remove {
    color: red;
    text-decoration: none;
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
}

.form-group__winput {
    background: transparent;
    border-color: transparent;
    text-align: left;
}

/*input-file*/

/*search-modal*/

.search-modal {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 100;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.25);
    max-height: 500px;
    overflow-y: auto;
    display: none;
}

.search-modal__block {
    padding: 13px 17px;
}

.search-modal__text {
    color: #5F5F5F;
    font-size: 12px;
    line-height: 180%;
}

.search-modal__item {
    padding: 4px 0;
    border-bottom: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
    min-height: 64px;
}

.search-modal__item:hover {
    text-decoration: none;
    border-bottom-color: #ffcc00;
}

.search-modal__item:focus {
    text-decoration: none;
}

.search-modal__item:last-child {
    border-color: transparent;
}

.search-modal__img {
    height: 64px;
    flex: 0 0 64px;
    margin-right: 18px;
}

.search-modal__img img {
    min-width: 100%;
    min-height: 100%;
    object-fit: contain;
}

.search-modal__caption {
    color: #000;
    font-size: 14px;
    line-height: 180%;
}

@media screen and (max-width: 1023px) {
    .search-modal {
        position: fixed;
        bottom: 129px;
        top: auto;
        max-height: 300px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
}

/*search-modal*/

/*header-menu*/

.header-menu {
    padding: 48px 20px 32px 20px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.25);
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 5;
    display: none;
}

.header-menu__wrapper {
    display: flex;
}

.header-menu__block {
    flex: 0 0 20%;
    padding: 0 20px;
    border-right: 1px solid #E6E6E6;
}

.header-menu__block:last-child {
    border-color: transparent;
}

.header-menu__item {
    display: block;
    color: #000;
    font-size: 14px;
    line-height: 180%;
    margin-bottom: 7px;
}

.header-menu__item:last-child {
    margin-bottom: 0;
}

.header-menu__caption {
    font-weight: 600;
    text-transform: uppercase;
}

.header-menu__item:hover {
    text-decoration: underline;
    color: #F6B512;
}

.header-menu__item.active {
    color: #F6B512;
}

@media screen and (max-width: 1023px) {
    .header-menu {
        display: none !important;
    }
}

/*header-menu*/

a.fb-link {
    color: #febd12;
    text-decoration: underline;
    cursor: default;
}
a.fb-link.fb-link-blue {
    color: var(--color);
}

a.fb-link:hover {
    text-decoration: none;
    cursor: pointer !important;
}

.errortext {
    color: #e90000;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-32 {
    margin-bottom: 32px;
}

.mx-a {
    margin-left: auto;
    margin-right: auto;
}

.pt-0 {
    padding-top: 0 !important;
}

.text-center {
    text-align: center;
}

.alert {
    border: 0;
    font-size: 14px;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 6px;
    text-align: center;
}

.alert.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.d-none {
    display: none !important;
}


.loader-btn  {
    pointer-events: none;
    color: rgba(0, 0, 0, 0) !important;
}
.loader-btn::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 3px solid transparent;
    border-top-color: #000000;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
}
@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}

.grecaptcha-badge {
    position: absolute;
    left: -500000000px;
}

/*searched-tags*/

.searched-tags {
    padding: 52px 0 52px 0;
}

.searched-tags__body {
    display: flex;
}

.searched-tags__caption {
    color: #000;
    font-family: "Russo One";
    font-size: 24px;
    white-space: nowrap;
    margin-right: 35px;
    flex: 0 0 150px;
}

.searched-tags__items {
    padding:0;
    margin:0;
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 auto;
}

.searched-tags__items:after {
    content: '';
    display: block;
    clear: both;
}

.searched-tags__hide {
    float: left;
}

.searched-tags__item,
.searched-tags__butt {
    float: left;
    margin-bottom: 5px;
    width: auto !important;
}

.searched-tags__butt
{

    position:relative;
    display:none;
}

.searched-tags__hide {
    display:none;
    flex-wrap: wrap;
}

.searched-tags__items a {
    display:inline-block;
    margin:0 5px;
    color: #262626;
    font-family: Inter;
    font-size: 12px;
    font-weight: 500;
    padding: 10px 14px;
    border-radius: 12px;
    background: #F7F7F9;
    white-space: nowrap;
}

.searched-tags__items a:hover {
    background: #febd12;
}

.searched-tags__toggle {
    background: transparent;
    border: 0;
    outline: 0;
    padding: 10px 0;
    color: #2983BA;
    font-family: Inter;
    font-size: 12px;
    font-weight: 500;
    text-align: right;
    margin-left: 35px;
    flex: 0 0 100px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    top: -5px;
    position: relative;
    cursor: pointer;
}

.searched-tags__toggle span.cor {
    margin-left: 10px;
    position: relative;
    top: -2px;
}

.searched-tags__toggle.active span.cor {
    transform: rotate(180deg);
    top: 2px;
}

@media screen and (max-width: 768px) {
    .searched-tags__body {
        flex-wrap: wrap;
    }

    .searched-tags__caption {
        margin-right: 0;
        text-align: center;
        margin-bottom: 12px;
        flex: 0 0 100%;
    }

    .searched-tags__toggle {
        margin-left: 0;
        width: 100%;
        justify-content: center;
        margin-top: 12px;
        flex: 0 0 100%;
    }

    .searched-tags__item,
    .searched-tags__butt,
    .searched-tags__items,
    .searched-tags__hide {
        display: flex;
        justify-content: center;
    }

}

/*searched-tags*/

@media(max-width: 992px){
    header .col.contacts .header_phones{
        display:none!important;
    }
	header .row.row__upbox{
display:none!important;
}
}

/* mobile-popover */
.popover-btn-wrap {
    position: relative;
}

.mobile-popover {
    display: none;
    position: absolute;
    height: auto;
    background-color: #fff;
    color: #4F4F4F;
    font-size: 14px;
    box-shadow: 0px 0px 10px 3px rgb(88 45 14 / 10%);
    border-radius: 6px;
    padding: 15px;
    box-sizing: border-box;
    z-index: 2;
    max-width: 290px;
}

.mobile-popover.bottom .mobile-popover-arrow::after {
    border-width: 0 15px 15px 15px;
}

.vd-info-notice .mobile-popover .mobile-popover-arrow {
    margin-left: 3px;
}

.mobile-popover.bottom .mobile-popover-arrow::after, .mobile-popover.top .mobile-popover-arrow::after {
    top: 1px;
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.mobile-popover.top .mobile-popover-arrow {
    position: absolute;
    bottom: -11px;
    left: calc(50% - 15px);
    transform: rotate(180deg);
}

.mobile-popover.bottom .mobile-popover-arrow {
    position: absolute;
    top: -10px;
    left: calc(50% - 15px);
}

.mobile-popover.top .mobile-popover-arrow::after {
    border-width: 15px 15px 0;
}

.mobile-popover .mobile-popover-arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.mobile-popover .mobile-popover-header {
    width: 100%;
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #282828;
    padding-bottom: 10px;
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 10px;
}

.mobile-popover .mobile-popover-header .mobile-popover-cross {
    height: 12px;
    width: 12px;
    margin-left: auto;
}

.mobile-popover .mobile-popover-content {
    display: flex;
    flex-direction: column;
}
/* -------------- */

@media (max-width: 400px) {
    .header__downbox .header_phones {
        font-size: 11px;
    }
    .header__downbox .search-container_desktop {
        display: none;
    }
    .header__downbox .header__downbox-logo img {
        width: 155px;
    }
}