#main {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#main:after {
    /* content: ''; */
    /* display: block; */
    /* background: -o-linear-gradient(329.75deg, rgba(37, 37, 37, .73) 47.53%, rgba(0, 0, 0, 0) 91.35%); */
    /* background: linear-gradient(120.25deg, rgba(37, 37, 37, .73) 47.53%, rgba(0, 0, 0, 0) 91.35%); */
    /* width: 100%; */
    /* height: 100%; */
    /* top: 0; */
    /* left: 0; */
    /* position: absolute; */
}
.header_main {
    color: #fff;
}
.offer_box {
    margin-top: 45px;
	overflow: hidden;
    position: relative;
    z-index: 2;
}

.offer_box .container {
	position: relative;
}

.offer_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.offer_text_box {
    width: 70%}
.offer_text_box h1 {
    font-weight: 300;
    font-size: 50px;
    line-height: 1.15;
    color: #FFF;
    text-transform: uppercase;
    width: 80%}
.offer_text_box h1 b {
    font-weight: 700;
}
.offer_text_box h2 {
    margin-top: 10px;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    color: #FFF;
    opacity: .8;
    width: 70%}
.offer_btn_box {
    margin-top: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.offer_btn {
    width: 278px;
    height: 72px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.offer_btn span {
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    color: #FFF;
    margin-left: 70px;
    text-transform: uppercase;
}
.offer_btn img {
    position: absolute;
    left: -15px;
    top: 50%;
    margin-top: -35px;
    height: 70px;
}
.offer_btn.offer_btn_1 {
    border-radius: 10px;
    -webkit-box-shadow: 0 0 25px rgba(103, 142, 42, .9);
    box-shadow: 0 0 25px rgba(103, 142, 42, .9);
    margin-right: 25px;
}
.offer_btn.offer_btn_1:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -o-linear-gradient(293.72deg, #d0e8ad 11.38%, #6ea51c 89.53%);
    background: linear-gradient(156.28deg, #d0e8ad 11.38%, #6ea51c 89.53%);
    border-radius: 10px;
    z-index: 1;
}
.offer_btn.offer_btn_1:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 3px;
    left: 0;
    background: #639509;
    border-radius: 10px;
    z-index: 0;
}
.offer_btn.offer_btn_1 span {
    margin-left: 70px;
    position: relative;
    width: 100%;
    z-index: 3;
}
.offer_btn.offer_btn_1 img {
    margin-top: -35px;
    height: 70px;
    z-index: 3;
}
.offer_btn.offer_btn_1:hover:before {
    background: -o-linear-gradient(293.72deg, #d0e8ad 21.38%, #6ea51c 79.53%);
    background: linear-gradient(156.28deg, #d0e8ad 21.38%, #6ea51c 79.53%);
}
.offer_btn.offer_btn_2 {
    -webkit-box-shadow: 0 0 25px #28678c;
    box-shadow: 0 0 25px #28678c;
    border-radius: 10px;
}
.offer_btn.offer_btn_2:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -o-linear-gradient(295.5deg, #76c3f1 12.22%, #2f8bc0 89.39%);
    background: linear-gradient(154.5deg, #76c3f1 12.22%, #2f8bc0 89.39%);
    border-radius: 10px;
    z-index: 1;
}
.offer_btn.offer_btn_2:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 3px;
    left: 0;
    background: #28678C;
    border-radius: 10px;
    z-index: 0;
}
.offer_btn.offer_btn_2 span {
    margin-left: 60px;
    position: relative;
    width: 100%;
    z-index: 3;
}
.offer_btn.offer_btn_2 img {
    margin-top: -50px;
    height: 100px;
    z-index: 3;
}
.offer_btn.offer_btn_2:hover:before {
    background: -o-linear-gradient(295.5deg, #76c3f1 22.22%, #2f8bc0 79.39%);
    background: linear-gradient(154.5deg, #76c3f1 22.22%, #2f8bc0 79.39%);
}
.offer_benefits_box {
    margin-top: 40px;
    margin-bottom: 40px;
}
.offer_benefits_box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.offer_benefits_box ul li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.offer_benefits_box ul li:after {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
/*    background: -o-linear-gradient(293.72deg, #d0e8ad 11.38%, #6ea51c 89.53%);
    background: linear-gradient(156.28deg, #d0e8ad 11.38%, #6ea51c 89.53%);     */
    opacity: .8;
}
.offer_benefits_box ul li img {
    position: relative;
    z-index: 2;
}
.offer_benefits_box ul li div {
    position: relative;
    z-index: 2;
    margin-left: 16px;
}
.offer_benefits_box ul li div h3 {
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    color: #FFF;
}
.offer_benefits_box ul li div p {
    font-weight: 300;
    font-size: 13px;
    line-height: 1.1;
    color: #FFF;
    margin-top: 5px;
}
.offer_benefits_box ul li:last-child {
    margin-right: 0;
}
.offer_benefits_box ul li:nth-child(1) {
    width: 290px;
}
.offer_benefits_box ul li:nth-child(1) img {
    width: 64px;
}
.offer_benefits_box ul li:nth-child(2) {
    width: 290px;
}
.offer_benefits_box ul li:nth-child(2) img {
    width: 64px;
}
.offer_benefits_box ul li:nth-child(3) {
    width: 290px;
}
.offer_benefits_box ul li:nth-child(3) img {
    width: 64px;
}
.offer_img_box {
    max-width: 631px;
	width: 100%;
    position: absolute;
	right: -140px;
	top: 0;
	/* display: -webkit-box; */
	/* display: -ms-flexbox; */
	/* display: flex; */
	/* -webkit-box-pack: end; */
		/* -ms-flex-pack: end; */
			/* justify-content: flex-end; */
	/* -webkit-box-align: start; */
		/* -ms-flex-align: start; */
			/* align-items: flex-start; */
}

.offer_img_box img {
	max-width: 100%;
}

@media (max-width: 1200px) {
	.offer_img_box {
		right: -330px;
	}
}

#catalog {
	background: #fff !important;
    padding-top: 109px;
    padding-bottom: 10px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.catalog_title {
    text-align: center;
    margin-bottom: 25px;
}
.catalog_subtitle {
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    color: #898888;
}
.catalog_box {
    margin-top: 60px;
}
.catalog_tab_box img, .catalog_tab_box p {
    display: none;
}
.catalog_tab_box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap:  wrap;
    flex-wrap:  wrap;
}
.catalog_tab_box ul li {
    padding: 0 20px;
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 25px;
    line-height: 1;
    color: #252525;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
}
.catalog_tab_box ul li:first-child{
    padding: 0;
}
.catalog_tab_box ul li:after {
    content: '';
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #252525;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.catalog_tab_box ul li.a {
    font-weight: 700;
}
.catalog_tab_box ul li.a:after, .catalog_tab_box ul li:hover:after {
    opacity: 1;
}
.catalog {
    margin-top: 42px;
}
.catalog_item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    border-radius: 2px;
    background: #FFF;
    -webkit-box-shadow: 2px 2px 10px rgb(0 0 0 / 25%);
    box-shadow: 2px 2px 10px rgb(0 0 0 / 25%);
    padding: 27px 31px;
    margin-bottom: 27px;
    display: none;
}
.catalog_item.a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.catalog_item.hidden {
    display: none!important;
}
.catalog_item.hit .cat_tag_box p.cat_tag_hit, .catalog_item.stock .cat_tag_box p.cat_tag_stock {
    display: block;
}
.catalog_item.stock .cat_cta_prise_actual b, .catalog_item.stock .cat_cta_prise_actual span {
    color: #CA473E;
}
.catalog_item.stock .cat_cta_prise_old {
    opacity: 1;
}
.catalog_item.presence_none .cat_cta_presence_in {
    display: none;
}
.catalog_item.presence_none .cat_cta_presence_none {
    display: block;
}
.cat_tag_box {
    position: absolute;
    z-index: 5;
    top: 28px;
    left: 0;
    width: auto;
    height: auto;
}
.cat_tag_box p {
    font-weight: 400;
    font-size: 22.32px;
    color: #FFF;
    padding: 5px 18px;
    border-radius: 0 15.94px 15.94px 0;
}
.cat_tag_box p.cat_tag_hit {
    background: #89BB3D;
    display: none;
}
.cat_tag_box p.cat_tag_stock {
    background: #CA473E;
    display: none;
}
.cat_img_box {
    width: 260px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cat_img_septic {
    width: 100%;
    height:  auto;
    z-index: 2;
}
.cat_img_bg {
    position: absolute;
    height: 160px;
    top: 50%;
    left: 50%;
    margin-top: -80px;
    margin-left: -80px;
}
.cat_text_box {
    padding-left: 31px;
}
.cat_text_box h4 {
    font-weight: 700;
    font-size: 37.23px;
    line-height: 1;
    text-transform: uppercase;
    color: #232323;
}
.cat_text_box p {
    margin-top: 20px;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.1;
    color: #686868;
}
.cat_text_specifications {
    margin-top: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cat_t_spec_item {
    width: 50%;
    margin-bottom: 15px;
}
.cat_t_spec_item h5 {
    font-weight: 400;
    font-size: 11.15px;
    line-height: 1;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #898888;
    margin-bottom: 9px;
}
.cat_t_spec_item b {
    font-weight: 700;
    font-size: 19.55px;
    line-height: 1;
    text-transform: uppercase;
    color: #232323;
}
.cat_t_spec_item span {
    font-weight: 400;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
    color: #232323;
}
.cat_text_garant {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start; 
    -ms-flex-pack: start; 
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.cat_text_garant_item {
    margin-right: 10px;
    background: #F9F9F9;
    border: .98px solid #DFDFDF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4.88px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 10px;
}
.cat_text_garant_item svg {
    height: 27px;
    width: 27px;
    margin-right: 12px;
}
.cat_text_garant_item b {
    margin-right: 7px;
    font-weight: 400;
    font-size: 14.65px;
    line-height: 1;
    color: #232323;
    text-transform: uppercase;
}
.cat_text_garant_item p {
    line-height: 1;
    font-weight: 400;
    font-size: 14.65px;
    color: #898888;
    text-transform: uppercase;
    margin-top: 0;
}
.cat_cta_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left:  0px;
    width:  330px;
    -ms-flex-negative:  0;
    flex-shrink:  0;
}

.cat_cta_box .cat_text_garant {
    display: none;
    margin-top: 16px;
}
.cat_cta_box .cat_text_garant .cat_text_garant_item {
    width: 280px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
}
.cat_cta_box .cat_text_garant .cat_text_garant_item.cat_t_g_family {
    margin-bottom: 10px;
}
.cat_cta_name {
    display: none;
}
.cat_cta_presence {
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    color: #232323;
    position: relative;
    opacity: 0;
    visibility: hidden;
}
.cat_cta_presence:after {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    background: -o-linear-gradient(293.72deg, #d0e8ad 11.38%, #6ea51c 89.53%);
    background: linear-gradient(156.28deg, #d0e8ad 11.38%, #6ea51c 89.53%);
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: -12px;
    border-radius: 50%}
.cat_cta_presence.cat_cta_presence_none {
    display: none;
    color: #686868;
}
.cat_cta_presence.cat_cta_presence_none:after {
    background: -o-linear-gradient(296.01deg, #f4f4f4 8.3%, #3388b9 85.22%);
    background: linear-gradient(153.99deg, #f4f4f4 8.3%, #3388b9 85.22%);
}
.cat_cta_stars {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px;
    opacity: 0;
    visibility: hidden;
}
.cat_cta_stars li {
    margin-right: 5px;
}
.cat_cta_stars li img {
    width: 17px;
}
.cat_cta_stars li:last-child {
    margin-right: 0;
}
.cat_cta_prise_actual {
    width: 100%;
    text-align: right;
    margin-top: 15px;
}
.cat_cta_prise_actual b {
    font-weight: 700;
    font-size: 38.68px;
    line-height: 1;
    color: #232323;
}
.cat_cta_prise_actual span {
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: #232323;
}
.cat_cta_prise_old {
    margin-top: 7px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #686868;
    opacity: 1;
}
.cat_cta_btn_box {
    margin-top: 54px;
}
.cat_cta_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.cat_cta_btn img {
    position: relative;
    z-index: 3;
    width: 27px;
    margin-right: 10px;
}
.cat_cta_btn span {
    position: relative;
    z-index: 3;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    color: #FFF;
}
.cat_cta_btn.cat_cta_btn_more {
    width: 300px;
    height: 56px;
    border-radius: 6.13px;
}
.cat_cta_btn.cat_cta_btn_more:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -o-linear-gradient(295.5deg, #76c3f1 12.22%, #2f8bc0 89.39%);
    background: linear-gradient(154.5deg, #76c3f1 12.22%, #2f8bc0 89.39%);
    border-radius: 6.13px;
    z-index: 1;
}
.cat_cta_btn.cat_cta_btn_more:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 3px;
    left: 0;
    background: #28739E;
    border-radius: 6.13px;
    z-index: 0;
}
.cat_cta_btn.cat_cta_btn_more:hover:before {
    background: -o-linear-gradient(295.5deg, #76c3f1 22.22%, #2f8bc0 79.39%);
    background: linear-gradient(154.5deg, #76c3f1 22.22%, #2f8bc0 79.39%);
}
.cat_cta_btn.cat_cta_btn_sale {
    margin-top: 15px;
    width: 300px;
    height: 56px;
    border-radius: 6.13px;
}
.cat_cta_btn.cat_cta_btn_sale:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -o-linear-gradient(293.72deg, #d0e8ad 11.38%, #6ea51c 89.53%);
    background: linear-gradient(156.28deg, #d0e8ad 11.38%, #6ea51c 89.53%);
    border-radius: 6.13px;
    z-index: 1;
}
.cat_cta_btn.cat_cta_btn_sale:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 3px;
    left: 0;
    background: #639509;
    border-radius: 6.13px;
    z-index: 0;
}
.cat_cta_btn.cat_cta_btn_sale:hover:before {
    background: -o-linear-gradient(293.72deg, #d0e8ad 21.38%, #6ea51c 79.53%);
    background: linear-gradient(156.28deg, #d0e8ad 21.38%, #6ea51c 79.53%);
}

.catalog_show_btn {
    margin-top: 60px;
    display:  -webkit-box;
    display:  -ms-flexbox;
    display:  flex;
    -webkit-box-pack:  center;
    -ms-flex-pack:  center;
    justify-content:  center;
    -webkit-box-align:  center;
    -ms-flex-align:  center;
    align-items:  center;
}
.catalog_show_btn button {
    border: 2px solid #4CA2D4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    width: 237px;
    height: 53px;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    color: #4CA2D4;
    background: 0 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.catalog_show_btn button:hover {
    background: #4CA2D4;
    color: #fff;
}
.catalog_show_btn a {
    
    display:  block;
    
    margin-left:  20px;
    
    border: 2px solid #a9cd74;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    width: 237px;
    height: 53px;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    color: #a9cd74;
    background: transparent;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    
    display:  -webkit-box;
    
    display:  -ms-flexbox;
    
    display:  flex;
    
    -webkit-box-pack:  center;
    
        -ms-flex-pack:  center;
    
            justify-content:  center;
    
    -webkit-box-align:  center;
    
        -ms-flex-align:  center;
    
            align-items:  center;
    
}
.catalog_show_btn a: hover {
    
    background: #a9cd74;
    
    color:  #fff;
    
}
.catalog_top_btn_box {
    
    position:  fixed;
    
    bottom:  30px;
    
    left:  30px;
    
    width:  90px;
    
    height:  90px;
    
    display:  none;
    
}
.catalog_top_btn_box.a {
    
    display:  block;
    
}
.catalog_top_btn {
    
    border-radius:  50%;
    
    background:  #4ca2d4;
    
    color:  #fff;
    
    display:  -webkit-box;
    
    display:  -ms-flexbox;
    
    display:  flex;
    
    -webkit-box-pack:  center;
    
        -ms-flex-pack:  center;
    
            justify-content:  center;
    
    -webkit-box-align:  center;
    
        -ms-flex-align:  center;
    
            align-items:  center;
    
    font-size:  18px;
    
    font-weight:  400;
    
    width:  90px;
    
    height:  90px;
    
    cursor:  pointer;
    
}
@media screen and (max-width:  600px) {
    
    .catalog_top_btn_box {
    
        bottom:  20px;
    
        left:  20px;
    
        width:  60px;
    
        height:  60px;
    
    }
    .catalog_top_btn {
    
        font-size:  13px;
    
        width:  60px;
    
        height:  60px;
    
    }
}
#cta1 {
    padding-top: 143px;
    padding-bottom: 107px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
	position: relative;
}

.cta1_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.cta1_text_box {
	
	/*
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
	*/
}
.c1_t_img {
    bottom: 0;
	left: 70px;
    max-width: 818px;
	position: absolute;
}
.cta1_title {
    width: auto;
    text-align: right;
    position: relative;
    font-weight: 700;
    font-size: 117.29px;
    text-transform: uppercase;
    line-height: 1;
    color: #232323;
	margin-right: 26px;
}
.cta1_title span {
    display: inline-block;
    font-weight: 700;
    font-size: 82.77px;
    line-height: 1;
    color: #FFF;
    background: -o-linear-gradient(295.5deg, #76c3f1 12.22%, #2f8bc0 89.39%);
    background: linear-gradient(154.5deg, #76c3f1 12.22%, #2f8bc0 89.39%);
    padding: 5px;
}
.cta1_text {
    text-align: right;
    font-weight: 300;
    font-size: 22px;
    line-height: 1.3;
    color: #686868;
	margin-right: 26px;
    margin-top: 15px;
	padding-left: 50%;
	position: relative;
	z-index: 2;
}
.cta1_form_box {
    width: 42%}
.cta1_form_block {
    width: 100%;
    background: #FFF;
    -webkit-box-shadow: 1px 3px 8px rgba(0, 0, 0, .3);
    box-shadow: 1px 3px 8px rgba(0, 0, 0, .3);
}
.cta1_form {
    padding: 25px 20px;
    background: #FFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
}
.cta1_form h3 {
    font-weight: 700;
    text-align: center;
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
    color: #232323;
}
.cta1_form p {
    font-weight: 300;
    font-size: 15px;
    line-height: 1.3;
    text-align: center;
    color: #686868;
    padding: 0 10px;
    margin-top: 12px;
}
.cta1_form form {
    margin-top: 25px;
}
.cta1_form form p span {
    
    display:  block;
    
    width:  100%;
    
}
.politic_text {
    
    display:  none;
    
}
.cta1_politic {
    margin-top: 11px;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.cta1_politic span {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #DFDFDF;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.cta1_politic.a span {
    background-image: url(../../img/politic_popup_ico.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.cta1_politic p {
    text-align:  left;
    font-weight: 300 !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    color: #9B9B9B !important;
    padding-left: 11px !important;
}
.cta1_politic p a {
    font-weight: 300 !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    text-decoration: underline !important;
    color: #3388B9 !important;
}
.cta1_politic p a:hover {
    color: #3388B9 !important;
    text-decoration: none !important;
}

.cta1_form form p br {
    
    display:  none;
    
}
.cta1_form .wpcf7-response-output {
    
    display:  none;
    
}
.cta1_form form .wpcf7-not-valid-tip {
    
    font-size:  12px;
    
    margin-bottom:  3px;
    
}
.cta1_form form span.file-279 {
    width:  0;
    height:  0;
    opacity:  0;
    visibility:  hidden;
    overflow:  hidden;
}

.cta1_form form input {
    width: 100%;
    display: block;
    height: 45px;
    background: #F5F5F5;
    border-radius: 5px;
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    color: #000;
    padding-left: 33px;
    margin-bottom: 11px;
}
.cta1_form form input::-webkit-input-placeholder {
    color: #898888;
}
.cta1_form form input::-moz-placeholder {
    color: #898888;
}
.cta1_form form input:-ms-input-placeholder {
    color: #898888;
}
.cta1_form form input::-ms-input-placeholder {
    color: #898888;
}
.cta1_form form input::placeholder {
    color: #898888;
}
.cta1_form form b {
    margin-top: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.cta1_form form b svg {
    width: 19px;
    height: 20px;
    stroke: #898888;
    fill: transparent;
    margin-right: 10px;
}
.cta1_form form b span {
    width:  auto;
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    color: #898888;
}
.cta1_form button {
    display: block;
    margin-top: 29px;
    width: 100%;
    height: 70px;
    position: relative;
}
.cta1_form button span {
    position: relative;
    z-index: 3;
    font-weight: 500;
    font-size: 18.38px;
    line-height: 1;
    text-transform: uppercase;
    color: #FFF;
}
.cta1_form button:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
 /*   background: -o-linear-gradient(293.72deg, #d0e8ad 11.38%, #6ea51c 89.53%);
    background: linear-gradient(156.28deg, #d0e8ad 11.38%, #6ea51c 89.53%);
*/ 
   border-radius: 6.13px;
    z-index: 1;
}
.cta1_form button:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 3px;
    left: 0;
/*    background: #82AD35;*/
    border-radius: 6.13px;
    z-index: 0;
}
.cta1_form button:hover:before {
  /*  background: -o-linear-gradient(293.72deg, #d0e8ad 21.38%, #6ea51c 79.53%);
    background: linear-gradient(156.28deg, #d0e8ad 21.38%, #6ea51c 79.53%);
*/
}
.cta1_mssg_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 22px;
}
.cta1_mssg_box p {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    color: #232323;
    text-transform: uppercase;
    text-align: left;
    margin-right: 25px;
    width: 150px;
    margin-top: 0;
}
.cta1_mssg {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 1px 2px 2px rgba(0, 0, 0, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.cta1_mssg svg {
    fill: #fff;
    width: 20px;
    height: 20px;
}
.cta1_mssg_wp {
    background: -o-linear-gradient(293.72deg, #d0e8ad 11.38%, #6ea51c 89.53%);
    background: linear-gradient(156.28deg, #d0e8ad 11.38%, #6ea51c 89.53%);
    margin-right: 16px;
}
.cta1_mssg_wp:hover {
    background: -o-linear-gradient(293.72deg, #d0e8ad 21.38%, #6ea51c 79.53%);
    background: linear-gradient(156.28deg, #d0e8ad 21.38%, #6ea51c 79.53%);
}
.cta1_mssg_tg {
    background: -o-linear-gradient(295.5deg, #76c3f1 12.22%, #2f8bc0 89.39%);
    background: linear-gradient(154.5deg, #76c3f1 12.22%, #2f8bc0 89.39%);
    -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 1px 2px 2px rgba(0, 0, 0, .2);
}
.cta1_mssg_tg svg {
    -webkit-transform: translateX(-1px);
    -ms-transform: translateX(-1px);
    transform: translateX(-1px);
}
.cta1_mssg_tg:hover {
    background: -o-linear-gradient(295.5deg, #76c3f1 22.22%, #2f8bc0 79.39%);
    background: linear-gradient(154.5deg, #76c3f1 22.22%, #2f8bc0 79.39%);
}

#stage {
	background: url(../../img/stage-bg.jpg) no-repeat center top;
    padding-top: 115px;
    padding-bottom: 115px;
}
.stage_title {
    text-align: center;
}
.stage_subtitle {
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    color: #898888;
    margin-top: 15px;
}
.stage_box {
    margin-top: 60px;
}
.stage_tag_box {
    margin-bottom: 44px;
}
.stage_tag_box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.stage_tag_box ul li {
    cursor: pointer;
}
.stage_tag_box ul li:last-child svg{
    display: none;
}
.stage_tag_box ul li span {
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: #686868;
}
.stage_tag_box ul li span br {
    display: none;
}
.stage_tag_box ul li svg {
    width: 7px;
    height: 12px;
    fill: #000;
    margin: 0 6px;
}
.stage_tag_box ul li.a span {
    font-weight: 700;
    color: #3388B9;
}
.stage_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 0;
    overflow: hidden;
}
.stage_item.a {
    height: auto;
}
.stage_text_box {
    width: 50%;
    z-index: 2;
}
.stage_text_box h3 {
    font-weight: 700;
    font-size: 39.76px;
    line-height: 1.2;
    color: #232323;
    text-transform: uppercase;
}
.stage_text_box p {
    margin-top: 25px;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    color: #686868;
}
.stage_text_box p span {
    font-weight: 700;
}
.stage_text_box b {
    display: block;
    margin-top: 28px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.4;
    color: #686868;
}
.stage_text_box ul {
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 733px;
    margin-top: 49px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #F0F3F4;
    -webkit-box-shadow: 2px -3px 4px rgba(0, 0, 0, .15);
    box-shadow: 2px -3px 4px rgba(0, 0, 0, .15);
    border-radius: 0 30px 0 0;
    padding: 22px 41px;
}
.stage_text_box ul li {
    width: 175px;
    margin-right: 25px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.stage_text_box ul li img {
    width: 24px;
    margin-right: 12px;
}
.stage_text_box ul li svg {
    width: 24px;
    height: 32px;
    margin-right: 12px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.stage_text_box ul li div h4 {
    font-weight: 700;
    font-size: 12.26px;
    line-height: 1;
    color: #232323;
    margin-bottom: 5px;
}
.stage_text_box ul li div p {
    margin-top: 0;
    font-weight: 300;
    font-size: 12.26px;
    line-height: 1.4;
    color: #686868;
}
.stage_text_box ul li:last-child {
    margin-right: 0;
}
.stage_benefits_box_mob {
    z-index: 2;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #F0F3F4;
    padding: 22px 41px;
    display: none;
}
.stage_benefits_box_mob li {
    width: 33%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.stage_benefits_box_mob li img {
    width: 24px;
    margin-right: 12px;
}
.stage_benefits_box_mob li svg {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 24px;
    height: 32px;
    margin-right: 12px;
}
.stage_benefits_box_mob li div h4 {
    font-weight: 700;
    font-size: 12.26px;
    line-height: 1;
    color: #232323;
    margin-bottom: 5px;
}
.stage_benefits_box_mob li div p {
    margin-top: 0;
    font-weight: 300;
    font-size: 12.26px;
    line-height: 1.4;
    color: #686868;
}
.stage_benefits_box_mob li:last-child {
    margin-right: 0;
}
.stage_img_box {
    width: 42.7%;
    z-index: 1;
}
.stage_img_box img {
    width: 100%}
.stage_video_box {
    width: 42.7%;
    z-index: 1;
    position: relative;
}
.stage_video_box .stage_img {
    width: 100%}
.stage_video_box iframe {
    width: 100%;
    height: 419px;
    display: none;
}
.stage_video_play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 144px;
    margin-top: -72px;
    margin-left: -72px;
    cursor: pointer;
}
.stage_slider_box {
    width: 42.7%;
    z-index: 1;
    position: relative;
}
.stage_slider_arrow_box {
    position: absolute;
    z-index: 4;
    top: 50%;
    margin-top: -27px;
    left: 0;
    width: 100%;
    height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.stage_slider_arrow {
    width: 54px;
    height: 54px;
    cursor: pointer;
    margin: 0 10px;
}
.stage_slider_arrow svg {
    width: 100%;
    height: 100%;
    fill: #4b4b4b;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.stage_slider_arrow:hover svg {
    fill: #2d2d2d;
}
.stage_slider_arrow.stage_slider_arrow_next {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
}
.stage_slide img {
    width: 100%}
.stage_btn_box {
    width: 100%;
    margin-top: 35px;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.stage_btn {
    position: relative;
}
.stage_btn_cta {
    width: 396px;
    height: 53px;
    display:  -webkit-box;
    display:  -ms-flexbox;
    display:  flex;
    -webkit-box-pack:  center;
    -ms-flex-pack:  center;
    justify-content:  center;
    -webkit-box-align:  center;
    -ms-flex-align:  center;
    align-items:  center;
}


.stage_btn_cta span {
    text-transform: none;
}
.stage_btn_next {
    width: 156px;
    height: 54px;
}
.stage_btn_next span {
    text-transform: none;
}
.stage_btn_next svg {
    width: 7px;
    height: 12px;
    fill: #fff;
    margin-left: 6px;
    position: relative;
    z-index: 3;
}

#calc {
    padding-top: 112px;
    padding-bottom: 102px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.calc_title {
    text-align: center;
    margin-bottom: 20px;
}
.calc_subtitle {
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    color: #898888;
}
.calc_box {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.calc_box hr {
    display: block;
    width: 100%;
    height: 1px;
    background: #E1EAEE;
    margin-top: 30px;
    margin-bottom: 40px;
}
.mob_top_hr {
    display: none;
}
.calc_item h3 {
    font-weight: 300;
    font-size: 18.7px;
    line-height: 1;
    letter-spacing: .3em;
    color: #232323;
    opacity: .7;
    text-transform: uppercase;
}
.calc_item .calc_title_stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.calc_item .calc_title_stage img {
    width: 37px;
    margin-right: 25px;
}
.calc_item .calc_title_stage p {
    font-weight: 700;
    font-size: 17px;
    line-height: 1.3;
    color: #232323;
    width: 108px;
}
.calc_1 {
    width: 100%}
.calc_item_life_time, .calc_life_time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.calc_life_time li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 37px;
    cursor: pointer;
}
.calc_life_time li span {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 2px solid #898888;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin-right: 10px;
}
.calc_life_time li span img {
    width: 100%;
    opacity: 0;
}
.calc_life_time li p {
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
    color: #898888;
}
.calc_life_time li.a span {
    border: none;
}
.calc_life_time li.a span img {
    opacity: 1;
}
.calc_life_time li.a p {
    font-weight: 700;
}
.calc_life_time li:last-child {
    margin-right: 0;
}
.calc_2 {
    width: 50%}
.calc_2 .calc_title_stage {
    margin-top: 20px;
    width: 100%}
.calc_2 .calc_title_stage p {
    width: 100%}
.calc_sliderUI_people {
    margin-top: 23px;
}
#calc_sliderUI_people {
    width: 95%;
    margin: 0 auto;
    height: 11px;
    background: 0 0;
    border: none;
}
#calc_sliderUI_people .noUi-connects {
    background: -o-linear-gradient(right, rgba(51, 136, 185, .4) -.06%, rgba(51, 136, 185, .1) 100%);
    background: -webkit-gradient(linear, right top, left top, color-stop(-.06%, rgba(51, 136, 185, .4)), to(rgba(51, 136, 185, .1)));
    background: linear-gradient(270deg, rgba(51, 136, 185, .4) -.06%, rgba(51, 136, 185, .1) 100%);
    border-radius: 9px;
}
#calc_sliderUI_people .noUi-handle {
    width: 37px;
    height: 37px;
    background: url(../../img/main/calc_ico.svg) center center no-repeat;
    background-size: cover;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    top: -14px;
}
#calc_sliderUI_people .noUi-handle:after, #calc_sliderUI_people .noUi-handle:before, #calc_sliderUI_people .noUi-marker {
    display: none;
}
#calc_sliderUI_people .noUi-value {
    font-weight: 300;
    font-size: 17px;
    line-height: 1;
    color: #3388B9;
}
#calc_sliderUI_people .noUi-value.a {
    font-weight: 700;
}
.c_i_people_radio_list {
    margin-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 70px;
}
.c_i_people_radio_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 37px;
    cursor: pointer;
}
.c_i_people_radio_list li span {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 2px solid #898888;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin-right: 10px;
}
.c_i_people_radio_list li span img {
    width: 100%;
    opacity: 0;
}
.c_i_people_radio_list li p {
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
    color: #898888;
}
.c_i_people_radio_list li.a span {
    border: none;
}
.c_i_people_radio_list li.a span img {
    opacity: 1;
}
.c_i_people_radio_list li.a p {
    font-weight: 700;
}
.c_i_people_radio_list li:last-child {
    margin-right: 0;
}
.calc_item_restroom {
    margin-top: 33px;
}
.calc_sliderUI_restroom {
    margin-top: 23px;
}
#calc_sliderUI_restroom {
    width: 95%;
    margin: 0 auto;
    height: 11px;
    background: 0 0;
    border: none;
}
#calc_sliderUI_restroom .noUi-connects {
    background: -o-linear-gradient(right, rgba(51, 136, 185, .4) -.06%, rgba(51, 136, 185, .1) 100%);
    background: -webkit-gradient(linear, right top, left top, color-stop(-.06%, rgba(51, 136, 185, .4)), to(rgba(51, 136, 185, .1)));
    background: linear-gradient(270deg, rgba(51, 136, 185, .4) -.06%, rgba(51, 136, 185, .1) 100%);
    border-radius: 9px;
}
#calc_sliderUI_restroom .noUi-handle {
    width: 37px;
    height: 37px;
    background: url(../../img/main/calc_ico.svg) center center no-repeat;
    background-size: cover;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    top: -14px;
}
#calc_sliderUI_restroom .noUi-handle:after, #calc_sliderUI_restroom .noUi-handle:before, #calc_sliderUI_restroom .noUi-marker {
    display: none;
}
#calc_sliderUI_restroom .noUi-value {
    font-weight: 300;
    font-size: 17px;
    line-height: 1;
    color: #3388B9;
}
#calc_sliderUI_restroom .noUi-value.a {
    font-weight: 700;
}
.c_i_restroom_radio_list {
    margin-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 70px;
}
.c_i_restroom_radio_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 37px;
    cursor: pointer;
}
.c_i_restroom_radio_list li span {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 2px solid #898888;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin-right: 10px;
}
.c_i_restroom_radio_list li span img {
    width: 100%;
    opacity: 0;
}
.c_i_restroom_radio_list li p {
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
    color: #898888;
}
.c_i_restroom_radio_list li.a span {
    border: none;
}
.c_i_restroom_radio_list li.a span img {
    opacity: 1;
}
.c_i_restroom_radio_list li.a p {
    font-weight: 700;
}
.c_i_restroom_radio_list li:last-child {
    margin-right: 0;
}
.calc_3 {
    width: 25%}
.calc_3 .calc_title_stage p {
    width: 100%}
.calc_item_techno .calc_title_stage {
    margin-top: 23px;
}
.calc_techno {
    margin-top: 20px;
}
.calc_techno li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 14px;
    position: relative;
}
.calc_techno li:last-child {
    margin-bottom: 0;
}
.calc_techno li span {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: 32px;
    height: 32px;
    border: 2px solid #898888;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 12px;
    position: relative;
}
.calc_techno li span:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px;
    background: #898888;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.calc_techno li p {
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
    color: #898888;
}
.calc_techno li.a span:after {
    opacity: 1;
}
.calc_item_form {
    margin-top: 90px;
}
.calc_item_form p span {
    
    height:  auto !important;
    
}
.calc_item_form p br {
    
    display:  none;
    
}
.calc_item_form .calc_title_stage {
    margin-top: 17px;
}
.calc_item_form form {
    margin-top: 24px;
}
.calc_item_form form input {
    height: 55px;
    width: 100%;
    background: #FFF;
    border: 1px solid #898888;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #000;
    margin-bottom: 10px !important;
}
.calc_item_form form input::-webkit-input-placeholder {
    color: #898888;
}
.calc_item_form form input::-moz-placeholder {
    color: #898888;
}
.calc_item_form form input:-ms-input-placeholder {
    color: #898888;
}
.calc_item_form form input::-ms-input-placeholder {
    color: #898888;
}
.calc_item_form form input::placeholder {
    color: #898888;
}
.calc_item_form form input:last-child {
    margin-bottom: 0;
}
.calc_input_none {
    
    width:  0 !important;
    
    height:  0 !important;
    
    overflow:  hidden !important;
    
    opacity:  0 !important;
    
    visibility:  hidden !important;
    
    margin:  0 !important;
    
    padding:  0 !important;
    
    border:  none !important;
    
    position:  absolute;
    
}
.calc_item_form form button {
    margin-top: 22px;
    width: 100%;
    height: 52px;
    position: relative;
}
.calc_item_form form button span {
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #FFF;
}
.calc_item_form .wpcf7-response-output {
    
    display:  none  !important;
    
}
.calc_item_form .wpcf7-not-valid-tip {
    
    text-align:  center;
    
    font-size:  11px;
    
}
.f_video_text_iframe {
    display:  none;
}

#feedback {
    padding-top: 125px;
    padding-bottom: 119px;
}
.feedback_title {
    text-align: center;
    margin-bottom: 29px;
}
.feedback_subtitle {
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    color: #898888;
}
.feedback_box {
    width: 840px;
    margin: 29px auto 0;
}
.feedback_item {
    height: 0;
    overflow: hidden;
}
.feedback_item.a {
    height: auto;
}
.f_img_box {
    height:  350px;
    border-radius: 17.14px;
    overflow: hidden;
    position: relative;
}
.f_img_box img {
    width: 100%}
.f_video_box {
    height:  350px;
    border-radius: 17.14px;
    overflow: hidden;
    position: relative;
}
.f_video_box img {
    width: 100%}
.f_video_box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.f_video_play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px!important;
    margin-top: -40px;
    margin-left: -40px;
    cursor: pointer;
}
.f_slider_box {
    border-radius: 17.14px;
    overflow: hidden;
    position: relative;
}
.f_slider_block .f_slide div {
    width: 100%;
    height:  350px;
    position: relative;
}
.f_slider_block .f_slide div img {
    width: 100%}
.f_slider_block .f_slide div .f_img_bg {
    position: absolute;
}
.f_slider_arrow_box {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    height: 54px;
    margin-top: -27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
}
.f_slider_arrow {
    width: 54px;
    height: 54px;
    cursor: pointer;
}
.f_slider_arrow svg {
    width: 54px;
    height: 54px;
    fill: #fff;
}
.f_slider_arrow_next svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
}
.f_img_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(top, rgba(35, 35, 35, 0) 42.39%, #232323 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(42.39%, rgba(35, 35, 35, 0)), to(#232323));
    background: linear-gradient(180deg, rgba(35, 35, 35, 0) 42.39%, #232323 100%);
    padding: 14px;
}
.f_img_wrap {
    height: 100% !important;
    border: 1.14px solid #FFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 17.14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 24px 42px;
}
.f_img_wrap div {
    
    height:  auto !important;
    
}
.f_img_wrap p {
    font-weight: 400;
    font-size: 17.14px;
    line-height: 1;
    color: #FFF;
    margin-bottom: 5px;
}
.f_img_wrap h4 {
    font-weight: 700;
    font-size: 30.67px;
    line-height: 1;
    color: #FFF;
    width: 100%}
.f_text_mob {
    display: none;
}
.f_text_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 28px;
}
.f_text_people {
    width: 170px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
}
.f_text_people img {
    width: 100px;
}
.f_text_people h5 {
    text-align: center;
    font-weight: 700;
    font-size: 17.77px;
    line-height: 1;
    color: #000;
    margin-top: 9px;
}
.f_text_stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px;
}
.f_text_stars h5 {
    display: none;
}
.f_text_stars p {
    font-weight: 400;
    font-size: 13.32px;
    line-height: 1;
    color: #BCBCBC;
    margin-right: 6px;
    text-align: left;
}
.f_text_stars ul {
    text-align: left;
}
.f_text_stars ul li {
    margin-right: 4px;
}
.f_text_stars ul li img {
    width: 8px;
}
.f_text_stars ul li:last-child {
    margin-right: 0;
}
.f_text_prise {
    margin-top: 20px;
}
.f_text_prise ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 11px;
}
.f_text_prise ul li:last-child {
    margin-bottom: 0;
}
.f_text_prise ul li svg {
    width: 42px;
    height: 42px;
    margin-right: 19px;
}
.f_text_prise ul li div {
    text-align: left;
}
.f_text_prise ul li div b {
    font-weight: 300;
    font-size: 18.29px;
    line-height: 1;
    color: #000;
    margin-bottom: 8px;
    text-transform: none;
}
.f_text_prise ul li div p {
    font-weight: 700;
    font-size: 18.29px;
    line-height: 1;
    color: #4CA2D4;
    text-transform: none;
}
.f_text_content {
    margin-left: 100px;
    width: 100%;
    padding-top: 13px;
}
.f_text_content h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
    color: #3388B9;
    margin-bottom: 14px;
}
.f_text_content p {
    font-style: 400;
    font-weight: 300;
    font-size: 18.29px;
    line-height: 1.5;
    color: #525050;
}
.f_text_block span{
    display: block;
    overflow: hidden;
}
.f_text_block a{
    color: rgba(var(--d-color_g), 1);
}
.f_text_block a:focus, .f_text_block a:hover{
    color: rgba(var(--d-color_g), 1);
}
.f_text_content_btn_box {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 10px;
}
.f_btn_cta {
    position: relative;
    width: 189px;
    height: 51px;
}
.f_btn_cta span {
    text-transform: none;
}
.f_btn_next {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 258px;
    height: 51px;
}
.f_btn_next span {
    text-transform: none;
}
.f_btn_next img {
    width: 50px;
    margin-left: 8px;
    position: relative;
    z-index: 3;
}
#garant {
    padding-top: 117px;
    padding-bottom: 117px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#garant:after {
	background: linear-gradient(90.8deg, rgba(255, 255, 255, 0.91) 31.91%, rgba(255, 255, 255, 0) 70.32%);
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.garant_bg_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.garant_bg_septik {
    width: auto;
    height: 100%}
.garant_bg_stroitel {
    height: 95%;
    width: auto;
    left: 50%;
    bottom: 0;
    position: absolute;
}
.garant_box {
    z-index: 2;
    position: relative;
    width: 50%}
.garant_title {
    font-size: 30.59px;
    margin-bottom: 35px;
}
.garant_title strong  {
    
    color:  #3388B9;
    
}
.garant_subtitle {
    font-weight: 500;
    font-size: 29.83px;
    line-height: 1.3;
    color: #686868;
}
.garant_list {
    margin-top: 43px;
}
.garant_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 21px;
}
.garant_list li:last-child {
    margin-bottom: 0;
}
.garant_list li svg {
    width: 36px;
    height: 36px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 11px;
}
.garant_list li p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    color: #686868;
}
.garant_cta_box {
    margin-top: 24px;
}
.garant_cta_box h4 {
    font-weight: 700;
    font-size: 21.02px;
    line-height: 1.3;
    color: #000;
    text-transform: uppercase;
}
.garant_btn {
    width: 354px;
    height: 71px;
    position: relative;
    margin-top: 45px;
}
#d_servises {
	background: #fff !important;
    padding-top: 111px;
    padding-bottom: 121px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.d_servises_title {
    text-align: center;
    margin-bottom: 25px;
}
.d_servises_subtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
    width: 60%;
    margin: 0 auto;
    text-align: center;
    color: #898888;
}

.d_servises_box {
    margin-top: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap:  wrap;
    flex-wrap:  wrap;
}


.d_servises_item {
    width: 358px;
    
    margin-bottom:  30px;
    
    background-size:  cover;
    
    background-repeat:  no-repeat;
    
    background-position:  center center;
    
    border-radius: 19.93px;
    position: relative;
    padding: 31px 34px;
    overflow:  hidden;
    
    -webkit-box-shadow:  0px -3px 23px rgba(0,  0,  0,  0.25);
    
            box-shadow:  0px -3px 23px rgba(0,  0,  0,  0.25);
    
}

.d_servises_item_bg {
    
    background:  -o-linear-gradient(top,  #F4F4F4 28.13%,  rgba(196,  196,  196,  0) 100%);
    
    background:  -webkit-gradient(linear,  left top, left bottom,  color-stop(28.13%, #F4F4F4),  to(rgba(196,  196,  196,  0)));
    
    background:  linear-gradient(180deg,  #F4F4F4 28.13%,  rgba(196,  196,  196,  0) 100%);
    
    position:  absolute;
    
    top:  0;
    
    left:  0;
    
    width:  100%;
    
    height:  100%;
    
}
.d_servises_item h4 {
    font-weight: 500;
    font-size: 24.91px;
    line-height: 1.4;
    color: #232323;
    position: relative;
    z-index: 2;
    margin-bottom: 17px;
    min-height: 70px;
}
.d_servises_item h4 span {
    color: #3388B9;
}
.d_servises_item ul {
    position: relative;
    z-index: 2;
    height:  400px;
}
.d_servises_item ul li {
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 7px;
    position: relative;
}
.d_servises_item ul li:last-child {
    margin-bottom: 0;
}
.d_servises_item ul li:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: -o-linear-gradient(293.72deg, #d0e8ad 11.38%, #6ea51c 89.53%);
    background: linear-gradient(156.28deg, #d0e8ad 11.38%, #6ea51c 89.53%);
    margin-right: 7px;
    position: absolute;
    top: 6px;
    left: 0;
}
.d_servises_item ul li p {
    font-weight: 300;
    font-size: 14.94px;
    line-height: 1.3;
    color: #232323;
}
.d_servises_item button {
    width: 100%;
    height: 51px;
    position: relative;
    z-index: 2;
    background: 0 0;
}
.d_servises_item button span {
    font-weight: 700;
    font-size: 14px;
    color: #FFF;
}

#faq {
    padding-top: 117px;
    padding-bottom: 124px;
    position: relative;
}
.faq_bg_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.faq_bg_map_1 {
	bottom: 0;
	left: 0;
    position: absolute;
    /* top: -300px; */
    /* left: -400px; */
    /* width: 880px; */
    /* -webkit-transform: rotateZ(10deg); */
    /* -ms-transform: rotate(10deg); */
    /* transform: rotateZ(10deg); */
}
.faq_bg_map_2 {
    position: absolute;
    bottom: 0;
    right: -500px;
    width: 880px;
}
.faq_bg_img_1 {
    position: absolute;
	right: 0;
	width: 630px;
    /* top: -300px; */
    /* left: -150px; */
    /* width: 750px; */
}
.faq_bg_img_2 {
    position: absolute;
    top: 50px;
    right: -300px;
    width: 700px;
}
.faq_title {
    text-align: center;
    padding: 0 10%;
    position: relative;
    z-index: 5;
}
.faq_box {
    width: 65%;
    margin: 45px auto 0;
    position: relative;
    z-index: 5;
}
.faq_item {
    border-bottom: 1px solid #AAA;
}
.faq_item.a .faq_head svg {
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotate(90deg);
    transform: rotateZ(90deg);
}
.faq_head {
    padding: 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.faq_head h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    color: #232323;
    text-transform: uppercase;
    padding-right: 10px;
}
.faq_head svg {
    width: 39px;
    height: 39px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.faq_text {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    height: 0;
    overflow: hidden;
}
.faq_text p {
    padding-bottom: 23px;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.7;
    color: #898888;
}
.faq_btn_all {
    
    margin:  10px 0;
    
    margin-top:  50px;
    
    text-align:  center;
    
    cursor:  pointer;
    
    z-index:  22;
    
    position:  relative;
    
}
.faq_btn_all button {
    
    width:  170px;
    
    height:  40px;
    
    border:  2px solid #4CA2D4;
    
    -webkit-box-sizing:  border-box;
    
            box-sizing:  border-box;
    
    border-radius:  5px;
    
    background:  0 0;
    
    -webkit-transition:  .3s;
    
    -o-transition:  .3s;
    
    transition:  .3s;
    
}
.faq_btn_all button span {
    
    font-weight:  400;
    
    font-size:  20px;
    
    line-height:  1;
    
    color:  #4CA2D4;
    
}
.faq_btn_all button: hover {
    
    background:  #4CA2D4;
    
}
.faq_btn_all button: hover span {
    
    color:  #fff;
    
}
.faq_hidden {
    
    display:  none;
    
}
@media screen and (max-width:  500px) {
    
    .faq_btn_all span {
    
        font-size:  16px
    }
}
#comparison {
    padding: 110px 0;
}
.comparison_title {
    text-align: center;
    color: #232323;
}
.comparison_subtitle {
    margin-top: 25px;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    color: #898888;
}
.comparison_box {
    margin-top: 70px;
}
.com_table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 10px;
}
.com_col_head {
    height: 306px;
}
.com_head {
    width: 40%;
    background: #3388B9;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    color: #fff;
}
.com_col_main_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.com_col_main_head h4 {
    font-weight: 700;
    font-size: 25px;
}
.com_col_main_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 78px;
    padding: 0 10px;
}
.com_col_main_item p {
    font-weight: 400;
    font-size: 21px;
    line-height: 1;
    text-align: center;
}
.com_col_main_item.dark_blue {
    background: #2C79A6;
}
.com_col_slider {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 10px;
}
.com_col {
    width: calc(50%);
    border: 2px solid #E7F2FA;
    border-left: none;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.com_col:nth-child(1) {
    z-index: 3;
}
.com_col:nth-child(2) {
    z-index: 2;
}
.com_col:nth-child(3) {
    z-index: 1;
    border-radius: 0;
}
.com_col:hover {
    border: 2px solid #fff;
    border-left: none;
    -webkit-box-shadow: 11px 19px 50px -5px rgba(0, 0, 0, .15);
    box-shadow: 11px 19px 50px -5px rgba(0, 0, 0, .15);
}
.com_col:hover .blue {
    background: #fff;
}
.com_col:hover .com_col_item.prise p, .com_col:hover .com_col_item_head h4 {
    color: #3388B9;
}
.com_col:hover .com_col_btn_box {
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: 11px 19px 50px -5px rgba(0, 0, 0, .15);
    box-shadow: 11px 19px 50px -5px rgba(0, 0, 0, .15);
}
.com_col_item_head {
    text-align: center;
    padding-top: 35px;
    background: #fff;
    border-bottom: 2px solid #E7F2FA;
}
.com_col_item_head h4 {
    font-weight: 700;
    padding: 0 10px;
    font-size: 23.74px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.com_col_item_head img {
    max-width: 80%;
    max-height: 166px;
    margin-top: 15px;
    display: inline !important;
}
.com_col_item {
    border-bottom: 2px solid #E7F2FA;
    background: #fff;
    height: 78px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.com_col_item span.has{
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.com_col_item span.has svg{
    width: 22px;
    height: 22px;
    fill: transparent;
    stroke: #fff;
}
.com_col_item span.no-has{
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #555555 !important;
    position: relative;
}
.com_col_item span.no-has svg{
    display: none;
}
.com_col_item span.no-has:before{
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -1px;
    -webkit-transform: rotateZ(45deg);
        -ms-transform: rotate(45deg);
            transform: rotateZ(45deg);
}
.com_col_item span.no-has:after{
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -1px;
    -webkit-transform: rotateZ(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotateZ(-45deg);
}
.com_col_item:last-child {
    border-bottom: none;
    height: 76px;
}
.com_col_item.blue {
    background: #F7FCFF;
}
.com_col_item.bold p {
    font-weight: 700;
}
.com_col_item.prise p {
    color: #232323;
}
.com_col_item.uppercase p {
    text-transform: uppercase;
}
.com_col_btn_box {
    position: absolute;
    top: 100%;
    margin-top: -2px;
    left: 0;
    width: calc(100.7%);
    height: 113px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 0 0 10px 10px;
    border: 2px solid #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}
.com_col_btn_box button {
    position: relative;
    width: 236px;
    height: 40px;
}
.com_col_btn_box button span {
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: #FFF;
    text-transform: none;
}
.com_arrow_box {
    width: 25%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: none;
}
.com_arrow {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 49%;
    height: 55px;
    cursor: pointer;
}
.com_arrow.com_arrow_next {
    margin-left: 2%}
.com_arrow.com_arrow_next svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
}
.com_arrow svg {
    width: 26px;
    height: 16px;
    fill: #fff;
    position: relative;
    z-index: 4;
}
.com_arrow:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -o-linear-gradient(293.72deg, #d0e8ad 11.38%, #6ea51c 89.53%);
    background: linear-gradient(156.28deg, #d0e8ad 11.38%, #6ea51c 89.53%);
    border-radius: 6.13px;
    z-index: 1;
}
.com_arrow:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 3px;
    left: 0;
    background: #82AD35;
    border-radius: 6.13px;
    z-index: 0;
}
.com_arrow:hover:before {
    background: -o-linear-gradient(293.72deg, #d0e8ad 21.38%, #6ea51c 79.53%);
    background: linear-gradient(156.28deg, #d0e8ad 21.38%, #6ea51c 79.53%);
}
.goods_box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: #fff;
    z-index: 5550;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.goods_box.a {
    visibility: visible;
    opacity: 1;
}
.good_close {
    position: absolute;
    top: 50px;
    right: 50px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.good_close span {
    position: absolute;
    top: 50%;
    height: 1px;
    width: 30px;
    background: #3388b9;
    display: block;
}
.good_close span:nth-child(1) {
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
}
.good_close span:nth-child(2) {
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotateZ(-45deg);
}
.good {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 100px;
}
.good_content {
    width: 60%}
.good_content h3 {
    font-size: 45px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.good_content h3 b {
    font-weight: 700;
}
.good_content .good_img_twenty {
    display: none;
}
.good_content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.good_content ul li {
    width: 49%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 10px;
}
.good_content ul li:nth-child(1) {
    width: 43%;
    margin-right: 3%}
.good_content ul li:nth-child(3) {
    width: 43%;
    margin-right: 3%}
.good_content ul li:nth-child(5) {
    width: 43%;
    margin-right: 3%}
.good_content ul li:nth-child(7) {
    width: 43%;
    margin-right: 3%}
.good_content ul li:nth-child(9) {
    width: 43%;
    margin-right: 3%}
.good_content ul li:nth-child(11) {
    width: 43%;
    margin-right: 3%}
.good_content ul li:nth-child(13) {
    width: 43%;
    margin-right: 3%}
.good_content ul li:nth-child(15) {
    width: 43%;
    margin-right: 3%}
.good_content ul li:nth-child(17) {
    width: 43%;
    margin-right: 3%}
.good_content ul li:nth-child(19) {
    width: 43%;
    margin-right: 3%}
.good_content ul li:nth-child(21) {
    width: 43%;
    margin-right: 3%}
.good_content ul li:nth-child(23) {
    width: 43%;
    margin-right: 3%}
.good_content ul li:nth-child(24) {
    width: 43%;
    margin-right: 3%}
.good_content ul li:nth-child(25) {
    width: 43%;
    margin-right: 3%}
.good_content ul li:nth-child(27) {
    width: 43%;
    margin-right: 3%}
.good_content ul li p, .good_content ul li span {
    color: #aaa;
    font-size: 16px;
    font-weight: 400;
}
.good_content ul li b {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
.good_garant_box {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.good_garant {
    width: auto;
    margin-right: 15px;
    margin-bottom: 15px;
    background: #F9F9F9;
    border: .98px solid #DFDFDF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4.88px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 10px;
}
.good_garant img {
    height: 31px;
    margin-right: 12px;
}
.good_garant b {
    margin-right: 7px;
    font-weight: 400;
    font-size: 14.65px;
    line-height: 1;
    color: #232323;
    text-transform: uppercase;
}
.good_garant p {
    line-height: 1;
    font-weight: 400;
    font-size: 14.65px;
    color: #898888;
    text-transform: uppercase;
    margin-top: 0;
}
.good_prise_box {
    margin-top: 40px;
}
.good_prise_box b {
    font-size: 42px;
    font-weight: 700;
    color: #232323;
}
.good_btn_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 20px;
}
.good_btn_box button {
    width: 240px;
    height: 47px;
}
.good_btn_box button img {
    z-index: 3;
    position: relative;
    width: 20px;
    margin-right: 6px;
}
.good_btn_box button span {
    font-size: 14px;
    text-transform: none;
}
.good_btn_more {
    margin-right: 20px;
}
.good_img_box {
    width: 40%}
.good_img_twenty .twentytwenty-handle {
    width: 8px;
    height: 60px;
    border-radius: 0;
    background: #3388b9;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: -3px;
}
.good_img_twenty .twentytwenty-handle .twentytwenty-left-arrow {
    border-right: 6px solid #3388b9;
    margin-left: -22px;
}
.good_img_twenty .twentytwenty-handle .twentytwenty-right-arrow {
    border-left: 6px solid #3388b9;
    margin-right: -22px;
}
.good_img_twenty .twentytwenty-handle:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #3388b9;
    bottom: 0;
}
.good_img_twenty .twentytwenty-handle:after {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #3388b9;
    top: 0;
}
.good_video_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 60px;
    padding-bottom: 100px;
}
.good_video {
    width: 30%}
.good_video iframe {
    width: 100%;
    height: 200px;
}
.good_video h4 {
    margin-top: 15px;
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
    text-align: center;
}