*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
html, body, div, span, iframe,h1, h2, h3, h4, h5, h6, p, b, u, i, center,dl, dt, dd, ol, ul, li,form, label,table, caption, tbody, tfoot, thead, tr, th, td,footer, header, menu, nav, section{
margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;
}
footer,header,section{display:block;}
html {
	height: 100%;
}
body {
	font: 12px/18px Arial, sans-serif;
	height: 100%;
    line-height:1;
}
ol, ul {
	list-style: none;
}
a {
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    color: #333333;
    text-decoration: none !important;
    transition: all .3s ease-out;
}
input[type=text], input[type=password], input[type=tel]{
    outline: none;
}
.mobile_btn div{display:none}
.wrapper {
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.row {
	position:relative;
    margin: auto!important;
	max-width: 1517px;
    padding: 0 20px;
}
.row:after {
	content:'';
	clear:both;
}
.dflex_nowrap{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    flex-wrap: nowrap;
}
.dflex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    flex-wrap: wrap;
}
.blue{color:#144295}
.clear{clear:both; display:block; width:100%;}
.fl{float:left}
.fr{float:right}
.hide{display:none!important;}
.header {
    z-index: 99;
    position: relative;	
    width: 100%;
}
.padding_top{
	padding-top:45px;
}



.tmenu {
	height:45px;
	background:#144295;
	z-index:110;
    width: 100%;
}
.tmenu.hfixed{
	min-width:1024px;
}
.header.hfixed{
    box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
-webkit-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
-ms-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
-o-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
-khtml-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
}
.tmenu_l{
	width:100%;
}
.tmenu_r{
	margin-left:-200px;
    width: 200px;
    position: relative;
	-webkit-box-shadow: -3px 0px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: -3px 0px 3px 0px rgba(0,0,0,0.2);
	-ms-box-shadow: -3px 0px 3px 0px rgba(0,0,0,0.2);
	-o-box-shadow: -3px 0px 3px 0px rgba(0,0,0,0.2);
	box-shadow: -3px 0px 3px 0px rgba(0,0,0,0.2);
}
.tmenu .top_menu{
	margin: 0;
    padding: 0;
    text-align: justify;
    text-justify: newspaper;
    text-align-last: justify;
    font-size: 1px;
    line-height: 0px;
}
.tmenu .top_menu li{
	color:#ffffff;
	font:13px 'Open Sans', sans-serif;
	display:inline-table;
    padding: 0 2%
}
.tmenu .top_menu li a{
	color:#ffffff;
	line-height:45px;
	font-family: 'Open Sans', sans-serif;
    display: table;
}
.tmenu .top_menu li span{
    line-height: 45px;
}
.tmenu_li {
    padding-right: 200px;
}
.tmenu_r .search{
	position:relative;
}
.tmenu_r .exit:hover {
    background: #2259be;
}
.tmenu_r .exit a{
	color:#fff;
    height: 45px;
    display: table;
    padding-left: 10px;
    padding-right: 10px;
	display:inline-block;
}
.tmenu_r .exit {
    line-height: 45px;
	width: 55px;
}
@media (min-width: 1055px) and (max-width: 1220px) {
	.tmenu ul li {
		padding: 0 1.4%!important;
	}
}
@media (min-width: 900px) and (max-width: 1063px) {
	.tmenu ul li {
		padding: 0 1%!important;
	}	
	.tmenu .top_menu li{
		font-size: 12px;
	}
}
@media (min-width: 900px) and (max-width: 980px) {
	
	.tmenu .top_menu li{
		font-size: 11px;
	}
}
@media (max-width: 964px) { 
    
	.tmenu .top_menu{
		display: none;
	}
	.tmenu .top_menu{
		text-align-last: left;
	}
	.tmenu .top_menu li{
		width: 100%;
    	padding: 0 10px;
		border-bottom: 1px solid #144295;
	}
	.tmenu .top_menu li a{
		width: 100%;
    	display: block;
		border: none;
	}
    
}
.head{
	/*padding-bottom:15px;*/
    background: #fff
}
.head .row{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.head .logo{
    width: 230px;
    position: relative;
    z-index: 12;
    margin: 7px 0;
}
@media (min-width: 320px) and (max-width: 640px) {
	.head .logo{
		display: table;
		margin: 10px 0;
		float:inherit!important;
	}
}
.head_c{
	width:calc(100% - 637px);
    padding: 0 25px;
}
.head-right{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.head .head_ci_c {
    width: 100%;
    padding: 0 5%;
    text-align: center;
    margin-top: 26px;
}
.head .head_ci_c.first{
    padding: 0px 2% 0 8%;
}
.head_ci_p{
	height:75px;
	padding:0 3%;
	text-align:center;
}




.basket_right{
    position: relative
}
.hfixed{
	position:fixed;
    top: 0;
}
.per_reg{
    padding: 20px 15px;
}
.per_reg a{
    font-size: 14px;
    display: block;
    text-align: center
}
.per_reg .icon{
    display: table;
    margin: 0 auto;
}
.basket_fixed{
    padding: 25px 17px;
    background: #fff;
    border: 1px solid #009a92;
    position: fixed;
    right: -15px;
    margin-top: 80px;
    z-index: 30;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.basket_fixed .h_cart{
	padding-top: 0px;
    margin-left: 15%;
    display: inline-block;
    float: right;
}
.h_cart .basket-small .count_basket {
    position: absolute;
    font: 16px "Roboto";
    top: -15px;
    right: -2px;
    text-align: center;
    width: 100%;
}
.mail_head{
	margin-top: 7px;
	font-size:12px;
}
.mail_head a{
	font-size:14px;
    border-bottom: 1px dashed #27282d;
}
.mail_head a:hover{
    color: #009a92;
    border-bottom: 1px dashed #009a92;
}
.h_cart .basket-small {
    background: url(/html/img/basketl2.webp) no-repeat top;
    padding-top: 29px;
    display: table;
    font: 13px "Roboto";
    color: #009a92;
    text-decoration: none;
    position: relative;
    background-position-x: 1px;
    border-bottom: 1px solid #009a92;
}
.basket_fixed:hover{
	border: 1px solid #144295;
}
.basket_fixed:hover .basket-small{
	color:#144295;
    border-bottom: 1px solid #144295;
}
.basket {
	padding: 23px 15px;
    display: table;
    position: relative;
}
.basket a{
	font-size:14px;
}
.basket .icon{
    display: table;
    margin: 0 auto;
}
.basket a .count {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #144295;
    font: 14px 'exo', sans-serif;
    margin-left: 7px;
    padding: 1px 6px;
    color: #ffffff;
    position: absolute;
    top: 15px;
    left: 43px;
}

    

@media(max-width:964px){
    .basket a .count {
        top: 4px;
    }
}


.basket:hover a .count{
    background: #009a92;
}
.basket .icon svg{
    stroke:#000;
}
.head .basket_down_box{
    position: absolute;
    top:-6px;
    width: 210px;
    right: 0px;
	margin-top: 7px;
	font: 13px 'exo', sans-serif;
    color: #333333;
    text-align: center;
}
.head .phone a{
    font: 18px 'Roboto', sans-serif;
    color: #333333;
    margin: 0px auto;
	border-bottom:1px dashed #27282d;
}
.head .phone a:hover{
	color:#009a92;
	border-bottom:1px dashed #009a92;
}
.header .phones{
    font: 18px 'Roboto', sans-serif;
    color: #333333;
    margin: 12px auto 0px 0%;
	height:auto;
	text-align:left;
}
.social_head{
	padding: 20px 10px 0;
    z-index: 10;
    position: relative;
}
.search_block_new{
	position: relative;
    width: 100%;
    margin: 23px auto 0px 0px;
}
.search_block_new form{
	position: relative;
}
.search_block_new input[type=text]{
    padding: 7px;
    width: 100%;
	margin-bottom:0px;
}
.search_block_new button{
	background:url(/html/img/search_n.webp) no-repeat;
    position: absolute;
    right: 10px;
    top: 8px;
    border: none;
    width: 18px;
    height: 18px;
	cursor:pointer;
}
.contacts-drop{
    color: #fff;
}
.contacts-drop:hover .contact-boxing{
    display: table!important;
}
.contact-boxing{
    color:#313131;
    width: 300px;
    position: absolute;
    background: #fff;
    top:45px;
    right: 0px;
    z-index: 12;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
-ms-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
-o-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
-khtml-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
}
.cbox-inner{
    padding: 15px 15px 0 15px;
}
.butn-t .icon{
    position: absolute;
    left: 15px;
    top: 4px;
}
.butn-t{
    line-height: 45px;
    cursor: pointer;
    position: relative;
    padding-left: 45px;
}
.butn-t svg{
    fill:#fff
}
.contacts-drop .hpt, .phones .hpt{
    margin-top: 10px;
	background: url("/html/img/phone.webp") left 1px no-repeat;
    padding: 0px 0px 0px 30px;
	min-height:45px;
    margin-bottom: 10px;
}
.contacts-drop .phone{
    background: #144295;
    text-align: center;
}
.contacts-drop .phone div{
    display: block;
    cursor: pointer;
    color:#fff;
    line-height: 44px;
    font-size: 18px;
}
.hpt-one{
    line-height: 45px;
}
.contacts-drop .hpt a{
    font-size: 18px;
	color:#144295;
	border-bottom: 1px dashed #144295;
}
.contacts-drop .hpt a:hover{
	color:#009a92;
	border-bottom: 1px dashed #009a92;
}
.content {
    padding: 0 0 316px;
}
.set_page{
    padding-top: 25px;
}
.catalog_menu {
    position: relative;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .3);
    display: table;
    margin: 0 auto;
    /* max-width: 964px; */
    background: #ececec;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    height: calc(95vh - 200px);
    overflow-y: scroll;
    padding: 20px 15px;
    /*align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;*/
}
.cat_action{
    transition: opacity 300ms ease-in;
    opacity: 1;
    border-radius: 8px;
    background: #144295;
    box-shadow: 0 6px 8px #144295;
    color: #fff;
    cursor: pointer;
    text-align: center;
    visibility: visible;
    display: flex;
    flex-direction: row;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0;
    padding: 10px 16px 10px 20px;
    margin: 20px 15px 20px 15px;
}
.cat_butn{
    
}
.cat_butn_inner{
    display: none;
}
.cat_butn .dmenu{
    position: absolute;
    top: 84px;
    left: 0px;
    width: 100%;
}
.cat_butn  .cm_l1{
    color: #4e4e4e;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
    position: relative;
    padding-right: 14px;
    word-break: break-word;
    white-space: normal;
    transition-duration: unset !important;
    width: 33%;
}
.cat_butn:hover .cat_butn_inner{
    display: block
}




.mobile_btn_search {
    display: none;
}
.mobile_menu_block {
    display: none;
}
.social_panel{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.social_panel li:first-child{
	margin-left:0px;
}
.social_panel li{
	width:40px;
	height:40px;
	margin-left:10px;
}
.social_panel li a{
	width:40px;
	height:40px;
	background:url("/html/img/social.webp") no-repeat;
    display: block;
	-moz-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    -webkit-transition: all 0s ease-out;
}

.catalog_menu .cat_img{
	width: 30px;
    height: 30px;
    display: inline-block;
    float: left;
}
.catalog_menu .cm_l1:hover .cat_img{
	background-position: 0 -30px!important;
}
.catalog_menu .cm_l1{
	padding: 0px 14px;
    line-height: 40px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;

    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    text-align: left
}
.catalog_menu .cm_l1.last-child{
	border-right:none;	
}
.catalog_menu .cm_l1 .cm_l2{
	display:none;
	position:absolute;
    margin-top: 10px;
	background:#144295;
	padding:20px 20px 10px 20px;
    left: 0px;
    right: 0px;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	z-index:1001;
	list-style:none;
}
.catalog_menu .cm_l1 .cm_l2 li{
	display:inline-block;
	margin-bottom:3px;
	margin-right:15px;
}
.catalog_menu .cm_l1 .cm_l2 a{
	font:16px 'exo', sans-serif;
    color: #75b9e9;
}
.catalog_menu .cm_l1 .cm_l2 a span{
    border-bottom: 1px solid #237fc1;
}
.catalog_menu .cm_l1 .cm_l2 a:hover{
	color:#00dcd1;
	text-shadow: 0px 0px 0px #4eb4d2;
}
.catalog_menu .cm_l1 .cm_l2 a:hover span{
    border-bottom: 1px solid #00dcd1;
}
.catalog_menu .cm_l1 > a{
	font:15px 'exo', sans-serif;
	color:#333333;
	background-position:0px 0px;
	-moz-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    -webkit-transition: all 0s ease-out;
}
.catalog_menu .cm_l1 .cm_l2 .selected {
	font: 15px 'exo', sans-serif;
	color:#ffffff;
}
.catalog_menu .cm_l1:hover > a {
	color:#009a92;
	background-position:0px -25px !important;
}
.cm_l1_a{
	padding-left:60px;
}
.catalog_menu .cm_l10 {
    /*border-right: 1px solid #ececec;
    margin-bottom: -1px;
    max-width: 105px;
    width: 100%;
    padding: 20px 15px;*/
    max-width: 210px;
    width: 100%;
    margin-left: 20px;
    border-left: 1px solid #ececec;
}
.catalog_menu_list{
    width: calc(100% - 210px);
}
.catalog_menu .cm_l10 > a {
    background-position: 0 0;
    color: #fff;
    font: 15px "exo",sans-serif;
    margin-bottom: 5px;
    padding-bottom: 4px;
    transition: all 0s ease-out 0s;
    padding: 0px 20px;
    line-height: 30px;
}
.catalog_menu .bx-nav-list-2-lvl{
    width: 30%;
    margin-right: 3%;
}
.catalog_menu .bx-nav-2-lvl{
	vertical-align:top;
	margin-bottom:10px !important;
}
.catalog_menu .bx-nav-2-lvl > a{
	font-weight:bold !important; 
}
.catalog_menu .bx-nav-3-lvl > a{
	font-size:13px !important;
}
.catalog_menu .bx-nav-3-lvl > a span{
    line-height: 22px;
}
.catalog_menu .bx-nav-3-lvl{
	width:100% !important;
}
.catalog_menu .bx-nav-list-3-lvl {
	padding: 10px 15px 0;
    line-height: 14px;
    display: block;
}
@media (min-width: 320px) and (max-width: 840px) {
	.catalog_menu .bx-nav-list-2-lvl{
		width: 100%;
	}
	/*
	.catalog_menu .cm_l1:hover .cm_l2{
		display:inherit;
	}*/
	.catalog_menu .cm_l1.active .cm_l2{
		display:inherit;
	}
}
.catalog_menu .bx-nav-list-2-lvl {
    width: 30%;
    margin-right: 3%;
}
.catalog_menu .cm_l1 .cm_l2 {
    display: none;
    position: absolute;
    margin-top: 10px;
    background: #144295;
    padding: 20px 20px 10px;
    left: 0;
    right: 0;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    z-index: 1001;
    list-style: none;
}
.picture-container {
    height: 299px;
    display: flex;
}
.call_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 90;
    display: none;
}
@media (max-width: 964px) {
	.tmenu .top_menu {
		display: none;
	}
    .catalog_menu .cm_l10 > a{
    display: block;
    }
	.search_block_new {
		position: fixed;
		top: 45px;
		left: 0;
		padding: 20px;
		z-index: 100;
		right: 0;
		margin: 0!important;
		border-bottom: solid 1px #ddd;
		background-color: #f6f6f6;
	}
    .newyear .search_block_new{
		top: 160px;
    }
	.head .social_head {
		display: none;
	}
}

@media (max-width: 964px) { 

    .catalog_menu_list{
        /*display: none;*/
        width: 100%;
    }
}
@media (min-width: 320px) and (max-width: 964px) {
	
	.catalog_menu{
		width: 100%;
		cursor: pointer;
		margin-bottom: 20px;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
	}
    /*
	.catalog_menu_list.active{
		display: block;
		position: absolute;
		top: 61px;
		width: 100%;
		z-index: 10;
		background: #ffffff;
	}*/
	.catalog_menu .cm_l1{
		display: block;
		width: 100%;
		padding: 0px!important;
	}
	.catalog_menu .cm_l1 .cat_img{
		margin-top: 6px;
	}
	.catalog_menu .cm_l1 > a{
		display: block;
		width: 100%;
		padding: 10px 20px 10px!important;
		
	}
	.catalog_menu .cm_l1 .cm_l2 a{
	}
	.catalog_menu .cm_l1 .cm_l2{
		margin-top: 0px!important;
	}
	.catalog_menu .cm_l10{
		display: block;
		width: 100%;
		background:#144295;
		position: relative;
        max-width: inherit
	}
	.catalog_menu .cm_l10::after{
		content: '';
		position: absolute;
		right: 10px;
    	top: 17px;
		width: 8px;
		height: 13px;
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAANCAMAAACjHN8KAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABjUExURUdwTP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////zQsxRwAAAAgdFJOUwA/E3ABkgaJ5ZylfraurCf23S05dfogStca/qFlz8VSJcSduwAAAEVJREFUCB0FwIURg0AQAMCFAP/EDbfrv0rGJQHaqIGqjrYCUlwb4BaPBvjHvQRSPMEv5wKKd/7C0H1ecMxjD2tsE1j2EpyWhAMKcM6DyQAAAABJRU5ErkJggg==) no-repeat right!important;
	}
    .catalog_menu .cm_l10 > a{
        padding: 20px;
    }
    .catalog_menu .cm_l10_inner{
        padding: 15px;
    }
    .catalog_menu .cm_l10_inner a{
        color:#fff;
    }
}
@media (min-width: 320px) and (max-width: 640px) {
    
	.catalog_menu .cm_l1 > a{
		display: block;
		width: 100%;
		padding: 10px 20px 10px!important;
		font-size: 20px!important;
	}
	.catalog_menu .cm_l1 .cm_l2 a,.catalog_menu .cm_l10 > a{
		font-size: 20px!important;
	}
}
.fotorama {
    min-width: 1px;
    overflow: hidden;
    margin-top: -1px;
}
.fotorama__nav, .fotorama__stage {
    overflow: hidden;
    position: relative;
    max-width: 100%;
}

