/** в этом файле стили  перенесённые от прежнего шаблона (форм и т.п)**/
#toTop {
    width: 64px;
    height: 64px;
    background: transparent;
    text-align: center;
    position: fixed;
    bottom: 10px;
    left: 10px;
    cursor: pointer;
    display: none;
    z-index: 10;
    background: url('/local/templates/main/img/totop.png') center center no-repeat;
    background-size: cover;
    border-radius: 50%;
}
@media (max-width: 768px){
   #toTop {
        width: 30px;
        height: 30px;
        bottom: 10px;
        left: 10px;
        
    } 
}
/** cookies-agree **/
#cookies-agree {
	border: 1px solid black;
	position: fixed;
	bottom: 60px;
	left: 10%;
	background-color: rgba(0, 0, 0, .7);
	color: #fff;
	border-radius: 1rem;
	padding: 1rem;
	z-index: 100;
    display: none;
}
#cookies-agree .popup {
	display: grid;
	grid-template-columns: auto auto;
	column-gap: 30px;
	align-items: center;
}
#cookies-agree .popup p {
	color: #fff;
    font-size: 16px;
	margin-bottom: 0;
}
#cookies-agree .popup button {
	padding: .5rem;
    cursor: pointer;
}
@media (max-width: 768px){
    #cookies-agree {
        position: fixed;
        bottom: 95px;
        left: 10px;
        padding: 15px;
        width: calc(100% - 20px);
    }
    #cookies-agree .popup p {
        font-size: 14px;
    }
}
/** cookies-agree end **/
/** header_form_new **/

.header_form_new {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
        z-index: 9999999;
}
.header_form_new .form_block_new {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    padding: 30px;
    box-sizing: border-box;
    width: 410px;
    font-size: 16px;
    background: linear-gradient(135deg, #fff 35%, #e4f1e2);
    border-radius: 10px;
    max-width: 100%;
}
.header_form_new .form_block_new:before {
    position: absolute;
    background-image: url(/local/templates/vodaonline/img/category_block_1.png);
    content: "";
    width: 200px;
    height: 200px;
    right: -55px;
    bottom: -35px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.header_form_new .form_block_new span.close_form+p {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.header_form_new .form_block_new form {
    position: relative;
    z-index: 2;
}
.header_form_new .form_block_new form input[type="text"] {
    display: block;
    padding: 15px 10px;
    font-size: 16px;
    margin: 10px auto;
    background: linear-gradient(90deg, #fff, transparent);
    outline: none;
    box-shadow: none;
    border-bottom: 1px solid #07478738;
    width: 250px;
}
.header_form_new .form_block_new form p {
    text-align: center;
    font-size: 16px;
    margin: 10px 0;
    padding: 10px 0;
}
.header_form_new .form_block_new form p a {
    color: #094c8c;
    font-weight: bold;
    text-decoration: underline;
}
.header_form_new .form_block_new form input[type="submit"] {
    padding: 15px 0;
    background: linear-gradient(90deg, #084989, #218bc5);
    color: #fff;
    font-size: 17px;
    border-radius: 5px;
    display: block;
    width: 175px;
    transition: .2s;
    background-color: #094a8a;
    position: relative;
    box-shadow: 1px 6px 20px #2088c39e;
    box-sizing: border-box;
    margin: 0 auto;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: bold;
    cursor: pointer;
}
.header_form_new .form_block_new form input[type="submit"]:hover {
    background: #2089c3;
}
.form_block_new span.close_form {
    font-size: 32px;
    position: absolute;
    right: 10px;
    top: 0px;
    font-weight: bold;
    color: #074787;
    cursor: pointer;
}
.nspm {
    display: none !important;
}

.header_form_new .form-success{
    display: none;
    margin-bottom: 10px;
    color: rgb(12, 210, 12);
}
@media (max-width: 768px){
    .header_form_new .form_block_new:before{
        display: none;
    } 
    .header_form_new .form_block_new {
        z-index: 2;
        padding: 15px;
        box-sizing: border-box;
        width: 98%;
    }

}
/** modal_form_my **/
#modal_form_my,
#modal_form_my_one_item {
    width: 400px;
    height: 229px;
    box-sizing: border-box;
    border-radius: 0px;
    background: #fff;
    position: fixed;
    top: 45%;
    left: 50%;
    margin-top: -114px;
    margin-left: -200px;
    display: none;
    opacity: 0;
    z-index: 22;
    padding: 0px;
}

#modal_form_my #modal_close_my,
#modal_form_my_one_item #modal_close_my_one_item {
    color: #0ba4e4;
    height: 52px;
    position: absolute;
    cursor: pointer;
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

#overlay_my {
    z-index: 20;
    position: fixed;
    background-color: #000;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}

.title_foorm {
    text-align: center;
    padding: 8px 41px;
    background: #fff;
    color: #0ba4e4;
    font-size: 22px;
    font-weight: bold;
}

#modal_form_my .text,
#modal_form_my_one_item .text {
    width: 235px;
    color: #1b1b1b;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 300;
    margin: 30px auto 40px;
    text-align: center;
}

#modal_form_my .line,
#modal_form_my_one_item .line {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #cccccc;
    bottom: 70px;
    left: 0px;
}

.clear_cart_modals,
.clear_cart_modals_one_item {
    position: absolute;
    bottom: 15px;
    left: 95px;
    color: #0ba4e4;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    line-height: 37px;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 2px;
    border: 1px solid #0ba4e4;
    width: 89px;
    height: 40px;
}

.modal_close_my_button {
    position: absolute;
    bottom: 15px;
    right: 95px;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    line-height: 37px;
    box-sizing: border-box;
    cursor: pointer;
    background-color: #0ba4e4;
    border: 1px solid #0ba4e4;
    color: #ffffff;
    width: 89px;
    height: 40px;
}
/** vacancy_form **/
.vacancy_form_new {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}
.vacancy_form_new .form_block_new {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    padding: 30px;
    box-sizing: border-box;
    width: 410px;
    font-size: 16px;
    background: linear-gradient(135deg, #fff 35%, #e4f1e2);
    border-radius: 10px;
    max-width: 100%;
}
.vacancy_form_new .form_block_new:before {
    position: absolute;
    background-image: url(/local/templates/vodaonline/img/category_block_1.png);
    content: "";
    width: 200px;
    height: 200px;
    right: -55px;
    bottom: -35px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.vacancy_form_new .form_block_new span.close_form+p {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.vacancy_form_new .form_block_new form {
    position: relative;
    z-index: 2;
}
.vacancy_form_new .form_block_new form input[type="text"] {
    display: block;
    padding: 15px 10px;
    font-size: 16px;
    margin: 10px auto;
    background: linear-gradient(90deg, #fff, transparent);
    outline: none;
    box-shadow: none;
    border-bottom: 1px solid #07478738;
    width: 250px;
}
.vacancy_form_new .form_block_new form p {
    text-align: center;
    font-size: 16px;
    margin: 10px 0;
    padding: 10px 0;
}
.vacancy_form_new .form_block_new form p a {
    color: #094c8c;
    font-weight: bold;
    text-decoration: underline;
}
.vacancy_form_new .form_block_new form input[type="submit"] {
    padding: 15px 0;
    background: linear-gradient(90deg, #084989, #218bc5);
    color: #fff;
    font-size: 17px;
    border-radius: 5px;
    display: block;
    width: 175px;
    transition: .2s;
    background-color: #094a8a;
    position: relative;
    box-shadow: 1px 6px 20px #2088c39e;
    box-sizing: border-box;
    margin: 0 auto;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: bold;
    cursor: pointer;
}
.vacancy_form_new .form_block_new form input[type="submit"]:hover {
    background: #2089c3;
}

/** new_dis_form **/

.new_dis_form {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: none;
}
.new_dis_form .form_block_new {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #f1f8ff;
    padding: 20px;
    width: 350px;
    max-width: 80%;
}
.new_dis_form .form_block_new .close_form+p {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
.new_dis_form .form_block_new form input[type="text"] {
    display: block;
    margin: 10px auto;
    padding: 15px;
    width: 260px;
    box-shadow: 2px 2px 0 #07478752;
    font-size: 16px;
    max-width: 100%;
}
.new_dis_form .form_block_new p.what_serivce {
    margin-top: 20px;
    display: block;
    text-align: center;
    font-size: 16px;
}
.new_dis_form .form_block_new form input[type="submit"] {
    display: block;
    margin: 0 auto;
    width: 200px;
    padding: 15px 0;
    background: #074787;
    color: #fff;
    font-weight: bold;
    transition: .2s;
    cursor: pointer;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 15px;
}
.new_dis_form .form_block_new form input[type="submit"]:hover {
    background: #fff;
    color: #074787;
}

.new_dis_form .form_block_new p.what_serivce {
    margin: 20px 0;
    display: block;
    text-align: center;
    font-size: 16px;
}

.new_dis_form .form-policy {
    text-align: center;
    font-size: 16px;
}

.back_form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000004d;
    cursor: pointer;
}

.form_block_new span.close_form {
    font-size: 32px;
    position: absolute;
    right: 10px;
    top: 0px;
    font-weight: bold;
    color: #074787;
    cursor: pointer;
}
/** added_in_basket  **/
.added_in_basket {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none; 
}

.added_in_basket .popud_added {
    top: 50%;
    left: 50%;
    width: 340px;
    height: 200px;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    position: absolute;
    z-index: 2;
    background: linear-gradient(135deg, #fff 35%, #e4f1e2);
}
.added_in_basket .popud_added:before {
    content: "";
    position: absolute;
    background-image: url(/local/templates/vodaonline/img/category_block_1.png);
    content: "";
    width: 200px;
    height: 200px;
    right: -55px;
    bottom: -65px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.added_in_basket .popud_added p {
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    color: #074787;
    margin-bottom: 0;
}
.added_in_basket .back_added {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000005c;
    cursor: pointer;
}
.added_in_basket span.close_form {
    font-size: 32px;
    position: absolute;
    right: 10px;
    top: 0px;
    font-weight: bold;
    color: #074787;
    cursor: pointer;
}

/** action_reg_report  **/
.dm-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    z-index: 1000;
    cursor: pointer;
}

.dm-overlay.active {
    display: block;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}

.dm-table {
    display: table;
    width: 100%;
    height: 100%;
}

.dm-cell {
    display: table-cell;
    padding: 0 1em;
    vertical-align: middle;
    text-align: center;
}

.dm-modal {
    display: inline-block;
    /*padding: 20px;
	max-width: 50em;*/
    -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    color: #cfd8dc;
    text-align: left;
    -webkit-animation: fade .8s;
    -moz-animation: fade .8s;
    animation: fade .8s;
}

.dm-modal img {
    max-width: 100%;
    vertical-align: middle;
}

.dm-modal .report_box {
    max-width: 480px;
    background: #fff;
    color: #000;
    padding: 20px 40px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
}

.dm-modal .report_title {
    color: #0ba4e4;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 20px;
}

.dm-modal .report_content {
    font-size: 14px;
    margin-bottom: 20px;
    display: none;
}

.dm-modal .report_content.active {
    display: block;
}

#report_close {
    color: #0ba4e4;
    height: 52px;
    position: absolute;
    cursor: pointer;
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

/** owl dots **/
.my_owl_dots {
    padding: 0 14px;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
	position: relative;
	z-index: 10;
	margin: 0 auto 40px auto;
	width: auto;
}
.my_owl_dots .owl-dot {
	cursor: pointer;
	background-color: aliceblue;
	padding: .3rem;
	border-radius: 40px;
	border: 2px solid #074787;
}
.my_owl_dots .owl-dot.active {
	font-weight: bold;
	background-color: #074787;
}

/** owl dots end **/

/** slider_with_btn_regist **/

.slider_with_btn_regist
{
    position: relative;
}
.new_slide_main_page .top_item_slider img.desk_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;border-radius: 54px;
}

.top_item_slider {
    height: 470px;
    display: block;
}


.new_slide_main_page .owl-nav, .slider_product_catalog_block .owl-nav {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 1350px;
    z-index: 5;
    height: 0;
    max-width: 95%;
}
.new_slide_main_page.owl-theme .owl-controls .owl-nav .owl-prev {
    all: initial;
    background: url(/local/templates/vodaonline/img/arrow_nav_slider_left.png)!important;
    width: 13px;
    height: 22px;
    float: left;
    cursor: pointer;
    top: calc(287.5px - 11px);
    position: absolute;
    left: 0;
}
.new_slide_main_page.owl-theme .owl-controls .owl-nav .owl-next {
    all: initial;
    background: url(/local/templates/vodaonline/img/arrow_nav_slider_right.png)!important;
    width: 13px;
    height: 22px;
    float: right;
    cursor: pointer;
    top: calc(287.5px - 11px);
    position: absolute;
    right: 0;
}
.new_slide_main_page .owl-dots {
    position: absolute;
    bottom: 50px;
    left: 370px;
}
.new_slide_main_page.owl-theme .owl-dots .owl-dot span, .slider_product_catalog_block.owl-theme .owl-dots .owl-dot span {
    width: 35px;
    height: 5px;
    background: #e4e4e4;
    transition: .2s;
}
.new_slide_main_page.owl-theme .owl-dots .owl-dot.active span, .slider_product_catalog_block.owl-theme .owl-dots .owl-dot.active span {
    background: #2189c2;
}

.my_owl_dots .owl-dot.active {
	font-weight: bold;
	background-color: #074787;
}
.slider_with_btn_regist .new_slide_main_page.owl-theme .owl-controls .owl-nav div {
	background-color: white !important;
	width: 49px;
	background-repeat: no-repeat !important;
	background-position: center !important;
	border-radius: 5rem;
	height: 50px;
	box-shadow: 2px 2px 10px black;
}
.slider_with_btn_regist .new_slide_main_page.owl-theme .owl-controls .owl-nav div:hover {
	box-shadow: none;
}

@media screen and (max-width: 1040px) {
    .new_slide_main_page .owl-item {
        height: initial;
    }
    
    .top_item_slider {
        height: 50vw;
    }
    .new_slide_main_page .top_item_slider.adaptive img.desk_background  {
        display: block;
        width: 100%;
        object-fit: contain;
        height: 100%;
        position: absolute;
        top: 0;
    }    
    .new_slide_main_page .owl-nav {
        top: 50%;
    }
    .new_slide_main_page.owl-theme .owl-controls .owl-nav .owl-next,
    .new_slide_main_page.owl-theme .owl-controls .owl-nav .owl-prev{
        top: -7px; 
    }
}
@media screen and (max-width: 580px) {
    .top_item_slider {
        height: 83vw;
    }
}
@media screen and (max-width: 400px) {
    .top_item_slider {
        height: 100vw;
    }
}
/** slider_with_btn_regist end**/

.elOrderPopup {
    overflow: hidden;
    display: none;
    position: relative;
    background: #FFF;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}
.mfp-content .elOrderPopup {
    display: block;
}


/** modals **/
.mfp-wrap button.mfp-close {
    color: #074787;
    opacity: 1;
}
/** oneclick-form **/
.mfp-wrap .elOrderPopup {
    border-radius: 15px;
    background: linear-gradient(135deg, #fff 35%, #e4f1e2);
    max-width: initial;
    width: 450px;
}

.mfp-wrap  .modal-title {
    color: #000;
    font-family: 'Open Sans';
    margin-top: 20px;
    padding: initial;
}
.mfp-wrap .elOrderPopup-pole {
    padding: 10px;
}
.mfp-wrap  .it-block input[type="text"] {
    display: block;
    border: initial;
    padding: 10px 10px;
    font-size: 16px;
    margin: 10px auto;
    background: linear-gradient(90deg, #fff, transparent);
    outline: none;
    height: initial;
    box-shadow: none;
    border-bottom: 1px solid #07478738;
    width: 340px;
    max-width: 100%;
    color: #000;
}
.mfp-wrap .it-title{
    display: none;
}

.table_product_box {
    border-color: #0747871f;
    float: initial;
    box-sizing: border-box;
    padding: 15px;
    border-top: 2px solid #F4F4F4;
    border-bottom: 2px solid #0747871f;
    display: flex;
    align-items: center;
    gap: 20px;
}
.table_product_box .table_product_td_2 {
    display: block;
    width: 80px;
    height: 80px;
    object-fit: contain;
    text-align: center;
}
.table_product_box .table_product_td_2 img{
    max-width: 100%;
    max-height: 100%;
}

.table_product_box .table_product_td_1 {
    flex: 1 0 0;
    display: flex;
    width: auto;
    height: 80px;
    align-items: center;
}
.table_product_box .table_product_td_1 a, 
.table_product_box .table_product_td_1 span {
    font-size: 16px;
    font-weight: 800;
    padding: 10px;
}

.short_box_money_num{
    display: flex;
    align-items: center;
    height: 40px;
    background: #FFFFFF;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #888;  
   
}
.short_box_money_num .minus,
.short_box_money_num .plus{
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #094D8E;
    font-size: 25px;
    cursor: pointer;
}
.short_box_money_num input.popup-qnt{
    width: 40px;
    border: unset;
    outline: unset;
    padding: 3px;
    color: #094D8E;
    font-weight: 700;
    font-size: 20px;
    line-height: normal;
    text-align: center;
}
.table_product_box .table_product_td_5{
    flex: 1 0 0;
    display: flex;
    flex-direction: column;    
    align-items: center;
}
.table_product__price-h{
    font-size: 16px;
    margin-bottom: 3px;
}
.table_product_box .item-price{
    color: #074787;
    font-size: 22px;
    display: block;
}   
.elOrderPopup-btn {
    text-align: center;
    padding: 10px;
}
.elOrderPopup-btn p {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 4px;
}

.elOrderPopup-btn .btn-order{
    display: inline-block;
    color: #fff;
    background: linear-gradient(90deg, #084989, #218bc5);
    padding: 15px 20px;
    font-weight: 600;
    font-size: 16px;
    height: initial;
    width: initial;
    margin-top: 15px;
    text-transform: initial;
    cursor: pointer;
}

@media (max-width: 600px){
    .mfp-wrap .elOrderPopup {
        border-radius: 15px;
        background: linear-gradient(135deg, #fff 35%, #e4f1e2);
        max-width: initial;
        width: 100%;
    }

}
.popup-auth{
    font-size: 20px;
}
.popup-auth .form-checkbox{
    text-align: left;
}
/** modals end **/

/******************************************
	   формы
******************************************/

textarea.textarea_style {
    float: left;
    width: 308px;
    height: 100px;
    padding: 10px;
    margin-bottom: 12px;
    border: 1px solid #bcd1dd;
    -moz-border-radius: 2px;
    /* Firefox */
    -webkit-border-radius: 2px;
    /* Safari, Chrome */
    -khtml-border-radius: 2px;
    /* KHTML */
    border-radius: 2px;
    /* CSS3 */
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: normal;
}

textarea.textarea_style_checkout {
    width: 350px;
}

input.input_style {
    float: none;
    width: 308px;
    max-width: 100%;
    height: 30px;
    padding: 0 10px;
    margin-bottom: 12px;
    border: 1px solid #bcd1dd;
    -moz-border-radius: 2px;
    /* Firefox */
    -webkit-border-radius: 2px;
    /* Safari, Chrome */
    -khtml-border-radius: 2px;
    /* KHTML */
    border-radius: 2px;
    /* CSS3 */
    color: #000;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
}

input.input_style_w200 {
    width: 180px !important;
}
.btn-prim {
    width: auto;
    padding: 10px 20px;
    border: 1px solid #dde8ee;
    text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: normal;
    border-radius: 2px;
    transition: all 0s linear;
}
.btn-prim:hover {
    border: 1px solid #0ba4e4;
    transition: all 0.2s linear;
    text-decoration: none;
    color: #000;
}
/******************************************
	   форма  "Свяжитесь с нами"
******************************************/

.mail_back {
    float: left;
    width: 100%;
}

.mail_back textarea.textarea_style {
    float: right;
    margin-right: 10px;
}

.mail_back_l {
    float: left;
    width: 330px;
}

.mail_back input.input_style {
    float: left;
}

.captcha_box {
    float: left;
    width: 330px;
}

.captcha_box input.input_style {
    float: left;
    width: 158px;
}

.captcha_box span {
    float: left;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    top: -5px;
}

.captcha_box .captcha_box_img {
    float: right;
}

.mail_back_go {
    float: left;
    width: 100%;
    padding: 40px 0 20px 0;
}

.mail_back_go a {
    float: left;
    width: 168px;
    padding: 7px 0;
    margin-bottom: 11px;
    color: #000;
    font-size: 14px;
    text-align: center;
    border: 1px solid #dde8ee;
    -moz-border-radius: 2px;
    /* Firefox */
    -webkit-border-radius: 2px;
    /* Safari, Chrome */
    -khtml-border-radius: 2px;
    /* KHTML */
    border-radius: 2px;
    /* CSS3 */
}

.mail_back_go a:hover {
    color: #0ba4e4;
    border: 1px solid #0ba4e4;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-decoration: none;
}

@media screen and (max-width: 1100px) {
    .mail_back textarea.textarea_style {
        float: left;
    }
    .mail_back_l {
        clear: both;
    }
}


/* Form subscribe */

*[id*=subscribe].popup-window {
    border-radius: 5px;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%);
    position: fixed!important;
    width: 360px;
    background: #4f82ad;
    overflow: hidden;
    max-width: 85%;
}
*[id*=subscribe].popup-window>*:not(a.popup-window-close-icon.popup-window-titlebar-close-icon) {
    position: relative;
    z-index: 2;
}
*[id*=subscribe].popup-window .popup-window-titlebar {
    height: auto;
    width: 100%;
    text-align: center;
    font-size: 20px;
}
*[id*=subscribe].popup-window .popup-window-titlebar span {
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    display: block;
    margin-top: 20px;
}
*[id*=subscribe].popup-window .popup-window-content {
    background: transparent;
    padding-top: 0;
    width: 270px;
    margin: 0 auto;
    z-index: 3!important;
    max-width: 80%;
}
*[id*=subscribe].popup-window .popup-window-content form div.bx-catalog-subscribe-form-container-label {
    color: #000;
    font-size: 18px;
    margin-bottom: 10px;
}
*[id*=subscribe].popup-window a.popup-window-close-icon.popup-window-titlebar-close-icon {
    width: 30px;
    height: 30px;
    background: url(https://avatanplus.com/files/resources/original/5968a2c8f2ed115d40bbe123.png);
    background-size: contain;
    filter: invert(1);
    opacity: 1;
    cursor: pointer;
    z-index: 3;
}
*[id*=subscribe].popup-window .popup-window-buttons>span {
    width: 115px;
    display: inline-block;
    background: #fff;
    margin: 10px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: .2s;
}
*[id*=subscribe].popup-window .popup-window-buttons>span:hover {
    background: #00a6e4;
    color: #fff;
    transform: translateY(-2px);
}
*[id*=subscribe].popup-window:after {
    content: "";
    position: absolute;
    right: -30px;
    bottom: -30px;
    width: 140px;
    height: 180px;
    background: url(https://www.vodaonline.ru/upload/webp/iblock/a6f/a6f4e992ae3a82329b1c9006393f2b45.webp);
    background-size: contain;
    opacity: 0.5;
}
*[id*=subscribe].popup-window .popup-window-buttons {
    padding-top: 0;
}

*[id*=subscribe].popup-window+div {
    width: 100%!important;
    height: 100%!important;
    position: fixed;
}
*[id*=subscribe].popup-window .bx-catalog-popup-content {
    text-align: center;
    padding: 0;
    width: 100%;
    margin-top: 10px;
}
*[id*=subscribe].popup-window .bx-catalog-popup-content p {
    color: #000;
    font-size: 20px;
}




.list_email_help span {
    display: block;
    cursor: pointer;
    transition: .2s;
    border-bottom: 1px solid #0000005e;
    padding: 5px 10px;
}
.list_email_help span:hover {
    background: #b6deff;
}
.list_email_help {
    position: absolute;
    top: 35px;
    left: 0;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #0000005e;
    border-top: 0;
    display: none;
}
/* ------------- */


body .new_slide_main_page.owl-theme .owl-controls .owl-nav .owl-next {
    all: initial;
    background: url(/local/templates/main/img/arrow1.png) center center no-repeat !important;
    width: 27px;
  height: 100%;
    float: right;
    cursor: pointer;  right: 0; 
        top:220px;
    position: absolute;transform: rotate(180deg);
    right: 10px;
}

body .new_slide_main_page.owl-theme .owl-controls .owl-nav .owl-prev {
    all: initial;
    background: url(/local/templates/main/img/arrow1.png) center center no-repeat !important;
    width: 27px;
    height: 100%;
    float: right;
    cursor: pointer;
  top:220px;
    position: absolute;
 left: 10px; 
}

.new_slide_main_page .owl-nav, .slider_product_catalog_block .owl-nav {
   
     
    height: 100% !important;
     
}
body  .new_slide_main_page .owl-nav, .slider_product_catalog_block .owl-nav{
	widtH:100%;
}
.container-for-slide  .price-product{
	margin-bottom:0;
}
 
 
.block-mb-1-wr-blue .page-title{
	margin-bottom:30px;
}
 
.container3 {
    position: relative;
    margin: 0 auto;
    max-width: 1590px;
    min-width: 0px;
    padding: 0 15px;
}
 .actions-section-mainpage .swiper, .blog-section-mainpage .swiper ,.container-for-slide .swiper, #choose_popular_product .swiper  {
	  
    
    overflow: inherit;
 }
 .actions-section-mainpage .slider-progress-bar,.container-for-slide  .slider-progress-bar,.blog-section-mainpage .slider-progress-bar,.brands-section-mainpage .slider-progress-bar{
	 display:none;
 }

.body-mainpage{
	overflow-x:hidden !important;
}

.sertificates-slider.swiper{    overflow: inherit;}
.container-for-slide  .product-slide .inpt-number {
    
    font-size: 18px;
    
    font-weight: bold;
}
body .about-clients {
     
    justify-content: space-between;
     
}
 .scrolltop-a-container{
	 text-align:center;
 }
     .btn-style-1.scrolltop-a{
	font-size: 30px;
    line-height: 36px;
    text-align: center;
    height: 60px;
	border-radius:40px;
    padding: 0px 20px;
	text-decoration:none;
	margin-bottom:50px;
	 } 
   .btn-style-1.scrolltop-a:hover{
	   border-radius:40px;
	   text-decoration:none;
   }
 .blog-item__read{
	 margin-bottom:2px;
	 margin-top:10px;
 }
	 .blog-item {
		display: flex;
		flex-direction: column;
	}
	.blog-item__info {
		
		display: flex;
		flex: 1 1 100%;
		flex-direction: column;
		justify-content: space-between;
	}
	#promocode{
		margin-top:40px;
	}
	#promocode [name="promo"]{
		    padding: 14px 51px;
    font-size: 26px;
    background: #fff;
    border: 1px solid #cbcbcb;
	margin-right:10px;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
	}
	#promocode  [type="submit"]{
	 background:#06519E;
	 color:#fff; font-size: 26px;  
  padding: 14px 51px;
  border-radius: 20px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	}
	
	
	
	.only-mob-submit{
		display:none;
	}
	
	
	
@media (max-width: 1025px){
	.block-mb-1-wr-blue {
		padding:15px;
		border-radius:30px;
background: linear-gradient(144.77deg, #06519E 13.37%, #042E59 82.71%);
}
 	.block-mb-1-wr-blue h1 {color:#fff;}
	.main-div{overflow-x:hidden;}
    #promocode [name="promo"] {
        padding: 14px 21px;
        font-size: 22px;
        width: 65%;
	 
    }
	#promocode  [type="submit"]{
	  
	  font-size: 22px;  
		padding: 14px  21px;
		width: 30%;  
		 
   
	}
	
	.container-for-slide .slider-progress-bar, .actions-section-mainpage .slider-progress-bar ,.blog-section-mainpage .slider-progress-bar,#choose_popular_product .slider-progress-bar{
		display: block;
		max-width: 60%;
		margin: 23px auto;
	}
}

@media (max-width: 768px){
	 .new_slide_main_page .owl-nav {
       display:none;
    }
		#promocode  [type="submit"]{
				display:none;
		}
#promocode	.only-mob-submit{
		display:block;font-size:16px;
	}
	  #promocode [name="promo"] {font-size:16px;}
	
		#promocode{
			display:flex;
			align-items:center;      
		}
 .btn-style-1.scrolltop-a{
	display:none;
	 } 
}




@media (max-width: 540px){
    
      body  .service-item__btn {
        
        padding: 8px 8px;
        width: 100%;
        text-align: center;
    }
 
  body  .services-list {
        grid-template-columns: repeat(2, 1fr);
    }
 
 }