
.landing .recomendation__item {
    min-width: 269px;
    width: 30%;
}
li.advantages__item {
    overflow: hidden;
}
* {
    -webkit-font-smoothing: antialiased;
}
body.page {
    min-width: auto;
    overflow-x: hidden;
}

.banner .container {
    height: 100%;
}

span.count {
    display: none;
}

.landing h2 {
    padding-top: 90px;
    padding-bottom: 40px;
    line-height: 1;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 64px;
    font-weight: 700;
    max-width: 100%;
    text-align: center;
}

.landing h2 span {
    color: #ffc000;
}

.landing span.count {
    color: #fff;
    padding-right: 10px;
}

.container {
    margin: 0 auto;
    max-width: 1140px;
    max-width: 1290px;
    /* max-width: 1440px; */
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
}

.accent_full {
    background-color: #ffbf00;
    border-radius: 5px;
    width: 100%;
    margin-top: 60px;
    color: #252525;
    display: flex;
    align-self: center;
}

.accent__empty {
    /* border-color: #ffbf00; */
    border: 2px solid #ffbf00;
    padding: 30px 20px;
    display: flex;
    margin-top: 40px;
    align-items: center;
    border-radius: 5px;
    flex-direction: row;
}

.accent__third {
    background-color: #ffbf00;
    padding: 20px;
    border-radius: 5px;
}


.accent__header {
    /* display: flex; */
    font-size: 90px;
    font-weight: 700;
    letter-spacing: -4px;
    text-transform: uppercase;
    line-height: 1.2;
    width: 100%;
}

.accent__inner {
    display: flex;
    padding: 10px 0;
    align-items: center;
    width: 100%;
}

.accent__right {
    /* padding-right: 30px; */
    /* width: 60%; */
    padding: 0 20px 0 20px;
}

.accent__left {
    /* padding-right: 45px; */
    /* padding-left: 20px; */
    text-align: right;
    /* width: 475px; */
    width: 100%;
    width: 40%;
    min-width: 475px;
    flex-direction: column;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
}

.left_section {
    /* width: 100%; */
    /* width: 400px; */
    width: 40%;
    /* text-align: left; */
    text-align: right;
    flex: 1 35%;
}

.accent__descr {
    font-size: 40px;
    font-weight: 600;
    line-height: 30px;
    /* text-transform: uppercase; */
}

.accent__text {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    padding: 15px 30px 0 40px;
}

.accent__left.accent__text-block {
    padding-right: 45px;
    padding-left: 20px;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    line-height: 1.05;
    text-transform: uppercase;
}

.accent__left.accent__text-block span {
    font-size: 64px;
    width: 100%;
    line-height: 1;
}


/* Banner block */
.landing .banner {
    width: 100%;
    height: 100vh;
    min-height: 700px;
    max-height: 830px;
    background: #252524;
    background-image: url(../img/banner-bg.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.banner__inner {display: flex;height: 100%;min-height: 650px;flex-wrap: wrap;flex-direction: row;}

.banner__text-bg {
    position: absolute;
    top: 85px;
    /* left: 82px; */
    max-width: 960px;
    width: 90%;
    height: 130px;
    background-image: url(../img/stropuva_stroke.svg);
    background-repeat: s;
    /* background-position: 50% 50%; */
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 0.3;
    z-index: 0;
}

.banner__info {
    position: relative;
    width: 100%;
    z-index: 10;
    /* margin-top: 45px; */
    /* max-width: 600px; */
    /* flex: 8; */
    display: flex;
    flex-direction: column;
    width: 70%;
    /* align-items: flex-start; */
}

.banner__title {
    margin: 0;
    max-width: 720px;
    padding: 165px 0 0 0;
    color: #fff;
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase
}

.banner__title span {
    color: #FFBF00;
}

.banner__desc {
    margin-top: 65px;
    margin-top: 2vh;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.4;
    /* letter-spacing: .16px; */
    font-weight: 700;
}

.banner__desc span {
    font-weight: 700
}

.banner__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 65px;
    margin-top: 5vh;
    width: 100%;
}

.banner-grid {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    /* max-width: 50%; */
}

.banner__item {
    /* width: 400px; */
    /* height: 70px; */
    /* margin-bottom: 5vh; */
}

.banner__boiler {
    /* position: absolute; */
    bottom: 0px;
    right: 0;
    width: 450px;
    /* height: 200%; */
    background-image: url(../img/boilers--yellow_v2.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 95%;
    /* flex: 4; */
    display: flex;
    width: 30%;
    max-width: 400px;
    z-index: 1;
}

.b-item,
.b-item__img {
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    /* width: 50%; */
}

.b-item__img {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 46px;
    width: 30px;
    background-repeat: no-repeat;
    background-position: 50% 30%
}

.b-item__img_clock {
    background-image: url(../img/clock1.svg)
}

.b-item__img_fire {
    background-image: url(../img/fire-extinguisher.svg);
    background-position: 50% 10%
}

.b-item__img_house {
    background-image: url(../img/house.svg);
    background-position: 50% 10%
}

.b-item__img_matches {
    background-image: url(../img/matches.svg);
    background-position: 50% 10%
}

.b-item__border {
    width: 30px;
    height: 4px;
    background-color: #f47229;
}

.b-item__text {
    width: 200px;
    /* margin-left: 30px; */
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 20px;
    padding-left: 10px;
    margin-left: 0px;
}

.b-item__text span {
    font-weight: 700;
    color: #ffbf00;
    /* color: #fff; */
}

.time__img {
    position: absolute;
    width: 366px;
    height: 180px;
    z-index: -1
}

.b__img {
    width: 40%;
    /* width: 140px; */
    min-width: 75px;
    max-width: 105px;
    /* height: 95px; */
    background-size: 100%;
    background-position: 50% 50%;
    overflow: visible;
    background-repeat: no-repeat;
    background-size: contain;
}

.time__img_coal {
    background-image: url(../img/coal-img.png);
    /* top: -19px; */
    /* left: 130px; */
}

.time__img_pallet {
    background-image: url(../img/pellet-img.png);
    /* top: -19px; */
    /* left: 130px; */
}

.time__img_firewood {
    background-image: url(../img/firewood-img.png);
    /* top: -19px; */
    /* left: 35px; */
}

.time__img_briquette {
    background-image: url(../img/briq-img.png);
    /* top: -19px; */
    /* left: 35px; */
}


/* END BANNER BLOCK */
/*  ADVANTAGES BLOCK */





section.advantages-section {
    background-color: #252525;
    color: #fff;
    border-top: 1px solid #ffbf000d;
    padding-bottom: 60px;
}

.advantages-section h2 {
    text-align: center;
}

.advantages__main {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.right_section {
    /* text-align: right; */
    text-align: left;
    /* width: 400px; */
    width: 40%;
    display: n;
    flex: 1 35%;
}

.advantages__block {
    /* max-width: 410px; */
    margin: 60px 0;
    /* padding: 5px 12px; */
    /* border: 3px solid #ffbf00; */
    /* border-radius: 10px; */
    /* border-block: revert; */
}

.advantages-section h3 {
    font-size: 30px;
    /* text-transform: uppercase; */
    line-height: 1.1;
    margin: 0 0 5px 0;
    /* color: #ffbf00; */
    border-bottom: 2px solid #717171;
    /* border-bottom: 2px solid #ffbf00; */
}

.landing h3 span {
    color: #FFBF00;
}

.header__subtext {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    color: #ff5926;
    font-size: 16px;
}
.advantages__block__text {
    font-size: 20px;
    line-height: 1.4;
    padding-top: 15px;
}

/*.advantages__descr:after {
    content: url(../img/qest.svg);
    /*background: */
}*/

.advantages-section .right_section .advantages__descr {
    padding-right: 0px;
}

.advantages-section .advantages__left_section .advantages__descr {
    padding-right: 10px;
}

.advantages__descr {
    /* line-height:24px; */
    font-size: 14px;
    text-decoration: underline;
    display: none;
}

.center_section {
    display:
        flex;
    align-content: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 30%;
}

.advantages__boiler_block {
    /* position: absolute; */
    /* bottom: 0px; */
    /* right: 0; */
    width: 410px;
    height: 100%;
    background-image: url(../img/yellow_s15_promo.png);
    background-repeat: no-repeat;
    background-position: 50% center;
    background-size: 80%;
    opacity: 0.3;
    transition: opacity 10s ease;
}

.advantages__turn-around__block {
    height: 60px;
    text-align: center;
    margin-top: 70px;
    /* visibility: hidden; */
    position: relative;
    width: 100%;
}

.advantages__turn-around__img:after {
    content: url(../img/round_arrow.svg);
}

.advantages__turn-around__text {
    font-size: 14px;
    font-weight: 700;
}

/* END OF ADVANTAGES BLOCK */
/* Principal bloack */


.principle {
    box-sizing: border-box;
    /* padding-top: 85px; */
    padding-bottom: 45px;
    /* height: 1070px */
    background-color: #fff;
}

.principle__inner {
    width: inherit;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.principle__title {
    color: #1c1c1c;
    font-size: 40px;
    font-weight: 700;
    font-size: 38px;
}

.principle .accen__left {
    text-align: right;
}
.principle .accent__left.accent__text-block {
    min-width: 285px;
}

.principle__list {
    margin-top: 50px;
    width: inherit;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.principle__col {
    width: 42%;
    max-width: 600px;
}

.principle__item {
    position: relative;
    z-index: 10;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

/* .principle__item_right {
    -ms-flex-pack: end;
    justify-content: flex-end
} */

.principle__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right;
    width: 100%;
}

.principle__info_right {
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left
}

.principle__text {
    color: #1c1c1c;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    padding: 0 20px;
}

.principle__text span {
    color: #02bb3d;
}

.principle__text.red span {
    color: #ed2324;
}

.principle__subtext {
    margin-top: 18px;
    color: #1c1c1c;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    padding: 0 20px;
}

.principle__subtext span {
    font-weight: 700
}

picture.principle_match {
    width: 35%;
}

picture.principle_graph {
    width: 75%;
    text-align: left;
}

.principle__img {
    position: absolute;
    z-index: -1;
    width: 315px;
    height: 400px
}

.principle__img_normal {
    background: url(../img/spichka.png) no-repeat 50% 50%;
    top: -185px;
    right: -44px
}

.principle__img_down {
    background: url(../img/spichka-down.png) no-repeat 50% 50%;
    top: -28px;
    left: -40px
}

.principle__table {
    width: 100%;
    height: 440px
}

.principle__table_normal {
    background: url(../img/table.png) no-repeat 0 50%
}

.principle__table_down {
    background: url(../img/table-down.png) no-repeat 100% 50%
}

.principle__grad {
    margin-top: 45px;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}



/* .principle__grad_normal {
    background: url(../img/spichka-new.jpg) no-repeat 50% 50%;
    background-size: contain;
}

.principle__grad_down {
    background: url(../img/spichka-down-new.jpg) no-repeat 50% 50%;
    background-size: contain;
} */

/*  End of principal block*/

/*SAFETY*/
section.safety {
    background-color: #252525;
    color: #fff;
    padding-bottom: 60px;
}

.safety .accent__empty .accent__left {
    width: auto;
}

.safety .accent__left.accent__text-block {
    min-width: 300px;
}

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

.safety__main {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: nowrap;
}

.safety__boiler_block {
    display: flex;
    /* position: absolute; */
    /* bottom: 0px; */
    /* right: 0; */
    width: 100%;
    height: 100%;
    /* background-image: url(../img/razrez.png); */
    background-repeat: no-repeat;
    background-position: 0;
    background-size: contain;
    align-items: center;
}

.safety h4 {
    color: #ffbf00;
    font-weight: 700;
    font-size: 30px;
    padding: 0;
    /* margin: 45px 0 0 0; */
}

.safety__descr {
    font-size: 18px;
    line-height: 1.2;
    margin-top: 12px;
}

.safety .accent__empty .accent__left {
    width: 100px;
    min-width: 100px;
}

.safety .accent__empty .accent__text {
    font-size: 16px;
    line-height: 18px;
    color: #ffbf00;
    padding: 30px 0;
}

.safety_icon {
    background: url(../img/security.svg) no-repeat;
    background-position: right;
    width: 70px;
    height: 55px;
    /* display: flex; */
    /* width: 100%; */
}
.test_accordion_icon {
  /* position: absolute; */
  width: 50px;
  height: 50px;
  margin-top: -4px;
  top: 50%;
  right: 0;
  background: url(../img/yell-arrow-down.svg) no-repeat 50% 50%;
  min-width: 55px;
  background-size: 65%;
}

.test_accordion_icon.test_accordion_icon_active {
  background: url(../img/yell-arrow-up.svg) no-repeat center center;
  background-size: 65%;
}

/*---- SAFETY------*/








/*CONTROL*/

.control {
    /* height: 941px; */
    background-color: #1c1c1c;
    box-sizing: border-box;
    /* padding-top: 90px; */
    padding-bottom: 90px;
}

.control__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: row;
    -ms-flex-align: center;
    margin-bottom: 80px;
    padding-top: 60px;
    justify-content: space-evenly;
    align-items: flex-start;
}

.control .accent__third {
    /* background-color: #ffbf00; */
    /* background-color: #ff8b14; */
    /* background-image: -webkit-gradient(linear, left top, right top, from(#ff5c26), to(#ffbf00)); */
    /* background-image: linear-gradient(to right, #ff5c26, #ffbf00); */
    /* color: #fff; */
}

.accent__third .accent__left .accent__descr {
    text-align: left;
    line-height: 1.1;
}

.accent__third .accent__right  .accent__descr {
    line-height: 1.1;
}

.accent__third .accent__left .accent__header {
    text-align: left;
}

.control__title {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    font-size: 38px;
}

.control__desc {
    margin-top: 24px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    text-align: center
}

.control__desc span {
    color: #f47229;
    font-weight: 700
}

.control__list {
    width: 100%;
    margin-top: 0;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.control__item,
.control__list {
    display: -ms-flexbox;
    display: flex;
    padding: 0 5px;
    flex-direction: row;
}

.control__item {
    position: relative;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    /* width: 250px; */
    /* height: 300px; */
    width: 25%;
}

.control__item_arrow:after {
    position: absolute;
    content: "";
    display: block;
    width: 20%;
    height: 18px;
    right: -10%;
    top: 75px;
    opacity: .1;
    background: url(../img/arrow-right.svg) no-repeat 50% 50%;
    z-index: 0;
}

.control__inverted .control__item_arrow:after {
    background: url(../img/arrow-right-inverted.svg) no-repeat 50% 50%;
    opacity: .4;
    background-size: contain;
}


.control__img {
    box-sizing: border-box;
    width: 150px;
    height: 151px;
    border-radius: 50%;
    border: 4px solid #282828;
    border: 4px solid #f77218;
    z-index: 1;
}

.control__img_1 {
    background: url(../img/control-1.png) no-repeat 0 50%;
    background-color: #1e1e1e;
    background-size: contain
}

.control__img_2 {
    background: url(../img/control-2.png) no-repeat 0 50%;
    background-color: #1e1e1e;
    background-size: contain
}

.control__img_3 {
    background: url(../img/control-3.png) no-repeat 50% 50%;
    background-color: #1e1e1e;
    background-size: contain
}

.control__img_4 {
    background: url(../img/control-4.png) no-repeat 50% 50%;
    background-color: #1e1e1e;
    background-size: cover
}

.control__number {
    position: absolute;
    box-sizing: border-box;
    padding: 11px 15px;
    left: 50%;
    top: 121px;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 10px 16px rgba(0, 0, 0, .23);
    background-color: #fff;
    color: #f47229;
    font-size: 20px;
    font-weight: 400;
    z-index: 2;
}

.control__text {
    margin-top: 47px;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
    text-align: center;
    height: 30px;
    /* width: 225px; */
}

.control__button {
    position: relative;
    display: block;
    width: 332px;
    height: 65px;
    margin-top: 92px;
    padding: 25px;
    box-sizing: border-box;
    box-shadow: 0 19px 49px hsla(21, 68%, 65%, .22);
    background-image: linear-gradient(270deg, #f47329 0, #eb3c38);
    border-radius: 50px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .81px
}

.control__button:after {
    position: absolute;
    content: "";
    display: block;
    width: 360px;
    height: 93px;
    top: 50%;
    left: 50%;
    margin-top: -47px;
    margin-left: -180px;
    border: 1px solid rgba(255, 96, 0, .29);
    border-radius: 50px
}

.control__button:hover {
    animation: b 1.5s infinite
}

.control__inverted {
    background-color: #efefef;
}

.control__inverted .control__title {
    color: #1c1c1c;
}

.control__inverted .control__desc {
    color: #1c1c1c;
    font-weight: 400;
}

.control__inverted .control__text {
    color: #1c1c1c;
    font-weight: 400;
    display: flex;
    height: auto;
}

.control .accent__header {
    /* width: 250px; */
}

.control .accent__left {
    display: flex;
    padding-right: 0px;
    width: 100%;
    width: 310px;
    max-width: 310px;
    min-width: 300px;
    align-items: flex-start;
}

.control .accent_third {
    margin-right: 20px;
    width: 472px;
}

.clean-inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
}

.clean-inner .accent__right {
    text-align: right;
    padding-right: 0;
}

.clean__list {
    display: flex;
    width: 100%;
    justify-content: space-around;
}

.clean__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
}



.clean__img {
    box-sizing: border-box;
    width: 203px;
    height: 203px;
    border-radius: 50%;
    border: 4px solid #282828;
    border: 4px solid #f77218;
}

.clean__img_1 {
    background: url(../img/obslug_1.png) no-repeat 0 50%;
    background-color: #1e1e1e;
    background-size: contain
}

.clean__img_2 {
    background: url(../img/obslug_2.png) no-repeat 0 50%;
    background-color: #1e1e1e;
    background-size: contain
}

.control__inverted .clean__text {
    color: #1c1c1c;
    font-weight: 400
}

.clean__text {
    margin-top: 25px;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
    text-align: center;
    height: 30px;
}



/*-CLEAN-*/

/*ECONOMY*/

.economy {
    box-sizing: border-box;
    /* height: 930px; */
    /* padding-top: 90px; */
    background: url(../img/economy-bg-1.png) no-repeat 0 260px, url(../img/economy-bg-2.png) no-repeat 100% 192px;
    background-color: #1c1c1c;
    background-size: 460px;
}

.economy__inner {
    width: inherit;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    /* margin-bottom: 60px; */
    /* height: 100%; */
    /* padding-bottom: 1000px; */
    /* min-height: max-content; */
    align-items: center;
}

.economy__title {
    color: #fefefe;
    font-size: 40px;
    font-weight: 700;
    font-size: 38px;
}

.economy__title span {
    color: #f47229
}

.economy__desc {
    margin-top: 23px;
    color: #fefefe;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    text-align: center
}

.accent__half {
    width: 60%;
    /* width: 50%; */
}
.economy .accent__left.accent__text-block {
    min-width: 216px;
    /* padding: 0; */
}
.economy .accent__left {
    display: flex;
    color: #ffbf00;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
    min-width: 350px;
}

.economy .accent__left.accent__text-block span {
    line-height: 1.2;
}

.economy .accent__right {
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0;
}

.economy .accent__descr {
    line-height: 1;
}

.economy__table {
    margin-top: 63px;
    margin-bottom: 63px;
    /* padding-bottom: 63px; */
}



.economy__button {
    position: relative;
    display: block;
    width: 332px;
    height: 65px;
    margin-top: 50px;
    padding: 25px 87px;
    box-sizing: border-box;
    box-shadow: 0 19px 49px hsla(21, 68%, 65%, .22);
    background-image: linear-gradient(270deg, #f47329 0, #eb3c38);
    border-radius: 50px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .81px
}

.economy__button:after {
    position: absolute;
    content: "";
    display: block;
    width: 360px;
    height: 93px;
    top: 50%;
    left: 50%;
    margin-top: -47px;
    margin-left: -180px;
    border: 1px solid rgba(255, 96, 0, .29);
    border-radius: 50px
}

.economy__button:hover {
    animation: b 1.5s infinite
}

.e-table {
    width: 90%;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.e-table__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 97px;
    width: inherit
}

.e-table__col {
    box-sizing: border-box;
    padding: 25px 0;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    width: 30%;
    width: 25%;
    /* font-size: 1.5em; */
}

.e-table__col_center {
    text-align: center;
    width: 230px;
    color: hsla(0, 0%, 100%, .8);
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    width: 30%;
    font-weight: 700;
}
.e-table__col.str_b {
    color: #ffbf00;
    width: 40%;
}

.e-table__col_right {
    text-align: right;
    width: 40%;
}

.e-table__col_border {
    border-top: 1px solid hsla(0, 0%, 100%, .1)
}

/*- ECONOMY - */

/*-------PROMO-------*/

.promo__inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    flex-direction: row;
    /* width: 100%; */
    /* flex-wrap: wrap; */
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 60px;
}

.promo-block {
    /* align-items: center; */
    text-align: center;
    min-width: 0%;
    display: flex;
    /* max-width: 20%; */
    /* margin: 20px; */
    /* border: 3px solid #ff5c26; */
    /* border: 2px solid #e9e9e9; */
    border-radius: 5px;
    /* border-radius: 50%; */
    padding: 0;
    margin: 20px;
    contain: content;
    background-color: #fff;
    /* flex: 1 20%; */
    /* max-width: 22%; */
    flex-direction: column;
}


.promo__name {
    font-size: 16px;
    font-weight: 700;
    padding: 30px 10px;
    /* color: #ff5c26; */
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow, -webkit-box-shadow;
}
.promo__img {}

/*--------END PROMO---------*/

/*-------warm-------*/

.warm__inner {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
    /* margin-bottom: 60px; */
}

.warm-block {
    flex-direction: column;
    /* align-items: center; */
    text-align: center;
    min-width: 0%;
    /* max-width: 20%; */
    margin: 20px;
    /* border: 3px solid #ff5c26; */
    /* border: 2px solid #e9e9e9; */
    border-radius: 5px;
    /* border-radius: 50%; */
    padding: 0;
    contain: content;
    display: flex;
    background-color: #fff;
    flex: 1 20%;
}


.warm__name {
    font-size: 16px;
    font-weight: 700;
    padding: 30px 10px;
    /* color: #ff5c26; */
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow, -webkit-box-shadow;
/*     -ms-hyphens: auto; */
/*     -webkit-hyphens: auto; */
    /* hyphens: auto; */
}
.warm__img {}

/*--------END warm---------*/


/*-------trust-------*/

.trust__inner {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 60px;
}

.trust-block {
    flex-direction: column;
    text-align: center;
    min-width: 0%;
    /* max-width: 20%; */
    margin: 20px;
    /* border: 3px solid #ff5c26; */
    /* border: 2px solid #e9e9e9; */
    border-radius: 5px;
    /* border-radius: 50%; */
    padding: 0;
    contain: content;
    display: flex;
    /* background-color: #fff; */
    flex: 1 20%;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
}


.trust__name {
    display: flex;
    font-size: 16px;
    font-weight: 700;
    padding: 30px 10px;
    /* color: #ff5c26; */
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow, -webkit-box-shadow;
    flex-direction: column;
}
.trust__img {
    display: flex;
    min-height: 130px;
    align-items: center;
}

/*--------END trust---------*/
/* WARRANTY */

.guar {
    min-height: 597px;
    box-sizing: border-box;
    padding-top: 82px;
}

.guar__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    width: inherit
}

.guar__info {
    position: relative;
    min-height: 515px;
    width: inherit;
    z-index: 10;
    padding-top: 0;
    box-sizing: border-box;
}

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

h2.guar__title {
    padding-top: 0;
    text-align: left;
    /* width: 400px; */
    margin: 0;
}

.guar__first_block__accent {flex: 1 60%;}

.guar .accent_full {
    margin-top: 0;
}

.guar__first_block__header {
    display: flex;
    width: auto;
    /* min-width: 300px; */
    /* width: 300px; */
    flex: 1 40%;
}

.guar .accent__left {
    min-width: 260px;
    /* max-width: 100%; */
    /* width: 100%; */
}

.guar .accent__header {
    width: auto;
}

.guar .accent__right {
    /* min-width: 300px; */
}

.guar__list:after {
    position: absolute;
    z-index: -1;
    content: "";
    display: block;
    height: 430px;
    width: 800px;
    top: 150px;
    right: 0;
    background: url(../img/guar-bg.png) no-repeat 100% 100%;
    background-size: 85%;
    display: none;
}

.guar__desc {
    opacity: .4;
    font-size: 14px;
    text-transform: uppercase
}

.guar__desc, .guar__title {
    color: #1c1c1c;
    font-weight: 700;
}

.guar__title {
    margin-top: 12px;
    font-size: 38px
}

.guar__list {
    margin-top: 45px;
    margin-bottom: 30px;
    /* max-width: 45%; */
    /* font-weight: 700; */
    /* position: absolute; */
    /* z-index: -1; */
    /* content: ""; */
    /* display: block; */
    /* height: 430px; */
    /* width: 800px; */
    /* top: 150px; */
    right: 0;
    background: url(../img/guar-bg.png) no-repeat 100% 100%;
    background-size: 50%;
}

.guar__item {
    margin-top: 26px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
    position: relative;
}

.guar__img {
    width: 80px;
    min-width: 80px;
    min-height: 80px;
    background: #ffbf00;
    border-radius: 50%;
    /* display: flex; */
    margin-right: 30px;
}

/*.guar__img_text-zavod {
     background: url(../img/svg/security-black.svg) no-repeat 50% 50%; 
    background-size: contain;
}*/


.guar__img:before {
    background-size: contain;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 25px;
    left: 16px;
    background-size: contain;
}

.guar__img_text-zavod:before {
    background: url(../img/svg/security-black.svg) no-repeat 50% 50%; 
    content: "";
}


.guar__img_text-service:before {
    background: url(../img/svg/montage-black.svg) no-repeat 50% 50%;
    content: "";
}
.guar__img_text-support:before {
    background: url(../img/svg/support-black.svg) no-repeat 50% 50%;
    content: "";
}

.guar__text {
    margin-left: 0px;
    /* padding-left: 20px; */
    color: #1c1c1c;
    font-size: 20px;
    /* font-weight: 700; */
    line-height: 26px
}

/*-----END WARRANTY------*/


/* time and people */

section.time-people {
    /* padding-bottom: 260px; */
}

.time-people__inner {
    /* background: #fff; */
    margin-top: 30px;
    margin-bottom: 130px;
}
.time-people h2 span {
    color: #ff5c26;
}

.time-people__review {
    display: flex;
    /* background: #fff; */
    position: relative;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: visible;
}

.time-people__block {
    background: #fff;
    display: flex;
    justify-content: flex-start;
    align-content: stretch;
    /* margin-bottom: 330px; */
    /* padding-bottom: 100px; */
}

.time-people__img {
    /* width: 500px; */
    /* width: 25%; */
    padding: 15px;
    border-radius: 5px;
    overflow: overlay;
    flex: 1 20%;
    /* max-width: 25%; */
    margin-top: 60px;
}

.time-people__desc {
    /* width: 50%; */
    flex: 1 50%;
    /* max-width: 50%; */
    margin: 20px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.time-people picture {}

img {}

picture {
}

.time-people__img img {
    border-radius: 5px;
}

.time-people__desc__head {
    font-size: 20px;
    font-weight: 700;
}

.time-people__desc__text {
    font-size: 16px;
    line-height: 1.4;
    height: auto;
    padding-bottom: 150px;
}

.time-people__model {
    position: relative;
    /* right: 0; */
    /* bottom: 0; */
    /* width: 250px; */
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    /* margin-bottom: 100px; */
    background: #fff;
}
.time-people__model__img {
    width: 250px;
}

.time-people__model__descr__text {
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 900;
    font-weight: 700;
}

.time-people__model__descr__prop {
    font-size: 14px;
    font-weight: 700;
}

.time-people__model__descr__prop span {
    color: #7f7f7f;
    padding-right: 10px;
}

.time-people__model__descr {
    background: #fff;
    padding: 15px 45px;
    border: 4px solid #ff5c26;
    border-radius: 15px;
    position: absolute;
    bottom: 0px;
    right: 150px;
    width: 200px;
}

.time-people__desc__counter_block__counter {
    font-size: 30px;
    font-weight: 700;
    /* color: #252525; */
ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡-
    top: 30px;
}

.time-people__desc__counter_block__counter span {
    color: #ff5c26;
}
/*-------END time and people------*/


/* MONTAGE */

section.montage {
    background: #252525;
    color: #fff;
    
}
.montage__inner {
    padding-bottom: 60px;
}

.montage h2 {
    color: #fff;
}

.montage__main {
    display: flex;
    flex-direction: row;
    padding-bottom: 60px;
}


.montage .accent__text span {
    color: #ffbf00;
}

.montage .accent__text {
    text-align: left;
    /* height: 65px; */
}

.montage .center_section {
    width: 33%;
}

/*.montage .center_section {
    background: url(../img/montage-bg.png);
}*/



/*new*/

.montage .accent_inner {
    display: flex;
    flex-direction: row;
    padding-bottom: 40px;
}

.gift__wrapper .accent__left {
    align-items: center;
    justify-content: space-around;
}

.gift__wrapper.accent__right {
    display: flex;
    flex-direction: column;
    /* justify-content: space-around; */
}

.montage .accent-text {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 70px;
    color: #ffbf01;
}

.montage .accent__text {
    font-size: 30px;
    font-weight: 700;
    /* margin-top: 70px; */
    color: #ffbf01;
}

.accent__empty.montage__wrapper {
    display: flex;
    flex-wrap: wrap;
    /* overflow: hidden; */
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row;
}

.montage__main .accent__left picture {
    margin-bottom: -90px;
}

.order_montage {
    /* text-align: center; */
    padding: 40px 0 0 0;
    width: auto;
    /* text-align: center; */
    display: flex;
    justify-content: center;
}

.montage .order {
    text-align: center;
    /* padding: 0px 20px 0 50px; */
    /* margin: 50px 0; */
    /* display: flex; */
    /* flex-basis: 100%; */
}
/*<--- new*/





.montage__man_block {
    background: url(../img/montage-bg.png) no-repeat;
    /* width: 200px; */
    /* height: 300px; */
    width: 100%;
    height: 100%;
    background-size: 80%;
    background-position: 50% 100%;
    /* width: 33%; */
}
.img__pin {
    background: url(../img/pin.svg) no-repeat;
    /* background-size: contain; */
} 
.img__support {
    background: url(../img/support.svg) no-repeat;
} 
.img__montage {
    background: url(../img/montage.svg) no-repeat;    
} 
.img__idea {
     background: url(../img/idea.svg) no-repeat;   
} 
.img__project {
    background: url(../img/project.svg) no-repeat;
    background-size: 86%;
} 
.img__document {
    background: url(../img/document.svg) no-repeat;    
} 

.montage__block__img {
    /* display: flex; */
    min-width: 75px;
    width: 75px;
    height: 73px;
    background-size: 35px;
    background-position: 50% 50%;
    /* flex: 1 10%; */
    border: 2px solid #ffbf01;
    border-radius: 50px;
}

.montage__block {
    display: flex;
    flex-direction: row;
    padding: 30px 0;
    justify-content: flex-start;
    align-items: center;
}

.montage__block__text {
    font-size: 20px;
    text-align: left;
    padding: 0 0 0 20px;
    /* width: 310px; */
    line-height: 1.4;
}

.montage__block__wrapper {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: stretch;
    /* height: 420px; */
    align-content: flex-end;
}

.montage__block__img.img__project {
    background-size: 30px;
}

.accent__empty.accent__third {
    display: flex;
    align-items: stretch;
}

.montage__block__lonely_text {
    font-size: 20px;
    font-weight: 700;
    color: #ffbf00;
    color: #fff;
    line-height: 1.4;
    bottom: 0;
    display: flex;
    align-self: self-end;
    /* padding-bottom: 65px; */
    text-align: left;
}



/*-------END MONTAGE -------*/


/* CREDIT */

.credit {
    min-height: 597px;
    box-sizing: border-box;
    padding-top: 82px;
    padding-bottom: 50px;
}

.credit__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: flex-start;
    width: inherit;
    flex-wrap: wrap;
}

.credit__info {
    /* position: relative; */
    /* min-height: 515px; */
    /* width: inherit; */
    /* z-index: 10; */
    /* padding-top: 0; */
    /* box-sizing: border-box; */
    flex: 1 1 50%;
    max-width: 100%;
    font-size: 30px;
    font-weight: bold;
}

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

h2.credit__title {
    padding-top: 0;
    text-align: left;
    /* width: 400px; */
    margin: 0;
    flex: 1 100%;
    /* width: 100%; */
    text-align: center;
    padding-bottom: 40px;
}

.credit__first_block__accent {flex: 1 60%;}

.credit .accent_full {
    margin-top: 0;
}

.credit__first_block__header {
    display: flex;
    width: auto;
    /* min-width: 300px; */
    /* width: 300px; */
    flex: 1 40%;
}

.credit .accent__left {
    min-width: 260px;
    /* max-width: 100%; */
    /* width: 100%; */
}

.credit .accent__header {
    width: auto;
}

.credit .accent__right {
    /* min-width: 300px; */
}

.credit__list:after {
    position: absolute;
    z-index: -1;
    content: "";
    display: block;
    height: 430px;
    width: 800px;
    top: 150px;
    right: 0;
    background: url(../img/credit-bg.png) no-repeat 100% 100%;
    background-size: 85%;
    display: none;
}

.credit__desc {
    opacity: .4;
    font-size: 14px;
    text-transform: uppercase
}

.credit__desc, .credit__title {
    color: #1c1c1c;
    font-weight: 700;
}

.credit__title {
    margin-top: 12px;
    font-size: 38px
}

.credit__list {
    /* margin-top: 45px; */
    margin-bottom: 30px;
    /* max-width: 45%; */
    /* font-weight: 700; */
    /* position: absolute; */
    /* z-index: -1; */
    /* content: ""; */
    /* display: block; */
    /* height: 430px; */
    /* width: 800px; */
    /* top: 150px; */
    right: 0;
    background: url(../img/credit-bg.png) no-repeat 100% 100%;
    background-size: 80%;
    flex: 1 100%;
    position: relative;
}
.credit__list:before {
    background: url(../img/svg/big_zero_percent.svg) no-repeat 50% 50%;
    content: "";
    width: 120%;
    height: 100%;
    position: absolute;
}

.credit__item {
    margin-top: 26px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
    position: relative;
    flex: 1 30%;
    max-width: 49%;
}

.credit__img {
    width: 80px;
    min-width: 80px;
    min-height: 80px;
    /* background: #ffffff; */
    border-radius: 50%;
    display: flex;
    margin-right: 30px;
    border: 3px solid #ff5c26;
    justify-content: center;
    align-items: center;
}

/*.credit__img_text-zavod {
     background: url(../img/svg/security-black.svg) no-repeat 50% 50%; 
    background-size: contain;
}*/
.credit__info p {
    margin: 10px 0;
}


.credit__img:before {
    background-size: contain;
    width: 50px;
    height: 50px;
    /* position: absolute; */
    /* top: 25px; */
    /* left: 16px; */
    background-size: contain;
}

.credit__img_text-bank:before {
    background: url(../img/svg/bank.svg) no-repeat 50% 50%; 
    content: "";
}


.credit__img_text-zero:before {
    background: url(../img/svg/zero_percent.svg) no-repeat 50% 50%;
    content: "";
}
.credit__img_text-smile:before {
    background: url(../img/svg/smile.svg) no-repeat 50% 50%;
    content: "";
}
.credit__img_text-2min:before {
    background: url(../img/svg/2_min.svg) no-repeat 50% 50%;
    content: "";
}

.credit__text {
    margin-left: 0px;
    /* padding-left: 20px; */
    color: #1c1c1c;
    font-size: 20px;
    /* font-weight: 700; */
    line-height: 26px
}

.credit__info span {
    font-size: 20px;
    color: #777;
    display: block;
}

.credit h2 span {
    color: #ff5c26;
}

/*-----END CREDIT------*/






/*MEDIA     !!!!!*/


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

.economy {
    box-sizing: border-box;
    /* height: 930px; */
    /* padding-top: 90px; */
    background: url(../img/economy-bg-1.png) no-repeat 0 125%, url(../img/economy-bg-2.png) no-repeat 104% 120%;
    background-color: #252525;
    background-size: 30%;
}

.e-table__col_center {

}
}

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

}



.advantages__block:hover {
    /* border: 3px solid #ff5926; */
    /* border-radius: 10px; */
    /* border-block: revert; */
}

.advantages__boiler_block:hover {
    opacity: 1;
    transition: opacity 2s linear;
    cursor: pointer;
}


/**/
.advantages2 h3 {
    border-bottom: 2px solid #ffbf00;
}


h3 {}

.advantages2 .advantages__block__text {
    display: none;
}

.advantages2 .advantages__descr {
    display: flex;
}

.accent__header span {
    font-size: 24px;
    /* font-size: 80px; */
    letter-spacing: 0px;
    margin-right: -10px;
}

.principle .accent_full {
    width: 100%;
    display: flex;
    flex-direction: row;
}


/* MODELS */

/*gradient-models*/

.boiler-pellet .boiler-card__area,
.boiler-uat .boiler-card__area {
    right: 0;
    left: auto;
}

.boiler-pellet .boiler-card__area-text,
.boiler-uat .boiler-card__area-text {
    right: 160px;
}

.boiler-pellet .boiler-card__area-value::before,
.boiler-uat .boiler-card__area-value::before {
    /* content: ""; */
    /* position: absolute; */
    /* bottom: 0; */
    left: 2px;
    left: auto;
    right: 2px;
    width: calc(100% - 5px);
    height: 1px;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 95, 20, 0)), to(#ff5f14));
    background-image: linear-gradient(to left, rgba(255, 95, 20, 0), #ff5f14);
    opacity: 0;
    -webkit-transition-duration: 0.12s;
    transition-duration: 0.12s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.boiler-pellet .boiler-card__area-value::after,
.boiler-uat .boiler-card__area-value::after {
    content: "";
    position: absolute;
    bottom: -6px;
    right: -20px;
    left: auto;
    width: 16px;
    height: 20px;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2220%22%20viewBox%3D%220%200%2016%2020%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23ff5c26%3Bfill-rule%3Aevenodd%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20id%3D%22%D0%9A%D0%BE%D0%BD%D1%82%D1%83%D1%80%22%20class%3D%22cls-1%22%20d%3D%22M85.062%202104.93c-2.563-4%20.608-10.37%202.78-11.69a6.766%206.766%200%200%200%201.455%205.49%203.183%203.183%200%200%201%20.478-2.89c.152%203.25%203.974%204.23%201.759%209.16%202.867-1.67%204.756-3.91%204.43-6.82-.326-2.89-2.541-5.71-2.3-7.29a5.874%205.874%200%200%200-.738%203.29c-3-4.18-3.909-6.94-3.5-9.18-2.3.91-4.821%204.51-5.125%207.38-1.151-.91-.717-3.07-.347-3.62-3.388%203.44-4.409%207.55-3.779%209.97a10.422%2010.422%200%200%200%204.887%206.2z%22%20transform%3D%22translate%28-80%20-2085%29%22%2F%3E%3C%2Fsvg%3E');
    }
/*end of gradient models*/

.models .boiler-card{
    margin-top: 40px;
}

.models__block article.boiler-card {
    display: flex;
    padding: 0;
}
.models__bolier___img {
    width: 50%;
    background-image: url(../img/cart-bg11.png);
    background-repeat: no-repeat;
    background-size: 60% 100%;
}

.boiler-drova .models__bolier___img, .boiler-coal .models__bolier___img {

    background-position: 110% 0;
}
.boiler-pellet .models__bolier___img, .boiler-uat .models__bolier___img {
    background-position: -10% 0;
}

.models__bolier__descr {
    width: 70%;
    padding: 20px;
}


.models .boiler-card__boiler-image {
    display: flex;
    flex-direction: row;
    /* margin-top: 70px; */
    /* padding-left: 100px; */
    padding-top: 0;
    /* height: 400px; */
    /* width: 200px; */
    
}

.boiler-drova .boiler-card__boiler-image, .boiler-coal .boiler-card__boiler-image{/* background-image: url('../img/round.png'); */background-size: 130px;background-repeat: no-repeat;background-position: 33px 65%;}

.boiler-pellet .boiler-card__boiler-image, .boiler-uat .boiler-card__boiler-image {
    position: relative;
    display: flex;
    flex-direction: row;
    /* margin-top: 70px; */
    /* padding-left: 100px; */
    padding-top: 0;
    /* height: 400px; */
    /* width: 200px; */
    /* background-image: url(../img/round-right.png); */
    /* background-size: 130px; */
    /* background-repeat: no-repeat; */
    /* background-position: 305px 65%; */
    justify-content: flex-end;
}

.models ul.boiler-card__colors-list {
    display: block;
    position: relative;
    /* transform: translateY(15%); */
    top: 304px;
    right: 0px;
    width: 100px;
    z-index: 1;
}


/*list fuel*/
.boiler-card__fuel-title {
    width: 1px;
    height: 1px;
    overflow: hidden;
}

li.boiler-card__fuel-list__item.boiler-card__fuel-list__item--wood {
    /* width: 50px; */
    background-image: url('../img/yell_drova.png');
}

li.boiler-card__fuel-list__item.boiler-card__fuel-list__item--briq {
    /* width: 30px; */
    background-image: url('../img/yell_briq.png');
}
li.boiler-card__fuel-list__item.boiler-card__fuel-list__item--pellet {
    /* width: 30px; */
    background-image: url('../img/yell_pellet.png');
}
li.boiler-card__fuel-list__item.boiler-card__fuel-list__item--coal {
    /* width: 30px; */
    background-image: url('../img/yell_coal.png');
}

.boiler-card__fuel {
    display: flex;
    width: auto;
}

ul.boiler-card__fuel-list {
    display: flex;
}

li.boiler-card__fuel-list__item {
    font-size: 0;
    background-size: 80%;
    background-repeat: no-repeat;
    width: 25%;
    height: 100px;
}

ul.boiler-card__fuel-list {
    width: 100%;
    margin-bottom: 0px;
}
/*endlist fuel */

/*models colors*/
.models .boiler-card__image.boiler-card__image--active {
    width: 130px;
    height: 400px;
}
.models .boiler-card__image.boiler-card__image--active img {
    width: 110%;
    max-width: 110%;
}

.boiler-drova li.boiler-card__colors-item:nth-child(6n+1),
.boiler-coal li.boiler-card__colors-item:nth-child(6n+1) {
    margin-right: -50px;
}

.boiler-drova li.boiler-card__colors-item:nth-child(2n+2),
.boiler-coal li.boiler-card__colors-item:nth-child(2n+2) {
    margin-right: 20px;
}
.boiler-drova li.boiler-card__colors-item:nth-child(3), 
.boiler-coal li.boiler-card__colors-item:nth-child(3) {
    margin-right: 60px;
}

.boiler-drova li.boiler-card__colors-item:nth-child(4), 
.boiler-coal li.boiler-card__colors-item:nth-child(4) {
    margin-right: 100px;
}

.boiler-drova li.boiler-card__colors-item:nth-child(5),
.boiler-coal li.boiler-card__colors-item:nth-child(5) {
    margin-right: 60px;
}

.boiler-pellet li.boiler-card__colors-item:nth-child(6n+1),
.boiler-uat li.boiler-card__colors-item:nth-child(6n+1) {
    margin-right: 100px;
}

.boiler-pellet li.boiler-card__colors-item:nth-child(2n+2),
.boiler-uat li.boiler-card__colors-item:nth-child(2n+2) {
    margin-right: -5px;
}

.boiler-pellet li.boiler-card__colors-item:nth-child(3), 
.boiler-uat li.boiler-card__colors-item:nth-child(3)  {
    margin-right: -40px;
}

.boiler-pellet li.boiler-card__colors-item:nth-child(4), 
.boiler-uat li.boiler-card__colors-item:nth-child(4) {
    margin-right: -50px;
}

.boiler-pellet li.boiler-card__colors-item:nth-child(5),
.boiler-uat li.boiler-card__colors-item:nth-child(5) {
    margin-right: -40px;
}

/*end of models colors*/


.bolier__card__predescr {
    font-size: 16px;
    font-weight: 700;
    color: #c4c4c4;
}

.models .boiler-card__title {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 15px;
}

.models .boiler-card__title span {
    color: #ff5c26;
}
.boiler___card__descr {
    font-size: 16px;
    line-height: 1.4;
}

.boiler-card__property {
    display: flex;
    padding: 10px 0;
}

.boiler-card__property-name {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #c4c4c4;
    width: 30%;
}
.boiler-card__property-name:after {
    content: ":";
    }

.boiler-card__property-value {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #212123;
    width: 70%;
}


.boiler-card__power .boiler-card__property-value {
    background: url('../img/power-flame.png') no-repeat 10px 10px;
    background-size: 50px;
    width: 20px;
    height: 35px;
    padding: 40px 18px 12px 24px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}

.models .boiler-card__power {
    flex-direction: column;
}

.boiler-card__property-group {
    display: flex;
}

.price__group {
    display: flex;
    padding: 30px 20px;
}

.price__group {}

.price__group .boiler-card__actual-price {
    /* width: 30%; */
    font-size: 30px;
    font-weight: 700;
}

.price__group .boiler-card__actual-price .boiler-card__price-value {
    font-size: 30px;
}

.models .boiler-card__normal-price {
    padding-left: 25px;
}
.price__group .boiler-card__normal-price .boiler-card__price-value {
    font-size: 20px;
}

span.boiler-card__area-before {
    display: inline-block;
    margin-left: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 54px;
    vertical-align: top;
}

/*END OF MODELS*/
/*EFFICIENCY*/
span.thin {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    display: inline-block;
}


/*END OF EFFICIENCY*/
/*FAQ*/
.faq {
    padding-top: 86px;
    padding-bottom: 124px;
    box-sizing: border-box
}

.faq__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.faq__title {
    width: 100%;
    color: #1c1c1c;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 60px
}

.faq__accordion {
    margin-bottom: 10px
}

.faq__question {
    position: relative;
    width: 100%;
    height: 74px;
    padding: 25px 60px 25px 35px  !important;
    box-sizing: border-box;
    border-radius: 10px;
    font-weight: 700
}

.faq__answer, .faq__question {
    background-color: #fff;
    border: none;
    color: #1c1c1c;
    font-size: 16px;
    margin: 0;
}

.faq__answer {
    padding: 30px;
    font-weight: 300;
    line-height: 26px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-radius: 0 0 10px 10px
}

.faq__accordion-icon {
    position: absolute;
    width: 13px;
    height: 8px;
    margin-top: -4px;
    top: 50%;
    right: 40px;
    background: url(../img/arrow-icon.svg) no-repeat 50% 50% !important
}

.faq__accordion-icon_active {
    margin-top: -6px;
    transform: rotate(-90deg)
}

.ui-accordion-header-active {
    border-radius: 10px 10px 0 0
}
/*END OF FAQ*/


/*Trash*/

.safety__block.safety__block_1:before {
    content:
    "1";
    top: 33%;
    left: 30%;
    position: absolute;
    color: #ff5c26;
    font-size: 30px;
    font-weight: 700;
    background-color: #fff;
    /* background-position: 10px 20px; */
    /* background: #fff 79% 50%; */
    padding: 16px 21px;
    width: 13px;
    height: 23px;
    border-radius: 83px;
    border: 2px solid #ff5c23;
    /* margin: 15px; */
    display:none;
}
/* .safety__block_1 h4:before {

    content: '';
    background: url(../img/line-down.png);
} */

.economy__boiler-name {
    display: flex;
    margin-top: 30px;
    display: none;
    font-size: 18px;
    font-weight: 700;
}

.stropuva-boiler-name {
    background: #ffbf01;
    padding: 20px;
    /* flex:1 20%; */
    border-radius: 5px;
}

.other-bolier-name {
    background: #aaaaaa;
    padding: 20px;
    /* flex: 1 20%; */
    border-radius: 5px;
}

.accent__empty.gift__inner {padding: 40px 0;}

.models .boiler-card__boiler-image:after,.models .boiler-card__boiler-image:after {
    content: '';
    position: absolute;
    background-image: url(../img/round.png);
    width: 135px;
    background-size: 130px;
    height: 275px;
    left: 34px;
    top: 95px;
    background-repeat: no-repeat;
    z-index: 0;
    right: auto;
}

.boiler-pellet .boiler-card__boiler-image:after, .boiler-uat .boiler-card__boiler-image:after {
    content: '';
    position: absolute;
    background-image: url(../img/round-right.png);
    width: 135px;
    background-size: 130px;
    height: 275px;
    right: 70px;
    top: 95px;
    background-repeat: no-repeat;
    z-index: 0;
    left: auto;
}

a.boiler-card__image.boiler-card__image--active {
    z-index: 1;
}
.boiler-card__boiler-image:hover .boiler-card__image {
    transform: translateX(0);
}

.boiler-card__boiler-image:hover .boiler-card__colors-list {
    display: block;
}

.models article.boiler-card.boiler-drova, .models article.boiler-card.boiler-coal {
    background-image: radial-gradient(100.213px at 40px 90%, rgb(255, 191, 0), rgb(255, 255, 255));
}

.models article.boiler-card.boiler-pellet, .models article.boiler-card.boiler-uat {
    background-image: radial-gradient(100.213px at 95% 90%, rgb(255, 191, 0), rgb(255, 255, 255));
}

.accent__empty.gift__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.gift__wrapper picture {
    order: 2;
    flex: 1 30%;
    margin-top: 30px;
    display: flex;
    justify-content: flex-start;
}

.gift__wrapper .accent__text {
    order: 3;
    flex: 0 55%;
    margin: -90px 0 0 0;
    padding: 30px 20px;
}

.montage__block__wrapper {
    order: 4;
    flex: 0 55%;
    margin-top: -130px;
    padding-left: 30px;
}

.gift__wrapper .order {
    order: 1;
    flex: 0 40%;
}

.gift__wrapper .montage__block__lonely_text {
    order: 2;
    flex: 2 60%;
    padding-left: 30px;
}
.lower__block {
    order: 5;
    display: flex;
    flex: 1 50%;
    flex-direction: row;
    align-items: center;
}

.accent__text {}

.montage__wrapper .accent__text {order: 1;flex: 0 55%;}

.montage__wrapper .montage__block__wrapper {
    margin-top: -40%;
}

.montage__wrapper .montage__block__lonely_text {
    padding-left: 30px;
}

.montage__wrapper .order_montage {}

.montage__wrapper picture {
    order: 3;
    flex: 0 30%;
    display: flex;
    /* height: 100%; */
    justify-content: flex-end;
}
.montage__wrapper .lower__block {
    display: flex;
    flex: 0 50%;
    flex-direction: column;
    align-items: center;
}


/*/*CATALOG*/
ul.models__list {
    text-align: left;
    color: #ffffff;
/*     background-color: #222222; */
    border-radius: 3px;
    list-style: none;
    padding: 0;
    margin-right: 40px;
    border-radius: 5px;
}

.models__list li {
    /* padding-top: 40px; */
    /* padding-bottom: 40px; */
    /* padding-left: 40px; */
    /* padding-right: 40px; */
    border-bottom: 1px solid #333333;
}

.models__list li a {
    color: #fff;
    display: block;
    text-decoration: none;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
    background-color: #222222;
}

/* .models__list li:nth-child(1) a:hover {
    color: #ff5926;
    background-color: #222222;
}

.models__list li:nth-child(2) a:hover {
    color: #ffbf00;
    background-color: #222222;
} */

.models__list li a:hover {
    color: #333333;
    font-weight: bold;
    background-color: #ffbf00;
}

article.boiler-card {
    min-height: auto;
}
/*<<<< CATALOG*/


/*CARD*/
.boiler-properties__wrapper {
    display: flex;
    flex-wrap: wrap;
}

.bolier-properties-inner-block ul {
    list-style: none;
    padding: 0;
}
.bolier-properties-inner-block ul li {font-size: 16px;display: flex;justify-content: space-between;flex-wrap: nowrap;align-items: flex-end;border-bottom: dotted;border-color: #dadada;line-height: 7;/* min-height: 40px; */padding: 10px 0 0 0;}

span.boiler-prop-name {
    flex: 1 100%;
    line-height: 1.3;
    /* border-bottom: 0px solid #fff; */
}

span.boiler-prop-value {
    flex: 1 100%;
    line-height: 1.3;
    text-align: right;
    /* border-bottom: dotted; */
    /* display: flex; */
    /* justify-content: flex-end; */
}

.boiler-properties-left-block {
    flex: 1 50%;
}

.boiler-properties-right-block {
    flex: 1 50%;
}

.bolier-properties-inner-block {
    padding: 0 15px;
}

.bolier-properties-inner-block h3 {
    border-bottom: 3px solid #ff5f25;
    /* flex: 1 20%; */
    display: inline-block;
}



.component_item .aux-card__wrapper {
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    /* height: 100%; */
}
.aux-card_img_title__block {
    display: flex;
    flex-wrap: nowrap;
}

.component_item .aux-card__title {
    /* flex: 1 62.5%; */
    margin-bottom: 0;
}

.component_item .aux-card__image {
    width: auto;
    height: auto;
    flex: 0 37.5%;
    position: relative;
}

.component_item .aux-card {
    /* height: 100%; */
}

h3.bolier-properties {
  border-bottom: 3px solid #ff5f25;
  /* flex: 1 20%; */
  display: inline-block;
  margin-bottom: 20px;
  font-size: 1.4em;
  margin-bottom: 1.4em;
}
h3.bolier-properties:after {
   content:":";   
}

.comlectation-service__block {
    display: flex;
    background: #fff;
    margin: 0 0 30px;
    padding: 50px 30px;
    flex-wrap: wrap;
    border-radius: 5px;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow, -webkit-box-shadow;
    align-content: space-between;
}
.comlectation-service__block:hover {

   -webkit-box-shadow: 0 0 25px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 10%);
}


.complectation-service__text {
    flex: 2 60%;
}

.complectation-service__button {
    flex: 1 20%;
    padding: 20px 0;
}

ul.equipment-page__list {
    margin-bottom: 30px;
}
.pdf-icon {
    background-image: url(../img/pdf.png);
    width: 50px;
    height: 50px;
    display: flex;
    background-size: contain;
    background-repeat: no-repeat;
}
.file__block {
    display: flex;
}

a {}

.file-description a {
    font-size: 20px;
    /* color: #444444; */
    text-decoration: none;
    font-weight: 700;
    color: inherit;
}
.file-description a:hover {
    color: #ff5a26;
}

.file-description {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
}

span.file-size {
    font-size: 16px;
    line-height: 1;
}

.how_works__block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.how_works__picture {
    flex: 1 50%;
    /* padding: 79px; */
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    flex: 1 30%;
}

.how_works_text {
    flex: 1 50%;
    font-size: 16px;
    padding-left: 40px;
    /* min-width: 300px; */
}

.how_works__picture img {
    padding: 30px;
    max-width: 401px;
    height: auto;
    flex: 0 70%;
    /* width: 100%; */
    width: 80%;
}

ul.boiler__features-list {
    flex: 1 30%;
}

.boiler__boiler-image {
    width: auto;
    flex: 1 30%;
}


.boiler-info {
    flex: 1 30%;
    padding-top: 80px;
    position: relative;
}

.boiler-info__text {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
}

.card-price__group {
    /* padding: 50px 0 30px; */
}

.bolier-price__block {
    font-weight: 700;
    /* font-size: 32px; */
    display: flex;
    max-width: 400px;
    justify-content: space-around;
    padding: 30px 0 0px;
    position: relative;
}

span.boiler__price__actual {
    font-size: 34px;
    color: #febf00;
}

span.boiler__price__old {
    font-size: 18px;
    color: #777;
    text-decoration: line-through;
}

.credit_offer {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    padding-top: 25px;
}

.credit_price span {
    color: #ff5a26;
}

.credit_link a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid;
}
.credit_link a:hover {
    color: #ff5a26;
}

.button-group {
    padding-top: 40px;
}

.boiler__order__popup {
    display:none;  
}

article.aux-card {
    flex: 1;
}

.boiler_popup {
    flex: 1;
    width: auto;
    padding: 45px 0 10px;
}

.boiler_popup .boiler__order-wrapper.boiler__order-wrapper {
    display: none;
}
.boiler_popup .boiler__order-wrapper.boiler__order-wrapper--visible {
    background: #222;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 80px;
    z-index: 10;
    padding-bottom: 100px;
    /* border: 1px solid #444; */
    /* padding: 30px; */
}

.boiler_popup .boiler__order-open {
    display: block;
}

.boiler_popup .boiler__order-wrapper--visible .boiler__order-close {
    display: block;
}

.boiler_popup .personal_privacy {
    color: #555;
    text-align: center;
}

.boiler_popup .personal_privacy a {
    color: #555;
}



@supports (display:grid) {
    .equipment-page__item.component_item {
        display: flex;
        flex-direction: row;
    }

    .component_item .aux-card__manufacturer {
        flex: 1 100%;
        order: 3;
    }

    .component_item .aux-card__price-wrapper {
        order: 4;
        flex: 1 61.5%;
        /* width: auto; */
        /* width: 50%; */
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        min-height: 55px;
        justify-content: flex-end;
        padding-bottom: 10px;
        margin-bottom: 0;
    }

    .component_item .aux-card__order {
        /* display: flex; */
        /* order: 5; */
        /* padding: 0; */
        /* margin: 0; */
        position: relative;
    }
    .component_item .aux-card__title_block {
        flex: 1 62.5%;
        margin-bottom: 30px;
    }

    .component_item .aux-card__actual-price {
        width: auto;
        /* display: flex; */
        justify-content: flex-start;
        order: 2;
    }

    .component_item .aux-card__normal-price {
        order: 1;
        /* display: flex; */
        /* width: auto; */
    }
    .component_item .button__block {
        order: 5;
        display: flex;
        flex: 1 37.5%;
        align-items: flex-end;
        /* height: 100%; */
        justify-content: flex-end;
    }
    .component_item .price-order__block {
        display: flex;
        flex: 1 100%;
    }
}


/*<<<<<<<<CARD*/
.card__anons {
    position: absolute;
    top: 20px;
    font-size: 14px;
    color: #ff5c26;
    font-weight: 600;
    text-transform: uppercase;
}

.sale_percent {
    background: #ffbf01;
    margin: 11px 45px 20px 0;
    text-align: center;
    display: flex;
    width: 60px;
    height: 60px;
    /* padding: 22px 10px; */
    border-radius: 50px;
    font-size: 16px;
    position: absolute;
    top: -30px;
    left: -20px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
}
.catalog  article.boiler-card {
    padding-top: 50px;
}
.boiler-page .card__anons {
    position: relative;
    display: flex;
    justify-content: center;
    color: #ffbf01;
}
.boiler-page .sale_percent {
    left: auto;
    right: -40px;
    top: -7px;
    background: transparent;
    border: 2px solid #ffbf01;
    color: #ffb101;
    margin: 0;
    /* padding: 12px 7px; */
}
.work-cycle__content.work-cycle__content--overflowed {
    /*overflow-y: visible;*/
}

/*EFFICIENCY*/
.efficieny__main {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
    align-items: flex-start;
}

.efficieny h2 {
    display: none;
}

.efficieny__block .ui-accordion-header-active {
    color: #242424;
    background: #ffbf00;
    /* padding: 30px 15px; */
    /* border-radius: 0; */
    /* padding-left: 59px; */
    display: flex;
    flex-direction: row-reverse;
    text-align: left;
    justify-content: space-between;
}

.efficieny__descr {
    background: #efefef;
    color: #252525;
    padding: 20px 15px;
    margin: 5px 0;
    font-size: 14px;
}

.efficieny__boiler_block {
    text-align: center;
    display: flex;
    justify-content: center;
}

.efficieny h4 {
    padding: 20px 15px 20px 60px;
    border-radius: 0;
    border-bottom: 1px solid #c4c4c4;
    line-height: 1.2;
    margin: 0;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    text-align: left;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
}

.efficieny__block h4:before {
    /* top: 33%; */
    /* left: 30%; */
    left: 5px;
    top: 25%;
    position: absolute;
    color: #ff5c26;
    font-size: 20px;
    font-weight: 700;
    background-color: #fff;
    /* background-position: 10px 20px; */
    /* background: #fff 79% 50%; */
    padding: 7px 13px !important;
    /* width: 12px; */
    /* height: 23px; */
    border-radius: 83px;
    border: 3px solid #ff5c23;
    margin-right: 0px;
    /*display:none;*/
}

.efficieny__block.efficieny__block_1 h4:before {
    content:
    "1";
    padding: 7px 19px;
}

.efficieny__block.efficieny__block_2 h4:before {
    content:
    "2";
    padding: 7px 16px;
}

.efficieny__block.efficieny__block_3 h4:before {
    content:
    "3";
    padding: 7px 16px;
}
.efficieny__block.efficieny__block_4 h4:before {
    content:
    "4";
    padding: 7px 13px;
}

.efficieny__block.efficieny__block_5 h4:before {
    content:
    "5";
    padding: 7px 13px;
}
.efficieny__block.efficieny__block_6 h4:before {
    content:
    "6";
    padding: 7px 13px;
}
.efficieny__block.efficieny__block_7 h4:before {
    content:
    "7";
    padding: 7px 14px;
}
.efficieny__block.efficieny__block_8 h4:before {
    content:
    "8";
    padding: 7px 13px;
}

/*END OF EFFIERNCY */
/*EFFICIENCY*/
.efficieny__main {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
    align-items: flex-start;
}

.efficieny h2 {
    display: none;
}

.efficieny__block .ui-accordion-header-active {
    color: #242424;
    background: #ffbf00;
    /* padding: 30px 15px; */
    /* border-radius: 0; */
    /* padding-left: 59px; */
    display: flex;
    flex-direction: row-reverse;
    text-align: left;
    justify-content: space-between;
}

.efficieny__descr {
    background: #efefef;
    color: #252525;
    padding: 20px 15px;
    margin: 5px 0;
    font-size: 14px;
}

.efficieny__boiler_block {
    text-align: center;
    display: flex;
    justify-content: center;
}

.efficieny h4 {
    padding: 20px 15px 20px 60px;
    border-radius: 0;
    border-bottom: 1px solid #c4c4c4;
    line-height: 1.2;
    margin: 0;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    text-align: left;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
}

.efficieny__block h4:before {
    /* top: 33%; */
    /* left: 30%; */
    left: 5px;
    top: 25%;
    position: absolute;
    color: #ff5c26;
    font-size: 20px;
    font-weight: 700;
    background-color: #fff;
    /* background-position: 10px 20px; */
    /* background: #fff 79% 50%; */
    padding: 7px 13px !important;
    /* width: 12px; */
    /* height: 23px; */
    border-radius: 83px;
    border: 3px solid #ff5c23;
    margin-right: 0px;
    /*display:none;*/
}

.efficieny__block.efficieny__block_1 h4:before {
    content:
    "1";
    padding: 7px 19px;
}

.efficieny__block.efficieny__block_2 h4:before {
    content:
    "2";
    padding: 7px 16px;
}

.efficieny__block.efficieny__block_3 h4:before {
    content:
    "3";
    padding: 7px 16px;
}
.efficieny__block.efficieny__block_4 h4:before {
    content:
    "4";
    padding: 7px 13px;
}

.efficieny__block.efficieny__block_5 h4:before {
    content:
    "5";
    padding: 7px 13px;
}
.efficieny__block.efficieny__block_6 h4:before {
    content:
    "6";
    padding: 7px 13px;
}
.efficieny__block.efficieny__block_7 h4:before {
    content:
    "7";
    padding: 7px 14px;
}
.efficieny__block.efficieny__block_8 h4:before {
    content:
    "8";
    padding: 7px 13px;
}

/*END OF EFFIERNCY */
/*EFFICIENCY*/
.efficiency__main {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
}

.efficiency h2 {
    display: none;
}

.efficiency__block .ui-accordion-header-active {
    color: #242424;
    background: #ffbf00;
    /* padding: 30px 15px; */
    /* border-radius: 0; */
    /* padding-left: 59px; */
    display: flex;
    flex-direction: row-reverse;
    text-align: left;
    justify-content: space-between;
}

.efficiency__descr {
    background: #efefef;
    color: #252525;
    padding: 20px 15px;
    margin: 5px 0;
    font-size: 14px;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    line-height: 1.3;
}

.efficiency__boiler_block {
    text-align: center;
    display: flex;
    justify-content: center;
}

.efficiency h4 {
    padding: 20px 15px 20px 60px;
    border-radius: 0;
    border-bottom: 1px solid #c4c4c4;
    line-height: 1.2;
    margin: 0;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    text-align: left;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    position: relative;
}

.efficiency__block h4:before {
    /* top: 33%; */
    /* left: 30%; */
    left: 5px;
    top: 25%;
    position: absolute;
    color: #ff5c26;
    font-size: 20px;
    font-weight: 700;
    background-color: #fff;
    /* background-position: 10px 20px; */
    /* background: #fff 79% 50%; */
    padding: 7px 13px !important;
    /* width: 12px; */
    /* height: 23px; */
    border-radius: 83px;
    border: 3px solid #ff5c23;
    margin-right: 0px;
    /*display:none;*/
}

.efficiency__block.efficiency__block_1 h4:before {
    content:
    "1";
    padding: 7px 19px;
}

.efficiency__block.efficiency__block_2 h4:before {
    content:
    "2";
    padding: 7px 16px;
}

.efficiency__block.efficiency__block_3 h4:before {
    content:
    "3";
    padding: 7px 16px;
}
.efficiency__block.efficiency__block_4 h4:before {
    content:
    "4";
    padding: 7px 13px;
}

.efficiency__block.efficiency__block_5 h4:before {
    content:
    "5";
    padding: 7px 13px;
}
.efficiency__block.efficiency__block_6 h4:before {
    content:
    "6";
    padding: 7px 13px;
}
.efficiency__block.efficiency__block_7 h4:before {
    content:
    "7";
    padding: 7px 14px;
}
.efficiency__block.efficiency__block_8 h4:before {
    content:
    "8";
    padding: 7px 13px;
}
.efficiency .left_section {
    flex: 1 40%;
    FONT-WEIGHT: 100;
    FONT-WEIGHT: 100;
}

.efficiency .center_section {
    flex: 1 40%;
}

.efficiency__boiler_block img {
    max-height: 600px;
}

/*END OF EFFIERNCY */


/*Payment*/
 .a-info__list.a-info__list_1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.payment__block {
    flex: 1 30%;
    background: #fff;
    padding: 20px;
    margin-top: 30px;
    margin: 30px 20px 0;
    max-width: 330px;
    border-radius: 10px;
    border: 2px solid #ff5c26;
    display: flex;
    flex-direction: column;
}

ul.payment_list {
    font-size: 16px;
    padding-left: 10px;
}

h4.payment__head {
    margin-bottom: 10px;
}

.payment_list li {
    line-height: 1.3;
}

.payment__block .payment__img {
    min-height: 165px;
    width: max-content;
    align-self: center;
}

a.start__buying__link {
    display: flex;
    text-decoration: none;
}

.payment__block.start__bying:hover {
    background-color: #ddd;
    background-color: #ff8b14;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff5c26), to(#ffbf00));
    background-image: linear-gradient(to right, #ff5c26, #ffbf00);
    color: #fff;
}

.payment__block.start__bying {
    color: #444;
    text-decoration: none;
    position: relative;
}

.start__bying h4.payment__head {
    font-size: 30px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 25px;
}

.payment__block.start__bying:after {
    content: '';
    background-image: url(../img/shopping.png);
    background-size: 100%;
    position: absolute;
    width: 50%;
    height: 50%;
    background-repeat: no-repeat;
    bottom: 20px;
    right: 20px;
}

.payment__block__descr {
    font-size: 16px;
}
/* END OF PAYMENT */

/*Delivery Block*/
 .a-info__list.a-info__list_2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.delivery__block {
    flex: 3 3 50%;
    background: #fff;
    padding: 20px;
    margin-top: 30px;
    margin: 30px 20px 0;
    max-width: 428px;
    border-radius: 10px;
    border: 2px solid #ff5c26;
    display: flex;
    flex-direction: column;
    /* width: 100%; */
}

ul.delivery_list {
    font-size: 16px;
    padding-left: 10px;
}

h4.delivery__head {
    margin-bottom: 10px;
}

.delivery_list li {
    line-height: 1.3;
}

.delivery__block .delivery__img {
    min-height: 165px;
    width: max-content;
    align-self: center;
}

a.start__buying__link {
    display: flex;
    text-decoration: none;
}

.delivery__block.start__bying:hover {
    background-color: #ddd;
    background-color: #ff8b14;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff5c26), to(#ffbf00));
    background-image: linear-gradient(to right, #ff5c26, #ffbf00);
    color: #fff;
}

.delivery__block.start__bying {
    color: #444;
    text-decoration: none;
    position: relative;
}

.start__bying h4.delivery__head {
    font-size: 30px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 25px;
}

.delivery__block.start__bying:after {
    content: '';
    background-image: url(../img/shopping.png);
    background-size: 100%;
    position: absolute;
    width: 50%;
    height: 50%;
    background-repeat: no-repeat;
    bottom: 20px;
    right: 20px;
}

.delivery__block__descr {
    font-size: 16px;
}
.delivery_img_wrap {
    display: flex;
    min-height: 280px;
}
.adv__list {
    display: flex;
    justify-content: center;
}

.adv__item {
    position: relative;
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 50px;
    padding-right: 50px;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: #222d38;
    text-transform: uppercase;
    text-decoration: none;
    /* background-color: #ff8b14; */
    /* background-image: -webkit-gradient(linear, left top, right top, from(#ff5c26), to(#ffbf00)); */
    /* background-image: linear-gradient(to right, #ff5c26, #ffbf00); */
    border: 2px solid #ff8b14;
    border-radius: 30px;
    /* -webkit-box-shadow: 0 5px 20px 0 rgb(200 50 0 / 35%); */
    /* box-shadow: 0 5px 20px 0 rgb(200 50 0 / 35%); */
    cursor: pointer;
    margin: 30px;
}

.adv__item.adv__item_active {
    /* position: relative; */
    /* display: inline-block; */
    /* padding-top: 15px; */
    /* padding-bottom: 15px; */
    /* padding-left: 50px; */
    /* padding-right: 50px; */
    /* font-weight: 600; */
    /* font-size: 16px; */
    /* line-height: 30px; */
    color: #ffffff;
    /* text-transform: uppercase; */
    /* text-decoration: none; */
    background-color: #ff8b14;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff5c26), to(#ffbf00));
    background-image: linear-gradient(to right, #ff5c26, #ffbf00);
    border: none;
    border-radius: 30px;
    -webkit-box-shadow: 0 5px 20px 0 rgb(200 50 0 / 35%);
    box-shadow: 0 5px 20px 0 rgb(200 50 0 / 35%);
    cursor: default;
}
/*end of delivery*/


/*FORMS*/


.landing-form {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 92, 38, 0.95)), to(rgba(255, 191, 0, 0.95)));
    background-image: linear-gradient(to right, rgba(255, 92, 38, 0.95), rgba(255, 191, 0, 0.95));
}

.landing-form__inner {
    position: relative;
    min-height: 420px;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

.landing-form__wrapper {
    padding-top: 200px;
    -webkit-transition-duration: 0.12s;
    transition-duration: 0.12s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.landing-form__wrapper--hidden {
    opacity: 0;
    pointer-events: none;
}

.landing-form__title {
    margin-top: 0;
    font-weight: 300;
    font-size: 47px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
}

.landing-form__close {
    position: absolute;
    top: 40px;
    left: 50%;
    z-index: 2;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 0;
    background-color: #ffffff;
    border: none;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer;
}

.landing-form__close::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28.2px;
    height: 2px;
    background-color: #ffc000;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.landing-form__close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 28.2px;
    background-color: #ffc000;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.landing-form__close:hover::before,
.landing-form__close:hover::after {
    background-color: #ffc000;
}

.landing-form__close:focus,
.landing-form__close:active,
.landing-form__close:hover {
    outline: none;
}

.landing-form__form {
    width: 550px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.landing-form__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.landing-form__input-wrap {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 20px;
    margin-right: 20px;
}

.landing-form__input-wrap:first-child {
    margin-left: 0;
}

.landing-form__input-wrap:last-child {
    margin-right: 0;
}

.landing-form__input {
    position: relative;
    z-index: 100;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-bottom: 2px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    font-family: inherit;
    color: #ffffff;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    outline: none;
    -webkit-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
}

.landing-form__input::-webkit-input-placeholder {
    font-size: 0;
    opacity: 0;
}

.landing-form__input:-ms-input-placeholder {
    font-size: 0;
    opacity: 0;
}

.landing-form__input::placeholder {
    font-size: 0;
    opacity: 0;
}

.landing-form__input:focus {
    border-bottom: 1px solid #ffffff;
}

.landing-form__input:focus+.landing-form__input-text {
    font-size: 12px;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.landing-form__input:valid+.landing-form__input-text {
    font-size: 12px;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.landing-form__input-text {
    position: absolute;
    bottom: 10px;
    left: 0;
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    text-align: left;
    color: rgba(255, 255, 255, 0.85);
    -webkit-transition-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
    transition-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: font-size, -webkit-transform;
    transition-property: font-size, -webkit-transform;
    transition-property: transform, font-size;
    transition-property: transform, font-size, -webkit-transform;
}

.landing-form__submit {
    margin-top: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 78px;
    padding-right: 78px;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    font-family: inherit;
    color: #222222;
    text-transform: uppercase;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 30px;
}

.landing-form__submit:hover,
.landing-form__submit:active,
.landing-form__submit:focus {
    color: #ffffff;
    background-color: transparent;
    outline: none;
    cursor: pointer;
}

.landing-form__thanks {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding-top: 200px;
    text-align: center;
    color: #ffffff;
    opacity: 0;
    -webkit-transition-duration: 0.12s;
    transition-duration: 0.12s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    pointer-events: none;
}

.landing-form__thanks .errors {
    display: none;
}

.landing-form__thanks--visible {
    opacity: 1;
    pointer-events: auto;
}

.landing-form__thanks--errors .landing-form__thanks-text {
    display: none;
}

.landing-form__thanks--errors .errors {
    display: block;
}

.landing-form__thanks-text {
    color: inherit;
}

.landing-form__thanks-button {
    margin-top: 35px;
}

.landing-form__thanks-button:active {
    outline: none;
}

.landing-form--visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.landing-form__inner {
    display: flex;
}

h2.landing-form__title {
    font-size: 40px;
}

.landing-form__wrapper {
    max-width: 700px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}.landing-form__inner {
    display: flex;
}

h2.landing-form__title {
    font-size: 40px;
}

.landing-form__wrapper {
    max-width: 700px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*montage*/
.montage-form {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 92, 38, 0.95)), to(rgba(255, 191, 0, 0.95)));
    background-image: linear-gradient(to right, rgba(255, 92, 38, 0.95), rgba(255, 191, 0, 0.95));
}

.montage-form__inner {
    position: relative;
    min-height: 420px;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

.montage-form__wrapper {
    padding-top: 200px;
    -webkit-transition-duration: 0.12s;
    transition-duration: 0.12s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.montage-form__wrapper--hidden {
    opacity: 0;
    pointer-events: none;
}

.montage-form__title {
    margin-top: 0;
    font-weight: 300;
    font-size: 47px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
}

.montage-form__close {
    position: absolute;
    top: 40px;
    left: 50%;
    z-index: 2;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 0;
    background-color: #ffffff;
    border: none;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer;
}

.montage-form__close::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28.2px;
    height: 2px;
    background-color: #ffc000;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.montage-form__close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 28.2px;
    background-color: #ffc000;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.montage-form__close:hover::before,
.montage-form__close:hover::after {
    background-color: #ffc000;
}

.montage-form__close:focus,
.montage-form__close:active,
.montage-form__close:hover {
    outline: none;
}

.montage-form__form {
    width: 550px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.montage-form__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.montage-form__input-wrap {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 20px;
    margin-right: 20px;
}

.montage-form__input-wrap:first-child {
    margin-left: 0;
}

.montage-form__input-wrap:last-child {
    margin-right: 0;
}

.montage-form__input {
    position: relative;
    z-index: 100;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-bottom: 2px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    font-family: inherit;
    color: #ffffff;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    outline: none;
    -webkit-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
}

.montage-form__input::-webkit-input-placeholder {
    font-size: 0;
    opacity: 0;
}

.montage-form__input:-ms-input-placeholder {
    font-size: 0;
    opacity: 0;
}

.montage-form__input::placeholder {
    font-size: 0;
    opacity: 0;
}

.montage-form__input:focus {
    border-bottom: 1px solid #ffffff;
}

.montage-form__input:focus+.montage-form__input-text {
    font-size: 12px;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.montage-form__input:valid+.montage-form__input-text {
    font-size: 12px;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.montage-form__input-text {
    position: absolute;
    bottom: 10px;
    left: 0;
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    text-align: left;
    color: rgba(255, 255, 255, 0.85);
    -webkit-transition-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
    transition-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: font-size, -webkit-transform;
    transition-property: font-size, -webkit-transform;
    transition-property: transform, font-size;
    transition-property: transform, font-size, -webkit-transform;
}

.montage-form__submit {
    margin-top: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 78px;
    padding-right: 78px;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    font-family: inherit;
    color: #222222;
    text-transform: uppercase;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 30px;
}

.montage-form__submit:hover,
.montage-form__submit:active,
.montage-form__submit:focus {
    color: #ffffff;
    background-color: transparent;
    outline: none;
    cursor: pointer;
}

.montage-form__thanks {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding-top: 200px;
    text-align: center;
    color: #ffffff;
    opacity: 0;
    -webkit-transition-duration: 0.12s;
    transition-duration: 0.12s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    pointer-events: none;
}

.montage-form__thanks .errors {
    display: none;
}

.montage-form__thanks--visible {
    opacity: 1;
    pointer-events: auto;
}

.montage-form__thanks--errors .montage-form__thanks-text {
    display: none;
}

.montage-form__thanks--errors .errors {
    display: block;
}

.montage-form__thanks-text {
    color: inherit;
}

.montage-form__thanks-button {
    margin-top: 35px;
}

.montage-form__thanks-button:active {
    outline: none;
}

.montage-form--visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.montage-form__inner {
    display: flex;
}

h2.montage-form__title {
    font-size: 40px;
}

.montage-form__wrapper {
    max-width: 700px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}.montage-form__inner {
    display: flex;
}

h2.montage-form__title {
    font-size: 40px;
}

.montage-form__wrapper {
    max-width: 700px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}


/*POPUP FORM*/

.popup-form {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 92, 38, 0.95)), to(rgba(255, 191, 0, 0.95)));
    background-image: linear-gradient(to right, rgba(255, 92, 38, 0.95), rgba(255, 191, 0, 0.95));
}

.popup-form__inner {
    position: relative;
    min-height: 420px;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

.popup-form__wrapper {
    padding-top: 200px;
    -webkit-transition-duration: 0.12s;
    transition-duration: 0.12s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.popup-form__wrapper--hidden {
    opacity: 0;
    pointer-events: none;
}

.popup-form__title {
    margin-top: 0;
    font-weight: 300;
    font-size: 47px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
}

.popup-form__close {
    position: absolute;
    top: 40px;
    left: 50%;
    z-index: 2;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 0;
    background-color: #ffffff;
    border: none;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer;
}

.popup-form__close::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28.2px;
    height: 2px;
    background-color: #ffc000;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.popup-form__close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 28.2px;
    background-color: #ffc000;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.popup-form__close:hover::before,
.popup-form__close:hover::after {
    background-color: #ffc000;
}

.popup-form__close:focus,
.popup-form__close:active,
.popup-form__close:hover {
    outline: none;
}

.popup-form__form {
    width: 550px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.popup-form__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.popup-form__input-wrap {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 20px;
    margin-right: 20px;
}

.popup-form__input-wrap:first-child {
    margin-left: 0;
}

.popup-form__input-wrap:last-child {
    margin-right: 0;
}

.popup-form__input {
    position: relative;
    z-index: 100;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-bottom: 2px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    font-family: inherit;
    color: #ffffff;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    outline: none;
    -webkit-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
}

.popup-form__input::-webkit-input-placeholder {
    font-size: 0;
    opacity: 0;
}

.popup-form__input:-ms-input-placeholder {
    font-size: 0;
    opacity: 0;
}

.popup-form__input::placeholder {
    font-size: 0;
    opacity: 0;
}

.popup-form__input:focus {
    border-bottom: 1px solid #ffffff;
}

.popup-form__input:focus+.popup-form__input-text {
    font-size: 12px;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.popup-form__input:valid+.popup-form__input-text {
    font-size: 12px;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.popup-form__input-text {
    position: absolute;
    bottom: 10px;
    left: 0;
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    text-align: left;
    color: rgba(255, 255, 255, 0.85);
    -webkit-transition-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
    transition-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: font-size, -webkit-transform;
    transition-property: font-size, -webkit-transform;
    transition-property: transform, font-size;
    transition-property: transform, font-size, -webkit-transform;
}

.popup-form__submit {
    margin-top: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 78px;
    padding-right: 78px;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    font-family: inherit;
    color: #222222;
    text-transform: uppercase;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 30px;
}

.popup-form__submit:hover,
.popup-form__submit:active,
.popup-form__submit:focus {
    color: #ffffff;
    background-color: transparent;
    outline: none;
    cursor: pointer;
}

.popup-form__thanks {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding-top: 200px;
    text-align: center;
    color: #ffffff;
    opacity: 0;
    -webkit-transition-duration: 0.12s;
    transition-duration: 0.12s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    pointer-events: none;
}

.popup-form__thanks .errors {
    display: none;
}

.popup-form__thanks--visible {
    opacity: 1;
    pointer-events: auto;
}

.popup-form__thanks--errors .popup-form__thanks-text {
    display: none;
}

.popup-form__thanks--errors .errors {
    display: block;
}

.popup-form__thanks-text {
    color: inherit;
}

.popup-form__thanks-button {
    margin-top: 35px;
}

.popup-form__thanks-button:active {
    outline: none;
}

.popup-form--visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.popup-form__inner {
    display: flex;
}

h2.popup-form__title {
    font-size: 40px;
}

.popup-form__wrapper {
    max-width: 700px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}.popup-form__inner {
    display: flex;
}

h2.popup-form__title {
    font-size: 40px;
}

.popup-form__wrapper {
    max-width: 700px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*END*/

/*TIME-PEOPLE*/

.popap-video {
    position: fixed;
    display: none;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, .6)
}

.popap-video__close {
    position: absolute;
    top: 50px;
    right: 80px;
    width: 50px;
    height: 50px;
    background: none;
    border: none;
    padding: 0
}

.popap-video__text-close {
    position: absolute;
    top: 20px;
    right: 50px;
    color: #fff
}

.popap-video__form {
    width: 360px
}
.b__img {
    width: 150px;
    height: 150px;
    background-size: 100%;
    background-position: 50% 0px;
    overflow: visible;
}
.i-close {
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer
}

.i-close__path {
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -2px;
    width: 50px;
    height: 4px;
    background-color: #fff
}

.i-close__path_left {
    transform: rotate(45deg)
}

.i-close__path_right {
    transform: rotate(-45deg)
}
.r-item {
    position: relative;
    width: 320px;
    height: 237px;
}

.r-item__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20
}

.r-item__button {
    position: relative;
    margin-top: 100px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    box-shadow: 0 9px 10px rgba(0, 0, 0, .24);
    background: url(../img/play.svg) no-repeat 50% 50%;
    background-color: #fff;
    cursor: pointer
}

.r-item__button:after {
    position: absolute;
    content: "";
    display: block;
    width: 73px;
    height: 73px;
    top: 50%;
    left: 50%;
    margin-top: -36px;
    margin-left: -36px;
    border-radius: 50%;
    border: 1px solid hsla(0, 0%, 100%, .1)
}

.r-item__text {
    margin-top: 45px;
    color: #fff;
    font-size: 16px;
    font-weight: 700
}

.r-item__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .4);
    z-index: 10
}

.time-people__review__wrap {
    min-height: 600px;
    display: flex;
}

.time-people_desc__grey-text {
    font-size: 16px;
    color: #a0a0a0;
    line-height: 1.3;
    margin: 20px 0;
}


.tp-next {
    background: url(../img/arrow-right.svg) no-repeat;
    right: -50px;
    position: absolute;
}

.tp-prev {
    background: url(../img/arrow-left.svg) no-repeat;
    left: -70px;
}
.tp-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    cursor: pointer;
}

.tp-control {
    position: absolute;
    top: 60%;
    width: 100%;
}

.tp.arrow.tp-next.slick-arrow {}


/*.efficiency h4:after {
    content: '';
    background: url(../img/line-stright.svg);
    position: absolute;
    top: 50%;
    right: -46%;
    width: 300px;
    height: 300px;
    background-repeat: no-repeat;
}*/


/*EXTRA*/

.extra .accent__header {
    text-transform: none;
    line-height: 1;
    color: #ffc000;
}

li {}

.extra .accent__text ul {
    list-style: none;
}

/*END OF EXTRA*/

/*strapping*/

.strapping_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 60px;
}

.strapping-block {
    display: flex;
    background: #fff;
    flex: 1 90%;
    padding: 25px;
    border-radius: 5px;
    /* max-width: 580px; */
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow, -webkit-box-shadow;
}
.strapping-block:first-child {
    margin-right: 40px;
}

.strapping-block__info {
    flex: 1 80%;
}

.strapping-block__img {
    flex: 1 20%;
}

.strapping-block:hover {
    -webkit-box-shadow: 0 0 25px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 10%);
}

.strapping-block__text {
    font-size: 18px;
    line-height: 1.4;
}

.strapping-block__price-block {
    margin-top: 20px;
}

.st-old-price {
    color: #aaaaaa;
    font-weight: bold;
    text-decoration: line-through;
    /* margin-left: 0px; */
    /* text-align: center; */
    width: 50%;
    margin-bottom: 10px;
    font-size: 18px;
}

.st-new-price {
    font-weight: bold;
    font-size: 24px;
}

.st-price-descr {
    font-size: 16px;
}

.extra-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
    background: #fff;
    border-radius: 5px;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow, -webkit-box-shadow;
}
.extra-wrapper:hover {
    -webkit-box-shadow: 0 0 25px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 10%);
}

.extra-wrapper h3 {
    font-size: 30px;
}

.extra-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.extra_eq {
    flex: 1 15%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
}

.img-wrapper {
    width: 60px;
    height: 60px;
    border: 2px solid #ffc000;
    border-radius: 60px;
    padding: 25px;
    margin: 30px 0 15px;
    display: flex;
    justify-content: center;
}

.extra_eq img {
    height: 100%;
    /* width: 100%; */
}

.extra_eq .text {
    font-size: 18px;
    text-align: center;
}
/*end of straping*/

/*certs*/

section.cert {
    margin-top: 60px;
}
.cert-item a {
    max-height: 400px;
    width: 300px;
    height: 400px;
    /* height: auto; */
    display: block;
    margin: 0 auto;
    justify-content: center;
    flex-direction: row;
}

img.preview_picture {
    height: 100%;
    width: 100%;
}

.cert-next {
    background: url(../img/arrow-right.svg) no-repeat;
    margin-right: -50px;
    /* position: absolute; */
    /* padding-right: 50px; */
}

.cert-prev {
    background: url(../img/arrow-left.svg) no-repeat;
    /* left: -70px; */
    margin-left: -50px;
    padding-right: 100px;
}
.cert-arrow {
    width: 20px;
    height: 20px;
    /* position: absolute; */
    cursor: pointer;
    display: flex;
}

.cert-control {
    /* position: absolute; */
    /* top: 60%; */
    /* width: 100%; */
    margin-top: 30px;
    display: flex;
    height: 50px;
    flex-direction: row;
    justify-content: center;
}
img.preview_picture {
    /* float: right; */
    display: flex;
}

.tp.arrow.tp-next.slick-arrow {}
/*end of certs*/


/*Dealed_form*/
section.dealers {
    background: #fff;
}
.dealers__map-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

h2.dealers__title {
    flex: 2 100%;
}

.dealer__form__wrap {
    flex: 1 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dealers__map {
    flex: 1 70%;
    display: flex;
    flex-direction: row-reverse;
}

.dealers .contact-us--black-bg .field-text__input {
    color: #444;
}

.dealers .contact-us--black-bg .field-text__text {
    color: #444;
}

.dealers__descr {
    margin-bottom: 30px;
}

.dealers__map img {
    height: fit-content;
    height: auto;
}
/*END OF DEALER FORM*/

.inner-nav--wrapper {
    border-top: 1px solid #ddd;
    padding: 10px 0;
}

.main-nav__list--translated-submenu {
    /* -webkit-transform:translateY(-200px); */
    /* transform:translateY(-200px); */
}
.main-nav__list--translated-submenu .main-nav__list-item {
    opacity: 0.5;
    pointer-events: none;
}
.main-nav__list--translated-submenu .main-nav__list-item--submenu {
    opacity: 1;
    pointer-events: auto;
}
.main-nav__list--translated-submenu .main-nav__list-item--submenu .main-nav__link::before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: top;
    transform-origin: top;
}
.main-nav__list-item--submenu {
    position: relative;
    margin-right: 5px;
}
.main-nav__list-item--submenu .main-nav__link::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -4px;
    width: 8px;
    height: 4px;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2280%22%20height%3D%2240%22%3E%3ClinearGradient%20id%3D%22a%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23ff6821%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23ffab08%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url%28%23a%29%22%20d%3D%22M0%200h80L40%2040%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px 4px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.main-nav__submenunav {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: -20px;
    left: -30px;
    z-index: 81;
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 244px;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 30px;
    color: #ffffff;
    background-color: #222222;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-animation-name: fade;
    animation-name: fade;
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.main-nav__submenunav-link {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: color;
    transition-property: color;
}
.main-nav__submenunav-link:hover {
    color: #ffbf00;
}

.main-nav__submenunav-link--submenu {
    position: relative;
    display: inline-block;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-right: 10px;
    font-weight: 600;
    font-size: 15px;
    line-height: 28px;
    color: #ffffff;
    text-transform: uppercase;
}
.main-nav__submenunav-link--submenu:hover {
    color: #ffffff;
}
.main-nav__submenunav-link--submenu::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -4px;
    width: 8px;
    height: 4px;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2280%22%20height%3D%2240%22%3E%3ClinearGradient%20id%3D%22a%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23ff6821%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23ffab08%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url%28%23a%29%22%20d%3D%22M0%200h80L40%2040%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px 4px;
    -webkit-transform: translateY(-50%) rotate(-180deg) scale(-1, 1);
    transform: translateY(-50%) rotate(-180deg) scale(-1, 1);
    -webkit-transform-origin: center;
    transform-origin: center;
}
@media (min-width:1045px) {
    .main-nav__list-item--submenu:hover .main-nav__submenunav {
        display: block;
    }
}


.icon-phone {
     background-position: center center;
     background-image: url('../img/phone.svg');
     background-repeat: no-repeat;
     display: block;
     display: :inline-block;
     position: absolute;
     width: 20px;
     height: 20px;
     background-size: 100%;
     left: -30px;
     top: 5px;
}

.official_mobile {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

.logo-description {
    color: #444;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 7.5px;
    /* margin-top: -7px; */
    line-height: 1.3;
    margin-top: 4px;
    margin-left: -4px;
    margin-right: -4px;
}

a.main-nav__logo {
    text-decoration: none;
}
@media (min-width:1441px) {

.oficial {
    /* line-height: 1; */
    font-size: 14px;
    display: flex;
    flex-direction: column;
    line-height: 1.3;
    margin-left: -40px;
}
}
@media (max-width:1440px) {
.oficial {
        /* line-height: 1; */
    font-size: 10px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    line-height: 1.3;
    /* margin-left: -40px; */
    flex: 0 14%;
}
}
@media (max-width:1280px) {
.oficial {
    display: none;
}
}
.since_desctop {
    text-align: center;
    margin: 0;
    padding: 0;
    /* line-height: 1; */
}



.foot-section-item__title a {
    font-weight: 600;
}

.page-footer__links-wrap {
    display: none;
}

.page-footer__bottom {flex: 2 100%;display: flex;align-items: center;justify-content: center;}

.page-footer__copyright {
    margin: 0;
    text-align: center;
}
.page-footer__copyright a {
    color: #fff;
}

a.main-office__contacts-value {
    color: #444;
    text-decoration: none;
}

.button-center-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    /* flex-direction: row; */
}

.button-center-wrapper a.button {
    display: flex;
    justify-content: center;
}

.advantages-section .boiler__360popup.boiler__360popup--visible {
    border: none;
    background: #252525;
    /* background: none; */
    /* margin-top: 330px; */
    /* width: 100%; */
    height: 900px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.advantages-section .boiler__360popup-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 36px;
}

.advantages-section div#container-id {
    margin-top: 50px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.advantages-section span.boiler__360popup-close {
    display: none;
}

.models-buttons {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
}

.models-buttons .popup-form-wrapper {
    margin-left: 30px;
}

.whatsapp_button {
    background: #57d163 url('../img/svg/whatsapp.svg') 50% no-repeat;
    background-size: 80%;
    background-repeat: no-repeat;
    width: 65px;
    height: 65px;
    position: fixed;
    bottom: 105px;
    border-radius: 40px;
    right: 20px;
    z-index: 100000;
}

.whatsapp_button a {
    display: block;
    width: 100%;
    height: 100%;
}
.chat_message {
    border-radius: 10px;
    font-weight: 500;
    background: #f6f6f6;
    font-size: 15px;
    line-height: 1.2;
    position: fixed;
    display: block;
    right: 107px;
    bottom: 100px;
    width: 153px;
    height: 59px;
    padding: 10px;
    box-shadow: 3px 3px 7px 1px #bbbbbb;
    z-index: 10000;
}


.popup-form__inputs.videocall-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 300px;
    margin: 0 auto;
}

.videocall-group .popup-form__input-wrap {
    margin: 0;
    padding: 10px 0px;
    width: 100%;
    text-align: center;
}

.videocall-group label.popup-form__input-name {
    text-align: center;
    margin: 0 auto;
}

select#messenger {
    margin-top: 20px;
}
.messenger-block {
    margin-top: 20px;
}

.videocall-wrapper {
    display: flex;
    padding: 15px;
    flex-direction: column;
    border: 2px solid #ffbf00;
    border-radius: 5px;
}

.videocall-block {
    background-image: url(../img/live.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    padding-left: 80px;
    /* padding-top: 10px; */
}

.videocall-descript {
    line-height: 1.4;
    font-size: 16px;
    margin-top: 10px;
}

.videocall-descript span {
    display: block;
    color: #9A9A9A;
    font-size: 14px;
    margin-top: 10px;
}

#videocall a.call-form-popup {
    font-weight: 600;
    text-decoration: underline;
}
#videocall a.call-form-popup:hover {
    cursor:pointer;
    color:#ffc000;
}
option {
    color:#444;
}
a.boiler-card__order {
    background-color: #ff8b14;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff5c26), to(#ffbf00));
    color: #fff;
    background-image: linear-gradient(to right, #ff5c26, #ffbf00);
    border: none;
}