@charset "UTF-8";
/*
*  node_modules
*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/*
* Custom (from src/style/partials)
*/
@font-face {
    font-family: 'MontserratBold';
    src: url("../fonts/Montserrat-Bold.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MontserratMedium';
    src: url("../fonts/Montserrat-Medium.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MontserratRegular';
    src: url("../fonts/Montserrat-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
    font-family: "slick";
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

body {
    font-family: 'MontserratRegular', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
}
body.fixed {
    overflow: hidden;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.container-fluid {
    max-width: 1920px;
    padding: 0;
}

img {
    display: block;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

.izi-btn {
    display: inline-block;
    font-family: 'MontserratMedium', sans-serif;
    height: 40px;
    padding: 0 30px;
    background: #ffdf0d;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    border: none;
    outline: none;
    border-radius: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.izi-btn:hover {
    background: #ffe74a;
}

.btn.large-btn {
    width: 100%;
    max-width: 480px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
}

.top-flooring .izi-btn {
    font-family: 'MontserratBold', sans-serif;
}

header {
    pointer-events: none;
}

.logo-wrapper {
    display: flex;
}

.logo-text {
    font-size: 14px;
    margin: 15px 0 0 40px;
}

header .logo {
    display: block;
    width: 48px;
    pointer-events: auto;
}

header .logo img {
    width: 100%;
}

header .user-block {
    padding: 20px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
}

header .user-block .social-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 15px;
}

header .user-block .izi-btn {
    margin-left: 60px;
}

.social-wrapper a {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    color: #000;
    background: #fff;
    text-decoration: none;
    margin-right: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.social-wrapper a:hover {
    background: #000;
    color: #fff;
}

.header-phone {
    font-family: 'MontserratBold', sans-serif;
    font-size: 16px;
    line-height: 25px;
    white-space: nowrap;
}

.header-container {
    position: relative;
    padding: 0;
    background: #f5f4f9;
}

.header-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header-container header {
    width: 100%;
}

.header-content {
    margin: 0 -15px;
    pointer-events: auto;
}

.best-price-block {
    padding: 30px 45px 20px;
    background: #fff;
    margin-left: -15px;
    margin-right: -15px;
    pointer-events: auto;
    min-height: 640px;
}

.best-price-block .how-work {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.best-price-block .how-work svg {
    margin-right: 8px;
    display: inline-block;
    width: 20px;
    height: 20px;
    fill: #ff4d4d;
}

.best-price-block .how-work svg path {
    fill: #ff4d4d;
}

.best-price-block b {
    display: block;
    font-family: 'MontserratBold', sans-serif;
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 65px;
}

.best-price-block p {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 66px;
}

.best-price-block p a {
    text-decoration: underline;
}

.best-price-block p a:hover {
    text-decoration: underline;
}

.best-price-block .btn-row .izi-btn {
    margin-bottom: 10px;
    /*margin-bottom: 26px; */
}

.best-price-block .btn-row .btn.large-btn {
    max-width: 100%;
}

.double-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}

.double-input + .btn {
    margin-bottom: 30px;
}

.double-input .input-block {
    margin-bottom: 0;
}

.double-input .input-block:first-child {
    width: 66.67%;
    padding-right: 15px;
}

.double-input .input-block:last-child {
    width: 33.33%;
    padding-left: 15px;
}

.input-block, .select-block {
    margin-bottom: 15px;
}

.input-block select, .select-block select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.input-block.error, .select-block.error {
    border: 1px solid #ff4d4d;
}

.input-block.error input::-webkit-input-placeholder, .select-block.error input::-webkit-input-placeholder {
    color: #ff4d4d;
}

.input-block.error input::-moz-placeholder, .select-block.error input::-moz-placeholder {
    color: #ff4d4d;
}

.input-block.error input:-moz-placeholder, .select-block.error input:-moz-placeholder {
    color: #ff4d4d;
}

.input-block.error input:-ms-input-placeholder, .select-block.error input:-ms-input-placeholder {
    color: #ff4d4d;
}

.select-block {
    position: relative;
}

.select-block .fas {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
}

.form-control {
    height: 60px;
    padding: 20px 15px;
    font-size: 14px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.5);
    outline: none;
    background: #f5f5f5;
    border: 2px solid #fc0;
    border-radius: 0;
}

.form-control:hover, .form-control:active, .form-control:focus {
    border: 2px solid transparent;
    box-shadow: none;
    background: #f5f5f5;
}

.how-work {
    text-decoration: underline;
    display: inline-block;
    width: 100%;
    text-align: center;
    white-space: nowrap;
}

.how-work:hover {
    text-decoration: none;
}

.price-examples {
    text-align: center;
}

section {
    padding: 80px 0;
}

section h2 {
    margin: 0 0 65px;
    font-size: 24px;
    line-height: 36px;
    font-family: 'MontserratBold', sans-serif;
}

.grey-section {
    background: #f5f5f5;
}

.top-flooring h3{
    text-align: center;
    margin-bottom: 50px;
    font-size: 24px;
    line-height: 36px;
    font-family: 'MontserratBold', sans-serif;
}

.flooring-slider {
    margin-bottom: 65px;
}

.flooring-slider .item-wrapper {
    margin: 0 15px;
    outline: none;
}

.flooring-slider .flooring-item {
    margin: 0 auto;
    max-width: 350px;
}

.flooring-slider .flooring-item .item-img {
    width: 100%;
    max-width: 350px;
    height: 240px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto 30px;
}

.flooring-slider .flooring-item .item-name {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
}

.flooring-slider .flooring-item .average-price {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 5px;
    color: rgba(0, 0, 0, 0.5);
}

.flooring-slider .flooring-item b {
    font-family: 'MontserratBold', sans-serif;
}

.flooring-slider .slick-slide {
    opacity: .5;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.flooring-slider .slick-slide.slick-active {
    opacity: 1;
}

.slick-prev, .slick-next {
    top: -60px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    right: 20.8%;
    left: auto;
    width: 30px;
    height: 30px;
    background: #ffdf0d;
}

.slick-prev:hover, .slick-prev:focus, .slick-prev:active, .slick-next:hover, .slick-next:focus, .slick-next:active {
    background: #ffe74a;
}

.slick-prev:before, .slick-next:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    line-height: 28px;
    color: #000;
}

.slick-prev {
    right: -webkit-calc(20.8% + 45px);
    right: calc(20.8% + 45px);
}

.slick-prev:before {
    content: "\f104";
}

.top-flooring .slick-prev, .top-flooring .slick-next {
    top: 100px;
    right: 20.75%;
}

.top-flooring .slick-prev {
    right: auto;
    left: 20.8%;
    z-index: 1;
}

.mobile-user-btn {
    display: none;
    width: 42px;
    height: 42px;
    background: #ffdf0d;
    text-align: center;
    font-size: 14px;
    line-height: 42px;
    margin-left: 15px;
}

.buy-slider .slider-item {
    margin: 0 15px;
    padding: 30px 30px 70px;
    background: #f5f5f5;
    font-size: 14px;
    outline: none;
}

.buy-slider .slider-item .info-block:first-of-type {
    margin-bottom: 40px;
}

.buy-slider .slider-item .info-block:nth-of-type(2) {
    margin-bottom: 30px;
}

.buy-slider .slider-item .info-block:nth-of-type(2) .info-title {
    margin-bottom: 15px;
}

.buy-slider .slider-item .info-block span {
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 5px;
    display: inline-block;
}

.buy-slider .slider-item .info-block .info-title {
    font-size: 20px;
}

.buy-slider .slider-item .info-block .info-title + b {
    display: block;
    margin-top: 20px;
    line-height: 16px;
}

.buy-slider .slider-item .price-title {
    display: inline-block;
    width: 72%;
}

.buy-slider .slider-item .price-row {
    margin-bottom: 5px;
}

.send-wrapper {
    margin-bottom: 30px;
}

.send-wrapper .send-row {
    margin-bottom: 15px;
}

.send-wrapper .remove-link {
    line-height: 60px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
}

.send-wrapper .send-row:first-of-type .remove-link {
    display: none;
}

.add-form-row, .add-form-row-single {
    white-space: nowrap;
    text-decoration: underline;
    margin-bottom: 30px;
    display: inline-block;
}

.clear-fields {
    color: rgba(0, 0, 0, 0.5);
    white-space: nowrap;
    text-decoration: underline;
}

.clear-fields:hover {
    color: rgba(0, 0, 0, 0.5);
}

.send-form .izi-btn {
    width: 100%;
    max-width: 100%;
}

.send-form .how-work {
    line-height: 60px;
}

.dark-grey-section {
    background: #262626;
}

.dark-grey-section h2, .dark-grey-section p {
    color: #fff;
}

.card, .card-header {
    background-color: transparent;
    border: none;
}

.accordion {
    margin-bottom: 90px;
}

.accordion .card {
    padding: 20px 0 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25) !important;
}

.accordion .card .btn-link {
    font-size: 20px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.25);
    padding: 0;
    width: 100%;
    display: block;
    text-align: left;
    position: relative;
    white-space: normal;
}

.accordion .card .btn-link:before {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
}

.accordion .card .card-header, .accordion .card .card-body {
    padding: 0;
}

.accordion .card p {
    margin: 0;
}

.accordion .card p + p {
    margin-top: 10px;
}

.accordion .card.active .card-header {
    margin-bottom: 23px;
}

.accordion .card.active .card-header .btn-link {
    color: #ffdf0d;
}

.accordion .card.active .card-header .btn-link:before {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}

footer {
    background: #333;
    padding-bottom: 50px;
}

footer .footer-logo {
    display: block;
    width: 48px;
    margin-bottom: 20px;
}

footer .footer-logo img {
    width: 100%;
}

footer .social-wrapper a {
    background: inherit;
    color: #fff;
}

footer .social-wrapper a:hover {
    background: #ffdf0d;
    color: #333;
}

address p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 5px;
}

.contacts a {
    color: #fff;
}

.contacts .mail {
    display: block;
    margin-bottom: 30px;
}

.contacts .phone {
    font-family: 'MontserratBold', sans-serif;
    display: block;
    margin-bottom: 15px;
}

.how-work-modal .modal-dialog {
    max-width: 700px;
}

.how-work-modal .modal-body {
    padding: 0;
}

.how-work-modal video {
    display: block;
    width: 100%;
}

.how-work-modal * {
    background: transparent;
    border: none;
}

.how-work-modal .btn {
    color: #fff;
    font-weight: 500;
    text-decoration: underline;
}

.how-work-modal .btn:hover {
    text-decoration: none;
}

.how-work-modal .btn:focus {
    outline: none;
}

.how-work-modal .modal-footer {
    padding: 0;
}

.agreement-link {
    display: block;
    text-decoration: underline;
}

.agreement-link:hover {
    color: #ffdf0d;
}

.agreement-modal .close {
    position: absolute;
    display: block;
    right: -28px;
    top: -30px;
    z-index: 1;
    font-size: 40px;
    color: #fff;
}

.agreement-modal .modal-dialog {
    max-width: 800px;
    font-size: 14px;
    line-height: 20px;
}

.agreement-modal .modal-body {
    padding: 30px;
    text-align: justify;
}

.agreement-modal .agreement-list {
    padding-left: 30px;
}

.agreement-modal .licence-agreement > span {
    margin-bottom: 20px;
    display: block;
}

.agreement-modal ul {
    list-style: disc;
    padding-left: 25px;
    margin-bottom: 5px;
}

.agreement-modal ul li {
    margin-bottom: 5px;
}

.agreement-list__item {
    margin-bottom: 5px;
}

.agreement-list__item > p {
    margin-bottom: 10px;
}

.agreement-modal ol {
    list-style: decimal;
    padding-left: 15px;
    margin-bottom: 5px;
}

.agreement-modal ol li {
    margin-bottom: 5px;
}

.agreement-modal .agreement-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.agreement-modal ol li ul {
    padding-left: 17px;
}

.agreement-modal li p {
    margin: 0;
}

.agreement-modal .agreement-list__item > ol {
    padding-left: 18px;
}

.agreement-modal .agreement-list__item.other-condition ol, .agreement-modal .agreement-list__item.other-condition ul {
    list-style: none;
    padding-left: 0;
}

.agreement-info a {
    text-decoration: underline;
}

input.error, input.error:hover, input.error:focus, input.error:active {
    border: 1px solid #e3283a;
}

.btn-row .how-work {
    line-height: 60px;
}

.btn-row .large-btn {
    width: 100%;
    max-width: 100%;
}

input + .error {
    display: none !important;
}

.header-bg {
    background-repeat: no-repeat;
    background-position: 27% bottom;
    pointer-events: none;
}

.steps-wrapper h3 {
    text-align: center;
}

.steps-wrapper svg {
    display: block;
    width: 68px;
    height: 68px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.steps-wrapper .step-item {
    display: inline-block;
    width: auto;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.step-item b {
    display: block;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 10px;
}
.step-item-wrapper {
    display: flex;
    justify-content: center;
    position: relative;
}

.step-item-wrapper:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
    color: rgba(255, 77, 77, .25);
    position: absolute;
    right: 0;
    top: 10%;
}

.step-item-wrapper:last-child:before {
    display: none;
}

.step-item .item-icon {
    margin-bottom: 35px;
}
.step-item .item-text {
    font-size: 16px;
    line-height: 24px;
}
/*.service-advantage-wrapper*/
.service-advantage {
    padding-bottom: 30px;
}

.service-item {
    position: relative;
    padding-left: 96px;
    margin-bottom: 65px;
}

.service-item .item-title {
    font-size: 20px;
    margin-bottom: 15px;
}

.service-item p {
    font-size: 14px;
    min-height: 48px;
}

.service-item .item-img {
    position: absolute;
    top: 0;
    left: 0;
}

.service-item .item-img svg {
    width: 64px;
}

.product-item {
    margin-bottom: 40px;
}

.product-item .item-img {
    width: 100%;
    max-width: 160px;
    margin: 0 auto 10px;
    background: #ebebeb;
}

.product-item .item-img:hover {
    background: #ffcc00;
}

.product-item .item-img:hover .cls-2 {
    stroke: #000;
}

.product-item .item-img svg {
    width: 100px;
}

header .add-form-row-single {
    font-size: 14px;
}

.can-find {
    padding-bottom: 40px;
}

.user-btn-wrapper {
    display: flex;
}

.why-us .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

.why-us-item {
    width: 100%;
    margin: 15px 0;
    position: relative;
    font-size: 14px;
    min-height: 260px;
    background: #f5f5f5;
    overflow: hidden;
}

.why-us-item img {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 24px;
    max-width: 120px;
}

.why-us-item .item-content {
    position: absolute;
    top: 64px;
    left: 40px;
    max-width: 60%;
    font-size: 14px;
}
.why-us-item .item-content b {
    font-size: 20px;
}

.item-content b {
    font-family: 'MontserratBold', sans-serif;
    display: block;
    margin-bottom: 10px;
}
b, strong {
    font-family: 'MontserratBold', sans-serif;
}

.best-price-block h3 {
    margin-bottom: 58px;
    font-size: 24px;
    line-height: 36px;
    font-family: 'MontserratBold', sans-serif;
}

.best-price-block h4 {
    font-size: 19px;
    line-height: 23px;
    margin-bottom: 36px;
}

.steps-wrapper + h4 {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.steps-wrapper .st0,
.steps-wrapper .st1,
.service-item .st0,
.service-item .st1 {
    fill: #FF4D4D !important;
    stroke: none !important;
}

.steps-wrapper .st2,
.service-item .st2 {
    fill: #FF7A7A !important;
    stroke: none !important;
}

.steps-wrapper {
    padding-top: 75px;
    padding-bottom: 75px;
}

.steps-wrapper h3 {
    margin-bottom: 58px;
    font-size: 24px;
    line-height: 36px;
    font-family: 'MontserratBold', sans-serif;
}

.steps-wrapper .item-icon {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.steps-wrapper .item-text {
    display: block;
}
.custom-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0, .5);
    z-index: 11;
    transition: all .3s;
    padding-right: 17px;
}
.custom-popup-overlay .custom-popup {
    position: absolute;
    z-index: 12;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    transition: all .3s;
    padding: 30px;
    width: 100%;
    max-width: 600px;
}
.custom-popup .close-popup-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    display: inline-block;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.close-popup-btn span {
    display: inline-block;
    position: absolute;
    z-index: 12;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.close-popup-btn span:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #000;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.close-popup-btn span:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #000;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.dzencode-logo {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
.copyright {
    background: #262626;
    padding: 10px 0;
}
.copyright span  {
    -webkit-filter: invert(100%);
    filter: invert(100%);
    font-size: 12px;
    display: block;
}
.copyright .dzencode-logo span {
    -webkit-filter: invert(0);
    filter: invert(0);
    color: #fff;
}

.section-padding {
    padding-top: 65px;
    padding-bottom: 65px;
}
.accordion-wrapper {
    background: #fff;
}
.accordion-item {
    padding-left: 98px;
    padding-right: 98px;
    border-bottom: 1px solid rgba(0,0,0, .1);
}
.accordion-item:last-child {
    border-bottom: none;
}
.accordion-title {
    cursor: pointer;
    font-size: 20px;
    line-height: 24px;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}
.accordion-title:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translate(0, -50%);
    transition: all .3s;
}
.accordion-item.show-item .accordion-title:after {
    transform: translate(0, -50%) rotate(180deg);
}
.accordion-body {
    display: none;
    padding-bottom: 30px;
}
.accordion-body.open {
    display: block;
}
.accordion-body img {
    max-width: 290px;
    margin-left: auto;
}

@media screen and (max-width: 1440px) {
    .slick-prev, .slick-next {
        right: 15px;
    }

    .slick-prev {
        right: 60px;
    }

    .header-bg {
        background-position: 9% bottom;
    }
}

@media screen and (max-width: 1199px) {
    .service-item p br {
        display: none;
    }

    .header-bg {
        -webkit-background-size: 30%;
        background-size: 30%;
    }

    .logo-text {
        margin: 8px 0 0 20px;
        font-size: 14px;
    }

    .logo-text br {
        display: none;
    }

    .top-flooring .slick-prev, .top-flooring .slick-next {
        right: 25px;
    }

    .top-flooring .slick-prev {
        left: 25px;
    }
    .accordion-item {
        padding-left: 45px;
        padding-right: 45px;
    }
    .accordion-title:after {
        right: 15px;
    }
}

@media screen and (max-width: 991px) {
    header > .container {
        max-width: 100%;
        background: #fff;
    }

    header .logo {
        margin-left: 25px;
        margin-bottom: 10px;
    }

    header .user-block .izi-btn {
        margin-right: 25px;
    }

    .buy-slider .slick-list {
        margin-left: -175px;
    }

    .question h2 {
        margin-bottom: 40px;
    }

    footer .social-wrapper {
        margin-top: 50px;
    }

    .best-price-block .btn-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .best-price-block .btn-row .how-work {
        margin: 0 0 0 30px;
        line-height: 60px;
    }
    .best-price-block .btn-row .izi-btn {
        margin-bottom: 0;
    }
    .header-bg {
        background-image: none !important;
    }
    .logo-text {
        display: none;
    }

    .step-item b {
        display: block;
        line-height: 22px;
        min-height: 44px;
    }
    .best-price-block {
        min-height: auto;
    }
    .accordion-body>.row {
        flex-direction: column-reverse;
    }
    .accordion-body img {
        max-width: 200px;
        margin-left: 0;
        margin-bottom: 15px;
    }
    .accordion-body {
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    section {
        padding: 60px 0;
    }

    section h2 {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 100px;
    }

    .slick-prev, .slick-next {
        right: auto;
        left: 15px;
        top: -60px;
    }

    .slick-next {
        left: 60px;
    }

    header .user-block .social-wrapper {
        display: none;
    }

    header .user-block .izi-btn {
        display: none;
    }

    header .mobile-user-btn {
        display: block;
    }

    .buy-slider .slick-list {
        margin-left: 0;
    }

    footer {
        padding-bottom: 60px;
    }

    footer .social-wrapper {
        margin-top: 20px;
    }

    .accordion {
        margin-bottom: 0;
    }

    .send-wrapper .remove-link {
        line-height: 24px;
    }

    .send-order h2 {
        margin-bottom: 40px;
    }

    .flooring-slider .flooring-item .item-img {
        margin: 0 0 30px 0;
    }

    .top-flooring .slick-prev, .top-flooring .slick-next {
        right: 14px;
        left: auto;
    }

    .top-flooring .slick-prev {
        left: 15px;
    }

    .service-item {
        padding-left: 80px;
        margin-bottom: 40px;
    }

    .why-us-item {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }

    .why-us-item .item-content {
        top: 15px;
        left: 15px;
    }
    .steps-wrapper h3 br{
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .why-us-item {
        line-height: 20px;
    }

    .header-container header {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .header-container header .logo {
        margin: 0;
    }

    .best-price-block {
        padding: 30px 15px;
    }

    .best-price-block .btn-row {
        display: block;
    }

    .service-item {
        margin-bottom: 20px;
    }

    .service-advantage h2, .can-find h2 {
        margin-bottom: 60px;
    }
    .accordion-item {
        padding-left: 15px;
        padding-right: 15px;
    }
    .accordion-title span {
        display: inline-block;
        width: 90%;
    }
}

@media screen and (max-width: 479px) {
    .double-input {
        display: block;
    }

    .double-input .input-block:first-child {
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }

    .double-input .input-block:last-child {
        width: 100%;
        padding-left: 0;
    }

    .input-block, .select-block {
        margin-bottom: 30px;
    }

    .how-work {
        margin-bottom: 20px;
    }

    .steps-wrapper .step-item {
        max-width: 100%;
        flex: 0 0 100%;
        display: flex;
        margin-bottom: 10px;
    }

    .step-item-wrapper:before {
        display: none;
    }

    .step-item .item-text {
        margin: 10px 0 0 15px;
        line-height: 20px
    }

    .best-price-block b {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 40px;
    }

    .steps-wrapper {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 991px){
    .why-us-item .item-content {
        top: 16px;
    }
    .why-us-item img {
        width: 100px;
    }
}

@media screen and (max-width: 767px){
    .steps-wrapper h3 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 30px;
    }
    .step-item-wrapper:before {
        display: none;
    }
    .step-item b {
        min-height: auto;
    }
    .steps-wrapper .item-icon {
        margin-bottom: 15px;
    }
    .steps-wrapper .step-item {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 575px){
    .steps-wrapper .item-icon {
        margin-left: 0;
        margin-right: 30px;
    }
    .steps-wrapper .item-text {
        margin: 0;
    }
    .best-price-block .btn-row .how-work {
        margin-left: 0;
    }
}
