/* ==========================================================================
   FONTS
   ========================================================================== */
@font-face {
    font-family: 'TT Octosquares Expanded';
    src: url('../fonts/TTOctosquaresTrlExp-DBd.woff2') format('woff2'),
    url('../fonts/TTOctosquaresTrlExp-DBd.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Octosquares Expanded';
    src: url('../fonts/TTOctosquaresTrlExp-Rg.woff2') format('woff2'),
    url('../fonts/TTOctosquaresTrlExp-Rg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Octosquares Expanded';
    src: url('../fonts/TTOctosquaresTrlExp-Md.woff2') format('woff2'),
    url('../fonts/TTOctosquaresTrlExp-Md.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Blender Pro';
    src: url('../fonts/BlenderPro-Bold.woff2') format('woff2'),
    url('../fonts/BlenderPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Blender Pro';
    src: url('../fonts/BlenderPro-Medium.woff2') format('woff2'),
    url('../fonts/BlenderPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Blender Pro';
    src: url('../fonts/BlenderPro-Book.woff2') format('woff2'),
    url('../fonts/BlenderPro-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ==========================================================================
   NORMALIZE
   ========================================================================== */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    color: #222;
    font-size: 1em;
    line-height: 1.5;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html * {
    max-height: 1000000px;
}

body {
    margin: 0;
    position: relative;
    background: #010A17;
    min-width: 320px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
    border-radius: 0;
    -webkit-appearance: none;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
    border-radius: 0;
    -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.50);
    opacity: 1;
    transition: all 0.2s ease-out;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.50);
    opacity: 1;
    transition: all 0.2s ease-out;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: rgba(255, 255, 255, 0.50);
    opacity: 1;
    transition: all 0.2s ease-out;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.50);
    opacity: 1;
    transition: all 0.2s ease-out;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent;
}

/* ==========================================================================
   HELPER CLASSES
   ========================================================================== */
.container {
    margin: auto;
    width: 1310px;
    padding: 0 15px;
}

.hidden {
    display: none;
}

.unselectable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.wrapper {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

/*body::after{
	position:absolute;
	width:0;
	height:0;
	overflow:hidden;
	z-index:-1;
	content:
		url(../img/youtube-hover.svg)
		url(../img/telegram-hover.svg)
		url(../img/whatsapp-hover.svg);
}*/

#panel {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

/* ==========================================================================
   TITLE
   ========================================================================== */
.title {
    font-family: "TT Octosquares Expanded";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    display: flex;
}

.title_black {
    color: #010A17;
}

.title span {
    background: linear-gradient(132deg, #FFF 19.38%, rgba(255, 255, 255, 0.00) 108.68%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ==========================================================================
   GRADIENT
   ========================================================================== */
.bottom-bg {
    position: absolute;
    width: 1440px;
    height: 923px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../img/bg-bottom.jpg) no-repeat center;
    background-size: cover;
}

.bottom-gradient {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
}

.bottom-gradient__blue {
    position: absolute;
    transform: rotate(180deg) translate(250px);
    bottom: 0;
    left: 0;
    background: radial-gradient(50.27% 30.55% at 98.37% 1.6%, #5F9FFA 0%, rgba(64, 94, 148, 0.00) 100%);
    max-width: 1440px;
    width: 100%;
    height: 100%;
    max-height: 650px;
}

.bottom-gradient__full {
    position: absolute;
    transform: rotate(180deg) translate(-250px) scale(-1, 1);
    bottom: 0;
    right: 0;
    background: radial-gradient(45.6% 28.72% at 98.96% -1.9%, #64DBA7 0%, rgba(64, 94, 148, 0.00) 100%);
    max-width: 1440px;
    width: 100%;
    height: 100%;
    max-height: 650px;
}

.bottom-gradient__green {
    position: absolute;
    transform: rotate(180deg);
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 104, 255, 0.40) 0%, rgba(64, 94, 148, 0.00) 81.04%);
    mix-blend-mode: plus-lighter;
}

/* ==========================================================================
   BUTTON SELECT
   ========================================================================== */
.button-select {
    display: flex;
    margin: 0 -5px;
}

.button-select__item {
    color: #010A17;
    font-family: "Blender Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 5px;
    background: #E8EAED;
    flex-grow: 1;
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 50px;
    cursor: pointer;
    user-select: none;
    transition: all 0.2s ease-out;
}

.button-select__item:hover {
    background: #CFD2D7;
}

.button-select__item input {
    display: none;
}

.button-select__item.active:hover,
.button-select__item.active {
    color: #FFF;
    background: #06F;
    cursor: default;
}

/* ==========================================================================
   INFO
   ========================================================================== */
.info {
    border-radius: 5px;
    background: #E8EAED;
    padding: 16px 20px;
}

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

.info__row + .info__row {
    margin-top: 10px;
}

.info__name {
    color: rgba(0, 0, 0, 0.50);
    font-family: "Blender Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.info__value {
    color: #010A17;
    font-family: "Blender Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.info__value input {
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    color: #010A17;
    font-family: "Blender Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
    text-align: right;
    outline: none;
}

/* ==========================================================================
   PARAMS
   ========================================================================== */
.params {
    position: relative;
}

.params__row {
    flex-wrap: wrap;
    margin: -10px -5px 0;
    display: none;
}

.params__row.active {
    display: flex;
}

.params__col {
    padding: 0 5px;
    width: 50%;
    margin: 10px 0 0;
}

.params__item {
    border-radius: 5px;
    border: 1px solid #E8EAED;
    background: #E8EAED;
    color: #010A17;
    font-family: "Blender Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 90%;
    padding: 12px 34px 12px 16px;
    height: 100%;
    position: relative;
    user-select: none;
    cursor: pointer;
    transition: all 0.2s ease-out;
}

.params__item_success {
    border: 1px solid transparent;
    background: linear-gradient(#E8EAED 0 0) padding-box,
    linear-gradient(rgba(74, 201, 148, 0.6), rgba(232, 234, 237, 1)) border-box;
}

.params__item_success:hover {
    border-color: #4AC994;
}

.params__item_fail {
    border: 1px solid transparent;
    background: linear-gradient(#E8EAED 0 0) padding-box,
    linear-gradient(rgba(221, 75, 75, 0.6), rgba(232, 234, 237, 1)) border-box;
}

.params__item_fail:hover {
    border-color: #DD4B4B;
}

.params__item_success:after {
    content: '';
    position: absolute;
    top: 6px;
    right: 6px;
    width: 20px;
    height: 20px;
    background: url(../img/param-check.svg) no-repeat;
}

.params__item_fail:after {
    content: '';
    position: absolute;
    top: 6px;
    right: 6px;
    width: 20px;
    height: 20px;
    background: url(../img/param-fail.svg) no-repeat;
}

.params__block {
    padding: 15px 52px 0 24px;
    border-radius: 5px;
    margin-top: 10px;
    display: none;
}

.params__block.active {
    display: flex;
}

.params__block_fail {
    border: 1px solid transparent;
    background: linear-gradient(#f1e3e2 0 0) padding-box,
    linear-gradient(rgba(221, 75, 75, 0.6), rgba(221, 75, 75, 0.10)) border-box;
}

.params__block_success {
    border: 1px solid transparent;
    background: linear-gradient(#e7f1ec 0 0) padding-box,
    linear-gradient(rgba(74, 201, 148, 0.6), rgba(232, 234, 237, 1)) border-box;
}

.params__caption {
    color: #010A17;
    font-family: "Blender Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 90%;
    margin-bottom: 10px;
}

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

.params__data + .params__data {
    margin-top: 5px;
}

.params__name {
    color: rgba(0, 0, 0, 0.5);
    font-family: "Blender Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.params__value {
    color: #000;
    font-family: "Blender Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.params__left {
    margin-top: 4px;
}

.params__right {
    width: 194px;
    flex-shrink: 0;
    margin-left: 30px;
}

.params__img img {
    display: block;
    max-width: 100%;
    height: auto;
}

.params__right canvas {
    width: 100%;
    max-width: 330px;
}

.params__close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 24px;
    height: 24px;
    background: url(../img/param-close.svg) no-repeat;
    cursor: pointer;
    z-index: 1;
}

.params__label {
    position: absolute;
    top: -25px;
    right: 0;
    color: rgba(1, 10, 23, 0.50);
    text-align: right;
    font-family: "Blender Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 90%;
}

.params__label:after {
    content: '';
    top: -2px;
    left: -20px;
    position: absolute;
    width: 15px;
    height: 15px;
}

.params__block_fail .params__label {
    color: #DD4B4B;
}

.params__block_fail .params__label:after {
    background: url(../img/param-fail-mini.svg) no-repeat
}

.params__block_success .params__label {
    color: #4AC994;
}

.params__block_success .params__label:after {
    background: url(../img/param-check-mini.svg) no-repeat
}

.calc__schema {
    width: 731px;
    position: absolute;
    left: 550px;
    top: 33px;
}

.calc__schema img {
    display: block;
    max-width: 100%;
    height: auto;
}

.calc__schema-img {
    position: absolute;
    /*left: 18%;*/
    /*right: 11%;*/
    /*bottom: 7%;*/
    left: 8%;
    right: 8%;
    bottom: 8%;
}

.calc__schema-and-type {
    min-height: 250px;
}

/* ==========================================================================
   HEADER
   ========================================================================== */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px 0 0;
    z-index: 10;
}

.header__row {
    display: flex;
    height: 56px;
    position: relative;
}

.header__logo,
.header__block,
.header__phone {
    border-radius: 12px;
    border: 1px solid rgba(48, 75, 115, 0.20);
    background: #08162B;
    display: flex;
    align-items: center;
    transition: all 0.4s ease-out;
}

.header_light .header__logo,
.header_light .header__block,
.header_light .header__phone {
    border: 1px solid rgba(48, 75, 115, 0.20);
    background: #E8EAED;
}

.header__logo {
    padding: 0 28px;
    flex-shrink: 0;
}

.header__logo span {
    position: relative;
    display: block;
}

.header__logo img {
    display: block;
    opacity: 1;
    transition: all 0.4s ease-out;
}

.header__logo img + img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
}

.header_light .header__logo img {
    opacity: 0;
}

.header_light .header__logo img + img {
    opacity: 1;
}

.header__block {
    margin: 0 20px;
    flex-grow: 1;
    padding: 0 8px 0 30px;
}

.header__nav {
    color: rgba(255, 255, 255, 0.60);
    font-family: "Blender Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.header_light .header__nav {
    color: rgba(1, 10, 23, 0.60);
}

.header__nav ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.header__nav li + li {
    margin-left: 32px;
}

.header__nav a {
    color: rgba(255, 255, 255, 0.60);
    text-decoration: none;
    transition: all 0.2s ease-out;
}

.header_light .header__nav a {
    color: rgba(1, 10, 23, 0.60);
}

.header__nav a:hover,
.header__nav a.active {
    color: #FFF;
}

.header_light .header__nav a:hover,
.header_light .header__nav a.active {
    color: #010A17;
}

.header__links {
    margin-left: auto;
}

.links {
    display: flex;
}

.link {
    display: flex;
    width: 40px;
    height: 40px;
    padding-bottom: 2.5px;
    justify-content: space-between;
    align-items: center;
    border-radius: 12.5px;
    border: 0.833px solid #304B73;
    flex-shrink: 0;
    position: relative;
    font-size: 0;
}

.link:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0.6;
}

.header_light .link {
    border: 1px solid #C3CAD5;
    background: rgba(8, 22, 43, 0.10);
}

.header__links .link + .link {
    margin-left: 8.33px;
}

.link[href*="ozon"]:before {
    background: url(../img/ozon-white.svg) no-repeat;
    background-size: cover;
}

.link[href*="instagram"]:before,
.link[href*="soberizavod"]:before {
    width: 15px;
    height: 15px;
    background: url(../img/in.svg) no-repeat;
}

.header_light .link[href*="instagram"]:before,
.header_light .link[href*="soberizavod"]:before {
    background-image: url(../img/in-dark.svg);
    opacity: 1;
}

.link[href*="t.me"]:before {
    width: 30px;
    height: 30px;
    background: url(../img/tg.svg) no-repeat;
}

.header_light .link[href*="t.me"]:before {
    background-image: url(../img/tg-dark.svg);
    opacity: 1;
}

.header_light .link[href*="ozon"]:before {
    opacity: 1;
    background-image: url(../img/ozon-dark.svg);
}

.link[href*="youtube"]:before,
.link[href*="rutube"]:before {
    width: 30px;
    height: 20px;
    background: url(../img/yt.svg) no-repeat;
}

.header_light .link[href*="youtube"]:before,
.header_light .link[href*="rutube"]:before {
    background-image: url(../img/yt-dark.svg);
    opacity: 1;
}


.link[href^="/"] {
    background: #0066FF;
    border-color: #0066FF;
}

.link[href^="/"]:before {
    opacity: 1;
    width: 28px;
    height: 28px;
    background: url(../img/cart.svg) no-repeat;
}

.header__phone {
    padding: 0 20px;
    color: #FFF;
    font-family: "Blender Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-decoration: none;
}

.header_light .header__phone {
    color: #010A17;
}

.header__btn {
    display: none;
    width: 60px;
    height: 60px;
    border-radius: 12px;
    border: 1px solid rgba(48, 75, 115, 0.20);
    background: rgba(8, 22, 43, 0.90) url(../img/hamburger.svg) no-repeat center;
    backdrop-filter: blur(2px);
    cursor: pointer;
    transition: all 0.4s ease-out;
    order: 4;
}

.header_light .header__btn {
    border: 1px solid rgba(48, 75, 115, 0.20);
    background-color: #E8EAED;
    background-image: url(../img/hamburger-dark.svg);
}

.header__btn.active {
    background-image: url(../img/hamburger-close.svg);
}

.header_light .header__btn.active {
    background-image: url(../img/hamburger-close-dark.svg);
}

.header__navbar {
    position: absolute;
    left: 0;
    right: 0;
    top: 78px;
    display: none;
}

.navbar {
    border-radius: 12px;
    border: 1px solid rgba(48, 75, 115, 0.20);
    background: rgba(8, 22, 43, 0.90);
    backdrop-filter: blur(10px);
    padding: 40px;
    display: flex;
    transition: all 0.4s ease-out;
}

.header_light .navbar {
    border: 1px solid rgba(48, 75, 115, 0.20);
    background: #E8EAED;
}

.header_light .navbar__nav,
.header_light .navbar__nav a,
.header_light .navbar__label,
.header_light .navbar__value a,
.header_light .navbar__value {
    color: #010A17;
}

.header_light .button {
    border-color: #010A17;
    color: #010A17;
}

.header_light .button:after {
    background-image: url(../img/tb-black.svg);
}

.navbar__links {
    display: none;
}

.navbar__button {
    display: none;
}

.navbar__nav {
    color: rgba(255, 255, 255, 0.60);
    font-family: "Blender Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.navbar__nav ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.navbar__nav li + li {
    margin-top: 18px;
}

.navbar__nav a {
    color: rgba(255, 255, 255, 0.60);
    text-decoration: none;
}

.navbar__nav a:hover,
.navbar__nav a.active {
    color: #FFF;
}

.navbar__block {
    width: 164px;
    margin-left: auto;
}

.navbar__item + .navbar__item {
    margin-top: 10px;
}

.navbar__label {
    color: rgba(255, 255, 255, 0.60);
    font-family: "Blender Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 5px;
}

.navbar__value {
    color: #FFF;
    font-family: "Blender Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.navbar__value a {
    color: #FFF;
    text-decoration: none;
}

/* ==========================================================================
   MAIN
   ========================================================================== */
.main {
    padding: 150px 0;
    height: 1037px;
    /*background: url(../img/main-profile.png) no-repeat bottom center;*/
    /*background-size: auto 100%;*/
    overflow: hidden;
    position: relative;
}

.main__layer1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background: url(../img/main-layer1.webp) no-repeat bottom center;
    background-size: auto 100%;
}

.main__layer2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background: url(../img/main-layer2.webp) no-repeat bottom center;
    background-size: auto 100%;
}

.main__layer2-spline {
    position: absolute;
    left: 73px;
    right: 0;
    top: 219px;
    height: 100%;
}

.main__layer3 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background: url(../img/main-layer3-fill.png) no-repeat bottom center;
    background-size: auto 100%;
}

.main__button {
    position: absolute;
    bottom: 7.65%;
    left: 0;
    right: 0;
    margin: 0 auto;
    aspect-ratio: 1 / 1;
    height: 18.708%;
    background: url(../img/main-button.png) no-repeat center;
    background-size: 100%;
    animation: ripple 1500ms linear infinite;
}

@keyframes ripple {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.025);
    }
    100% {
        transform: scale(1);
    }
}

.main .container {
    position: relative;
    z-index: 1;
}

.main__title {
    text-align: center;
    color: #FFF;
    font-family: "TT Octosquares Expanded";
    font-size: 48px;
    font-style: normal;
    font-weight: bold;
    line-height: 120%;
}

.main__text {
    text-align: center;
    color: rgba(255, 255, 255, 0.50);
    font-family: "Blender Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    max-width: 672px;
    margin: 35px auto 0;
}

.main__text span {
    color: #FFF;
}

/* ==========================================================================
   SLIDER
   ========================================================================== */
.slider {
    position: relative;
    overflow: hidden;
}

.slider .bottom-gradient {
    display: none;
}

.slider__slide {
    position: relative;
    overflow: hidden;
}

.slider .owl-nav {
    display: none;
}

.slider__wrapper {
    padding: 205px 0 0;
    height: 650px;
    position: relative;
}

.slider__dots {
    position: absolute;
    left: 0;
    top: 130px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    height: 450px;
}

.slider__border {
    flex-grow: 1;
    border-left: 1px dashed rgba(255, 255, 255, 0.3);
}

.slider__dot {
    width: 30px;
    height: 30px;
    background: url(../img/steps-polygon-outline.svg) no-repeat center;
    color: #818285;
    font-family: "Blender Pro";
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.4px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    cursor: pointer;
    user-select: none;
}

.slider__dot[data-index="7"] ~ * {
    display: none;
}

.slider__dot.active {
    background-image: url(../img/steps-polygon.svg);
    color: #010A17;
}

.slider__caption {
    max-width: 480px;
    margin: -88px 0 35px 70px;
}

.strength {
    position: relative;
}

.strength .slider__caption {
    margin-left: 0;
}

.slider__table {
    width: 100%;
    color: #FFF;
    font-family: "Blender Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    display: none;
}

.slider__table.active {
    display: table;
}

.slider__table tr:first-child td {
    padding-top: 0;
}

.slider__table td:first-child {
    opacity: 0.5;
}

.slider__table td {
    padding-top: 15px;
}

.slider__table td + td {
    color: #4AC994;
    white-space: nowrap;
}

.slider__block {
    width: 570px;
    border-radius: 10px;
    border: 1px solid #304B73;
    background: url(../img/bg-dotted-2.png) repeat, rgba(8, 22, 43, 0.50);
    background-size: 100px 100px;
    box-shadow: 0 30px 30px 0 rgba(255, 255, 255, 0.05) inset;
    backdrop-filter: blur(10px);
    padding: 40px;
    margin-left: 70px;
    position: relative;
    z-index: 1;
}

.strength .slider__block {
    margin-left: 0;
}

.slider__title {
    font-family: "TT Octosquares Expanded";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    background: linear-gradient(163deg, #FFF 8.71%, rgba(255, 255, 255, 0.00) 154.31%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 11px;
    margin-bottom: 35px;
    max-width: 430px;
    position: relative;
}

.slider__title:after {
    content: '';
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.4;
    background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
}

.slider__name {
    color: #FFF;
    font-family: "Blender Pro";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    margin-bottom: 15px;
    max-width: 430px;
}

.slider__text {
    max-width: 409px;
    color: #DDD;
    font-family: "Blender Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.slider__text ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.slider__text ul li {
    padding-left: 21px;
    position: relative;
}

.slider__text ul li + li {
    margin-top: 11px;
}

.slider__text ul li:before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    left: 0;
    top: 8px;
    background: #4AC994;
    border-radius: 50%;
}

.slider__image {
    position: absolute;
}

.slider__image .owl-carousel {
    /*position: relative;*/
    /*left: -20px;*/
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 20px);
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 20px);
}

.slider__image img {
    display: block;
    max-width: 100%;
    height: auto;
}

.slider__image_pos5 img,
.slider__image_pos6 img,
.slider__image_pos7 img {
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 5%);
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 5%);
}

.slider__image_pos8 img {
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 5%);
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 5%);
}

.slider__image img + img {
    display: none;
}

.slider__image_pos0,
.slider__image_pos1 {
    width: 398px;
    bottom: 0;
    right: 70px;
}

.slider__image_pos2 {
    width: 398px;
    bottom: -8px;
    right: 72px;
}

.slider__image_pos3 {
    width: 378px;
    bottom: 0;
    right: 80px;
}

.slider__image_pos4 {
    width: 379px;
    bottom: 0;
    right: 90px;
}

.slider__image_pos5 {
    width: 973px;
    bottom: 0;
    right: -63px;
}

.slider__image_pos6 {
    width: 1033px;
    bottom: 0;
    right: -63px;
}

.slider__image_pos7 {
    width: 720px;
    bottom: 0;
    right: -80px;
}

/*.slider__image_pos8 {*/
/*    width: 661px;*/
/*    bottom: 143px;*/
/*    right: -80px;*/
/*}*/

.slider__image_pos8 {
    width: 786px;
    bottom: 139px;
    right: -185px;
}

.slider__range {
    bottom: 40px;
    right: 0;
    position: absolute;
}

.range__caption {
    color: rgba(255, 255, 255, 0.90);
    font-family: "Blender Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.range__caption_mobile {
    display: none;
}

.range__caption span {
    color: #4AC994;
}

.range__slider {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.range__slider .irs-bar-edge,
.range__slider .irs-max,
.range__slider .irs-min,
.range__slider .irs-single,
.range__slider .irs-bar {
    display: none;
}

.range__slider .irs-line {
    opacity: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    position: absolute;
}

.range__slider .irs {
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.range__slider .irs-slider {
    box-shadow: none;
    border: none;
    width: 62px;
    height: 54px;
    top: 50%;
    transform: translate(-18px, -50%);
    opacity: 0;
}

.range__slider .irs-slider[data-index="0"] {
    /*width: 24px;*/
    /*height: 24px;*/
    transform: translate(-18px, -50%);
}

.range__slider .irs-slider[data-index="1"] {
    /*width: 26px;*/
    /*height: 24px;*/
    transform: translate(-28px, -50%);
}

.range__slider .irs-slider[data-index="2"] {
    /*width: 30px;*/
    /*height: 26px;*/
    transform: translate(-35px, -50%);
}

.range__slider .irs-slider[data-index="3"] {
    /*width: 34px;*/
    /*height: 30px;*/
    transform: translate(-38px, -50%);
}

.range__slider .irs-slider[data-index="4"] {
    /*width: 42px;*/
    /*height: 38px;*/
    transform: translate(-35px, -50%);
}

.range__slider .irs-slider[data-index="5"] {
    /*width: 52px;*/
    /*height: 46px;*/
    transform: translate(-23px, -50%);
}

.range__slider .irs-slider[data-index="6"] {
    /*width: 62px;*/
    /*height: 54px;*/
    transform: translate(0, -50%);
}

.range__dots {
    display: flex;
    align-items: center;
    position: relative;
    width: 570px;
}

.range__border {
    flex-grow: 1;
    border: 1px dashed #FFF;
    opacity: 0.15;
}

.range__dot {
    cursor: pointer;
    flex-shrink: 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
}

.range__dot_pos1 {
    width: 24px;
    height: 24px;
    background-image: url(../img/polygon1.svg);
}

.range__dot_pos1.active {
    background-image: url(../img/polygon1-active.svg);
}

.range__dot_pos2 {
    width: 26px;
    height: 24px;
    background-image: url(../img/polygon2.svg);
}

.range__dot_pos2.active {
    background-image: url(../img/polygon2-active.svg);
}

.range__dot_pos3 {
    width: 30px;
    height: 26px;
    background-image: url(../img/polygon3.svg);
}

.range__dot_pos3.active {
    background-image: url(../img/polygon3-active.svg);
}

.range__dot_pos4 {
    width: 34px;
    height: 30px;
    background-image: url(../img/polygon4.svg);
}

.range__dot_pos4.active {
    background-image: url(../img/polygon4-active.svg);
}

.range__dot_pos5 {
    width: 42px;
    height: 38px;
    background-image: url(../img/polygon5.svg);
}

.range__dot_pos5.active {
    background-image: url(../img/polygon5-active.svg);
}

.range__dot_pos6 {
    width: 52px;
    height: 46px;
    background-image: url(../img/polygon6.svg);
}

.range__dot_pos6.active {
    background-image: url(../img/polygon6-active.svg);
}

.range__dot_pos7 {
    width: 62px;
    height: 54px;
    background-image: url(../img/polygon7.svg);
}

.range__dot_pos7.active {
    background-image: url(../img/polygon7-active.svg);
}

.range__dot + .range__dot {
    margin-left: 50px;
}

.slider__image .owl-dots,
.slider__image .owl-nav {
    display: none;
}

.range {
    user-select: none;
}

/* ==========================================================================
   GALLERY
   ========================================================================== */
.gallery {
    padding: 140px 0 35px;
    overflow: hidden;
    position: relative;
    /*display: none;*/
}

.gallery__item.bx-context-toolbar-empty-area {
    background: none !important;
}

.slider__slide .gallery {
    display: block;
}

.gallery.active {
    display: block;
}

.slider .gallery {
    display: block;
}

.gallery__row {
    display: flex;
    position: relative;
}

.gallery__left {
    width: 620px;
    flex-shrink: 0;
}

.gallery__text {
    margin: 25px 0 0;
    color: #DDD;
    font-family: "Blender Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    max-width: 463px;
}

.gallery__block {
    max-width: 506px;
    background: url(../img/bg-dotted-2.png) repeat, rgba(8, 22, 43, 0.10);
    background-size: 100px 100px;
    border: 1px solid #304B73;
    box-shadow: 0px 30px 30px 0px rgba(255, 255, 255, 0.05) inset;
    backdrop-filter: blur(15px);
    border-radius: 10px;
    margin: 35px 0 0;
    padding: 30px 30px 15px;
}

.gallery__caption {
    color: #DDD;
    font-family: "Blender Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 15px;
}

.gallery__description {
    color: #DDD;
    font-family: "Blender Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

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

.gallery__description ul li {
    padding-left: 16px;
    position: relative;
}

.gallery__description ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 6px;
    height: 6px;
    background: #4AC994;
    border-radius: 50%;
}

.gallery__right {
    width: 10000px;
    flex-shrink: 0;
    position: relative;
    left: -72px;
    overflow: hidden;
    padding-top: 79px;
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 20px);
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 20px);
}

.gallery__carousel {
    width: 590px;
}

.gallery__item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.gallery .owl-nav {
    position: absolute;
    right: -141px;
    top: -77px;
    display: flex;
}

.gallery .owl-prev {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #4AC994;
    background: url(../img/prev.svg) no-repeat center;
    font-size: 0;
    transition: all 0.2s ease-out;
}

.gallery .owl-next {
    margin-left: 15px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #4AC994;
    background: url(../img/next.svg) no-repeat center;
    font-size: 0;
    transition: all 0.2s ease-out;
}

.gallery .owl-prev:not(.disabled):hover,
.gallery .owl-next:not(.disabled):hover {
    background-color: #4AC994;
}

.gallery .owl-prev.disabled,
.gallery .owl-next.disabled {
    opacity: 0.5;
    cursor: default !important;
}

.gallery .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.gallery .owl-dots {
    display: none;
    margin-top: 30px;
}

.gallery .owl-dot {
    flex-shrink: 0;
    width: 15px;
    height: 15px;
    background: url(../img/gallery-dot.svg?v=1) no-repeat;
    padding: 0;
    border: none;
}

.gallery .owl-dot.active {
    background-image: url(../img/gallery-dot-active.svg);
}

.gallery .owl-dot + .owl-dot {
    margin-left: 20px;
}

/* ==========================================================================
   CATALOG
   ========================================================================== */
.catalog {
    background: #F4F4F4;
    padding: 146px 0 35px;
    overflow: hidden;
    opacity: 0;
}

.catalog.active {
    opacity: 1;
}

.catalog .title {
    margin-bottom: 29px;
}

.catalog__carousel .owl-carousel .owl-stage {
    display: flex;
}

.product {
    height: 100%;
}

.product {
    border-radius: 10px;
    background: #E8EAED;
    padding: 25px 35px;
}

.product.bx-context-toolbar-empty-area {
    background: #E8EAED !important;
}

.product__name {
    color: #010A17;
    text-align: center;
    font-family: "Blender Pro";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 3px;
}

.product__name a {
    color: #010A17;
    text-decoration: none;
}

.product__label {
    color: #010A17;
    text-align: center;
    font-family: "Blender Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.product__img {
    margin: 25px 0 0;
    position: relative;
}

.product__img img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.2s ease-out;
}

.product__img img + img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
}

.product__button {
    margin-top: 30px;
}

.product__link {
    margin-top: 15px;
    color: #010A17;
    text-align: center;
    font-family: "Blender Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.product__link a {
    color: #010A17;
    text-underline-offset: 3px;
    text-decoration-thickness: 0.5px;
    transition: all 0.2s ease-out;
}

.product__link a:hover {
    color: #06f;
}

.product__link a:active {
    color: #010A17;
    opacity: 0.5;
}

.catalog__carousel {
    max-width: 1130px;
}

.catalog .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.catalog__wrapper {
    position: relative;
}

.catalog .owl-nav {
    position: absolute;
    right: -150px;
    top: -74px;
    display: flex;
}

.catalog .owl-prev {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #4AC994;
    background: url(../img/prev-black.svg) no-repeat center;
    font-size: 0;
    transition: all 0.2s ease-out;
}

.catalog .owl-next {
    margin-left: 15px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #4AC994;
    background: url(../img/next-black.svg) no-repeat center;
    font-size: 0;
    transition: all 0.2s ease-out;
}

.catalog .owl-prev.disabled,
.catalog .owl-next.disabled {
    opacity: 0.5;
    cursor: default !important;
}

.catalog .owl-prev:not(.disabled):hover {
    background-image: url(../img/prev-green.svg);
}

.catalog .owl-next:not(.disabled):hover {
    background-image: url(../img/next-green.svg);
}

.catalog .owl-prev:active,
.catalog .owl-next:active {
    background-color: #4AC994;
}

.catalog .owl-prev:active {
    background-image: url(../img/prev-black.svg);
}

.catalog .owl-next:active {
    background-image: url(../img/next-black.svg);
}

.catalog .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.catalog__button {
    width: 260px;
    position: absolute;
    right: 150px;
    top: -6px;
}

/* ==========================================================================
   CARD
   ========================================================================== */
.catalog-wrapper {
    position: relative;
    z-index: 1;
}

.card {
    background: #F4F4F4;
    padding: 146px 0 38px;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.card__wrapper {
    position: relative;
}

.card__close {
    user-select: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #010A17;
    background: url(../img/close.svg) no-repeat center;
    transition: all 0.2s ease-out;
}

.card__close:hover {
    border-color: #0066FF;
    background-image: url(../img/close-blue.svg);
}

.card__close:active {
    background-color: #0066FF;
    background-image: url(../img/close-white.svg);
}

.card__caption {
    color: #010A17;
    font-family: "TT Octosquares Expanded";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 5px;
}

.card__code {
    color: #7A7A7A;
    font-family: "Blender Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.card__row {
    display: flex;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #CED0D3;
}

.card__left {
    width: 440px;
    flex-shrink: 0;
}

.card__img .owl-dots {
    display: none;
}

.card__img .owl-nav {
    position: absolute;
    right: 15px;
    bottom: 15px;
    display: flex;
}

.card__img .owl-prev {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #4AC994;
    background: url(/local/templates/lp/css/../img/prev-black.svg) no-repeat center;
    font-size: 0;
    transition: all 0.2s ease-out;
}

.card__img .owl-next {
    margin-left: 15px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #4AC994;
    background: url(/local/templates/lp/css/../img/next-black.svg) no-repeat center;
    font-size: 0;
    transition: all 0.2s ease-out;
}

.card__img .owl-prev:hover {
    background-image: url(/local/templates/lp/css/../img/prev-green.svg);
}

.card__img .owl-next:hover {
    background-image: url(/local/templates/lp/css/../img/next-green.svg);
}

.card__img .owl-prev:active,
.card__img .owl-next:active {
    background-color: #4AC994;
}

.card__img .owl-prev:active {
    background-image: url(/local/templates/lp/css/../img/prev-black.svg);
}

.card__img .owl-next:active {
    background-image: url(/local/templates/lp/css/../img/next-black.svg);
}

.card__img .owl-stage-outer {
    background: #FFF;
    border-radius: 10px;
}

.card__img a {
    display: flex;
    height: 380px;
    align-items: center;
    justify-content: center;
}

.card__img img {
    display: block;
    max-width: 100%;
    max-height: 380px;
    margin: auto;
}

.card__previews-carousel {
    margin-top: 10px;
    padding-right: 69px;
    overflow: hidden;
    position: relative;
}

.card__previews-carousel_full {
    padding-right: 0;
}

.card__previews-carousel:after {
    content: '';
    position: absolute;
    width: 91px;
    right: -56px;
    top: -4px;
    bottom: -4px;
    background: linear-gradient(90deg, rgba(244, 244, 244, 0.00) 0%, #F4F4F4 32.56%);
    z-index: 1;
}

.card__previews-carousel_full:after {
    display: none;
}

.card__previews-carousel .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.card__previews-carousel .owl-carousel .owl-stage,
.card__img .owl-carousel .owl-stage {
    display: flex;
    width: 10000px;
}

.card__previews-carousel .owl-item {
    width: 139px;
    margin-right: 10px;
}

.card__img .owl-carousel .owl-item {
    width: 439px;
}

.card__gallery-hidden {
    display: none;
}

.card__previews-item {
    background: #FFF;
    border-radius: 10px;
    overflow: hidden;
}

.card__previews-item a {
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card__previews-item img {
    display: block;
    max-width: 100%;
    max-height: 110px;
    margin: auto;
}

.card__previews {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.card__previews-col {
    width: 33.333%;
    margin: 10px 0 0;
    padding: 0 5px;
}

.card__center {
    width: 390px;
    margin-left: 50px;
}

.card__label {
    color: rgba(0, 0, 0, 0.50);
    font-family: "Blender Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}

.card__description {
    color: #000;
    font-family: "Blender Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 30px;
    min-height: 318px;
}

.card__description span {
    font: inherit !important;
    line-height: inherit !important;
    background: transparent !important;
}

.card__description a {
    color: #000;
    transition: all 0.2s ease-out;
}

.card__description a:hover {
    color: #06F;
}

.card__price {
    color: #06F;
    font-family: "TT Octosquares Expanded";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.card__buy {
    margin-top: 20px;
}

.card__right {
    width: 360px;
    margin-left: auto;
}

.card__info {
    border-radius: 5px;
    background: #E8EAED;
    padding: 16px 24px;
}

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

.card__data + .card__data {
    margin-top: 3px;
}

.card__name {
    color: rgba(0, 0, 0, 0.50);
    font-family: "Blender Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.card__value {
    color: #010A17;
    font-family: "Blender Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.card__block {
    margin-top: 20px;
}

.card__params img {
    display: block;
    max-width: 100%;
    height: auto;
}

.card__buttons {
    display: flex;
    margin: 40px -5px 0;
}

.card__button {
    color: #010A17;
    font-family: "Blender Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    border-radius: 5px;
    border: 1px solid #010A17;
    text-decoration: none;
    flex-grow: 1;
    text-align: center;
    height: 50px;
    display: flex;
    align-items: center;
    margin: 0 5px;
    padding: 0 15px;
    transition: all 0.2s ease-out;
}

.card__button:hover {
    border-color: #06F;
    color: #06F;
}

.card__button_calc:before {
    content: '';
    display: inline-block;
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    background: url(../img/card-calc.svg) no-repeat;
    margin-right: 10px;
    transition: all 0.2s ease-out;
}

.card__button_file:before {
    content: '';
    display: inline-block;
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    background: url(../img/card-file.svg) no-repeat;
    margin-right: 10px;
    transition: all 0.2s ease-out;
}

.card__button_calc:hover:before {
    background-image: url(../img/card-calc-blue.svg);
}

.card__button_file:hover:before {
    background-image: url(../img/card-file-blue.svg);
}

.card__button:active {
    background-color: #06F;
    color: #fff;
}

.card__button_calc:active:before {
    background-image: url(../img/card-calc-white.svg);
}

.card__button_file:active:before {
    background-image: url(../img/card-file-white.svg);
}

.card__popups {
    display: none;
}

/* ==========================================================================
   POPUP
   ========================================================================== */
.popups {
    display: none;
}

.popup {
    max-width: 570px;
    margin: 30px auto;
    padding: 20px;
    background: #fff;
    position: relative;
}

.popup__close,
.popup button.mfp-close {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #010A17;
    background: url(../img/close.svg) no-repeat center;
    transition: all 0.2s ease-out;
    font-size: 0;
}

.popup button.mfp-close:hover,
.popup__close:hover {
    border-color: #0066FF;
    background-image: url(../img/close-blue.svg);
}

.popup button.mfp-close:active,
.popup__close:active {
    border-color: #0066FF;
    background-color: #0066FF;
    background-image: url(../img/close-white.svg);
}

.popup__code {
    color: #7A7A7A;
    font-family: "Blender Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 5px;
}

.popup__name {
    color: #010A17;
    font-family: "TT Octosquares Expanded";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding-bottom: 15px;
    border-bottom: 1px solid #CED0D3;
    margin-bottom: 30px;
    padding-right: 120px;
}

.popup__caption {
    color: #010A17;
    font-family: "Blender Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 15px;
}

.files {
    display: flex;
    flex-wrap: wrap;
    margin: -12px -6px 0;
}

.files__col {
    width: 25%;
    padding: 0 6px;
    margin: 12px 0 0;
}

.files__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    height: 120px;
    border-radius: 10px;
    border: 2px solid rgba(8, 22, 43, 0.04);
    color: #010A17;
    text-align: center;
    font-family: "Blender Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.56px;
    transition: all 0.2s ease-out;
}

.files__item:hover {
    border-color: #06F;
    background-color: #06F;
    color: #fff;
}

.files__item:before {
    transition: all 0.2s ease-out;
}

.files__item[href$='.PDF']:before,
.files__item[href$='.pdf']:before {
    content: '';
    width: 31px;
    height: 44px;
    background: url(../img/pdf.svg) no-repeat;
    background-size: 100% auto;
    margin-bottom: 10px;
}

.files__item[href$='.PDF']:hover:before,
.files__item[href$='.pdf']:hover:before {
    background-image: url(../img/pdf-white.svg);
}

.files__item[href$='.PDF']:after,
.files__item[href$='.pdf']:after {
    content: '.pdf';
}

.files__item[href$='.STEP']:before,
.files__item[href$='.step']:before {
    content: '';
    width: 31px;
    height: 44px;
    background: url(../img/step.svg) no-repeat;
    background-size: 100% auto;
    margin-bottom: 10px;
}

.files__item[href$='.STEP']:hover:before,
.files__item[href$='.step']:hover:before {
    background-image: url(../img/step-white.svg);
}

.files__item[href$='.STEP']:after,
.files__item[href$='.step']:after {
    content: '.step';
}

.files__item[href$='.SLDPRT']:before,
.files__item[href$='.sldprt']:before {
    content: '';
    width: 31px;
    height: 44px;
    background: url(../img/sldrpt.svg) no-repeat;
    background-size: 100% auto;
    margin-bottom: 10px;
}

.files__item[href$='.SLDPRT']:hover:before,
.files__item[href$='.sldprt']:hover:before {
    background-image: url(../img/sldrpt-white.svg);
}

.files__item[href$='.SLDPRT']:after,
.files__item[href$='.sldprt']:after {
    content: '.sldrpt';
}

.files__item[href$='.DWG']:before,
.files__item[href$='.dwg']:before {
    content: '';
    width: 31px;
    height: 44px;
    background: url(../img/dwg.svg) no-repeat;
    background-size: 100% auto;
    margin-bottom: 10px;
}

.files__item[href$='.DWG']:hover:before,
.files__item[href$='.dwg']:hover:before {
    background-image: url(../img/dwg-white.svg);
}

.files__item[href$='.DWG']:after,
.files__item[href$='.dwg']:after {
    content: '.dwg';
}

.files__item[href$='.SLDDRW']:before,
.files__item[href$='.slddrw']:before {
    content: '';
    width: 31px;
    height: 44px;
    background: url(../img/slddrw.svg) no-repeat;
    background-size: 100% auto;
    margin-bottom: 10px;
}

.files__item[href$='.SLDDRW']:hover:before,
.files__item[href$='.slddrw']:hover:before {
    background-image: url(../img/slddrw.svg);
}

.files__item[href$='.SLDDRW']:after,
.files__item[href$='.slddrw']:after {
    content: '.slddrw';
}

.popup_delivery {
    max-width: 980px;
}

.popup_delivery-result {
    max-width: 980px;
}

.popup_delivery-form {
    max-width: 477px;
}

/* ==========================================================================
   DELIVERY
   ========================================================================== */
.delivery__title {
    color: #010A17;
    font-family: "Blender Pro";
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 90%;
    margin-bottom: 10px;
}

.delivery__text {
    color: #6A7077;
    font-family: "Blender Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 20px;
}

.delivery__hr {
    margin: 20px 0;
    background: #E6E7E9;
    height: 1px;
}

.delivery__row {
    display: flex;
    flex-wrap: wrap;
    margin: -15px -30px 0;
}

.delivery__col {
    width: 50%;
    margin: 15px 0 0;
    padding: 0 30px;
}

.autocomplete {
    position: relative;
    z-index: 1;
}

.autocomplete input {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 15px;
    align-self: stretch;
    border-radius: 5px;
    background: #EFF1F4;
    color: #000;
    font-family: "Blender Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    outline: none;
    position: relative;
    z-index: 1;
    border: 1px solid #EFF1F4;
}

.autocomplete input.error {
    border-color: #f00;
}

.autocomplete input:focus {
    border-color: #E6E7E9;
}

.autocomplete input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.30);
}

.autocomplete input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.30);
}

.autocomplete input:-moz-placeholder {
    color: rgba(0, 0, 0, 0.30);
}

.autocomplete input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.30);
}

.autocomplete input:focus::-webkit-input-placeholder {
    color: transparent;
}

.autocomplete input:focus::-moz-placeholder {
    color: transparent;
}

.autocomplete input:focus:-moz-placeholder {
    color: transparent;
}

.autocomplete input:focus:-ms-input-placeholder {
    color: transparent;
}

.autocomplete input:focus ~ .autocomplete__items:not(.autocomplete__items_empty) {
    opacity: 1;
    visibility: visible;
}

.autocomplete__items {
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    border-radius: 5px;
    border: 1px solid #E6E7E9;
    background: #FFF;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.10);
    padding: 29px 0 16px;
    color: #000;
    font-family: "Blender Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    user-select: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-out;
}

.autocomplete__item {
    cursor: pointer;
    padding: 4px 15px;
    transition: all 0.2s ease-out;
}

.autocomplete__item:hover {
    color: #06F;
}

.delivery__caption {
    color: #010A17;
    font-family: "Blender Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 90%;
    margin-bottom: 15px;
}

.delivery__dimensions {
    display: flex;
    align-items: flex-end;
}

.delivery__separator {
    height: 36px;
    width: 28px;
    flex-shrink: 0;
    background: url(../img/separator.svg) no-repeat center;
}

.delivery__dimension {
    flex-grow: 1;
}

.loader {
    width: 150px;
    margin: auto;
}

.loader img {
    display: block;
    width: 100%;
    height: auto;
}

.delivery__table {
    width: 100%;
}

.delivery__logo {
    vertical-align: middle;
    width: 60px;
    height: 32px;
    border-radius: 5px;
    border: 1px solid #E6E7E9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.delivery__logo img {
    display: block;
    width: 100%;
    height: auto;
}

.delivery__table th {
    color: rgba(0, 0, 0, 0.50);
    font-family: "Blender Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.delivery__table td {
    border-bottom: 1px solid #E6E7E9;
    padding: 15px 0;
    color: #000;
    font-family: "Blender Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.delivery__hidden {
    vertical-align: middle;
    display: inline-block;
    color: #010A17;
    font-family: "Blender Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    opacity: 0.3;
    position: relative;
    top: 2px;
}

.delivery__rub {
    vertical-align: middle;
    display: inline-block;
    width: 10px;
    height: 11px;
    background: url(../img/rub-icon.svg) no-repeat;
    position: relative;
    top: 2px;
}

.delivery__form {
    margin-top: 28px;
    border-radius: 10px;
    border: 2px solid #F5F6F7;
    background: #F5F6F7;
    padding: 30px 20px;
}

.inlet-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.inlet {
    display: block;
    width: 100%;
    height: 36px;
    border-radius: 5px;
    background: #EFF1F4;
    border: 1px solid #EFF1F4;
    padding: 0 39px 0 14px;
    outline: none;
    color: #000;
    font-family: "Blender Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.inlet.error {
    border-color: #f00;
}

.inlet-wrapper_label:after {
    content: attr(data-label);
    position: absolute;
    display: flex;
    align-items: center;
    right: 15px;
    top: 0;
    bottom: 0;
    color: rgba(0, 0, 0, 0.40);
    font-family: "Blender Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.inlet-wrapper_rub:after {
    content: '';
    position: absolute;
    right: 15px;
    width: 10px;
    height: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: url(../img/rub.svg) no-repeat;
}

.delivery__line + .delivery__line {
    margin-top: 15px;
}

.delivery__address {
    position: relative;
}

.delivery__address:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 23px;
    height: 50px;
    background: url(../img/direction.svg) no-repeat center;
}

.radio__row {
    display: flex;
    flex-wrap: wrap;
    margin: -15px -10px 0;
}

.radio__col {
    width: 50%;
    margin: 15px 0 0;
    padding: 0 10px;
}

.radio__item {
    display: block;
}

.radio__item input {
    display: none;
}

.radio__item span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #010A17;
    font-family: "Blender Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    height: 36px;
    border-radius: 5px;
    background: #EFF1F4;
    cursor: pointer;
}

.radio__item input:checked + span {
    background: #06F;
    color: #FFF;
    cursor: default;
}

.delivery__check-row {
    display: flex;
}

.delivery__check-col:first-child {
    flex-grow: 1;
}

.delivery__check-col + .delivery__check-col {
    margin-left: 15px;
    width: 100px;
    flex-shrink: 0;
}

.checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #EFF1F4;
    height: 36px;
    cursor: pointer;
}

.checkbox input {
    display: none;
}

.checkbox i {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    background: url(../img/checkbox.svg) no-repeat;
    position: relative;
}

.checkbox input:checked + i:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 7px;
    background: url(../img/checkbox-mark.svg) no-repeat;
}

.delivery__inputs {
    display: flex;
    margin: -10px -5px 0;
}

.delivery__input {
    padding: 0 5px;
    margin: 10px 0 0;
    width: 30%;
}

.delivery__input:last-child {
    width: 40%;
}

.input-field {
    display: block;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #C3CAD5;
    background: #FFF;
    height: 50px;
    color: #000;
    font-family: "Blender Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 0 15px;
    outline: none;
}

.input-field.error {
    border-color: #f00;
}

.input-field::-webkit-input-placeholder {
    color: #000;
    opacity: 0.6;
}

.input-field::-moz-placeholder {
    color: #000;
    opacity: 0.6;
}

.input-field:-moz-placeholder {
    color: #000;
    opacity: 0.6;
}

.input-field:-ms-input-placeholder {
    color: #000;
    opacity: 0.6;
}

.input-field:focus::-webkit-input-placeholder {
    color: transparent;
}

.input-field:focus::-moz-placeholder {
    color: transparent;
}

.input-field:focus:-moz-placeholder {
    color: transparent;
}

.input-field:focus:-ms-input-placeholder {
    color: transparent;
}

.delivery__buttons {
    display: flex;
    flex-wrap: wrap;
    margin: -15px -10px 0;
}

.delivery__button {
    width: 50%;
    margin: 15px 0 0;
    padding: 0 10px;
}

/* ==========================================================================
   CALC
   ========================================================================== */
.calc {
    background: #F4F4F4;
    padding: 116px 0 46px;
    overflow: hidden;
    display: none;
}

.calc__block {
    position: relative;
}

.calc__close {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #010A17;
    background: url(../img/close.svg) no-repeat center;
    transition: all 0.2s ease-out;
}

.calc__close:hover {
    border-color: #0066FF;
    background: #0066FF url(../img/close-white.svg) no-repeat center;
}

.calc .title {
    margin-bottom: 20px;
}

.calc__wrapper {
    max-width: 510px;
    position: relative;
}

.label {
    color: rgba(0, 0, 0, 0.50);
    font-family: "Blender Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 5px;
}

.select {
    position: relative;
    z-index: 5;
    user-select: none;
}

.select select {
    display: none;
}

.select__items {
    position: absolute;
    left: 0;
    top: 46px;
    right: 0;
    border-radius: 0 0 5px 5px;
    background: #E8EAED;
    padding-bottom: 4px;
    max-height: 294px;
    overflow-y: auto;
    display: none;
    scrollbar-width: thin;
    scrollbar-color: #06F transparent;
    scrollbar-color: transparent transparent;
}

.select__items::-webkit-scrollbar {
    width: 5px;
}
.select__items::-webkit-scrollbar-track {
    background: transparent;
}
.select__items::-webkit-scrollbar-thumb {
    background-color: #06F;
    background-color: transparent;
    border-radius: 5px;
    border: 3px solid transparent;
}

.select__item {
    padding: 10.5px 15px 10px;
    color: #000;
    font-family: "Blender Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease-out;
}

.select__item:hover,
.select__item_selected {
    color: #06F;
}

.select__item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    height: 1px;
    background: rgba(1, 10, 23, 0.2);
}

.select__value {
    padding: 0 35px 0 15px;
    height: 50px;
    color: #000;
    font-family: "Blender Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    border-radius: 5px;
    background: #E8EAED;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.select__value:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 6px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 12px;
    background: url(../img/down.svg) no-repeat;
    transition: all 0.2s ease-out;
}

.select:hover .select__value:after {
    background-image: url(../img/down-blue.svg);
}

.select__value.active:after {
    background-image: url(../img/down-blue.svg);
    transform: rotate(180deg);
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    background: #E8EAED url(../img/select.svg) no-repeat right center;
    color: #000;
    font-family: "Blender Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: 1px solid #E8EAED;
    padding: 0 40px 0 15px;
    outline: none;
}

.field-wrapper {
    display: block;
    position: relative;
}

.field {
    display: block;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    background: #E8EAED;
    border: 1px solid #E8EAED;
    padding: 0 50px 0 15px;
    color: #000;
    font-family: "Blender Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    outline: none;
}

.field::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.40);
}

.field::-moz-placeholder {
    color: rgba(0, 0, 0, 0.40);
}

.field:-moz-placeholder {
    color: rgba(0, 0, 0, 0.40);
}

.field:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.40);
}

.field:focus::-webkit-input-placeholder {
    color: transparent;
}

.field:focus::-moz-placeholder {
    color: transparent;
}

.field:focus:-moz-placeholder {
    color: transparent;
}

.field:focus:-ms-input-placeholder {
    color: transparent;
}

.field-wrapper:after {
    content: attr(data-measure);
    display: flex;
    align-items: center;
    position: absolute;
    width: 35px;
    right: 0;
    top: 0;
    bottom: 0;
    color: rgba(0, 0, 0, 0.40);
    font-family: "Blender Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.calc__profile {
    margin-bottom: 15px;
}

.calc__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.calc__col {
    padding: 0 10px;
}

.calc__col_length {
    width: 30%;
}

.calc__col_load {
    width: 30%;
}

.calc__col_direction-of-force {
    width: 40%;
}

.calc__fields {
    margin-bottom: 20px;
}

.calc__info {
    margin-bottom: 20px;
}

/* ==========================================================================
   STEPS
   ========================================================================== */
.steps {
    padding: 140px 0 93px;
    position: relative;
    overflow: hidden;
    /*background: url(../img/bg-steps.jpg) no-repeat center;*/
    /*background-size: auto 100%;*/
}

.steps__carousel {
    margin: 0 -15px;
}

.steps__wrapper {
    position: relative;
}

.steps__wrapper:before {
    content: '';
    position: absolute;
    bottom: 18px;
    left: 68px;
    width: 1012px;
    height: 548px;
    background: url(../img/map.png) no-repeat;
    background-size: cover;
}

.steps .title {
    position: relative;
    margin-bottom: 35px;
}

.steps .owl-carousel .owl-stage {
    display: flex;
}

.steps__item {
    padding: 30px 30px 35px;
    background: url(../img/bg-dotted-2.png) repeat, rgba(8, 22, 43, 0.10);
    background-size: 100px 100px;
    border: 1px solid #304B73;
    box-shadow: 0px 30px 30px 0px rgba(255, 255, 255, 0.05) inset;
    backdrop-filter: blur(10px);
    border-radius: 10px;
    height: 100%;
}

.steps__caption {
    color: #FFF;
    font-family: "Blender Pro";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    margin-bottom: 20px;
}

.steps__text {
    color: #DDD;
    font-family: "Blender Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.steps__icon {
    margin-bottom: 20px;
}

.steps__icon img {
    display: block;
    width: 20px;
    height: 20px;
}

.steps__button {
    position: absolute;
    right: 5px;
    top: 0;
    width: 299px;
}

.steps__button .button {
    padding: 12px 5px;
}

.steps__dots {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1009px;
    margin: 30px auto 0;
    position: relative;
}

.steps__border {
    flex-grow: 1;
    border-top: 1px dashed rgba(255, 255, 255, 0.3);
}

.steps__dot {
    width: 30px;
    height: 30px;
    background: url(../img/steps-polygon-outline.svg) no-repeat center;
    color: #818285;
    font-family: "Blender Pro";
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.4px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    /*backdrop-filter: blur(2px);*/
}

.steps__dot.active {
    background-image: url(../img/steps-polygon.svg);
    color: #010A17;
}

.steps .owl-nav {
    display: none;
}

.steps .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.steps .owl-dots {
    display: none;
    justify-content: center;
    margin-top: 20px;
}

.steps .owl-dot {
    flex-shrink: 0;
    width: 15px;
    height: 13px;
    background: url(../img/steps-dot.svg?v=1) no-repeat;
    transition: all 0.2s ease-out;
    padding: 0;
    border: none;
}

.steps .owl-dot.active {
    background-image: url(../img/steps-dot-active.svg);
}

.steps .owl-dot + .owl-dot {
    margin-left: 20px;
}

/* ==========================================================================
   GRAB
   ========================================================================== */
.grab {
    padding: 135px 0 69px;
    position: relative;
}

.grab__block {
    background: url(../img/bg-dotted-2.png) repeat, rgba(8, 22, 43, 0.10);
    background-size: 100px 100px;
    border: 1px solid #304B73;
    box-shadow: 0px 30px 30px 0px rgba(255, 255, 255, 0.05) inset;
    backdrop-filter: blur(15px);
    border-radius: 10px;
    padding: 50px 50px 46px 50px;
    display: flex;
    align-self: center;
}

.grab__block:after {
    content: '';
    position: absolute;
    left: 499px;
    bottom: 0;
    height: 521px;
    width: 322px;
    background: url(../img/grab-profile.webp) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.grab__text {
    color: #DDD;
    font-family: "Blender Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-top: 35px;
}

.grab__left {
    width: 480px;
    position: relative;
    z-index: 1;
}

.grab__button {
    margin-top: 35px;
}

.grab__check {
    font-size: 0;
}

.button {
    display: inline-block;
    color: #DDD;
    background: transparent;
    border-radius: 5px;
    border: 1px solid #DDD;
    font-family: "Blender Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    padding: 12px 17px;
    text-decoration: none;
    transition: all 0.2s ease-out;
}

.button:hover {
    border-color: #fff;
    color: #fff;
}

.button:active {
    background-color: #06F;
    border-color: #06F;
    color: #fff;
}

.button:hover:after {
    background-image: url(../img/tb-white.svg);
}

.button:active:after {
    background-image: url(../img/tb-white.svg);
}

.button_dark {
    border-color: #010A17;
    color: #010A17;
    padding: 17px 40px;
}

.button_dark:hover {
    border-color: #06F;
    color: #06F;
}

.button_dark:active {
    background-color: #06F;
    color: #fff;
}

.button:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: url(../img/tb.svg) no-repeat;
    background-size: cover;
    margin-left: 7.5px;
    transition: all 0.2s ease-out;
}

.button_dark:hover:after {
    background-image: url(../img/tb-blue.svg);
}

.button_dark:active:after {
    background-image: url(../img/tb.svg);
}

.button_blue {
    border-color: #06F;
    background: #06F;
    padding: 17px 40px;
    color: #FFF;
}

.button_blue:hover {
    background: #fff;
    border-color: #06F;
    color: #06F;
}

.button_blue:active {
    background: #005BE4;
    border-color: #005BE4;
    color: #fff;
}

.button_blue:hover:after {
    background-image: url(../img/tb-blue.svg);
}

.button_blue:active:after {
    background-image: url(../img/tb.svg);
}

.button_full {
    display: block;
    width: 100%;
    text-align: center;
}

.button_white {
    background: #FFF;
    border-color: #FFF;
    color: #010A17;
}

.button_white:hover {
    border-color: #06F;
    color: #06F;
}

.button_white:active {
    background-color: #06F;
    color: #fff;
}

.button_white:after {
    background-image: url(../img/tb-black.svg);
}

.button_white:hover:after {
    background-image: url(../img/tb-blue.svg);
}

.button_white:active:after {
    background-image: url(../img/tb.svg);
}

.button_increased {
    font-size: 16px;
    padding: 11px 26px;
}

.button_increased:after {
    width: 8px;
    height: 8px;
    margin-left: 7px;
}

.button_increased.button_blue {
    padding: 16px 26px;
}

.button_black {
    border-color: #010A17;
    color: #010A17;
}

.button_black:hover {
    border-color: #06F;
    color: #06F;
}

.button_black:active {
    background-color: #06F;
    color: #fff;
}

.button_black:after {
    background-image: url(../img/tb-black.svg);
}

.button_black:hover:after {
    background-image: url(../img/tb-blue.svg);
}

.button_black:active:after {
    background-image: url(../img/tb.svg);
}

.button_delivery {
    font-size: 16px;
    padding: 16px 5px;
}

.button_delivery:after {
    width: 7px;
    height: 7px;
    opacity: 1;
    background-image: url(../img/tb-increased.svg);
}

.grab__right {
    width: 608px;
    border-radius: 10px;
    border: 1px solid #304B73;
    background: url(../img/bg-dotted-2.png) repeat, rgba(8, 22, 43, 0.50);
    background-size: 100px 100px;
    box-shadow: 0px 30px 30px 0px rgba(255, 255, 255, 0.05) inset;
    backdrop-filter: blur(15px);
    padding: 40px;
    margin-left: auto;
    position: relative;
    z-index: 1;
}

.input-wrapper {
    display: block;
    border-radius: 5px;
    border: 1px solid #304B73;
    background: rgba(8, 22, 43, 0.50);
    box-shadow: 0px 30px 30px 0px rgba(255, 255, 255, 0.05) inset;
    backdrop-filter: blur(15px);
    transition: all 0.2s ease-out;
}

.input,
.textarea {
    background: transparent;
    border: none;
    display: block;
    width: 100%;
    height: 48px;
    outline: none;
    color: rgba(255, 255, 255, 1);
    font-family: "Blender Pro";
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.28px;
    padding: 14px;
    border: 1px solid transparent;
    border-radius: 5px;
    transition: all 0.2s ease-out;
}

.input.error,
.textarea.error {
    border-color: #f00;
}

.textarea {
    height: 140px;
    resize: none;
}

.input_name {
    padding-left: 46px;
    background: url(../img/name.svg) no-repeat;
    background-position: 15px 16px;
}

.input_email {
    padding-left: 46px;
    background: url(../img/email.svg) no-repeat;
    background-position: 15px 16px;
}

.textarea_message {
    padding-left: 46px;
    background: url(../img/message.svg) no-repeat;
    background-position: 15px 16px;
}

.grab__row {
    display: flex;
    flex-wrap: wrap;
    margin: -15px -8px 0;
}

.grab__col {
    width: 50%;
    padding: 0 8px;
    margin-top: 15px;
}

.grab__col_full {
    width: 100%;
}

.grab__line {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.grab__submit {
    margin-left: auto;
}

.grab__submit .button {
    padding-left: 31.5px;
    padding-right: 31.5px;
}

.check {
    color: #FFF;
    text-align: center;
    font-family: "Blender Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.check input {
    display: none;
}

.check i {
    width: 18px;
    height: 20px;
    flex-shrink: 0;
    background: url(../img/check-polygon.svg) no-repeat;
    background-size: cover;
    position: relative;
}

.check i:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 7px;
    width: 8px;
    height: 7px;
    background: url(../img/check.svg) no-repeat;
    opacity: 0;
    transition: all 0.2s ease-out;
}

.check input:checked + i:after {
    opacity: 1;
}

.check span {
    margin-left: 12px;
    position: relative;
    top: 1px;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer-wrapper {
    position: relative;
}

.footer {
    position: relative;
}

.footer__top {
    padding: 25px 0;
    display: flex;
    border-top: 1px solid rgba(53, 100, 170, 0.4);
    border-bottom: 1px solid rgba(53, 100, 170, 0.4);
}

.footer__logo img {
    display: block;
    max-width: 100%;
}

.footer__links .links {
    flex-direction: column;
}

.footer__links .link + .link {
    margin-top: 21px;
}

.footer__links .link {
    border: 0.821px solid #304B73;
    background: rgba(8, 22, 43, 0.30);
}

.footer__links .link[href^="/"] {
    display: none;
}

.footer__description {
    color: #FFF;
    font-family: "Blender Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-top: 74px;
}

.footer__nav {
    color: rgba(255, 255, 255, 0.60);
    font-family: "Blender Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.footer__nav ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer__nav li + li {
    margin-top: 18px;
}

.footer__nav a {
    color: rgba(255, 255, 255, 0.60);
    text-decoration: none;
    transition: all 0.2s ease-out;
}

.footer__nav a.active {
    color: #FFF;
}

.footer__nav a:hover {
    color: #FFF;
}

.footer__label {
    color: rgba(255, 255, 255, 0.60);
    font-family: "Blender Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.footer__value {
    color: #FFF;
    font-family: "Blender Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.footer__value a {
    color: #FFF;
    text-decoration: none;
}

.footer__item + .footer__item {
    margin-top: 16px;
}

.footer__col:first-child {
    width: 215px;
}

.footer__col:first-child + .footer__col {
    margin-left: 405px;
    width: 267px;
}

.footer__col:first-child + .footer__col + .footer__col {
    width: 221px;
}

.footer__col:last-child {
    margin-left: auto;
}

.footer__bottom {
    padding: 15px 0 30px;
    display: flex;
    color: rgba(255, 255, 255, 0.5);
    font-family: "Blender Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.footer__bottom a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.2s ease-out;
}

.footer__bottom a:hover {
    color: rgba(255, 255, 255, 1);
}

.footer__copyright {
    width: 215px;
}

.footer__copyright span {
    display: inline-block;
}

.footer__policy {
    margin-left: 405px;
}

/* ==========================================================================
   MEDIA
   ========================================================================== */
@media only screen and (max-width: 1309.98px) {
    .container {
        /*width: 960px;*/
        width: 730px;
    }

    .header__row {
        height: 60px;
    }

    .header__nav {
        display: none;
    }

    .header__block {
        flex-grow: 0;
        padding-right: 18px;
        padding-left: 18px;
        order: 3;
    }

    .header__phone {
        flex-grow: 1;
        text-align: center;
        justify-content: center;
        order: 2;
    }

    .header__btn {
        display: block;
    }

    .header__logo {
        order: 1;
        margin-right: 20px;
    }

    .main {
        height: 805px;
    }

    .main__button {
        height: 16.5%;
        bottom: 7%;
    }

    .main__title {
        font-size: 36px;
    }

    .main__text {
        font-size: 20px;
        margin-top: 20px;
        max-width: 562px;
    }

    .slider__wrapper {
        padding: 225px 0 0;
        mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 10px);
        -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 10px);
    }

    .slider__dots {
        top: 150px;
    }

    .slider__block {
        width: 340px;
        padding: 20px;
        margin-left: 54px;
    }

    .slider__table td + td {
        padding-left: 20px;
    }

    .slider__title {
        font-size: 10px;
        line-height: 140%;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .slider__name {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .slider__text {
        font-size: 16px;
    }

    .slider__image {
        mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 5%);
        -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 5%);
    }

    .slider__image_pos0,
    .slider__image_pos1 {
        width: 245px;
        right: 15px;
        bottom: 107px;
    }

    .slider__image img {
        display: none;
    }

    .slider__image img + img {
        display: block;
    }

    .slider__image_pos2 {
        width: 273px;
        right: 3px;
        bottom: 74px;
    }

    .slider__image_pos3 {
        width: 257px;
        right: 5px;
        bottom: 89px;
    }

    .slider__image_pos4 {
        width: 301px;
        right: 12px;
        bottom: 24px;
    }

    .slider__image_pos5 {
        width: 617px;
        bottom: 0;
        right: -61px;
    }

    .slider__image_pos6 {
        width: 592px;
        right: -61px;
        bottom: 0;
    }

    .slider__image_pos7 {
        width: 592px;
        right: -140px;
        bottom: 0;
    }

    /*.slider__image_pos8 {*/
    /*    width: 487px;*/
    /*    bottom: 181px;*/
    /*    right: -229px;*/
    /*}*/
    .slider__image_pos8 {
        width: 564px;
        bottom: 181px;
        right: -286px;
    }

    .slider__caption {
        max-width: 403px;
        margin-bottom: 45px;
        margin-top: -75px;
    }

    .title {
        font-size: 28px;
        line-height: 100%;
    }

    .slider__table {
        font-size: 16px;
    }

    .slider__table tr:first-child td {
        white-space: nowrap;
        padding-right: 20px;
    }

    .range__dots {
        display: none;
    }

    .slider__range {
        width: auto;
        right: 0;
        bottom: 98px;
    }

    .range {
        display: flex;
        align-items: center;
    }

    .range__nav {
        order: 2;
        margin: 0;
    }

    .range__caption {
        order: 1;
        width: 177px;
        text-align: right;
        font-size: 12px;
        display: none;
        margin: 0 10px 0 0;
    }

    .range__caption_mobile {
        display: block;
    }

    .range__nav {
        display: flex;
        justify-content: center;
    }

    .range__prev {
        cursor: pointer;
        width: 40px;
        height: 40px;
        border-radius: 5px;
        border: 1px solid #4AC994;
        background: url(../img/range-prev.svg) no-repeat center;
    }

    .range__next {
        cursor: pointer;
        margin-left: 15px;
        width: 40px;
        height: 40px;
        border-radius: 5px;
        border: 1px solid #4AC994;
        background: url(../img/range-next.svg) no-repeat center;
    }

    .gallery {
        padding: 150px 0 25px;
    }

    .gallery__row {
        display: block;
    }

    .gallery .owl-nav {
        display: none;
    }

    .gallery__left {
        display: flex;
        width: auto;
        margin-bottom: 30px;
    }

    .gallery__block {
        max-width: inherit;
        width: 340px;
        flex-shrink: 0;
        margin-left: 23px;
        margin-top: 0;
        padding: 20px 20px 25px;
    }

    .gallery__text {
        font-size: 18px;
        line-height: 110%;
        max-width: 323px;
        margin-top: 20px;
    }

    .gallery__caption {
        font-size: 18px;
        line-height: 110%;
    }

    .gallery__description {
        font-size: 16px;
    }

    .gallery__description ul li:before {
        top: 9.5px;
    }

    .gallery__right {
        padding-top: 0;
        position: relative;
        left: -20px;
    }

    .gallery__carousel {
        width: 664px;
    }

    .gallery .owl-dots {
        display: flex;
        padding-left: 20px;
    }

    .catalog {
        padding: 150px 0 36px;
    }

    .catalog__carousel {
        max-width: 540px;
    }

    .catalog .owl-nav {
        top: -63px;
        right: -160px;
    }

    .card {
        padding: 150px 0 30px;
    }

    .card__caption {
        font-size: 18px;
        line-height: 120%;
        max-width: 415px;
    }

    .card__code {
        font-size: 16px;
    }

    .card__row {
        margin-top: 10px;
        padding-top: 23px;
    }

    .card__row {
        flex-wrap: wrap;
    }

    .card__left {
        width: 340px;
    }

    .card__center {
        margin-left: auto;
        width: 325px;
    }

    .card__right {
        width: 100%;
        margin-top: 20px;
        padding-top: 70px;
        position: relative;
    }

    .card__block {
        position: absolute;
        left: 0;
        right: -5px;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0;
    }

    .card__params {
        width: 340px;
    }

    .card__buttons {
        margin: 0;
        width: 335px;
    }

    .card__button {
        font-size: 14px;
    }

    .card__description {
        font-size: 14px;
        min-height: inherit;
        margin-bottom: 50px;
    }

    .card__buy .button {
        display: block;
        text-align: center;
    }

    .card__info {
        padding: 15px;
    }

    .card__columns {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .card__column {
        width: 280px;
    }

    .card__value {
        font-size: 16px;
    }

    .card__name {
        font-size: 16px;
    }

    .files__item {
        border-color: #06F;
    }

    .calc__wrapper {
        max-width: inherit;
    }

    .calc__schema {
        position: relative;
        left: 0;
        top: 0;
        width: auto;
        margin-bottom: 20px;
    }

    .calc {
        padding: 120px 0 30px;
    }

    .calc__col_length,
    .calc__col_load {
        width: 22.25%;
    }

    .calc__col_direction-of-force {
        width: 55%;
    }

    .button-select {
        margin: 0 -10px;
    }

    .info__name {
        font-size: 16px;
    }

    .info__value {
        font-size: 16px;
    }

    .info__value input {
        font-size: 16px;
    }

    .info__row + .info__row {
        margin-top: 5px;
    }

    .info {
        padding: 16px 24px;
    }

    .calc__info {
        margin-bottom: 30px;
    }

    .params__item {
        font-size: 16px;
        padding-top: 11px;
        padding-bottom: 11px;
    }

    .label {
        margin-bottom: 10px;
    }

    .params__left {
        width: 280px;
    }

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

    .params__right {
        margin-left: 0;
    }

    .steps {
        padding: 150px 0 64px;
    }

    .steps__carousel {
        max-width: 625px;
    }

    .steps__dots {
        display: none;
    }

    .steps .owl-dots {
        display: flex;
    }

    .steps .title {
        max-width: 238px;
    }

    .steps__button {
        top: 8px;
    }

    .grab__block {
        display: block;
        padding: 50px;
    }

    .grab__left {
        margin-bottom: 49px;
    }

    .grab__block:after {
        width: 278px;
        height: 452px;
        bottom: 152px;
        right: 16px;
        left: auto;
        transform: scale(-1, 1)
    }

    .grab__text {
        font-size: 16px;
        max-width: 364px;
        margin-top: 20px;
    }

    .grab__button {
        margin-top: 20px;
    }

    .grab__right {
        padding: 30px;
    }

    .grab {
        padding-top: 50px;
    }

    .footer__col:first-child + .footer__col {
        margin-left: 139px;
        width: 178px;
    }

    .footer__top {
        position: relative;
        padding: 30px 0;
    }

    .footer__col:last-child {
        margin: 0;
        position: absolute;
        left: 0;
        top: 95px;
    }

    .footer__links .links {
        flex-direction: row;
    }

    .footer__links .link + .link {
        margin-left: 10px;
        margin-top: 0px;
    }

    .footer__logo {
        width: 166px;
    }

    .footer__description {
        margin-top: 88px;
        font-size: 14px;
        max-width: 170px;
        opacity: 0.4;
    }

    .footer__nav {
        font-size: 16px;
    }

    .footer__nav li + li {
        margin-top: 19px;
    }

    .footer__value {
        font-size: 18px;
    }

    .footer__label {
        margin-bottom: 5px;
    }

    .footer__bottom {
        padding: 12px 0 19px;
    }

    .footer__policy {
        margin-left: 120px;
    }

    .steps__wrapper:before {
        left: 50%;
        transform: translate(-50%, 0);
    }

    .catalog {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
    }

    .catalog.active {
        position: static;
    }

    .card {
        position: static;
    }

    .catalog-wrapper {
        min-height: inherit !important;
    }

    .calc__schema-and-type {
        min-height: inherit;
    }

    .card__previews-carousel .owl-item {
        width: 106px;
    }

    .card__img .owl-carousel .owl-item {
        width: 339px;
    }

    .header__logo,
    .header__phone,
    .header__block,
    .link:before {
        transition: all 0.2s ease-out;
    }

    .card__img a {
        height: 292px;
    }

    .card__img img {
        max-height: 292px;
    }

    .card__previews-item a {
        height: 84px;
    }

    .card__previews-item img {
        max-height: 84px;
    }

    .delivery__input {
        width: 28%;
    }

    .delivery__input:last-child {
        width: 44%;
    }
}

@media only screen and (max-width: 991.98px) {
    * {
        -webkit-tap-highlight-color: transparent;
    }

    .container {
        width: 730px;
    }
}

@media only screen and (max-width: 767.98px) {
    .container {
        width: 540px;
        width: 100%;
    }

    .header__phone {
        display: none;
    }

    .header__links {
        display: none;
    }

    .header__block {
        display: none;
    }

    .header__row {
        height: 50px;
    }

    .header__btn {
        height: 50px;
        width: 50px;
    }

    .header__logo {
        flex-grow: 1;
    }

    .header {
        padding: 12px 0 0;
    }

    .main {
        padding: 105px 0;
        height: 560px;
    }

    .main__button {
        height: 15%;
    }

    .main__title {
        font-size: 18px;
        line-height: 100%;
        margin-left: -15px;
        margin-right: -15px;
    }

    .main__text {
        font-size: 14px;
        line-height: 110%;
        margin-top: 15px;
    }

    .gallery__right {
        mask-image: none;
        -webkit-mask-image: none;
    }

    .slider__wrapper {
        height: 570px;
        padding: 32px 0 0;
    }

    .slider__block {
        margin: 0;
        position: absolute;
        bottom: 58px;
        left: 0;
        right: 0;
        width: auto;
    }

    .slider__title {
        font-size: 8px;
        line-height: 120%;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }

    .slider__name {
        font-size: 20px;
        line-height: 90%;
    }

    .slider__text {
        font-size: 12px;
        line-height: 100%;
    }

    .slider__border {
        display: none;
    }

    .slider__dots {
        left: 0;
        right: 0;
        top: auto;
        bottom: 23px;
        flex-direction: row;
        height: auto;
        justify-content: center;
    }

    .slider__dot {
        font-size: 0;
        width: 15px;
        height: 15px;
        background-size: 100% auto;
        margin: 0 10px;
    }

    .slider__image_pos0,
    .slider__image_pos1 {
        width: 212px;
        bottom: 193px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .slider__image_pos2 {
        width: 208px;
        bottom: 181px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .slider__image_pos3 {
        width: 204px;
        bottom: 188px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .slider__image_pos4 {
        width: 229px;
        bottom: 193px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .slider__image_pos5 {
        width: 370px;
        bottom: 166px;
        left: -35px;
        right: auto;
        margin: 0 auto;
    }

    .slider__image_pos6 {
        width: 346px;
        bottom: 175px;
        left: -28px;
        right: auto;
        margin: 0 auto;
    }

    .slider__image_pos7 {
        width: 351px;
        bottom: 185px;
        left: -15px;
        right: auto;
        margin: 0 auto;
    }

    .slider__wrapper {
        mask-image: none;
        -webkit-mask-image: none;
    }

    /*.slider__image_pos8 {*/
    /*    width: 308px;*/
    /*    right: auto;*/
    /*    left: 30px;*/
    /*    bottom: 302px;*/
    /*}*/
    .slider__image_pos8 {
        width: 360px;
        right: auto;
        left: 50%;
        bottom: 302px;
        transform: translate(-50%, 0);
    }

    .slider__caption {
        margin: 0;
    }

    .title {
        font-size: 22px;
        line-height: 110%;
    }

    .slider__table {
        font-size: 12px;
        line-height: 140%;
    }

    .slider__table td {
        padding: 0;
    }

    .range__caption {
        font-size: 9px;
        margin: 10px 0 0;
        display: none;
        text-align: center;
        width: auto;
    }

    .range__caption_mobile {
        display: block;
    }

    .range {
        display: block;
    }

    .slider__range {
        width: 225px;
        bottom: 250px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    /*.owl-item:last-child .slider__dots {*/
    /*    display: none;*/
    /*}*/
    /*.owl-item:last-child .slider__block {*/
    /*    bottom: 15px;*/
    /*    padding-top: 15px;*/
    /*    padding-bottom: 15px;*/
    /*}*/
    .range__nav {
        display: none;
    }

    .slider .bottom-gradient {
        display: block;
    }

    .slider .slider__image .owl-dots {
        display: none;
    }

    .slider .owl-dots {
        position: absolute;
        bottom: 23px;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
    }

    .slider__dots {
        display: none;
    }

    .slider .owl-dot {
        width: 15px;
        height: 15px;
        margin: 0 10px;
        background: url(../img/steps-polygon-outline.svg?v=1) no-repeat center;
        background-size: 100% auto;
        background-color: none;
        cursor: pointer;
        flex-shrink: 0;
        padding: 0;
        border: none;
    }

    .slider .owl-dot.active {
        background-image: url(../img/steps-polygon.svg);
    }

    .range__dots {
        display: flex;
        width: auto;
        justify-content: space-between;
    }

    .range__dot {
        width: 15px;
        height: 15px;
        background: url(../img/steps-polygon-outline.svg?v=1) no-repeat;
        background-size: 100% auto;
    }

    .range__dot.active {
        background-image: url(../img/steps-polygon.svg);
    }

    .range__border {
        display: none;
    }

    .slider__table td:first-child {
        width: 100%;
    }

    .header__navbar {
        top: 60px;
    }

    .navbar {
        display: block;
        padding: 30px 20px;
    }

    .navbar__nav li + li {
        margin-top: 15px;
    }

    .navbar__block {
        border-top: 1px solid #3564AA;
        border-bottom: 1px solid #3564AA;
        width: auto;
        margin: 30px 0 0;
        padding: 50px 0;
        position: relative;
    }

    .navbar__links {
        display: block;
        position: absolute;
        bottom: 20px;
        right: 0;
    }

    .navbar__items {
        width: 146px;
    }

    .navbar__links .links {
        flex-direction: column;
    }

    .navbar__links .link + .link {
        margin-top: 10px;
    }

    .navbar__value {
        font-size: 14px;
    }

    .navbar__button {
        display: block;
        margin-top: 20px;
    }

    .navbar__button .button {
        display: block;
        text-align: center;
    }

    .header__logo {
        padding: 0 20px;
    }

    .strength {
        padding-top: 105px;
    }

    .gallery {
        padding-top: 105px;
    }

    .gallery__row {
        display: block;
    }

    .gallery__left {
        display: block;
    }

    .gallery__block {
        margin: 30px 0 0;
        padding: 20px 20px 30px;
        width: auto;
    }

    .gallery__text {
        font-size: 16px;
        line-height: 120%;
        max-width: inherit;
    }

    .gallery__caption {
        margin-bottom: 10px;
        line-height: 100%;
    }

    .gallery__description {
        font-size: 14px;
    }

    .gallery__description ul li:before {
        top: 7.5px;
    }

    .gallery__carousel {
        width: 190px;
        width: auto;
        margin-left: -20px;
    }

    .gallery__right {
        overflow: visible;
        position: static;
        width: auto;
    }

    /*.gallery .owl-dot + .owl-dot {*/
    /*    margin-left: 15px;*/
    /*}*/

    .gallery .owl-dots {
        width: 320px;
        position: relative;
    }

    .catalog {
        padding-top: 105px;
    }

    .catalog__button {
        margin-top: 30px;
        position: static;
        width: auto;
    }

    .catalog .owl-nav {
        display: none;
    }

    .catalog__carousel {
        max-width: inherit;
        width: 220px;
    }

    .product {
        padding: 20px;
    }

    .product__name {
        font-size: 20px;
        margin-bottom: 2px;
    }

    .product__label {
        font-size: 12px;
    }

    .product__img {
        margin-top: 20px;
    }

    .product__button {
        margin-top: 20px;
    }

    .card__img .owl-dots {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .card__img .owl-dot {
        width: 15px;
        height: 15px;
        flex-shrink: 0;
        background: url(../img/catalog-dot.svg) no-repeat center;
        opacity: 0.3;
    }

    .card__img .owl-dot.active {
        background-image: url(../img/catalog-dot-active.svg);
        opacity: 1;
    }

    .card__img .owl-dot + .owl-dot {
        margin-left: 20px;
    }

    .catalog .owl-dots {
        display: none;
        justify-content: center;
        margin-top: 20px;
        position: relative;
        left: 34px;
    }

    .catalog .owl-dot {
        width: 15px;
        height: 15px;
        flex-shrink: 0;
        background: url(../img/catalog-dot.svg) no-repeat center;
        opacity: 0.3;
    }

    .catalog .owl-dot.active {
        background-image: url(../img/catalog-dot-active.svg);
        opacity: 1;
    }

    .catalog .owl-dot + .owl-dot {
        margin-left: 15px;
    }

    .card__caption {
        line-height: 110%;
        margin-bottom: 10px;
        padding-right: 50px;
    }

    .card {
        padding: 105px 0 15px;
    }

    .card__center {
        margin-top: 40px;
        width: auto;
    }

    .card__description {
        font-size: 16px;
        line-height: 120%;
        margin-bottom: 20px;
    }

    .card__price {
        font-size: 24px;
    }

    .card__block {
        position: static;
        margin-top: 20px;
        display: block;
    }

    .card__right {
        padding-top: 0;
        margin-top: 40px;
    }

    .card__column {
        width: 100%;
    }

    .card__name {
        font-size: 14px;
    }

    .card__value {
        font-size: 14px;
    }

    .card__info {
        padding: 10px;
    }

    .card__params {
        width: auto;
        margin-bottom: 20px;
    }

    .card__buttons {
        width: auto;
        display: block;
    }

    .card__img .owl-nav {
        display: none;
    }

    .card__button {
        margin: 0;
        text-align: center;
        justify-content: center;
    }

    .card__button + .card__button {
        margin-top: 11px;
    }

    .card__left {
        width: auto;
    }

    .card__row {
        display: block;
    }

    .popup__name {
        padding-bottom: 10px;
        margin-bottom: 20px;
        padding-right: 50px;
    }

    .popup__caption {
        font-size: 14px;
        line-height: 110%;
    }

    .popup {
        max-width: 320px;
        padding: 17px 15px 20px;
    }

    .popup__close, .popup button.mfp-close {
        top: 20px;
        right: 15px;
    }

    .delivery__separator {
        height: 15px;
        background: none;
        width: auto;
    }

    .delivery__dimensions {
        display: block;
    }

    .delivery__button {
        width: 100%;
        order: 2;
    }

    .delivery__button +.delivery__button {
        order: 1;
    }

    .files__col {
        width: 50%;
    }

    .popup__close {
        top: -55px;
        right: 0;
    }

    .calc {
        padding-top: 105px;
    }

    .calc .title {
        max-width: 230px;
        margin-bottom: 12px;
    }

    .label {
        margin-bottom: 5px;
    }

    .calc__col {
        width: 50%;
    }

    .calc__col_direction-of-force {
        width: 100%;
        margin-top: 10px;
    }

    .button-select {
        margin: 0 -5px;
    }

    .calc__profile {
        margin-bottom: 10px;
    }

    select {
        font-size: 16px;
    }

    .calc__fields {
        margin-bottom: 15px;
    }

    .info {
        padding: 15px;
    }

    .params__col {
        width: 100%;
    }

    .params__item {
        font-size: 14px;
        line-height: 90%;
        padding: 12px 34px 12px 10px;
    }

    .params__item:after {
        top: 0;
        bottom: 0;
        margin: auto 0;
    }

    .params__label {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: left;
        margin-left: 19px;
        margin-bottom: 20px;
    }

    .params__block {
        display: none;
        padding: 15px 10px 0;
        margin-top: 20px;
    }

    .params__block.active {
        display: block;
    }

    .params__left {
        margin-top: 0;
        width: auto;
    }

    .params__caption {
        padding-right: 50px;
        margin-bottom: 15px;
    }

    .params__img {
        background: #F4F4F4;
        border-radius: 5px;
        margin-top: 10px;
    }

    .params__right {
        width: 200px;
        margin-left: auto;
        margin-right: auto;
    }

    .button-select__item {
        font-size: 16px;
    }

    .field {
        font-size: 16px;
    }

    .steps {
        padding: 110px 0 32px;
    }

    .steps__button {
        width: 290px;
        position: static;
        margin: 35px auto 0;
    }

    .steps__carousel {
        max-width: inherit;
    }

    .steps .owl-carousel .owl-stage-outer {
        overflow: hidden;
    }

    .steps .title {
        margin-bottom: 30px;
    }

    .steps__caption {
        font-size: 22px;
    }

    .steps__text {
        line-height: 110%;
    }

    .steps__item {
        padding: 20px;
    }

    .steps__wrapper:before {
        bottom: 96px;
    }

    .grab {
        padding: 110px 0 120px;
    }

    .grab__block {
        background: none;
        padding: 0;
        backdrop-filter: none;
        border: none;
    }

    .grab__left {
        width: auto;
        position: static;
    }

    .grab__text {
        margin-top: 15px;
        line-height: 110%;
        max-width: inherit;
    }

    .grab__right {
        width: auto;
        margin-top: 206px;
        padding: 20px 20px 26px;
    }

    .grab .container {
        position: relative;
    }

    .grab__button {
        margin: 0;
        width: 240px;
        position: absolute;
        bottom: -70px;
        left: 50%;
        transform: translate(-50%, 0);
        display: block;
        text-align: center;
    }

    .grab__button .button {
        display: block;
    }

    .grab__col {
        width: 100%;
        margin-top: 10px;
    }

    .grab__row {
        margin-top: -10px;
    }

    .grab__line {
        display: block;
    }

    .grab__check {
        margin-bottom: 15px;
    }

    .grab__submit {
        margin: 0;
    }

    .grab__submit .button {
        display: block;
        width: 100%;
    }

    .grab__block:after {
        width: 207px;
        right: auto;
        left: 50%;
        transform: translate(-50%, 0);
        height: 301px;
        bottom: 303px;
        background-image: url(../img/grab-profile-mobile.png);
    }

    .footer__top {
        flex-direction: column;
        align-items: center;
        padding: 35px 0;
    }

    .footer__col:last-child {
        position: static;
    }

    .footer__col:first-child + .footer__col {
        margin: 0;
        width: auto;
        order: 4;
        text-align: center;
    }

    .footer__col:first-child {
        width: auto;
        order: 1;
        margin-bottom: 44px;
    }

    .footer__col:first-child + .footer__col + .footer__col {
        width: 200px;
        order: 2;
        text-align: center;
        margin-bottom: 36px;
    }

    .footer__description {
        display: none;
    }

    .footer__col:last-child {
        order: 3;
        margin-bottom: 35px;
    }

    .footer__nav li + li {
        margin-top: 15px;
    }

    .footer__value {
        font-size: 20px;
    }

    .footer__bottom {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px 0 22px;
    }

    .footer__policy {
        order: 1;
        margin: 0 0 10px;
        width: auto;
    }

    .footer__copyright {
        order: 2;
        width: auto;
    }

    .footer-wrapper .bottom-gradient {
        display: none;
    }

    .card__previews-carousel .owl-item {
        width: 162px;
    }

    .card__img .owl-carousel .owl-item {
        width: 508px;
    }

    .card__previews-carousel {
        display: none;
    }

    .select .select__value,
    .select .select__items {
        display: none;
    }

    .select select {
        display: block;
    }

    .delivery__table td {
        padding: 10px 0;
    }

    .delivery__table td:nth-child(2),
    .delivery__table td:nth-child(3),
    .delivery__table th:nth-child(2),
    .delivery__table th:nth-child(3) {
        display: none;
    }

    .delivery__table th:last-child,
    .delivery__table td:last-child {
        text-align: right;
    }

    .delivery__logo {
        width: 50px;
        height: 28px;
    }

    .delivery__table td {
        font-size: 14px;
    }

    .delivery__input {
        width: 100%;
    }

    .delivery__input:last-child {
        width: 100%;
    }

    .delivery__inputs {
        flex-wrap: wrap;
    }

    .delivery__form {
        padding: 25px 15px 30px;
        margin-top: 20px;
    }

    .delivery__form .button_delivery {
        font-size: 14px;
    }

    .delivery__form .button_delivery:after {
        margin-left: 3px;
    }

    .steps .title {
        max-width: inherit;
    }
}

@media only screen and (max-width: 575.98px) {
    .container {
        width: auto;
        /*max-width: 480px;*/
    }

    .card__previews-carousel .owl-item {
        width: calc((100vw - 50px) / 3);
    }

    .card__img .owl-carousel .owl-item {
        width: calc(100vw - 30px);
    }
}

/*==========  Mobile First Method  ==========*/
@media only screen and (min-width: 576px) {

}

@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 992px) {

}

@media only screen and (min-width: 1310px) {
    .header__navbar {
        display: none !important;
    }

    .slider__block {
        min-height: 320px;
    }

    .product:hover .product__img img {
        opacity: 0 !important;
    }

    .product:hover .product__img img + img {
        opacity: 1 !important;
    }
}
