@import "admin.css";
/* --------------------- */
html, body { font-family: 'PT Sans', sans-serif; background: #fff; font-size: 13px; color: #000; }
dl, li, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, body, html, blockquote, input, textarea, select, button, a { margin: 0; padding: 0; outline: none; font-family: 'PT Sans', sans-serif; }
img { border: 0; vertical-align: top; } a { color: #996633; } a:hover { text-decoration: none; }

/* --------------------- */
.reset { margin: 0; padding: 0; list-style: none; }
.pageWrapper { width: 100%; max-width: 1400px; min-width: 500px; margin: 0 auto; padding: 0 15px; box-sizing: border-box; }
.pageMain { position: relative; }
.contentPage { font-size: 14px; color: #333; line-height: 18px; }
.containerDefault { padding-top: 58px; width: 100%; display: inline-block; min-width: 500px; }
.containerDefault .containerDefault--title { padding: 25px 0; color: #666666; border-bottom: 3px solid #dfd8ac; margin-bottom: 30px; }
.containerDefault .containerDefault--title h1 { font-weight: 400; font-size: 25px; }
.containerDefault .containerDefault--left { float: left; width: 270px; margin-bottom: 30px; }
.containerDefault .containerDefault--right { margin-left: 300px; margin-bottom: 30px; }
.containerDefault .containerDefault--right h2 { font-size: 20px; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #eee; font-weight: 400; }

/* ---------------- */
.button { display: inline-block; height: 40px; line-height: 40px; border: none; text-decoration: none; cursor: pointer; padding: 0 20px; font-weight: 600; transition: all .2s; }
.button.buttonBlack { background: #000; color: #fff; }
.button.buttonBlack:hover { background: #333; }
.button.buttonGray { background: #eee; color: #000; }
.button.buttonGray:hover { background: #ddd; }
.button.buttonSmall { height: 36px; line-height: 36px; }

/* ---------------- */
.autocomplete-suggestions { border: 1px solid #eee; background: #FFF; overflow: auto; width: 377px !important; }
.autocomplete-suggestion { padding: 10px 20px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

/* ---------------- */
.callbackWindow { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(42,50,55,0.7); z-index: 800; display: none; }
.callbackWindow .callbackWindow--container { width: 360px; height: 444px; background: #fff; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; box-shadow: 0 10px 100px rgba(0,0,0,0.2); }
.callbackWindow .callbackWindow--container .callbackWindow--container--header { height: 54px; background: #b0a55c; overflow: hidden; color: #fff; }
.callbackWindow .callbackWindow--container .callbackWindow--container--header .callbackWindow--container--header--title { line-height: 54px; padding-left: 20px; font-size: 15px; float: left; }
.callbackWindow .callbackWindow--container .callbackWindow--container--header .callbackWindow--container--header--close { line-height: 54px; padding-right: 18px; font-size: 16px; float: right; color: rgba(0,0,0,0.5); cursor: pointer; transition: all .2s; }
.callbackWindow .callbackWindow--container .callbackWindow--container--header .callbackWindow--container--header--close:hover { color: rgba(0,0,0,0.8); }
.callbackWindow .callbackWindow--container .callbackWindow--container--content { padding: 20px 30px; }
.callbackWindow .callbackWindow--container .callbackWindow--container--content label { width: 100%; display: inline-block; margin-bottom: 10px; }
.callbackWindow .callbackWindow--container .callbackWindow--container--content label:last-child { margin-bottom: 0; }
.callbackWindow .callbackWindow--container .callbackWindow--container--content label .title { display: block; color: #6d7b84; padding-bottom: 3px; }
.callbackWindow .callbackWindow--container .callbackWindow--container--content label input { height: 38px; border: 1px solid #b2bec6; border-radius: 2px; width: 100%; box-sizing: border-box; line-height: 36px; padding: 0 12px; transition: all .2s; }
.callbackWindow .callbackWindow--container .callbackWindow--container--content label input:focus { border-color: #b0a55c; box-shadow: 0 2px 5px #b0a55c; }
.callbackWindow .callbackWindow--container .callbackWindow--container--content label textarea { height: 54px; border: 1px solid #b2bec6; border-radius: 2px; width: 100%; box-sizing: border-box; max-width: 100%; resize: none; padding: 12px; transition: all .2s; }
.callbackWindow .callbackWindow--container .callbackWindow--container--content label textarea:focus { border-color: #b0a55c; box-shadow: 0 2px 5px #b0a55c; }
.callbackWindow .callbackWindow--container .callbackWindow--container--content label .callbackWindow--container--button { height: 44px; line-height: 44px; font-size: 15px; color: #fff; text-align: center; width: 100%; display: block; border: none; cursor: pointer; background: #b0a55c; border-radius: 2px; }

/* --------------------- */
.pageHeader { position: relative; direction: ltr; height: 186px; z-index: 100; min-width: 500px; }
.pageHeader .pageHeader--topper { height: 54px; background: #fff; }
.pageHeader .pageHeader--topper .pageHeader--search { float: left; margin-top: 10px; position: relative; }
.pageHeader .pageHeader--topper .pageHeader--search input { width: 300px; height: 34px; border: 1px solid #ccc; padding: 0 12px; line-height: 32px; box-sizing: border-box; font-size: 13px; }
.pageHeader .pageHeader--topper .pageHeader--search .pageHeader--search--auto { position: absolute; top: 34px; left: 0; width: 460px; background: #fff; height: auto; overflow: auto; z-index: 400; box-shadow: 0 3px 20px rgba(0,0,0,0.2); display: none; }
.pageHeader--phones strong a {
    text-decoration: none;
}
.pageHeader .pageHeader--topper .pageHeader--search .pageHeader--search--auto .search--parse { position: relative; border-bottom: 1px solid rgba(0,0,0,0.1); }
.pageHeader .pageHeader--topper .pageHeader--search .pageHeader--search--auto .search--parse a { display: block; padding: 10px; text-decoration: none; color: #000; transition: all .2s; }
.pageHeader .pageHeader--topper .pageHeader--search .pageHeader--search--auto .search--parse a:hover { background: #f9f9f9; }
.pageHeader .pageHeader--topper .pageHeader--links { float: right; }
.pageHeader .pageHeader--topper .pageHeader--links a { float: left; margin-left: 30px; color: #666; text-decoration: none; line-height: 54px; transition: all .2s; }
.pageHeader .pageHeader--topper .pageHeader--links a:hover { color: #000; }
.pageHeader .pageHeader--content { height: 126px; background: #ededed; border-top: 3px solid #dfd8ac; border-bottom: 3px solid #dfd8ac; }
.pageHeader .pageHeader--content .pageHeader--logotype { float: left; margin-top: 30px; }
.pageHeader .pageHeader--content .pageHeader--logotype .pageHeader--logo { display: block; width: 223px; height: 66px; background: url('../img/logo.png') no-repeat center; background-size: contain; }
.pageHeader .pageHeader--content .pageHeader--burger { float: left; margin: 35px 0 0 30px; border-left: 1px solid #ccc; padding-left: 30px; width: 32px; height: 34px; padding-top: 8px; cursor: pointer; display: none; }
.pageHeader .pageHeader--content .pageHeader--burger .pageHeader--burger--element { display: block; height: 3px; width: 100%; background: #666; margin-bottom: 4px; }
.pageHeader .pageHeader--content .pageHeader--intro { margin: 27px 0 0 30px; padding: 10px 0 10px 30px; border-left: 1px solid #ccc; color: #666; float: left; position: relative; }
.pageHeader .pageHeader--content .pageHeader--icon { position: absolute; top: 10px; right: -34px; font-size: 20px; color: #666; }
.pageHeader .pageHeader--content .pageHeader--phones { float: left; margin: 27px 0 0 64px; padding: 10px 0 10px 30px; border-left: 1px solid #ccc; position: relative; color: #666; font-size: 16px; }
.pageHeader .pageHeader--content .pageHeader--contacts { float: left; margin: 27px 0 0 64px; padding: 10px 0 10px 30px; border-left: 1px solid #ccc; position: relative; color: #666; }
.pageHeader .pageHeader--content .pageHeader--callback { float: right; margin: 27px 0 0 0; height: 74px; text-align: center; position: relative; color: #666; cursor: pointer; transition: all .2s; }
.pageHeader .pageHeader--content .pageHeader--callback:hover { color: #000; }
.pageHeader .pageHeader--content .pageHeader--callback .callback--icon { font-size: 30px; padding-top: 2px; }
.pageHeader .pageHeader--content .pageHeader--callback .callback--text { line-height: 14px; }
.pageHeader .pageHeader--content .pageHeader--basket { float: right; margin: 27px 0 0 30px; height: 74px; text-align: center; padding: 0 0 0 30px; border-left: 1px solid #ccc; position: relative; color: #666; cursor: pointer; transition: all .2s; }
#headerBasket {display: none;}
.pageHeader .pageHeader--content .pageHeader--basket.green { color: #b0a55c; }
.pageHeader .pageHeader--content .pageHeader--basket:hover { color: #000; }
.pageHeader .pageHeader--content .pageHeader--basket .basket--icon { font-size: 30px; padding-top: 2px; position: relative; }
.pageHeader .pageHeader--content .pageHeader--basket .basket--icon .countRefresh { position: absolute; top: 0; right: 0; font-size: 10px; width: 16px; height: 16px; background: #666; color: #fff; text-align: center; line-height: 18px; display: block; border-radius: 100%; }
.pageHeader .pageHeader--content .pageHeader--basket .basket--text { line-height: 14px; }
.pageHeader .pageHeader--menu { height: 58px; border-bottom: 1px solid rgba(255,255,255,0.2); background: rgba(0,0,0,0.5) }
.pageHeader .pageHeader--menu.inside { background: url('../img/slide_1.jpg') center top no-repeat; background-size: cover; }
.pageHeader .pageHeader--menu ul { width: 100%; position: relative; left: -20px; display: inline-block; }
.pageHeader .pageHeader--menu ul li { float: left; line-height: 58px; font-weight: 700; font-size: 14px; transition: all .2s; position: relative; }
.pageHeader .pageHeader--menu ul li ul { position: absolute; left: 0; top: 58px; background: rgba(0,0,0,0.7); width: 260px; z-index: 500; display: none; }
.pageHeader .pageHeader--menu ul li ul li { width: 100%; line-height: 40px; font-size: 13px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.pageHeader .pageHeader--menu ul li ul li ul { display: none !important; }
.pageHeader .pageHeader--menu ul li:hover { background: rgba(0,0,0,0.5); }
.pageHeader .pageHeader--menu ul li:hover a { color: #fff; }
.pageHeader .pageHeader--menu ul li:hover > ul { display: block; }
.pageHeader .pageHeader--menu ul li a { display: block; text-transform: uppercase; padding: 0 20px; color: rgb(255, 255, 255); text-decoration: none; }

/* --------------------- */
.pageSlider { position: relative; border-bottom: 3px solid #dfd8ac; overflow: hidden; min-width: 500px; }
.pageSlider ul li { float: left; width: 100%; height: 550px; background-size: cover !important; }
.pageSlider ul li .pageSlider--present { margin-top: 140px; color: rgba(255,255,255); float: left; }
.pageSlider ul li .pageSlider--present .present--one { font-size: 35px; font-family: "Helvetica Neue", sans-serif; }
.pageSlider ul li .pageSlider--present .present--two { font-size: 80px; line-height: 93px; position: relative; left: -3px; font-family: "Helvetica Neue", sans-serif; }
.pageSlider ul li .pageSlider--present .present--links { position: relative; padding-top: 20px; }
.pageSlider ul li .pageSlider--present .present--links a {     font-size: 18px;
    display: block;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.85);
    padding: 2px 0;
    width: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    background: #faa41a;
    margin-bottom: 5px;
    padding: 3px 10px;}
.pageSlider ul li .pageSlider--present .present--links a:hover { color: #fff; }

/* --------------------- */
.pageMain--services { position: relative; width: 100%; overflow: hidden; min-width: 500px; }
.pageMain--services .pageMain--services--element { float: left; width: 33.3333%; position: relative; overflow: hidden; }
.pageMain--services .pageMain--services--element .pageMain--services--info { font-size: 15px; position: absolute; bottom: 0; left: 0; width: 100%; padding: 30px; box-sizing: border-box; color: rgba(255,255,255,0.85); }
.pageMain--services .pageMain--services--element .pageMain--services--info b { font-size: 30px; font-weight: 400; }
.pageMain--services .pageMain--services--element img { width: 100%; transition: all .2s; }
.pageMain--services .pageMain--services--element:hover img { transform: scale(1.1); }

/* --------------------- */
.pageMain--partners { padding: 30px 0; border-bottom: 3px solid #dfd8ac; text-align: center; min-width: 500px; }
.pageMain--partners img { filter: grayscale(1); transition: all .3s; }
.pageMain--partners img:hover { filter: grayscale(0); }

/* --------------------- */
.pageCrumbs { padding: 0 0 15px 0; color: #757575; }
.pageCrumbs a { text-decoration: none; color: #757575; }
.pageCrumbs a span { color: #000; }

/* --------------------- */
.pageCategories { position: relative; margin-bottom: 30px; width: 100%; display: inline-block; }
.pageCategories:empty { margin-bottom: 0; }
.pageCategories ul li { float: left; width: 100%; box-sizing: border-box; border-bottom: 1px solid rgba(0,0,0,0.1); }
.pageCategories ul li a { color: #666; display: block; padding: 12px 0; text-decoration: none; }
.pageCategories ul li a.active { color: #000; font-weight: 700; }

/* --------------------- */
.pageList { position: relative; margin-bottom: 15px; width: 100%; display: inline-block; }
.pageList:empty { margin-bottom: 0; }
.pageList ul li { float: left; width: 100%; box-sizing: border-box; border-bottom: 1px solid rgba(0,0,0,0.1); }
.pageList ul li ul { display: none; }
.pageList ul li ul li.second { padding-left: 20px; }
.pageList ul li ul li.second:last-child { border-bottom: none; }
.pageList ul li a { color: #666; display: block; padding: 12px 0; text-decoration: none; }
.pageList ul li a.active { color: #000; font-weight: 700; }
.pageList ul li.active ul { display: block; }
.pageList ul li.active a.first { color: #000; font-weight: 700; }
.pageList ul li ul li.active a { color: #000; font-weight: 700; }

/* --------------------- */
.pageFilters--mobile { background: #000; color: #fff; height: 44px; line-height: 44px; text-align: center; display: none; }
.pageFilters--mobile i { margin-left: 10px; font-size: 11px; }
.pageFilters { position: relative; margin-bottom: 30px; border: 2px solid #eee; border-radius: 8px; }
.pageFilters .pageFilters--block { background: #fff; }
.pageFilters .pageFilters--block .pageFilters--title { padding: 15px 20px; color: #000; font-weight: 600; }
.pageFilters .pageFilters--block .pageFilters--container { padding: 0 20px 20px 20px; border-bottom: 1px solid #eee; }
.pageFilters .pageFilters--block .pageFilters--slider { width: 95%; height: 5px; background: #e6e6e6; position: relative; margin-top: 5px; }
.pageFilters .pageFilters--block .pageFilters--slider .ui-slider-range { position: absolute; height: 5px; background: #000; }
.pageFilters .pageFilters--block .pageFilters--slider .ui-slider-handle { cursor: pointer; width: 13px; height: 13px; background: #fff; border: 2px solid #000; box-sizing: border-box; position: absolute; outline: none; top: -4px; }
.pageFilters .pageFilters--block .pageFilters--form { position: relative; padding-top: 20px; width: 100%; display: inline-block; }
.pageFilters .pageFilters--block .pageFilters--form .pageFilters--element { display: inline-block; margin-right: 7px; }
.pageFilters .pageFilters--block .pageFilters--form .pageFilters--element .filterPrice { width: 66px; height: 30px; box-sizing: border-box; border: 1px solid #ddd; line-height: 28px; text-align: center; }
.pageFilters .pageFilters--block .pageFilters--container label input[type="checkbox"] { margin: 0; padding: 0; }
.pageFilters .pageFilters--block .pageFilters--container label { width: 100%; display: inline-block; margin-bottom: 5px; cursor: pointer; }
.pageFilters .pageFilters--block .pageFilters--container label:last-child { margin-bottom: 0; }
.pageFilters .pageFilters--block .pageFilters--container label .title { padding-left: 6px; position: relative; top: -1px; }
.pageFilters .pageFilters--block .pageFilters--container label input { display: none; }
.pageFilters .pageFilters--block .pageFilters--container label input:checked + .checkbox { border-color: #000; }
.pageFilters .pageFilters--block .pageFilters--container label input:checked + .checkbox::after { display: block; }
.pageFilters .pageFilters--block .pageFilters--container label .checkbox { width: 16px; height: 16px; position: relative; border-radius: 4px; background: #fff; border: 1px solid #ccc; box-sizing: border-box; display: inline-block; vertical-align: top; }
.pageFilters .pageFilters--block .pageFilters--container label .checkbox::after { display: none; content: ''; position: absolute; width: 8px; height: 8px; background: #000; top: 3px; left: 3px; border-radius: 2px; }
.pageFilters .pageFilters--submit { padding: 20px 20px; box-sizing: border-box; clear: both; width: 100%; display: inline-block; }

/* --------------------- */
.notifyWindow { position: fixed; z-index: 999; top: 30px; right: 30px; padding: 15px 30px; display: none; font-size: 14px; font-weight: 600; }
.notifyWindow.success { color: #333; background: #AFF29A; }
.notifyWindow.alert { color: #333; background: #FFABA2; }

/* --------------------- */
.basketWindow { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(255,255,255,0.7); z-index: 999; display: none; text-align: left; }
.basketWindow .basketWindow--container { width: 100%; max-width: 900px; background: #fff; height: 500px; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; box-shadow: 0 10px 50px rgba(0,0,0,0.2); }
.basketWindow .basketWindow--container .basketWindow--close { position: absolute; top: 20px; right: 20px; font-size: 16px; border-radius: 100%; text-align: center; color: #000; cursor: pointer; }
.basketWindow .basketWindow--container .basketWindow--title { font-size: 16px; font-weight: 400; padding: 20px 30px; border-bottom: 1px solid #ddd; }
.basketWindow .basketWindow--container .basketWindow--fixed { height: 276px; }
.basketWindow .basketWindow--container .basketWindow--content { padding: 10px 30px; height: 276px; border-bottom: 1px solid #ddd; box-sizing: border-box; overflow: auto; }
.basketWindow .basketWindow--container .basketWindow--total { background: #f9f9f9; padding: 18px 30px; line-height: 20px; height: 80px; box-sizing: border-box; }
.basketWindow .basketWindow--container .basketWindow--buttons { padding: 20px 30px; }
.basketWindow .basketWindow--container .basketWindow--buttons .buttonMore { float: right; }
.basketWindow .basketWindow--container .basketWindow--empty { text-align: center; font-size: 24px; font-weight: 300; line-height: 230px; }
.basketWindow .basketWindow--container .basketWindow--element { position: relative; width: 100%; display: flow-root; padding: 10px 0; border-bottom: 1px dotted #ddd; }
.basketWindow .basketWindow--container .basketWindow--element:last-child { border-bottom: none; }
.basketWindow .basketWindow--container .basketWindow--element .basketWindow--image { float: left; width: 40px; height: 40px; overflow: hidden; border-radius: 100%; box-sizing: border-box; }
.basketWindow .basketWindow--container .basketWindow--element .basketWindow--image img { width: 100%; height: 100%; }
.basketWindow .basketWindow--container .basketWindow--element .basketWindow--present { margin-left: 60px; }
.basketWindow .basketWindow--container .basketWindow--element .basketWindow--present a { text-decoration: none; }
.basketWindow .basketWindow--container .basketWindow--element .basketWindow--present .basketWindow--info { float: left; margin-right: 20px; line-height: 40px; }
.basketWindow .basketWindow--container .basketWindow--element .basketWindow--present .basketWindow--right { float: right; width: 335px; }
.basketWindow .basketWindow--container .basketWindow--element .basketWindow--present .basketWindow--delete { height: 40px; line-height: 40px; float: right; width: 52px; }
.basketWindow .basketWindow--container .basketWindow--element .basketWindow--present .basketWindow--price { height: 40px; line-height: 40px; float: right; width: 80px; font-size: 14px; font-weight: 600; margin-right: 20px; }
.basketWindow .basketWindow--container .basketWindow--element .basketWindow--present .basketWindow--count { float: right; width: 150px; line-height: 40px; margin-right: 30px; }
.basketWindow .basketWindow--container .basketWindow--element .basketWindow--present .basketWindow--count input { margin-top: 4px; line-height: 30px; margin-left: 10px; width: 50px; height: 30px; border: 1px solid #ddd; text-align: center; }
.phone-mob{
    display: none;
        text-align: right;
        padding: 0 15px 10px;
}
.phone-mob a {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
}
/* --------------------- */
.orderAuth { background: #000; color: #fff; padding: 15px 0; text-align: center; margin-bottom: 30px; }
.orderAuth a { color: #fff; }
.orderContainer { position: relative; }
.orderContainer .orderContainer--elements { float: right; width: 500px; background: #f1f1f1; padding: 30px; box-sizing: border-box; }
.orderContainer .orderContainer--elements .elements--total { padding-top: 15px; border-top: 2px solid #000; }
.orderContainer .orderContainer--elements .elements--total span { display: block; padding: 1px 0; }
.orderContainer .orderContainer--elements .elements--button { margin-top: 15px; }
.orderContainer .orderContainer--elements h3 { font-size: 16px; text-transform: uppercase; font-weight: 600; padding-bottom: 15px; }
.orderContainer .orderContainer--elements .elements--container { margin-bottom: 18px; }
.orderContainer .orderContainer--elements .elements--container .elements--item { width: 100%; display: inline-block; position: relative; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px solid #ddd; }
.orderContainer .orderContainer--elements .elements--container .elements--item:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: none; }
.orderContainer .orderContainer--elements .elements--container .elements--item .elements--image { float: left; width: 50px; height: 50px; border-radius: 100%; box-sizing: border-box; overflow: hidden; }
.orderContainer .orderContainer--elements .elements--container .elements--item .elements--image img { height: 100%; width: 100%; }
.orderContainer .orderContainer--elements .elements--container .elements--item .elements--present { margin-left: 70px; }
.orderContainer .orderContainer--elements .elements--container .elements--item .elements--present .elements--title { padding-bottom: 6px; }
.orderContainer .orderContainer--elements .elements--container .elements--item .elements--present .elements--count { padding-bottom: 3px; height: 24px; line-height: 24px; }
.orderContainer .orderContainer--elements .elements--container .elements--item .elements--present .elements--count input { margin-left: 5px; width: 40px; height: 24px; border: 1px solid #ddd; box-sizing: border-box; text-align: center; }
.orderContainer .orderContainer--elements .elements--container .elements--item .elements--delete { position: absolute; top: 0; right: 0; }
.orderContainer .orderContainer--elements .elements--container .elements--item .elements--delete a { color: #999; text-decoration: none; }
.orderComplete--window { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(255,255,255,0.7); z-index: 999; display: none; }
.orderComplete--window .orderComplete--container { width: 100%; max-width: 800px; background: #fff; height: 300px; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; box-shadow: 0 10px 50px rgba(0,0,0,0.1); }
.orderContainer--form { margin-right: 530px; }
.orderContainer--form.profile { margin-right: 0; }
.orderContainer--form .formDouble { width: 100%; display: inline-block; padding-bottom: 15px; border-bottom: 1px solid #ddd; margin-bottom: 15px; }
.orderContainer--form .formDouble label { float: left; width: 48%; }
.orderContainer--form .formDouble label.right { float: right; }
.orderContainer--form .formDouble span { display: block; padding-bottom: 7px; }
.orderContainer--form .formDouble input { width: 100%; height: 36px; border: 1px solid #ddd; padding: 0 12px; line-height: 34px; box-sizing: border-box; }
.orderContainer--form .formDouble .inputArea { background: #f9f9f9; width: 100%; height: 36px; border: 1px solid #ddd; padding: 0 12px; line-height: 34px; box-sizing: border-box; }
.orderContainer--form .formTriple { width: 100%; display: inline-block; padding-bottom: 15px; border-bottom: 1px solid #ddd; margin-bottom: 15px; }
.orderContainer--form .formTriple label { float: left; width: 31%; }
.orderContainer--form .formTriple label.center { float: left; margin-left: 3.5%; }
.orderContainer--form .formTriple label.right { float: right; }
.orderContainer--form .formTriple span { display: block; padding-bottom: 7px; }
.orderContainer--form .formTriple input { width: 100%; height: 36px; border: 1px solid #ddd; padding: 0 12px; line-height: 34px; box-sizing: border-box; }
.orderContainer--form .formSingle { width: 100%; display: inline-block; padding-bottom: 15px; border-bottom: 1px solid #ddd; margin-bottom: 15px; }
.orderContainer--form .formSingle label { float: left; width: 100%; }
.orderContainer--form .formSingle span { display: block; padding-bottom: 7px; }
.orderContainer--form .formSingle select { width: 100%; height: 36px; border: 1px solid #ddd; padding: 0 12px; line-height: 34px; box-sizing: border-box; }
.orderContainer--form .formSingle input { width: 100%; height: 36px; border: 1px solid #ddd; padding: 0 12px; line-height: 34px; box-sizing: border-box; }
.orderContainer--form .formSingle input.checkbox { width: auto; height: auto; border: none; padding: 0; line-height: normal; margin: 0; }
.orderContainer--form .formSingle textarea { width: 100%; height: 66px; border: 1px solid #ddd; padding: 12px; box-sizing: border-box; }
.orderContainer--form .formSingle:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: none; }

/* --------------------- */
.profileMenu { background: #f9f9f9; border: 2px solid #eee; }
.profileMenu a { display: block; padding: 15px 20px; color: #000; text-decoration: none; border-bottom: 1px solid rgba(0,0,0,0.1); }
.profileMenu a.active { background: #eee; }
.profileMenu a:last-child { border-bottom: none; }

/* --------------------- */
.usersOrders { position: relative; }
.usersOrders .usersOrders--discount { background: #f9f9f9; padding: 20px; margin-bottom: 20px; }
.usersOrders .usersOrders--discount p { margin-bottom: 0; padding-bottom: 0; color: #999; }
.usersOrders .usersOrders--orders { position: relative; }
.usersOrders .usersOrders--orders .usersOrders--header { height: 50px; line-height: 50px; background: #eee; padding: 0 0 0 20px; box-sizing: border-box; }
.usersOrders .usersOrders--orders .usersOrders--header .usersOrders--number { float: left; }
.usersOrders .usersOrders--orders .usersOrders--header .usersOrders--date { float: left; margin-left: 40px; color: #666; }
.usersOrders .usersOrders--orders .usersOrders--header .usersOrders--status { float: right; }
.usersOrders .usersOrders--orders .usersOrders--header .usersOrders--status b { font-weight: 400; padding: 0 20px; display: inline-block; margin-left: 10px; box-sizing: border-box; }
.usersOrders .usersOrders--orders .usersOrders--element { margin-top: 15px; padding: 10px; border: 1px solid #eee; width: 100%; display: inline-block; box-sizing: border-box; }
.usersOrders .usersOrders--orders .usersOrders--element .usersOrders--image { float: left; width: 70px; height: 70px; text-align: center; border: 1px solid #eee; padding: 5px; box-sizing: border-box; }
.usersOrders .usersOrders--orders .usersOrders--element .usersOrders--image img { max-height: 100%; }
.usersOrders .usersOrders--orders .usersOrders--element .usersOrders--present { margin-left: 90px; }
.usersOrders .usersOrders--orders .usersOrders--element .usersOrders--present .usersOrders--title { padding-bottom: 2px; padding-top: 3px; }
.usersOrders .usersOrders--orders .usersOrders--element .usersOrders--present .usersOrders--title a { color: #000; text-decoration: none; }
.usersOrders .usersOrders--orders .usersOrders--element .usersOrders--present .usersOrders--category { font-size: 13px; padding-bottom: 5px; }
.usersOrders .usersOrders--orders .usersOrders--element .usersOrders--present .usersOrders--category a { color: #999; text-decoration: none; }
.usersOrders .usersOrders--orders .usersOrders--element .usersOrders--present .usersOrders--count { color: #999; }
.usersOrders .usersOrders--orders .usersOrders--total { height: 50px; border-top: 2px solid #000; line-height: 50px; clear: both; margin-top: 20px; }

/* --------------------- */
.pageComments { position: relative; margin-top: 30px; }
.pageComments h3 { font-weight: 600; font-size: 14px; color: #000; margin-bottom: 15px; border-left: 3px solid #000; padding-left: 20px; display: block; }
.pageComments .commentsButton { margin-left: 15px; }
.pageComments .commentsReplace { margin-bottom: 15px; }
.commentsForm { position: relative; margin: 25px 0 10px 0; box-sizing: border-box; }
.commentsForm label { width: 100%; display: inline-block; margin-bottom: 15px; }
.commentsForm label input { width: 100%; height: 42px; border: 1px solid #ddd; border-radius: 2px; line-height: 40px; box-sizing: border-box; padding: 0 14px; }
.commentsForm label textarea { width: 100%; max-width: 100%; height: 86px; border: 1px solid #ddd; border-radius: 2px; line-height: normal; box-sizing: border-box; padding: 14px; }
.commentsForm label small { display: block; padding-top: 5px; }
.commentsForm .commentsButtons { position: relative; }
.commentsPadding { position: relative; padding-top: 15px; border-top: 1px solid rgba(0,0,0,0.1); }
.commentsTrue { margin-bottom: 25px; background: #1ab394; border-radius: 2px; color: #fff; font-size: 13px; padding: 15px; display: none; }
.commentsFalse { background: #df3d3d; border-radius: 2px; margin-bottom: 25px; color: #fff; font-size: 13px; padding: 15px; display: none; }
.commentsContainer { position: relative; }
.commentsContainer .commentsElement { margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px dashed rgba(0,0,0,0.1); }
.commentsContainer .commentsElement .commentsHeader { position: relative; margin-bottom: 10px; }
.commentsContainer .commentsElement span { display: inline-block; margin-right: 20px; height: 24px; line-height: 24px; }
.commentsContainer .commentsElement span.author { font-weight: 700; color: #000; }
.commentsContainer .commentsElement span.author i { margin-right: 10px; color: #999; }
.commentsContainer .commentsPresent { line-height: 18px; }
.commentsCaptcha { position: relative; width: 100%; display: inline-block; margin-bottom: 15px; font-size: 13px; }
.commentsCaptcha .captchaImage { float: left; height: 46px; background: rgba(0,0,0,0.05); padding: 5px 10px; box-sizing: border-box; border-radius: 2px; }
.commentsCaptcha .captchaImage span { display: block; font-weight: 700; }
.commentsCaptcha .captchaArea { float: left; margin-left: 20px; width: 75px; }
.commentsCaptcha .captchaArea input { width: 100px; text-align: center; height: 46px; border: 1px solid #ddd; border-radius: 2px; line-height: 44px; box-sizing: border-box; padding: 0 14px; font-size: 20px; font-weight: 700; }

/* --------------------- */
.userAuthorization { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(255,255,255,0.7); z-index: 999; display: none; }
.userAuthorization .userAuthorization--container { width: 100%; max-width: 800px; background: #fff; height: 400px; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; box-shadow: 0 10px 50px rgba(0,0,0,0.1); }
.userAuthorization .userAuthorization--container.remind { height: 230px; }
.userAuthorization .userAuthorization--container .userAuthorization--close { position: absolute; top: 20px; right: 15px; font-size: 16px; text-align: center; color: #000; cursor: pointer; }
.userAuthorization .userAuthorization--container .userAuthorization--login { float: left; width: 50%; border-right: 1px solid #ddd; box-sizing: border-box; height: 400px; }
.userAuthorization .userAuthorization--container .userAuthorization--login h3 { font-size: 14px; font-weight: 400; padding: 20px 30px; border-bottom: 1px solid #ddd; }
.userAuthorization .userAuthorization--container .userAuthorization--register { float: left; width: 50%; height: 400px; }
.userAuthorization .userAuthorization--container .userAuthorization--register h3 { font-size: 14px; font-weight: 400; padding: 20px 30px; border-bottom: 1px solid #ddd; }
.userAuthorization .userAuthorization--container .userAuthorization--area { padding: 20px 30px; }
.userAuthorization .userAuthorization--container .userAuthorization--area .userAuthorization--label { width: 100%; display: inline-block; margin-bottom: 15px; }
.userAuthorization .userAuthorization--container .userAuthorization--area .userAuthorization--label .name { display: block; padding-bottom: 7px; color: #666; }
.userAuthorization .userAuthorization--container .userAuthorization--area .userAuthorization--label input { box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); height: 40px; width: 100%; border-radius: 2px; border: 1px solid #ddd; padding: 0 12px; box-sizing: border-box; }
.userAuthorization .userAuthorization--container .userAuthorization--remind { float: left; width: 100%; border-right: 1px solid #ddd; box-sizing: border-box; height: 230px; display: none; }
.userAuthorization .userAuthorization--container .userAuthorization--remind h3 { font-size: 14px; font-weight: 400; padding: 20px 30px; border-bottom: 1px solid #ddd; }

/* --------------------- */
.pageHistory { position: relative; background: #f1f1f1; padding: 0 20px 20px 20px; overflow: hidden;}
.pageHistory .pageHistory--title { padding: 15px 0; color: #000; font-weight: 600; }
.pageHistory .pageHistory--element { width: 100%; display: inline-block; margin-bottom: 12px; }
.pageHistory .pageHistory--element:last-child { margin-bottom: 0; }
.pageHistory .pageHistory--element .pageHistory--image { float: left; width: 36px; height: 36px; border-radius: 100%; overflow: hidden; }
.pageHistory .pageHistory--element .pageHistory--image img { width: 100%; height: 100%; }
.pageHistory .pageHistory--element .pageHistory--present { margin-left: 50px; }
.pageHistory .pageHistory--element .pageHistory--present small { display: block; padding-top: 3px; }
.pageHistory .pageHistory--element .pageHistory--present a { text-decoration: none; color: #483521; }

/* --------------------- */
.pageSorting { position: relative; margin-bottom: 30px; }
.pageSorting .pageSorting--title { display: inline-block; font-weight: 600; margin-right: 15px; }
.pageSorting a { display: inline-block; padding-right: 15px; margin-right: 15px; border-right: 1px solid #ddd; text-decoration: none; }
.pageSorting a:last-child { border-right: none; }

/* --------------------- */
.pagePaginator { direction: ltr; padding: 20px 0 30px 0; display: inline-block; width: 100%; }
.pagePaginator ul li { float: left; font-size: 13px; background: #f1f1f1; margin-right: 5px; border-radius: 4px; }
.pagePaginator ul li:hover { background: #000; }
.pagePaginator ul li a { display: block; padding: 8px 14px; color: #333; text-decoration: none; }
.pagePaginator ul li a:hover { text-decoration: none; color: #fff; }
.pagePaginator ul li.current { background: #000; }
.pagePaginator ul li.current a { color: #fff; }

/* --------------------- */
.pageMain--about { padding: 40px 0; overflow: hidden; min-width: 500px; }
.pageMain--about--image { float: right; width: 44%; }
.pageMain--about--image img { width: 100%; }
.pageMain--about--present { margin-right: 44%; padding-right: 100px; box-sizing: border-box; }
.pageMain--about--present h2 { font-size: 37px; padding-bottom: 15px; padding-top: 15px; }
.pageMain--about--present p { line-height: 24px; font-size: 14px; }
.pageMain--about--blocks { position: relative; padding-bottom: 10px; border-bottom: 1px solid #ddd; overflow: hidden; margin-bottom: 30px; }
.pageMain--about--blocks .pageMain--about--blocks--element { float: left; width: 33.3333%; padding: 0 20px 20px 20px; box-sizing: border-box; }
.pageMain--about--blocks .pageMain--about--blocks--element .pageMain--about--blocks--image { float: left; width: 64px; }
.pageMain--about--blocks .pageMain--about--blocks--element .pageMain--about--blocks--text { margin-left: 84px; }
.pageMain--about--blocks .pageMain--about--blocks--element .pageMain--about--blocks--text b { display: block; font-size: 16px; font-weight: 700; text-transform: uppercase; padding: 10px 0 5px 0; }
.pageMain--about--blocks .pageMain--about--blocks--element .pageMain--about--blocks--element--content { border: 1px solid #ddd; border-radius: 4px; padding: 20px; overflow: hidden; box-sizing: border-box; }

/* --------------------- */
.rightHottest { position: relative; }
.rightHottest .rightHottest--title { padding: 10px 15px; background: #b0a55c; color: #fff; text-transform: uppercase; margin-bottom: 15px; font-size: 14px; }
.rightHottest .pageHottest--block { width: 100%; display: inline-block; margin-bottom: 15px; }
.rightHottest .pageHottest--block .pageHottest--image { width: 100%; border: 1px solid #ddd; padding: 10px; box-sizing: border-box; margin-bottom: 10px; }
.rightHottest .pageHottest--block .pageHottest--image img { max-width: 100%; }
.rightHottest .pageHottest--block .pageHottest--title { padding-bottom: 3px; }
.rightHottest .pageHottest--block .pageHottest--title a { text-decoration: none; font-size: 14px; font-weight: 700; }
.rightHottest .pageHottest--block .pageHottest--price { font-size: 14px; color: #666; }

/* --------------------- */
.productContainer { position: relative; width: 100%; display: flow-root; padding-top: 10px; }
.productContainer .productContainer--right { float: right; width: 200px; }
.productContainer .productContainer--left { margin-right: 240px; }
.productContainer .productContainer--present { position: relative; display: flow-root; }
.productContainer .productContainer--present .productContainer--images { float: left; width: 380px; background: #fff; box-sizing: border-box; }
.productContainer .productContainer--present .productContainer--images .productContainer--image { width: 100%; overflow: hidden; }
.productContainer .productContainer--present .productContainer--images .productContainer--image img { width: 100%; }
.productContainer .productContainer--present .productContainer--thumbs { padding-top: 10px; width: calc(100% + 10px); position: relative; left: -5px; }
.productContainer .productContainer--present .productContainer--thumbs ul li { float: left; width: 25%; box-sizing: border-box; overflow: hidden; padding: 0 5px; }
.productContainer .productContainer--present .productContainer--thumbs ul li a {  border: 1px solid #eee; display: block; }
.productContainer .productContainer--present .productContainer--thumbs ul li img { width: 100%; }
.productContainer .productContainer--content { margin-left: 420px; }
.productContainer .productContainer--content .productContainer--title { font-size: 18px; font-weight: 600; padding-bottom: 5px; }
.productContainer .productContainer--content .productContainer--issue { color: #888; font-size: 10px; text-transform: uppercase; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px dotted #ddd; }
.productContainer .productContainer--content .productContainer--article { color: #888; font-size: 11px; text-transform: uppercase; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px dotted #ddd; }
.productContainer .productContainer--content .productContainer--article b { font-weight: 600; color: #000; }
.productContainer .productContainer--content .productContainer--availability { color: #888; font-size: 11px; text-transform: uppercase; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px dotted #ddd; }
.productContainer .productContainer--content .productContainer--availability b { font-weight: 600; color: #000; }
.productContainer .productContainer--content .productContainer--availability.red b { color: #930000; }
.productContainer .productContainer--content .productContainer--availability.green b { color: #4e8c0f; }
.productContainer .productContainer--content .productContainer--availability.gray b { color: #999; }
.productContainer .productContainer--content .productContainer--intro { color: #333; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px dotted #ddd; line-height: 18px; }
.productContainer .productContainer--content .productContainer--console { position: relative; display: flow-root; padding-top: 5px; }
.productContainer .productContainer--content .productContainer--console.none .productContainer--count { display: none; }
.productContainer .productContainer--content .productContainer--console.none .productContainer--buy { display: none; }
.productContainer .productContainer--content .productContainer--console .productContainer--price { float: left; height: 40px; line-height: 40px; font-size: 16px; color: #fff; position: relative; background: #000; padding: 0 20px; }
.productContainer .productContainer--content .productContainer--console .productContainer--price .old { position: absolute; left: 54px; top: -18px; text-decoration: line-through; }
.productContainer .productContainer--content .productContainer--console .productContainer--price b { font-weight: 600; color: #fff; padding-left: 5px; }
.productContainer .productContainer--content .productContainer--console .productContainer--count { float: left; height: 40px; margin-left: 20px; }
.productContainer .productContainer--content .productContainer--console .productContainer--count .countButton { position: relative; width: 40px; height: 40px; background: #eee; text-align: center; border: none; cursor: pointer; line-height: 40px; font-size: 16px; float: left; }
.productContainer .productContainer--content .productContainer--console .productContainer--count .countValue { height: 38px; width: 38px; border: 1px solid #ddd; text-align: center; margin: 0 10px; float: left; }
.productContainer .productContainer--content .productContainer--console .productContainer--buy { float: left; margin-left: 20px; }
.productContainer .productContainer--content .productContainer--console .productContainer--buy a { padding: 0 20px; height: 40px; line-height: 40px; text-align: left; transition: all .3s; font-size: 14px; display: inline-block; text-transform: uppercase; background: #4e8c0f; color: #fff; text-decoration: none; }
.productContainer .productContainer--content .productContainer--console .productContainer--buy a:hover { background: #000; }
.productContainer .productContainer--content .productContainer--console .productContainer--buy a i { margin-right: 10px; }
.productContainer .productContainer--description { padding-top: 20px; }
.productContainer .productContainer--description h3.description { font-size: 16px; font-weight: 600; padding-bottom: 15px; border-bottom: 1px solid #eee; margin-bottom: 15px; }
.productContainer .productContainer--description p { line-height: 21px; color: #555; }

/* --------------------- */
.productsContainer { position: relative; width: 100%; left: -10px; display: inline-block; }
.productsContainer .productContainer--element { float: left; width: 33.3333%; padding: 0 10px 20px 10px; box-sizing: border-box; }
.productsContainer .productContainer--element.none .productContainer--basket .basket--price { width: 100%; }
.productsContainer .productContainer--element.none .productContainer--basket .basket--buy { display: none; }
.productsContainer .productContainer--element .productContainer--element--content { border: 1px solid #eee; box-shadow: 7px 7px 0 0 rgba(0,0,0,0.05); overflow: hidden; }
.productsContainer .productContainer--element .productContainer--title { padding: 0 15px; background: #b0a55c; font-size: 15px; font-weight: 700; height: 60px; box-sizing: border-box; display: table; width: 100%; }
.productsContainer .productContainer--element .productContainer--title a { color: #fff; text-decoration: none; display: table-cell; vertical-align: middle; }
.productsContainer .productContainer--element .productContainer--information { padding: 10px 15px; width: 100%; display: inline-block; box-sizing: border-box; font-size: 14px; }
.productsContainer .productContainer--element .productContainer--information .information--articul { float: left; color: #999; }
.productsContainer .productContainer--element .productContainer--information .information--status { float: right; }
.productsContainer .productContainer--element .productContainer--information .information--status.red { color: #930000; }
.productsContainer .productContainer--element .productContainer--information .information--status.green { color: #4e8c0f; }
.productsContainer .productContainer--element .productContainer--information .information--status.gray { color: #999; }
.productsContainer .productContainer--element .productContainer--image { text-align: center; height: 300px; overflow: hidden; display: table; width: 100%; }
.productsContainer .productContainer--element .productContainer--image a { display: table-cell; vertical-align: middle; }
.productsContainer .productContainer--element .productContainer--image img { max-width: 100%; }
.productsContainer .productContainer--element .productContainer--brand { text-align: center; font-weight: 700; color: #999; padding: 10px 0 20px 0; }
.productsContainer .productContainer--element .productContainer--basket { position: relative; }
.productsContainer .productContainer--element .productContainer--basket .basket--price { float: left; height: 44px; width: 50%; line-height: 44px; background: #999999; text-align: center; color: #fff; font-size: 18px; }
.productsContainer .productContainer--element .productContainer--basket .basket--buy { float: right; height: 44px; width: 50%; background: #4e8c0f; }
.productsContainer .productContainer--element .productContainer--basket .basket--buy:hover { background: #333; }
.productsContainer .productContainer--element .productContainer--basket .basket--buy a { line-height: 44px; color: #fff; text-align: center; text-transform: uppercase; display: block; text-decoration: none; font-size: 14px; }
.productsContainer .productContainer--element .productContainer--basket .basket--buy a i { display: inline-block; margin-right: 8px; }
.productsContainer .productContainer--element.gray .productContainer--title { background: #999; }
.productsContainer .productContainer--element.gray .productContainer--image img { filter: grayscale(1); }
.productsContainer .productContainer--element.gray .productContainer--basket .basket--buy { display: none; }
.productsContainer .productContainer--element.gray .productContainer--basket .basket--price { width: 100%; }

/* --------------------- */
.brandContainer { position: relative; margin-bottom: 30px; width: 100%; overflow: hidden; }
.brandContainer .brandContainer--element { float: left; width: 20%; padding: 0 10px; box-sizing: border-box; margin-bottom: 10px; }
.brandContainer .brandContainer--element--alpha { background: #b0a55c; font-size: 20px; padding: 10px 20px; color: #fff; margin-bottom: 10px; display: inline-block; }
.brandContainer .brandElement { float: left; width: 100%; padding: 10px; box-sizing: border-box; text-align: center; border: 1px solid #ddd; transition: all .3s; }
.brandContainer .brandElement:hover { border-color: #b0a55c; }
.brandContainer .brandElement .brandElement--logo { width: 100%; height: 100px; padding-bottom: 10px; }
.brandContainer .brandElement .brandElement--logo img { max-height: 100%; max-width: 100%; }
.brandContainer .brandElement .brandElement--title { font-size: 16px; color: #666; text-transform: uppercase; font-weight: 600; border-top: 1px solid #ddd; padding-top: 10px; }
.brandContainer .brandElement .brandElement--title a { text-decoration: none; color: #666; }

/* --------------------- */
.pageFooter { background: #333; border-top: 3px solid #dfd8ac; overflow: hidden; padding: 40px 0; min-width: 500px; }
.pageFooter .pageFooter--menu { float: left; width: 120px; }
.pageFooter .pageFooter--menu a { display: block; color: rgba(255,255,255,0.5); padding: 2px 0; text-decoration: none; }
.pageFooter .pageFooter--phones { float: left; margin: 0; padding: 0 0 0 50px; border-left: 1px solid rgba(255,255,255,0.1); position: relative; color: #999; }
.pageFooter .pageFooter--icon { position: relative; top: 10px; right: 10px; font-size: 20px; color: #999; float: right; }
.pageFooter .pageFooter--copyrights { float: right; text-align: right; color: #999; }
.pageFooter .pageFooter--socials { display: block; margin-top: 10px;}
.pageFooter .pageFooter--socials .social--element { display: inline-block; margin-left: 8px;  color: #999; text-decoration: none; font-size: 20px; vertical-align: middle; }
.pageFooter--socials svg {
    margin-top: 4px;
}
a.productContainer--price {
    pointer-events: none; 
}
.search_icon {
    margin-top: 10px;
    display: none;
}
 .pageHeader .pageHeader--topper .pageHeader--search.active{
        width: 300px;
        position: absolute;
        display: block;
        top: 0;
        left: 50px;
                
    }
/* --------------------- */
@media screen and (max-width: 1300px){
    .pageHeader .pageHeader--content .pageHeader--intro { margin: 27px 0 0 15px; padding: 10px 0 10px 15px; }
    .pageHeader .pageHeader--content .pageHeader--phones { margin: 27px 0 0 49px; padding: 10px 0 10px 15px;  }
    .pageHeader .pageHeader--content .pageHeader--contacts { margin: 27px 0 0 49px; padding: 10px 0 10px 15px;  }
    .pageHeader .pageHeader--content .pageHeader--callback { margin: 27px 0 0 0; }
    .pageHeader .pageHeader--content .pageHeader--basket { margin: 27px 0 0 15px; padding: 0 0 0 15px; }
}

@media screen and (max-width: 1160px){
    .pageHeader { height: 172px; }
    .pageHeader .pageHeader--content { height: 85px; }
    .pageHeader .pageHeader--content .pageHeader--logotype, .pageHeader .pageHeader--content .pageHeader--burger, .pageHeader .pageHeader--content .pageHeader--basket, .pageHeader .pageHeader--content .pageHeader--callback {
        margin-top: 20px;
    }
    .pageHeader .pageHeader--content .pageHeader--logotype .pageHeader--logo { width: 173px; height: 52px; }
    .pageHeader .pageHeader--content .pageHeader--intro { display: none; }
    .pageHeader .pageHeader--content .pageHeader--phones { }
    .pageHeader .pageHeader--content .pageHeader--contacts { display: none; }
    .pageHeader .pageHeader--content .pageHeader--callback { height: 42px;  }
    .pageHeader .pageHeader--content .pageHeader--callback .callback--text { display: none; }
    .pageHeader .pageHeader--content .pageHeader--basket .basket--text { display: none; }
    .pageHeader .pageHeader--content .pageHeader--basket { height: 42px;}
    .pageHeader .pageHeader--menu { position: absolute; top: 172px; left: 0; width: 100%; min-width: 500px; background: rgba(0,0,0,0.9); z-index: 500; height: auto; border-bottom: none; display: none; }
    .pageHeader .pageHeader--menu ul { width: 100%; left: 0; }
    .pageHeader .pageHeader--menu ul li { width: 100%; margin: 0; padding: 0; border-bottom: 1px solid rgba(255,255,255,0.2); }
    .pageHeader .pageHeader--menu ul li:hover > ul { display: none; }
    .pageHeader .pageHeader--content .pageHeader--burger { display: block; }
    .productsContainer .productContainer--element { width: 50%; }
    .containerDefault { padding-top: 0; }
}

@media screen and (max-width: 1060px){
    .productContainer .productContainer--present .productContainer--images { width: 100%; margin-bottom: 30px; }
    .productContainer .productContainer--content { margin-left: 0; }
}

@media screen and (max-width: 900px){
    .pageHeader--phones, .pageHistory {display: none;}
    .phone-mob {display: block;}
    .pageMain--about .pageMain--about--image { width: 100%; margin-bottom: 20px; }
    .pageMain--about .pageMain--about--present { margin-right: 0; padding-right: 0; }

    .containerDefault .containerDefault--left { width: 100%; }
    .containerDefault .containerDefault--right { margin-left: 0; }

    .productsContainer { position: relative; width: 100%; left: 0; display: inline-block; }
    .pageSorting .pageSorting--title { width: 100%; }
    .productsContainer .productContainer--element { padding: 0 0 20px 0; }
    .pageMain--about--blocks .pageMain--about--blocks--element { width: 100%; }
    .pageHeader .pageHeader--topper .pageHeader--search { display: none; }
    .pageFooter .pageFooter--menu { display: none; }
    .pageFooter .pageFooter--phones { display: none; }
    .pageFooter .pageFooter--copyrights { width: 100%; text-align: center; }
    .pageMain--about--image { width: 100%; float: none; margin-bottom: 20px; }
    .pageMain--about--present { margin: 0; padding: 0 }
    .search_icon {
        display: block;
        cursor: pointer;
        position: absolute;
    top: 0;
    left: 15px;
    }
    .pageHeader--search{
        position: absolute;
        top: 0;
        left: 0;
        padding: 0 5px;
    }
     

}
.catalog.pageHeader--search {
    position: static;
    width: 100%;
    padding: 0;
}
.catalog.pageHeader--search input {
width: 100%;
    height: 34px;
    border: 1px solid #ccc;
    padding: 0 12px;
    line-height: 32px;
    box-sizing: border-box;
    font-size: 13px;
}
@media screen and (max-width: 660px){
    .pageHeader .pageHeader--topper .pageHeader--links a { margin-left: 15px; }
    .pageMain--services .pageMain--services--element { width: 100%; }
    .productContainer .productContainer--right { display: none; }
    .productContainer .productContainer--left { margin-right: 0; }
    .containerDefault .containerDefault--right h2 { font-size: 17px;  }
    a.productContainer--price {pointer-events: auto; 
    }
}

@media screen and (max-width: 580px){
    .pageSorting a {margin-right: 0;}
    .productsContainer .productContainer--element { width: 50%; }
    .pageSlider ul li .pageSlider--present .present--two {
        font-size: 59px;
        line-height: 68px;
    }
    .pageSlider ul li .pageSlider--present {
    margin-top: 100px;
    }   
}
