@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
  padding: 0;
  margin: 0;
}
*:focus {
  outline: none;
}
a {
  color: #3ea200;
  text-decoration: underline;
}
a:hover {
  color: #3ea200;
}
img {
  border: 0;
}
body {
    font-family: 'Roboto', sans-serif;
    color: #222;
    font-size: 20px;
    line-height: 25px;
    overflow-x: hidden;
}
html {
  min-width: 320px;
}

header {padding: 48px 0 0 0;background: url("../img/header.jpg") center top no-repeat; background-color: #fff;} 

.logos{display: inline-block;}
.main__menu{    margin: 5px 0 0 0;
    display: block;}
.main__menu ul{    list-style: none;
    display: table;
    margin: 0 auto;}
.main__menu  > ul > li{float: left;position: relative;padding: 0 14px 0px 8px;}
.main__menu  > ul > li:hover > ul{display: block;}
.main__menu > ul > li > a{font-size: 16px;line-height: 30px;text-decoration: none;pointer-events: none;}
.main__menu a{color: #fff;    font-weight: 500;}
.clearfix:after{content:" ";clear:both;display:table;}
.btn_1{color: #fff;border:2px solid #fff;border-radius: 4px;text-align: center;text-decoration: none;font-weight: 500;}
.btn_1:hover{color: #fff;}
header .btn_1{font-size: 16px;height: 37px;line-height: 34px;width: 156px;float:right;}
.main_h1{font-size: 72px;line-height: 82px;padding: 140px 0 25px 0;}
.top__header{margin-bottom: 150px;}
.main_h1 span {
    color: #b3aba4;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 0px 5px;
}
.main_desc{color: #0b1f35;font-size: 22px;display: block;font-weight: bold;margin: 0 0 40px;}
.main_money{font-size: 16px;line-height: 37px;display: table;width: 203px;height: 37px;border-radius: 4px;background: #fff;text-align: center;font-weight: 500;}
.li_submenu:after{    content: "";
    display: block;
    width: 7px;
    height: 5px;
    position: absolute;
    background: url(../img/pat_1.png) no-repeat;
    right: 3px;
    top: 50%;
    transform: translateY(-1px);}
.li_submenu:hover:after{transform: rotate(
180deg
) translateY(50%);
    background: url(../img/pat_1.png) -172px 0 no-repeat;}
.main__menu > ul > li.li_submenu:hover > a{color: #222;}
.main__menu  > ul > li > ul{position: absolute;width: 200px;display: none;    background: #d0d0d0;    padding: 5px 0 5px 10px;
    border-radius: 0 10px 10px 10px;left: 0;}
.main__menu  > ul > li > ul > li > a{    font-size: 16px;text-decoration: none;color: #222;
    line-height: 26px;
    display: block;pointer-events: none;}
.li_submenu:hover{background: #d0d0d0;border-radius: 10px 10px 0 0;}
.calc__box{width: 383px;background: #fff;border-radius: 10px;float: right; padding: 20px 23px;margin: 0 0 166px;}
.calc__box-title{font-size: 22px;line-height: 26px;display: block;text-align: center;font-weight: bold;margin: 0 0 20px;}
.calc__box-title span{color: #148f2b;text-transform: uppercase;}
.calc__box-label{font-size: 16px;}
.calc__box-inp{width: 134px;
    height: 35px;
    border-radius: 4px;
    background: #e8e8e8;
    float: right;
    line-height: 35px;
    font-size: 18px;
    font-weight: bold;
    padding: 0 10px;
    text-align: right;
    margin: -6px 0 10px 0;}
.ui-slider-horizontal{height: 3px;}
.ui-widget.ui-widget-content{border: 0;background: #d0d0d0;margin: 0 0 10px 0;}
.ui-widget-header{background: #3ea200;}
.ui-slider .ui-slider-handle{    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 0;
    top: 50%;
    transform: translateY(-50%);cursor: pointer;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{background: rgba(62, 162, 0, 0.5);}
.ui-slider .ui-slider-handle:after{    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: block;
    background: #ffffff;
        top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);}
.calc__box-scale{font-size: 11px;margin-bottom:25px;}
.text-center{text-align: center;}
.text-right{text-align: right;}
.btn_2{background: #148f2b;color: #fff;text-decoration: none;cursor: pointer;border: 0;}
.btn_2:hover{color: #fff;background: #148f2b;}
.calc__box .btn_2{width: 100%;height: 60px;line-height: 60px;font-weight: bold;font-size: 22px;text-align: center;display: block;border-radius: 4px;margin-bottom: 15px;}
.calc__box .btn_2:hover{background: #fd8b27;}
.calc__box-scale_2{margin-bottom: 15px;}
.chet-box-title{font-size: 13px;display: block;line-height: 18px;}
.chet-box-desc{font-size: 13px;font-weight: bold;display: block;line-height: 18px;}
.calc__chet-box{margin-bottom: 5px;}
.chet-box-desc_2{font-size: 13px;color: #148f2b;font-weight: bold;}
.box-desc-throw{opacity: 0.5;color: #222;text-decoration: line-through;}
.chet-box-desc_2 span{float: left;margin: 0 15px 0 0;}
.box-desc-perc{    background: #ffe4cc;
    padding: 0 4px;}
.calc__chet-box_2{margin-bottom: 45px;}
.calc__footer{font-size: 14px;color: #3ea200;display: table;text-decoration: none;border-bottom: 1px dashed;cursor:pointer;position: relative;    margin-bottom: 20px;}
.calc__footer:hover{color: #e06900;}
.calc__pop{font-size: 14px;line-height: 16px;background: #fff;width: 300px;position: absolute;display: none;color: #222; box-shadow: 0px 3px 14.94px 3.06px rgba(171, 171, 171, 0.63);padding: 10px 15px;border-radius: 8px;top: 40px;}
.calc__pop:before{content: "";
    position: absolute;
    display: block;
    border: 8px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(-45deg) translateX(-10px);
    top: -15px;
    left: 50%;}
.calc__footer:hover .calc__pop{display: block;z-index: 1;}
.calc__pop em{font-style: normal;background: #c5e3b2;}
.box_title{font-size: 44px;font-weight: bold;display: block;margin: 0 0 50px;line-height: 48px;}
.how__works{padding-top: 50px;padding-bottom: 95px;}
.how__works-item{height: 365px;border-radius: 10px;box-shadow: 0px 0px 35.19px 15.81px rgba(139, 136, 137, 0.29);display: block;width: 285px;margin: 0 auto;padding: 14px 22px;margin-bottom: 45px;}
.works-item-n{font-size: 40px;font-weight: bold;color: #3ea200;font-style: normal;position: relative;}
.works-item-n:after{content: "";width: 35px;height: 35px;display: block;background: #3ea200;opacity: 0.2;position: absolute;border-radius: 50%;    bottom: 7px;}
.works-item-img{display: table-cell;height: 161px;width: 250px;vertical-align: middle;}
.works-item-img img{display: block;margin: 0 auto;}
.works-item-title{display: block;font-weight: bold;font-size: 22px;margin: 20px 0 5px 0;}
.works-item-desc{font-size: 16px;line-height: 18px;display: block;}
.how__works-list .col-xl-3:first-child .works-item-title{color: #3ea200;}
.how__works-text{font-size: 13px;
    line-height: 16px;
    display: block;}
.how__works-text em{font-style: normal;background: #c5e3b2;}
.how__works-desc{font-size: 22px;line-height: 30px;}
.em_qoo{background: #c5e3b2;font-style: normal;}
.how__works-desc{margin-bottom: 25px;}
.btn_3{border: 2px solid #d0d0d0;border-radius: 4px;text-decoration: none;}
.btn_3:hover{background: #3ea200;color: #fff;border: 2px solid #3ea200;}
.how__works-group .btn_3{float: left;font-size: 16px;height: 35px;line-height: 31px;text-align: center;padding: 0 20px;margin: 0 50px 0 0;}
.delimiter__main{background: #e8e8e8;padding: 45px 0;}
.delimiter__main-title{display: block;    margin: 0 0 5px;
    font-size: 32px;
    font-weight: bold;
    color: #e06900;
    line-height: 48px;}
.delimiter__main-title span{color: #222;}
.one__em{color: #e06900;font-style: normal;background: #edd1ba;padding: 0 3px;margin: 0 0 40px;display: inline-block;font-size: 16px;}
.delimiter__main .btn_2{font-size: 22px;font-weight: bold;width: 323px;height: 60px;line-height: 60px;display: block;border-radius: 4px;text-align: center;}
.delimiter__main-inf{font-size: 12px;
    display: block;
    line-height: 24px;}
.delimiter__img{background: url("../img/block2_img1.png") center no-repeat;height: 318px;}
.reviews__box{padding: 95px 0;}
.reviews__box-title{font-weight: bold;font-size: 44px;margin-bottom: 60px;}
.owl-carousel{list-style: none;text-align: center;}
.owl-carousel li{list-style: none;width: 558px;height: 250px;border-radius: 10px;border:2px solid #d0d0d0;padding: 30px 20px 25px 90px;display: block;position: relative;text-align: left;}
.owl-carousel li:after{content: "";
    display: block;
    position: absolute;
    width: 47px;
    height: 46px;
    background: url(../img/pat_1.png) no-repeat -5px 0;
    top: 27px;
    left: 25px;}
.reviews_item{display: block;font-size: 16px;line-height: 18px;font-style: italic;}
.reviews__inf strong{font-size: 16px;font-weight: bold;display: block;}
.reviews__inf{    font-size: 13px;
    display: block;
    position: absolute;
    bottom: 11px;
    line-height: 22px;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #e06900;
}
.owl-theme .owl-dots .owl-dot span{background: #222222;}
.next_1 {
    background: url(../img/pat_1.png) 0 -46px no-repeat;
    margin-left: 20px;
}
.prev_2 {
    background: url("../img/pat_1.png") 0 -46px no-repeat;transform: rotate(180deg);
    margin-right: 20px;
}
.next_1, .prev_2 {
    width: 76px;
    height: 47px;
    display: inline-block;
    cursor: pointer;
    top: 13px;
    position: relative;
}
#owl_1 .owl-dots {
    display: inline-block;
    margin: 50px auto 0;
}
.next_1:hover{background: url("../img/pat_1.png") -52px 0px no-repeat;transform: rotate(-180deg)}
.prev_2:hover{background: url("../img/pat_1.png") -52px 0px no-repeat;transform: rotate(0deg)}
.carusel__box{margin-bottom: 35px;}
.reviews_inf{font-size: 22px;line-height: 30px;}
.reviews__box .btn_3{width: 173px;height: 35px;line-height: 30px;text-align: center;display: block;font-size: 16px;}
.reviews_inf{margin-bottom: 35px;}
.box_info{background: #e8e8e8;}
.box_info{padding-top: 95px;}
.box__white{background: #fff;border-radius: 10px;box-shadow: 0px 0px 35.19px 15.81px rgba(139, 136, 137, 0.35);padding:30px 35px;}
.text-box{line-height: 25px;}
.box__white-title{font-size: 32px;font-weight: 500;display: block;    margin: 0 0 15px;}
.text-box ul{margin: 0 0 30px 20px;}
.text-box p{margin-bottom: 20px;}
.text-box p:last-child{margin-bottom: 0;}
.text-box ul:last-child{margin-bottom: 0;}
.box__white{height: 100%;}
.img_1{margin: 0 auto;display: block;}
.box_info [class*='col-']{margin-bottom: 55px;}
.box_cl{}
.float-left{float: left;}
.float-right{float: right;}
.box_cl > div{width: 50%;}
.box_cl .float-left{padding-right: 25px;}
.box_cl .float-right{padding-left: 25px;}
.col__orange{list-style: none;}
.col__orange li{color: #e06900;position: relative;}
.col__orange li:before{content: ".";
    position: absolute;
    color: #222;
    font-size: 50px;
    top: -50%;
    left: -20px;
    transform: translateY(-3px);}
.box__shold{    padding-top: 40px;}
.list__accod{list-style: none;margin-bottom: 45px;}
.head_accord{display: block;color: #3ea200;padding: 20px 90px 20px 35px;position: relative;cursor: pointer;}
.head_accord i{position: absolute;display: block;width: 90px;height: 65px;background: #3ea200;right: 0;top: 0;border-radius: 0 10px 10px 0;}
.head_accord i:before{    content: "";
    width: 21px;
    height: 13px;
    background: url(../img/pat_1.png) -127px 1px no-repeat;
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;}
.head_accord em{border-bottom: 1px dashed;font-style: normal;}
.body_accord{    display: none;
    padding: 10px 90px 20px 35px;
    border-top: 1px solid #e2e2e2;}
.list__accod li{background: #fff;border-radius: 10px;margin-bottom: 30px;box-shadow: 0px 0px 35.19px 15.81px rgba(139, 136, 137, 0.29);}
.head_accord{font-size: 20px;line-height: 25px;}
.list__accod li.active .head_accord i{border-radius: 0 10px 0px 0;}
.list__accod li.active .head_accord i:before{background: url(../img/pat_1.png) -127px -14px no-repeat;}
.list__accod li.active .body_accord{display: block;}
footer{background: #d0d0d0;padding: 50px 0 15px;}
.footer_logos{width: 184px;height: 41px;display: block;background:url("../img/logo1.png") center no-repeat;margin: 0 0 40px;}
.footer_logos_black{width: 184px;height: 41px;display: block;background:url("../img/logo2.png") center no-repeat;margin: 0 0 40px;}
.footer_top{font-size: 16px;padding-bottom: 10px;position: relative;margin-bottom: 50px;}
.footer_top:after{bottom: 0;content: "";height: 2px;background: #b8b8b8;width: calc(100% - 20px);left:50%;transform: translateX(-50%);position: absolute;}
.footer_top ul{list-style: none;margin-bottom: 40px;}
.footer_top ul li{margin-bottom: 10px;}
.footer_top ul li a{color: #222;pointer-events: none;}
.footer__bottom{font-size: 13px;line-height: 16px;}
.footer__bottom ul{margin: 0 0 20px 15px;}
.footer__bottom ul li{margin: 0 0 10px}
.footer__bottom ul li:last-child{margin-bottom: 0;}
.footer__bottom p{margin-bottom: 20px;}
.footer__bottom p:last-child{margin-bottom: 0;}
.mobile_h1{display: none;}
.mobile__hidden{display: none;}
.header__v1{background: #e8e8e8;padding-bottom: 30px;}
.header__v1 .logos img{display: none;}
.header__v1 .logos{width: 159px;height: 36px;background: url("../img/logos.png") center no-repeat;background-size: 159px;}
.header__v1 .main__menu{display: none;}
.header__v1 .btn_1{background: #fff;color: #626262;border-color: #626262;}
.header__v1 .top__header{margin-bottom: 0;}
.tabs_theme{display: table;width: 100%;position: relative;margin-bottom: 70px;}
.tabs_theme:before{background: #e8e8e8;
    content: "";
    left: 0;
    right: 0;
    height: 100%;
    display: block;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;}
.tabs_theme li{display: table-cell;font-size: 15px;text-transform: uppercase;color: #a0a0a0;font-weight: 500;text-align: center;height: 40px;line-height: 40px;position: relative;cursor: pointer;width: 50%;}
.tabs_theme li:before{content: "";
    position: absolute;
    width: 100%;
    height: 8px;
    background: #b8b8b8;
    left: 0;
    bottom: -11px;}
.tabs_theme li:after{content: "";
    position: absolute;
    right: -6px;
    width: 13px;
    height: 100%;
    background: #fff;
    bottom: -12px;
    z-index: 1;}
.tabs_theme li:last-child:after{display: none;}
.tabs_theme li span{position: relative;z-index: 3;}
.tabs_theme li.active{color: #626262;}
.tabs_theme li.active:before{background: #626262;}
.container__tabs .row{    margin-right: 0;
    margin-left: 0;}
.container__tabs .row .col-12{padding-right: 0;
    padding-left: 0;}
.page__h1{font-size: 32px;line-height: 30px;font-weight: 500;margin: 0 0 50px;}
.form__box form{width: 486px;}
.form-group{margin: 0 0 30px;position: relative;}
.form-group label{display: block;font-size: 24px;line-height: 30px;margin: 0 0 10px;}
.form-group input[type='text'], .form-group input[type='tel'], .form-group input[type='email']{display: block;width: 100%;height: 39px;border-radius: 3px; box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.19);background-color: rgb(232, 232, 232);padding: 0 15px;font-size: 16px;color: #000;border: 1px solid transparent;}
.small__text{    display: block;
    font-size: 12px;
    line-height: 16px;
    color: #a5a3a4;
    margin: 0 0 10px;}
.form-group  .label_1{margin: 0;}
.form-group-ch .float-right{font-size: 14px;line-height: 14px;max-width: 448px;}

.form-group-ch input[type=checkbox] {
	display: none;
}
.form-group-ch label{margin: 0;line-height: 0;}
.form-group-ch label:before {
	content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	background: rgb(232, 232, 232);
    box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.19);
    cursor: pointer;
    margin: -5px 0 0 0;
}
.form-group-ch label:before {
	border-radius: 3px;
}
.form-group-ch input[type=checkbox]:checked + label:before {
	background:url("../img/ch.png") center no-repeat, rgb(232, 232, 232);
    box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.19);
}
.form__box .btn_2{width: 100%;height: 60px;font-size: 22px;line-height: 60px;border-radius: 4px;margin: 0 0 40px;font-weight: bold;}
.form-group-ch{margin: 0 0 45px;}
.form-group input[type='text']:focus, .form-group input[type='tel']:focus, .form-group input[type='email']:focus{border:1px solid #3ea200;}
.cridit__info{border-radius: 4px;    margin: 10px auto 45px;
  background-color: rgb(62, 162, 0);
  box-shadow: 0px 0px 10px 0px rgba(139, 136, 137, 0.65);
padding: 20px 28px;
max-width: 394px;
color: #fff;}
.cridit__info-header{font-size: 18px;font-weight: 500;border-bottom: 1px solid #fff;padding-bottom: 20px;    margin-bottom: 20px;}
.cridit__info-header .float-left, .cridit__info-header .float-right{width: 50%;}
.cridit__info-header .float-left span, .cridit__info-header .float-right span{display: block;}

.cridit__info-footer{font-size: 14px;font-weight: 500;}
.cridit__info-footer .float-left, .cridit__info-footer .float-right{width: 50%;}
.cridit__info-footer .float-left span, .cridit__info-footer .float-right span{display: block;}
.cridit__info-footer .float-left i{font-style: normal;background: #fff;text-decoration: line-through;color: #3ea200;border-radius: 6px;padding: 0 5px;}
.help__box{border-radius: 4px;    margin: 0px auto 45px;    padding: 20px 28px;
  background-color: rgb(232, 232, 232);
  box-shadow: 0px 0px 10px 0px rgba(139, 136, 137, 0.65);
  width: 394px;}
.help__box-title{display: block;font-size: 24px;line-height: 30px;font-weight: bold;margin: 0 0 20px;}
.help__box-desc{font-size: 18px;line-height: 18px;display: block;margin: 0 0 15px;}
.help__box-mail{display: table;position: relative;font-size: 18px;line-height: 18px;color: #222;text-decoration: none;padding: 0 0 0 45px;}
.help__box-mail:before{position: absolute;content: "";background: url("../img/help__box-mail.png") no-repeat;width: 31px;height: 31px;left: 0;top: -7px;}
.tabs_theme li.passed span{color: #3ea200;}
.tabs_theme li.passed:before{background: #3ea200;}
.plas__box{font-size: 22px;line-height: 30px;font-weight: bold;text-align: center;    position: relative;
    top: -40px;}
[class*='form_grop_'] label{    font-size: 16px;
    position: relative;
    line-height: 18px;
    padding-right: 35px;}
[class*='form-group'] label{position: relative;}
[class*='form_grop_'] label i{    color: #fff;top: 0px;
    background: #3ea200;
    position: absolute;
    right: 0;
    font-size: 14px;
    border-radius: 3px;
    font-style: normal;
    line-height: 20px;
    padding: 0 4px;}
[class*='form-group'] label span{color: #fff;top: 3px;
    background: #3ea200;
    position: absolute;
    right: 0;
    font-size: 14px;
    border-radius: 3px;
    font-style: normal;
    line-height: 20px;
    padding: 0 4px;}
[class*='form-group'] label span i{font-style: normal}
.form_grop_2 [class*='col-']:first-child{padding-right: 25px;}
.form_grop_2 [class*='col-']:last-child{padding-left: 25px;}
.form_grop_2 .form-group{margin: 0 0 20px;}
.form_grop_1 .form-group{margin: 0 0 20px;}
.form_grop_1 [class*='col-']{padding-right: 15px;padding-left: 15px;}
[class*='form_grop_'] label[class*='col-'] i{right: 15px;}
.form-group small{font-size: 12px;color: #7b7b7b;display: block;}

.radio__grop label.label__input {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 30px;
	margin-right: 15px;
	font-size: 18px;
    line-height: 30px;
}
.radio__grop input[type=radio] {
	display: none;
}
.radio__grop label.label__input:before {content: "";
    display: inline-block;
    width: 21px;
    height: 21px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 5px;
    background-color: #e8e8e8;}
.radio__grop label.label__input:before {
	border-radius: 50%;
}
.radio__grop input[type=radio]:checked + label:before {
content: "\2022";
    color: #3ea200;
    font-size: 37px;
    text-align: center;
    line-height: 15px;
}
[class*='form_grop_'] label em{display: inline-block;
    width: 21px;
    height: 21px;
    background: url(../img/ic__question.png) center no-repeat;
    position: relative;
    top: 5px;
    margin: 0 0 0 10px;}
.page__h2{    font-size: 32px;
    line-height: 30px;
    font-weight: 500;
    margin: 0px 0 30px;}
.form-group small em{font-style: normal;border-bottom: 1px dashed;position: relative;cursor: pointer;}
.form-group small em:hover .calc__pop{display: block;left: 40px;z-index: 1;}
.form-group small em .calc__pop:before{left: 25%;}
.form-group small em .calc__pop{left: 35%;}
.form-group-ch_2 .float-right{float: left;margin: 0 0 0 15px;}
.fix_br{display: none;}

.jq-selectbox__select{height: 39px;box-shadow:none;border: 1px solid #acacac;text-shadow:none;font-family: 'Roboto', sans-serif;color: #000;font-size: 14px;
background-image: -moz-linear-gradient( 90deg, rgb(211,207,208) 0%, rgb(255,255,255) 77%);
  background-image: -webkit-linear-gradient( 90deg, rgb(211,207,208) 0%, rgb(255,255,255) 77%);
  background-image: -ms-linear-gradient( 90deg, rgb(211,207,208) 0%, rgb(255,255,255) 77%);}
.jq-selectbox__select-text{line-height: 39px;font-size: 16px;}
.jq-selectbox{width: 100%;}
.jq-selectbox__trigger{width: 22px;border: 0;background: #acacac;}
.jq-selectbox__trigger-arrow{    border-top: 5px solid #fff;transform: translate(50%, -50%);right: 50%;top: 50%;}
.cart__title{font-size: 24px;line-height: 30px;margin: 0 0 30px;}
.cart__desc{font-size: 32px;line-height: 34px;font-weight: 500;margin: 0 0 40px;}
.form__box .box_form {
    width: 486px;
    float: right;}
.box__cart{border: 2px solid #3ea200;
    background: #e8e8e8;
    padding: 35px 20px;
    margin-bottom: 40px;}
.box__cart-header > span{width: 50%;}
.box__cart-header > span span{font-size: 18px;line-height: 22px;display: block;}
.box__cart-header > span span em{font-style: normal;color: #3ea200;    display: block;}
.box__cart-header{border-bottom: 1px solid #acacac;margin: 0 0 15px;padding: 0 0 5px;}
.box__cart-header .float-right{background: url("../img/box__cart-header.png") center no-repeat;width: 191px;height: 42px;    top: -5px;
    position: relative;
    right: -5px;}
.box__cart-text{font-size: 14px;line-height: 16px;margin: 0 0 30px;}
.box__cart label{font-size: 16px;}
.box__cart .form-group input[type='text']{background: #fff; box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.19);border: 0;}
.box__cart .form-group {
    margin: 0 0 8px;
}
.btn_4{background: #3ea200;color: #fff;box-shadow: 0px 1px 4.32px 1.68px rgba(139, 136, 137, 0.6);border-radius: 4px;border: 0;}
.box__cart .btn_4{width: 148px;
    margin: 45px auto 20px;
    display: block;
    height: 47px;
    line-height: 47px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;}
.box__cart-header{margin: 0 0 25px;}
.header__v2{background: #fff;}
.header__v2 .logos img{display: none;}
.header__v2 .logos{    width: 159px;
    height: 36px;
    background: url(../img/logos.png) center no-repeat;background-size: 159px;}
.header__v2 .btn_1{background: #3ea200;border: 0;}
.header__v2 .main__menu a {
    color: #222;
}
.header__v2 .li_submenu:after{ background: url(../img/pat_1.png) -172px 0 no-repeat;}
.header__v2 .fix_480:before{content: "";
    position: absolute;
    height: 2px;
    background: #d1d1d1;
    width: 100%;
    bottom: 2px;
    left: 0;}
.header__v2 .mobile__top{display: none;}
.offers_h1{font-size: 48px;line-height: 80px;    text-align: center;}
.header__v2 .top__header {
    margin-bottom: 60px;}
.offers_desc{font-size: 25px;line-height: 40px;text-align: center;display: block;margin: 0 0 70px;}
.item__offer{color: #222;text-decoration: none;margin: 0 0 50px;    box-shadow: 0px 0px 37.6px 2.4px rgb(164 164 164 / 50%);
    border-radius: 2px;}
.item__offer_box{padding:40px 50px;display: table; }
.ceil_1{width: 205px;display: table-cell;vertical-align: middle;}
.ceil_2{width: 731px;display: table-cell;vertical-align: middle;}
.ceil_1 img{display: block;max-width: 172px;max-height: 46px;}
.btn_5{color: #fff;background: #e06900;border: 2px solid transparent;text-decoration: none;}
.btn_5:hover{color: #222;border-color: #e06900;background: #fff;}
.item__offer .btn_5{width: 225px;height: 50px;border-radius: 5px;line-height: 48px;text-align: center;font-size: 20px;font-weight: bold;display: block;text-transform: uppercase;}
.item__offer:hover .btn_5{color: #222;border-color: #e06900;background: #fff;}
.prop_title{font-size: 18px;line-height: 34px;display: table;margin: 0 auto;position: relative;padding: 0 0 0 25px;}
.prop_title:before{content: "";
    position: absolute;
    width: 21px;
    height: 21px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.prop_1:before{background: url("../img/prop_1.png") center no-repeat;}
.prop_2:before{background: url("../img/prop_2.png") center no-repeat;}
.prop_3:before{background: url("../img/prop_3.png") center no-repeat;}
.prop_4:before{background: url("../img/prop_4.png") center no-repeat;}
.item__offer_box .ceil_1:last-child{    padding-left: 30px;}
.item__offer:hover{color: #222;}
.prop_desc{display: block;font-weight: bold;font-size: 18px;text-align: center;}
.prop_ok{height: 44px;vertical-align: middle;
    width: calc(100% + 30px);
    display: table;
    position: relative;
    left: -15px;    border-top: 2px solid #909090;    border-radius: 0 0 2px 2px;text-align: center;
background-image: -moz-linear-gradient( -88deg, rgb(231,231,231) 0%, rgb(208,208,208) 90%);
  background-image: -webkit-linear-gradient( -88deg, rgb(231,231,231) 0%, rgb(208,208,208) 90%);
  background-image: -ms-linear-gradient( -88deg, rgb(231,231,231) 0%, rgb(208,208,208) 90%);}
.prop_ok span{display: table-cell;vertical-align: middle;font-weight: bold;font-size: 22px;}
.prop_ok span em{font-style: normal;position: relative;padding-left: 25px;}
.prop_ok span em:before{width: 15px;height: 25px;content: "";position: absolute;left: 0;background: url("../img/prop_ok.png") center no-repeat;top: 50%;transform:translateY(-50%);}
.offers__list .item__offer:nth-child(2) .prop_ok span em:before{width: 17px;height: 17px;background: url("../img/prop_ok_2.png") center no-repeat;}
.item__bonus{background: #3ea200;color: #fff;}
.item__bonus .ceil_1 img{max-height: 107px;max-width: 112px;}
.item__bonus .item__offer_box{padding: 16px 50px;}
.bonus__title{font-size: 50px;line-height: 45px;text-transform: uppercase;font-weight: bold;}
.item__bonus:hover{color: #fff;}
.item__bonus .ceil_1{width: 155px;}
.item__bonus .ceil_2{width: 738px;}
.item__bonus .btn_5{    color: #222;box-shadow: 0px 0px 13px 0px rgba(45, 30, 35, 0.53);
    background: #fff;}
.item__bonus:hover .btn_5{    color: #222;border-color: #fff;
    background: #fff;background: #9fd180}
.bonus__title em{font-style: normal;}

.theme__modal {
    font-size: 20px;
    font-weight: bold;
    display: none;
    color: #00495a;
    margin-bottom: 5px;
    background: #9bdae0;
    width: 378px;
    border-radius: 4px;
    padding: 15px 13px 0;
    position: fixed;
    bottom: 38px;
    left: 300px;
    z-index: 2;
}

.theme__modal .float-left{    background: url(../img/manager_1.png) center bottom no-repeat;
    width: 98px;
    height: 130px;
    display: block;
    margin: 0 auto;}

.theme__modal .float-right{    width: 239px;
    text-align: center;}


.theme__modal .float-right span{display: block;}

.theme__modal-title{font-size: 15px;
    font-weight: bold;
    display: block;
    color: #000;
    margin-bottom: 5px;}
.theme__modal .float-right .btn_5{    font-size: 15px;
    width: 154px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #fff;
    text-transform: uppercase;
    color: #00495a;
    font-weight: bold;
    margin: 0 auto;
    box-shadow: 6px -5px 3px 0px rgb(31 31 31 / 15%);
    display: table;
    border-radius: 27px;}

.theme__modal-desc{    color: #00495a;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
    display: block;}
.theme__modal-close{position: absolute;top: 10px;right: 10px;width: 16px;height: 16px;background: url("../img/theme__modal-close.png") center no-repeat;cursor: pointer;}

.bonus__animate{position: fixed;display: none;width: 256px;height: 154px;background: url("../img/bonus__animate.png") center no-repeat;bottom: 50px;    z-index: 1;
    right: 170px;
    animation-duration: 2s;
    animation-iteration-count: infinite;}
.bonus__animate_rel{bottom: 75px;
    z-index: 1;
    right: 170px;    position: fixed;
    display: none;
    width: 256px;
    height: 154px;}
.bonus__animate_2{position: fixed;display: none;width: 256px;height: 154px;background: url("../img/bonus__animate.png") center no-repeat; z-index: 1;
    animation-duration: 2s;
    animation-iteration-count: infinite;}
.bonus__animate_rel i{    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    background: url(../img/theme__modal-close.png) center no-repeat, #ccc;
    cursor: pointer;
    border-radius: 50%;}
.bonus__animate a{animation-duration: 2s;
    animation-iteration-count: infinite;}
.bounce {
    animation-name: bounce;
    animation-timing-function: ease;
}
 @keyframes  bounce {
    0%   { transform: scale(1,1)    translateY(0); }
    10%  { transform: scale(1.1,.9) translateY(0); }
    30%  { transform: scale(.9,1.1) translateY(-40px); }
    50%  { transform: scale(1,1)    translateY(0); }
    57%  { transform: scale(1,1)    translateY(-7px); }
    64%  { transform: scale(1,1)    translateY(0); }
    100% { transform: scale(1,1)    translateY(0); }
}

.header__v3 .btn_1:hover{background: #fff;color: #222;}
.item__offer.visited{opacity: 0.5;}
.off_6.visited{opacity: 1;}
.item__offer.visited .btn_5{background: #d6cdc1;}
.off_6.visited .btn_5{background: #fff;}
.unsubscribe__box{background: #3ea200;padding: 90px 0;}
.unsubscribe__box-f{padding: 50px 110px;background: #fff;border-radius: 10px;}
.unsubscribe__box-title{font-weight: 500;font-size: 48px;line-height: 60px;display: block;text-align: center;margin: 0 0 25px;}
.unsubscribe__box .form-group label{font-size: 25px;margin: 0 0 20px;}
.unsubscribe__box .form-group input[type='text'], .unsubscribe__box .form-group input[type='tel'], .unsubscribe__box .form-group input[type='email']{height: 70px;font-size:25px;border-radius: 6px;max-width: 493px;}
.unsubscribe__box .btn_2{height: 70px;display: block;font-weight: bold;font-size: 28px;text-align: center;border-radius: 6px;width: 100%;margin-left: 15px;}
.with-errors {    color: red;
    position: absolute;
    left: 30px;
    bottom: -21px;
    font-size: 12px;
    font-weight: bold;}
.form-error input[type='text'].form-control, .form-error input[type='tel'].form-control {
    border: 1px solid #ef7979;
}
.pages__menu{list-style: none;border: 2px solid #d1d1d1;border-radius: 10px;margin: 0 0 45px;}
.pages__menu li{display: block;}
.pages__menu li a{display: table-cell;text-decoration: none;height: 60px;font-size: 18px;line-height: 18px;color: #222;vertical-align: middle;    padding: 20px 18px;border-bottom: 2px solid #d1d1d1;cursor: pointer;width: 300px;}
.pages__menu li:last-child a{border-bottom: 0;border-radius: 0 0 10px 10px;}
.pages__menu li:first-child a{border-radius:10px 10px 0 0;}
.pages__menu li a:hover, .pages__menu li.active a{color: #fff;background: #3ea200;border-color:#3ea200;}
.page__box .calc__box{width: 100%;border: 2px solid #d1d1d1;border-radius: 10px;padding: 30px 18px 35px;box-shadow: none;}
.page__box .calc__box .btn_2{height: 46px;line-height: 46px;font-size: 18px;margin: 0;}
.page__box-h1{font-size: 44px;line-height: 50px;text-align: center;margin: 0 0 40px;}
.page_body{font-size: 22px;line-height: 30px;    margin: 0 0 50px;}
.page_body p, .page_body ul{margin-bottom: 20px;}
.page_body p:last-child, .page_body ul:last-child{margin-bottom: 0;}
.page_body ul{margin-left: 22px;list-style: none;}
.page_body ul li{position: relative;margin-bottom: 20px;}
.page_body ul li:last-child{margin-bottom: 0;}
.page_body ul li:before{content: "";width: 8px;height: 8px;border-radius: 50%;background: #3ea200;position: absolute;    left: -20px;top: 12px;}
.page_body a{color: #e06900;}
.jq-selectbox.focused .jq-selectbox__select{border: 1px solid #3ea200;}
.header__v2 .main__menu > ul > li > ul{background: #d0d0d0;}
.register-1__lastday{font-style: normal;}
.header__v1 .register__head{display: block !important;}
.header__v1 .register__head .money__you{display: block !important;}
.header__v1 .register__head.money__you_360{display: block !important;}
.register__head .money__you {
    color: #fff;
    background: #3ea200;
    width: 200px;
    height: 34px;
    border-radius: 4px;
    font-size: 18px;
    text-align: center;
    display: block;
    line-height: 34px;
    float: right;
    top: 0;
    position: relative;
}
.reg_title{    font-size: 33px;
    font-weight: bold;
    line-height: 32px;
    margin: 8px 0 0;}
.reg_title em{font-style: normal;color: #e06900;}
.formbox-data {
    padding: 20px 20px 5px;
    background-color: #fff;
    margin-top: 40px;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgb(22 33 54 / 16%);
    box-sizing: border-box;
    color: #212121;
    font-size: 16px;
    line-height: 24px;
}
.formbox-data .chet-box-title {
    font-size: 16px;
    line-height: 26px;}
.formbox-data .chet-box-desc {
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;}
.formbox-data .chet-box-desc_2{font-size: 20px;color: #000;margin: 0 0 15px;}
.formbox-data .form-group {
    margin: 0 0 10px;}
.formbox-data .box-desc-throw{    opacity: 1;
    background: #fff;
    border-radius: 8px;
    color: #4aa200;
    padding: 0 8px;
    line-height: 20px;
    position: relative;
    top: 4px;}
.formbox-data .chet-box-desc_2 span{font-size: 16px;}
.formbox-data .box-desc-perc{background: #e06900;}
.formbox-data .jq-selectbox__trigger{}
.formbox-data .calc__chet-box{    border-top: 1px solid #fff;}
.formbox-data .calc__chet-box{    border-top: 1px solid #fff;
    margin-top: 10px;
    padding-top: 10px;}
.tabs_theme li em{display: none;    position: relative;
    z-index: 3;}
.title_step_1{    text-align: center;
    font-size: 51px;
    line-height: 50px;
    font-weight: bold;}
.desc_step_1{    text-align: center;
    font-size: 32px;
    line-height: 50px;
    font-weight: bold;
    margin-bottom: 50px;}
.formbox-data .calc__footer{color: #fff;display: table;margin-bottom: 10px;}
.formbox-data .form-group_2 input[type='text']{    height: 30px;
    width: 290px;
    line-height: 30px;}
.open_prompcode{text-decoration: none;
    border: 0;
    margin-bottom: 5px !important;}
.reviews__box_2{padding: 50px 0;}

.faq__box .theme_title {
    color: #222;margin-bottom: 60px;    font-size: 48px;
    font-weight: 500;
    text-align: center;
}
.faq__box{    background: #f0f7ff;    padding: 85px 0 0;
    color: #222;}
.faq__box-ul{list-style: none;}
.faq__box-ul li{min-height: 66px;border-radius: 4px;margin-bottom: 20px;cursor: pointer;
    background: url(../img/box__ul-faq.png) no-repeat right 35px top 34px, #9bdae0;; background-size: 20px;}
.box__ul-faq{font-size: 23px;line-height: 28px;font-weight: 500;color: #000;display: block;padding: 20px 35px;}
.box__ul-answer{font-size: 20px;
    line-height: 28px;
    color: #576c6f;
    padding-top: 20px;
    display: block;
    border-top: 1px solid #fff;
    padding: 20px 35px 40px;}
.faq__box-ul li .box__ul-answer{display: none;}
.faq__box-ul li.active{background: url(../img/box__ul-faq-hover.png) no-repeat right 35px top 34px, #9bdae0;background-size: 20px;}
/*.faq__box-ul li.active .box__ul-answer{display: block;}*/
.faq__box-ul{margin-bottom: 50px;}
.register_new_1 .reg_title{display: none;}
.register_new_1{margin-bottom: 30px;}
.promo_2 img{display: block;width: 100%;}
.calc__box_2{width: 100%;padding: 23px 0px 10px;margin: 0;}
.new_d .jq-selectbox__trigger{background: #e06900;width: 40px;}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
    border-top-color: #fff;
}
.jq-selectbox.focused .jq-selectbox__select {
    border: 1px solid #acacac;
}
.offers_h1 i{font-style: normal;display: block;}
.new_offers_h1{line-height: 52px;}
.delemiter_box{    color: #00495a;
    text-align: center;
    border: 2px solid #00495a;
    border-radius: 6px;
    display: block;
    max-width: 1124px;
    margin: 0 auto;margin-bottom: 15px;
    padding: 8px 15px;
    font-size: 16px;
    line-height: 18px;}
.uns_bl{font-size: 14px;}
.animation_btn {
    animation: radial-pulse 1s infinite;
    background: #ff0b0b;
}
@keyframes radial-pulse {
  0% {
    /*box-shadow: 0 0 0 0px #f58818;*/
	  transform: scale(0.9);
  }
 
  100% {
    /*box-shadow: 0 0 0 3px #f58818;*/
	  transform: scale(1);
  }
}

.box_info p {font-size: 16px;}
.box_info ul li {font-size: 16px;}
.bg-dark {background-color: #232323;}
#footer.bg-dark p {font-size: 14px; color: white;}

header#registration {
    padding: 16px 0 16px 0;
    -moz-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.05);
-webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.05);
box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.05);
}
header#infotop {
    padding: 16px 0 16px 0;
    -moz-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.05);
-webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.05);
box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.05);
}
.switching-wrap {float: right;text-align: right;padding: 5px 0;}
header .navigation .menu {margin-bottom: 0;padding-left: 0;}
header .switching .menu {width: 94px;border-radius: 15px;}
header .navigation .menu li {list-style-type: none;display: inline-block;margin: 0 18px;padding: 10px 0;}
header .switching .menu li {margin: 0;padding: 0;}
header .navigation .menu .item {margin: 0 3px;}
header .switching .menu .item {margin: 0;text-align: center;}
header .navigation .menu li a {color: #72bd74;font-size: 16px;font-weight: 600;line-height: 1.5;display: inline-block;text-decoration: none;}
header .switching .menu li a {font-size: 14px;width: 40px;background: #fff;border-radius: 15px;height: 30px;padding: 5px 0;color: #8a246d;}
header .navigation .menu li a.choosen {color: #393b3e;text-decoration: underline;}
header .switching .menu li a.choosen {width: 50px;border-radius: 15px;color: #fff;font-weight: 700;text-decoration: none;background-image: -moz-linear-gradient(0deg, #c4236d 0, #6e228d 100%);background-image: -webkit-linear-gradient(
0deg, #c4236d 0, #6e228d 100%);background-image: -ms-linear-gradient(0deg, #c4236d 0, #6e228d 100%);}
header #nav-bar a {height: auto;}

#nav-bar .logo > img {max-width: 170px;}

.anketaform .btn_2{width: 100%;height: 60px;line-height: 60px;font-weight: bold;font-size: 22px;text-align: center;display: block;border-radius: 4px;margin-bottom: 15px;}
.anketaform .btn_2:hover{background: #fd8b27;}
.anketaform {background: #f4f5f9; padding: 30px 15px;}

#registration .moneytodo {
    color: #fff;
    margin: 10px;
    background: #148f2b;
    width: 200px;
    height: 34px;
    border-radius: 4px;
    font-size: 18px;
    text-align: center;
    display: block;
    line-height: 34px;
    float: left;
    position: relative;
}

header.main .moneytodom {
    color: #fff;
    background: #148f2b;
    width: 200px;
    height: 34px;
    border-radius: 4px;
    font-size: 18px;
    text-align: center;
    display: block;
    line-height: 34px;
    float: left;
    position: relative;
}

.results__block {
    background: #ffffff;
    border-radius: 10px;
    padding: 50px;
    text-align: center;
    margin-bottom: 25px;
}
.rating__sum {
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.rating__text, .rating__date {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #5C636B;
    font-family: "Roboto-Regular", sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}

.rating__date {
    margin-bottom: 25px;
    text-align: center;
}

.hideblock {display: none !important;}




.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
  }
  .lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #f4f5f9;
    margin: -4px 0 0 -4px;
  }
  .lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
  }
  .lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
  }
  .lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
  }
  .lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
  }
  .lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
  }
  .lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
  }
  .lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
  }
  .lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
  }
  .lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
  }
  .lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
  }
  .lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
  }
  .lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
  }
  .lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
  }
  .lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
  }
  .lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
  }
  .lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
  }
  @keyframes lds-roller {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  .mfoitem .image-box {
    position: relative;
    overflow: hidden;
}
.mfoitem .mfobox {
    padding: 0 15px;
    box-shadow: 0 5px 5px rgba(51,51,51,.17);
    border: 1px solid #f0f3f6;
    border-radius: 8px;
    background: white;
}
.mfoitem .image-box .image {
    position: relative;
    background: #000000;
    overflow: hidden;
}
.mfoitem .image-box .image {
    background: #fff;
}
.mfoitem img {
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
}
.mfoitem .image-box .image img {
    position: relative;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
    width: 100%;
    z-index: 1;
}   
.mfoitem .image-box.image-hover .image img {
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}
.mfoitem .text-center {
    text-align: center;
}

.mfoitem ul {
    padding: 0;
    list-style-type: none;
    margin-bottom: 5px;
}

.mfoitem .btn {
    position: relative;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 20px 38px 22px;
    border: none;
    color: #fff;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    outline: none;
    margin-bottom: 3px;
}

.mt-20 {
    margin-top: 20px !important;
}

.mfoitem .btn.btn-secondary {
    background-color: #148f2b;
}

.mfoitem span {
    display: inline-block;
    width: 100%;
}

.mfoitem {
    color: #434343;
    font-size: 15px;
    font-family: "Lora", Georgia, serif;
    font-weight: 500;
    line-height: 1.65;
    -moz-osx-font-smoothing: grayscale;
}

.mfoitem li.ico b {
    text-align: right;
}

.mfoitem ul li b {
    white-space: nowrap;
    color: #7a7a7a;
}

.mfoitem .ico::before {
    content: '';
    height: 15px;
    display: inline-flex;
    position: relative;
    flex: 0 0 15px;
    margin-right: 5px;
    top: 1px;
}

.mfoitem .ico-sum::before {
    background: url(/assets/img/icons/ico1.svg) center no-repeat;
    min-width: 15px;
}



.mfoitem ol, ul {
    margin-bottom: 30px;
}

.mfoitem .ico-percent::before {
    background: url(/assets/img/icons/ico2.svg) center no-repeat;
    min-width: 15px;
}

.mfoitem .ico-age::before {

    background: url(/assets/img/icons/ico3.svg) center no-repeat;
    min-width: 15px;

}

.mfoitem ul li {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}

.form-group label#firstname-error, .form-group label#phone-error, .form-group label#lastname-error {font-size: 16px;color: red;}

#infotop .btn {background: #3d9f01;color: white;text-decoration: none;}
.infoblock ul li ul, .infoblock ol li ul {margin-left: 35px;}