/* font-family: 'TT Firs Neue', serif; */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');
/* font-family: 'Montserrat', sans-serif; */

.sidebar_block{
   width: 358px;
}
.product_page .information{
   width: calc(100% - 358px);
   padding-right: 40px;
}
.sidebar_block .options_block{
   margin: 0 0 0;
}
.sidebar_block .options_block h2{
   margin: 0 0 32px;
   font-weight: 700;
   font-size: 26px;
   line-height: 1;
   font-family: 'Montserrat', sans-serif;
}
html body .sidebar_block .options_block .h2{
   margin: 0 0 32px;
   max-width: 100%;
   font-weight: 700;
   font-size: 26px;
   line-height: 1;
   font-family: 'Montserrat', sans-serif;
   letter-spacing: -0.005em;
}
.options_list{
   margin: 0 0 32px;
}
.options_list li{
   display: flex;
   align-items: center;
   margin: 0 0 16px;
   overflow: hidden;
   position: relative;
   padding-left: 40px;
   height: 24px;
   font-family: 'Montserrat', sans-serif;
   z-index: 0;
}
.options_list .icon{
   display: block;
   width: 24px;
   height: 24px;
   position: absolute;
   left: 0;
   top: 50%;
   transform: translateY(-50%);
}
.options_list strong{
   display: block;
   background: #fff;
   margin-right: auto;
   padding: 0 21px 0 0;
   font-weight: 600;
   font-size: 16px;
   line-height: 20px;
   position: relative;
}
.options_list strong:after{
   position: absolute;
   content: '';
   width: 100vw;
   height: 1px;
   bottom: 2px;
   left: 100%;
   background: rgba(39, 95, 108, 0.15);
   z-index: -1;
}
.options_list span{
   display: block;
   background: #fff;
   padding: 0 0 0 18px;
   font-weight: 400;
   font-size: 16px;
   line-height: 20px;
}
.form_option{
   margin: 0 0 0;
}
.form_option .form_row{
   margin: 0 0 29px;
}
.form_option .title_form{
   display: block;
   margin: 0 0 16px;
   font-family: 'Montserrat', sans-serif;
   font-weight: 700;
   font-size: 20px;
   line-height: 1;
}
.form_option .list_radio{
   margin: 0 -2px 0 -3px;
   display: flex;
   flex-wrap: wrap;
}
.form_option .list_radio li{
   width: 50%;
   padding: 0 2px 0 3px;
   margin: 0 0 5px;
   position: relative;
}
.form_option .list_radio .radio{
   position: absolute;
   margin: 0;
   opacity: 0;
   z-index: -1;
}
.form_option .list_radio a {
   display: flex;
   width: 100%;
   height: 35px;
   border-radius: 5px;
   padding: 5px 10px;
   align-items: center;
   background: #EEF6DC;
   font-family: 'Montserrat', sans-serif;
   cursor: pointer;
   transition: all ease 0.3s;
}
.form_option .list_radio a strong{
   display: block;
   margin-right: auto;
   font-weight: 600;
   font-size: 14px;
   line-height: 15px;
   color: #000;
   font-family: 'Montserrat', sans-serif;
}
.form_option .list_radio a span{
   display: block;
   font-weight: 400;
   font-size: 12px;
   line-height: 15px;
   color: #000;
}
.form_option .list_radio a:hover,
.form_option .list_radio .radio:checked + label{
   background: rgba(133, 184, 35, 0.7);
}
.form_option .list_radio a:hover strong,
.form_option .list_radio a:hover span{
   color: #fff;
}
.form_row-inner{
   display: flex;
   align-items: center;
}
.form_row-inner .title_form{
   margin-right: auto;
   margin-bottom: 0;
}
.form_option .terms{
   display: block;
   font-weight: 600;
   font-size: 16px;
   line-height: 20px;
   color: #85B823;
   font-family: 'Montserrat', sans-serif;
}
.form_option .check_list li{
   position: relative;
   margin: 0 0 7px;
}
.form_option .check_list .checkbox{
   position: absolute;
   margin: 0;
   opacity: 0;
   z-index: -1;
}
.form_option .check_list .checkbox + label{
   position: relative;
   display: block;
   padding-left: 40px;
   overflow: hidden;
   cursor: pointer;
}
.form_option .check_list .checkbox + label:before{
   position: absolute;
   content: '';
   top: 0;
   left: 4px;
   width: 16px;
   height: 16px;
   box-sizing: border-box;
   border: 1px solid #000;
   transition: all ease 0.3s;
}
.form_option .check_list .checkbox + label:after{
   position: absolute;
   content: '';
   top: 4px;
   left: 10px;
   width: 3px;
   height: 6px;
   border-bottom: 1px solid #85B823;
   border-right: 1px solid #85B823;
   transform: rotate(45deg);
   opacity: 0;
   /* transition: all ease 0.3s; */
}
.form_option .check_list .checkbox + label span{
   display: inline-block;
   vertical-align: top;
   background: #fff;
   padding-right: 16px;
   position: relative;
   font-weight: 600;
   font-size: 14px;
   line-height: 17px;
   font-family: 'Montserrat', sans-serif;
   transition: all ease 0.3s;
}
.form_option .check_list .checkbox + label span:after{
   position: absolute;
   content: '';
   bottom: 0;
   left: 100%;
   width: 100vw;
   height: 1px;
   background: rgba(39, 95, 108, 0.15);
   transition: all ease 0.3s;
}
.form_option .check_list .checkbox:checked + label:before,
.form_option .check_list .checkbox + label:hover:before{
   border-color: #85B823;
}
.form_option .check_list .checkbox:checked + label:after{
   opacity: 1;
}
.form_option .check_list .checkbox:checked + label span,
.form_option .check_list .checkbox + label:hover span{
   color: #85B823;
}
.form_option .check_list .checkbox:checked + label span:after,
.form_option .check_list .checkbox + label:hover span:after{
   background: #85B823;
}
.form_option .form_price{
   margin: -4px 0 14px;
}
.form_option .form_price .old_price{
   display: inline-block;
   vertical-align: top;
   margin: 0 0 0;
   font-weight: 400;
   font-size: 14px;
   line-height: 1;
   text-decoration-line: line-through;
   color: #999;
   font-family: 'Montserrat', sans-serif;
}
.form_option .form_price .price{
   display: block;
   font-weight: 700;
   font-size: 20px;
   line-height: 1;
   font-family: 'Montserrat', sans-serif;
}
.sidebar_block .options_block .form_option .btn{
   border-radius: 5px;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 100%;
   height: 48px;
   font-weight: 600;
   font-size: 16px;
   padding: 5px 10px;
   line-height: 1;
   font-family: 'Montserrat', sans-serif;
}
.product_page .product .slideshow .slides{
   height: 529px;
}
.product .slideshow .slides .slide{
   border-radius: 5px;
}
.pagination_wrap{
   padding: 0;
}
.product_page .product .pagination .pagination-slide{
   width: 187px;
   flex: 0 0 187px;
   margin: 0 8px 0 0;
   height: 120px;
   overflow: hidden;
   border-radius: 5px;
}
.product_page .product .pagination .pagination-slide .inner_slide{
   height: 100%;
   display: block;
}
.product_page .product .pagination .pagination-slide .inner_slide:before{
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   background: linear-gradient(180deg, rgba(0, 97, 110, 0) 0%, #00616E 100%),
               linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
   opacity: 0;
   transition: all ease 0.3s;
   padding: 0;
   z-index: 1;
}
.product_page .product .pagination .pagination-slide .plus{
   width: 64px;
   height: 64px;
   background: url("/local/templates/bania.3.0/img_new/nu_icon-4.svg") no-repeat;
   background-size: 100%;
   box-shadow: none;
   z-index: 2;
}
.product_page .product .pagination .pagination-slide .plus:after,
.product_page .product .pagination .pagination-slide .plus:before{
   display: none;
}
.product_page .product .pagination .pagination-slide .inner_slide:hover{
   box-shadow: none;
}
.product_page .product .pagination .pagination-slide .inner_slide:hover:before{
   opacity: 1;
}
.product_page .product{
   margin: 0;
}
.product_page .product .slideshow{
   margin: 0 0 12px !important;
}
.credit_block_nw{
   margin: 0 0 64px;
   display: flex;
   flex-wrap: wrap;
}
.credit_block_nw .credit_box{
   width: 373px;
   border-radius: 5px 0 0 5px;
   background: #F0F4F5;
   border: 1px solid #F0F4F5;
   padding: 48px 40px;
   display: flex;
   flex-direction: column;
   justify-content: center;
}
.credit_box .credit_title{
   display: block;
   margin: 0 0 33px;
   font-weight: 600;
   font-size: 20px;
   line-height: 1;
   font-family: 'Montserrat', sans-serif;
}
.credit_box .logo_list{
   display: flex;
   align-items: center;
   margin: 0 -12px;
}
.credit_box .logo_list li{
   width: 100%;
   margin: 0 12px;
}
.credit_box .logo_list li img{
   max-width: none;
}
.credit_block_nw .credit_form{
   padding: 47px 38px;
   border: 3px solid #F2F7F7;
   border-radius: 0 5px 5px 0;
   width: calc(100% - 373px);
   font-family: 'Montserrat', sans-serif;
}
.credit_block_nw .credit_form .form_title{
   display: block;
   margin: 0 0 24px;
   font-weight: 600;
   font-size: 26px;
   line-height: 1;
   font-family: 'Montserrat', sans-serif;
}
.credit_block_nw .credit_form p{
   margin: 0 0 24px;
   font-weight: 400;
   font-size: 16px;
   line-height: 1.6;
   color: #333;
}
.credit_block_nw .credit_form .form_row{
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   margin: 0 0 19px;
}
.credit_block_nw .credit_form .form_row .sbmt{
   width: 168px;
}
.credit_block_nw .credit_form .form_row .btn{
   border: none;
   height: 50px;
   font-weight: 600;
   font-size: 18px;
   line-height: 1;
   font-family: 'Montserrat', sans-serif;
   padding: 0;
   background: #275F6C;
   transition: all ease 0.3s;
}
.credit_block_nw .credit_form .form_row .btn:hover{
   background: #85B823;
}
.credit_block_nw .credit_form .form_row .inpt{
   width: calc(100% - 168px);
   padding-right: 16px;
}
.credit_block_nw .credit_form .form_row input[type="text"]{
   display: block;
   width: 100%;
   padding: 5px 32px;
   border: 1px solid #275F6C;
   border-radius: 5px;
   height: 50px;
   font-weight: 400;
   font-size: 14px;
   line-height: 17px;
   font-family: 'Montserrat', sans-serif;
}
.credit_block_nw .credit_form .form_row input[type="text"]::placeholder{
   color: #999;
}
.credit_block_nw .credit_form .chbx,
.change_form .chbx{
   position: relative;
}
.credit_block_nw .credit_form .chbx .checkbox,
.change_form .chbx .checkbox{
   position: absolute;
   margin: 0;
   opacity: 0;
   z-index: -1;
}
.credit_block_nw .credit_form .chbx .checkbox + label,
.change_form .chbx .checkbox + label{
   display: block;
   position: relative;
   font-weight: 600;
   font-size: 14px;
   line-height: 17px;
   text-decoration: underline;
   color: #275F6C;
   font-family: 'Montserrat', sans-serif;
   padding-left: 40px;
   cursor: pointer;
}
.credit_block_nw .credit_form .chbx .checkbox + label:before,
.change_form .chbx .checkbox + label:before{
   position: absolute;
   content: '';
   top: 0;
   left: 0;
   left: 4px;
   width: 16px;
   height: 16px;
   box-sizing: border-box;
   border: 1px solid #275F6C;
}
.credit_block_nw .credit_form .chbx .checkbox + label:after,
.change_form .chbx .checkbox + label:after{
   position: absolute;
   content: '';
   top: 4px;
   left: 10px;
   width: 3px;
   height: 6px;
   border-bottom: 1px solid #275F6C;
   border-right: 1px solid #275F6C;
   transform: rotate(45deg);
   opacity: 0;
}
.credit_block_nw .credit_form .chbx .checkbox:checked + label:after,
.change_form .chbx .checkbox:checked + label:after{
   opacity: 1;
}
.plans_block_nu{
   margin: 0 0 0;
}
.plans_box .tab-control{
   margin: 0 0 24px;
   display: flex;
   align-items: center;
}
.plans_box .tab-control li{
   margin-right: 8px;
}
.plans_box .tab-control a{
   display: block;
   align-items: center;
   padding: 16px;
   background: #EEF6DC;
   border-radius: 5px;
   font-weight: 600;
   font-size: 18px;
   line-height: 1;
   font-family: 'Montserrat', sans-serif;
   text-transform: none;
}
.plans_box .tab-control .active a,
.plans_box .tab-control a:hover{
   color: #fff;
   background: rgba(133, 184, 35, 0.7);
}
.plans_slider .slick-list{
   margin-right: -24px;
}
.plans_slider .item_slide{
   margin-right: 24px;
}
.plans_slider img{
   max-width: none;
   width: 100%;
}
.small_arrow .slick-prev,
.small_arrow .slick-next{
   width: 32px;
   height: 32px;
   border-radius: 50%;
   background: #fff;
   border: 1px solid #EEE;
   box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05);
   transition: all ease 0.3s;
   z-index: 2;
}
.small_arrow .slick-prev{
   left: -16px;
}
.small_arrow .slick-next{
   right: -16px;
}
.small_arrow .slick-prev:after,
.small_arrow .slick-next:after{
   position: absolute;
   content: '';
   top: 50%;
   left: 50%;
   border-top: 2px solid #000;
   border-left: 2px solid #000;
   width: 8px;
   height: 8px;
   transition: all ease 0.3s;
}
.small_arrow .slick-prev:after{
   transform: rotate(-45deg);
   margin: -5px 0 0 -3px;
}
.small_arrow .slick-next:after{
   transform: rotate(135deg);
   margin: -5px 0 0 -6px;
}
.small_arrow .slick-prev:before,
.small_arrow .slick-next:before{
   display: none;
}
.small_arrow .slick-prev:hover,
.small_arrow .slick-next:hover{
   background: #85B823;
   border: 1px solid #85B823;
   box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05);
}
.small_arrow .slick-prev:hover:after,
.small_arrow .slick-next:hover:after{
   border-color: #fff;
}
.small_arrow .slick-disabled{
   display: block !important;
}
.change_block{
   padding-top: 81px;
   margin: 0 0 80px;
}
.change_block .inner_block{
   position: relative;
   z-index: 0;
}
.change_block .inner_block:after{
   position: absolute;
   content: '';
   bottom: 0;
   top: 0;
   left: 50%;
   transform: translateX(-50%);
   width: 100vw;
   z-index: -1;
   background: #F2F7F7;
}
.change_block .change_box{
   max-width: 812px;
   padding: 64px 0;
   font-family: 'Montserrat', sans-serif;
   position: relative;
   z-index: 0;
}
.change_block .change_box .title_change{
   display: block;
   margin: 0 0 24px;
   font-weight: 700;
   font-size: 34px;
   line-height: 1.2;
   font-family: 'Montserrat', sans-serif;
}
.change_block .change_box p{
   margin: 0 0 24px;
   font-weight: 400;
   font-size: 18px;
   line-height: 1.6;
}
.change_block .change_box .btn{
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: center;
   width: 281px;
   height: 50px;
   background: #275F6C;
   border-radius: 5px;
   transition: all ease 0.3s;
   font-weight: 600;
   font-size: 18px;
   line-height: 1;
   color: #fff;
   font-family: 'Montserrat', sans-serif;
   padding: 0;
   border: none;
}
.change_block .change_box .btn:hover{
   background: #85B823;
}
.change_block .change_img{
   position: absolute;
   bottom: 0;
   /* right: 0; */
   left: 100%;
   z-index: -1;
   margin-left: -130px;
   width: 487px;
   text-align: right;
}
.text_block_nu{
   /* margin: 0 0 80px; */
   font-family: 'Montserrat', sans-serif;
}
.text_block_nu .text_head{
   display: flex;
   align-items: flex-end;
   margin: 0 0 30px;
}
.title_nu{
   display: block;
   margin-right: 24px;
   font-weight: 700;
   font-size: 34px;
   line-height: 1;
   margin-bottom: 10px;
   font-family: 'Montserrat', sans-serif;
}
.subtitle_nu{
   display: block;
   margin-bottom: 15px;
   font-weight: 600;
   font-size: 26px;
   line-height: 1;
   color: #85B823;
}
.text_block_nu p{
   margin: 0 0 24px;
   font-weight: 400;
   font-size: 18px;
   line-height: 1.6;
}
.text_block_nu p strong{
   font-family: 'Montserrat', sans-serif;
   font-weight: 700;
}
.text_block_nu .sub_text{
   display: flex;
   flex-wrap: wrap;
   padding: 15px 40px;
   background: #F2F7F7;
   align-items: center;
   height: 109px;
   margin-bottom: 40px;
   margin-top: 41px;
}
.text_block_nu .sub_text p{
   margin: 0;
}
.change_block.green{
   padding-top: 58px;
}
.change_block.green .inner_block:after{
   background: #EEF6DC;
}
.change_block.green .change_box{
   padding: 57px 0 66px;
}
.change_block.green .title_change{
   margin-top: -4px;
}
.change_block.green .title_change span{
   color: #85B823;
}
.change_form{
   max-width: 773px;
   margin-top: 40px;
}
.change_form .form_row{
   display: flex;
   align-items: center;
   margin: 0 -8px;
}
.change_form .form_row .inpt,
.change_form .form_row .sbmt{
   margin: 0 8px 18px;
}
.change_form .form_row .inpt{
   width: 220px;
}
.change_form .form_row .sbmt{
   width: 300px;
}
.change_form input[type="text"]{
   display: block;
   width: 100%;
   height: 50px;
   border: 1px solid #85B823;
   border-radius: 5px;
   font-weight: 400;
   font-size: 14px;
   line-height: 17px;
   font-family: 'Montserrat', sans-serif;
   padding: 5px 32px;
}
.change_form input[type="text"]::placeholder{
   color: #999;
}
.change_block .change_form .btn{
   width: 100%;
   background: #85B823;
}
.change_form .chbx .checkbox + label{
   color: #85B823;
}
.change_form .chbx .checkbox + label:before,
.change_form .chbx .checkbox + label:after{
   border-color: #85B823;
}
.info_nu{
   margin: 85px 0 55px;
}
.info_nu .title_nu{
   margin: 0 0 42px;
}
.info_nu .info-list li{
   position: relative;
}
.info_nu .info-list li:after{
   position: absolute;
   content: '';
   right: 0;
   top: 0;
   bottom: 0;
   width: 1px;
   background: rgba(39, 95, 108, 0.15);
}
.info_nu .info-list li:last-child:after{
   display: none;
}
.info_nu .info-list li .visual{
   width: 104px;
   height: 104px;
   margin: 0 auto 31px;
}
.info_nu .info-list li .num{
   margin: 0 0 10px;
}
.info_nu .info-list li p{
   font-weight: 400;
   font-size: 16px;
   line-height: 1.6;
   color: #333;
   font-family: 'Montserrat', sans-serif;
   padding: 0 10px;
}
.info_nu .info-list.change li{
   width: 33.3%;
}
.else_block{
   margin: 0 0 -14px;
}
.else_block .title_nu{
   margin: 0 0 27px;
}
.else_list{
   display: flex;
   align-items: center;
   margin: 0 -12px;
}
.else_list li{
   margin: 0 12px 12px;
   /* flex: 1 0 auto; */
}
.else_list a{
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: center;
   width: 100%;
   height: 72px;
   padding: 10px 20px;
   background: #EEF6DC;
   border-radius: 5px;
   transition: all ease 0.3s;
   text-decoration: none;
}
.else_list a:hover{
   background: rgba(133, 184, 35, 0.7);
}
.else_list .icon{
   display: block;
   width: 40px;
}
.else_list a:hover .icon svg path{
   fill: #fff;
}
.else_list span{
   display: block;
   font-weight: 600;
   font-size: 18px;
   line-height: 1;
   color: #000;
   width: calc(100% - 40px);
   padding-left: 16px;
   font-family: 'Montserrat', sans-serif;
}
.else_list a:hover span{
   color: #fff;
}
.video_block_nu{
   margin: -16px 0 84px;
}
.video_block_nu .title_nu{
   margin: 0 0 43px;
}
.video_block_nu .video{
   overflow: hidden;
   position: relative;
   border-radius: 5px;
}
.video_block_nu .video img{
   max-width: none;
}
.video_block_nu .video .play{
   position: absolute;
   display: block;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   border-radius: 50%;
   width: 104px;
   height: 104px;
   background: #fff;
}
.video_block_nu .video .play:after{
   position: absolute;
   content: '';
   top: 50%;
   left: 50%;
   transform: translate(-31%, -50%);
   border-left: 38px solid #85B823;
   border-top: 20px solid transparent;
   border-bottom: 20px solid transparent;
   display: block;
   margin: 0;
   background: none;
   width: auto;
   height: auto;
}
.explanation_block{
   margin: 0 0 60px;
}
.explanation_block .title_nu{
   margin: 0 0 43px;
}
.explanation_box{
   display: flex;
   flex-wrap: wrap;
   margin: 0 0 70px;
}
.explanation_box .stage_list{
   width: 358px;
}
.explanation_box .stage_list li{
   margin: 0 0 0;
   border-bottom: 1px solid rgba(39, 95, 108, 0.15);
   position: relative;
   padding-bottom: 23px;
   margin-bottom: 24px;
   padding-left: 64px;
}
.explanation_box .stage_list li:last-child{
   border: none;
   padding-bottom: 0;
   margin: 0;
}
.explanation_box .stage_list .num{
   position: absolute;
   display: block;
   top: -7px;
   left: 0;
   font-weight: 400;
   font-size: 64px;
   line-height: 1;
   color: #DDDDDD;
   font-family: 'Montserrat', sans-serif;
   font-style: normal;
}
.explanation_box .stage_list strong{
   margin: 0 0 16px;
   display: block;
   font-weight: 700;
   font-size: 20px;
   line-height: 1;
   font-family: 'Montserrat', sans-serif;
}
.explanation_box .stage_list span{
   display: block;
   font-weight: 400;
   font-size: 14px;
   line-height: 1;
   font-family: 'Montserrat', sans-serif;
   color: #666;
}
.explanation_box .stage_view{
   width: calc(100% - 358px);
   padding-left: 40px;
}
.explanation_box .stage_view .stage_view_img{
   border-radius: 5px;
   background: #D9D9D9;
   height: 100%;
}
.quality_box .title{
   margin: 0 0 32px;
   display: block;
   font-weight: 600;
   font-size: 26px;
   line-height: 1;
   font-family: 'Montserrat', sans-serif;
}
.quality_list{
   display: flex;
   flex-wrap: wrap;
   margin: 0 -12px;
}
.quality_list li{
   margin: 0 0 24px;
   padding: 0 12px;
   width: 25%;
}
.quality_list .inner_list{
   height: 100%;
   width: 100%;
}
.quality_list .inner_list .img_box{
   overflow: hidden;
   border-radius: 5px;
   background: #D9D9D9;
   height: 180px;
}
.quality_list .inner_list .dscr_list{
   border: 3px solid #F2F7F7;
   border-radius: 0 0 5px 5px;
   border-top: none;
   padding: 32px 29px 25px;
   height: calc(100% - 180px);
}
.quality_list .inner_list .dscr_list .title_list{
   margin: 0 0 17px;
   display: block;
   font-weight: 700;
   font-size: 20px;
   line-height: 1;
   font-family: 'Montserrat', sans-serif;
}
.quality_list .inner_list .dscr_list p{
   margin: 0;
   font-weight: 400;
   font-size: 14px;
   line-height: 1.6;
   color: #666;
   font-family: 'Montserrat', sans-serif;
}
.price_block_nu{
   margin: 0 0 84px;
}
.price_block_nu .title_nu{
   margin: 0 0 42px;
}
.price_block_nu .price_list{
   display: flex;
   flex-wrap: wrap;
   margin: 0 -12px;
}
.price_block_nu .price_list li{
   width: 20%;
   padding: 0 12px;
   margin: 0 0 17px;
}
.price_block_nu .price_list a{
   display: flex;
   flex-wrap: wrap;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   padding: 10px 15px;
   border-radius: 5px;
   background: #EEF6DC;
   height: 148px;
   transition: all ease 0.3s;
   text-decoration: none;
   text-transform: none;
}
.price_block_nu .price_list .icon{
   display: block;
   margin: 0 auto 16px;
   width: 48px;
   height: 48px;
}
.price_block_nu .price_list span{
   display: block;
   text-align: center;
   font-weight: 600;
   font-size: 18px;
   line-height: 1.2;
   font-family: 'Montserrat', sans-serif;
   transition: all ease 0.3s;
   color: #000;
}
.price_block_nu .price_list a:hover,
.price_block_nu .price_list .active a{
   background: rgba(133, 184, 35, 0.7);
}
.price_block_nu .price_list a:hover span,
.price_block_nu .price_list .active a span{
   color: #fff;
}
/* .price_block_nu .price_list a:hover svg, */
.price_block_nu .price_list a:hover svg path,
.price_block_nu .price_list .active a svg path{
   fill: #fff;
   stroke: #fff;
   fill-opacity: 0.3;
}
.price_block_nu .price_list a:hover svg rect,
.price_block_nu .price_list .active a svg rect{
   stroke: #fff;
}
.price_block_nu .price_dscr{
   font-weight: 400;
   font-size: 14px;
   line-height: 1.6;
   color: #666;
   padding: 0 0 0;
   font-family: 'Montserrat', sans-serif;
   padding: 21px 29px 20px;
   border: 3px solid #F2F7F7;
   border-radius: 5px;
   margin: 0 0 40px;
}
.accordion_green .expanded{
   display: none;
   font-weight: 400;
   font-size: 18px;
   line-height: 1.6;
   font-family: 'Montserrat', sans-serif;
   color: #333;
   padding: 32px 0 32px;
   border-bottom: 1px solid rgba(39, 95, 108, 0.15);
   margin: 0 0 40px;
}
.accordion_green .item{
   margin: 0 0 8px;
}
.accordion_green .heading{
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   padding: 14px 64px 14px 32px;
   height: 80px;
   background: #EEF6DC;
   border-radius: 5px;
   cursor: pointer;
   font-weight: 600;
   font-size: 18px;
   line-height: 1;
   color: #000;
   font-family: 'Montserrat', sans-serif;
   position: relative;
   transition: all ease 0.3s;
   margin: 0;
}
.accordion_green .heading:after{
   position: absolute;
   content: '';
   top: 25px;
   right: 40px;
   border-bottom: 2px solid #000;
   border-right: 2px solid #000;
   width: 14px;
   height: 14px;
   transform: rotate(45deg);
   transition: all ease 0.3s;
}
.accordion_green .item.active .heading{
   color: #fff;
   background: #85B823;
}
.accordion_green .item.active .heading:after{
   border-color: #fff;
   transform: rotate(225deg);
   top: 36px;
}
.similar_block{
   margin: 0 0 71px;
}
.similar_block .title_nu{
   margin: 0 0 43px;
}
.similar_slider .popular_item .detail-btn{
   z-index: 2;
   top: 50%;
   margin: 0;
   left: 50%;
   transform: translate(-50%, -50%);
}
.choice_block{
   margin: 0 0 77px;
}
.choice_block .title_nu{
   margin: 0 0 27px;
}
.choice_list{
   display: flex;
   flex-wrap: wrap;
   margin: 0 0 33px;
}
.choice_list li{
   margin-right: 8px;
   margin-bottom: 8px;
}
.choice_list a{
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   height: 50px;
   padding: 5px 16px;
   background: #EEF6DC;
   border-radius: 5px;
   font-weight: 600;
   font-size: 18px;
   line-height: 1;
   font-family: 'Montserrat', sans-serif;
   color: #000;
   transition: all ease 0.3s;
   text-decoration: none;
   text-transform: none;
}
.choice_list a:hover,
.choice_list .active a{
   color: #fff;
   background: rgba(133, 184, 35, 0.7);
}
.choice_slider{
   display: block;
   margin: 0;
}
.choice_slider .slick-list{
   margin-right: -24px;
}
.choice_slider .popular_item{
   width: auto;
   padding: 0;
   margin-right: 24px;
}
.choice_slider .img:before,
.popular_list .img:before{
   padding: 48% 0 0;
}
.choice_slider .btn.detail-btn{
   z-index: 2;
}
.fav{
   position: absolute;
   display: block;
   width: 40px;
   height: 40px;
   top: 16px;
   right: 16px;
   border-radius: 50%;
   transition: all ease 0.3s;
   background: url("/local/templates/bania.3.0/img_new/nu_icon_fav.svg") no-repeat;
   background-size: 100%;
   z-index: 3;
}
.fav:hover{
   background: url("/local/templates/bania.3.0/img_new/nu_icon_fav-hv.svg") no-repeat;
   background-size: 100%;
}
.gallery_block_nu{
   margin: 0 0 84px;
}
.gallery_block_nu .title_nu{
   margin: 0 0 42px;
}
.gallery_slider .slick-list{
   margin-right: -24px;
}
.gallery_slider .gallery-item{
   flex: none;
   padding: 0;
   margin-right: 24px;
}
.gallery_slider .visual{
   border-radius: 5px;
   height: 180px;
   width: 100%;
   overflow: hidden;
}
.gallery_slider .visual a,
.gallery_slider .visual span{
   display: block;
   width: 100%;
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: 50%;
}
.gallery_slider .visual:before{
   display: none;
}
.gallery_slider .text{
   border: 3px solid #F2F7F7;
   border-top: none;
   border-radius: 0 0 5px 5px;
   padding: 35px 29px 28px;
   margin: 0;
}
.gallery_slider .date_box{
   margin: 0 0 7px;
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: space-between;
}
.gallery_slider .date_box .date{
   color: #85B823;
   font-weight: 400;
   font-size: 14px;
   line-height: 1;
   font-family: 'Montserrat', sans-serif;
}
.gallery_slider .date_box .share{
   width: 35%;
}
.gallery_slider .date_box .share li span,
.gallery_slider .date_box .share li a{
   font-family: 'Montserrat', sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 1;
   color: #85B823;
}
.gallery_slider .date_box .share li span.view:after,
.gallery_slider .date_box .share li a.view:after{
   width: 20px;
   height: 20px;
   background: url("/local/templates/bania.3.0/img_new/nu_icon-16.svg") no-repeat;
   background-size: 100%;
   top: 50%;
   transform: translateY(-50%);
}
.gallery_slider .date_box .share li span.comment:after,
.gallery_slider .date_box .share li a.comment:after{
   width: 20px;
   height: 20px;
   background: url("/local/templates/bania.3.0/img_new/nu_icon-17.svg") no-repeat;
   background-size: 100%;
   top: 50%;
   transform: translateY(-50%);
}
.gallery_slider h4{
   margin: 0 0 16px;
   font-weight: 700;
   font-size: 20px;
   line-height: 1.4;
   font-family: 'Montserrat', sans-serif;
}
.gallery_slider p{
   font-weight: 400;
   font-size: 14px;
   line-height: 1.6;
   font-family: 'Montserrat', sans-serif;
   color: #666;
   margin: 0 0 32px;
}
.gallery_slider .btn{
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: center;
   font-weight: 600;
   font-size: 16px;
   line-height: 1;
   font-family: 'Montserrat', sans-serif;
   color: #fff;
   width: 162px;
   height: 48px;
   border-radius: 5px;
   background: #85B823;
   padding: 0;
}
.faq_block_nu{
   margin: 0 0 85px;
}
.faq_block_nu .title_nu{
   margin: 0 0 43px;
}
.reviews_block_nu{
   margin: 0 0 72px;
}
.reviews_block_nu .title_nu{
   margin: 0 0 44px;
}
.reviews_slider .slick-list{
   margin-right: -24px;
}
.reviews_slider .item_slide{
   margin-right: 24px;
   padding: 32px 32px 22px;
   background: #F2F7F7;
   border-radius: 5px;
}
.reviews_slider .review_name{
   margin: 0 0 11px;
   display: block;
   font-family: 'Montserrat', sans-serif;
   font-weight: 700;
   font-size: 20px;
   line-height: 1;
}
.reviews_slider .small_text{
   display: block;
   margin: 0 0 33px;
   font-family: 'Montserrat', sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 1;
   color: #666;
}
.reviews_slider .rating_box{
   display: flex;
   align-items: center;
   margin: 0 0 33px;
}
.reviews_slider .rating_box strong{
   display: block;
   margin-right: 18px;
   font-weight: 700;
   font-size: 16px;
   line-height: 1;
   font-family: 'Montserrat', sans-serif;
}
.reviews_slider .rating{
   display: flex;
   align-items: center;
}
.reviews_slider .rating li{
   margin-right: 3px;
}
.reviews_slider .rating span{
   display: block;
   width: 13px;
   height: 13px;
   background: url("/local/templates/bania.3.0/img_new/nu_star.svg") no-repeat;
   background-size: 100%;
}
.reviews_slider .rating .active span{
   background: url("/local/templates/bania.3.0/img_new/nu_star_ac.svg") no-repeat;
   background-size: 100%;
}
.reviews_slider p{
   margin: 0 0 22px;
   font-weight: 400;
   font-size: 16px;
   line-height: 1.6;
   color: #333;
}
.reviews_slider .hide_text{
   display: none;
}
.reviews_slider .more{
   display: inline-block;
   vertical-align: top;
   margin-top: 9px;
}
.reviews_slider .more span{
   display: inline-block;
   vertical-align: top;
   padding-right: 39px;
   position: relative;
   font-weight: 400;
   font-size: 14px;
   line-height: 1;
   font-family: 'Montserrat', sans-serif;
   color: #275F6C;
}
.reviews_slider .more span:after{
   position: absolute;
   content: '';
   top: 50%;
   transform: translateY(-50%);
   right: 0;
   width: 32px;
   height: 7px;
   background: url("/local/templates/bania.3.0/img_new/nu_arrow.svg") no-repeat;
   background-size: 100%;
}
.reviews_slider .more span.show{
   display: inline-block;
}
.reviews_slider .more span.hide{
   display: none;
}
.reviews_slider .more.change span.show{
   display: none;
}
.reviews_slider .more.change span.hide{
   display: inline-block;
}
.reviews_slider .slick-prev,
.reviews_slider .slick-next{
   top: 140px;
   transform: none;
}
.change_block.last{
   margin: 0;
}

@media screen and (max-width: 1200px){
   body.has-topbar div#wrapper{
      padding-top: 250px;
   }
}
@media screen and (max-width: 1170px){
   body.has-topbar div#wrapper{
      padding-top: 160px;
   }
   .quality_list .inner_list .dscr_list{
      padding: 32px 25px 25px;
   }
}
@media screen and (max-width: 1070px){
   .price_block_nu .price_list li{
      width: 33.3%;
      flex: 1 0 auto;
   }
}
@media screen and (max-width: 1000px){
   .change_block .change_img{
      margin-left: -270px;
   }
   .quality_list li{
      width: 50%;
   }
}
@media screen and (max-width: 960px){
   .product_page .sidebar_block,
   .product_page .information{
      width: 100%;
   }
   .product_page .information{
      padding: 0;
      margin-bottom: 0;
   }
   .sidebar_block .options_block{
      width: 100%;
      max-width: 100%;
   }
   .form_option .list_radio li{
      width: 25%;
   }
   .product_page .product .slideshow .slides{
      height: 460px;
   }
   .credit_block_nw .credit_box,
   .credit_block_nw .credit_form{
      width: 100%;
   }
   .credit_box .logo_list{
      text-align: center;
   }
   .else_list a{
      padding: 10px;
   }
}
@media screen and (max-width: 850px){
   .plans_block_nu{
      margin: 0 0 64px;
   }
   .change_block{
      padding: 0;
      margin: 0 0 64px;
   }
   .change_block .change_img{
      width: 375px;
      margin: 0;
      left: auto;
      right: 0;
   }
   .change_block .change_box .title_change,
   .change_block .change_box p,
   .change_form{
      width: 60%;
   }
   .change_block.green{
      padding: 0;
   }
   .change_form .form_row{
      flex-wrap: wrap;
   }
   .change_block .change_form .btn{
      max-width: 100%;
   }
   .change_form .form_row .inpt{
      width: calc(50% - 16px);
   }
   .change_form .form_row .sbmt{
      width: 100%;
   }
   .text_block_nu{
      margin: 0 0 64px;
   }
   .else_list{
      flex-wrap: wrap;
   }
   .else_list a{
      padding: 10px 20px;
   }
}
@media screen and (max-width: 768px){
   body.has-topbar div#wrapper{
      padding-top: 99px;
   }
   .form_option .list_radio li{
      width: 50%;
   }
   .sidebar_block .options_block .form_option .btn{
      max-width: 100%;
   }
   .product_page .product .slideshow .slides{
      height: 300px;
   }
   .product_page .product .pagination .pagination-slide{
      width: 109px;
      flex: 0 0 109px;
      height: 70px;
   }
   .product_page .product .pagination .pagination-slide .inner_slide:after{
      border: 4px solid #80c700;
   }
   .product_page .product .pagination .pagination-slide .plus{
      width: 40px;
      height: 40px;
      display: block;
   }
   .change_block .change_box .title_change,
   .change_block .change_box p,
   .change_block .change_box .btn{
      width: 100%;
   }
   .change_block .change_img{
      position: static;
      right: auto;
      bottom: auto;
      text-align: center;
      margin: 0 auto;
   }
   .change_block .change_box .btn{
      max-width: 100%;
   }
   .text_block_nu .text_head{
      flex-wrap: wrap;
   }
   .change_form{
      width: 100%;
      margin-top: 0;
   }
   .else_list li{
      flex: 1 0 auto;
   }
   .info_nu .info-list.change li{
      width: 50%;
   }
   .explanation_box{
      margin: 0 0 48px;
   }
   .explanation_box .stage_view{
      padding: 0;
      width: 100%;
      height: 350px;
   }
   .explanation_box .stage_list{
      width: 100%;
      margin: 0 0 30px;
   }
   .quality_box .title{
      font-size: 22px;
   }
   .change_block .change_img.hide_m{
      display: none;
   }

   .new_update .breadcrumbs{
      display: block;
      padding: 16px 0 0;
      margin: 0 0 32px;
      border: none;
   }
   .new_update .breadcrumbs .back{
      display: none;
   }
}
@media screen and (max-width: 565px){
   .credit_block_nw .credit_box{
      padding: 32px;
   }
   .credit_block_nw .credit_form{
      padding: 32px;
   }
   .credit_block_nw .credit_form .form_title{
      font-size: 22px;
   }
   .credit_block_nw .credit_form .form_row .inpt{
      width: 100%;
      margin: 0 0 8px;
      padding: 0;
   }
   .credit_block_nw .credit_form .form_row .sbmt,
   .change_form .form_row .inpt{
      width: 100%;
   }
   .plans_box .tab-control{
      margin: 0 0 16px;
   }
   .change_block{
      margin: 0 0 64px;
   }
   .change_block .change_box,
   .change_block.green .change_box{
      padding: 40px 0;
   }
   .change_block .change_box .title_change{
      font-size: 24px;
      margin: 0 0 16px;
   }
   .change_block .change_box p{
      font-size: 16px;
      margin: 0 0 16px;
   }
   .change_block .change_img{
      width: auto;
   }
   .title_nu{
      font-size: 26px;
      margin: 0 0 16px;
   }
   .subtitle_nu{
      font-size: 22px;
      margin: 0 0 2px;
   }
   .text_block_nu p{
      font-size: 16px;
   }
   .text_block_nu .sub_text{
      margin: 32px 0;
      height: auto;
      padding: 40px;
   }
   .change_block.green .change_img{
      max-width: 258px;
      margin: 0 auto;
   }
   .change_form .form_row .inpt{
      margin-bottom: 8px;
   }
   .change_block.green .change_box p{
      font-size: 14px;
   }
   .info_nu{
      margin: 64px 0 34px;
   }
   .else_list{
      margin: 0;
   }
   .else_list li{
      margin: 0 0 8px;
      flex: none;
      width: 100%;
   }
   .video_block_nu{
      margin: 0 0 64px;
   }
   .video_block_nu .title_nu{
      margin: 0 0 32px;
   }
   .video_block_nu .video .play{
      width: 80px;
      height: 80px;
   }
   .video_block_nu .video .play:after{
      border-left: 30px solid #85B823;
      border-top: 16px solid transparent;
      border-bottom: 16px solid transparent;
   }
   .explanation_block{
      margin: 0 0 48px;
   }
   .quality_list li{
      width: 100%;
      margin: 0 0 16px;
   }
   .price_block_nu .title_nu{
      margin: 0 0 32px;
   }
   .price_block_nu .price_list{
      margin: 0 -4px 8px;
   }
   .price_block_nu .price_list li{
      width: 50%;
      padding: 0 4px;
      margin: 0 0 8px;
   }
   .price_block_nu .price_list a{
      height: 144px;
   }
   .price_block_nu .price_list span{
      font-size: 16px;
   }
   .price_block_nu .price_dscr{
      margin: 0 0 32px;
   }
   .accordion_green .heading{
      padding: 24px 64px 24px 32px;
      height: auto;
      font-size: 16px;
   }
   .accordion_green .expanded{
      font-size: 16px;
      padding: 24px 0;
      margin: 0 0 32px;
   }
   .accordion_green .heading:after{
      top: 50%;
      margin-top: -12px;
   }
   .accordion_green .item.active .heading:after{
      top: 50%;
      margin-top: -6px;
   }
   .price_block_nu,
   .gallery_block_nu,
   .faq_block_nu,
   .reviews_block_nu{
      margin: 0 0 64px;
   }
   .similar_block .title_nu,
   .gallery_block_nu .title_nu,
   .faq_block_nu .title_nu,
   .reviews_block_nu .title_nu{
      margin: 0 0 32px;
   }
   .similar_block,
   .choice_block{
      margin: 0 0 52px;
   }
   .popular_list .img:before{
      height: 180px;
      padding: 0;
   }
   .choice_block .title_nu{
      margin: 0 0 24px;
   }
   .reviews_slider .small_text{
      line-height: 1.2;
   }
   .product_page .product .slideshow .slides{
      height: 220px;
      margin: 0 0 16px;
   }
}
@media screen and (max-width: 480px){
   .info_nu{
      margin-bottom: 64px;
   }
   .info_nu .title_nu{
      margin: 0 0 32px;
   }
   .info_nu .info-list{
      margin: 0;
   }
   .info_nu .info-list li{
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      border-bottom: 1px solid rgba(39, 95, 108, 0.15);
      padding: 0 0 20px;
      margin-bottom: 20px;
   }
   .info_nu .info-list li:after{
      display: none;
   }
   .info_nu .info-list li:last-child{
      border: none;
      padding: 0;
      margin: 0;
   }
   .info_nu .info-list li .visual{
      width: 80px;
      height: 80px;
      margin: 0;
   }
   .info_nu .info-list li .dscr{
      width: calc(100% - 80px);
      padding-left: 24px;
      text-align: left;
   }
   .info_nu .info-list li .num,
   .info_nu .info-list li p{
      text-align: left;
      padding: 0;
   }
   .info_nu .info-list li .num{
      margin: 0 0 8px;
   }
   .info_nu .info-list li p{
      font-size: 14px;
   }
   .info_nu .info-list.change li{
      width: 100%;
   }
}
@media screen and (max-width: 374px){
   .form_option .list_radio li{
      width: 100%;
   }
}
.form_option .list_radio li a { text-decoration: none; }

.plans_box .bx-img { display: block; width: 100%; height: 364px; background-repeat: no-repeat; background-position: center; background-size: cover; }

.credit_block_nw .credit_form .form_row input[type="text"].error { border-color: #ff0000; }

.video_block_nu .video-box { display: none; height: 600px; }
@media (max-width: 768px) {
   .video_block_nu .video-box { height: 300px; }
}

.gallery_block_nu h4 a { height: 84px; }
.gallery_block_nu .text p { height: 72px; margin: 0 0 46px; }


/* new style for update */
.change_block .change_img_2{
   position: absolute;
   top: 50%;
   transform: translateY(-47%);
   left: auto;
   margin: 0 -418px 0 0;
   right: 0;
   z-index: -1;
   width: 440px;
}
.change_block .change_img_2:after{
   position: absolute;
   content: '';
   top: 50%;
   left: 50%;
   transform: translate(-50%, -54%);
   border-radius: 50%;
   background: #85B725;
   width: 292px;
   height: 292px;
   z-index: -1;
}
.change_block .change_img_2 img{
   position: relative;
   z-index: 0;
}
/* end new style for update */

.whts_popup{
   width: 100%;
   max-width: 735px;
   background: url("../local/templates/bania.3.0/img_new/nu_img-6.jpg") no-repeat;
   background-size: 100%;
   display: none;
   min-height: 554px;
   overflow: visible;
   padding-left: 363px;
}
.whts_popup:before{
   display: none;
}
.whts_popup:after{
   position: absolute;
   content: '';
   bottom: -80px;
   left: -89px;
   width: 544px;
   height: 385px;
   background: url("../local/templates/bania.3.0/img_new/nu_img-7.png") no-repeat;
   background-size: 100%;
   z-index: 0;
   transform: none;
   top: auto;
}
.whts_popup.callback-box .fancybox-close-small{
   top: 16px;
   right: 15px;
}
.whts_popup.callback-box .fancybox-close-small:after{
   background: #fff;
}
.whts_popup .inner_popup{
   padding: 0 60px 0 63px;
   position: relative;
   z-index: 1;
}
.whts_popup legend{
   display: block;
   margin: 0 0 67px;
   color: #fff;
   font-size: 40px;
   line-height: 1.2;
   font-weight: 400;
}
.whts_popup legend span{
   display: inline-block;
   vertical-align: top;
   position: relative;
   padding-right: 18px;
}
.whts_popup legend span:after{
   position: absolute;
   content: '';
   width: 27px;
   height: 28px;
   top: 50%;
   transform: translateY(-50%);
   right: -20px;
   background: url("../local/templates/bania.3.0/img_new/nu_icon-18.svg") no-repeat;
   background-size: 100%;
}
.whts_popup .col{
   margin: 0 0 9px;
}
.whts_popup input[type="text"]{
   display: block;
   width: 100%;
   border: none;
   background: #f2f7f7;
   padding: 5px 16px;
   border-radius: 4px;
   height: 50px;
   /* max-width: 240px; */
   font-size: 16px;
   line-height: 1;
   color: #000;
}
.whts_popup .btn{
   display: block;
   width: 100%;
   border-radius: 4px;
   height: 50px;
   line-height: 1;
   padding: 0;
}
.whts_popup .col span{
   display: block;
   color: #fff;
   font-size: 12px;
   line-height: 1.33;
   font-weight: 400;
   padding-top: 8px;
}
.whts_popup .col span a{
   text-decoration: underline;
   color: #80c700;
}
.whts_popup .col span a:hover{
   text-decoration: none;
}

@media screen and (max-width: 1200px){
   body.has-topbar div#wrapper{
      padding-top: 250px;
   }
}
@media screen and (max-width: 1170px){
   body.has-topbar div#wrapper{
      padding-top: 160px;
   }
   .quality_list .inner_list .dscr_list{
      padding: 32px 25px 25px;
   }
}
@media screen and (max-width: 1070px){
   .price_list li{
      width: 33.3%;
      flex: 1 0 auto;
   }
}
@media screen and (max-width: 1000px){
   .change_block .change_img{
      margin-left: -270px;
   }
   .quality_list li{
      width: 50%;
   }
   /* new style for update */
   .change_block .change_img_2{
      margin: 0 -268px 0 0;
   }
   /* end new style for update */
}
@media screen and (max-width: 960px){
   .product_page .sidebar_block,
   .product_page .information{
      width: 100%;
   }
   .product_page .information{
      padding: 0;
      margin-bottom: 0;
   }
   .options_block{
      width: 100%;
      max-width: 100%;
   }
   .form_option .list_radio li{
      width: 25%;
   }
   .product_page .product .slideshow .slides{
      height: 460px;
   }
   .credit_block_nw .credit_box,
   .credit_block_nw .credit_form{
      width: 100%;
   }
   .credit_box .logo_list{
      text-align: center;
   }
   .else_list a{
      padding: 10px;
   }
}
@media screen and (max-width: 850px){
   .plans_block_nu{
      margin: 0 0 64px;
   }
   .change_block{
      padding: 0;
      margin: 0 0 64px;
   }
   .change_block .change_img{
      width: 375px;
      margin: 0;
      left: auto;
      right: 0;
   }
   .change_block .change_box .title_change,
   .change_block .change_box p,
   .change_form{
      width: 60%;
   }
   .change_block.green{
      padding: 0;
   }
   .change_form .form_row{
      flex-wrap: wrap;
   }
   .change_block .change_form .btn{
      max-width: 100%;
   }
   .change_form .form_row .inpt{
      width: calc(50% - 16px);
   }
   .change_form .form_row .sbmt{
      width: 100%;
   }
   .text_block_nu{
      margin: 0 0 64px;
   }
   .else_list{
      flex-wrap: wrap;
   }
   .else_list a{
      padding: 10px 20px;
   }
   /* new style for update */
   .change_block .change_img_2{
      margin: 0 -85px 0 0;
   }
   /* end new style for update */
}
@media screen and (max-width: 768px){
   body.has-topbar div#wrapper{
      padding-top: 99px;
   }
   .form_option .list_radio li{
      width: 50%;
   }
   .options_block .form_option .btn{
      max-width: 100%;
   }
   .product_page .product .slideshow .slides{
      height: 300px;
   }
   .product_page .product .pagination .pagination-slide{
      width: 109px;
      flex: 0 0 109px;
      height: 70px;
   }
   .product_page .product .pagination .pagination-slide .inner_slide:after{
      border: 4px solid #80c700;
   }
   .product_page .product .pagination .pagination-slide .plus{
      width: 40px;
      height: 40px;
      display: block;
   }
   .change_block .change_box .title_change,
   .change_block .change_box p,
   .change_block .change_box .btn{
      width: 100%;
   }
   .change_block .change_img{
      position: static;
      right: auto;
      bottom: auto;
      text-align: center;
      margin: 0 auto;
   }
   .change_block .change_box .btn{
      max-width: 100%;
   }
   .text_block_nu .text_head{
      flex-wrap: wrap;
   }
   .change_form{
      width: 100%;
      margin-top: 0;
   }
   .else_list li{
      flex: 1 0 auto;
   }
   .info_nu .info-list.change li{
      width: 50%;
   }
   .explanation_box{
      margin: 0 0 48px;
   }
   .explanation_box .stage_view{
      padding: 0;
      width: 100%;
      height: 350px;
   }
   .explanation_box .stage_list{
      width: 100%;
      margin: 0 0 30px;
   }
   .quality_box .title{
      font-size: 22px;
   }
   .change_block .change_img.hide_m{
      display: none;
   }

   .new_update .breadcrumbs{
      display: block;
      padding: 16px 0 0;
      margin: 0 0 32px;
      border: none;
   }
   .new_update .breadcrumbs .back{
      display: none;
   }
   .whts_popup{
      padding-left: 48%;
      background-size: cover;
      background-position: 50%;
   }
   .whts_popup:after{
      bottom: -60px;
      left: -60px;
      width: 404px;
      height: 275px;
   }
   .whts_popup .inner_popup{
      padding: 0 30px;
   }
   .whts_popup legend{
      font-size: 30px;
   }
   /* new style for update */
   .change_block .change_img_2{
      margin: 0 auto 0;
      position: static;
      transform: none;
      top: auto;
      right: auto;
   }
   /* end new style for update */
}
@media screen and (max-width: 565px){
   .credit_block_nw .credit_box{
      padding: 32px;
   }
   .credit_block_nw .credit_form{
      padding: 32px;
   }
   .credit_block_nw .credit_form .form_title{
      font-size: 22px;
   }
   .credit_block_nw .credit_form .form_row .inpt{
      width: 100%;
      margin: 0 0 8px;
      padding: 0;
   }
   .credit_block_nw .credit_form .form_row .sbmt,
   .change_form .form_row .inpt{
      width: 100%;
   }
   .plans_box .tab-control{
      margin: 0 0 16px;
   }
   .change_block{
      margin: 0 0 64px;
   }
   .change_block .change_box,
   .change_block.green .change_box{
      padding: 40px 0;
   }
   .change_block .change_box .title_change{
      font-size: 24px;
      margin: 0 0 16px;
   }
   .change_block .change_box p{
      font-size: 16px;
      margin: 0 0 16px;
   }
   .change_block .change_img{
      width: auto;
   }
   .title_nu{
      font-size: 26px;
      margin: 0 0 16px;
   }
   .subtitle_nu{
      font-size: 22px;
      margin: 0 0 2px;
   }
   .text_block_nu p{
      font-size: 16px;
   }
   .text_block_nu .sub_text{
      margin: 32px 0;
      height: auto;
      padding: 40px;
   }
   .change_block.green .change_img{
      max-width: 258px;
      margin: 0 auto;
   }
   .change_form .form_row .inpt{
      margin-bottom: 8px;
   }
   .change_block.green .change_box p{
      font-size: 14px;
   }
   .info_nu{
      margin: 64px 0 34px;
   }
   .else_list{
      margin: 0;
   }
   .else_list li{
      margin: 0 0 8px;
      flex: none;
      width: 100%;
   }
   .video_block_nu{
      margin: 0 0 64px;
   }
   .video_block_nu .title_nu{
      margin: 0 0 32px;
   }
   .video_block_nu .video .play{
      width: 80px;
      height: 80px;
   }
   .video_block_nu .video .play:after{
      border-left: 30px solid #85B823;
      border-top: 16px solid transparent;
      border-bottom: 16px solid transparent;
   }
   .explanation_block{
      margin: 0 0 48px;
   }
   .quality_list li{
      width: 100%;
      margin: 0 0 16px;
   }
   .price_block_nu .title_nu{
      margin: 0 0 32px;
   }
   .price_list{
      margin: 0 -4px 8px;
   }
   .price_list li{
      width: 50%;
      padding: 0 4px;
      margin: 0 0 8px;
   }
   .price_list a{
      height: 144px;
   }
   .price_list span{
      font-size: 16px;
   }
   .price_block_nu .price_dscr{
      margin: 0 0 32px;
   }
   .accordion_green .heading{
      padding: 24px 64px 24px 32px;
      height: auto;
      font-size: 16px;
   }
   .accordion_green .expanded{
      font-size: 16px;
      padding: 24px 0;
      margin: 0 0 32px;
   }
   .accordion_green .heading:after{
      top: 50%;
      margin-top: -12px;
   }
   .accordion_green .item.active .heading:after{
      top: 50%;
      margin-top: -6px;
   }
   .price_block_nu,
   .gallery_block_nu,
   .faq_block_nu,
   .reviews_block_nu{
      margin: 0 0 64px;
   }
   .similar_block .title_nu,
   .gallery_block_nu .title_nu,
   .faq_block_nu .title_nu,
   .reviews_block_nu .title_nu{
      margin: 0 0 32px;
   }
   .similar_block,
   .choice_block{
      margin: 0 0 52px;
   }
   .popular_list .img:before{
      height: 180px;
      padding: 0;
   }
   .choice_block .title_nu{
      margin: 0 0 24px;
   }
   .reviews_slider .small_text{
      line-height: 1.2;
   }
   .product_page .product .slideshow .slides{
      height: 220px;
      margin: 0 0 16px;
   }
   .whts_popup{
      min-height: auto;
   }
   .whts_popup:after{
      width: 334px;
      height: 229px;
   }
   .whts_popup .inner_popup{
      padding-bottom: 0;
   }
   /* new style for update */
   .change_block .change_img_2:after{
      transform: translate(-50%, -71%);
   }
   /* end new style for update */
}
@media screen and (max-width: 480px){
   .info_nu{
      margin-bottom: 64px;
   }
   .info_nu .title_nu{
      margin: 0 0 32px;
   }
   .info_nu .info-list{
      margin: 0;
   }
   .info_nu .info-list li{
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      border-bottom: 1px solid rgba(39, 95, 108, 0.15);
      padding: 0 0 20px;
      margin-bottom: 20px;
   }
   .info_nu .info-list li:after{
      display: none;
   }
   .info_nu .info-list li:last-child{
      border: none;
      padding: 0;
      margin: 0;
   }
   .info_nu .info-list li .visual{
      width: 80px;
      height: 80px;
      margin: 0;
   }
   .info_nu .info-list li .dscr{
      width: calc(100% - 80px);
      padding-left: 24px;
      text-align: left;
   }
   .info_nu .info-list li .num,
   .info_nu .info-list li p{
      text-align: left;
      padding: 0;
   }
   .info_nu .info-list li .num{
      margin: 0 0 8px;
   }
   .info_nu .info-list li p{
      font-size: 14px;
   }
   .info_nu .info-list.change li{
      width: 100%;
   }
   .whts_popup{
      padding: 50px 0 130px;
      background-position: 100% 50%;
      background-size: 200%;
   }
   .whts_popup:after{
      left: -10px;
      width: 274px;
      height: 189px;
   }
   .whts_popup legend{
      margin: 0 0 35px;
      font-size: 26px;
   }
   /* new style for update */
   .change_block .change_img_2{
      width: 100%;
      max-width: 440px;
   }
   /* end new style for update */
}
/* new style for update */
@media screen and (max-width: 420px){
   .change_block .change_img_2:after{
      width: 252px;
      height: 252px;
   }
}
/* end new style for update */
@media screen and (max-width: 374px){
   .form_option .list_radio li{
      width: 100%;
   }
   /* new style for update */
   .change_block .change_img_2:after{
      width: 202px;
      height: 202px;
      transform: translate(-50%, -75%);
   }
   /* end new style for update */
}

.price_block_nu .price_dscr ul { font-family: "Museo Sans Cyrl 500", Arial, sans-serif; margin: 0 0 32px; padding: 10px 0 0 50px; }
.price_block_nu .price_dscr ul li { position: relative; padding: 0 0 0 23px; margin: 0 0 28px; padding: 0 0 0 22px;  }
.price_block_nu .price_dscr ul li:after { position: absolute; top: 7px; left: 0; border: 2px solid #96c90b; width: 6px; height: 6px; border-radius: 5px; content: ""; background: #80c700; }

.price_block_nu .price_dscr ol { font-family: "Museo Sans Cyrl 500", Arial, sans-serif; margin: 0 0 32px; padding: 10px 0 0 50px; counter-reset: num; }
.price_block_nu .price_dscr ol li { position: relative; padding: 0 0 0 23px; margin: 0 0 28px; padding: 0 0 0 22px;  }
.price_block_nu .price_dscr ol li:after { position: absolute; top: 0; left: 0; content: counter(num) '.'; counter-increment: num; color: #bb8f63; margin-right: 5px; }