/* RESET */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    outline: 0;
    padding: 0;
    font-weight: inherit;
}

:focus {
    outline: 0;
}

html,
body {
    height: 100%;
}

body {
    background: #fff;
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
td {
    font-weight: normal;
    text-align: left;
}

a img {
    border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

img {
    border: 0;
    margin: 0;
}

a {
    outline: none;
}


/* BASIC */

@font-face {
    font-family: 'MuseoSansCyrl-300';
    src: url('fonts/MuseoSansCyrl-300.eot');
    src: url('fonts/MuseoSansCyrl-300.eot?#iefix') format('embedded-opentype'), url('fonts/MuseoSansCyrl-300.woff') format('woff'), url('fonts/MuseoSansCyrl-300.ttf') format('truetype'), url('fonts/MuseoSansCyrl-300.svg#MuseoSansCyrl-300') format('svg');
}

@font-face {
    font-family: 'MuseoSansCyrl-500';
    src: url('fonts/MuseoSansCyrl-500.eot');
    src: url('fonts/MuseoSansCyrl-500.eot?#iefix') format('embedded-opentype'), url('fonts/MuseoSansCyrl-500.woff') format('woff'), url('fonts/MuseoSansCyrl-500.ttf') format('truetype'), url('fonts/MuseoSansCyrl-500.svg#MuseoSansCyrl-500') format('svg');
}

@font-face {
    font-family: 'MuseoSansCyrl-700';
    src: url('fonts/MuseoSansCyrl-700.eot');
    src: url('fonts/MuseoSansCyrl-700.eot?#iefix') format('embedded-opentype'), url('fonts/MuseoSansCyrl-700.woff') format('woff'), url('fonts/MuseoSansCyrl-700.ttf') format('truetype'), url('fonts/MuseoSansCyrl-700.svg#MuseoSansCyrl-700') format('svg');
}

html,
body {
    font-family: 'MuseoSansCyrl-300';
    height: 100%;
    font-size: 18px;
    color: #000;
}

b {
    font-family: 'MuseoSansCyrl-700';
}

.inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;
}

.row {
    display: flex;
}

.container {}

h2 {
    color: #232c3e;
    font-family: 'MuseoSansCyrl-700';
    font-size: 2.1em;
    text-align: center;
    margin: 0 auto 60px;
    width: 100%;
    line-height: 1.2;
}

h2 span {
    color: #66bb68
}

.menu-btn {
    display: none;
}

#visible_block {
    opacity: 0;
    position: fixed;
    top: 0;
    z-index: 1001;
    width: 100%;
    background: #fff;
    padding: 20px 0
}

#visible_block ul {
    display: flex;
    justify-content: center
}

#visible_block ul a {
    color: #000;
    text-decoration: none;
    font-size: 0.9em;
    transition: .2s;
    margin: 0 20px
}


/* offer */

.offer {
    background-image: url(img/bg_offer.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    padding: 0 0 200px;
}

header {
    padding: 25px 0 0;
    margin: 0 0 25px;
}

header .row {
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #bdc5c1;
    padding: 0 10px 25px;
}

.logo {}

.slogan {
    text-transform: uppercase;
    font-size: 1.3em;
    font-family: 'MuseoSansCyrl-500';
}

.phone {
    font-family: 'MuseoSansCyrl-500';
    font-size: 1.35em;
    display: flex;
    align-items: center;
}

.phone img {
    max-width: 15px;
    margin: 0 10px 0 0;
}

.phone span {}

.menu {
    margin: 0 0 140px;
}

.menu ul {
    display: flex;
    justify-content: center
}

.menu ul li {
    margin: 0 20px;
}

.menu ul li a {
    color: #000;
    text-decoration: none;
    font-size: 0.9em;
    transition: .2s;
}

.menu ul li a:hover {
    text-decoration: underline;
}

.offer-in {}

.offer-block {
    width: 50%;
}

.offer-before-title {
    font-size: 1.8em;
    margin: 0 0 20px;
}

.offer-title {
    color: #1f231f;
    font-family: 'MuseoSansCyrl-700';
    font-size: 2.8em;
    margin: 0 0 40px;
    line-height: 1.1;
}

.offer-list {
    font-size: 1.1em;
    margin: 0 0 20px;
}

.offer-list p {
    margin: 0 0 20px;
    display: flex;
    align-items: center;
}

.offer-list img {
    max-width: 40px;
    margin: 0 15px 0 0;
}

.button {
    width: 100%;
    max-width: 560px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15em;
    color: #fff;
    font-family: 'MuseoSansCyrl-700';
    background: linear-gradient(to bottom, #86d787, #5bb85c);
    border-radius: 10px;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0px 10px 14px 8px #8ede8e;
    margin: 0 0 25px;
}

.button:hover {
    background: linear-gradient(to bottom, #62ae63, #398d3b);
    box-shadow: 0px 10px 14px 8px #6ed770;
}

.button-calc,
.button-g {
    max-width: 500px;
    margin: 0 auto
}

.offer-after-button {
    max-width: 560px;
    text-align: center;
}

.offer-after-button a {
    color: #000
}

.offer-after-button a:hover {
    text-decoration: none;
}


/* calculation */

.calculation {
    padding: 0 0 160px;
    background-image: url(img/bg_variant.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.calculation h2 {
    max-width: 1100px;
}

.calc-admin {
    font-family: 'MuseoSansCyrl-500';
    font-size: 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 80px;
}

.calc-admin-title {
    border-bottom: 5px solid transparent;
    padding: 0 40px 18px;
    cursor: pointer;
    margin: 0 40px 0;
}

.calc-admin-active,
.calc-admin-title:hover {
    border-bottom: 5px solid #68a17e;
}

.calc-block-up {}

.calc-block {
    display: none;
    justify-content: center;
}

.calc-block_active {
    display: flex;
}

.calc-block_block {
    width: 50%;
    position: relative
}

.calc-block_title {
    font-family: 'MuseoSansCyrl-500';
    font-size: 1.2em;
    margin: 0 0 40px;
}

.calc-block_text {
    font-size: 1.1em;
    line-height: 1.2;
    margin: 0 0 50px
}

.calc-block_text p {
    margin: 0 0 20px;
}

.calc-block_img {
    padding: 40px 20px 0;
    margin: -40px 0 0;
    position: relative
}

.calc-block_img img {
    max-width: 100%;
    border-radius: 10px;
    position: relative;
    z-index: 10
}

.calc-block_img::before {
    content: '';
    width: 90px;
    height: 90px;
    border: 9px solid #68a17e;
    box-sizing: border-box;
    position: absolute;
    border-radius: 100px;
    z-index: 1;
    top: -25px;
    left: 185px;
}

.calc-block_img::after {
    position: absolute;
    content: url(img/waves.png);
    right: 100px;
    bottom: -45px;
    z-index: 20;
    filter: blur(2px)
}

.calc-block_block_second::after {
    position: absolute;
    content: '';
    width: 450px;
    height: 540px;
    background: #faf8e9;
    top: -40px;
    right: 0;
    z-index: 0;
}


/* economia */

.economia {
    background-image: url(img/bg_ekonomia.jpg);
    background-repeat: no-repeat;
    margin: 0 0 140px;
    background-position: center;
}

.economia h2 {
    max-width: 670px;
    margin: 0 auto 40px
}

.after-h2 {
    text-align: center;
    margin: 0 0 45px;
    font-size: 1.2em;
}

.economia-block {
    flex: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.economia-block-in {}

.economia-block-in_center {
    margin: 0;
}

.economia-icon {}

.economia-icon img {
    margin: 0 0 35px;
}

.economia-text {
    font-size: 1.1em;
    line-height: 1.4
}

.economia-block_mobile {
    display: none
}


/* compare */

.compare {
    background-image: url(img/bg_offer.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 0 0 200px;
}

.compare h2 {
    max-width: 810px
}

table {
    width: 100%;
    border: 2px solid #68a17e;
    border-radius: 4px;
}

tr {}

th {
    padding: 30px 0;
    border: 2px solid #68a17e;
    border-radius: 6px;
    box-shadow: 0px 0px 0px 2px #68a17e;
}

td {
    padding: 13px 0;
    text-align: center;
    width: 25%;
    font-size: 0.9em;
    border-right: 2px solid #68a17e;
    border-left: 2px solid #68a17e;
}

.grey {
    background: rgb(153 153 153 / 26%);
}

.check {
    color: #599370;
    font-size: 1.2em
}

.minus {
    color: #d6514b;
    font-size: 1.2em;
    font-weight: bold
}

.table-bold {
    font-size: 1.2em;
    font-family: 'MuseoSansCyrl-700';
}

.table-medium {
    font-size: 1.1em;
    font-family: 'MuseoSansCyrl-500';
}

.green-border td {
    border-top: 3px solid #68a17e;
    border-bottom: 2px solid #68a17e;
    padding: 30px 0;
}


/* garant */

.garantia {
    padding: 0 0 180px;
    background-image: url(img/bg_variant.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.garantia h2 {
    text-align: left;
    max-width: 800px;
    margin: 0 0 60px;
}

.garant-block {
    width: 50%;
    margin: 0 0 60px;
    position: relative;
}

.g-block {
    display: flex;
    margin: 0 0 40px;
}

.g-block-img {
    margin: 0 20px 0 0;
}

.g-block-right {}

.g-blcok-title {
    font-size: 1.2em;
    font-family: 'MuseoSansCyrl-500';
    margin: 0 0 20px;
}

.g-blcok-text {
    font-size: 0.9em;
    line-height: 1.2;
}

.garant-block-img {
    position: relative
}

.garant-block-img img {
    max-width: 100%;
    position: relative;
    z-index: 10;
    top: 40px;
    left: 40px;
}

.garant-block-img::before {
    content: '';
    width: 90px;
    height: 90px;
    border: 9px solid #68a17e;
    box-sizing: border-box;
    position: absolute;
    border-radius: 100px;
    z-index: 1;
    bottom: -15px;
    right: 25px;
    filter: blur(2px);
}

.garant-block-img::after {
    position: absolute;
    content: url(img/waves.png);
    left: 235px;
    top: -70px;
    z-index: 20;
}

.garant-block_second::after {
    position: absolute;
    content: '';
    width: 450px;
    height: 450px;
    background: #faf8e9;
    top: -40px;
    right: 0;
    z-index: 0;
}


/* money */

.money {
    background-image: url(img/bg_money.jpg);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 0 230px;
}

.money .row {
    justify-content: space-around;
}

.money h2 {}

.money-block {
    border: 15px solid #e3ebed;
    border-radius: 6px;
    max-width: 380px;
    box-sizing: border-box;
    position: relative;
    height: 580px;
    background: #fff;
}

.money-block-img {
    margin: 0 0 55px;
}

.money-block-img img {
    max-width: 100%;
}

.money-percent {
    position: absolute;
    width: 85px;
    height: 85px;
    background: #4aac4c;
    border-radius: 100px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'MuseoSansCyrl-500';
    font-size: 1.3em;
    top: 248px;
    right: 30px;
    box-shadow: 0px 4px 8px 0px #b0dbb1;
}

.money-title {
    text-align: center;
    color: #222730;
    font-family: 'MuseoSansCyrl-500';
    font-size: 1.35em;
    margin: 0 0 30px;
}

.money-text {
    text-align: center;
    color: #222730;
    font-size: .9em;
    line-height: 1.3;
    padding: 0 45px;
}


/* slider */

.slider-big {
    background-image: url(img/bg_ecovata.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 0 0 120px;
}

.slider {}

.slider-block {
    display: block;
    padding: 90px 0 35px;
}

.slider-block_block {
    width: 49%;
}

.slider-block_block_second {
    padding: 0 0 0 35px;
}

.slider-block-img {
    position: relative;
    text-align: right;
}

.slider-block-img img {
    position: relative;
    z-index: 10;
    border-radius: 10px;
}

.slider-block-img::after {
    position: absolute;
    content: '';
    width: 450px;
    height: 560px;
    background: #faf8e9;
    top: -40px;
    left: 0;
    z-index: 0;
}

.slider-block-img::before {
    position: absolute;
    content: url(img/plus.png);
    left: 235px;
    top: -70px;
    z-index: 5;
}

.slider-block_block h2 {
    text-align: left;
    font-size: 2.2em;
    margin-top: -45px;
}

.slider-block-title {
    font-family: 'MuseoSansCyrl-500';
    font-size: 1.35em;
    margin: 0 0 20px;
}

.slider-block-text {
    margin: 0 0 30px;
    line-height: 1.4;
}

.slider-block-text p {}

.h2-desc_none {
    display: none
}


/* work */

.work {
    background-image: url(img/bg_garantia.jpg);
    background-repeat: no-repeat;
    background-position: top;
    padding: 90px 0 150px;
}

.work .row {
    align-items: center
}

.work h2 {
    text-align: left;
}

.work .after-h2 {
    text-align: left;
}

.work-block {
    width: 50%;
}

.work-list {}

.work-list_title {
    font-family: 'MuseoSansCyrl-500';
    font-size: 1.2em;
    margin: 0 0 30px;
    line-height: 1.2
}

.work-list p {
    margin: 0 0 15px;
}

.work-list span {
    color: #599370;
    font-weight: bold;
    font-size: 1.2em;
}

.work-block-img {
    text-align: center;
    position: relative;
}

.work-block-img img {
    max-width: 100%;
    position: relative;
    z-index: 10
}

.work-block-img::before {
    position: absolute;
    content: url(img/plus.png);
    left: 250px;
    top: -45px;
    z-index: 5;
}

.work-block-img::after {
    position: absolute;
    content: url(img/waves.png);
    right: 145px;
    bottom: 160px;
    z-index: 20;
    filter: blur(2px)
}


/* questions */

.questions {
    margin: 0 0 180px
}

.questions h2 {
    max-width: 700px;
}

.quest-block {
    width: 50%;
}

.quest-block:nth-child(2) {
    padding: 0 0 0 40px;
}

.quest-block_small {
    margin: 0 0 30px;
}

.quest-block_small_top {
    font-family: 'MuseoSansCyrl-500';
    font-size: 1.2em;
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}

.quest-block_small_top img {
    margin: 0 20px 0 0;
}

.quest-block_small_down {
    line-height: 1.3;
    font-size: 0.9em;
    margin: 0 35px 0 0;
}

.quest-title {
    font-family: 'MuseoSansCyrl-700';
    color: #232c3e;
    font-size: 2.1em;
    margin: 30px 0 30px;
}

.quest-title p {
    margin: 0 0 20px;
    line-height: 0.7;
}

.quest-title span {
    font-family: 'MuseoSansCyrl-300';
    font-size: 0.55em;
}

.quest-form {}

.quest-form input {
    width: 100%;
    border: 3px solid #d5dae2;
    border-radius: 8px;
    max-width: 500px;
    height: 90px;
    box-sizing: border-box;
    margin: 0 0 40px;
    padding: 0 20px;
    font-size: 1.2em;
    font-family: 'MuseoSansCyrl-500';
}

.quest-form input[type="submit"] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15em;
    color: #fff;
    background: linear-gradient(to bottom, #86d787, #5bb85c);
    border-radius: 10px;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0px 10px 14px 8px #8ede8e;
    margin: 0 0 25px;
    transition: .2s;
    border: 0;
}

.quest-form input[type="submit"]:hover {
    background: linear-gradient(to bottom, #62ae63, #398d3b);
    box-shadow: 0px 10px 14px 8px #6ed770;
}

.quest-form-after {
    text-align: center;
    font-size: 1.1em;
    max-width: 500px;
}

.big-footer {
    background-image: url(img/bg_offer.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% auto;
}

footer {
    padding: 0 0 40px;
}

footer .row {
    justify-content: space-between;
}

.footer-block {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.footer-block_1 {
    margin-bottom: 55px;
}

.footer-block_2 {
    line-height: 1.3;
    font-size: .9em;
}

.button-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 50px;
    background: #6a956b;
    font-size: 1em;
    font-family: 'MuseoSansCyrl-500';
    box-shadow: none;
    margin: 0;
    border-radius: 10px;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
}

.button-footer:hover {
    box-shadow: none;
    background: #476748
}

.footer-block_top {
    display: flex;
    margin: 0 0 20px;
}

.footer-block_top img {
    margin: 0 10px 0 0;
}

.footer-block_down {
    display: flex;
    align-items: center
}
	.footer-block_down a {color:#66bb68; font-size:16px; line-height:1.6; transition:.2s}
		.footer-block_down a:hover {color:#000}
		
	.footer-block_2 a {color:#66bb68;transition:.2s}
		.footer-block_2 a:hover {color:#000}
		
.footer-block_down img {
    margin: 0 10px 0 0;
}

.w10 {
    max-width: 10px;
}

.w15 {
    max-width: 15px;
}

.f14 {
    font-size: 0.85em;
    line-height: 1.3;
}

.f16 {
    font-size: .9em;
}

.map {
    width: 100%;
    height: 400px;
}


/****************************************************/

.rows {
    display: flex;
}

.car {
    padding: 0 0 180px
}

.first-block-l {
    width: 30%;
    display: flex;
    flex-direction: column;
}

.first-block-item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.first-block-l img {
    margin-right: 1rem;
    /*max-width: 50%;
    max-height: 50%;*/
    width: auto;
    height: 100px;
}

.f-b-text {
    font-weight: 600;
}

.f-b-text b {
    display: block;
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 1rem;
}

.first-block-r {
    width: 70%;
    display: flex;
    flex-direction: column;
    padding-left: 2rem;
}

.car-title {
    font-size: 200%;
    font-weight: bold;
    padding: 1rem;
    background: #fbb62d;
    margin-bottom: 1rem;
}

.car-descr {
    font-weight: 600;
}

.second-block-l {
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    padding-right: 2rem;
}

.second-wrap {
    display: flex;
    flex: 1 1;
    flex-direction: column;
    justify-content: end;
}

.main-pic img {
    width: auto;
    height: 450px;
}

.second-item img {
    margin-right: 1rem;
    /*max-width: 50%;
    max-height: 50%;*/
    width: auto;
    height: 100px;
}

.mr-0 img {
    margin-right: 0;
}

.second-item-100 {
    margin-top: 2rem;
    flex: 1 1 100%;
}

.second-item-logo {
    margin-bottom: 2rem;
    width: 100%;
}

.s-b-text {
    background: #333;
    color: #ffbf00;
    padding: 1rem;
    font-weight: bold;
    letter-spacing: 0.25em;
}

.second-output {
    font-weight: bold;
    font-size: 350%;
    margin-left: 5rem;
}

.second-block-r {
    display: flex;
    flex-direction: column;
    width: 40%;
}

.second-wrap-r {
    display: flex;
    flex: 1 1;
    flex-direction: column;
    /*justify-content: end;*/
}

.second-block-r .second-item-logo img {
    width: 100%;
}

.car-descr p {
    margin: 0 0 20px;
}

.f-wrap {
    flex-wrap: wrap;
}

.col-6 {
    width: 50%;
}

.ursa-block {
    margin-top: 5rem;
    margin-bottom: 3rem;
}

.ursa img {
    width: 100%;
    height: auto;
}

.blue {
    font-size: 120%;
    color: #2e3c78;
    font-weight: bold;
}


/***************************************************************/


/* pop-up */

.b-popup {
    display: none;
    width: 100%;
    min-height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 10000;
    overflow: auto;
    height: 100%;
}

.b-popup-content {
    margin: 40px auto 0px auto;
    max-width: 600px;
    background: #fff;
    position: relative;
    padding: 40px 30px 40px;
    z-index: 100;
    box-sizing: border-box;
    border-radius: 20px;
    display: flex;
}

.b-popup-content_consult {
    max-width: 1100px;
}

.b-popup-content label {
    font-size: 0.9em;
}

.b-popup-content label p {
    margin: 0 0 5px;
}

.b-popup-content input {
    width: 100%;
    border: 3px solid #d5dae2;
    border-radius: 8px;
    width: 100%;
    height: 75px;
    box-sizing: border-box;
    margin: 0 0 30px;
    padding: 0 20px;
    font-size: 1.2em;
    font-family: 'MuseoSansCyrl-500';
}

.b-popup-content input[type="submit"] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15em;
    color: #fff;
    background: linear-gradient(to bottom, #86d787, #5bb85c);
    border-radius: 10px;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0px 10px 14px 8px #8ede8e;
    margin: 0 0 25px;
    transition: .2s;
    border: 0;
}

.b-popup-content input[type="submit"]:hover {
    background: linear-gradient(to bottom, #62ae63, #398d3b);
    box-shadow: 0px 10px 14px 8px #6ed770;
}

.quest-form-after {
    text-align: center;
    font-size: 1.1em;
    max-width: 500px;
}

.quest-form-after a {
    color: #000
}

.quest-form-after a:hover {
    text-decoration: none;
}

.close-up {
    position: absolute;
    top: 9px;
    right: 9px;
    width: 18px;
    height: 18px;
    z-index: 10;
    transform: rotate(0deg);
    transition: .3s;
    cursor: pointer;
}

.close-up div {
    width: 18px;
    height: 1px;
    background: #999;
    position: relative;
}

.close-up div:first-child {
    transform: rotate(45deg);
    top: 9px;
}

.close-up div:last-child {
    transform: rotate(-45deg);
    top: 8px;
}

.close-up:hover {
    transform: rotate(-90deg);
}

.closer-big {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 99;
}

.popup-title {
    font-family: 'MuseoSansCyrl-700';
    font-size: 1.5em;
    margin: 0 0 20px
}

.popup-text {
    font-family: 'MuseoSansCyrl-500';
    font-size: 1.1em;
    margin: 0 0 20px;
    line-height: 1.2
}

.b-popup_block_first {
    display: none;
}

.desktop-dis-none {
    display: none;
}

.mobile-dis-none {
    display: flex;
}

.mobile-dis-none_block {
    display: block;
}

.fire {
    padding: 0 0 200px;
}

.fire .inner h2 {
    text-transform: uppercase;
    color: #66bb68;
}

.fire-flex {
    display: flex;
    flex-wrap: wrap;
}

.fire .fire-video {
    flex: 0 40%;
    padding: 0 1rem;
}

.fire-box {
    flex: 1 0 55%;
    background: #66bb68;
    border-radius: 20px;
}

.fire .fire-text {
    color: #fff;
    padding: 2rem;
    font-size: 1.1em;
}

.fire-text p {
    margin-bottom: 20px;
}

@media all and (max-width:1724px) {
    .offer-block_img img {
        max-width: 100%;
    }
}

@media all and (max-width:1199px) {
    body {
        font-size: 16px;
    }
    .inner {
        max-width: 992px;
    }
    .calc-admin-title {
        padding: 0 10px 18px;
        margin: 0 30px 0;
    }
    .offer-title {
        font-size: 2.5em;
    }
    .offer-before-title {
        font-size: 1.5em;
    }
    .button {
        max-width: 450px;
        height: 60px;
    }
    .offer-after-button {
        max-width: 450px;
    }
    .quest-form input {
        height: 60px;
    }
    .money-block {
        width: 33%;
        border: 10px solid #e3ebed;
        height: 475px;
    }
    .money-text {
        padding: 0 10px;
    }
    .money-block-img {
        margin: 0 0 35px;
    }
    .money-percent {
        width: 65px;
        height: 65px;
        font-size: 1.1em;
        top: 212px;
    }
    .money {
        margin: 0 0 100px;
    }
    .slider-block-img img {
        max-width: 100%;
    }
    .slider-block_block h2 {
        font-size: 1.7em;
    }
    .money {
        background-size: contain;
    }
    .garant-block-img img {
        top: inherit;
        left: inherit;
    }
    .slider-big {
        padding: 0 0 40px;
    }
    .questions {
        margin: 0px 0 85px;
    }
    .calculation,
    .economia,
    .garantia {
        background-size: contain;
    }
}

@media all and (max-width:991px) {
    .inner {
        max-width: 768px;
    }
    h2 {
        font-size: 1.8em;
    }
    .desktop-dis-none {
        display: block;
    }
    .mobile-dis-none,
    .mobile-dis-none_block {
        display: none;
    }
    .offer {
        padding: 0 0 65px;
    }
    .offer-block {
        width: 100%;
        max-width: 515px;
        margin: 0 auto 30px;
    }
    .offer-in .row {
        flex-direction: column
    }
    .offer .button {
        margin: 0 auto 25px;
    }
    .offer-after-button {
        margin: 0 auto;
    }
    .economia-icon img {
        max-width: 100%;
    }
    .logo img {
        max-width: 200px;
    }
    .slogan,
    .phone {
        font-size: 1em
    }
    .menu ul li {
        margin: 0px 11px;
    }
    .menu {
        margin: 0 0 70px;
    }
    .calc-block_block_second::after,
    .calc-block_img::before,
    .calc-block_img::after {
        content: none;
    }
    .calc-block_block {
        width: 100%;
    }
    .calc-block {
        flex-direction: column-reverse;
        max-width: 490px;
        margin: 0 auto;
    }
    .calc-block_img {
        padding: 0;
        margin: 0 0 30px;
    }
    .calc-block_text {
        text-align: center;
    }
    .garant-block_second::after {
        width: 295px;
        height: 335px;
    }
    .button {
        max-width: 360px;
        font-size: 1em;
    }
    .slider .button {
        max-width: 315px;
    }
    .money-percent {
        top: 150px;
        right: 15px;
    }
    .slider-block-img::after {
        width: 315px;
        height: 370px;
        top: -15px;
        left: 60px;
    }
    .slider-block-img::before {
        left: 135px;
        top: -50px;
    }
    .slider-block_block h2 {
        font-size: 1.4em;
        margin-bottom: 25px;
    }
    .slider-block-title {
        font-size: 1.2em;
    }
    .work {
        background-size: cover;
    }
    .quest-block_small_down {
        margin: 0 -15px 0 0;
    }
    .button-footer {
        display: none
    }
    footer .row {
        flex-direction: column;
    }
    .footer-block {
        flex-direction: column;
        margin: 0 0 30px;
    }
    .footer-block_top,
    .footer-block_down {
        justify-content: center;
    }
    .footer-block_top {
        flex-direction: column;
        text-align: center;
    }
    .footer-block_top br {
        display: none;
    }
    .footer-logo {
        max-width: 250px;
        margin: 0 auto;
    }
    .footer-block_top img {
        margin: 0 auto 10px;
    }
    .calc-admin {
        margin: 0 0 40px;
        font-size: 1.3em;
    }
    .calc-admin-title {
        padding: 0 5px 18px;
        margin: 0 10px 0;
    }
    .work-block-img::before {
        left: 170px;
        top: -65px;
    }
    .garant-block-img::after {
        left: 190px;
    }
    .calc-block_title {
        display: none;
    }
    .b-popup_block_first {
        display: none!important
    }
    .b-popup-content_consult {
        max-width: 600px
    }
    .col-6 {
        width: 100%;
    }
    .rows {
        flex-wrap: wrap;
    }
    .first-block-l,
    .first-block-r,
    .second-block-l,
    .second-block-r {
        width: 100% !important;
    }
    .first-block-r {
        order: 1;
        padding-left: 0;
    }
    .first-block-l {
        order: 2;
        margin-top: 1rem;
    }
    .car-title {
        font-size: 100% !important;
        font-weight: bold !important;
    }
}

@media all and (max-width:767px) {
    .inner {
        max-width: 640px;
    }
    .menu,
    #visible_block {
        display: none;
    }
    header .row {
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        padding: 0 10px 5px;
    }
    .logo,
    .slogan,
    .phone {
        margin-bottom: 20px;
    }
    .menu-btn {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 20px;
        top: 25px;
    }
    .menu-btn div {
        background: #669b7b;
        width: 24px;
        height: 3px;
        margin: 0 0 3px;
    }
    .calc-admin {
        display: none;
    }
    .calc-block {
        max-width: none;
        text-align: center;
        margin: 0 20px;
        padding: 0 0 30px;
    }
    .calculation {
        padding: 0 0 40px;
    }
    .calc-block_title {
        display: block
    }
    .economia-block-in_center {
        display: none;
    }
    .economia .row {
        flex-direction: column;
    }
    .economia-icon img {
        margin: 0 0 0px;
    }
    .economia-block-in {
        margin: 0 0 40px;
    }
    .economia-block_mobile {
        display: block
    }
    .garantia {
        background: none;
        padding: 0 0 75px;
    }
    .garantia .row {
        flex-direction: column-reverse;
    }
    .garant-block {
        width: 100%
    }
    .garant-block_second::after {
        width: 100%;
        height: 100%;
    }
    .garantia h2 {
        margin-bottom: 90px;
    }
    .button {
        margin-bottom: 20px
    }
    .money-block {
        width: 100%;
        max-width: 320px;
        margin: 0 auto 30px
    }
    .money .row,
    .work .row,
    .questions .row {
        flex-direction: column
    }
    .money-percent {
        top: 215px;
    }
    .slider-block_block {
        width: 100%;
        max-width: 460px;
        margin: 0 auto;
    }
    .slider-block-img::before,
    .slider-block-img::after {
        content: none;
    }
    .slider-block_block_second {
        padding: 0;
    }
    .h2-desc_none {
        display: block
    }
    .slider-block_block h2 {
        display: none
    }
    .slider-block-img {
        margin: 0 0 20px
    }
    .slider-block {
        padding: 0px 0 35px;
        flex-direction: column
    }
    .work-block {
        width: 100%;
    }
    .work-block-img img {
        max-width: 300px;
    }
    .work-block-img {
        margin: 75px 0 0;
    }
    .quest-block {
        width: 100%;
    }
    .quest-block:nth-child(2) {
        padding: 0;
    }
    .quest-block_small_down {
        margin: 0;
    }
    .fire .fire-video,
    .fire .fire-box {
        flex: auto;
        margin: 0.5em 0;
    }
}

@media all and (max-width:639px) {
    .inner {
        max-width: 450px;
    }
    .garant-block-img::after {
        left: 115px;
    }
    h2 {
        font-size: 1.3em;
    }
    .table-medium {
        font-size: .6em;
    }
    .table-bold {
        font-size: 0.6em;
    }
    th {
        line-break: anywhere;
    }
    .work-block-img::before {
        left: 100px;
    }
    .button,
    .slider .button {
        max-width: 300px;
        box-shadow: 0px 6px 10px 1px #8ede8e;
        font-size: .8em;
    }
    .slider .button,
    .calc-block-up .button {
        width: 280px
    }
    .quest-form input[type="submit"] {
        box-shadow: 0px 6px 10px 1px #8ede8e;
        font-size: .8em;
    }
    .slider-big {
        padding: 0px;
    }
    .work {
        padding: 25px 0 150px;
    }
    .money-percent {
        top: 195px;
    }
    .compare {
        padding: 0 0 40px;
        margin: 0 0 50px;
    }
    .calc-block_text {
        font-size: 0.9em;
    }
    .calc-block {
        margin: 0 5px
    }
    .offer-title {
        font-size: 1.5em;
    }
    .offer-before-title {
        font-size: 1em;
    }
    .offer-list {
        font-size: 1em;
    }
}

@media all and (max-width:449px) {
    .inner {
        max-width: 320px;
    }
    .slogan {
        font-size: .9em;
    }
}


/* Slider */

.slick-loading .slick-list {
    background: #fff url('img/ajax-loader.gif') center center no-repeat;
}


/* Arrows */

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    outline: none;
    z-index: 1000;
    transition: .3s;
    background: transparent;
    border: 0;
    width: 17px;
    height: 17px;
    top: 30%;
}

.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: .25;
}

.slick-prev:before,
.slick-next:before {
    content: '';
    position: absolute;
    font-family: 'slick';
    font-size: 30px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    top: 11px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-top: 3px solid #74a887;
    border-left: 3px solid #74a887;
    width: 20px;
    height: 20px;
    transform: rotate(-45deg);
}

.slick-prev:before {
    left: 0;
}

.slick-next:before {
    content: '';
    right: 0;
    transform: rotate(135deg)
}

.slick-prev {
    left: 0;
}

.slick-prev:hover {}

.slick-next {
    right: 0;
}

.slick-next:hover {}


/* Dots */

.slick-dotted.slick-slider {
    display: block;
}

.slick-dots {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0px auto 0;
    list-style: none;
    width: 100%;
    height: 27px;
    bottom: 0;
    background: transparent;
    text-align: center;
}

.real .slick-dots {
    bottom: 5px;
}

.slick-dots li,
.real .slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    padding: 0;
    cursor: pointer;
    margin: 0 7px;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    cursor: pointer;
    color: transparent;
    outline: none;
    background: transparent;
    border: 0;
    border-radius: 100%;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    content: '';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 1;
    box-sizing: border-box;
    border-radius: 100%;
    border: 2px solid #66bb68;
    background: #fff;
}

.slick-dots li.slick-active button:before,
.slick-dots li button:hover:before {
    opacity: 1;
    border-radius: 100%;
    background: #66bb68;
    border: 2px solid #66bb68;
}


/* 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 {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.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%;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: flex;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

@media all and (max-width:639px) {
    .slick-prev,
    .slick-next {
        top: 17%;
    }
}


/* pushy */

.pushy {
    position: fixed;
    padding-left: 5px;
    width: 220px;
    height: 100%;
    top: 0;
    z-index: 100000;
    background: #4caf50;
    overflow: auto;
    visibility: hidden;
    -webkit-overflow-scrolling: touch;
}

.pushy a {
    display: block;
    color: #fff;
    padding: 6px 15px;
    text-decoration: none;
    outline: 0;
    font-size: 20px;
}

.pushy a:hover {
    color: #FFF;
}

.pushy ul:first-child {
    margin-top: 10px;
}

.pushy.pushy-left {
    left: 0;
}

.pushy.pushy-right {
    right: 0;
}

.pushy-left {
    -webkit-transform: translate3d(-225px, 0, 0);
    -ms-transform: translate3d(-225px, 0, 0);
    transform: translate3d(-225px, 0, 0);
}

.pushy-open-left #container,
.pushy-open-left .push {
    -webkit-transform: translate3d(200px, 0, 0);
    -ms-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
}

.pushy-right {
    -webkit-transform: translate3d(200px, 0, 0);
    -ms-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
}

.pushy-open-right #container,
.pushy-open-right .push {
    -webkit-transform: translate3d(-200px, 0, 0);
    -ms-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#container,
.pushy,
.push {
    transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.site-overlay {
    display: none;
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-animation: fade 500ms;
    animation: fade 500ms;
}

@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.pushy-submenu ul {
    padding-left: 15px;
    transition: max-height 0.2s ease-in-out;
}

.pushy-submenu ul .pushy-link {
    transition: opacity 0.2s ease-in-out;
}

.pushy-submenu>a {
    position: relative;
}

.pushy-submenu>a::after {
    content: '';
    display: block;
    height: 11px;
    width: 8px;
    position: absolute;
    top: 50%;
    right: 15px;
    background: url("../img/arrow.svg") no-repeat;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: transform 0.2s;
}

.pushy-submenu-closed ul {
    max-height: 0;
    overflow: hidden;
}

.pushy-submenu-closed .pushy-link {
    opacity: 0;
}

.pushy-submenu-open ul {
    max-height: 1000px;
}

.pushy-submenu-open .pushy-link {
    opacity: 1;
}

.pushy-submenu-open a::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.no-csstransforms3d .pushy-submenu-closed ul {
    max-height: none;
    display: none;
}



label.checkbox {display:flex; align-items:flex-start; gap:20px; width:100%; max-width:500px; cursor:pointer; margin-bottom:20px}
	label.checkbox .input {display:flex; flex-shrink:0; align-items:center; justify-content:center; width:20px; height:20px; position:relative;}
		label.checkbox .input input {display:block; width:10px; height:10px; box-sizing:border-box; margin:auto}
		label.checkbox .input i {display:flex; position:absolute; top:0; left:0; width:100%; height:100%; background:#fff; border:2px solid #D5DAE2; border-radius:4px; z-index:1}
			label.checkbox .input i:before {content:''; display:block; width:14px; height:14px;  border-radius:4px; background:#66bb68; margin:auto; opacity:0; transition:.2s}
			label.checkbox .input input:checked + i:before  {opacity:1}
		
		label.checkbox  .text {line-height: 1.3;font-size: 0.9em;}
			label.checkbox  .text a {color:#66bb68}
		