
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;
}

/* 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;
}
button{
    border: none;
    outline: none;
    background: unset;
}
/**
 * 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;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(-360deg);
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(-360deg);
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    overflow-x: hidden;
    font-weight: 300;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    overflow: hidden;
    line-height: 1.3;
    color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

a,
button,
input,
textarea,
select {
    outline: none;
}

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

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.container {
    max-width: 84vw;
    margin: 0 auto;
    z-index: 2;
}

.slick-slide {
    outline: none;
}

input::-webkit-input-placeholder {
    color: #000;
}

input:-ms-input-placeholder {
    color: #000;
}

input::-ms-input-placeholder {
    color: #000;
}

input::placeholder {
    color: #000;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.btn {
    position: relative;
    width: 100%;
    min-height: 5vw;
    padding: 0.8vw;
    border: none;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-box-shadow: 0 1rem 2rem rgba(218, 41, 28, 0.4), inset 0 -5px 0 #da291c;
    box-shadow: 0 1rem 2rem rgba(218, 41, 28, 0.4), inset 0 -5px 0 #da291c;
    border-radius: 6px 6px 8px 8px;
    background-color: #ff4500;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(25%, rgba(255, 153, 57, 0)), to(#ff9939));
    background-image: -webkit-linear-gradient(bottom, rgba(255, 153, 57, 0) 25%, #ff9939 100%);
    background-image: -o-linear-gradient(bottom, rgba(255, 153, 57, 0) 25%, #ff9939 100%);
    background-image: linear-gradient(to top, rgba(255, 153, 57, 0) 25%, #ff9939 100%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 6;
}

.btn:hover {
    -webkit-box-shadow: 0 1rem 2.5rem rgba(218, 41, 28, 0.4), inset 0 6px 0 #da291c;
    box-shadow: 0 1rem 2.5rem rgba(218, 41, 28, 0.4), inset 0 6px 0 #da291c;
}

.first_block {
    background: url("../img/bg.jpg") center no-repeat;
    background-size: cover;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

@keyframes dwnPulse {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
        transform: scale(2);
    }
    60% {
        opacity: .9;
    }
    100% {
        opacity: 0;
        transform: scale(4.2);
    }
}

.ad-item_pulse {
    right: 58%;
    bottom: 14%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: -1;
    border: none;
    width: 300px;
    height: 300px;
    background-color: transparent;
    border-radius: 50%;
}

.ad-pulse {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 300px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    opacity: .3;
    animation: adPulse 6s 0s linear infinite;
    animation-name: dwnPulse;
}

.ad-pulse_1 {
    animation-delay: 0s;
}

.ad-pulse_2 {
    animation-delay: 2s;
}

.ad-pulse_3 {
    animation-delay: 4s;
}

.ad-pulse_4 {
    animation-delay: 6s;
}

.first_block .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;

}

.second_block {
    background: url("../img/black_bg.jpg") center no-repeat;
    background-size: cover;
}

.container {
    max-width: 84vw;
    margin: 0 auto;
    z-index: 2;
}

.header_logotype_text {
    font-size: 1.2rem;
    align-items: center;
    padding: 2rem 2.8rem;
    color: #fff;
    margin-left: 3rem;
}
.header_logotype_img{
    position: relative;
}
.header_logotype_img:after{
    position: absolute;
    height: 160%;
    width: 300%;
    content: '';
    top: 45%;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    -webkit-transform: skew(-15deg) translateY(-50%);
    -moz-transform: skew(-15deg) translateY(-50%);
    -ms-transform: skew(-15deg) translateY(-50%);
    -o-transform: skew(-15deg) translateY(-50%);
    transform: skew(-15deg) translateY(-50%);
    left: -190%;
    background: rgba(255, 255, 255, 0.08);
}
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 3.5rem;
}

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

.header_logotype_img {
    margin-top: -1.5rem;
}

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

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

.header_place_text, .header_phone_number {
    margin-left: 1.5rem;
    display: flex;
    flex-direction: column;
}

.header_place_text span, .header_phone_number span {
    color: #828895;
    font-size: 1.4rem;
    line-height: 2.2rem;
    font-weight: 300;
}

.header_place_text p {
    color: #ffffff;
    font-size: 1.8rem;
    line-height: 2.5rem;
    font-weight: 600;
}

.header_phone_number p, .header_phone_number a {
    color: #ffffff;
    font-size: 1.8rem;
    line-height: 2.5rem;
    font-weight: 600;
}
.header_phone_number a:hover {
    color: #fad202;
}

.row_wrapper_desc {
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 2.5rem;
    position: relative;
    margin-left: 7rem;
    font-weight: 900;
    color: #fff;
}

.row_wrapper_desc:after {
    width: 5rem;
    height: 2px;
    position: absolute;
    content: '';
    background-color: #fad200;
    left: -7rem;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

h1 {
    color: #ffffff;
    font-weight: 800;
    font-size: 4rem;
  

    margin-top: 5rem;
}

h1 span {
    color: #fad202;
    border-bottom: 1px solid #fad202;
}

.titles_wrapper .strong {
    font-size: 50px;
}

.under_h1 {
    width: 27.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    transform: skew(-10deg);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4fb6e1+0,9688e4+100 */
    background: #4fb6e1; /* Old browsers */
    background: -moz-linear-gradient(left, #4fb6e1 0%, #9688e4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #4fb6e1 0%, #9688e4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #4fb6e1 0%, #9688e4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4fb6e1', endColorstr='#9688e4', GradientType=1); /* IE6-9 */
}

.under_h1 p {
    font-size: 2.1rem;
    line-height: 2.5rem;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 800;
    letter-spacing: 0.075em;
    padding: 1.2rem 0;
    -webkit-transform: skew(10deg);
    -moz-transform: skew(10deg);
    -ms-transform: skew(10deg);
    -o-transform: skew(10deg);
    transform: skew(10deg);
}

.under_h1 {
    display: flex;
    align-items: center;
    margin-top: 3rem;
}

.under_h1 .line {
    width: 6rem;
    margin-right: 1.5rem;
    height: 1px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#999999+0,e5e5e5+100&0+1,1+100 */
    background: -moz-linear-gradient(left, rgba(153, 153, 153, 0) 0%, rgba(154, 154, 154, 0) 1%, rgba(229, 229, 229, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(153, 153, 153, 0) 0%, rgba(154, 154, 154, 0) 1%, rgba(229, 229, 229, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(153, 153, 153, 0) 0%, rgba(154, 154, 154, 0) 1%, rgba(229, 229, 229, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00999999', endColorstr='#e5e5e5', GradientType=1); /* IE6-9 */
}

.adv {
    display: flex;
    align-items: center;
    padding-bottom: 3rem;
}

.adv_item {
    display: flex;
    align-items: center;
    width: 30%;
}

.adv_item p {
    font-size: 1.5rem;
    
    font-weight: 500;
    margin-left: 2.4rem;
}

.calc {
    padding: 8rem 5rem 6rem;
    background-color: #ffffff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;


}

.calc:before {
    width: 1%;
    height: 90%;
    content: '';
    position: absolute;
    left: -1%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../img/left.png") center no-repeat;
    background-size: cover;
}

.calc:after {
    width: 1%;
    height: 90%;
    content: '';
    position: absolute;
    right: -1%;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    background: url("../img/left.png") center no-repeat;
    background-size: cover;
}

.calc h2 {
    font-size: 4rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #212121;
    text-align: center;
}

.calc_desc {
    color: #212121;
    font-weight: 300;
    font-size: 2rem;

    margin-top: 2.4rem;
    text-align: center;
}

.calc_promo {
    display: flex;
    align-self: baseline;
    width: 100%;
    justify-content: center;
    margin-top: 3rem;
    text-align: center;
}

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

.calc_promo_item p {
    font-size: 1.3rem;
    font-weight: 300;
    color: #212121;
    text-align: left;
    margin-left: 1.3rem;
  
}

.progress_bar_wrapper {
    display: flex;
    align-items: center;
    margin-top: 3rem;
    width: 100%;
}

.progress_bar_wrapper p {
    font-size: 1.8rem;
    font-weight: 800;
    flex-shrink: 0;
    color: #212121;
    text-transform: uppercase;
}

.inputs_quest {
    display: flex;
    align-items: flex-start;
    width: 50%;
    justify-content: space-evenly;
}

.calc_right {
    display: flex;
    flex-direction: column;
    margin-left: 30px;

}
.text_progress_bar{
    margin-right: 1.3rem;
}
.input_size_row {
    display: flex;
    align-items: center;
    margin: 1rem 0;
    width: 100%;
    justify-content: space-between;
    position: relative;
}
.square{
    position: absolute;
    right: -2.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.calc-question__slider-checkbox {
    margin-top: 3vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.radio-btn {
    display: none;
}

.radio-label {
    color: #999999;
    font-size: 0.9vw;
    display: inline-block;
    margin-left: 0.6vw;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.checkbox-psevdo {
    width: 2rem;
    height: 2rem;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    padding: 0.2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0.7vw;
}

.checkbox-psevdo-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.checkbox-psevdo-active img {
    width: 100%;
}

.checkbox-inp:checked + .radio-label {
    color: #2a2a2a;
}

.checkbox-inp:checked + label .checkbox-psevdo {
    -webkit-box-shadow: 0 2px 1rem rgba(255, 124, 0, 0.2);
    box-shadow: 0 2px 1rem rgba(255, 124, 0, 0.2);
}

.checkbox-inp:checked + label .checkbox-psevdo-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.input_size_row label {
    color: #96a8b4;
    font-weight: 600;
    font-size: 1.6rem;
}

.input_size_row input {
    padding: 1.6rem 0;
    width: 25rem;
    border: 2px solid #dce5eb;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    color: #212121;
    font-size: 1.6rem;
    /*margin-left: 4rem;*/
    text-align: center;
    margin: 4px;
}

.input_size_row input:focus {
    border: 2px solid #71d2fb;
}

@-webkit-keyframes progres {
    from {
        background-position: 0 0, 0 0;
    }

    to {
        background-position: 0 0, 60px 30px;
    }
}

@keyframes progres {
    from {
        background-position: 0 0, 0 0;
    }

    to {
        background-position: 0 0, 60px 30px;
    }
}

.progress_bar {
    height: 3rem;
    -webkit-box-shadow: inset 2px 3px 7px rgba(0, 0, 0, 0.05);
    box-shadow: inset 2px 3px 7px rgba(0, 0, 0, 0.05);
    border-radius: 0.8rem;
    background-color: #fcfaf3;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);
}

.progress_bar_inner {
    position: absolute;
    left: 0;
    -webkit-box-shadow: inset 2px 3px 7px rgba(137, 181, 239, 0.05);
    box-shadow: inset 2px 3px 7px rgba(137, 181, 239, 0.05);
    top: 0;
    height: 100%;
    width: 15%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #89b5ef;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(118, 207, 246))), repeating-linear-gradient(-55deg, #ffd200, transparent 6px, rgb(255, 207, 0) 5px, #ff631e 5px);
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(237, 241, 0) 100%), -webkit-repeating-linear-gradient(145deg, #ffd200, transparent 6px, #ffcf00 5px, #ff631e 5px);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(237, 241, 0) 100%), -o-repeating-linear-gradient(145deg, #ffd200, transparent 6px, #ffcf00 5px, #ff631e 5px);
    background-image: linear-gradient(to right, rgba(137, 181, 239, 0) 0%, rgb(118, 207, 246) 100%), repeating-linear-gradient(-65deg, #95c3f2, transparent 6px, #92a8ec 5px, #ff631e 5px);
    -webkit-animation: progres 2.8s linear infinite;
    animation: progres 2.8s linear infinite;
    -webkit-transition: width 0.4s;
    -o-transition: width 0.4s;
    transition: width 0.4s;
}

.progress_bar_inner p {
    font-size: 1.6rem;
    color: #ffffff;
    letter-spacing: 0.05em;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -ms-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg);
}

.calc_title {
    font-weight: 700;
    color: #212121;
    font-size: 2.6rem;
    margin-top: 5rem;
    text-align: center;
}

.calc_slider {
    width: 100%;
    margin-top: 3rem;
}

.calc_slider_item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.slick-list.draggable {
    padding-bottom: 3rem;
    -webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset;
}

.calc-question__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    margin-top: 2.5rem;
}

.step1 .calc-question__elem {
    width: calc(30% - 3rem);
    margin: 1.5rem;
}

.step2 .calc-question__elem {
    width: calc(30% - 2rem);
    margin: 1rem;
}

.step3 .calc-question__elem {
    width: calc(20% - 2rem);
    margin: 1rem;
}

.step4 .calc-question__elem {
    width: calc(30% - 3rem);
    margin: 1.5rem;
}

.step5 .calc-question__elem {
    width: calc(30% - 2rem);
    margin: 1rem;
}

.step6 .calc-question__elem {
    width: calc(30% - 2rem);
    margin: 1rem;
}


.step7 .calc-question__elem {
    width: calc(25% - 2rem);
    margin: 1rem;
}

.step8 .calc-question__elem {
    width: calc(30% - 2rem);
    margin: 1rem;
}


.step9 .last_slide_wrapper {
    display: flex;
    align-items: center;
}

.last_slide_left {
    flex-direction: column;
    display: flex;
    width: 100%;
    align-items: center;
}

.calc-question__elem {
    width: calc(25% - 3rem);
    border-radius: 1rem;
    padding: 6px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    cursor: pointer;

}

.calc-question__elem-img {
    height: 21vh;
    border-radius: 1rem 1rem 0 0;
    display: block;
    cursor: pointer;
}

.calc-question__elem-title {
    padding: 2.4rem 2rem;
    word-break: break-all;
    cursor: pointer;
}

.radio-btn {
    display: none;
}

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

.calc-question__elem .radio-label {
    margin: 0;
    -ms-word-break: break-word;
    word-break: break-word;
}

.radio-label {
    color: #111111;
    font-size: 1.4rem;
    display: inline-block;
    margin-left: 0.6vw;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    word-break: break-word;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.radio-psevdo {

    border: 2px solid #71d2fb;
    width: 1.4vw;
    height: 1.4vw;
    border-radius: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 0.6vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.radio-psevdo-active {
    width: 0.44vw;
    height: 0.44vw;
    background-color: #71d2fb;
    border-radius: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.radio-btn:checked + .radio-label {
    color: #2a2a2a;
}


.radio-btn:checked + label .radio-psevdo-active {
    opacity: 1;
}

.calc-question__elem:hover {
    border: 1px solid #efdffb;
}

.next:not(:disabled):before {
    margin-left: -30px;
    content: " ";
    width: 30px;
    height: 300px;
    background: #fff;
    -webkit-animation-delay: .05s;
    animation-delay: .05s;
    position: absolute;
    left: -40px;
    top: -150px;
    top-animation-timing-function: ease-in-out;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.last_slide_col .calculation_inner{
    position: relative;
}
.last_slide_col .calculation_inner img{
    right: -4.6rem;
    position: absolute;
    top: -1.4rem;
    transform: scale(2,2);
    display: none;
}
.last_slide_left{
    padding-bottom: 2.5rem;
}
.button {
    display: flex;
    align-items: center;
    width: 18rem;
    height: 5rem;
    -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.25);
    border-radius: 1.1rem;
    justify-content: center;
    text-transform: uppercase;
    margin: 0 1rem;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.button.next {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4fb6e1+0,9688e4+100 */
    background: #4fb6e1; /* Old browsers */
    background: -moz-linear-gradient(left, #4fb6e1 0%, #9688e4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #4fb6e1 0%, #9688e4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #4fb6e1 0%, #9688e4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4fb6e1', endColorstr='#9688e4', GradientType=1); /* IE6-9 */
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);
}


.button.prev {
    background-color: #71d2fb;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);
}

.button.prev img {
    margin-right: 0.9rem;
}

.button.next img {
    margin-left: 0.9rem;
}

.button span {
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    color: #ffffff;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -ms-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg);
}

.button img {
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -ms-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg);
}


.calc_slider_buttons {
    display: flex;
    align-items: center;
    margin-top: 5.5rem;
    justify-content: center;
    padding-bottom: 1rem;
}

.calculation {
    display: flex;
}

.calculation_inner {
    position: relative;
    margin-top: 4rem;
}

.calculation_btn_style:hover {
    -webkit-box-shadow: 0px 0.3rem 1rem rgb(7, 38, 52), inset -1px 4px 1px #ccab00;
    box-shadow: 0px 0.3rem 1rem rgb(7, 38, 52), inset -1px 4px 1px #ccab00;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.calculation_inner:hover img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(-50%) scale(2.6, 2.6);
    -moz-transform: translateY(-50%) scale(2.6, 2.6);
    -ms-transform: translateY(-50%) scale(2.6, 2.6);
    -o-transform: translateY(-50%) scale(2.6, 2.6);
    transform: translateY(-50%) scale(2.6, 2.6);

}

.calculation_btn_style {
    cursor: pointer;
    border: none;
    padding: 2.6rem 12rem 2.6rem 7rem;
    -webkit-box-shadow: 0 0.3rem 1rem #fad201, inset -2px -4px 0 #dab705;
    box-shadow: 0 0.3rem 1rem #fad201, inset -2px -4px 0 #fad201;
    background-color: #fad201 ;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fad201), to(#fad201));
    background-image: -webkit-linear-gradient(top, #fad201 0%, #fad201 100%);
    background-image: -o-linear-gradient(top, #fad201 0%, #fad201 100%);
    background-image: linear-gradient(to bottom, #fad201 0%, #fad201 100%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    border-radius: 12px 12px 17px 17px;
    cursor: pointer;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    text-decoration: none;
    position: relative;
    letter-spacing: 0.05em;
    overflow: hidden;
    text-transform: uppercase;
}

.calculation_btn_style:hover:after {
    top: 51%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.calculation_btn_style:not(:disabled):before {
    margin-left: -30px;
    content: " ";
    width: 30px;
    height: 300px;
    background: #fff;
    -webkit-animation-delay: .05s;
    animation-delay: .05s;
    position: absolute;
    left: -40px;
    top: -150px;
    top-animation-timing-function: ease-in-out;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@-webkit-keyframes slideme {
    0% {
        left: -30px;
        margin-left: 0
    }
    30% {
        left: 110%;
        margin-left: 80px
    }
    100% {
        left: 110%;
        margin-left: 80px
    }
}

@keyframes slideme {
    0% {
        left: -30px;
        margin-left: 0
    }
    30% {
        left: 110%;
        margin-left: 80px
    }
    100% {
        left: 110%;
        margin-left: 80px
    }
}

.calculation_btn_style:after {
    width: 97%;
    height: 80%;
    content: '';
    position: absolute;
    top: 47%;
    left: 50%;
    border: 1px solid #dab705;
    -webkit-border-radius: 12px 12px 17px 17px;
    -moz-border-radius: 12px 12px 17px 17px;
    border-radius: 12px 12px 17px 17px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.calculation img {
    position: absolute;
    top: 37%;
    right: -0rem;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(-50%) scale(2.4, 2.4);
    -moz-transform: translateY(-50%) scale(2.4, 2.4);
    -ms-transform: translateY(-50%) scale(2.4, 2.4);
    -o-transform: translateY(-50%) scale(2.4, 2.4);
    transform: translateY(-50%) scale(2.4, 2.4);
}

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

footer {
    padding: 3.3rem 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

footer p {
    color: #828895;
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: 300;
}

.footer_right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer_right .contacts {
    text-decoration: underline;
    cursor: pointer;
}

.footer_right .politics {
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer_right .politics:hover {
    color: #ffc905;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

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


.slide_image_wrapper {
    position: relative;
    width: 50%;
}


.last_slide_title {
    font-size: 2.6rem;
    font-weight: 700;
    color: #212121;
    text-align: center;
}

.last_slide_desc {
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #212121;
    text-align: center;
}

.last_slide_radios {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 70%;
    margin-top: 6.5rem;
}

.last_slide_radios_title {
    font-weight: 700;
    font-size: 1.8rem;
    color: #2a2a2a;
    text-transform: uppercase;
}

.last_slide_radios_inner {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    margin-top: 3rem;
}

.last_slide_radios_inner span {
    font-size: 2.4rem;
}

.last_slide_radios_inner span[class*='icon'] {
    font-size: 2.4rem;
    padding-right: 5px;
}

.last_slide_radios_inner .radio-label {
    font-size: 1.6rem;
    white-space: nowrap;
}

.last_slide_radios_inner .calc-question__elem-title {
    padding: 0;
}

.last_slide_col .calculation_btn_style {
    padding: 2rem 6rem 2.5rem;
}

.last_slide_col .calculation_inner {
    margin-top: 2.5rem;
    padding-bottom: 1rem;
}

.last_slide_col input {
    width: 100%;
    height: 6.8rem;
    -webkit-border-radius: 3.5rem;
    -moz-border-radius: 3.5rem;
    border-radius: 1.2rem;
    font-size: 1.6rem;
    color: #999999;
    padding: 0 2.2rem;
    margin-top: 4.8rem;
    font-weight: 300;
    border: 2px solid #efeee9;
}

.last_slide_col input:-moz-placeholder {
    color: #999999;
    font-weight: 300;
}

.last_slide_col input:-ms-input-placeholder {
    color: #999999;
    font-weight: 300;
}

.last_slide_col input::-ms-input-placeholder {
    color: #999999;
    font-weight: 300;
}

.last_slide_col input::-webkit-input-placeholder {
    color: #999999;
    font-weight: 300;
}

.step9 {
    -webkit-transition: none unset;
    -moz-transition: none unset;
    -ms-transition: none unset;
    -o-transition: none unset;
    transition: none unset;
}

.last_slide_right {
    position: relative;
    display: flex;
    align-items: center;
}

.popup_title {
    color: #212121;
    font-weight: 800;
    font-size: 4.6rem;
    margin-top: 4rem;
}

.popup_text {
    font-size: 1.8rem;
    line-height: 2.5rem;
    color: #212121;
    margin: 2.4rem 0 5.5rem;
}

.popup_desc {
    color: #212121;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 800;
}

.popup .header_phone_number p {
    font-weight: 700;
    color: #212121;
    font-size: 2.6em;
}

.popup .header_phone {
    margin-top: 3.5rem;
}

#mask:focus {
    border: 2px solid #efeee9 !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.popup {
    background-color: #ffffff;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
}

.bonus {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    font-weight: 800;
    color: #71d2fb;
    text-align: center;
    border-bottom: 1px solid #71d2fb;
    display: none;
    cursor: pointer;
}
.step3 .radio-psevdo-active{
    background: url("../img/checkbox-bg.svg") center no-repeat;
    background-size: cover;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    border-radius: unset;
    background-color: unset;
    width: 70%;
    height: 70%;
}
.step3 .radio-psevdo{
    border-radius: 20%;
}
@media screen and (max-width: 1378px) {
    h1 {
        font-size: 3rem;
        line-height: 4rem;
    }

    .header_logotype_text {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }

    .header_logotype_img {
        width: 25%;
    }

    .row_wrapper_desc {
        font-size: 1.8rem;
    }

    .header {
        padding-top: 0.7rem;
    }

    .header_place_text p {
        font-size: 1.4rem;
        line-height: unset;
    }

    .header_place_text span, .header_phone_number span {
        line-height: unset;
        font-size: 1.4rem;
    }

    .header_phone_number p, .header_phone_number a {
        font-size: 1.4rem;
    }

    .adv_item p {
        font-size: 1.4rem;
        line-height: unset;
    }

    .under_h1 p {
        font-size: 1.8rem;
        line-height: unset;
        padding: 0.8rem 0;
    }

    .adv_item img {
        width: 12%;
    }

    .calc_promo_item p {
        line-height: unset;
    }

    .inputs_quest {
        width: 100%;
    }
}

@media screen and (max-width: 1272px) {
    .first_block {
        height: auto;
        padding-bottom: 7rem;
    }


    body {
        font-size: 8px;
    }


    .step6 .calc-question__elem img {
        position: absolute;
        transform: scale(1.2, 1.2);
    }

    .adv {
        margin-top: 4rem;
    }

    .container {
        max-width: 95vw;
    }
.titles_wrapper{
    margin-top: 4rem;
}
}

@media screen and (max-width: 1200px) {
    .calc {
        padding: 4rem;
    }

    .titles_wrapper {
        margin-top: 3rem;
        width: 100%;
    }

    .adv_item {
        width: auto;
    }

    .last_slide_radios_inner .radio-label {
        font-size: 1.4rem;
    }
    .header_logotype_img:after{
        display: none;
    }
    .step3 .calc-question__elem {
            width: calc(30% - 2rem);
            margin: 1rem;
    }
}

@media screen and (max-width: 1150px) {
    .header_logotype_text {
        padding: 1rem 0.8rem;
    }

    .last_slide_radios_inner .calc-question__elem-title {
        margin: 1rem 0;
    }

    .calc_promo_item img {
        width: 5rem;
    }

    .calc_promo_item p {
        font-size: 1.4rem;
    }

    .calc-question__elem-title {
        padding: 1.4rem 2rem;
    }


}

@media screen and (max-width: 1024px) {
    .last_slide_col .calculation_inner img{
        display: block;
    }
    .first_block .container {
        justify-content: flex-start;
    }

    .header_logotype_text {
        padding: 1rem 0.8rem;
        font-size: 1.2rem;
        margin-left: 1rem;
    }

    .header_place_text p, .header_phone_number, .header_phone_number a {
        font-size: 1.4rem;
    }

    h1 {
        font-size: 3.6rem;
    }

    .calculation {
        margin-top: 5vh;
    }

    .adv {
        width: 100%;
    }

    .calc h2 {
        line-height: 4.6rem;
    }

    .step1 .calc-question__elem, .step7 .calc-question__elem {
        width: calc(50% - 3rem);
    }

    .step8 .calc-question__elem {
        width: calc(33% - 3rem);
    }

    .step2 .calc-question__elem, .step3 .calc-question__elem, .step5 .calc-question__elem {
        width: calc(50% - 3rem);
    }

    .calc-question__elem-img {
        height: 15rem;
    }

    .last_slide_radios_inner .calc-question__elem-title {
        padding: 1rem 0;
    }


    .last_slide_col .calculation_btn_style {
        text-align: center;
    }

    .header_logotype_img {
        width: 27%;
    }

    .calc {
        padding: 3rem 2rem 2rem !important;
    }

    .progress_bar_wrapper {
        flex-direction: column;
    }

    .progress_bar {
        margin-top: 1.5rem;
    }

    .calc_title {
        margin-top: 2rem;
    }

    .radio-label {
        font-size: 1.4rem;
    }

    .last_slide_left {
        width: 100%;
    }

    .last_slide_right {
        display: none;
    }

    .last_slide_radios_inner {
        flex-direction: row;
    }

    .radio-psevdo {
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
    }
}

@media screen and (max-width: 769px) {

    .last_slide_col input {
        margin-top: 2.8rem;
    }

    .calc_desc {
        letter-spacing: 0;
    }

    .header_logotype_img {
        width: 75%;
    }


    .header_logotype {
        flex-direction: column;
        width: 100%;
    }

    .header_logotype_img {
        width: auto;
    }

    .header_logotype_text {
        border: none;
        width: 100%;
        text-align: center;
        padding: 0.5rem 0.8rem;
        font-size: 1.1rem;
        margin-left: 0;
    }

    .header {
        flex-wrap: wrap;
        padding-top: 2.5rem;
        justify-content: space-evenly;
    }

    .adv_item p {
        margin-left: 0.4rem;
        font-size: 1.4rem;
        line-height: 1.6rem;
    }

    .adv {
        margin-top: 3rem;
    }

    h1 {
        font-size: 3.1rem;
        line-height: 4rem;
    }
    .titles_wrapper .strong {
        font-size: 45px;
    }

    .under_h1 p {
        font-size: 2.2rem;
    }

    .row_wrapper_desc {
        font-size: 1.4rem;
    }

    .titles_wrapper {
        margin-top: 1rem;
    }

    .calc h2 {
        font-size: 3.6rem;
    }

    .calc_desc {
        font-size: 1.4rem;
        margin-top: 1.4rem;
    }

    .calc_promo_item p {
        line-height: 1.8rem;
    }

    .step6 .calc-question__elem {
        width: calc(33% - 2rem);
    }

    .radio-psevdo {
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
    }
}


@media screen and (max-width: 730px) {
    .last_slide_radios_inner {
        flex-direction: column;
    }
    .calc_promo_item p {
        text-align: left;
    }

    .calc_promo {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 1rem;
    }

    .calc_promo_item {
        padding: 0.8rem 0;
    }

    .footer_right .politics {
        text-align: right;
    }

    .progress_bar_wrapper {
        margin-top: 2rem;
    }

    .calc h2 {
        line-height: 3.6rem;
    }

    footer p {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }

    .button span {
        font-size: 1.4rem;
    }

    .calculation_btn_style {
        padding: 2.2rem 2rem 2.2rem 2rem;
    }

    .calculation img {
        position: absolute;
        top: 50%;
        right: -3rem;
        cursor: pointer;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: translateY(-50%) scale(1.4, 1.4);
        -moz-transform: translateY(-50%) scale(1.4, 1.4);
        -ms-transform: translateY(-50%) scale(1.4, 1.4);
        -o-transform: translateY(-50%) scale(1.4, 1.4);
        transform: translateY(-50%) scale(1.4, 1.4);
    }

    .calculation:hover img {

        -webkit-transform: translateY(-50%) scale(1.5, 1.5);
        -moz-transform: translateY(-50%) scale(1.5, 1.5);
        -ms-transform: translateY(-50%) scale(1.5, 1.5);
        -o-transform: translateY(-50%) scale(1.5, 1.5);
        transform: translateY(-50%) scale(1.5, 1.5);
    }

    .row_wrapper_desc {
        font-size: 1.6rem;
    }

    .calc {
        padding: 3rem 1rem;
    }

    .step1 .calc-question__elem {
        margin: 0.5rem;
        width: calc(50% - 1rem);
    }
    .step4 .calc-question__elem {
    width: calc(50% - 0.5rem);
    margin: 1rem 0;
    }
    .step5 .calc-question__elem {
    width: calc(70% - 0.5rem);
    margin: 1rem 0;
    }

    .radio-psevdo {
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
    }

    .calc_img_left {
        display: none;
    }
}

@media screen and (max-width: 547px) {
    .ad-item_pulse {
            right: -32%;
            bottom: 8%;
    }

    .first_block {
        padding-bottom: 3rem;
    }

    .header_logotype_img {
        /*width: 35%;*/
    }


    .header_place_text span, .header_phone_number span, .header_place_text p, .header_phone_number p, .header_phone_number a {
        font-size: 2.2rem;
        line-height: 1.4rem;
    }

    .container {
        max-width: 98vw;
    }

    .calc_promo {
        align-items: flex-start;
    }

    .calc_promo_item {
        padding: 1.5rem 0;
    }

    .header_phone_img:after {
        width: 3.6rem;
        height: 3.6rem;
    }

    .calc_promo_item p {
        text-align: left;
        font-size: 1.2rem;
    }


    h1 {
        font-size: 2.4rem;
        line-height: 3rem;
        text-align: center;
    }

    .titles_wrapper .strong {
        font-size: 40px;
    }

    .titles_wrapper {
        margin-top: 2rem;
    }

    .under_h1 p {
        font-size: 2rem;
    }

    .adv {
        flex-direction: column;
        margin-top: 3rem;
        padding-bottom: 0;
    }

    .adv_item p {
        font-size: 1.4rem;
        margin-left: 1.2rem;
    }


    .calc h2 {
        font-size: 2.6rem;
        line-height: 2.6rem;
    }


    .adv_item img {
        width: 16%;
    }

    .calculation {
        justify-content: center;
        margin-top: 2rem;
    }

    .row_wrapper_desc {
        margin-top: 2.5rem;
        margin-left: 4rem;
    }

    .calc_desc {
        font-size: 1.4rem;
        margin-top: 1.4rem;
    }

    .calc_promo_item {
        padding: 0.5rem 0;
    }

    .calc-question__container {
        justify-content: space-between;
    }

    .calc_slider .calc-question__elem {
        width: calc(50% - 0.5rem);
        margin: 1rem 0;
    }
    .step5 .calc-question__elem {
        width: calc(100% - 0.5rem);
        margin: 1rem 0;
    }

    .calc {
        padding: 3rem 0.5rem;
    }

    .calc-question__elem-title {
        padding: 1.4rem 0rem;
    }

    .radio-psevdo {
        width: 2rem;
        height: 2rem;
        margin-right: 1rem;
    }

    .radio-psevdo-active {
        width: 1rem;
        height: 1rem;
    }

    .last_slide_radios_inner {
        flex-direction: column;
    }

    .popup_title {
        text-align: center;
        margin-top: 1rem;
    }

    .popup_text {
        text-align: center;
    }

    .popup_desc {
        text-align: center;
    }

    .slide_image_wrapper {
        display: none;
    }

    .last_slide_col .calculation_inner {
        display: flex;
        justify-content: center;
    }


    .header {
        padding-top: 2.5rem;
    }
    .square{
        right: -3rem;
    }
    .calc_right {
        margin-left: 0;
    }
    .input_size_row {
        width: 90%;
    }
    /*.input_size_row input {
        margin-left: 0rem; 
    }*/

}

@media screen and (max-width: 375px) {
    .calc h2 {
        font-size: 2rem;
        line-height: 2rem;
    }

    .calc_desc {
        font-size: 1.2rem;
        margin-top: 0.8rem;
    }

    .calc_promo_item p {
        line-height: 1.4rem;
    }

    .row_wrapper_desc:after {
        width: 3rem;
        left: -4rem;
    }
    .square{
        right: -3rem;
    }

    .titles_wrapper .strong {
        font-size: 40px;
    }
    .calc_right {
        margin-left: 0;
    }
    .input_size_row {
        width: 90%;
    }
    /*.input_size_row input {
        margin-left: 0rem; 
    }*/
}

@media screen and (max-width: 320px) {
    .header_place_text p, .header_phone_number p {
        font-size: 1.2rem;
    }

    .header_place_text, .header_phone_number {
        margin-left: 0;
    }

    .header_phone_img {
        display: none;
    }

    .row_wrapper .strong {
        font-size: 40px;
    }
    .calc_right {
        margin-left: 0;
    }
    .input_size_row {
        width: 90%;
    }
    /*.input_size_row input {
        margin-left: 0rem; 
    }*/
}


.container_tel {
    position: fixed;
    left: 90%;
    top: 82%;
    z-index: 9999;
}
.tel_container {
  width: 100px;
  height: 100%;
  margin: 0 auto 0;
}

.pulse-button {

  position: relative;
  width: 60px;
  height: 60px;
  border: none;
  box-shadow: 0 0 0 0 rgba(250, 210, 1, 0.7);
  border-radius: 50%;
  background-color: #fad201;
  background-image: url(../img/phone_icon.png);
  /*background-size:cover;*/
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.pulse-button:hover 
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}

@media screen and (max-width: 547px) {
.container_tel {
    left: 75%;
    top: 76%;
}

}

#submit {
    margin-top: 2rem;
}