@font-face {
    font-family: 'myMyriadPro';
    src: url('fonts/MyriadPro-Regular.eot');
    src: url('fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('fonts/MyriadPro-Regular.woff') format('woff'),
        url('fonts/MyriadPro-Regular.ttf') format('truetype'),
        url('fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'myMyriadPro';
    src: url('fonts/MyriadPro-It.eot');
    src: url('fonts/MyriadPro-It.eot?#iefix') format('embedded-opentype'),
        url('fonts/MyriadPro-It.woff2') format('woff2'),
        url('fonts/MyriadPro-It.woff') format('woff'),
        url('fonts/MyriadPro-It.ttf') format('truetype'),
        url('fonts/MyriadPro-It.svg#MyriadPro-It') format('svg');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'myMyriadPro';
    src: url('fonts/MyriadPro-Semibold.eot');
    src: url('fonts/MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'),
        url('fonts/MyriadPro-Semibold.woff2') format('woff2'),
        url('fonts/MyriadPro-Semibold.woff') format('woff'),
        url('fonts/MyriadPro-Semibold.ttf') format('truetype'),
        url('fonts/MyriadPro-Semibold.svg#MyriadPro-Semibold') format('svg');
	font-weight: 600;
	font-style: normal;
}
@font-face {
    font-family: 'myMyriadPro';
    src: url('fonts/MyriadPro-Bold.eot');
    src: url('fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/MyriadPro-Bold.woff2') format('woff2'),
        url('fonts/MyriadPro-Bold.woff') format('woff'),
        url('fonts/MyriadPro-Bold.ttf') format('truetype'),
        url('fonts/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
	font-family: 'myMyriadPro2';
    src: url('fonts/MyriadPro-LightSemiExt.eot');
    src: url('fonts/MyriadPro-LightSemiExt.eot?#iefix') format('embedded-opentype'),
        url('fonts/MyriadPro-LightSemiExt.woff2') format('woff2'),
        url('fonts/MyriadPro-LightSemiExt.woff') format('woff'),
        url('fonts/MyriadPro-LightSemiExt.ttf') format('truetype'),
        url('fonts/MyriadPro-LightSemiExt.svg#MyriadPro-LightSemiExt') format('svg');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'myMyriadPro2';
    src: url('fonts/MyriadPro-BlackSemiCn.eot');
    src: url('fonts/MyriadPro-BlackSemiCn.eot?#iefix') format('embedded-opentype'),
        url('fonts/MyriadPro-BlackSemiCn.woff2') format('woff2'),
        url('fonts/MyriadPro-BlackSemiCn.woff') format('woff'),
        url('fonts/MyriadPro-BlackSemiCn.ttf') format('truetype'),
        url('fonts/MyriadPro-BlackSemiCn.svg#MyriadPro-BlackSemiCn') format('svg');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'myMyriadPro2';
    src: url('fonts/MyriadPro-SemiboldSemiCn.eot');
    src: url('fonts/MyriadPro-SemiboldSemiCn.eot?#iefix') format('embedded-opentype'),
        url('fonts/MyriadPro-SemiboldSemiCn.woff2') format('woff2'),
        url('fonts/MyriadPro-SemiboldSemiCn.woff') format('woff'),
        url('fonts/MyriadPro-SemiboldSemiCn.ttf') format('truetype'),
        url('fonts/MyriadPro-SemiboldSemiCn.svg#MyriadPro-SemiboldSemiCn') format('svg');
	font-weight: 600;
	font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
	text-decoration:none;
	-webkit-text-size-adjust: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea:focus, input:focus{
    outline: none;
}

body {
	font-family:'myMyriadPro', Tahoma, Geneva, sans-serif;
	background:#fff;
	font-weight: normal;
	font-style: normal;
}

/*HEADER*/
#header {
	background: #f3f3f3;
}
#header .cont {
    width: 90%;
    max-width: 1600px;
	margin: auto;
	padding: 20px 0 25px 0;
}

#header .cont .logo,
#header .cont .search,
#header .cont .contacts,
#header .cont .basket {
	display: table-cell;
	vertical-align: middle;
	/*background: #ccc;*/
}
#header .cont .search {
	width: 100%;
	position: relative;
}

#header .cont .logo a, #header .cont .logo .home {
    width: 247px;
	height: 67px;
	display: block;
	position: relative;
	overflow: hidden;
}

#header .cont .logo .m-menu {
	display: none;
	width: 35px;
	height: 35px;
	background: url(../img/m-menu-1.svg) no-repeat;
	vertical-align: middle;
	margin-right: 15px;
	cursor: pointer;
}
#header .cont .logo .m-menu.active,
#header .cont .logo .m-menu:hover {
	background-position: 0 -35px;
}

#header .cont .logo a .blick, #header .cont .logo .home .blick {
    width: 40px;
	height: 67px;
	background: url(../img/blick-1.svg) no-repeat;
	position: absolute;
	left: -45px;
	top: 0;
}

#header .cont .search form {
	width: 100%;
}
#header .cont .search form fieldset {
	position: relative;
	overflow: hidden;
	padding: 0 3%;
}
#header .cont .search input {
	width: 97%;
	height: 16px;
	padding: 12px 1%;
	background: #fff;
	border: none;
	font-size: 18px;
	font-family:'myMyriadPro', Tahoma, Geneva, sans-serif;
	font-style: italic;
	border-radius: 6px;
	color: #b3b3b3;
	letter-spacing: 0.2px;
}
#header .cont .search input.act {
	color: #000;
	font-style: normal;
}
#header .cont .search input.submit {
	width: 55px;
	height: 40px;
	background: url(../img/search-1.svg) no-repeat;
	position: absolute;
	padding: 0;
	top: 0;
	right: 3%;
	text-indent: 65px;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
	z-index: 1;
}
#header .cont .search input.submit:hover {
	background-position: 0 -40px;
}
#header .cont .search .error {
	position: absolute;
	top: 0px;
	width: 90%;
	height: 12px;
	line-height: 12px;
	padding: 14px 1%;
	background: #c00;
	font-size: 20px;
	color: #fff;
	letter-spacing: 0.5px;
	border-radius: 6px;
	display: none;
}

#header .cont .contacts {
	padding-right: 30px;
}
#header .cont .contacts .phone {
	font-size: 19px;
}
#header .cont .contacts .phone.th1 {
	margin-bottom: 2px;
	margin-top: 4px;
}
#header .cont .contacts .phone.th2 {
	margin-top: 5px;
}
#header .cont .contacts .phone a {
	display: block;
	color: #000;
	position: relative;
	padding-left: 18px;
}
#header .cont .contacts .phone a .icon {
	position: absolute;
	top: 1px;
	left: 0;
	width: 10px;
	height: 15px;
	background: url(../img/phone-1.svg) no-repeat;
}
#header .cont .contacts .phone a:hover {
	color: #ff421c;
}
#header .cont .contacts .phone a:hover .icon {
	background-position: 0 -15px;
}

#header .cont .basket a {
	display: block;
	width: 36px;
	height: 32px;
	background: url(../img/basket-1.svg) 7px 0px no-repeat;
	position: relative;
	overflow: hidden;
	padding-left: 7px;
}
#header .cont .basket a .amount {
	position: absolute;
	left: 0;
	top: 1px;
	background: #ff421c;
	border-radius: 10px;
	display: block;
	width: 18px;
	height: 18px;
	color: #fff;
	font-size: 14px;
	line-height: 19px;
	font-weight: 600;
	text-align: center;
}
#header .cont .basket a .blick {
    width: 40px;
	height: 67px;
	background: url(../img/blick-1.svg) no-repeat;
	position: absolute;
	left: -45px;
	top: 0;
}

/*MENU*/
#menu {
	background: #ff421c;
}
#menu .cont {
    width: 90%;
    max-width: 1600px;
	margin: auto;
}

#menu .cont .m-menu-logo {
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
	padding: 15px 0;
	display: none;
}
#menu .cont .m-menu-logo .text {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.3px;
	line-height: 22px;
}
#menu .cont .m-menu-logo .arrow {
	width: 15px;
	height: 15px;
	background: url(../img/m-menu-arr-2.svg) no-repeat;
	position: absolute;
	left: 15px;
	top: 18px;
	cursor: pointer;
}
#menu .cont .m-menu-logo .arrow:hover {
	background-position: 0 -15px;
}
#menu .cont .m-menu-logo .close-menu {
	width: 15px;
	height: 15px;
	background: url(../img/m-menu-close-1.svg) no-repeat;
	position: absolute;
	right: 15px;
	top: 18px;
	cursor: pointer;
}
#menu .cont .m-menu-logo .close-menu:hover {
	background-position: 0 -15px;
}
#menu .cont .m-menu-logo a:hover {
	color: #ff421c;
}

#menu .cont .m-rightmenues {
    width: auto;
    padding: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	/*width: 100%;*/
	background: #ccc;
	left: 100%;
}
#menu .cont .m-rightmenu {
	background: #fff;
	position: absolute;
	/*width: 100%;*/
	top: 0;
	/*bottom: 0;*/
	display: none;
}
#menu .cont .m-menu-category {
	width: 100%;
	text-align: center;
	padding: 15px 0;
}
#menu .cont .m-menu-category .text {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.3px;
	line-height: 20px;
	margin: 0 40px;
}
#menu .cont .m-menu-category .arrow {
	width: 15px;
	height: 15px;
	background: url(../img/m-menu-arr-2.svg) no-repeat;
	position: absolute;
	left: 15px;
	top: 17px;
	cursor: pointer;
}
#menu .cont .m-menu-category .arrow:hover {
	background-position: 0 -15px;
}
#menu .cont .m-menu-category .close-menu {
	width: 15px;
	height: 15px;
	background: url(../img/m-menu-close-1.svg) no-repeat;
	position: absolute;
	right: 15px;
	top: 18px;
	cursor: pointer;
}
#menu .cont .m-menu-category .close-menu:hover {
	background-position: 0 -15px;
}
#menu .cont .m-menu-category a:hover {
	color: #ff421c;
}
#menu .cont .m-menu-category-list {
	border-top: 1px solid #dfdfdf;
}
#menu .cont .m-menu-category-list li {
	border-bottom: 1px solid #dfdfdf;
	line-height: 20px;
	font-size: 18px;
}
#menu .cont .m-menu-category-list a {
	display: block;
	padding: 15px 45px 15px 15px;
	/*background: url(../img/m-menu-arr-1.svg) no-repeat 100% 0;*/
	background: #f5f5f5;
	color: #000;
	position: relative;
}
#menu .cont .m-menu-category-list a .m-arr {
	width: 14px;
	height: 14px;
	background: url(../img/m-menu-arr-1.svg) no-repeat;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -6px;
	display: none;
}
#menu .cont .m-menu-category-list a .m-arr.show {
	display: block;
}
#menu .cont .m-menu-category-list a:hover {
	/*background-position: 100% 100%;*/
	background: #fafafa;
}

#menu .cont .block {
	display: table-cell;
	vertical-align: middle;
}
#menu .cont .block a {
	color: #fff;
}

#menu .cont .m-contacts {
	padding-left: 15px;
	border-top: 1px solid #dfdfdf;
	padding-top: 15px;
	padding-bottom: 15px;
	display: none;
}
#menu .cont.onlycategories .m-contacts {
	display: none;
}
#menu .cont .m-contacts .phone {
	font-size: 19px;
}
#menu .cont .m-contacts .phone.th1 {
	margin-bottom: 12px;
	margin-top: 4px;
}
#menu .cont .m-contacts .phone.th2 {
	margin-top: 5px;
}
#menu .cont .m-contacts .phone a {
	display: block;
	color: #000;
	position: relative;
	padding-left: 18px;
}
#menu .cont .m-contacts .phone a .icon {
	position: absolute;
	top: 1px;
	left: 0;
	width: 10px;
	height: 15px;
	background: url(../img/phone-1.svg) no-repeat;
}
#menu .cont .m-contacts .phone a:hover {
	color: #ff421c;
}
#menu .cont .m-contacts .phone a:hover .icon {
	background-position: 0 -15px;
}

#menu .cont .m-icons {
	padding-left: 15px;
	border-top: 1px solid #dfdfdf;
	padding-top: 15px;
	display: none;
}
#menu .cont .m-icons a {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: #ccc;
	padding: 0;
	text-indent: 25px;
	overflow: hidden;
	margin-right: 8px;
}
#menu .cont .m-icons a.instagram {
    background: url(../img/instagram-2.png) no-repeat 0px 0px;
}
#menu .cont .m-icons a.facebook {
    background: url(../img/facebook-2.svg) no-repeat 0px 0px;
}
#menu .cont .m-icons a.pinterest {
    background: url(../img/pinterest-2.svg) no-repeat 0px 0px;
}
#menu .cont .m-icons a:hover {
	background-position: 0 -24px;
}
#menu .cont.onlycategories .m-icons {
	display: none;
}

#menu .cont .block.th1 ul {
	display: block;
	height: 44px;
	width: 110px;
}
#menu .cont .block.th1 ul li {
	font-size: 20px;
	font-weight: 600;
	display: block;
	vertical-align: bottom;
	line-height: 20px;
	padding: 12px 20px 12px;
	margin-left: -20px;
	letter-spacing: 0.3px;
	color: #fff;
	cursor: pointer;
	position: relative;
    -webkit-transition: background 0.125s ease-in-out;
    -moz-transition: background 0.125s ease-in-out;
    -o-transition: background 0.125s ease-in-out;
    transition: background 0.125s ease-in-out;
}
#menu .cont .block.th1 ul li .arrow {
	position: absolute;
	width: 12px;
	height: 12px;
	right: 17px;
	top: 17px;
	background: url(../img/arr-1.svg) no-repeat;
}
#menu .cont .block.th1 ul li:hover {
	background: #ff5926;
}

#menu .cont .block.th1 ul li .submenu {
	position: absolute;
	z-index: 2;
	display: block;
	background: #ccc;
	top: 44px;
	left: 0;
	box-shadow: 0px 2px 10px #00000052;
	border-radius: 0 0 4px 4px;
	width: 840px;
	overflow: hidden;
	display: none;
}
#menu .cont .block.th1 ul li .submenu ul.leftmenu {
	height: auto;
	width: 270px;
	display: table-cell;
	vertical-align: top;
	background: #f5f5f5;
}
#menu .cont .block.th1 ul li .submenu ul.leftmenu li {
	display: block;
	margin-left: 0;
	padding: 0;
	letter-spacing: 0;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	cursor: default;
}
#menu .cont .block.th1 ul li .submenu ul.leftmenu li:hover {
	background: none;
}
#menu .cont .block.th1 ul li .submenu ul.leftmenu li a {
	display: block;
	color: #000;
	background: #f5f5f5;
	padding: 12px 20px 12px;
    -webkit-transition: background 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out;
    -o-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
}
#menu .cont .block.th1 ul li .submenu ul.leftmenu li a.hover,
#menu .cont .block.th1 ul li .submenu ul.leftmenu li a:hover {
	background: #fff;
}

#menu .cont .block.th1 ul li .submenu ul.rightmenu {
	height: auto;
	width: 100%;
	display: table-cell;
	vertical-align: top;
	background: #fff;
	padding: 20px;
	cursor: default;
}
#menu .cont .block.th1 ul li .submenu ul.rightmenu.th2,
#menu .cont .block.th1 ul li .submenu ul.rightmenu.th3 {
	display: none;
}
#menu .cont .block.th1 ul li .submenu ul.rightmenu ul {
	height: auto;
	width: auto;
}

#menu .cont .block.th1 ul li .submenu ul.rightmenu .tr {
	display: inline-block;
	vertical-align: top;
}
#menu .cont .block.th1 ul li .submenu ul.rightmenu .tr.th1 {
	width: 50%;
}
#menu .cont .block.th1 ul li .submenu ul.rightmenu .tr.th2 {
	width: 50%;
}
#menu .cont .block.th1 ul li .submenu ul.rightmenu ul li {
	margin-left: 0;
	margin-bottom: 10px;
	padding: 0;
	letter-spacing: 0;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	cursor: default;
}
#menu .cont .block.th1 ul li .submenu ul.rightmenu li:hover {
	background: none;
}
#menu .cont .block.th1 ul li .submenu ul.rightmenu ul li a {
	color: #000;
    -webkit-transition: color 0.1s ease-in-out;
    -moz-transition: color 0.1s ease-in-out;
    -o-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out;
}
#menu .cont .block.th1 ul li .submenu ul.rightmenu ul li a:hover {
	color: #ff421c;
}
#menu .cont .block.th1 ul li .submenu ul.rightmenu ul li a.category {
	font-weight: bold;
	display: block;
}
#menu .cont .block.th1 ul li .submenu ul.rightmenu ul li a.category .icon {
	display: table-cell;
	vertical-align: middle;
}
#menu .cont .block.th1 ul li .submenu ul.rightmenu ul li a.category .tit {
	display: table-cell;
	vertical-align: middle;
}
#menu .cont .block.th1 ul li .submenu ul.rightmenu ul li a.category .icon img {
	width: 68px;
	height: auto;
	margin-right: 10px;
}
#menu .cont .block.th1 ul li .submenu ul.rightmenu ul li ul li {
	margin-left: 78px;
	margin-bottom: 2px;
	font-size: 16px;
}

#menu .cont .block.th1 ul li .submenu ul.leftmenu li a .m-arr {
	width: 14px;
	height: 14px;
	background: url(../img/m-menu-arr-1.svg) no-repeat;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -6px;
	display: none;
}

#menu .cont .block.th2 {
	width: 100%;
	text-align: center;
}
#menu .cont.onlycategories .block.th3 {
	display: none;
}
#menu .cont .block.th2 li {
	font-size: 18px;
	display: inline-block;
	line-height: 24px;
	letter-spacing: 0.3px;
}
#menu .cont .block.th2 li a {
	display: block;
	padding: 10px 30px;
    -webkit-transition: background 0.125s ease-in-out;
    -moz-transition: background 0.125s ease-in-out;
    -o-transition: background 0.125s ease-in-out;
    transition: background 0.125s ease-in-out;
}
#menu .cont .block.th2 li a:hover {
	background: #ff5926;
}
#menu .cont .block.th2 li a .m2 {
	display: none;
}

#menu .cont.onlycategories .block.th2 {
	display: none;
}
#menu .cont .block.th3 ul {
	display: block;
	height: 44px;
	width: 102px;
}
#menu .cont .block.th3 ul li {
	font-size: 18px;
	letter-spacing: 0.3px;
	line-height: 24px;
	text-align: right;
	float: right;
	display: none;
}
#menu .cont .block.th3 ul li.active {
	display: block;
}
#menu .cont .block.th3 ul li a,
#menu .cont .block.th3 ul li .mmllink {
	text-align: right;
	display: block;
	padding: 10px 20px 10px 0;
	margin-right: -20px;
}
#menu .cont .block.th3 ul li a .arrow,
#menu .cont .block.th3 ul li .mmllink .arrow {
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	margin-left: 4px;
	background: url(../img/arr-2.svg) no-repeat;
}
#menu .cont .block.th3 ul li a:hover,
#menu .cont .block.th3 ul li .mmllink:hover {
	background: #ff5926;
}

#menu .cont .block.th3 ul.mml_links {
	position: relative;
}
#menu .cont .block.th3 ul.mml_links li {
	position: absolute;
	z-index: 1;
	display: block;
	right: -20px;
	top: 44px;
	width: 88px;
	display: none;
}
#menu .cont .block.th3 ul.mml_links li a,
#menu .cont .block.th3 ul.mml_links li .mmllink {
	margin-right: 0;
	text-align: center;
	color: #000;
	box-shadow: 0px 2px 10px #00000052;
	border-radius: 0 0 4px 4px;
	background: #f5f5f5;
	padding: 10px 20px 10px 20px;
}
#menu .cont .block.th3 ul.mml_links li a:hover,
#menu .cont .block.th3 ul.mml_links li .mmllink:hover {
	background: #fff;
}
#menu .cont .block.th3 ul.mml_links li.active {
	top: 0;
	display: block;
}
#menu .cont .block.th3 ul.mml_links li.active a,
#menu .cont .block.th3 ul.mml_links li.active .mmllink {
	padding: 10px 20px 10px 0;
	text-align: right;
	color: #fff;
	box-shadow: none;
	border-radius: 0;
	background: none;
}
#menu .cont .block.th3 ul.mml_links li a .arrow,
#menu .cont .block.th3 ul.mml_links li .mmllink .arrow {
	display: none;
}
#menu .cont .block.th3 ul.mml_links li.active a .arrow,
#menu .cont .block.th3 ul.mml_links li.active .mmllink .arrow {
	display: inline-block;
}
#menu .cont .block.th3 ul.mml_links:hover li.active {
	background: #ff5926;
}

#m-shadow {
	background: #00000080;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	display: none;
}

/*CATEGORYES*/
#categoryes .cont {
    width: 90%;
    max-width: 1600px;
	margin: auto;
	position: relative;
	padding: 30px 0 10px;
}
#categoryes .cont #breadcrumb {
	overflow: hidden;
	padding-bottom: 10px;
	margin-top: -10px;
}
#categoryes .cont #breadcrumb li {
	float: left;
	list-style:none;
	font-size: 18px;
	line-height: 22px;
	color: #999;
}
#categoryes .cont #breadcrumb li a {
	color: #999;
	padding-right:5px;
}
#categoryes .cont #breadcrumb li a:hover {
	color: #ff421c;
}
#categoryes .cont #breadcrumb li + li:before{
	content: url(../img/arr-6.svg);
  margin:   0 5px 0 0;
}
#categoryes .cont h1 {
	font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}
#categoryes .cont .categoryes {
	display: flex;
}
#categoryes .cont .categoryes a {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 20px;
    vertical-align: top;
	width: 15%;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 20px;
    /*box-shadow: 0px 0px 5px #00000052;*/
	font-size: 19px;
	color: #000;
	line-height: 22px;
    -webkit-transition: all 0.125s ease-in-out;
    -moz-transition: all 0.125s ease-in-out;
    -o-transition: all 0.125s ease-in-out;
    transition: all 0.125s ease-in-out;
}
#categoryes .cont .categoryes a .img {
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
#categoryes .cont .categoryes a .name {
	display: block;
	text-align: center;
}
#categoryes .cont .categoryes a:hover {
	box-shadow: 0px 0px 5px #00000052;
    color: #ff421c;
}

/*BOTTOM-TEXT*/
#bottomtext .cont {
    width: 90%;
    max-width: 1600px;
	margin: auto;
	position: relative;
	padding-bottom: 30px;
}
#bottomtext .cont .hiddentext {
	overflow: hidden;
	position: relative;
}
#bottomtext .cont .og-img {
    height: 0px;
    overflow: hidden;
}
#bottomtext .cont h1,
#bottomtext .cont h2,
#bottomtext .cont h3,
#bottomtext .cont h4,
#bottomtext .cont h5,
#bottomtext .cont h6 {
	font-size: 24px;
    font-weight: bold;
	margin-bottom: 20px;
}
#bottomtext .cont h4 {
	font-size: 22px;
}
#bottomtext .cont h5 {
	font-size: 20px;
}
#bottomtext .cont h6 {
	font-size: 18px;
}
#bottomtext .cont p {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 20px;
}
#bottomtext .cont li p {
	margin-bottom: 0;
}
#bottomtext .cont ul {
	margin-bottom: 20px;
	padding-left: 15px;
}
#bottomtext .cont ol {
	margin-bottom: 20px;
	padding-left: 20px;
}
#bottomtext .cont li {
	font-size: 18px;
	line-height: 22px;
}
#bottomtext .cont ul li {
	list-style: "-  " outside;
}
#bottomtext .cont ol li {
	list-style: decimal outside;
}
#bottomtext .cont p a {
	color: #ff421c;
}
#bottomtext .cont p a:hover {
	color: #ff5926;
}
#bottomtext .cont .more {
	padding:  74px 0 0 0;
	background: url(../img/bottom-opacity-1.png)  0px 0px repeat-x;
	margin-top: -50px;
	position: relative;
	z-index: 1;
}
#bottomtext .cont .more.open {
	padding:  30px 0 0 0;
	margin-top: 0px;
}
#bottomtext .cont .more p {
	margin-bottom: 0;
	font-size: 20px;
}
#bottomtext .cont .more p .link {
	cursor: pointer;
}
#bottomtext .cont .more p .link:hover {
	color: #ff421c;
}
#bottomtext .cont .more p .link .arr {
	width: 10px;
	height: 10px;
	background: url(../img/arr-4.svg)  0px 0px;
	display: inline-block;
	margin-left: 5px;
	margin-bottom: 1px;
	vertical-align: middle;
}
#bottomtext .cont .more p .link:hover .arr {
	background-position: 0px -10px;
}
#bottomtext .cont .more.open p .link .arr {
	background-position: 0px -20px;
	margin-left: 8px;
}
#bottomtext .cont .more.open p .link:hover .arr {
	background-position: 0px -30px;
}

/*FOOTER*/
#footer {
	background: #454a4d;
}
#footer .cont {
    width: 90%;
    max-width: 1600px;
	margin: auto;
	position: relative;
	padding: 30px 0;
}
#footer .cont .block {
	display: table-cell;
    vertical-align: top;
	padding-right: 20px;
}
#footer .cont .block.th4 {
	padding-right: 0;
	width: 1%;
}
#footer .cont .block .logo a, #footer .cont .block .logo .home {
	display: block;
	width: 221px;
	height: 60px;
	background: url(../img/logo-4.svg)  0px 0px;
}
#footer .cont .block .logo a img, #footer .cont .block .logo .home img {
    -webkit-transition: opacity 0.125s ease-in-out;
    -moz-transition: opacity 0.125s ease-in-out;
    -o-transition: opacity 0.125s ease-in-out;
    transition: opacity 0.125s ease-in-out;
}
#footer .cont .block .logo a:hover img, #footer .cont .block .logo .home:hover img {
	opacity: 0;
}
#footer .cont .block.th1 p {
	color: #808080;
	font-size: 20px;
	line-height: 24px;
	margin-top: 10px;
}
#footer .cont .block.th1 p.logo {
	margin-top: 0;
}
#footer .cont .block.th1 p span {
	font-family:Geneva, sans-serif;
	font-weight: bold;
	font-size: 18px;
}
#footer .cont .block ul li {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 4px;
}
#footer .cont .block .link {
	color: #b3b3b3;
}
#footer .cont .block.th2 a,
#footer .cont .block.th3 a {
	color: #999;
    -webkit-transition: color 0.125s ease-in-out;
    -moz-transition: color 0.125s ease-in-out;
    -o-transition: color 0.125s ease-in-out;
    transition: color 0.125s ease-in-out;
}
#footer .cont .block a:hover {
	color: #b3b3b3;
}
#footer .cont .block.th4 p {
	color: #999;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 3px;
}
#footer .cont .block p.tit {
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.3px;
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 24px;
}
#footer .cont .block.th4 p a {
	color: #999;
	position: relative;
	padding-left: 20px;
	display: block;
}
#footer .cont .block.th4 .phone .icon {
	position: absolute;
	top: 3px;
	left: 0;
	width: 9px;
	height: 14px;
	display: block;
    background: url(../img/phone-2.svg) no-repeat 0px 0px;
}
#footer .cont .block.th4 .mail .icon {
	position: absolute;
	top: 3px;
	left: -3px;
	width: 15px;
	height: 13px;
	display: block;
    background: url(../img/mail-1.svg) no-repeat 0px 0px;
}
#footer .cont .block.th4 a:hover {
	color: #b3b3b3;
}
#footer .cont .block.th4 .phone a:hover .icon {
	background-position: 0 -14px;
}
#footer .cont .block.th4 .mail a:hover .icon {
	background-position: 0 -13px;
}
#footer .cont .block.th4 .tit2 {
	margin-top: 28px;
	margin-bottom: 7px;
}
#footer .cont .block.th4 td {
	padding-right: 30px;
}
#footer .cont .block.th4 td.last {
	padding-right: 0;
}
#footer .cont .block.th4 .icons a {
	display: inline-block;
	width: 19px;
	height: 19px;
	background: #ccc;
	padding: 0;
	text-indent: 25px;
	overflow: hidden;
	margin-right: 6px;
}
#footer .cont .block.th4 .icons a.instagram {
    background: url(../img/instagram-1.svg) no-repeat 0px 0px;
}
#footer .cont .block.th4 .icons a.facebook {
    background: url(../img/facebook-1.svg) no-repeat 0px 0px;
}
#footer .cont .block.th4 .icons a.pinterest {
    background: url(../img/pinterest-1.svg) no-repeat 0px 0px;
}
#footer .cont .block.th4 .icons a:hover {
	background-position: 0 -19px;
}

@media
only screen and (max-width : 1620px), only screen and  and (max-device-width : 1620px) {
	
#header .cont,
#menu .cont,
#categoryes .cont,
#bottomtext .cont,
#footer .cont {
    width: 96%;
    max-width: none;
}

#categoryes .cont .categoryes a .img img {
	max-width: 100%;
	height: auto;
}

}
@media
only screen and (max-width : 1320px), only screen and  and (max-device-width : 1320px) {

#menu .cont .block.th2 li a {
    padding: 10px 17px;
}

#footer .cont .block.th4 td {
    padding-right: 0;
    display:inline-block;
}
#footer .cont .block.th4 .tit2 {
    margin-top: 3px;
}
#header .cont .search input {
    width: 96%;
    padding: 12px 2%;
}
#header .cont .search .error {
    width: 88%;
    padding: 14px 2%;
}

}
@media
only screen and (max-width : 1180px), only screen and  and (max-device-width : 1180px) {

#menu .cont .block.th2 li a {
    padding: 10px 6px;
}
#menu .cont .block.th3 ul {
    width: 68px;
}
#menu .cont .block.th1 ul li {
    padding: 12px 4px 12px 10px;
    margin-left: -10px;
}
#menu .cont .block.th1 ul {
    width: 100px;
}
#menu .cont .block.th1 ul li .arrow {
    right: 8px;
}
#menu .cont .block.th3 ul.mml_links li.active a,
#menu .cont .block.th3 ul.mml_links li.active .mmllink {
    padding: 10px 6px 10px 6px;
}
#menu .cont .block.th3 ul.mml_links li {
    right: -6px;
	width: 62px;
}
#menu .cont .block.th3 ul.mml_links li a,
#menu .cont .block.th3 ul.mml_links li .mmllink {
    padding: 10px 6px 10px 6px;
}

}
@media
only screen and (max-width : 1000px), only screen and  and (max-device-width : 1000px) {

#menu .cont .block.th2 li a .m1 {
	display: none;
}
#menu .cont .block.th2 li a .m2 {
	display: inline;
}
#header .cont .search form fieldset {
    padding: 0 6%;
}
#header .cont .search input.submit {
    right: 6%;
}
#header .cont .search .error {
    width: 82%;
    padding: 14px 2%;
}
#menu .cont .block.th2 li a {
    padding: 10px;
}

#footer .cont {
	padding-top: 165px;
	padding-bottom: 15px;
}
#footer .cont .block.th1 {
	position: absolute;
	top: 30px;
}
#footer .cont .block.th4 {
	width: 560px;
	position: absolute;
	top: 30px;
	left: 268px;
}
#footer .cont .block.th2 {
	width: 1%;
	border-top: 1px solid #5d5d5d;
	padding-top: 20px;
	padding-right: 2%;
}
#footer .cont .block.th2 ul {
	width: 270px;
}
#footer .cont .block.th3 {
	width: 68%;
	border-top: 1px solid #5d5d5d;
	padding-top: 20px;
	padding-right: 0;
}
#footer .cont .block.th4 td {
    padding-right: 20px;
}
#footer .cont .block.th3 {
	padding-right: 0;
}
#footer .cont .block.th3 ul li {
	display: inline-block;
}
#footer .cont .block.th3 ul {
	width: 560px;
}
#footer .cont .block.th3 ul li.th1,
#footer .cont .block.th3 ul li.th4 {
	width: 190px;
}
#footer .cont .block.th3 ul li.th2,
#footer .cont .block.th3 ul li.th5 {
	width: 210px;
}
#footer .cont .block.th3 ul li.th3,
#footer .cont .block.th3 ul li.th6 {
	width: 140px;
}
#footer .cont .block.th4 .tit2,
#footer .cont .block.th4 .icons {
    display: inline-block;
	vertical-align: middle;
}
#footer .cont .block.th4 .icons {
	margin-bottom: 5px;
	margin-left: 10px;
}
#footer .cont .block.th4 .tit2 {
	margin-left: -2px;
}
	
#categoryes .cont .categoryes {
    display: block;
}
#categoryes .cont .categoryes a {
	display: inline-block;
	width: 25%;
}

}
@media
only screen and (max-width : 868px), only screen and  and (max-device-width : 868px) { 
#header {
	position: fixed;
	top: 0;
	z-index: 3;
	box-shadow: 0px 2px 2px #0000001c;
}
#header .cont {
    padding: 10px 0 15px 0;
}
#header .cont .logo {
	width: 100%;
}
#header .cont .logo .m-menu {
	display: inline-block;
}
#header .cont .logo a, #header .cont .logo .home {
	display: inline-block;
	vertical-align: middle;
    width: 200px;
    height: 54px;
}
#header .cont .logo a img, #header .cont .logo .home img {
    width: 200px;
	height: auto;
}
#header .cont .search form {
	position: absolute;
	/*width: 520px;*/
	width: 40px;
	right: 10px;
	top: -2px;
	padding: 10px 0;
	background: #f3f3f3;
}    
#header .cont .search form fieldset {
    padding: 0;
}
#header .cont .search input.submit {
    right: 0;
	background-position: 0 -80px;
}
#header .cont .search input.submit:hover {
	background-position: 0 -120px;
}
#header .cont .search .mobile-active input.submit {
	background-position: 0 0;
}
#header .cont .search .mobile-active input.submit:hover {
	background-position: 0 -40px;
}    
#header .cont .search .error {
    width: 90%;
}
#menu {
	position: fixed;
	z-index: 4;
	top: 0;
	left: -100%;
	bottom: 0;
	background: #fff;
	box-shadow: 0px 0px 5px #00000052;
	overflow: hidden;
}
#menu .cont {
	width: auto;
	height: 100%;
	/*padding-top: 50px;*/
	position: relative;
	/*left: -50%;*/
}
#menu .cont .m-scroll {
	/*height: 375px;*/
	overflow-y: scroll;
	position: relative;
	z-index: 1;
	padding-top: 50px;
}
#menu .cont .m-menu-logo {
	display: block;
}
#menu .cont .block {
    display:block;
}
#menu .cont .block a {
	color: #000;
}
#menu .cont .block.th1 ul {
    width: auto;
	height: auto;
	border-top: 1px solid #dfdfdf;
}    
#menu .cont .block.th1 ul li {
    padding: 0;
    margin-left: 0;
    color: #000;
	cursor: default;
}  
#menu .cont .block.th1 ul li .text {
	display: inline-block;
	padding: 15px;
}
#menu .cont .block.th1 ul li:hover {
	background: none;
}
#menu .cont .block.th2 li a:hover {
	background: none;
	color: #fb4424;
}#menu .cont .block.th3 ul li a:hover {
	background: none;
}
#menu .cont .block.th3 ul.mml_links:hover li.active {
	background: none;
}
#menu .cont .block.th3 ul {
    width: auto;
}    
#menu .cont .block.th3 ul.mml_links {
	padding: 15px 0 15px 15px;
	height: 20px;
}
#menu .cont .block.th3 ul.mml_links li {
    position: relative;
    right: auto;
    width: auto;
    text-align: left;
    float: none;
	display: inline-block;
	top: auto;
	margin-right: 10px;
}
#menu .cont .block.th3 ul.mml_links li.active {
	display: inline-block;
	font-weight: bold;
	letter-spacing: 0.3px;
}
#menu .cont .block.th3 ul.mml_links li a,
#menu .cont .block.th3 ul.mml_links li .mmllink {
	text-align: left;
	border-radius: 0;
	background: none;
	box-shadow: none;
	padding: 0;
}
#menu .cont .block.th3 ul.mml_links li a:hover,
#menu .cont .block.th3 ul.mml_links li .mmllink:hover {
	background: none;
	color: #fb4424;
}
#menu .cont .block.th3 ul.mml_links li.active a,
#menu .cont .block.th3 ul.mml_links li.active .mmllink {
    text-align: left;
	padding: 0;
	color: #000;
}    
#menu .cont .block.th2 {
	text-align:left;
	border-bottom: 1px solid #dfdfdf;
}
#menu .cont .block.th2 li {
	display: block;
	line-height: 18px;
}    
#menu .cont .block.th2 li a {
    padding: 15px;
}
#menu .cont .block.th1 ul li .submenu {
	position: relative;
    display: block;
	top: auto;
	left: auto;
	box-shadow: none;
	width: auto;
	border-radius: 0;
	background: #f5f5f5;
}
#menu .cont .block.th1 ul li .submenu ul.leftmenu {
    width: auto;
    display:block;
	border-top: 1px solid #dfdfdf;
}
#menu .cont .block.th1 ul li .submenu ul.leftmenu li {
	border-bottom: 1px solid #dfdfdf;
}
#menu .cont .block.th1 ul li .submenu ul.leftmenu li a {
	padding: 15px 45px 15px 15px;
	/*background: url(../img/m-menu-arr-1.svg) no-repeat 100% 0;*/
	background: #f5f5f5;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
#menu .cont .block.th1 ul li .submenu ul.leftmenu li a .m-arr.show {
	display: block;
}
#menu .cont .block.th1 ul li .submenu ul.rightmenu {
    width: auto;
    display:none;
    padding: 0;
	position: absolute;
	z-index: 3;
	top: 0;
}
#menu .cont .block.th1 ul li .submenu ul.leftmenu li a.hover {
	/*background: url(../img/m-menu-arr-1.svg) no-repeat 100% 0%;*/
	background: #f5f5f5;
}
#menu .cont .block.th1 ul li .submenu ul.leftmenu li a:hover {
	/*background: url(../img/m-menu-arr-1.svg) no-repeat 100% 100%;*/
	background: #fafafa;
}
#menu .cont .block.th1 ul li .submenu ul.rightmenu.th2,
#menu .cont .block.th1 ul li .submenu ul.rightmenu.th3 {
	display: none;
}
#menu .cont .block.th1 ul li .submenu ul.rightmenu .tr {
	display: block;
}
#menu .cont .block.th1 ul li .submenu ul.rightmenu .tr.th1 {
	width: auto;
	margin-right: 0;
}
#menu .cont .block.th3 ul li {
	line-height: 18px;
}
#menu .cont .block.th1 ul li .submenu ul.rightmenu .tr.th2 {
	width: auto;
}
#menu .cont .block.th1 ul li .arrow {
	background-position: 0 -12px;
	top: 19px;
	right: 17px;
}
#menu .cont .block.th3 ul.mml_links li.active a .arrow,
#menu .cont .block.th3 ul.mml_links li.active .mmllink .arrow {
	display: none;
}

#menu .cont .m-icons {
	display: block;
	padding-bottom: 70px;
}

#footer .cont {
    padding-top: 210px;
}
#footer .cont .block.th3 ul {
    width: auto;
}    
#footer .cont .block.th4 {
    width: 260px;
}
#footer .cont .block.th3 ul li.th1,
#footer .cont .block.th3 ul li.th4 {
	width: 48%;
}
#footer .cont .block.th3 ul li.th2,
#footer .cont .block.th3 ul li.th5 {
	width: 48%;
}
#footer .cont .block.th3 ul li.th3,
#footer .cont .block.th3 ul li.th6 {
	width: 48%;
}    
#footer .cont .block.th4 {
    left: 252px;
}
#footer .cont .block.th2 ul {
    width: 250px;
}
	
#categoryes {
	margin-top: 79px;
}
#categoryes .cont .categoryes a {
    width: 23%;
}
	
}
@media
only screen and (max-width : 680px), only screen and  and (max-device-width : 680px) {

#footer .cont .block.th3 ul li.th1,
#footer .cont .block.th3 ul li.th4 {
	width: 100%;
}
#footer .cont .block.th3 ul li.th2,
#footer .cont .block.th3 ul li.th5 {
	width: 100%;
}
#footer .cont .block.th3 ul li.th3,
#footer .cont .block.th3 ul li.th6 {
	width: 100%;
}

#categoryes .cont .categoryes a {
    width: 21%;
}

}
@media
only screen and (max-width : 584px), only screen and  and (max-device-width : 584px) {

#header .cont .contacts {
	display: none;
}
#menu .cont .m-contacts {
	display: block;
}
 
#footer .cont {
    padding-top: 30px;
}
#footer .cont .block {
    display: block;
    padding-right: 0;
}
#footer .cont .block.th1 {
    position: relative;
    top: auto;
    padding-right: 0;
	text-align: center;
}
#footer .cont .block .logo a, #footer .cont .block .logo .home {
	margin: auto;
}
#footer .cont .block.th2 {
    width: auto;
    padding-right: 0;
	margin-top: 20px;
}  
#footer .cont .block.th3 {
    width: auto;
    padding-right: 0;
	margin-top: 20px;
}
#footer .cont .block.th4 {
    width: auto;
    position: relative;
    top: auto;
	left: auto;
	margin-top: 20px;
    border-top: 1px solid #5d5d5d;
	padding-top: 20px;
}    
#footer .cont .block.th4 td {
    display: block;
}

#categoryes .cont .categoryes a {
    width: 31%;
}

#categoryes .cont #breadcrumb li {
	font-size: 16px;
	line-height: 20px;
}
#categoryes .cont #breadcrumb li.home {
	display: inline-block;
	width: 18px;
	height: 18px;
}
#categoryes .cont #breadcrumb li.home a {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../img/home-1.svg) no-repeat;
	padding: 0;
	text-indent: 25px;
	overflow: hidden;
	margin-right: 5px;
}
#categoryes .cont #breadcrumb li.home a:hover {
	background-position: 0 -20px;
}

}
@media
only screen and (max-width : 384px), only screen and  and (max-device-width : 384px) {

#header .cont {
    padding: 10px 0 12px 0;
}
#header .cont .logo a, #header .cont .logo .home {
    width: 156px;
    height: 42px;
}
#header .cont .logo a img, #header .cont .logo .home img {
    width: 156px;
}
#header .cont .search form {
    top: -8px;
}

#footer .cont {
    width: 86%;
}
	
#categoryes {
	margin-top: 64px;
}
#categoryes .cont .categoryes a {
	display: block;
	width: auto;
	margin-right: 0;
	padding: 10px;
	margin-bottom: 10px;
}
#categoryes .cont .categoryes a .img {
	display: table-cell;
	vertical-align: middle;
	padding-right: 20px;
}
#categoryes .cont .categoryes a .img img {
	width: 80px;
	max-width: none;
}
#categoryes .cont .categoryes a .name {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

}