@import url('https://fonts.googleapis.com/css2?family=Commissioner&display=swap');

body,
html {
    width: 100%;
    height: 100%;
    background: #242328;
}

body,
th,
td {
    font-size: 18px;
    line-height: 180%;
    color: #fff;
    font-family: 'Supermolot', sans-serif;
}

body,
form,
object {
    margin: 0;
    padding: 0;
}

img,
table {
    border: none;
}

table {
    border-collapse: collapse;
}

table td {
    padding: 0;
}

a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

a:hover {
    text-decoration: none;
}

:focus {
    outline: none !important;
    text-decoration: none !important;
}

body.menu-open {
    overflow: hidden;
}

h1 {
    font-weight: 700;
    font-size: 72px;
    line-height: 120%;
    color: #fff;
    margin: 0 0 40px 0;
}

h2 {
    font-weight: 700;
    font-size: 60px;
    line-height: 120%;
    color: #fff;
    margin: 0 0 40px 0;
}

.wrapper {
    overflow: hidden;
}

.bold {
    font-weight: bold;
}

.semi-bold {
    font-weight: 600;
}

.footer .container-fluid {
    max-width: 1260px;
}

.container-fluid {
    max-width: 1300px;
}

img {
    max-width: 100%;
}

button {
    color: #fff;
    border: 0;
    background: none;
    padding: 0;
    transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -webkit-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -moz-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -ms-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -o-transition: 350ms cubic-bezier(.25, .74, .22, .99);
}

.link-def {
    position: relative;
    padding: 0 0 0 18px;
}

.link-def:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -5px 0 0 0;
    background: #E4B40E;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.button-yellow {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 22px 40px;
    background: #E4B40E;
    color: #fff;
    border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
    transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -webkit-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -moz-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -ms-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -o-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    overflow: hidden;
}

.button-yellow span {
    position: relative;
    z-index: 2;
}

.button-yellow:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    bottom: 50%;
    background: #fff;
    transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -webkit-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -moz-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -ms-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -o-transition: 350ms cubic-bezier(.25, .74, .22, .99);
}

.button-yellow:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    bottom: 50%;
    background: #fff;
    transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -webkit-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -moz-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -ms-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -o-transition: 350ms cubic-bezier(.25, .74, .22, .99);
}

.button-yellow:hover {
    color: #1D1D30;
}

.button-yellow:hover:before {
    top: 0%;
}

.button-yellow:hover:after {
    bottom: 0%;
}

.wpcf7-submit {
    position: relative;
    display: inline-block !important;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 22px 40px !important;
    background: #E4B40E;
    color: #fff;
    border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
    transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -webkit-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -moz-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -ms-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -o-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    overflow: hidden;
}

.wpcf7-submit:hover {
    color: #E4B40E;
    background: #fff;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    text-align: center;
}

.button-white {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 18px 40px;
    background: #fff;
    color: #1D1D30;
    border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
    transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -webkit-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -moz-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -ms-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -o-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    overflow: hidden;
}

.button-white span {
    position: relative;
    z-index: 2;
}

.button-white:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    bottom: 50%;
    background: #E4B40E;
    transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -webkit-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -moz-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -ms-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -o-transition: 350ms cubic-bezier(.25, .74, .22, .99);
}

.button-white:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    bottom: 50%;
    background: #E4B40E;
    transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -webkit-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -moz-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -ms-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -o-transition: 350ms cubic-bezier(.25, .74, .22, .99);
}

.button-white:hover {
    color: #fff;
    text-decoration: none !important;
}

.button-white:hover:before {
    top: 0%;
}

.button-white:hover:after {
    bottom: 0%;
}

.button-white .icon {
    margin: 0 0 0 12px;
    transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -webkit-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -moz-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -ms-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -o-transition: 350ms cubic-bezier(.25, .74, .22, .99);
}

.button-white:hover path {
    stroke: #fff !important;
}

.button-white:hover .icon {
    transform: rotate(-315deg) !important;
    -webkit-transform: rotate(-315deg) !important;
    -moz-transform: rotate(-315deg) !important;
    -ms-transform: rotate(-315deg) !important;
    -o-transform: rotate(-315deg) !important;
}

.button-border {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border: 2px solid #fff;
    padding: 16px 40px;
    background: transparent;
    color: #F3F3F6;
    border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
    transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -webkit-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -moz-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -ms-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -o-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    overflow: hidden;
}

.button-border span {
    position: relative;
    z-index: 2;
}

.button-border:before {
    content: "";
    display: block;
    position: absolute;
    right: -4px;
    left: -4px;
    top: 50%;
    bottom: 50%;
    background: #fff;
    transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -webkit-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -moz-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -ms-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -o-transition: 350ms cubic-bezier(.25, .74, .22, .99);
}

.button-border:after {
    content: "";
    display: block;
    position: absolute;
    right: -4px;
    left: -4px;
    top: 50%;
    bottom: 50%;
    background: #fff;
    transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -webkit-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -moz-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -ms-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -o-transition: 350ms cubic-bezier(.25, .74, .22, .99);
}

.button-border:hover {
    color: #2E2E37;
    text-decoration: none !important;
}

.button-border:hover:before {
    top: 0%;
}

.button-border:hover:after {
    bottom: 0%;
}

.button-border .icon {
    margin: 0 0 0 12px;
    transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -webkit-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -moz-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -ms-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -o-transition: 350ms cubic-bezier(.25, .74, .22, .99);
}

.button-border:hover path {
    stroke: #2E2E37 !important;
}

.button-border:hover .icon {
    transform: rotate(-315deg) !important;
    -webkit-transform: rotate(-315deg) !important;
    -moz-transform: rotate(-315deg) !important;
    -ms-transform: rotate(-315deg) !important;
    -o-transform: rotate(-315deg) !important;
}

.wrapper {
    padding-top: 240px;
}

.header {
    z-index: 1000;
    position: fixed;
    top: 0;
    width: 100%;
}

.header .container-fluid {
    max-width: 1420px;
}

.header-top {
    background: rgba(36, 36, 39, 0.5);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(243, 243, 246, 0.2);
    padding: 0px 0;
    position: relative;
    z-index: 5;
}

.header-top .phone {
    margin: 0 0 0 36px;
    display: block;
    font-size: 16px;
    line-height: 100%;
}

.header-top .email {
    display: block;
    font-size: 16px;
    line-height: 100%;
}

.header .menu-top {
    margin: 0 48px 0 15px;
}

.header .menu-top .nav-item {
    position: relative;
    display: block;
    padding: 31px 15px;
    line-height: 100%;
    font-size: 15px;
    text-transform: uppercase;
}

.header .menu-top .nav-item:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    left: 50%;
    bottom: 0px;
    background: #FFFFFF;
    height: 2px;
    transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -webkit-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -moz-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -ms-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -o-transition: 350ms cubic-bezier(.25, .74, .22, .99);
}

.header .menu-top .nav-item.active:before {
    left: 0;
    width: 100%;
}

.header .header-lng {
    position: relative;
    margin: 0 35px 0 0;
}

.header .header-lng img {
    display: block;
}

.header .header-lng .lng-dropdown {
    opacity: 0;
    visibility: hidden;
    margin: -15px 0 0 0;
    position: absolute;
    background: #242328;
    left: 0;
    top: 100%;
    z-index: 2;
    width: 150px;
    padding: 15px 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.header .header-lng .lng-dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header .header-lng .lng-dropdown li {
    min-width: 25%;
    width: 25%;
    padding: 10px 5px;
}

.header .header-lng .lng-dropdown li a {
    display: block;
    text-align: center;
}

.header .header-lng .lng-dropdown li a img {
    display: block;
    margin: 0 auto;
    padding: 0;
}

.header .header-lng .lng-btn {
    line-height: 28px;
    font-size: 16px;
}

.header .header-lng .lng-btn .data {
    margin: 0 8px 0 0;
    position: relative;
    z-index: 3;
}

.header .header-search {
    position: relative;
    margin: 0 40px 0 0;
}

.header .header-search .search-btn {
    width: 28px;
    height: 28px;
    background: url('../img/search.svg') no-repeat center;
    dispaly: block;
    margin: 0;
}

.header .header-search .search-container {
    visibility: hidden;
    background: #242328;
    position: absolute;
    top: 50%;
    margin: -28px 0 0 0;
    height: 56px;
    right: 40px;
    width: 0px;
    border: 1px solid #FFFFFF;
    opacity: 0;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    overflow: hidden;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.header .header-search .input-search {
    font-size: 16px;
    display: block;
    width: 100%;
    line-height: 54px;
    background: none;
    padding: 0 50px 0 15px;
    border: 0;
    color: #fff;
    font-family: 'Commissioner', sans-serif;
}

.header .header-search .submit {
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    width: 72px;
    border: 0;
    border-left: 1px solid #fff;
}

.header .header-search.open .search-container {
    width: 360px;
    opacity: 1;
    visibility: visible;
}

.header .header-search.open .search-btn {
    background: url('../img/close.svg') no-repeat center;
}

.header .products-menu {
    position: relative;
    background: #2E2E37;
    border-bottom: 1px solid rgba(243, 243, 246, 0.2);
}

.header .products-menu .nav li {
    width: 144px;
    min-width: 100px;
}

.header .products-menu .nav-item {
    padding: 12px 0 20px 0;
    display: block;
    line-height: 100%;
    color: #CDCDD9;
    text-align: center;
    position: relative;
    font-size: 16px;
}

.header .products-menu .nav-item:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    left: 50%;
    bottom: 0px;
    background: #CDCDD9;
    height: 2px;
    transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -webkit-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -moz-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -ms-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -o-transition: 350ms cubic-bezier(.25, .74, .22, .99);
}

.header .products-menu .nav-item:hover:before {
    left: 0;
    width: 100%;
}

.header .products-menu .product-drop .nav-item:hover:before {
    left: 0 !important;
    width: 100% !important;
}

.header .products-menu .nav-item.active:before {
    left: 0;
    width: 100%;
}

.header .products-menu .nav-item .icon img {
    height: 80px;
    position: relative;
    z-index: 2;
}

.header .products-menu .nav-item .icon {
    height: 80px;
    margin: 0 0 12px 0;
    position: relative;
}

.header .products-menu .nav-item .icon:before {
    content: "";
    display: block;
    z-index: 1;
    box-shadow: 0 0 30px 30px rgba(255, 255, 255, 0.25);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 1px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.header .products-menu .nav-item .value {
    min-height: 35px;
    display: block;
    text-transform: uppercase;
}

.header .products-menu .product-drop {
    z-index: 60;
    overflow: hidden;
    max-height: 0px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    margin: 1px 0 0 0;
    background: #272730;
    box-shadow: 0px 12px 32px rgba(0, 0, 0, 0.16);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.header .products-menu .product-drop .nav li {
    width: 220px;
    min-width: 100px;
}

.header .products-menu .product-drop .nav-item {
    padding: 20px 0;
}

.footer {
    background: #141417;
    position: relative;
    z-index: 3;
}

.footer:after {
    content: "";
    display: block;
    background: #E4B40E;
    height: 8px;
    position: absolute;
    top: 0;
    left: 42%;
    width: 100%;
    transform: skew(-40deg, 0deg);
    -webkit-transform: skew(-40deg, 0deg);
    -moz-transform: skew(-40deg, 0deg);
    -ms-transform: skew(-40deg, 0deg);
    -o-transform: skew(-40deg, 0deg);
}

.footer:before {
    content: "";
    display: block;
    background: #141417;
    height: 8px;
    position: absolute;
    top: -8px;
    right: 82%;
    width: 100%;
    transform: skew(-40deg, 0deg);
    -webkit-transform: skew(-40deg, 0deg);
    -moz-transform: skew(-40deg, 0deg);
    -ms-transform: skew(-40deg, 0deg);
    -o-transform: skew(-40deg, 0deg);
}

.footer .footer-top {
    padding: 60px 0 20px 0;
}

.footer .footer-bottom {
    border-top: 1px solid rgba(70, 94, 116, 0.5);
    padding: 24px 0;
}

.footer .copy {
    font-size: 16px;
    line-height: 100%;
    color: #CDCDD9;
    opacity: 0.6;
    font-family: 'Commissioner', sans-serif;
}

.footer .footer-left {
    max-width: 380px;
}

.footer .footer-subscribe {
    max-width: 360px;
    margin: 0 0 40px 0;
}

.footer .footer-subscribe .data {
    margin: 0 0 20px 0;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
    font-family: 'Halvar Breit Rg';
}

.footer .footer-subscribe .sub-form {
    position: relative;
}

.input-container {
    position: relative;
    margin: 0 0 20px 0;
}

.input {
    line-height: 32px;
    display: block;
    width: 100%;
    font-size: 16px;
    background: none !important;
    border: 1px solid #414048;
    border-radius: 16px;
    padding: 11px 24px 11px 24px;
    color: #FFFFFF;
    font-family: 'Commissioner', sans-serif;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.footer .footer-subscribe .input {
    padding-right: 74px;
}

.input-submit {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 72px;
    border: 0;
    border-left: 1px solid #414048;
    background: url('../img/submit.svg') no-repeat center;
}

.input-container:hover .input {
    border-color: #fff;
}

.input-container:hover .input-submit {
    border-color: #fff;
}

.input::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px;
    opacity: 0.6;
    font-family: 'Commissioner', sans-serif;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.input::-moz-placeholder {
    color: #fff;
    font-size: 16px;
    opacity: 0.6;
    font-family: 'Commissioner', sans-serif;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}


/* Firefox 19+ */

.input:-moz-placeholder {
    color: #fff;
    font-size: 16px;
    opacity: 0.6;
    font-family: 'Commissioner', sans-serif;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}


/* Firefox 18- */

.input:-ms-input-placeholder {
    color: #fff;
    font-size: 16px;
    opacity: 0.6;
    font-family: 'Commissioner', sans-serif;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.input-container:hover .input::-webkit-input-placeholder {
    opacity: 1;
}

.input-container:hover .input::-moz-placeholder {
    opacity: 1;
}


/* Firefox 19+ */

.input-container:hover .input:-moz-placeholder {
    opacity: 1;
}


/* Firefox 18- */

.input-container:hover .input:-ms-input-placeholder {
    opacity: 1;
}

input:focus::-webkit-input-placeholder {
    color: transparent !important;
}

input:focus::-moz-placeholder {
    color: transparent !important;
}

input:focus:-moz-placeholder {
    color: transparent !important;
}

input:focus:-ms-input-placeholder {
    color: transparent !important;
}

.input-container.focus .input {
    border-color: #fff;
}

.input-container.focus .input-submit {
    border-color: #fff;
}

.input-container.ok .input {
    border-color: #fff;
}

.input-container.ok .input-submit {
    border-color: #fff;
}

.input-container.error .input {
    border-color: red;
}

.input-container.error .input-submit {
    border-color: red;
}

.textarea {
    display: block;
    resize: none;
    width: 100%;
    height: 140px;
    font-size: 16px;
    background: none;
    border: 1px solid #414048;
    border-radius: 16px;
    padding: 20px 24px 20px 24px;
    color: #FFFFFF;
    font-family: 'Commissioner', sans-serif;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.footer .download-catalog {
    margin: 0 0 40px 0;
}

.download-catalog {
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
    font-family: 'Commissioner', sans-serif;
}

.download-catalog .icon {
    position: relative;
    margin: 0 0 0 16px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.download-catalog:hover .data {
    text-decoration: underline;
}

.download-catalog .icon:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #E4B40E;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.download-catalog .icon:before {
    content: "";
    display: block;
    z-index: 2;
    opacity: 0;
    position: absolute;
    left: 50%;
    right: 50%;
    top: 50%;
    bottom: 50%;
    border: 2px solid #141417;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: 150ms cubic-bezier(.25, .74, .22, .99);
    -webkit-transition: 150ms cubic-bezier(.25, .74, .22, .99);
    -moz-transition: 150ms cubic-bezier(.25, .74, .22, .99);
    -ms-transition: 150ms cubic-bezier(.25, .74, .22, .99);
    -o-transition: 150ms cubic-bezier(.25, .74, .22, .99);
}

.download-catalog .icon img {
    position: relative;
    z-index: 3;
}

.download-catalog:hover .icon:before {
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    opacity: 1;
}

.footer .footer-lng ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-lng ul li {
    min-width: 11%;
    width: 11%;
    margin: 0 0 30px 0;
}

.footer .footer-lng ul li a {
    display: block;
}

.footer .footer-lng ul li a img {
    display: block;
}

.footer .footer-title {
    margin: 0 0px 32px 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
    font-family: 'Halvar Breit Rg';
}

.footer .footer-menu ul li a {
    display: block;
    margin: 0 0 32px 0;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
    opacity: 0.8;
    font-family: 'Commissioner', sans-serif;
}

.footer .footer-menu ul li a:hover {
    opacity: 1;
    text-decoration: underline;
}

.footer .footer-menu {
    margin: 0 15px;
}

.footer .footer-socials .footer-title {
    margin: 0 30px 0 0;
}

.footer .footer-socials .soc-item {
    margin: 0 20px 0px 0;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'Commissioner', sans-serif;
}

.footer .footer-socials .soc-item .icon {
    margin: 0 0px 0 0;
    display: block;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.footer .footer-socials .soc-item .icon img {
    position: relative;
    z-index: 3;
}

.footer .footer-socials .soc-item .icon:before {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    bottom: 100%;
    left: 100%;
    right: 100%;
    background: #E4B40E;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -webkit-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -moz-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -ms-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -o-transition: 350ms cubic-bezier(.25, .74, .22, .99);
}

.footer .footer-socials .soc-item:hover .icon:before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.footer .footer-socials .soc-item .value {
    display: none;
}

.title {
    margin: 0 0 48px 0;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    color: #FFFFFF;
}

.no-webp .main-about {
    background: url('../img/bg-1.png') no-repeat center;
}

.webp .main-about {
    background: url('../img/bg-1.png.webp') no-repeat center;
}

.main-about {
    padding: 60px 0;
    background-size: cover;
}

.main-about .container-fluid {
    position: relative;
}

.main-about .about-container {
    /* max-width: 738px; */
    color: #CDCDD9;
}

.main-about .logo {
    /* position: absolute; */
    top: 0;
    right: 15px;
}

.main-about h1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    text-transform: lowercase;
    font-size: 55px;
    flex-wrap: wrap;
}

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

.main-about .about-container .about-title {
    font-size: 24px;
    line-height: 140%;
    margin: 0 0 40px 0;
}

.main-about .about-container .about-text {
    margin: 0 0 40px 0;
}

.no-webp .main-about {
    background: url('../img/bg-2.png') no-repeat;
}

.webp .main-delivery {
    background: url('../img/bg-2.png.webp') no-repeat;
}

.main-delivery {
    padding: 30px 0;
    background-size: cover;
}

.main-delivery .delivery-left {
    max-width: 757px;
    min-width: 757px;
}

.main-delivery .delivery-left .title {
    font-size: 38px;
}

.main-delivery .delivery-image {
    margin: 0 56px 0 0;
    width: 171px;
    height: 171px;
}

.main-delivery .delivery-video {
    display: block;
    max-width: 413px;
    height: 262px;
    position: relative;
}

.main-delivery .delivery-video img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.main-delivery .delivery-video .play {
    z-index: 3;
    display: block;
    position: absolute;
    width: 72px;
    height: 72px;
    top: 50%;
    left: 50%;
    margin: -36px 0 0 -36px;
    background: #E4B40E;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.main-delivery .delivery-video .play img {
    width: 36px;
    height: 36px;
}

.main-delivery .delivery-video:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(203.06deg, rgba(26, 27, 49, 0.1) 45.89%, rgba(26, 27, 49, 0.6) 71.42%);
    transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -webkit-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -moz-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -ms-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -o-transition: 350ms cubic-bezier(.25, .74, .22, .99);
}

.main-delivery .delivery-video:hover:before {
    opacity: 0;
}

.main-delivery .delivery-right {
    margin: 0px 0 0 60px;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #FFFFFF;
}

.main-delivery .delivery-title {
    margin: 0 0 50px 0;
    font-weight: 700;
    font-size: 36px;
    line-height: 140%;
    color: #E4B40E;
    letter-spacing: normal;
}

.main-delivery .delivery-right a:hover {
    text-decoration: underline;
}

.main-delivery .delivery-right .phone {
    display: block;
    margin: 0 0 16px 0;
}

.main-delivery .delivery-right .delivery-phones {
    margin: 40px 0 0 0;
}

.main-delivery .delivery-right .phones-title {
    margin: 0 0 32px 0;
    font-size: 18px;
    line-height: 100%;
}

.main-delivery .delivery-right .w-phone {
    min-width: 50%;
    margin: 0 0 40px 0;
    line-height: 100%;
    font-size: 20px;
}

.main-delivery .delivery-right .ico {
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0 0 0 10px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.main-delivery .delivery-right .ico img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.main-delivery .delivery-right .ph-hd {
    margin: 0 0 32px 0;
    font-size: 18px;
    line-height: 100%;
}

.main-delivery .delivery-right .ico:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(36, 35, 40, 0.3);
    z-index: 2;
}

.main-delivery .delivery-image {
    animation: 4s linear 0s normal none infinite running rot;
    -webkit-animation: 4s linear 0s normal none infinite running rot;
}

@keyframes rot {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rot {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.play-btn:before {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    opacity: 1;
    border-radius: 50%;
    top: -25%;
    left: -25%;
    background: rgba(198, 16, 0, 0);
}

.main-delivery .delivery-video:hover .play-btn:before {
    border: 5px solid rgba(255, 255, 255, .75);
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate1 2s;
    animation: pulsate1 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
}

@-webkit-keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
    }
}

@keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
    }
}

.no-webp .main-inovations {
    background: url('../img/bg-3.png') no-repeat center;
}

.webp .main-inovations {
    background: url('../img/bg-3.png.webp') no-repeat center;
}

.main-inovations {
    padding: 60px 0;
    background-size: cover;
}

.main-inovations .ino-image {
    width: 100%;
    position: relative;
    margin: 0 0 0 60px;
}

.main-inovations .ino-left {
    max-width: 522px;
    min-width: 522px;
}

.main-inovations .ino-text {
    margin: 0 0 40px 0;
    color: #CDCDD9;
    text-align: justify;
}

.no-webp .main-benefits {
    background: #1B1B1F url('../img/bg-4.jpg') no-repeat center;
}

.webp .main-benefits {
    background: #1B1B1F url('../img/bg-4.jpg.webp') no-repeat center;
}

.main-benefits {
    padding: 60px 0;
    background-size: cover;
}

.main-benefits .benefits-text {
    margin: 0 0 80px 0;
    max-width: 520px;
    font-size: 24px;
    line-height: 140%;
}

.main-benefits .title {
    margin: 0 0 80px 0;
    text-align: center;
}

.main-benefits .benefits-ul {
    max-width: 300px;
}

.main-benefits .container-fluid {
    max-width: 1300px;
}

.main-benefits .benefits-container {
    padding: 0 0 12px 0;
}

.ul-custom {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ul-custom li {
    margin: 0 0 48px 0;
    font-size: 16px;
    line-height: 160%;
    color: #CDCDD9;
    position: relative;
    padding: 0 0 0 36px;
}

.ul-custom li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    width: 24px;
    height: 24px;
    border: 1px solid #fff;
    opacity: 0.1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.ul-custom li:after {
    content: "";
    display: block;
    position: absolute;
    left: 7px;
    top: 8px;
    width: 10px;
    height: 10px;
    background: #E4B40E;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.about-page.in .ul-custom li {
    margin: 0 0 15px 0;
}

.no-webp .main-body {
    background: #1B1B1F url('../img/bg-5.jpg') no-repeat center;
}

.webp .main-body {
    background: #1B1B1F url('../img/bg-5.jpg.webp') no-repeat center;
}

.main-body {
    position: relative;
    margin: 0 auto;
    max-width: 1920px;
    min-height: 1197px;
    padding: 100px 0 307px 0;
    background-size: cover;
}

.main-body .body-container {
    max-width: 732px;
    width: 100%;
}

.main-body .container-fluid {
    max-width: 1300px;
}

.main-body .body-image {
    position: absolute;
    right: 50.2%;
    bottom: 0;
    width: 950px;
}

.main-body .body-text {
    max-width: 630px;
    margin: 0 0 105px 0;
    line-height: 160%;
    text-align: justify;
}

.main-body .body-counters .count-item {
    position: relative;
    margin: 0 15px 0 15px;
    text-align: center;
}

.main-body .body-counters .count-item .data {
    display: inline-block;
    position: relative;
    margin: 0 0 24px 0;
    font-weight: 700;
    font-size: 88px;
    line-height: 100%;
    color: #FFFFFF;
}

.main-body .body-counters .count-item .data-run {
    opacity: 0;
}

.main-body .body-counters .count-item .value {
    line-height: 160%;
}

.main-body .body-counters .count-item .icon {
    position: absolute;
    top: -20px;
    right: -30px;
    background: #E4B40E;
    width: 40px;
    height: 40px;
    background: #E4B40E;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.main-body .body-counters .count-item .icon img {
    width: 20px;
}

.anim-text {
    white-space: nowrap;
    overflow: hidden;
}

.anim-text.revealator-within {
    animation: typing 2s steps(30, end);
    -webkit-animation: typing 2s steps(30, end);
}

.anim-text.revealator-within.anim2 {
    animation: typing 2s 1.5s steps(30, end);
    -webkit-animation: typing 2s 1.5s steps(30, end);
}

.anim-text.revealator-within.anim3 {
    animation: typing 2s 3s steps(30, end);
    -webkit-animation: typing 2s 3s steps(30, end);
}

.anim-text.revealator-within.anim4 {
    animation: typing 2s 4s steps(30, end);
    -webkit-animation: typing 2s 4s steps(30, end);
}

.anim-text.revealator-delay2 {
    transition-delay: 1.5s !important;
}

.anim-text.revealator-delay3 {
    transition-delay: 3s !important;
}

.anim-text.revealator-delay4 {
    transition-delay: 4s !important;
}

@keyframes typing {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

.no-webp .main-slider {
    background: url('../img/bg-5.jpg') no-repeat center;
}

.webp .main-slider {
    background: url('../img/bg-5.jpg.webp') no-repeat center;
}

.main-slider {
    /*  height: calc(100vh - 240px);*/
    background-size: cover;
    max-height: 800px;
    max-width: 1920px;
    overflow: hidden;
    margin: 0 auto;
}

.main-slider .slick-list {
    overflow: visible;
    height: 100%;
}

.main-slider .slick-track {
    height: 100%;
}

.main-slider .container-fluid {
    height: 100%;
}

.main-slider .slider-container {
    height: 100%;
    position: relative;
}

.main-slider .slider-down {
    display: none !important;
    z-index: 60;
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 52px;
    height: 52px;
    background: #FFFFFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.main-slider .slider-down:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -40px;
    height: 32px;
    width: 1px;
    border-left: 1px solid rgba(205, 205, 217, 0.2);
}

.main-slider .slider-down:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: -88px;
    height: 80px;
    width: 1px;
    border-left: 1px solid rgba(205, 205, 217, 0.2);
}

.main-slider .slider-title {
    position: relative;
    top: 0px;
    margin: 15px 0 0 0;
    left: 0px;
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    color: #FFFFFF;
    text-align: center;
}

.main-slider .slider-count {
    display: none !important;
    position: absolute;
    left: 0;
    top: 136px;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #F3F3F7;
}

.main-slider .slider-count .count-img {
    margin: 25px 0 0 15px;
}

.main-slider .anim-slider {
    height: 100%;
}

.main-slider .anim-slider .slide {
    height: 100%;
}

.main-slider .anim-slider .slick-slide>div {
    height: 100%;
}

.main-slider .anim-slider .item {
    height: 100%;
    position: relative;
    max-height: 800px;
}

.main-slider .anim-slider .item .item-image {
    max-width: 860px;
    opacity: 0;
    bottom: -100px;
    height: 100%;
    position: relative;
    margin: 0 -100px 0 0;
    transition: 550ms cubic-bezier(.25, .74, .22, .99);
    -webkit-transition: 550ms cubic-bezier(.25, .74, .22, .99);
    -moz-transition: 550ms cubic-bezier(.25, .74, .22, .99);
    -ms-transition: 550ms cubic-bezier(.25, .74, .22, .99);
    -o-transition: 550ms cubic-bezier(.25, .74, .22, .99);
    transition-delay: .6s;
}

.main-slider .anim-slider .item .item-image img {
    height: 100%;
    max-width: none;
}

.main-slider .anim-slider .item .item-image picture {
    height: 100%;
    max-width: none;
}

.main-slider .anim-slider .item .item-info {
    margin: 0 0 60px 0px;
    max-width: 662px;
}

.main-slider .anim-slider .item .item-name {
    opacity: 0;
    bottom: 0px;
    position: relative;
    transition-delay: .5s;
    margin: 0 0 15px 0;
    font-weight: 700;
    font-size: 60px;
    line-height: 110%;
    color: #FFFFFF;
    overflow: hidden;
    transition: 550ms cubic-bezier(.25, .74, .22, .99);
    -webkit-transition: 550ms cubic-bezier(.25, .74, .22, .99);
    -moz-transition: 550ms cubic-bezier(.25, .74, .22, .99);
    -ms-transition: 550ms cubic-bezier(.25, .74, .22, .99);
    -o-transition: 550ms cubic-bezier(.25, .74, .22, .99);
}

.main-slider .anim-slider .item .item-name-sub {
    font-size: 30px;
    opacity: 0;
    transition-delay: .5s;
    transition: 550ms cubic-bezier(.25, .74, .22, .99);
    -webkit-transition: 550ms cubic-bezier(.25, .74, .22, .99);
    -moz-transition: 550ms cubic-bezier(.25, .74, .22, .99);
    -ms-transition: 550ms cubic-bezier(.25, .74, .22, .99);
    -o-transition: 550ms cubic-bezier(.25, .74, .22, .99);
}

.main-slider .anim-slider .item .slider-link {
    opacity: 0;
    bottom: 0px;
    margin: 30px 0 0 0;
    transition: 550ms cubic-bezier(.25, .74, .22, .99);
    -webkit-transition: 550ms cubic-bezier(.25, .74, .22, .99);
    -moz-transition: 550ms cubic-bezier(.25, .74, .22, .99);
    -ms-transition: 550ms cubic-bezier(.25, .74, .22, .99);
    -o-transition: 550ms cubic-bezier(.25, .74, .22, .99);
    transition-delay: 0.2s;
}

.main-slider .anim-slider .act .item .item-name {
    opacity: 1;
    bottom: 0px;
}

.main-slider .anim-slider .act .item .item-image {
    opacity: 1;
    bottom: 0;
}

.main-slider .anim-slider .act .item .slider-link {
    opacity: 1;
    bottom: 0px;
}

.main-slider .anim-slider .act .item .item-name-sub {
    opacity: 1;
}

.main-slider .anim-slider .item .slider-link span {
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.main-slider .anim-slider .item .slider-link:hover span {
    color: #2E2E37;
}

.main-slider .slick-dots {
    left: 0;
    bottom: 40px;
}

.fix-phone {
    position: relative;
    margin: 0 auto;
    max-width: 1920px;
    text-align: right;
}

.fix-phone .phone-button {
    text-align: center;
    color: #000;
    line-height: 24px;
    position: fixed;
    bottom: 47px;
    display: block;
    left: 120px;
    z-index: 60;
    filter: drop-shadow(0px 12px 20px rgba(0, 0, 0, 0.12));
    width: 104px;
    height: 104px;
    background: #eef3ff;
    border: 9px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.fix-phone .phone-button:before {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    opacity: 1;
    border-radius: 50%;
    top: -50%;
    left: -50%;
    background: rgba(198, 16, 0, 0);
}

.fix-phone .phone-button:before {
    border: 5px solid rgba(255, 255, 255, .75);
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate1 2s;
    animation: pulsate1 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
}

.products-list .row {
    width: 100%;
}

.no-webp .products-list .list-container {
    background: url('../img/bg-6.png') no-repeat center;
}

.webp .products-list .list-container {
    background: url('../img/bg-6.png.webp') no-repeat center;
}

.products-list .list-container {
    padding: 30px 660px 30px 104px;
    min-height: 558px;
    position: relative;
    margin: 150px 0 88px 0;
    background-size: cover;
    border-radius: 48px;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    -ms-border-radius: 48px;
    -o-border-radius: 48px;
}

.products-list .list-container .button-border .icon {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.products-list {
    margin: 0 0 100px 0;
}

.products-list .breadscrump {
    margin: 0 0 40px 0;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
}

.products-list .breadscrump a {
    color: #FFFFFF;
}

.products-list .breadscrump a:hover {
    text-decoration: underline;
}

.products-list .breadscrump .rzd {
    margin: 0 12px 0 8px;
}

.products-list .breadscrump .br-item {
    opacity: 0.3;
}

.products-list .list-info {
    max-width: 516px;
}

.products-list .info-image {
    position: absolute;
    bottom: 40px;
    right: 80px;
    max-width: 542px;
    max-height: 596px;
}

.products-list .item {
    height: 100%;
    border: 1px solid #2E2E37;
    padding: 31px 14px 39px 14px;
}

.products-list .item .item-name {
    height: 100%;
    font-size: 20px;
    line-height: 120%;
}

.products-list .item .item-image {
    height: 272px;
    min-height: 272px;
    margin: 0 0 20px 0;
}

.products-list .item .item-image img {
    width: auto;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: 2;
}

.products-list .item .button-border {
    padding: 13px 37px;
    font-size: 14px;
    margin: 20px 0 0 0;
    min-height: 48px;
}

.products-list .item .button-border .icon {
    margin: 0 0 0 8px;
}

.products-list .item .button-border .icon svg {
    width: 18px;
    height: 18px;
}

.products-list .item .item-image {
    position: relative;
}

.products-list .item .item-image:before {
    content: "";
    display: block;
    z-index: 1;
    box-shadow: 0 0 90px 90px rgba(255, 255, 255, 0.25);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 1px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.page-image {
    margin: 0 -27.42% 148px -27.42%;
    position: relative;
    height: 640px;
    padding: 0 27.42%;
}

.page-image .image-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.page-image .image-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.page-image .image-container:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(270deg, rgba(36, 35, 40, 0.3) 16.92%, rgba(36, 35, 40, 0.94) 66.03%);
}

.page-image h1 {
    position: relative;
    z-index: 2;
    margin: 0;
    font-size: 88px;
}

.page-image .logo {
    position: relative;
    z-index: 2;
    margin: 30px 0 0 0;
}

.page-template-contacts .page-image {
    margin-bottom: 70px;
}

.contacts {}

.no-webp .contacts .contacts-top {
    background: url('../img/map.png') no-repeat center;
}

.webp .contacts .contacts-top {
    background: url('../img/map.png.webp') no-repeat center;
}

.contacts .contacts-top {
    overflow: hidden;
    padding: 70px 27.42% 148px 27.42%;
    position: relative;
    margin: -70px -27.42% 0 -27.42%;
    background-size: cover;
}

.contacts .contacts-phones {
    max-width: 270px;
    margin: 0 90px 0 0;
}

.contacts .contacts-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 140%;
    color: #FFFFFF;
    margin: 0 0 32px 0;
}

.contacts .contacts-phones .item {
    margin: 0 0 24px 0;
}

.contacts .contacts-phones .item .data {
    min-width: 60px;
    margin: 0 12px 0 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #E4B40E;
}

.contacts .contacts-phones .item .value {
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #FFFFFF;
}

.contacts .contacts-phones .item .value:hover {
    text-decoration: underline;
}

.contacts .contacts-emails {
    width: 389px;
}

.contacts .contacts-emails .email {
    display: block;
    margin: 0 0 56px 0;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #FFFFFF;
}

.contacts .contacts-emails .email:hover {
    text-decoration: underline;
}

.contacts .contacts-emails .adr {
    display: block;
    margin: 0 0 15px 0;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #FFFFFF;
}

.contacts .contacts-form {
    margin: 0 0 0 30px;
    width: 413px;
}

.contacts .contacts-form .form-title {
    margin: 0 0 24px 0;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
}

.label {
    margin: 0 0 12px 0;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
    opacity: 0.4;
    float: left;
    text-align: left;
}

.contacts .contacts-form .focus .input {
    border-color: #E4B40E;
}

.contacts .contacts-form .submit {
    margin: 24px 0 0 0;
    padding: 18px 60px;
}

.contacts .contacts-emails .adr .flag {
    position: relative;
    min-width: 35px;
    width: 35px;
    height: 35px;
    margin: 0 0 0 10px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.contacts .contacts-emails .adr .flag img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.contacts .contacts-emails .adr .flag:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(36, 35, 40, 0.5);
    z-index: 2;
}

.iti__flag {
    opacity: 0.6;
}

.wpcf7-form-control-wrap {
    margin: 10px 0 0 0;
}

.no-webp .download-block {
    background: url('../img/down.png') no-repeat center;
}

.webp .download-block {
    background: url('../img/down.png.webp') no-repeat center;
}

.download-block {
    height: 672px;
    margin: 0 auto 148px auto;
    max-width: 1224px;
    background-size: cover;
}

.download-block .title {
    font-weight: 700;
    margin: 0 0 28px 0;
    font-size: 88px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.download-block .down-container {
    text-align: center;
}

.about-page .about-title {
    margin: 0 0 32px 0;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    color: #fff;
}

.about-page .anons {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
}

.about-page .about-block-1 {
    padding: 30px 0 0 0;
    color: #CDCDD9;
    margin: 0 0 148px 0;
}

.about-page .about-block-1 .image-container {
    height: 860px;
    position: relative;
    margin: -30px -390px 0 0;
}

.about-page .about-block-1 .image-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.no-webp .about-page .about-block-2 {
    background: url('../img/bg-9.png');
    background-size: cover;
}

.webp .about-page .about-block-2 {
    background: url('../img/bg-9.png.webp');
    background-size: cover;
}

.about-page .about-block-2 {
    position: relative;
    padding: 60px 27.42%;
    min-height: 712px;
    margin: 0 -27.42% 226px -27.42%;
    background-size: cover;
}

.about-page .about-block-2 .about-text {
    position: relative;
    z-index: 2;
    /* max-width: 630px; */
    color: #CDCDD9;
}

.about-page .about-block-2 .about-text .anons,
.about-page .about-block-4 .about-text .anons {
    column-count: 2;
    /* Кількість колонок */
    column-gap: 20px;
    /* Відстань між колонками */
}

.about-page .about-block-2 .about-text .certs {
    margin: 30px 0 0 0;
}

.about-page .about-block-2 .about-text .certs .item {
    min-width: 60px;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 1);
    text-align: center;
    line-height: 54px;
    margin: 0 15px 0 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.about-page .about-block-2 .about-text .certs .item img {
    max-width: 35px;
    max-height: 35px;
}

.about-page .anons {
    text-align: justify;
}

.about-page .about-block-3 {
    color: #CDCDD9;
    margin: 0 0 148px 0;
}

.about-page .about-block-3 .image-container {
    height: 1054px;
    position: relative;
    margin: 0px 0px 0 -504px;
}

.about-page .about-block-3 .image-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.no-webp .about-page .about-block-4 {
    background: url('../img/bg-10.png');
    background-size: cover;
}

.webp .about-page .about-block-4 {
    background: url('../img/bg-10.png.webp');
    background-size: cover;
}

.about-page .about-block-4 {
    position: relative;
    padding: 60px 27.42%;
    min-height: 994px;
    margin: 0 -27.42% 148px -27.42%;
    background-size: cover;
}

.about-page .about-block-4 .about-text {
    position: relative;
    z-index: 2;
    /* max-width: 630px; */
    color: #CDCDD9;
}

.main-inovations .objects__video {
    height: auto;
}

.about-page .about-block-5 {
    color: #CDCDD9;
    margin: 0 0 104px 0;
}

.about-page .about-block-5 .image-container {
    height: 879px;
    position: relative;
    margin: 0px 0px 0 -283px;
}

.about-page .about-block-5 .image-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-page .about-play {
    margin: 0 -27.42% 148px -27.42%;
    padding: 0px 0 0 0;
}

.about-page .about-play .vid-wrap {
    width: 100vw;
    margin: 0 auto;
}

.about-page .about-play .video-link {
    height: 620px;
    position: relative;
    display: block;
}

.about-page .about-play .video-link:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(203.06deg, rgba(26, 27, 49, 0.1) 45.89%, rgba(26, 27, 49, 0.6) 71.42%);
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.about-page .about-play .video-link:hover:before {
    opacity: 0;
}

.about-page .about-play img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-page .about-play .video-link .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    margin: -40px 0 0 -40px;
    width: 80px;
    height: 80px;
    background: #E4B40E;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.about-page .about-play .video-link .play-btn img {
    width: 40px;
    height: 40px;
}

.about-page .about-play .video-link:hover .play-btn:before {
    border: 5px solid rgba(255, 255, 255, .75);
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate1 2s;
    animation: pulsate1 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
}

.about-page p {
    text-align: justify;
}

.product-detail {
    line-height: 180%;
    color: #CDCDD9;
}

.no-webp .product-detail .product-banner {
    background: url('../img/bg-11.png') no-repeat top center;
}

.webp .product-detail .product-banner {
    background: url('../img/bg-11.png.webp') no-repeat top center;
}

.product-detail .product-banner {
    margin: 0 -25% 0px -25%;
    padding: 30px 20%;
    min-height: 806px;
    background-size: cover;
}

.product-detail .product-banner .img-container {
    max-height: 726px;
    text-align: center;
}

.product-detail .product-info {
    padding: 120px 0 148px 0;
    max-width: 840px;
    margin: 0 auto;
}

.product-detail .product-info .product-text {
    margin: 0 0 64px 0;
    text-align: center;
}

.product-detail .product-info .product-buttons a {
    margin: 0 10px;
    min-width: 244px;
    text-align: center;
}

.product-detail .product-info .product-buttons .button-white .icon path {
    stroke: #222237;
}

.product-detail .product-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    color: #FFFFFF;
    margin: 0 0 32px 0;
}

.no-webp .product-detail .product-about {
    background: url('../img/bg-12.png') no-repeat top center;
}

.webp .product-detail .product-about {
    background: url('../img/bg-12.png.webp') no-repeat top center;
}

.product-detail .product-about {
    margin: 0 -25% 0px -25%;
    padding: 0px 25% 0 25%;
    background-size: cover;
}

.product-detail p {
    margin: 0 0 30px 0;
}

.product-detail .product-banner .product-info {
    width: 300px;
    min-width: 300px;
}

.product-detail .product-banner .banner-right {
    width: 400px;
    min-width: 400px;
    text-align: justify;
    font-size: 16px;
    line-height: 180%;
}

.product-detail .product-banner h1 {
    font-size: 50px;
}

.product-detail .product-banner .cathegory {
    margin: 0 0 30px 0;
}

.product-detail .product-info .product-buttons a {
    margin: 0 0px 15px 0;
}

.product-detail p {
    text-align: justify;
}

.product-detail ul {
    text-align: justify;
}

.product-detail .product-video {
    margin: 0px -320px 0px -320px;
    position: relative;
}

.product-detail .product-video .vid-wrap {
    width: 100vw;
    margin: 0 auto;
}

.product-detail .product-video .video-link {
    height: 620px;
    position: relative;
    display: block;
}

.product-detail .product-video .video-link:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(203.06deg, rgba(26, 27, 49, 0.1) 45.89%, rgba(26, 27, 49, 0.6) 71.42%);
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.product-detail .product-video .video-link:hover:before {
    opacity: 0;
}

.product-detail .product-video img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-detail .product-video .video-link .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    margin: -40px 0 0 -40px;
    width: 80px;
    height: 80px;
    background: #E4B40E;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.product-detail .product-video .video-link .play-btn img {
    width: 40px;
    height: 40px;
}

.product-detail .product-video .video-link:hover .play-btn:before {
    border: 5px solid rgba(255, 255, 255, .75);
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate1 2s;
    animation: pulsate1 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
}

.product-detail .about-block-1 .image-container {
    max-height: 1085px;
    position: relative;
    margin: 0 0px 0 -100%;
    padding: 0 108px 0 0;
}

.product-detail .ul-product li {
    margin: 0 0 32px 0;
}

.no-webp .product-detail .product-block-2 {
    background: url('../img/bg-12.png') no-repeat top center;
}

.webp .product-detail .product-block-2 {
    background: url('../img/bg-12.png.webp') no-repeat top center;
}

.product-detail .product-block-2 {
    margin: 0 -25% 148px -25%;
    padding: 148px 25% 0 25%;
    min-height: 994px;
    background-size: cover;
}

.product-detail .product-block-2 .image-container {
    max-height: 846px;
    position: relative;
    margin: 0 -100% 0 0px;
    padding: 0 0px 0 30px;
}

.product-detail .product-block-3 {
    margin: 0 0 148px 0;
}

.product-detail .product-block-3 .image-container {
    max-height: 1433px;
    position: relative;
    margin: 0 0px 0 -100%;
}

.product-detail .product-block-3 .product-container {
    max-width: 530px;
    margin: 0 0 0 auto;
}

.product-detail .image-container {
    text-align: center !important;
}

.no-webp .product-about-2 {
    background: url('../img/bg-12.png') no-repeat top center;
}

.webp .product-about-2 {
    background: url('../img/bg-12.png.webp') no-repeat top center;
}

.product-about-2 {
    margin: 0 -25% 148px -25%;
    padding: 148px 25% 148px 25%;
    background-size: cover;
}

.product-detail .product-block-4 {
    margin: 0 0 148px 0;
}

.product-detail .product-block-4 .image-container {
    max-height: 1096px;
    position: relative;
    margin: 0 -100% 0 0px;
    padding: 0 0px 0 55px;
}

.product-detail .product-block-4 .product-container {
    max-width: 600px;
}

.product-detail .product-block-5 .image-container {
    max-height: 1092px;
    position: relative;
    margin: 0 0px 0 -100%;
    padding: 0 110px 0 0;
}

.product-detail .product-about-3 {
    margin: 0 0 148px 0;
}

.product-detail .small-title {
    margin: 0 0 20px 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #FFFFFF;
}

.product-detail .product-about-3 .ul-product li {
    margin: 0 0 20px 0;
}

.product-detail .product-about-3 .image-container {
    margin: 104px 0 0 0;
    text-align: center;
}

.product-detail .product-block-6 {
    margin: 0 0 148px 0;
}

.product-detail .product-block-6 .image-container {
    position: relative;
    margin: 0 -100% 0 0px;
    padding: 0 0px 0 88px;
}

.product-detail .product-block-6 .product-container {
    max-width: 600px;
    margin: 0 0 80px 0;
}

.product-detail .product-block-6 .product-container:last-child {
    margin: 0;
}

.product-detail .products-list {
    margin: 0 0 0px 0;
}

.product-detail .prod {
    margin-top: 148px;
}

.product-detail .prod.bg-image {
    margin-top: 0px;
}

.gutters-39 {
    margin-right: -39px;
    margin-left: -39px;
}

.gutters-39>.col,
.gutters-39>[class*="col-"] {
    padding-right: 39px;
    padding-left: 39px;
}

@media (min-width: 1200px) {
    .header .header-lng:hover .lng-dropdown {
        opacity: 1;
        visibility: visible;
        margin: 0;
    }

    .header .menu-top .nav-item:hover:before {
        left: 0;
        width: 100%;
    }

    .header .products-menu li:hover .nav-item:before {
        left: 0;
        width: 100%;
    }

    .header .products-menu li:hover .product-drop .nav-item:before {
        left: 50%;
        width: 0;
    }

    .header .products-menu .nav li:hover .product-drop {
        overflow: hidden;
        max-height: 300px;
        visibility: visible;
        opacity: 1;
    }
}

.simple-text .aiosrs-rating-wrap {
    display: none !important;
}

.simple-text {
    padding-top: 30px;
    padding-bottom: 60px;
}

.simple-title {
    padding-left: 0px;
    padding-top: 30px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.wpa-author-menu-item {
    transition: 0.4s;
}

.wpa-author-menu-item.active {
    background-color: #E4B40E !important;
    border-color: #E4B40E !important;
    color: #000 !important;
}

.wpa-author-menu-item.active a {
    color: #000 !important;
}

.wpa-author-menu-item a {
    padding-left: 10px !important;
    padding-right: 10px !important;
    transition: 0.4s;
}

.wpa-author-menu-item:hover {
    background-color: #E4B40E !important;
}

.wpa-author-dashboard {
    background: #2E2E37 !important;
    padding: 10px;
    border: 1px solid rgba(243, 243, 246, 0.2);
}

.advert-item-col-1 {
    border-bottom: 1px solid #252525 !important;
}

.advert-link-wraps,
.advert-link-wraps:visited .entry-content .advert-link-wraps,
.entry-content .advert-link-wraps:visited {
    color: #E4B40E !important;
}

.adverts-manage-price {
    color: #E4B40E !important;
}

.advert-item {
    background-color: #232323 !important;
}

.advert-item-col-1 {
    border: 1px solid #232323 !important;
}

.adverts-manage-date {
    display: none !important;
}

.adverts-manage-action:visited,
a.adverts-manage-action:visited {
    color: #fff !important;
}

.adverts-manage-action,
a.adverts-manage-action {
    color: #fff !important;
    border: 1px solid silver !important;
}

.adverts-manage-action span {
    color: #E4B40E !important;
}

input[type="submit"].adverts-button,
.adverts-button,
.adverts-upload-actions a.button {
    color: #fff !important;
    background: #E4B40E !important;
}

.simple-text button:not(:disabled),
.simple-text [type="button"]:not(:disabled),
.simple-text [type="reset"]:not(:disabled),
.simple-text [type="submit"]:not(:disabled) {
    color: #333 !important;
    background: #E4B40E !important;
    padding: 7px 20px !important;
    font-size: 16px !important;
    border-radius: 10px !important;
    line-height: 1 !important;
}

.wpadverts-authors-form-login {
    padding: 20px !important;
    border-radius: 6px;
    background: #2E2E37 !important;
}

.advert-item {
    background: #2E2E37 !important;
    border-radius: 10px !important;
}

.advert-item:hover .advert-price {
    background-color: #000 !important;
}

.adverts-control-group .mce-container-body {
    /* display: none !important; */
}

.simple-text .mce-top-part.mce-first {
    display: none !important;
}

.adverts-field-header-title {
    color: #E4B40E !important;
}

.adverts-form.adverts-form-aligned .adverts-control-group>div {
    width: 60% !important;
}

.adverts-form.adverts-form-aligned .adverts-control-group>div.adverts-multiselect-holder>input {
    width: 100% !important;
}

.wpa-author-content>div {
    border-top: 1px solid #575757 !important;
}

.adverts-manage-price {
    font-size: 25px !important;
}

.advert-img {
    background: transparent !important;
    height: 103px !important;
    margin-top: 0px !important;
}

.advert-item .advert-item-grow {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
}

#wpadminbar {
    display: none !important;
}

.adverts-list .advert-img {
    height: 395px !important;
    border: none !important;
}

.advert-item {
    border: none !important;
}

.advert-price {
    border-color: #E4B40E !important;
    color: #E4B40E !important;
}

.advert-item span.advert-link {
    height: 40px !important;
}

.advert-item span.advert-link .advert-link-text {
    color: #E4B40E !important;
    font-size: 25px !important;
    margin-top: 10px !important;
    display: block !important;
}

.wpadverts-slide-with-shadow {
    background: transparent !important;
}

.adverts-contact-box {
    border-color: #E4B40E !important;
}

.wpadverts-slide {
    background: none !important;
}

.adverts-single-author-avatar {
    display: none !important;
}

.adverts-grid .adverts-grid-row {
    border-bottom: 1px solid #333 !important;
}

.adverts-grid.adverts-grid-closed-top {
    border-top: 1px solid #333 !important;
}

.adverts-price-box {
    background: #E4B40E !important;
}

.adverts-contact-box {
    background: #2E2E37 !important;
}

@media (max-width: 1550px) {
    html {
        zoom: 0.9;
    }

    .about-page .about-play .vid-wrap {
        width: 111vw;
    }

    .product-detail .product-video .vid-wrap {
        width: 111vw;
    }

    .main-slider .anim-slider .item .item-name {
        font-size: 60px;
    }

    .title {
        font-size: 38px;
    }

    .main-delivery .delivery-right {
        margin: 0px 0 0 60px;
    }
}

.wpcf7 br {
    display: none !important;
}

.hid {
    visibility: hidden;
}

.header-search {
    display: none !important;
}

.input {
    background: #000;
    margin-top: 10px !important;
}

.wpcf7-submit {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 11px 40px;
    background: #E4B40E;
    color: #fff;
    border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
    transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -webkit-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -moz-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -ms-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    -o-transition: 350ms cubic-bezier(.25, .74, .22, .99);
    overflow: hidden;
    border: none;
    outline: none;
    width: 100%;
}

.pum-theme-5210 .pum-title,
.pum-theme-lightbox .pum-title {
    display: none !important;
}

@media (min-width: 992px) {
    .link-def:hover:before {
        display: block;
        width: 16px;
        height: 16px;
        left: -3px;
        margin: -8px 0 0 0;
    }
}

.main-products {
    padding: 60px 0;
}

.main-products .title {
    margin: 0 20px 0 0;
    font-size: 24px;
}

.main-products .products-menu {
    position: relative;
}

.main-products .products-menu .nav li {
    width: 144px;
    min-width: 100px;
}

.main-products .products-menu .nav-item {
    padding: 12px 0 20px 0;
    display: block;
    line-height: 100%;
    color: #CDCDD9;
    text-align: center;
    position: relative;
    font-size: 16px;
}

.main-products .products-menu .nav-item .icon img {
    height: 80px;
    position: relative;
    z-index: 2;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.main-products .products-menu .nav-item:hover .icon img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
}

.main-products .products-menu .nav-item .icon {
    height: 80px;
    margin: 0 0 12px 0;
    position: relative;
}

.main-products .products-menu .nav-item .icon:before {
    content: "";
    display: block;
    z-index: 1;
    box-shadow: 0 0 40px 30px rgba(255, 255, 255, 0.25);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 1px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.main-products .products-menu .nav-item .value {
    min-height: 35px;
    display: block;
    text-transform: uppercase;
}

.main-delivery .video-cont {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 405px;
}

.main-delivery .delivery-image {
    position: absolute;
    left: -28px;
    top: 64px;
    z-index: 5;
}

#video-placeholder {
    pointer-events: none;
    width: 100% !important;
    height: 100% !important;
}

.main-delivery .delivery-left {
    position: relative;
}

.objects__video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.no-webp .contacts-footer {
    background: url('../img/map.png') no-repeat center left 300px;
}

.webp .contacts-footer {
    background: url('../img/map.png.webp') no-repeat center left 300px;
}

.contacts-footer {
    border-top: 1px solid rgba(70, 94, 116, 0.5);
}

.contacts-footer .item {
    padding: 40px 15px;
    height: 100%;
    position: relative;
}

.contacts-footer .col-12 {
    border-right: 1px solid rgba(70, 94, 116, 0.5);
}

.contacts-footer .col-12:last-child {
    border: 0;
}

.contacts-footer .input {
    margin-top: 0px !important;
    background: none;
    border: 2px solid #fff;
}

.contacts-footer .input-submit {
    border-left: 2px solid #fff;
}

.contacts-footer .item-anons {
    min-height: 84px;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
    opacity: 0.8;
    margin: 0 0 30px 0;
}

.contacts-footer .item-title {
    margin: 0 0px 32px 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
    font-family: 'Halvar Breit Rg';
}

.no-webp .contacts-footer .item.chat {
    background: url('../img/chat.jpg') no-repeat right bottom;
}

.webp .contacts-footer .item.chat {
    background: url('../img/chat.jpg.webp') no-repeat right bottom;
}

.contacts-footer .item.chat {}

.no-webp .contacts-footer .item.subs {
    background: url('../img/send.png') no-repeat center;
}

.webp .contacts-footer .item.subs {
    background: url('../img/send.png.webp') no-repeat center;
}

.contacts-footer .item.subs {
    background-size: cover;
}

.no-webp .contacts-footer .item.support {
    background: url('../img/supp.jpg') no-repeat center;
}

.webp .contacts-footer .item.support {
    background: url('../img/supp.jpg.webp') no-repeat center;
}

.contacts-footer .item.support {
    background-size: cover;
}

.contacts-footer .item:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(36, 35, 40, 0.85);
    z-index: 2;
}

.contacts-footer .item>* {
    position: relative;
    z-index: 4;
}

.contacts-footer .item.support:after {
    content: "";
    display: block;
    position: absolute;
    width: 150px;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#242328+0,242328+100&0+0,1+100 */
    background: -moz-linear-gradient(left, rgba(36, 35, 40, 0) 0%, rgba(36, 35, 40, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(36, 35, 40, 0) 0%, rgba(36, 35, 40, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(36, 35, 40, 0) 0%, rgba(36, 35, 40, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00242328', endColorstr='#242328', GradientType=1);
    /* IE6-9 */
}

.contacts-footer .item.chat:after {
    content: "";
    display: block;
    position: absolute;
    width: 150px;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    /*Permalink-usetoeditandsharethisgradient:;
  https:;
  //colorzilla.com/gradient-editor/#242328+0,242328+100&0+0,1+100*/
    background: -moz-linear-gradient(right, rgba(36, 35, 40, 0) 0%, rgba(36, 35, 40, 1) 100%);
    /*FF3.6-15*/
    background: -webkit-linear-gradient(right, rgba(36, 35, 40, 0) 0%, rgba(36, 35, 40, 1) 100%);
    /*Chrome10-25,Safari5.1-6*/
    background: linear-gradient(to left, rgba(36, 35, 40, 0) 0%, rgba(36, 35, 40, 1) 100%);
    /*W3C,IE10+,FF16+,Chrome26+,Opera12+,Safari7+*/
    filter: ;
    progid: DXImageTransform.Microsoft.gradient(startColorstr='#00242328', endColorstr='#242328', GradientType=1);
    /* IE6-9 */
    : ;
    -webkit-filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00242328', endColorstr='#242328', GradientType=1);
}

.technical-form {
    margin: 0 0 100px 0;
}

.technical-form .form-title {
    margin: 0 0 24px 0;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
}

.technical-form .form-anons {
    margiN: 0 0 30px 0;
}

.technical-form .input {
    background: none;
}

.technical-form .input-container {
    margin: 0 0 30px 0;
}

.technical-form .drop-file {
    display: block;
    width: 100%;
    font-size: 16px;
    background: none;
    border: 1px dashed #414048;
    border-radius: 16px;
    padding: 60px 30px;
    text-align: center;
    color: #FFFFFF;
    font-family: 'Commissioner', sans-serif;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.technical-form .drop-file:hover {
    border-color: #fff;
}

.technical-form .drop-ico img {
    width: 60px;
}

.technical-form .drop-ico {
    margin: 0 0 30px 0;
}

.technical-form .drop-text {
    margin: 0 0px 32px 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
    font-family: 'Halvar Breit Rg';
}

.technical-form .file-label {
    cursor: pointer;
    text-decoration: underline;
    color: #E4B40E;
}

.technical-form .file-label:hover {
    text-decoration: none;
}

.technical-form .hs-file .file-text {
    display: none;
}

.top-single .breadscrump {
    margin: 32px 0;
}

.products-nav {
    width: 276px;
    min-width: 276px;
    margin: 0 40px 0 0;
}

.products-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.products-nav ul li a {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #2E2E37;
}

.products-nav ul li a:hover {
    color: #E4B40E;
}

.products-nav ul li a.active {
    color: #E4B40E;
}

.w100 {
    width: 100%;
}

.adverts-list {
    width: 100%;
}

.product-props {
    margin: 0 0 148px 0;
}

.product-props .props-table {
    width: 100%;
    max-width: 750px;
    margin: 0 60px 0 0;
}

.product-props .props-table .item {
    border-bottom: 1px solid #2E2E37;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
}

.product-props .props-table .item .data {
    width: 50%;
    min-width: 50%;
}

.product-props .props-table .item .value {
    width: 50%;
    min-width: 50%;
}

.product-props .props-razmer {
    max-width: 450px;
    height: 100%;
}

.product-props .props-razmer img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-gallery {
    margin: 148px 0 148px 0;
}

.product-gallery .item {
    position: relative;
    height: 250px;
    overflow: hidden;
    margin: 0 0 40px 0;
    display: block;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.product-gallery .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.product-gallery .item:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(36, 35, 40, 0.6);
    transition: 0.3s;
    z-index: 2;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.product-gallery .item:hover:before {
    opacity: 0;
}

.product-gallery .item:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.line-footer {
    padding: 30px 0;
    border-top: 1px solid rgba(70, 94, 116, 0.5);
    overflow: hidden;
}

.line-footer .title {
    margin: 0;
    font-size: 20px;
    max-width: 150px;
}

.line-footer .logo {
    width: 200px;
}

.product-detail .image-container img {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    min-width: auto !important;
}

.product-detail .image-container {
    position: relative;
    margin: 0 !important;
}

.product-detail .image-container:before {
    content: "";
    display: block;
    z-index: 1;
    box-shadow: 0 0 150px 150px rgba(255, 255, 255, 0.35);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 1px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

#video {
    width: 100vw;
    max-width: 1920px;
    margin: 0 auto;
    display: block;
    pointer-events: none;
}

.pum-container.pum-responsive.pum-responsive-micro {
    margin-left: -250px !important;
    width: 500px !important;
    left: 50% !important;
}

.label {
    opacity: 1;
    display: block;
    width: 100%;
}

.iti__country-list {
    background: #000;
    white-space: wrap;
}

.wpcf7-form-control-wrap {
    display: block;
}

.iti {
    display: block;
}

.technical-form {
    position: relative;
}

.technical-form label {
    display: block;
}

.technical-form .wpcf7-spinner {
    position: absolute;
    left: 0;
    bottom: -20px;
}

.contacts-form .label {
    margin: 0 0 20px 0;
}

.contacts-form .wpcf7-form-control-wrap {
    margin: 12px 0 0 0;
}

.pum-theme-5210 .pum-container,
.pum-theme-lightbox .pum-container {
    background: #242328 !important;
}

.benefits-image {
    width: calc(100% - 660px);
    height: 500px;
}

.benefits-image img {
    max-height: 500px;
    position: relative;
    z-index: 2;
    width: auto !important;
}

.benefits-image.slick-slider .slick-track,
.benefits-image.slick-slider .slick-list {
    height: 100%;
}

.benefits-image.slick-slider .slick-slide {
    height: 100%;
}

.benefits-image.slick-slider .slick-slide div {
    position: relatiuve;
    height: 100%;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.benefits-image.slick-slider .slick-slide div:before {
    content: "";
    display: block;
    z-index: 1;
    box-shadow: 0 0 120px 120px rgba(255, 255, 255, 0.20);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 1px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.benefits-ul .slick-track {
    width: 300px !important;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.benefits-ul {
    min-width: 300px;
}

.benefits-ul li {
    text-align: justify;
}

.benefits-ul.ul-custom li {
    padding: 0 36px 0 0;
}

.benefits-ul-2.ul-custom li {
    padding: 0 0px 0 36px;
}

.benefits-ul.ul-custom li:before {
    content: "";
    display: block;
    position: absolute;
    left: auto;
    right: 0;
    top: 1px;
    width: 0px;
    height: 0px;
    opacity: 0.1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.benefits-ul .slick-list {
    overflow: visible
}

.benefits-ul.ul-custom .act li:before {
    border: 2px solid rgba(255, 255, 255, .75);
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate3 2s;
    animation: pulsate3 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
}

@-webkit-keyframes pulsate3 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 10px 3px rgba(255, 255, 255, 0.75), 0px 0px 10px 10px rgba(255, 255, 255, 0.75);
        -moz-transform: scale(0.6);
        -ms-transform: scale(0.6);
        -o-transform: scale(0.6);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
    }
}

.benefits-ul.ul-custom li:after {
    content: "";
    display: block;
    position: absolute;
    left: auto;
    right: 7px;
    top: 7.7px;
    width: 0px;
    height: 0px;
    background: #E4B40E;
    transition: 0.2s;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.benefits-ul-2.ul-custom li:before {
    left: 0;
    right: auto;
}

.benefits-ul-2.ul-custom li:after {
    left: 7.3px;
    right: auto;
}

.benefits-ul.ul-custom .act li:before {
    width: 24px;
    height: 24px;
}

.benefits-ul.ul-custom .act li:after {
    width: 10px;
    height: 10px;
}

.benefits-ul .b-i {
    display: none !important;
}

.wpadverts-slide-nav-paginate.wpadverts-slide-nav-paginate-right {
    right: 70px !important;
}

.wpadverts-slide-nav-paginate.wpadverts-slide-nav-paginate-left {
    left: 70px !important;
}

.aiosrs-rating-wrap {
    display: none !important;
}

.adv-top {
    margin: 0 0 60px 0;
}

.adv-bens {
    margin: 0 0 60px 0;
}

.adv-bens .ben-item {
    padding: 30px;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.adv-bens .ben-item .ul-custom li {
    margin: 0 0 15px 0;
}

.adv-bens .button-border {
    margin-top: 40px;
}

.about-text .wpadverts-slides {
    width: 700px;
    min-width: 700px;
    max-width: 700px;
    margin: 0 60px 0 0;
}

.about-text .single-right {
    width: 100%;
}

.about-text .adverts-single-author {
    float: none;
    width: 100%;
}

.about-text .adverts-single-price {
    text-align: left;
    float: none;
    height: 50px;
    margin: 60px 0 20px 0;
}

.about-text .adverts-content {
    margin: 30px 0 60px 0;
    padding: 30px 0 0 0;
    border-top: 1px solid #333 !important;
}

.about-text .adverts-grid .adverts-col-30 {
    width: unset;
}

.about-text .adverts-grid .adverts-col-65 {
    width: unset;
}

.country_cs {
    background-color: #242328 !important;
}

#country_c:focus {
    outline: none;
}

#country_c:hover {
    outline: none;
}

#country_c {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.about-page.in .image-container:before {
    content: "";
    display: block;
    z-index: 1;
    box-shadow: 0 0 150px 150px rgba(255, 255, 255, 0.35);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 1px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.about-page.in .bg-fn:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: linear-gradient(270deg, rgba(36, 35, 40, 0.5) 16.92%, rgba(36, 35, 40, 0.94) 80.03%);
}

.about-page.in .bg-fn {
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.about-page.in div:last-child {
    margin-bottom: 0px !important;
}

.about-page.in .about-block-2.t-w .about-text {
    max-width: 100%;
}

.about-page.in .about-block-2 {
    min-height: 0px;
}

.about-page.in .about-block-2.t-w.bg-fn:before {
    background: rgba(36, 35, 40, 0.9);
}

.m-b-0 {
    margin-bottom: 0px !important;
}

.no-webp .about-page.in .about-block-1.blue-bg {
    background: url('../img/bg-11.png') no-repeat center;
    background-size: cover;
}

.webp .about-page.in .about-block-1.blue-bg {
    background: url('../img/bg-11.png.webp') no-repeat center;
    background-size: cover;
}

.about-page p {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
}

.about-page.in .about-block-1.blue-bg {
    padding: 60px 27.42%;
    margin: 0 -27.42% 0px -27.42%;
    background-size: cover;
}

.no-webp .about-page.in .about-block-5.blue-bg {
    background: url('../img/bg-11.png') no-repeat center;
    background-size: cover;
}

.webp .about-page.in .about-block-5.blue-bg {
    background: url('../img/bg-11.png.webp') no-repeat center;
    background-size: cover;
}

.about-page.in .about-block-5.blue-bg {
    padding: 60px 27.42%;
    margin: 0 -27.42% 0px -27.42%;
    background-size: cover;
}

.about-page.in .about-block-5 .image-container {
    height: auto;
    margin: 0px 0px 0 0px;
}

.text-det .ul-custom li {
    margin: 0 0 15px 0;
}

.no-webp .text-det .product-block-3 {
    background: url('../img/bg-11.png') no-repeat center;
}

.webp .text-det .product-block-3 {
    background: url('../img/bg-11.png.webp') no-repeat center;
}

.text-det .product-block-3 {
    padding: 60px 27.42%;
    margin: 0 -27.42% 0px -27.42%;
    background-size: cover;
}

.text-det p {
    text-align: justify;
}

.text-det .product-block-2 {
    padding-bottom: 60px;
    padding-top: 60px;
    height: auto;
}

.logo-flex a {
    margin: 0 60px 30px 0;
}

.about-page.in .about-block-1 .image-container {
    margin: 0;
    height: auto;
}

.about-page.in .about-block-1 .image-container img {
    position: relative;
    z-index: 2;
}

.about-page.in .about-block-5 .image-container img {
    position: relative;
    z-index: 2;
}

.about-page.in #video {
    pointer-events: all;
}

.no-webp .adverts-bg {
    background: url('../img/bg-11.png') no-repeat center;
}

.webp .adverts-bg {
    background: url('../img/bg-11.png.webp') no-repeat center;
}

.adverts-bg {
    padding: 0px 27.42% 20px 27.42%;
    margin: 0 -27.42% 60px -27.42%;
    background-size: cover;
}

.adv-bens .button-border {
    min-width: 200px;
}

.main-slider .anim-slider .act .item .item-image {
    position: relative;
}

.main-slider .anim-slider .act .item .item-image img {
    position: relative;
    z-index: 2;
}

.main-slider .anim-slider .slide-video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.main-slider .anim-slider .slide-video:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.8;
    background: var(--141417, #141417);
}

.main-slider .anim-slider .slide {
    position: relative;
}

.main-slider .anim-slider .slide .item {
    position: relative;
    z-index: 3;
}

.main-slider .anim-slider .act .item .item-image:before {
    content: "";
    display: block;
    z-index: 1;
    box-shadow: 0 0 150px 150px rgba(255, 255, 255, 0.55);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 1px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.pum-close {
    position: absolute;
    top: 30px;
    left: 50%;
    margin: 0 0 0 220px;
    z-index: 2999999999;
}

.bg-image {
    height: auto !important;
    position: relative;
    margin-left: -320px !important;
    margin-right: -320px !important;
    padding-left: 320px;
    padding-right: 320px;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.bg-image--mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

@media(max-width: 1186px) {
    .bg-image.bg-image--mx-0 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}

.bg-image .img-cont {
    position: absolute;
    display: Block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.bg-image .img-cont img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.bg-image>div {
    z-index: 5;
    position: relative;
}

.bg-image .img-cont:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#242328+0,242328+100&1+0,0.95+8,0.8+53,1+93,1+100 */
    background: -moz-linear-gradient(top, rgba(36, 35, 40, 1) 0%, rgba(36, 35, 40, 0.95) 8%, rgba(36, 35, 40, 0.8) 53%, rgba(36, 35, 40, 1) 93%, rgba(36, 35, 40, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(36, 35, 40, 1) 0%, rgba(36, 35, 40, 0.95) 8%, rgba(36, 35, 40, 0.8) 53%, rgba(36, 35, 40, 1) 93%, rgba(36, 35, 40, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(36, 35, 40, 1) 0%, rgba(36, 35, 40, 0.95) 8%, rgba(36, 35, 40, 0.8) 53%, rgba(36, 35, 40, 1) 93%, rgba(36, 35, 40, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#242328', endColorstr='#242328', GradientType=0);
    /* IE6-9 */
}

.tizs {
    margin: 30px 0 0 0;
}

.tizs .item {
    padding: 30px 0 0 0;
    border-top: 2px solid #fff;
}

.tizs .item .data {
    font-weight: 700;
    font-size: 26px;
    line-height: 120%;
    color: #FFFFFF;
    margin: 0 0 20px 0;
}

.tizs .item .value {
    color: #E4B40E;
    font-weight: 500;
    font-size: 70px;
    line-height: 120%;
}

.tizs .item .value p {
    display: none;
}

.tizs .item .value .sml {
    font-size: 32px;
}

.tizs .item .txt {
    font-size: 26px;
    line-height: 120%;
}

html body span {
    font-family: 'Supermolot', sans-serif !important;
}

.wpcf7-textarea {
    height: 119px !important;
}

.hid {
    height: 0px !important;
}

html body .input {
    line-height: 23px !important;
}

.wpcf7-form-control {
    position: relative;
}

html body .wpcf7-not-valid-tip {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 17px;
}

html body .grecaptcha-badge {
    display: none !important;
}

.fix-phone .phone-button {}

.sold-block {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 999;
}

.active-btn {
    padding: 10px 20px;
    color: #fff;
    background: #28a745;
    text-transform: uppercase;
    border-radius: 6px;
}

.sold-btn {
    padding: 10px 20px;
    color: #fff;
    background: #e40e45;
    text-transform: uppercase;
    border-radius: 6px;
}

.header-contacts .email a {
    display: none !important;
}

html body .header-contacts .email a {
    display: block !important;
}

.advert-post-title {
    display: flex;
}

.advert-post-title span:nth-child(1) {
    width: calc(100% - 50px);
}

.advert-post-title span.active-sold {
    padding: 5px 10px;
    border: 1px solid #fff;
    color: #fff;
    float: right;
    margin: 5px 10px 0px;
    border-radius: 5px;
}

.advert-post-title span.active-sold.sold {
    color: red !important;
    border-color: red;
}

.advert-post-title span.active-sold.active {
    color: green;
    border-color: green;
}

.g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.g-recaptcha-bubble-arrow+div>iframe {
    width: 100% !important;
    height: 655px !important;
    min-width: 400px;
}

.g-recaptcha-bubble-arrow < div {
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

div#rc-imageselect {
    transform: scale(0.8);
    transform-origin: top left;
}

@media (max-width:767px) {
    .about-page .about-play .vid-wrap {
        width: 100% !important;
    }

    .product-detail .product-video .vid-wrap {
        width: 100% !important;
    }

    div>div>iframe {
        width: 100vw !important;
        height: 100vh !important;
        min-height: 700px !important;
    }
}

body.rtl {
    direction: ltr !important;
}

.page-template-advert .d-lg-flex.align-items-start.w100 {
    flex-direction: column !important;
}

.adverts-pagination {
    padding: 20px 0;
    text-align: right;
    clear: both;
    overflow: hidden;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.dash_nav {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
    padding: 30px 0;
}

.head_dash {
    display: flex;
    flex-direction: column;
}

.create_ad {
    width: 100%;
    padding: 30px;
    background: #E4B40E;
    color: #000;
    cursor: pointer;
    animation: breathe 2s ease-in-out infinite;
    text-align: center;
}

.dash_nav .wpa-author-menu-item {
    border: none;
}

.dash_nav .wpa-author-menu-item a {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    padding: 30px 30px !important;
}

@keyframes breathe {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.02);
    }
}

@media (max-width:992px) {

    .about-page .about-block-2 .about-text .anons,
    .about-page .about-block-4 .about-text .anons {
        column-count: 1;
        /* Кількість колонок */
        column-gap: 20px;
        /* Відстань між колонками */
    }

    .dash_nav {
        display: none;
    }
}

.main-slider .slick-dots {
    max-width: 1300px;
    width: 100%;
    padding: 0 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.main-slider .slider-title {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    z-index: 5;
    text-align: left;
}

.main-slider .slider-title .t-cont {
    max-width: 433px;
    color: var(--Style, #FFF);
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
}

.main-slider .anim-slider .item .item-info {
    padding: 240px 0 0 0;
}

.main-slider .anim-slider .item .item-info {
    max-width: 522px;
}

.main-slider .anim-slider video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-wraper {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

@media (max-width:1200px) {
    .main-slider .slider-title {
        top: 0;
    }

    .main-slider .slider-title .t-cont {
        font-size: 20px;
    }

    .main-slider .anim-slider .item .item-info {
        padding: 140px 0 0 0;
    }

    .main-slider .anim-slider {
        height: 600px;
    }

    .main-slider .anim-slider .item .item-image {
        margin: 0;
    }
}

@media (max-width:992px) {
    .about-wraper {
        flex-direction: column;
        gap: 0;
    }

    .main-slider .anim-slider .item .item-image {
        margin: 0 0px 0 0;
        max-width: 500px;
    }

    .main-slider .slider-title .t-cont {
        max-width: 300px;
    }

    .main-slider .anim-slider .item .item-info {
        padding: 160px 0 0 0;
    }
}

@media (max-width:767px) {
    .main-slider .anim-slider .item .item-image {
        right: 0px;
        height: 280px;
        display: block !important;
    }

    .main-slider .anim-slider .item .item-image img {
        margin: 0 0 0 auto;
    }
}

#detach-button-host {
    display: none !important;
}

.preloader-plus #preloader-counter {
    margin: 40px 0 0 0;
}

.adverts-single-box span.active-sold {
    padding: 5px 30px;
    border: 1px solid #fff;
    color: #fff;
    float: left;
    margin: 0;
    border-radius: 5px;
}

.adverts-single-box span.active-sold.active {
    color: green;
    border-color: green;
}

.adverts-single-box span.active-sold.sold {
    color: red !important;
    border-color: red;
}

.lang-flag {
    width: 18px;
    height: 12px;
}


.wrapper {
  background: #242328 url(https://vacuactivus.com/wp-content/uploads/2025/01/katalog-ost.jpg) center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}


.page-image .image-container:before {
  background: linear-gradient(270deg, rgba(36, 35, 40, 0.3) 16.92%, rgb(4, 0, 27, 94%) 66.03%);
}

.main-slider .anim-slider .slide-video:after {
  background: rgba(4, 0, 27, 1);
}

.contacts-footer .item:before {
  background: rgba(4, 0, 27, 0.85);
}

.contacts-footer .item.chat:after {
  background: -webkit-linear-gradient(right, rgba(36, 35, 40, 0) 0%, rgba(4, 0, 27, 1) 100%);
  background: linear-gradient(to left, rgba(36, 35, 40, 0) 0%, rgba(4, 0, 27, 1) 100%);
}

.contacts-footer .item.support:after {
  background: -webkit-linear-gradient(left, rgba(36, 35, 40, 0) 0%, rgba(4, 0, 27, 1) 100%);
  background: linear-gradient(to right, rgba(36, 35, 40, 0) 0%, rgba(4, 0, 27, 1) 100%);
}

.header .products-menu {
  background: rgba(4, 0, 27, 1);
}

.header-top {
  background: rgba(4, 0, 27, 0.5);
}

.header .header-lng .lng-dropdown {
  background: rgba(4, 0, 27, 1);
}

.header .header-lng .lng-dropdown {
  background: rgb(8, 0, 56);
}


.footer {
  background: rgba(4, 0, 27, 1);
}

.webp .main-body {
  background: none;
}

.webp .main-benefits {
  background: none;
}

.pum-theme-5210 .pum-container,
.pum-theme-lightbox .pum-container {
  background: rgba(4, 0, 27, 1) !important;
}

.webp .contacts .contacts-top {
  background: none;
}

.webp .main-delivery {
  background: none;
}

body,
html {
  background: rgba(4, 0, 27, 1);
}

.bg-image .img-cont:before {
  background: -webkit-linear-gradient(top, rgba(4, 0, 27, 1) 0%, rgba(4, 0, 27, 0.95) 8%, rgba(4, 0, 27, 0.8) 53%, rgba(4, 0, 27, 1) 93%, rgba(4, 0, 27, 1) 100%);
  background: linear-gradient(to bottom, rgba(4, 0, 27, 1) 0%, rgba(4, 0, 27, 0.95) 8%, rgba(4, 0, 27, 0.8) 53%, rgba(4, 0, 27, 1) 93%, rgba(4, 0, 27, 1) 100%);
}

.product-gallery .item:before {
  background: rgba(4, 0, 27, 0.6);
}

.header .products-menu .nav li {
  width: 135px;
}

.header .products-menu .product-drop {
  background: rgb(11, 5, 39)
}

.webp .about-page.in .about-block-5.blue-bg {
  background: none;
}



.about-page.in .about-block-2.t-w.bg-fn:before {
  background: rgba(4, 0, 27, 0.9);
}

.webp .products-list .list-container {
  overflow: hidden;
  background: none;
}

.webp .products-list .list-container::before {
  content: '';
  inset: 0;
  position: absolute;
  background: url(../img/bg-6.png.webp) no-repeat center;
  opacity: 0.4;
}

.webp .products-list .list-container .list-info {

  z-index: 1;
}

.webp .about-page.in .about-block-1.blue-bg {
  background: none;
}

.webp .about-page.in .about-block-5.blue-bg {
  background: none;
}

.about-page.in .bg-fn:before {
  background: rgba(4, 0, 27, 0.9);
}

.webp .text-det .product-block-3 {
  background: none;
}

.webp .product-detail .product-block-2 {
  background: none;
}

.webp .adverts-bg {
  background: none;
}

.pagination a {
  color: rgba(4, 0, 27, 1);
}

.dark-filter:before {
  background: rgba(4, 0, 27, 1);
}

.blog-post-content p,
.blog-post-content a,
.blog-post-content strong,
.blog-post-content li {
  color: white;
}

html body .bordered.s-blog-inner,
html body .blog-posts article {
  background: transparent !important;
}

.blog-posts article {
  box-shadow: none;
}

html body .sidebar-heading,
html body .blog-post-content .kc__title,
html body .blog-post-content ul li,
html body .post-author-content {
  background: transparent !important;
}

.sidebar-heading {
  padding: 0 !important;
}

.blog-posts article {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pulse-container {
  position: relative;
  transform-origin: top left;
  transform: scale(1.4);
}

@media(max-width: 992px) {
  .pulse-container {
    transform-origin: top center;
    transform: scale(1.2);
  }
}

.pulse-container::before {
  border: 5px solid rgba(255, 255, 255, .75);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  content: "";
  position: absolute;
  width: 135%;
  height: 150%;
  opacity: 1;
  border-radius: 100px;
  top: -25%;
  left: -17.5%;
  background: rgba(198, 16, 0, 0);
}

.contacts-showrooms {
  position: absolute;
  top: 0;
  left: calc(-100% - 12px);
  max-width: 350px;
}

@media(max-width: 1180px) {
  .contacts-showrooms {
    position: static;
    margin-top: 50px;
    max-width: 100%;
  }
}

@media(max-width: 992px) {
  .contacts-showrooms {
    position: absolute;
    margin-top: 0px;
    left: calc(-100% - 0px);
    max-width: calc(100% - 59px);
  }
}

@media(max-width: 767px) {
  .contacts-showrooms {
    position: static;
    margin-top: 50px;
    max-width: 100%;
  }
}



html body .sidebar-heading,
html body .blog-post-content .kc__title,
html body .blog-post-content ul li,
html body .post-author-content {
  background: transparent !important;
}