@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;600;700&display=swap");
@font-face {
    font-family: "SFPro";
    src: url(../fonts/SFProDisplay-Thin.woff2) format("woff2");
    font-weight: 200;
}
@font-face {
    font-family: "SFPro";
    src: url(../fonts/SFProDisplay-Light.woff2) format("woff2");
    font-weight: 300;
}
@font-face {
    font-family: "SFPro";
    src: url(../fonts/SFProDisplay-Regular.woff2) format("woff2");
    font-weight: 400;
}
@font-face {
    font-family: "SFPro";
    src: url(../fonts/SFProDisplay-Medium.woff2) format("woff2");
    font-weight: 500;
}
@font-face {
    font-family: "SFPro";
    src: url(../fonts/SFProDisplay-Semibold.woff2) format("woff2");
    font-weight: 600;
}
@font-face {
    font-family: "SFPro";
    src: url(../fonts/SFProDisplay-Bold.woff2) format("woff2");
    font-weight: 700;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ul,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
img,
fieldset,
a img {
    border: none;
}
input[type="text"],
input[type="email"],
input[type="tel"] {
    -webkit-appearance: none;
}
textarea {
    -webkit-appearance: none;
}
input[type="submit"],
button {
    cursor: pointer;
}
input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
textarea {
    overflow: auto;
}
input {
    margin: 0;
    padding: 0;
    border: 0;
}
button {
    margin: 0;
    padding: 0;
    border: 0;
}
button:disabled {
    background: #242424;
}
sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em;
}
sub {
    bottom: -0.5em;
}
a {
    text-decoration: none;
    color: #f18a00;
}
div,
input,
textarea,
select,
button,
img,
li,
i,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
a:focus {
    outline: none !important;
    -webkit-tap-highlight-color: transparent;
}
div,
section {
    display: block;
}
ul {
    list-style-type: none;
}
ol {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
* {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
textarea:-moz-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    color: rgba(0, 0, 0, 0.5);
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
textarea::-webkit-outer-spin-button,
textarea::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
@media (prefers-reduced-motion: reduce) {
    * {
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
    }
}
@media screen and (max-width: 767px) {
    * {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
}
button,
input,
textarea {
    font-family: "SFPro", sans-serif;
    font-weight: 400;
    background: 0 0;
}
b,
strong {
    font-weight: 700;
}
svg path {
    -webkit-transition: fill 0.3s, stroke 0.3s;
    -o-transition: fill 0.3s, stroke 0.3s;
    transition: fill 0.3s, stroke 0.3s;
}
html {
    overflow-x: hidden;
    overflow-y: auto;
}
body {
    width: 100%;
    min-height: 100vh;
    height: auto;
    font-family: "SFPro", sans-serif;
    font-weight: 400;
    color: #000;
    background: #fff;
    position: relative;
    line-height: 1.4;
    overflow-x: hidden;
}
.link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    height: 46px;
    padding: 0 30px;
    background: #f18a00;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    font-family: "Josefin Sans", sans-serif;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    -webkit-transition: background 0.3s, color 0.3s;
    -o-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
}
.link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -o-linear-gradient(192.14deg, rgba(0, 0, 0, 0.5) -5.55%, rgba(0, 0, 0, 0) 73.78%), #f16930;
    background: linear-gradient(257.86deg, rgba(0, 0, 0, 0.5) -5.55%, rgba(0, 0, 0, 0) 73.78%), #f16930;
    background-blend-mode: overlay;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.link span {
    margin: auto;
    position: relative;
    z-index: 1;
}
.link.border {
    background: 0 0;
    border: 2px solid #fff;
}
.link.border:before {
    display: none;
}
.row {
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 30px;
}
.row.min {
    max-width: 1200px;
}
.header {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    z-index: 101;
    padding: 70px 0;
}
.header .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.header__humb,
.header__email {
    display: none;
}
.header__nav {
    float: left;
    margin: auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.header__nav-lang {
    float: left;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.header__nav-lang.open > a {
    border-radius: 12px 12px 0 0;
}
.header__nav-lang.open a:after {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
.header__nav-lang.open ul {
    visibility: visible;
    opacity: 1;
    margin: 0;
}
.header__nav-lang > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 30px;
    min-width: 58px;
    line-height: 30px;
    padding: 0 15px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    font-size: 11px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
}
.header__nav-lang > a:after {
    content: "";
    float: right;
    margin: auto 0 auto 7px;
    width: 8px;
    height: 10px;
    background: url(../img/icon-arrow1.svg) center/contain no-repeat;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}
.header__nav-lang ul {
    position: absolute;
    width: 100%;
    height: auto;
    max-height: 250px;
    border-radius: 0 0 12px 12px;
    background: rgba(0, 0, 0, 0.2);
    left: 0;
    top: 30px;
    padding: 0 0 4px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: margin 0.3s, visibility 0.3s, opacity 0.3s;
    -o-transition: margin 0.3s, visibility 0.3s, opacity 0.3s;
    transition: margin 0.3s, visibility 0.3s, opacity 0.3s;
}
.header__nav-lang ul li {
    display: block;
}
.header__nav-lang ul li a {
    display: block;
    padding: 4px 15px;
    font-size: 11px;
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
    text-transform: uppercase;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.header__nav-lang ul li.active {
    display: none;
}
.header__nav-menu {
    float: left;
    margin: auto 0 auto 20px;
}
.header__nav-menu > ul {
    float: left;
}
.header__nav-menu > ul > li {
    float: left;
    margin-right: 20px;
    position: relative;
}
.header__nav-menu > ul > li:last-child {
    margin: 0;
}
.header__nav-menu > ul > li.drop > a:after {
    content: "";
    float: right;
    margin: auto 0 auto 7px;
    width: 8px;
    height: 10px;
    background: url(../img/icon-arrow1.svg) center/contain no-repeat;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}
.header__nav-menu > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.header__nav-menu > ul > li ul:not(.third_menu) {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    padding: 19px;
    margin-top: -5px;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: margin 0.5s, visibility 0.5s, opacity 0.5s;
    -o-transition: margin 0.5s, visibility 0.5s, opacity 0.5s;
    transition: margin 0.5s, visibility 0.5s, opacity 0.5s;
}
.header__nav-menu > ul > li ul:before {
    content: "";
    position: absolute;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 6px solid #000;
    top: -5.5px;
    left: calc(50% - 2px);
}
.third_menu:before {
    display: none;
}
.header__nav-menu > ul > li ul:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 15px;
    bottom: 100%;
    left: 0;
    right: 0;
}
.header__nav-menu > ul > li ul li {
    display: block;
    margin-top: 5px;
}
.header__nav-menu > ul > li ul li:first-child {
    margin: 0;
}
.header__nav-menu > ul > li ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    color: #fff;
    white-space: nowrap;
    -webkit-transition: color 0.3s, margin 0.3s;
    -o-transition: color 0.3s, margin 0.3s;
    transition: color 0.3s, margin 0.3s;
}
.header__nav-menu > ul > li ul li a:before {
    content: "";
    float: left;
    width: 14px;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
    margin: 9px 10px 0 0;
    -webkit-transition: background 0.3s, margin 0.3s;
    -o-transition: background 0.3s, margin 0.3s;
    transition: background 0.3s, margin 0.3s;
}
.drop ul li {
    display: block;
    position: relative;
}
.third_menu {
    position: absolute;
    top: -1px;
    left: -webkit-calc(100% + 5px);
    left: calc(100% + 5px);
    padding: 9px 24px;
    background: rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 14px 24px rgba(0, 0, 0, 0.1);
    box-shadow: 0 14px 24px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    -webkit-transition: opacity 0.25s, visibility 0.25s;
    -o-transition: opacity 0.25s, visibility 0.25s;
    transition: opacity 0.25s, visibility 0.25s;
}
.header__logo {
    position: absolute;
    width: 231px;
    height: auto;
    top: 63px;
    left: calc(50% - 115px);
}
.header__logo img {
    display: block;
    width: 100%;
    height: auto;
}
.header__contact {
    float: right;
    margin: auto 0 auto auto;
}
.header__contact ul {
    float: left;
}
.header__contact ul li {
    float: left;
    margin-right: 25px;
}
.header__contact ul li:last-child {
    margin: 0;
}
.header__contact ul li a {
    display: block;
    font-size: 11px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.cap {
    width: 100%;
    height: 700px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 35px;
}
.cap + .bone {
    margin-top: 0;
}
.cap:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -o-radial-gradient(50% 50%, 61.97% 50%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%), rgba(0, 0, 0, 0.4);
    background: radial-gradient(61.97% 50% at 50% 50%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%), rgba(0, 0, 0, 0.4);
    z-index: 1;
}
.cap__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
.cap .row {
    margin: auto;
    position: relative;
    z-index: 2;
}
.cap__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
}
.cap__title ul {
    margin: 0 auto;
    height: 32px;
    padding: 0 16px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cap__title ul li {
    float: left;
    margin-right: 35px;
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
}
.cap__title ul li:before {
    content: "";
    position: absolute;
    width: 35px;
    height: 100%;
    background: url(../img/icon-arrow1.svg) center no-repeat;
    left: 100%;
    top: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.cap__title ul li:last-child {
    margin-right: 0;
}
.cap__title ul li:last-child:before {
    display: none;
}
.cap__title ul li:last-child a {
    opacity: 0.5;
}
.cap__title ul li a {
    display: block;
    position: relative;
    font-size: 13px;
    color: #fff;
}
.cap__title p {
    display: block;
    margin-top: 22px;
    width: 100%;
    text-align: center;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
}
.cap__title h1 {
    display: block;
    width: 100%;
    margin-top: 22px;
    font-weight: 600;
    font-family: "Josefin Sans", sans-serif;
    font-size: 64px;
    line-height: 110%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
.cap__title div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 26px;
}
.cap__title div a {
    margin: 0 10px;
    min-width: 220px;
}
.content {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 110px;
}
.tiles {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 110px;
}
.tiles .product__item.small {
    position: relative;
    transition: background 0.5s;
    width: calc(25% - 16px);
}
.tiles p {
    color: #fff;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 130%;
    overflow-wrap: anywhere;
}
.tiles .product__item.small:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -o-radial-gradient(50% 50%, 61.97% 50%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%), rgba(0, 0, 0, 0.4);
    background: radial-gradient(61.97% 50% at 50% 50%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%), rgba(0, 0, 0, 0.4);
    z-index: 1;
    transition: background 0.5s;
}
.title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.title.white span {
    color: #fff;
    border-color: #fff;
}
.title.white h2 {
    color: #fff;
}
.title.white p {
    color: #fff;
}
.title.left span {
    margin: 0;
}
.title.left h2 {
    text-align: left;
}
.title.left p {
    text-align: left;
}
.title i {
    display: block;
    width: 231px;
    height: auto;
}
.title i img {
    display: block;
    width: 100%;
    height: auto;
}
.title span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 42px;
    margin: 0 auto;
    padding: 0 25px;
    border: 1px solid #000;
    border-radius: 40px;
    font-weight: 600;
    font-size: 16px;
    color: #000;
}
.title h2 {
    display: block;
    width: 100%;
    text-align: center;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 110%;
    margin-top: 33px;
    letter-spacing: -0.03em;
}
.title h2:first-child {
    margin: 0;
}
.title p {
    display: block;
    width: 100%;
    margin-top: 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #000;
}
.title p:first-child {
    margin: 0;
}
.title p + h2 {
    margin-top: 5px;
}
.text *:first-child {
    margin-top: 0;
}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
    display: block;
    font-weight: 600;
    margin-top: 30px;
    color: #000;
}
.text h1 {
    font-size: 40px;
}
.text h2 {
    font-size: 36px;
}
.text h3 {
    font-size: 30px;
}
.text h4 {
    font-size: 24px;
}
.text h5 {
    font-size: 18px;
}
.text h6 {
    font-size: 15px;
}
.text a {
    color: #f18a00;
    text-decoration: underline;
}
.text b,
.text strong {
    color: #161616;
    font-weight: 600;
}
.text img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin-top: 20px;
    border-radius: 8px;
}
.text p {
    display: block;
    margin-top: 15px;
    font-size: 16px;
    line-height: 150%;
}
.text ul {
    display: block;
    margin-top: 15px;
}
.text ul li {
    display: block;
    padding-left: 22px;
    font-size: 16px;
    line-height: 150%;
    position: relative;
    margin-top: 4px;
}
.text ul li:first-child {
    margin: 0;
}
.text ul li:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    left: 0;
    top: 8px;
    background: #f18a00;
    border-radius: 50%;
}
.text ol {
    display: block;
    width: calc(100% - 15px);
    margin-top: 15px;
    margin-left: 15px;
}
.text ol li {
    font-size: 16px;
    line-height: 150%;
    margin-top: 4px;
    position: relative;
}
.text ol li:first-child {
    margin: 0;
}
.text ol ol,
.text ol ul {
    margin-top: 10px !important;
}
.product {
    width: 100%;
    margin-top: 50px;
}
.product__block {
    width: calc(100% + 16px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 30px -8px 0;
}
.product__item {
    float: left;
    width: calc(100% - 16px);
    margin: 15px 8px 0;
    height: 277px;
    overflow: hidden;
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    padding: 35px 32px;
    position: relative;
    background-color: #000;
}
.product__item.small {
    width: calc(33% - 16px);
}
.product__item.small i {
    height: 200px;
    bottom: 0;
    right: 10px;
}
.product__item.medium {
    width: calc(67% - 16px);
}
.product__item.medium i {
    height: 250px;
    right: 0;
    top: 0;
}
.product__item.large i {
    height: 250px;
    bottom: 16px;
    right: 60px;
}
.product__item.large i.sticky {
    right: 0;
    bottom: 0;
}
.product__item div {
    float: left;
    position: relative;
    z-index: 1;
}
.product__item div h4 {
    float: left;
    width: 100%;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 130%;
    color: #fff;
}
.product__item div h4 a {
    color: #fff;
}
.product__item div p.product__descr {
  max-width: 60%;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
}
.product__item div .link {
  display: inline-flex;
  margin-top: 20px;
}
.product__item div ul {
    float: left;
    width: auto;
    margin-top: 4px;
}
.product__item div ul.duo {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}
.product__item div ul li {
    display: block;
    width: 100%;
    padding-top: 9px;
}
.product__item div ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    color: #fff;
    -webkit-transition: color 0.3s, margin 0.3s, transform 0.3s;
    -o-transition: color 0.3s, margin 0.3s, transform 0.3s;
    transition: color 0.3s, margin 0.3s, transform 0.3s;
}
.product__item div ul li a:before {
    content: "";
    float: left;
    width: 14px;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
    margin: 11px 10px 0 0;
    -webkit-transition: background 0.3s, margin 0.3s, transform 0.3s;
    -o-transition: background 0.3s, margin 0.3s, transform 0.3s;
    transition: background 0.3s, margin 0.3s, transform 0.3s;
}
.product__item i {
    position: absolute;
    z-index: 0;
}
.product__item i.mobile {
    display: none;
}
.product__item i img {
    display: block;
    height: 100%;
    width: auto;
}
.bone {
    width: 100%;
    height: auto;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    padding: 130px 0;
    position: relative;
}
.bone + .footer {
    margin-top: 0;
}
.bone video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
.bone:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: -o-linear-gradient(6.77deg, rgba(0, 0, 0, 0.4) 43.04%, rgba(0, 0, 0, 0) 87.08%);
    background: linear-gradient(83.23deg, rgba(0, 0, 0, 0.4) 43.04%, rgba(0, 0, 0, 0) 87.08%);
}
.bone .row {
    position: relative;
    z-index: 2;
}
.bone__block {
    margin-top: 33px;
    max-width: 530px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.bone__block p {
    display: block;
    width: 100%;
    font-family: "Josefin Sans", sans-serif;
    font-size: 28px;
    line-height: 130%;
    letter-spacing: -0.03em;
    color: #fff;
}
.bone__block a {
    margin-top: 33px;
    min-width: 240px;
}
.stats {
    width: 100%;
    margin-top: 100px;
}
.stats__block {
    width: calc(100% + 8px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 40px -4px 0;
}
.stats__item {
    float: left;
    width: calc(16.6666% - 8px);
    margin: 0 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #131313;
    border-radius: 12px;
    padding: 0 10px;
    min-height: 144px;
}
.stats__item b {
    display: block;
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    color: #fff;
    text-align: center;
    font-family: "Josefin Sans", sans-serif;
}
.stats__item p {
    display: block;
    margin-top: 7px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #fff;
}
.footer {
    width: 100%;
    margin-top: 100px;
    background: #242424;
    position: relative;
}
.footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 170px;
    height: 349px;
    background: url(../img/footer-bg1.png) left top/contain no-repeat;
    z-index: 0;
}
.footer:after {
    content: "";
    position: absolute;
    width: 220px;
    height: 423px;
    background: url(../img/footer-bg2.png) right bottom/contain no-repeat;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.footer .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.footer__top {
    width: 100%;
    height: 145px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 3;
}
.footer__top .row {
    margin: auto;
}
.footer__logo {
    float: left;
    width: 231px;
    height: auto;
}
.footer__logo img {
    display: block;
    width: 100%;
    height: auto;
}
.footer__lang {
    float: right;
    margin: auto 0 auto auto;
    position: relative;
    z-index: 5;
}
.footer__lang.open > a {
    border-radius: 12px 12px 0 0;
}
.footer__lang.open a:after {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
.footer__lang.open ul {
    visibility: visible;
    opacity: 1;
    margin: 0;
}
.footer__lang > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 46px;
    min-width: 210px;
    line-height: 44px;
    padding: 0 21px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}
.footer__lang > a:after {
    content: "";
    float: right;
    margin: auto 0 auto auto;
    width: 12px;
    height: 12px;
    background: url(../img/icon-arrow2.svg) center/contain no-repeat;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}
.footer__lang ul {
    position: absolute;
    width: 100%;
    height: auto;
    max-height: 250px;
    border-radius: 0 0 12px 12px;
    background: rgba(0, 0, 0, 0.2);
    left: 0;
    top: 100%;
    padding: 5px 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: margin 0.3s, visibility 0.3s, opacity 0.3s;
    -o-transition: margin 0.3s, visibility 0.3s, opacity 0.3s;
    transition: margin 0.3s, visibility 0.3s, opacity 0.3s;
}
.footer__lang ul li {
    display: block;
}
.footer__lang ul li a {
    display: block;
    padding: 5px 21px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.footer__lang ul li a:hover {
    color: rgba(255, 255, 255, 0.7);
}
.footer__lang ul li.active {
    display: none;
}
.footer__email {
    float: right;
    margin: auto 0 auto 45px;
}
.footer__email a {
    display: block;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}
.footer__base {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 65px 0 90px;
    position: relative;
    z-index: 2;
}
.footer__about {
    float: left;
    width: 21%;
    padding-right: 30px;
}
.footer__about h4 {
    display: block;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 110%;
    color: #fff;
}
.footer__about p {
    display: block;
    margin-top: 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #fff;
}
.footer__about p + p {
    margin-top: 15px;
}
.footer__product {
    float: left;
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer__product-item {
    float: left;
    padding-right: 10px;
    padding-bottom: 40px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
}
.footer__product-item h4 {
    display: block;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 110%;
    color: #fff;
    margin-top: 48px;
}
.footer__product-item h4:first-child {
    margin: 0;
}
.footer__product-item h4 a {
    color: #fff;
}
.footer__product-item ul {
    display: block;
    margin-top: 20px;
}
.footer__product-item ul li {
    display: block;
    margin-top: 5px;
}
.footer__product-item ul li:first-child {
    margin: 0;
}
.footer__product-item ul li a {
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.footer__contact {
    float: left;
    width: 14%;
    margin-left: auto;
}
.footer__contact h4 {
    display: block;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 110%;
    color: #fff;
}
.footer__contact div {
    margin-top: 20px;
}
.footer__contact div p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 150%;
    color: #fff;
}
.footer__contact div p b {
    font-weight: 700;
}
.footer__contact div p a {
    color: #fff;
    white-space: nowrap;
}
.footer__contact div p:first-child {
    margin: 0;
}
.footer__contact ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 9px;
}
.footer__contact ul li {
    float: left;
    width: 50%;
    margin-top: 11px;
}
.footer__contact ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.footer__contact ul li a img {
    margin: auto 5px auto 0;
}
.footer__bottom {
    width: 100%;
    height: 61px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer__bottom .row {
    margin: auto;
}
.footer__bottom p {
    float: left;
    margin: auto 0;
    font-size: 14px;
    color: #fff;
}
.footer__bottom a {
    float: right;
    margin: 0 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0.7;
    transition: opacity 0.3s;
}
.footer__bottom a img {
    float: left;
    width: 132px;
    height: auto;
    margin: auto 0;
}
.footer__bottom a span {
    float: left;
    margin: auto 0 auto 20px;
    font-size: 11px;
    line-height: 110%;
    color: #fff;
}
.mission {
    width: 100%;
    max-width: 810px;
    margin: 80px auto 0;
}
.mission__text {
    margin-top: 22px;
}
.mission__text:first-child {
    margin: 0;
}
.slick-arrow {
    font-size: 0;
}
.slick-list {
    float: left;
    width: 100%;
    height: auto;
}
.slick-track {
    float: left;
    width: 100%;
    height: auto;
}
.facilities {
    width: 100%;
    max-width: 810px;
    margin: 90px auto 0;
}
.facilities__slider {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 20px;
    position: relative;
}
.facilities__slider .slick-list {
    overflow: visible !important;
}
.facilities__slider .slick-arrow {
    position: absolute;
    width: 85px;
    height: 35px;
    bottom: 0;
    background: #131313;
    border-radius: 30px;
    z-index: 1;
}
.facilities__slider .slick-arrow:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/icon-arrow3.svg) center no-repeat;
}
.facilities__slider .slick-prev {
    left: 0;
}
.facilities__slider .slick-next {
    left: 110px;
}
.facilities__slider .slick-next:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.facilities__item {
    float: left;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    -o-transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
.facilities__item:not(.slick-current) {
    opacity: 0.5;
}
.facilities__item:not(.slick-current) i {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.facilities__item:not(.slick-current) div {
    opacity: 0;
}
.facilities__item i {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}
.facilities__item i:before {
    content: "";
    display: block;
    width: 100%;
    height: auto;
    padding-top: 58%;
}
.facilities__item i img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px;
}
.facilities__item div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 36px;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.facilities__item div h4 {
    float: left;
    width: 55%;
    font-family: "Josefin Sans";
    font-weight: 500;
    font-size: 25px;
    line-height: 130%;
    letter-spacing: -0.03em;
    padding-right: 40px;
    padding-bottom: 55px;
}
.facilities__item div p {
    float: left;
    width: 45%;
    font-size: 16px;
    line-height: 150%;
}
.road-map {
    width: 100%;
    height: auto;
    background: url(../img/road-map-bg.jpg) center/cover no-repeat;
    margin-top: 100px;
    position: relative;
    padding: 70px 0;
}
.road-map + .bone {
    margin: 0;
}
.road-map:before {
    content: "";
    position: absolute;
    width: 392px;
    height: 168px;
    top: 0;
    left: 0;
    background: url(../img/road-map-corner1.png) left top/contain no-repeat;
    z-index: 0;
}
.road-map:after {
    content: "";
    position: absolute;
    width: 234px;
    height: 207px;
    bottom: 0;
    right: 0;
    background: url(../img/road-map-corner2.png) right bottom/contain no-repeat;
    z-index: 0;
}
.road-map .row {
    position: relative;
    z-index: 1;
}
.road-map__pay {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 27px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.road-map__pay a {
    float: left;
    margin: 0 8px;
    width: auto;
    height: 53px;
    border-radius: 7px;
    position: relative;
}
.road-map__pay a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 4px;
    left: 0;
    border-radius: 7px;
    border-bottom: 1px solid #f18a00;
}
.road-map__pay a img {
    display: block;
    width: auto;
    height: 100%;
}
.road-map__map {
    margin-top: 50px;
    border-radius: 26px;
    height: 337px;
}
.press {
    width: 100%;
    max-width: 950px;
    margin: 70px auto 0;
}
.press__slider {
    width: 100%;
    margin-top: 43px;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    position: relative;
}
.press__slider .slick-list {
    overflow: hidden;
    border-radius: 12px;
}
.press__slider .slick-arrow {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: calc(50% - 30px);
    background: rgba(0, 0, 0, 0.15);
    z-index: 5;
    font-size: 0;
    cursor: pointer;
}
.press__slider .slick-arrow:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/icon-arrow4.svg) center no-repeat;
}
.press__slider .slick-prev {
    left: -120px;
}
.press__slider .slick-next {
    right: -120px;
}
.press__slider .slick-next:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.press__slider-item {
    float: left;
    width: 100%;
    height: 500px;
    position: relative;
}
.press__slider-item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.press__slider-item div {
    position: absolute;
    right: 33px;
    bottom: 33px;
    z-index: 2;
    background: rgba(241, 138, 0, 0.9);
    padding: 30px 26px;
    max-width: 280px;
    border-radius: 12px;
}
.press__slider-item div h4 {
    display: block;
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    color: #fff;
}
.press__slider-item div small {
    display: block;
    margin-top: 6px;
    font-size: 14px;
    line-height: 110%;
    color: #fff;
}
.press__slider-item div p {
    display: block;
    margin-top: 12px;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
}
.press__nav {
    width: calc(100% + 16px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 20px -8px 0;
    height: auto;
}
.press__nav .slick-list {
    overflow: hidden;
}
.press__nav-item {
    float: left;
    width: calc(12.5% - 16px);
    height: auto;
    position: relative;
    margin: 0 8px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.press__nav-item.slick-current {
    opacity: 0.4;
}
.press__nav-item:before {
    content: "";
    display: block;
    width: 100%;
    height: auto;
    padding-top: 58%;
}
.press__nav-item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.bitumen {
    width: 100%;
    max-width: 810px;
    margin: 85px auto 0;
}
.bitumen__img {
    display: block;
}
.bitumen__img.video {
    position: relative;
}
.bitumen__img.video:before {
    content: "";
    display: block;
    width: 100%;
    height: auto;
    padding-top: 64%;
}
.bitumen__img video {
    border-radius: 12px;
}
.bitumen__img img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
}
.bitumen__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    margin-top: 35px;
}
.bitumen__block h4 {
    float: left;
    width: 31%;
    font-family: "Josefin Sans", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 130%;
    padding-right: 10px;
    overflow-wrap: anywhere;
}
.bitumen__block div {
    float: left;
    width: 69%;
}
.bitumen__block div p {
    display: block;
    font-size: 18px;
    line-height: 150%;
    margin-top: 15px;
}
.bitumen__block div p:first-child {
    margin: 0;
}
.parameters {
    width: 100%;
    height: auto;
    background: #131313;
    margin-top: 100px;
    position: relative;
    padding: 70px 0 80px;
}
.parameters:before {
    content: "";
    position: absolute;
    width: 392px;
    height: 168px;
    top: 0;
    left: 0;
    background: url(../img/road-map-corner1.png) left top/contain no-repeat;
    z-index: 0;
}
.parameters:after {
    content: "";
    position: absolute;
    width: 234px;
    height: 207px;
    bottom: 0;
    right: 0;
    background: url(../img/road-map-corner2.png) right bottom/contain no-repeat;
    z-index: 0;
}
.parameters__block {
    margin-top: 35px;
}
.secondary {
    margin: 60px 0 30px;
}
.parameters__block table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #f18a00;
}
.parameters__block table + table {
    margin-top: 30px;
}
.parameters__block table tr:last-child td {
    border: 0;
}
.parameters__block table tr th {
    height: 35px;
    border-bottom: 1px solid #f18a00;
    padding: 10px 10px 5px 20px;
    color: #f18a00;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.03em;
    text-align: left;
    text-transform: uppercase;
    vertical-align: middle;
}
.thwhite {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.thwhite.thwhite_last {
    border-bottom: 1px solid #f18a00 !important;
}
.fat {
    border-top: 5px solid #f18a00;
}
.parameters__block .desc {
    color: #fff;
    margin-bottom: 30px;
}
.parameters__block table tr td {
    height: 69px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 5px 10px 5px 20px;
    color: #fff;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.03em;
    text-align: left;
    text-transform: uppercase;
    vertical-align: middle;
    padding-top: 10px;
}
.parameters__link {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
}
.parameters__link a {
    margin: 0 auto;
}
.benefits {
    margin-top: 75px;
}
.benefits__block {
    width: calc(100% + 18px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 20px -9px 0;
}
.benefits__item {
    float: left;
    margin: 18px 9px 0;
    width: calc(25% - 18px);
    min-height: 153px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    padding: 25px;
    background: #eee;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border-radius: 12px;
}
.benefits__item b {
    display: block;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    text-align: center;
}
.benefits__item p {
    display: block;
    margin-top: 7px;
    font-size: 16px;
    text-align: center;
}
.contact {
    margin-top: 55px;
}
.contact__block {
    width: calc(100% + 16px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 20px -8px 0;
}
.contact__item {
    float: left;
    width: calc(33.3333% - 16px);
    margin: 16px 8px 0;
    min-height: 277px;
    background: #131313;
    border-radius: 12px;
    padding: 30px 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-direction: column;
    flex-direction: column;
}
.contact__item h6 {
    display: block;
    width: 100%;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -0.03em;
    color: #fff;
}
.contact__item small {
    width: 100%;
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    color: #fff;
}
.contact__item a {
    display: block;
    margin-top: 12px;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    color: #f18a00;
}
.contact__item a.border {
    float: left;
    width: auto;
    text-decoration: underline;
}
.contact__item p {
    display: block;
    margin-top: 15px;
    font-size: 16px;
    line-height: 130%;
    color: #fff;
}
.contact__map {
    margin-top: 45px;
    height: 640px;
    border-radius: 12px;
}
.input {
    width: 100%;
    position: relative;
}
.input.border input {
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.input input {
    display: block;
    width: 100%;
    height: 55px;
    background: #fff;
    border-radius: 8px;
    border: 0;
    color: #373a3c;
    position: relative;
    font-size: 14px;
    line-height: 43px;
    padding: 12px 10px 0 18px;
    z-index: 1;
}
.input input::-webkit-input-placeholder {
    font-size: 0;
}
.input input::-moz-placeholder {
    font-size: 0;
}
.input input:-ms-input-placeholder {
    font-size: 0;
}
.input input::-ms-input-placeholder {
    font-size: 0;
}
.input input::placeholder {
    font-size: 0;
}
.input input:not(:-moz-placeholder-shown) ~ label {
    font-size: 11px;
    margin: 11px 0 0;
}
.input input:not(:-ms-input-placeholder) ~ label {
    font-size: 11px;
    margin: 11px 0 0;
}
.input input:not(:placeholder-shown) ~ label,
.input input:focus ~ label {
    font-size: 11px;
    margin: 11px 0 0;
}
.input input:focus ~ label {
    color: #c2c2cf;
}
.input label {
    position: absolute;
    z-index: 3;
    left: 18px;
    top: 0;
    margin-top: 19px;
    pointer-events: none;
    font-size: 14px;
    line-height: 130%;
    color: #c2c2cf;
    white-space: nowrap;
    overflow: hidden;
    max-width: 85%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transition: color 0.3s, font-size 0.3s, margin 0.3s;
    -o-transition: color 0.3s, font-size 0.3s, margin 0.3s;
    transition: color 0.3s, font-size 0.3s, margin 0.3s;
}
.textarea {
    width: 100%;
    position: relative;
}
.textarea.border textarea {
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.textarea:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 25px;
    background: #fff;
    border-radius: 8px 8px 0 0;
    z-index: 2;
    pointer-events: none;
}
.textarea textarea {
    display: block;
    width: 100%;
    height: 90px;
    background: #fff;
    border-radius: 8px;
    border: 0;
    color: #373a3c;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    padding: 26px 10px 10px 18px;
    z-index: 1;
    resize: none;
}
.textarea textarea::-webkit-input-placeholder {
    font-size: 0;
}
.textarea textarea::-moz-placeholder {
    font-size: 0;
}
.textarea textarea:-ms-input-placeholder {
    font-size: 0;
}
.textarea textarea::-ms-input-placeholder {
    font-size: 0;
}
.textarea textarea::placeholder {
    font-size: 0;
}
.textarea textarea:not(:-moz-placeholder-shown) ~ label {
    font-size: 11px;
    margin: 11px 0 0;
}
.textarea textarea:not(:-ms-input-placeholder) ~ label {
    font-size: 11px;
    margin: 11px 0 0;
}
.textarea textarea:not(:placeholder-shown) ~ label,
.textarea textarea:focus ~ label {
    font-size: 11px;
    margin: 11px 0 0;
}
.textarea textarea:focus ~ label {
    color: #c2c2cf;
}
.textarea label {
    position: absolute;
    z-index: 3;
    left: 18px;
    top: 0;
    margin-top: 19px;
    pointer-events: none;
    font-size: 14px;
    line-height: 130%;
    background: #fff;
    color: #c2c2cf;
    -webkit-transition: color 0.3s, font-size 0.3s, margin 0.3s;
    -o-transition: color 0.3s, font-size 0.3s, margin 0.3s;
    transition: color 0.3s, font-size 0.3s, margin 0.3s;
}
.select {
    width: 100%;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 5;
}
.select.border input {
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.select.index {
    z-index: 6;
}
.select:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 8px;
    top: calc(50% - 4px);
    right: 23px;
    z-index: 3;
    pointer-events: none;
    background: url(../img/icon-arrow5.svg) center/contain no-repeat;
    -webkit-transition: background 0.3s, -webkit-transform 0.3s;
    transition: background 0.3s, -webkit-transform 0.3s;
    -o-transition: background 0.3s, transform 0.3s;
    transition: background 0.3s, transform 0.3s;
    transition: background 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.select.open:before {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
.select.open input {
    border-radius: 8px 8px 0 0;
}
.select.open ul {
    visibility: visible;
    opacity: 1;
    margin: 0;
}
.select.search input:focus ~ label {
    font-size: 11px;
    margin: 11px 0 0;
}
.select input {
    display: block;
    width: 100%;
    height: 55px;
    background: #fff;
    border-radius: 8px;
    border: 0;
    color: #000;
    position: relative;
    font-size: 14px;
    line-height: 43px;
    cursor: pointer;
    padding: 12px 40px 0 18px;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.select input::-webkit-input-placeholder {
    font-size: 0;
}
.select input::-moz-placeholder {
    font-size: 0;
}
.select input:-ms-input-placeholder {
    font-size: 0;
}
.select input::-ms-input-placeholder {
    font-size: 0;
}
.select input::placeholder {
    font-size: 0;
}
.select input:not(:-moz-placeholder-shown) ~ label {
    font-size: 11px;
    margin: 11px 0 0;
}
.select input:not(:-ms-input-placeholder) ~ label {
    font-size: 11px;
    margin: 11px 0 0;
}
.select input:not(:placeholder-shown) ~ label {
    font-size: 11px;
    margin: 11px 0 0;
}
.select label {
    position: absolute;
    z-index: 3;
    left: 18px;
    top: 0;
    max-width: calc(100% - 50px);
    margin-top: 19px;
    pointer-events: none;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 130%;
    color: #c2c2cf;
    -webkit-transition: color 0.3s, font-size 0.3s, margin 0.3s;
    -o-transition: color 0.3s, font-size 0.3s, margin 0.3s;
    transition: color 0.3s, font-size 0.3s, margin 0.3s;
}
.select i {
    position: absolute;
    top: 50%;
    right: 26px;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    z-index: 2;
    cursor: pointer;
}
.select i img,
.select i svg {
    display: block;
    width: auto;
    height: auto;
}
.select ul {
    position: absolute;
    width: 100%;
    height: auto;
    max-height: 250px;
    border-radius: 0 0 8px 8px;
    background: #fff;
    padding: 4px 0;
    left: 0;
    top: 54px;
    margin-top: -10px;
    visibility: hidden;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: margin 0.3s, visibility 0.3s, opacity 0.3s;
    -o-transition: margin 0.3s, visibility 0.3s, opacity 0.3s;
    transition: margin 0.3s, visibility 0.3s, opacity 0.3s;
}
.select ul:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    left: 0;
    right: 0;
    background: #fff;
}
.select ul:after {
    content: "";
    position: absolute;
    width: calc(100% - 36px);
    height: 1px;
    background: #f5f5f9;
    left: 18px;
    top: 1px;
}
.select ul li {
    display: block;
    padding: 7px 18px;
    font-size: 14px;
    color: #000;
    cursor: pointer;
    white-space: nowrap;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.select ul li.active {
    color: rgba(0, 0, 0, 0.4);
}
.file {
    width: 100%;
    position: relative;
}
.file.border label {
    border: 1px solid rgba(0, 0, 0, 0.2);
    line-height: 53px;
}
.file.active label {
    color: #373a3c;
}
.file.active i {
    display: block;
}
.file input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}
.file label {
    display: block;
    width: 100%;
    height: 55px;
    line-height: 55px;
    background: #fff url(../img/icon-file.svg) right 24px center no-repeat;
    border-radius: 8px;
    border: 0;
    color: #c2c2cf;
    font-size: 14px;
    cursor: pointer;
    padding: 0 0 0 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.file i {
    position: absolute;
    width: 53px;
    height: 53px;
    top: 1px;
    right: 1px;
    z-index: 2;
    background: #fff;
    border-radius: 8px;
    display: none;
}
.file i:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/icon-close.svg) center/12px auto no-repeat;
    opacity: 0.3;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.input.error s,
.input.warning s,
.input.info s,
.textarea.error s,
.textarea.warning s,
.textarea.info s,
.select.error s,
.select.warning s,
.select.info s {
    position: absolute;
    top: 15px;
    right: 16px;
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    background: #f5f5f9;
    border-radius: 50%;
}
.input.error s:before,
.input.warning s:before,
.input.info s:before,
.textarea.error s:before,
.textarea.warning s:before,
.textarea.info s:before,
.select.error s:before,
.select.warning s:before,
.select.info s:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: auto;
}
.input.error small,
.input.warning small,
.input.info small,
.textarea.error small,
.textarea.warning small,
.textarea.info small,
.select.error small,
.select.warning small,
.select.info small {
    position: absolute;
    width: auto;
    max-width: 90%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 16px;
    line-height: 16px;
    left: 14px;
    bottom: -8px;
    z-index: 2;
    color: #fff;
    font-size: 10px;
    border-radius: 30px;
    padding: 0 6px;
}
.input.error small img,
.input.warning small img,
.input.info small img,
.textarea.error small img,
.textarea.warning small img,
.textarea.info small img,
.select.error small img,
.select.warning small img,
.select.info small img {
    float: left;
    width: 10px;
    height: 10px;
    margin: 3px 4px 3px 0;
}
.input.error s:before,
.textarea.error s:before,
.select.error s:before {
    background: url(../img/icon-error.svg) center/10px auto no-repeat;
}
.input.error small,
.textarea.error small,
.select.error small {
    background: #fe4848;
}
.input.valid s,
.textarea.valid s,
.select.valid s {
    position: absolute;
    top: 15px;
    right: 16px;
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    background: #f5f5f9 url(../img/icon-valid.svg) center/24px auto no-repeat;
    border-radius: 50%;
}
.form {
    width: calc(100% + 14px);
    margin: 0 -7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.form .input,
.form .select,
.form .textarea,
.form .file {
    margin: 18px 7px 0;
    width: calc(100% - 14px);
}
.form .input.min,
.form .select.min,
.form .textarea.min,
.form .file.min {
    width: calc(50% - 14px);
}
.form button {
    margin: 30px auto 0;
    min-width: 380px;
    max-width: calc(100% - 14px);
}
.quest {
    width: 100%;
    min-height: 100vh;
    margin-top: 115px;
    padding: 100px 0;
    background: url(../img/quest.jpg) center/cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.quest + .footer {
    margin-top: 0;
}
.quest .row {
    margin: auto;
}
.quest__form {
    width: 100%;
    max-width: 574px;
    margin: 10px auto 0;
}
.open-modal {
    cursor: pointer;
}
.modal {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 115;
    -webkit-transition: visibility 0.5s, opacity 0.5s;
    -o-transition: visibility 0.5s, opacity 0.5s;
    transition: visibility 0.5s, opacity 0.5s;
}
.modal.hide {
    visibility: hidden;
    opacity: 0;
}
.modal.hide .modal__cot {
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}
.modal.hide.load {
    opacity: 1;
    visibility: visible;
}
.modal.hide.load .modal__bg {
    background: rgba(0, 0, 0, 0.4) url(../img/load.svg) center/70px no-repeat;
}
.modal__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.7);
}
.modal__cot {
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    max-height: 100vh;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    z-index: 1;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}
.modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    height: 30px;
    width: 30px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 5;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.modal__close:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/icon-close.svg) center no-repeat;
    margin: auto;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.modal__block {
    width: 100vw;
    height: auto;
    max-width: 820px;
    background: #fff;
    position: relative;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    overflow: hidden;
}
.modal__img {
    float: left;
    width: 330px;
    position: relative;
}
.modal__img img,
.modal__img video {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.modal__base {
    float: left;
    width: calc(100% - 330px);
    padding: 50px 60px;
}
.modal__title h4 {
    display: block;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 110%;
    color: #000;
    text-transform: uppercase;
}
.modal__title p {
    display: block;
    margin-top: 5px;
    font-size: 18px;
    line-height: 130%;
}
.modal__title a {
    margin-top: 15px;
}
.modal__form {
    width: calc(100% + 14px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -7px;
}
@media screen and (min-width: 1024px) and (max-width: 1240px) {
    .footer__product {
        width: 61%;
        flex-wrap: wrap;
    }
    .parameters__block table tr td {
        font-size: 12px;
    }
    .parameters__block table tr th {
        font-size: 14px;
    }
    .footer__contact {
        float: left;
        width: 18%;
        margin-left: auto;
    }
    .footer__product {
        justify-content: flex-start;
    }
    .footer__product-item {
        padding-right: 25px;
    }
}
@media screen and (min-width: 1024px) {
    .link:hover:before {
        opacity: 1;
    }
    .link.border:hover {
        background: #fff;
        color: #000;
    }
    .header__nav-lang ul li a:hover {
        color: rgba(255, 255, 255, 0.7);
    }
    .header__nav-menu > ul > li.drop:hover > a:after {
        -webkit-transform: scale(1, -1);
        -ms-transform: scale(1, -1);
        transform: scale(1, -1);
    }
    .header__nav-menu > ul > li.drop:hover ul:not(.third_menu) {
        opacity: 1;
        visibility: visible;
        margin: 0;
        pointer-events: auto;
    }
    .drop ul li:hover .third_menu {
        visibility: visible;
        opacity: 1;
    }
    .header__nav-menu > ul > li > a:hover {
        opacity: 0.7;
    }
    .header__nav-menu > ul > li ul li a:hover {
        color: #f18a00;
        margin-right: -2px;
    }
    .header__nav-menu > ul > li ul li a:hover:before {
        background: #f18a00;
        margin-right: 12px;
    }
    .header__contact ul li a:hover {
        opacity: 0.7;
    }
    .product__item div ul li a:hover {
        color: #f18a00;
        transform: translateX(5px);
    }
    .product__item div ul li a:hover:before {
        background: #f18a00;
        transform: translateX(-5px);
    }
    .footer__lang ul li:hover {
        color: rgba(255, 255, 255, 0.7);
    }
    .footer__lang ul li.active {
        display: none;
    }
    .footer__product-item ul li a:hover {
        color: #f18a00;
    }
    .footer__contact ul li a:hover {
        opacity: 0.7;
    }
    .file i:hover:before {
        opacity: 0.6;
    }
    .modal__close:hover {
        opacity: 0.7;
    }
    .modal__close:hover:before {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .footer__bottom a:hover {
        opacity: 1;
    }
    .tiles .product__item.small:hover:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: -o-radial-gradient(50% 50%, 61.97% 50%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%), rgba(0, 0, 0, 0);
        background: radial-gradient(61.97% 50% at 50% 50%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%), rgba(0, 0, 0, 0);
        z-index: 1;
    }
}
@media screen and (max-width: 1023px) {
    .row {
        padding: 0 15px;
    }
    .header {
        padding: 35px 0;
        position: fixed;
        -webkit-transition: padding 0.5s, background 0.5s, -webkit-box-shadow 0.5s;
        transition: padding 0.5s, background 0.5s, -webkit-box-shadow 0.5s;
        -o-transition: padding 0.5s, background 0.5s, box-shadow 0.5s;
        transition: padding 0.5s, background 0.5s, box-shadow 0.5s;
        transition: padding 0.5s, background 0.5s, box-shadow 0.5s, -webkit-box-shadow 0.5s;
    }
    .header.fixed:not(.open) {
        padding: 15px 0;
        background: #000;
        -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
    }
    .header.fixed:not(.open) .header__humb,
    .header.fixed:not(.open) .header__email {
        background: rgba(255, 255, 255, 0.2);
    }
    .header.fixed:not(.open) .header__logo {
        margin-top: 20px;
    }
    .header.open .header__humb {
        background: rgba(255, 255, 255, 0.2);
    }
    .header.open .header__humb i {
        background: rgba(255, 255, 255, 0);
    }
    .header.open .header__humb i:before {
        -webkit-transform: translateY(6px) rotate(45deg);
        -ms-transform: translateY(6px) rotate(45deg);
        transform: translateY(6px) rotate(45deg);
    }
    .header.open .header__humb i:after {
        -webkit-transform: translateY(-6px) rotate(-45deg);
        -ms-transform: translateY(-6px) rotate(-45deg);
        transform: translateY(-6px) rotate(-45deg);
    }
    .header.open .header__nav {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    .header.open .header__email {
        background: rgba(255, 255, 255, 0.2);
    }
    .header__humb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        float: left;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.3);
        position: relative;
        z-index: 5;
        -webkit-transition: background 0.5s;
        -o-transition: background 0.5s;
        transition: background 0.5s;
    }
    .header__humb i {
        float: left;
        position: relative;
        width: 20px;
        height: 1px;
        background: #fff;
        margin: auto;
        -webkit-transition: background 0.5s, width 0.5s;
        -o-transition: background 0.5s, width 0.5s;
        transition: background 0.5s, width 0.5s;
    }
    .header__humb i:before,
    .header__humb i:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background: #fff;
        left: 0;
        -webkit-transform: translateY(0) rotate(0deg);
        -ms-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
        -webkit-transition: -webkit-transform 0.5s;
        transition: -webkit-transform 0.5s;
        -o-transition: transform 0.5s;
        transition: transform 0.5s;
        transition: transform 0.5s, -webkit-transform 0.5s;
    }
    .header__humb i:before {
        top: -6px;
    }
    .header__humb i:after {
        top: 6px;
    }
    .header__nav {
        position: absolute;
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1;
        background: #000;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 100px 30px;
        -webkit-transition: visibility 0.5s, opacity 0.5s;
        -o-transition: visibility 0.5s, opacity 0.5s;
        transition: visibility 0.5s, opacity 0.5s;
    }
    .header__nav:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 264px;
        right: 0;
        bottom: 0;
        background: url(../img/humb.png) right bottom/auto 264px no-repeat;
    }
    .header__nav-menu {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        max-height: calc(100% - 100px);
        overflow-x: hidden;
        overflow-y: auto;
        margin: 0;
    }
    .header__nav-menu > ul {
        float: left;
        width: 100%;
    }
    .header__nav-menu > ul > li {
        width: 100%;
        margin: 0 0 30px;
    }
    .header__nav-menu > ul > li > a {
        font-size: 26px;
    }
    .header__nav-menu > ul > li.drop > a:after {
        width: 16px;
        height: 19px;
        margin-left: 15px;
    }
    .header__nav-menu > ul > li.drop.active a:after {
        -webkit-transform: scale(1, -1);
        -ms-transform: scale(1, -1);
        transform: scale(1, -1);
    }
    .header__nav-menu > ul > li ul:not(.third_menu) {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        padding: 10px 0 0;
        background: 0 0;
        border-radius: 0;
        margin: 0;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        display: none;
    }
    .header__nav-menu > ul > li ul:not(.third_menu) li a {
        font-size: 20px;
    }
    .header__nav-menu > ul > li ul:not(.third_menu) li a:before {
        margin-top: 13px;
    }
    .third_menu {
        display: none;
    }
    .header__nav-lang {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 40px;
        -webkit-transition: margin 0.5s;
        -o-transition: margin 0.5s;
        transition: margin 0.5s;
    }
    .header__nav-lang.open {
        margin-bottom: 30px;
    }
    .header__nav-lang > a {
        float: left;
        width: 130px;
        height: 52px;
        padding: 0 26px;
        border: 2px solid #fff;
        font-size: 19px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .header__nav-lang > a:after {
        width: 14px;
        height: 16px;
        margin-left: 10px;
    }
    .header__nav-lang ul {
        top: 52px;
        width: 130px;
        padding-top: 8px;
        border: 2px solid #fff;
        border-top: 0;
    }
    .header__nav-lang ul li a {
        padding: 6px 26px;
        font-size: 16px;
    }
    .header__logo {
        top: 0;
        margin-top: 37px;
        width: 170px;
        left: calc(50% - 85px);
        z-index: 5;
        -webkit-transition: margin 0.5s;
        -o-transition: margin 0.5s;
        transition: margin 0.5s;
    }
    .header__contact {
        display: none;
    }
    .header__email {
        float: right;
        margin-left: auto;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.3);
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        z-index: 5;
        -webkit-transition: background 0.5s;
        -o-transition: background 0.5s;
        transition: background 0.5s;
    }
    .header__email img {
        display: block;
        width: auto;
        height: auto;
        margin: auto;
    }
    .cap {
        height: auto;
        min-height: 700px;
        padding: 100px 0 50px;
    }
    .cap__title ul li {
        display: none;
        margin: auto 0 auto 20px;
    }
    .cap__title ul li:nth-last-child(2) {
        display: block;
    }
    .cap__title ul li:before {
        width: 20px;
        left: auto;
        right: 100%;
        top: -1px;
        background-position: bottom center;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .cap__title p {
        font-size: 20px;
        line-height: 140%;
    }
    .cap__title p br {
        display: none;
    }
    .cap__title h1 {
        font-size: 48px;
    }
    .cap__title h1 br {
        display: none;
    }
    .cap__title div {
        margin: 15px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .cap__title div a {
        margin: 5px;
    }
    .product__block {
        width: 100%;
        margin: 20px 0 0;
    }
    .product__item {
        width: 100% !important;
        margin: 15px 0 0;
        height: auto;
        padding: 34px 35px 140px;
    }
    .product__item:first-child {
        margin: 0;
    }
    .product__item i {
        height: 136px !important;
        right: 0 !important;
        bottom: 10px !important;
        display: block !important;
        top: inherit !important;
    }
    .product__item div {
        width: 100%;
    }
    .product__item div p.product__descr {
      max-width: 100%;
    }
    .product__item div ul {
        width: 100%;
    }
    .product__item div ul.duo {
        -webkit-columns: auto;
        -moz-columns: auto;
        columns: auto;
    }
    .bone {
        margin-top: 80px;
        padding: 40px 0 300px;
    }
    .bone__block {
        margin-top: 25px;
    }
    .bone__block p {
        font-size: 24px;
    }
    .bone__block a {
        margin-top: 25px;
    }
    .stats {
        margin-top: 60px;
    }
    .stats__block {
        margin-top: 20px;
    }
    .stats__item {
        width: calc(50% - 8px);
        margin: 7px 4px 0;
        min-height: 90px;
    }
    .footer {
        margin-top: 60px;
        background-image: url(../img/footer-bg3.png);
        background-size: auto;
        background-position: bottom;
        background-repeat: no-repeat;
        overflow: hidden;
    }
    .footer:before,
    .footer:after {
        display: none;
    }
    .footer .row {
        padding: 0 25px;
    }
    .footer__top {
        margin-top: 107px;
        padding: 36px 0;
        height: auto;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
    .footer__logo {
        width: 187px;
        top: -74px;
        left: calc(50% - 93px);
        position: absolute;
    }
    .footer__lang {
        width: 100%;
        margin: 0;
    }
    .footer__email {
        margin: 15px auto 0;
    }
    .footer__base {
        padding: 36px 0 33px;
    }
    .footer__about,
    .footer__product {
        display: none;
    }
    .footer__contact {
        width: 100%;
        margin: 0;
    }
    .footer__contact h4 {
        display: none;
    }
    .footer__contact div {
        margin: 0;
    }
    .footer__contact div p {
        text-align: center;
    }
    .footer__contact ul li {
        padding: 0 10px;
    }
    .footer__contact ul li a {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .footer__contact ul li:nth-child(2n) a {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .footer__bottom {
        height: auto;
    }
    .footer__bottom a {
        width: 100%;
        height: 92px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer__bottom p {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        text-align: center;
        line-height: 62px;
        position: relative;
    }
    .footer__bottom p:before {
        content: "";
        position: absolute;
        width: 100vw;
        height: 1px;
        background: rgba(255, 255, 255, 0.1);
        top: 0;
        left: calc(50% - 50vw);
    }
    .mission {
        margin-top: 60px;
    }
    .facilities {
        margin-top: 50px;
    }
    .facilities__slider {
        width: calc(100% - 40px);
        margin: 17px 20px 0;
        padding: 0 0 60px;
    }
    .facilities__item div {
        margin-top: 18px;
    }
    .facilities__item div h4 {
        width: 100%;
        padding: 0;
        font-size: 20px;
    }
    .facilities__item div p {
        width: 100%;
        margin-top: 12px;
    }
    .title h2 {
        margin-top: 27px;
        font-size: 28px;
    }
    .title h2 br {
        display: none;
    }
    .title p br {
        display: none;
    }
    .road-map {
        margin-top: 60px;
        padding: 57px 0 0;
    }
    .road-map:before {
        width: 140px;
    }
    .road-map:after {
        width: 80px;
        bottom: 434px;
    }
    .road-map__pay a {
        height: 44px;
    }
    .road-map__map {
        width: calc(100% + 30px);
        margin: 60px -15px 0;
        border-radius: 0;
        height: 434px;
    }
    .press {
        margin-top: 50px 0 0;
    }
    .press__slider {
        width: calc(100% - 40px);
        margin: 30px auto 0;
    }
    .press__slider .slick-list {
        overflow: visible !important;
    }
    .press__slider-item {
        border-radius: 12px;
        overflow: hidden;
        height: auto;
    }
    .press__slider-item:not(.slick-active) div {
        opacity: 0;
    }
    .press__slider-item:not(.slick-active) img {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
    .press__slider-item img {
        display: block;
        position: relative;
        left: auto;
        top: auto;
        height: 245px;
        -webkit-transition: -webkit-transform 0.5s;
        transition: -webkit-transform 0.5s;
        -o-transition: transform 0.5s;
        transition: transform 0.5s;
        transition: transform 0.5s, -webkit-transform 0.5s;
    }
    .press__slider-item div {
        display: block;
        position: relative;
        bottom: auto;
        right: auto;
        width: 100%;
        border-radius: 0;
        margin: 0;
        max-width: 100%;
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
    .press__nav {
        display: none;
    }
    .bitumen {
        margin-top: 30px;
    }
    .bitumen__block {
        margin-top: 25px;
    }
    .bitumen__block h4 {
        width: 100%;
    }
    .bitumen__block div {
        width: 100%;
        margin-top: 10px;
    }
    .parameters {
        padding: 55px 0 50px;
    }
    .parameters:before {
        width: 140px;
    }
    .parameters:after {
        width: 80px;
    }
    .parameters__block {
        margin: 25px -15px 0;
        width: calc(100% + 30px);
        overflow-x: auto;
        overflow-y: hidden;
        border-radius: 0;
        border-left: 0;
        border-right: 0;
    }
    .parameters__block table tr th {
        font-size: 12px;
        padding: 5px 5px 5px 10px;
    }
    .parameters__block table tr th:first-child {
        padding-left: 15px;
    }
    .parameters__block table tr td {
        font-size: 12px;
        padding: 5px 5px 5px 10px;
    }
    .parameters__block table tr td:first-child {
        padding-left: 15px;
    }
    .benefits {
        margin-top: 50px;
    }
    .benefits__block {
        width: calc(100% - 40px);
        margin: 25px 20px 0;
    }
    .benefits__block .slick-list {
        overflow: visible !important;
    }
    .benefits__item {
        padding: 20px;
        height: auto;
        margin: 0 6px;
    }
    .benefits__item b {
        font-size: 20px;
    }
    .benefits__item p {
        margin-top: 2px;
        font-size: 16px;
    }
    .contact__block {
        width: calc(100% + 6px);
        margin: 15px -3px 0;
    }
    .contact__item {
        height: auto;
        margin: 6px 3px 0;
        width: calc(50% - 6px);
    }
    .contact__map {
        width: calc(100% + 30px);
        margin: 60px -15px 0;
        border-radius: 0;
    }
    .form {
        width: 100%;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .form .input,
    .form .select,
    .form .textarea,
    .form .file {
        margin: 9px 0 0;
        width: 100%;
    }
    .form .input.min,
    .form .select.min,
    .form .textarea.min,
    .form .file.min {
        width: 100%;
    }
    .form button {
        margin: 20px auto 0;
        min-width: 0;
    }
    .quest {
        margin-top: 0;
    }
    .quest__form {
        margin-top: 25px;
    }
    .modal__block {
        border-radius: 0;
    }
    .modal__img {
        display: none;
    }
    .modal__base {
        width: 100%;
        padding: 30px 15px 50px;
    }
    .modal__title h4 {
        font-size: 28px;
    }
    .modal__title p {
        font-size: 16px;
    }
    .modal__form {
        margin-top: 25px;
    }
    .footer__bottom p {
        padding-bottom: 30px;
    }
    .tiles .product__item.small {
        margin-bottom: 15px;
    }
    .tiles:last-child .product__item.small {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 767px) {
    .stats__item {
        width: calc(100% - 8px);
    }
    .contact__item {
        width: calc(100% - 6px);
    }
}
@media screen and (max-width: 425px) {
    .footer {
        background-size: auto 125px;
    }
}
.contact__item .website {
    margin-top: auto;
}
.contact__item .website a {
    display: inline;
    text-decoration: underline;
    color: #fff;
}
.contact__item .website *:last-child {
    margin-bottom: 0;
}

.syntex-global-contact {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 40px 0 48px 0;
}
.syntex-global-contact-box {
  padding: 30px 40px 26px 40px;
  text-align: center;
  background: #fff;
  max-width: 600px;
  width: 100%;
  box-shadow: 0 4px 32px rgba(0,0,0,0.04);
}
.syntex-global-contact-text {
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
  font-size: 1.18rem;
  color: #232323;
  margin-bottom: 8px;
  letter-spacing: 0.01em;
}
.syntex-global-contact-email {
  display: block;
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
  font-size: 2.35rem;
  font-weight: 700;
  color: #111;
  letter-spacing: 0.02em;
  text-decoration: none;
  margin: 0 auto;
  transition: color .13s, background .15s;
}
.syntex-global-contact-email span {
  color: #232323;
  font-weight: 600;
}
.syntex-global-contact-email:hover {
  color: #fff;
  background: #ff9800;
  border-radius: 6px;
  transition: all .13s;
}
@media (max-width: 700px) {
  .syntex-global-contact-box {
  padding: 22px 10px 20px 10px;
  max-width: 99vw;
  }
  .syntex-global-contact-email {
  font-size: 1.18rem;
  word-break: break-all;
  }
}

.syntex-contact-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 48px;
  margin: 54px auto 0 auto;
  max-width: 1000px;
  padding: 0 24px;
  box-sizing: border-box;
}

.syntex-contact-card {
  background: #232323;
  color: #fff;
  border-radius: 18px;
  box-shadow: 0 6px 32px rgba(0,0,0,0.13);
  padding: 38px 38px 36px 38px;
  min-width: 320px;
  max-width: 350px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
  font-size: 17px;
  transition: box-shadow .18s;
  justify-content: flex-start;
}

.syntex-contact-card:hover {
  box-shadow: 0 14px 50px rgba(0,0,0,0.22);
}

.syntex-contact-title {
  font-size: 1.22rem;
  font-weight: bold;
  color: #ff9800;
  margin-bottom: 2px;
  letter-spacing: 0.04em;
}

.syntex-contact-company {
  font-size: 1rem;
  margin-bottom: 7px;
  color: #fff;
  font-weight: 600;
}

.syntex-contact-link,
.syntex-contact-phone {
  color: #ff9800;
  font-weight: 500;
  margin-bottom: 2px;
  text-decoration: underline;
  font-size: 1rem;
  transition: color .14s;
  display: block;
  word-break: break-all;
}

.syntex-contact-link:hover,
.syntex-contact-phone:hover {
  color: #fff;
  background: #ff9800;
  border-radius: 6px;
  text-decoration: none;
  padding-left: 4px;
  transition: all .13s;
}

.syntex-contact-address {
  margin: 15px 0 15px 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1.38;
  letter-spacing: 0.01em;
}

.syntex-contact-more {
  color: #ff9800;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: underline;
  transition: color .14s;
}

.syntex-contact-more:hover {
  color: #fff;
  background: #ff9800;
  border-radius: 6px;
  text-decoration: none;
  padding-left: 4px;
}

.syntex-contact-map {
  display: flex;
  align-items: center;
  min-width: 340px;
  max-width: 440px;
  width: 100%;
  justify-content: center;
}

.syntex-contact-map iframe {
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.11);
  border: none;
  width: 100%;
  min-width: 310px;
  height: 350px;
  max-width: 630px;
}

@media (max-width: 950px) {
  .syntex-contact-container {
    flex-direction: column;
    align-items: center;
    gap: 28px;
  }
  .syntex-contact-card,
  .syntex-contact-map iframe {
    max-width: 96vw;
    min-width: 0;
    width: 100%;
  }
  .syntex-contact-card {
    align-items: center;
    text-align: center;
  }
}

.fulldescr {
  margin-top: 40px;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 1023px) {
  .fulldescr {
    font-size: 16px;
    line-height: 1.6;
  }
}