/* normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-size: 100%;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    white-space: normal;
    /* 2 */
    *margin-left: -7px;
    /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    /* 3 */
    *vertical-align: middle;
    /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
    *overflow: visible;
    /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    *height: 13px;
    /* 3 */
    *width: 13px;
    /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */

.rasp {
    width: 100%;
    height: 35px;
    background-color: #da0000;
    color: #fff;
    content: "";
    position: fixed;
    z-index: 1;
}

.rasp p {
    text-align: center;
    margin-top: 5px;
}

.rasp a {
    color: #fff;
    text-decoration: underline;
}


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

/* FONTS */
/* COLORS */
/* MIXINS */
.layout {
    margin: 0 auto;
    max-width: 1440px;
}

.layout .wrapper {
    clear: both;
    padding: 0 4.1666%;
    padding-bottom: 30px;
}

@media screen and (max-width: 1100px) {
    .layout .wrapper {
        padding: 0 3.1666%;
    }
}

/* *********************************************************************************************************************
 * Common columns definitions
 */
.col1 {
    float: left;
    margin-right: 2.27%;
    width: 6.25%;
}

.col1.last {
    margin: 0;
}

.col2 {
    float: left;
    margin-right: 2.27%;
    width: 14.77%;
}

.col2.last {
    margin: 0;
}

.col4, div.action-screen div.form {
    float: left;
    margin-right: 2.27%;
    width: 31.81%;
}

.col4.last, div.action-screen div.last.form {
    margin: 0;
}

.col5 {
    float: left;
    margin-right: 2.27%;
    width: 40.33%;
}

.col5.last {
    margin: 0;
}

.col6 {
    float: left;
    margin-right: 2.27%;
    width: 48.85%;
}

.col6.last {
    margin: 0;
}

.col7 {
    float: left;
    margin-right: 2.27%;
    width: 57.37%;
}

.col7.last {
    margin: 0;
}

.col8 {
    float: left;
    margin-right: 2.27%;
    width: 65.89%;
}

.col8.last {
    margin: 0;
}

.col9 {
    float: left;
    margin-right: 2.27%;
    width: 74.41%;
}

.col9.last {
    margin: 0;
}

.col10, div.more-catalogue div.element {
    float: left;
    margin-right: 2.27%;
    width: 82.93%;
}

.col10.last, div.more-catalogue div.last.element {
    margin: 0;
}

.col11 {
    float: left;
    margin-right: 2.27%;
    width: 91.45%;
}

.col11.last {
    margin: 0;
}

.col12 {
    float: left;
    margin-right: 2.27%;
    width: 99.97%;
}

.col12.last {
    margin: 0;
}

.margin1 {
    margin-left: 8.52% !important;
}

.margin2 {
    margin-left: 17.04% !important;
}

.margin3 {
    margin-left: 25.56% !important;
}

.margin4 {
    margin-left: 34.08% !important;
}

.margin5 {
    margin-left: 42.6% !important;
}

.margin6 {
    margin-left: 51.12% !important;
}

.margin7 {
    margin-left: 59.64% !important;
}

.margin8 {
    margin-left: 68.16% !important;
}

.margin9 {
    margin-left: 76.68% !important;
}

.margin10 {
    margin-left: 85.2% !important;
}

.margin11 {
    margin-left: 93.72% !important;
}

/* *********************************************************************************************************************
 * Disable padding left/right 10px if I'm 1024 or gibber - correct percentage math
 */
@media all and (min-width: 1024px) {
    .cssgrid {
        max-width: 1000px;
    }

    .onepcssgrid-1000 .onerow {
        padding: 0;
    }
}

/* *********************************************************************************************************************
 * Small devices
 */
/*@media all and (max-width: 768px) {
	.onerow {
	}

	.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11 {
		float: none;
		width: 99%;
	}
}*/
html, body {
    min-width: 1020px;
    line-height: 1.5;
}

a {
    color: #e73139;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 36.35px;
    font-weight: 600;
}

h2 {
    font-size: 36.35px;
    font-weight: 400;
}

div.clearfix {
    width: 100%;
    height: 0px;
    clear: both;
}

table {
    border-collapse: separate;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    width: 100%;
}

table tr {
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
}

table tr th {
    height: 55px;
    background-image: url(../img/thead-bg.png);
    text-align: left;
    padding: 0px 20px;
    text-shadow: 0px 0px 2px #fff;
}

table tr th:first-child {
    border-top-left-radius: 8px;
}

table tr th:last-child {
    border-top-right-radius: 8px;
}

table tr td {
    padding: 20px 20px;
    background-color: #fafafa;
    color: #4d4d4d;
    border-bottom: 1px solid #e0e0e0;
    text-align: left;
}

table tr:first-child td {
    box-shadow: inset 0px 5px 2px -3px rgba(0, 0, 0, 0.5);
}

table tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}

table tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}

input[type=text], input[type=email], textarea {
    display: block;
    border: 1px solid #9d9d9d;
    border-radius: 4px;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
    padding: 8px 15px;
    width: 100%;
    margin-bottom: 12px;
    margin-top: 3px;
    resize: none;
}

input[type=text].error, input[type=email].error, textarea.error {
    border-color: #e73139;
}

input[type=text]:focus, input[type=email]:focus, textarea:focus {
    outline: none;
}

label {
    display: block;
    font-style: italic;
    color: #777777;
}

label span {
    color: #e73139;
}

label.error {
    position: absolute;
    margin-top: -42px;
    margin-left: 33.5%;
    color: #e73139;
}

@media screen and (max-width: 1024px) {
    label.error {
        margin-left: 345px;
    }
}

@media screen and (min-width: 1300px) {
    label.error {
        margin-left: 460px;
    }
}

input[type=submit] {
    display: block;
    border-radius: 4px;
    border: 1px solid #b01219;
    min-width: 100px;
    padding: 15px 50px;
    margin-top: 25px;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    background-image: url(../img/button-bg.png);
    background-repeat: repeat-x;
    text-align: center;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
}

input[type=submit]:hover {
    background-position: 0px -50px;
}

div.screen {
    width: 100%;
    height: 100vh;
    min-height: 620px;
}

div.centrify {
    text-align: center;
}

a.button {
    display: block;
    border-radius: 4px;
    border: 1px solid #b01219;
    line-height: 1.2;
    min-width: 100px;
    height: 20px;
    padding: 15px 30px;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    background-image: url(../img/button-bg.png);
    background-repeat: repeat-x;
    text-align: center;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

a.button:hover {
    background-position: 0px -50px;
}

div.header {
    width: 100%;
    position: absolute;
    top: 15px;
    background-color: white;
    min-width: 1020px;
    padding: 25px 0px;
}

div.header div.wrapper a {
    display: block;
    float: left;
}

div.header div.wrapper div.contacts {
    float: left;
}

div.header div.wrapper div.contacts span.phone {
    font-size: 26px;
    display: block;
    margin-bottom: 10px;
}

div.header div.wrapper div.contacts a.mail {
    line-height: 1.2;
    font-size: 16px;
}

div.header div.wrapper div.action {
    float: left;
}

div.footer {
    margin-top: 50px;
    padding: 15px inherit;
}

div.footer hr {
    width: 100%;
    height: 1px;
    border: none;
    background-color: #d7d7d7;
    border-bottom: 1px solid #fff;
}

div.footer div {
    color: #777777;
}

div.footer div a {
    color: #000;
    text-decoration: underline;
}

div.footer div.col7 {
    text-align: center;
    color: #000;
}

div.footer div.col3 {
    text-align: right;
}

div.outer {
    width: 100%;
}

div.welcome.outer {
    background-image: url(../img/title-bg.png), url(../img/action-bg.png);
    background-position: bottom right, top center;
    background-repeat: no-repeat, repeat-x;
    background-size: auto, contain;
}

@media screen and (max-width: 1270px) {
    div.welcome.outer {
        background-position: 690px bottom;
    }
}

div.welcome.outer div.screen {
    max-height: 800px;
}

div.welcome.outer div.screen div.description {
    margin-top: 200px;
}

div.welcome.outer div.screen div.description h1 {
    margin-bottom: 50px;
}

div.welcome.outer div.screen div.description ul li {
    list-style-image: url(../img/bullet.png);
    list-style-position: outside;
    margin-bottom: 10px;
}

div.welcome.outer div.screen div.description ul li span {
    position: absolute;
    margin-top: -10px;
}

div.outer.grey {
    width: 100%;
    background-color: #eeeeee;
}

div.outer.grey div.layout {
    padding: 60px 0px;
}

div.outer.grey div.layout h2 {
    padding: 0;
    margin: 0;
    margin-bottom: 60px;
}


.cta-step a.button {
    width: 350px;
    margin: auto;
    margin-top: 30px;
}

div.wrapper.reasons {
    text-align: center;
    padding: 60px 4.16666%;
}

div.wrapper.reasons div.elements div.element {
    text-align: center;
}

div.wrapper.reasons div.elements div.element div.img-outer {
    height: 120px;
}

div.wrapper.reasons div.elements div.element div.img-outer img {
    display: block;
    margin: 0 auto;
}

div.wrapper.reasons div.elements div.element h4 {
    margin-bottom: 10px;
}

div.wrapper.reasons div.elements div.element span {
    color: #656565;
}

div.wrapper.reasons div.elements div.element.last div.img-outer {
    height: 100px;
}

div.wrapper.how-we-works {
    text-align: center;
    padding: 60px 4.166666%;
    background-color: #e73139;
    color: white;
}

div.wrapper.how-we-works div.elements {
    margin-top: 55px;
}

div.wrapper.how-we-works div.elements div.element {
    background-image: url(../img/arrow-left.png);
    background-position: right 30px;
    background-repeat: no-repeat;
}

div.wrapper.how-we-works div.elements div.element h4 {
    font-weight: 400;
    margin-bottom: 10px;
}

div.wrapper.how-we-works div.elements div.element span {
    font-weight: bold;
}

div.wrapper.how-we-works div.elements div.element.last {
    background: none;
}

div.wrapper.contacts {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

div.action-screen {
    width: 100%;
    background-image: url(../img/title-bg.png), url(../img/action-bg.png);
    background-repeat: no-repeat, repeat-x;
    background-position: right center;
    background-size: auto, contain;
    padding-top: 60px;
}

@media screen and (max-width: 1100px) {
    div.action-screen {
        background-position: 490px center;
    }
}

div.action-screen div.form form {
    margin-top: 30px;
}

div.action-screen div.form form > span {
    display: block;
    margin-top: 15px;
    color: #777777;
}

div.more-catalogue {
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
}

div.more-catalogue div.wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

div.more-catalogue div.element {
    display: none;
    position: absolute;
    padding-top: 50px;
    padding-bottom: 50px;
    float: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 900px;
    max-height: 450px;
    margin: auto;
    background-color: white;
}

div.more-catalogue div.element a.close {
    display: block;
    float: right;
    width: 25px;
    height: 25px;
    background-image: url(../img/close.png);
    background-repeat: no-repeat;
    margin-top: -40px;
    margin-right: 10px;
}

div.more-catalogue div.element div.control {
    width: 10.61%;
    float: left;
}

div.more-catalogue div.element div.control a {
    display: block;
    width: 41px;
    height: 28px;
    background-image: url(../img/slide-control.png);
    background-repeat: no-repeat;
    margin-top: 170px;
}

div.more-catalogue div.element div.control.left a {
    float: right;
    margin-right: 25px;
}

div.more-catalogue div.element div.control.right a {
    float: left;
    background-position: -41px 0px;
}

div.more-catalogue div.element div.img-slider {
    width: 261px;
    margin-right: 2.83%;
    float: left;
    margin-bottom: 20px;
    overflow: hidden;
}

div.more-catalogue div.element div.img-slider div.img-slider-inner {
    height: 100%;
    width: 5000px;
}

div.more-catalogue div.element div.img-slider div.img-slider-inner img {
    display: block;
    float: left;
    width: 261px;
}

div.more-catalogue div.element div.description {
    width: 42.44%;
    float: left;
}

div.more-catalogue div.element div.description h3 {
    margin-top: 0px;
}

div.more-catalogue div.element div.description a.button {
    margin-top: 50px;
}

div.more-catalogue div.element div.download a {
    display: inline-block;
    color: #000;
    text-decoration: none;
    background-image: url(../img/pdf-icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    height: 50px;
    padding-left: 50px;
    margin-left: 10.61%;
}

div.more-catalogue div.element div.download a span {
    display: inline-block;
    margin-top: 13px;
    font-weight: bold;
    border-bottom: 2px solid #000;
}

.col3 {
  float: left;
  margin-right: 2.27%;
  width: 23.29%;
}

.wrapper.catalogue {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

div.catalogue a.element {
  width: 100%;
}

.col3.last, div.catalogue a.last.element {
    margin: 0;
}

div.catalogue a.element {
    background-color: white;
    outline: 1px solid #bebebe;
    padding-top: 50px;
    text-align: center;
    color: #e73139;
    text-decoration: none;
    margin-bottom: 20px;
    -webkit-transition: outline 0.3s;
    -moz-transition: outline 0.3s;
    -o-transition: outline 0.3s;
    transition: outline 0.3s;
}

div.catalogue a.element:nth-child(4n) {
    margin-right: 0px;
}

div.catalogue a.element:hover {
    outline-color: #e73139;
}

div.catalogue a.element div.img {
    width: 64%;
    height: 250px;
    margin: 0 auto;
    background-color: #eeeeee;
    background-size: cover;
    background-position: center center;
}

div.catalogue a.element div.text {
    margin: 20px auto;
    height: 30px;
    padding: 0px 6px;
}

.header .layout .wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.burger,
.mobile-sidebar {
    display: none;
}

.b24-form {
    min-width: 420px;
}

@media (max-width: 991px) {
  .wrapper.catalogue {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 767px) {
    html, body {
        min-width: 100%;
    }

    h1 {
        font-size: 26px;
    }

    div.header {
        top: 50px;
        width: 100% !important;
        min-width: 100%;
    }

    .rasp {
        height: 70px;
        position: unset;
    }

    .rasp p {
        font-size: 14px;
    }

    div.welcome.outer {
        height: 690px;
        background-size: 300px, contain;
        background-position: bottom right, top center;
    }

    .layout {
        max-width: 100%;
    }

    /* top */
    .wrapper .logo {
        width: 45%;
    }

    .wrapper .logo img {
        width: 100%;
    }

    .wrapper .contacts {
        width: 45%;
        float: right;
    }

    .wrapper .action {
        width: 100%;
    }

    /* end top */
    div.header div.wrapper div.contacts span.phone {
        font-size: 20px;
    }

    div.header div.wrapper a {
        float: none;
    }

    .col7 {
        width: 100%;
    }

    div.welcome.outer div.screen div.description ul li span {
        line-height: 20px;
    }

    div.welcome.outer div.screen div.description ul li {
        margin-bottom: 25px;
    }

    div .screen {
        height: 0;
        min-height: 0;
    }

    /* catalog */
    .wrapper.catalogue {
      grid-template-columns: 1fr 1fr;
      gap: 16px;
    }

    .col3, div.catalogue a.element {
        float: none;
    }

    div.catalogue a.element {
        outline: none;
    }

    .catalogue img {
        margin: 0 auto;
        display: block;
    }

    /* end catalog */
    .cta-step a.button {
        width: 100%;
        padding: 15px 0;
    }

    .reasons .elements .element {
        width: 100%;
    }

    .how-we-works .elements .element {
        width: 100%;
    }

    div.wrapper.how-we-works div.elements div.element {
        background-image: none;
    }

    /* table */
    .filiali-table {
        display: none;
    }

    /* end table */
    .col4, div.action-screen div.form {
        width: 100%;
    }

    input[type="text"], input[type="email"], textarea {
        padding: 8px 0;
    }

    div.footer div.col2 {
        width: 100%;
    }

    div.footer div.col7 {
        width: 100%;
        text-align: unset;
    }

    div.footer div.col3 {
        width: 100%;
        text-align: unset;
    }

    /* pop-up */
    div.more-catalogue div.element div.img-slider {
        float: none;
        padding: 10px;
    }

    div.more-catalogue div.element {
        overflow: scroll;
    }

    div.more-catalogue div.element div.description {
        width: 90%;
        padding: 10px;
    }

    div.more-catalogue div.element div.control {
        display: none;
    }

    div.more-catalogue div.element div.description a.button {
        font-size: 14px;
        padding: 5px;
    }

    .download {
        padding: 15px;
    }

    .header .layout .wrapper .action a.button {
        font-size: 14px;
        padding: 14px;
        height: auto;
    }

    .header .logo.col3 {
        width: 160px;
    }

    .burger {
        display: block;
        cursor:pointer;
    }

    .burger .bar {
        transition:0.4s;
    }

    .bar-1,
    .bar-2 ,
    .bar-3 {
        display: block;
        width: 20px;
        border-top: 3px solid #e73139;
        padding-top: 3px;
        cursor:pointer;
        transition: 0.4s;
    }


    .burger.active .bar-1 {
        -webkit-transform: rotate(-45deg) translate(-8px, 10px);
        transform: rotate(-45deg) translate(-2px, 1px);
        width: 20px;
    }

    .burger.active .bar-2 {opacity:0;}

    .burger.active .bar-3 {
        -webkit-transform: rotate(45deg) translate(-9px, -5px);
        transform: rotate(45deg) translate(-9px, -5px);
        width: 20px;
    }

    .mobile-sidebar {
        display: block;
        transition: all linear .3s;
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        background: none;
    }

    .mobile-sidebar.active {
        background: rgba(0, 0, 0, .3);
        z-index: 9999;
    }

    body:has(.mobile-sidebar.active) {
        overflow: hidden;
    }

    .mobile-sidebar .mobile-sidebar__inner {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 20px;
        background: #fff;
        width: 100%;
        max-width: 320px;
        height: 100%;
        transform: translate(-100%, 0);
        position: relative;
        padding: 20px;
        transition: all linear .3s;
    }

    .mobile-sidebar .mobile-sidebar__inner.active  {
        transform: translate(0, 0);
    }
    .header .layout .wrapper .col3:not(.logo) {
        display: none;
    }

    .header .layout .wrapper .mobile-sidebar .col3:not(.logo) {
        display: block;
        width: 100%;
    }

    div.welcome.outer div.screen div.description {
        margin-top: 120px;
    }

    div.outer.grey div.layout h2 {
        margin: 30px 0;
    }

    div.more-catalogue div.element {
        width: 96%;
        max-height: 80%;
    }

    div.more-catalogue div.element div.img-slider div.img-slider-inner img {
        max-width: 261px;
        width: 100%;
    }

    .mobile-sidebar,
    .mobile-sidebar .mobile-sidebar__inner {
        overflow-y: scroll;
    }

    .mobile-sidebar .mobile-sidebar__inner .col3:nth-child(2),
    .mobile-sidebar .mobile-sidebar__inner .col3:nth-child(3) {
        display: none!important;
    }

    .mobile-sidebar .mobile-sidebar__inner .mobile-catalog .element {
        padding: 6px 0;
        border-top: 1px solid #eeeeee;
    }
}

@media (max-width: 576px) {Q
    .wrapper.catalogue {
        grid-template-columns: 1fr;
    }

    .mobile-sidebar .mobile-sidebar__inner {
        max-width: calc(100% - 100px);
    }

    .b24-form {
        min-width: 100%;
    }

    div.welcome.outer {
        background-size: 200px, contain;
    }
}


@media (max-width: 520px) {
    .wrapper.catalogue {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 380px) {
    div.welcome.outer div.screen div.description {
        margin-top: 80px;
    }

    div.welcome.outer div.screen div.description h1 {
        margin-bottom: 0;
        font-size: 22px;
        margin-top: 34px;
        padding: 0 8px;
    }

}
