/*
## Preheader && Header
********************************************************************/
@font-face {
    font-family:Technodom;
    src:url(../css/fonts/Technodom_regular_webkit.woff2) format("woff2"),
    url(../css/fonts/Technodom_regular_webkit.woff) format("woff"),
    url(../css/fonts/Technodom_regular_webkit.ttf) format("truetype");
    font-weight:400;
    font-style:normal
}
@font-face {
    font-family:Technodom;
    src:url(../css/fonts/Technodom_bold_webkit.woff2) format("woff2"),
    url(../css/fonts/Technodom_bold_webkit.woff) format("woff"),
    url(../css/fonts/Technodom_bold_webkit.ttf) format("truetype");
    font-weight:700;
    font-style:normal
}
@font-face {
    font-family:Technodom;
    src:url(../css/fonts/Technodom_italic_webkit.woff2) format("woff2"),
    url(../css/fonts/Technodom_italic_webkit.woff) format("woff"),
    url(../css/fonts/Technodom_italic_webkit.ttf) format("truetype");
    font-weight:400;
    font-style:italic
}
@font-face {
    font-family:Technodom;
    src:url(../css/fonts/Technodom_italic_bold_webkit.woff2) format("woff2"),
    url(../css/fonts/Technodom_italic_bold_webkit.woff) format("woff"),
    url(../css/fonts/Technodom_italic_bold_webkit.ttf) format("truetype");
    font-weight:700;
    font-style:italic
}
@font-face {
    font-family:Technodom_icon_font;
    src:url(../css/fonts/Technodom_icon_font.woff2) format("woff2"),
    url(../css/fonts/Technodom_icon_font.woff) format("woff"),
    url(../css/fonts/Technodom_icon_font.ttf) format("truetype");
    font-weight:400;
    font-style:normal
}
.preheader {
    position:relative;
    width:100%;
    height:34px;
    padding:7px 0 4px 20px;
    border-bottom:1px solid #f0f0f0;
    z-index:202;
    box-sizing:border-box;
}
.preheader__link {
    display: inline-block;
    line-height:22px;
}
.preheader__link a,.preheader__link .preheader__bonus {
    display: inline-block;
}
.checkout-wrapper {
    height: 65px;
    padding: 15px 0px 4px 100px;
}
.header {
    position:relative;
    height:50px;
    margin-top:24px;
    margin-bottom:26px;
    z-index:201;
}
.header__logo {
    position:relative;
    width:280px;
    height:50px;
    overflow: hidden;
    z-index:1;
}
.checkout__header_logo {
    position: relative;
    left: 7%;
    top: 0;
    min-width:224px;
    min-height:40px;
    float: left;
}
.header__logo img {
    width:280px;
    height:50px;
}
.checkout__header_logo img {
    width:224px;
    height:40px;
}
.technobonus-logo {
    display:block;
    position:absolute;
    right:162px;
    top:20px;
    width:60px;
    height:27px;
    background:url('../images/technobonus-logo.png') no-repeat;
    background-size: 100% 100%;
    text-decoration:none;
}
/*.header__phones {*/
    /*position:absolute;*/
    /*top:6px;*/
    /*left:300px;*/
    /*line-height: 17px;*/
/*}*/
.checkout__header__phones {
    left: 14.7%;
    top: 10px;
    position: relative;
    float: left;
}
.header-phones__title {
    display:inline-block;
    /* color: #8a8a8a; */
	color: #000000;
    font-size: 12px;
    line-height:22px;
}
.header-phones__title_wt {
    padding-left:25px;
    background:url('../images/icon-phone.png') no-repeat;
    background-size: 20px 20px;
}
.header-phones__title_mob {
    padding-left:17px;
    background:url('../images/icon-cphone.png') no-repeat;
    background-size: 12px 20px;
}
.header-phones__number {
    display:inline-block;
    margin-left:8px;
    font-size: 14px;
    color:#333;
	font-weight:700;
}

.header-phones__title_skype {
}
.header-phones__title_skype a {
    display:block;
    padding-left:60px;
    background: url(../images/skype.jpg) no-repeat top left;
    font-size: 15px;
    font-weight: bold;
    line-height: 24px;
}
.header__shortcuts {
    position:absolute;
    top:0;
    right:0;
}
.header__shortcuts__item {
    display:inline-block;
    position:relative;
    margin-right:20px;
}
.header__shortcuts__link {
    position:relative;
    display:block;
    height:15px;
    padding-top:35px;
    text-decoration:none;
    color:#333;
    line-height:15px;
    font-size:13px;
}
.header__shortcuts__icon {
    position:absolute;
    left:50%;
    top:0;
    width:32px;
    height:32px;
    margin-left:-16px;
    background-color:#000;
    background-image:url("../images/icons-header-mask.png");
    background-repeat: no-repeat;
    background-size: 32px 160px;
}
.header__shortcuts__link:hover .header__shortcuts__icon {
    background-color:#f47920;
}
.header__shortcuts__icon_cart {
    background-position:0 -64px;
}
.header__shortcuts__icon_compare {
    background-position:0 -32px;
}
.header__shortcuts__icon_wl {
    background-position:0 0;
}
.header__shortcuts__icon_search {
    background-position:0 -96px;
}
.header__shortcuts__icon_profile {
    background-position:0 -128px;
}
.header__search {
    position:absolute;
    top:0;
    left:300px;
}
.preheader__city {
    position:absolute;
    left:0;
    top:0;
    display:block;
    color:#898989;
    font-size:12px;
    line-height:22px;
}
.checkout__preheader__city {
    left: 5%;
    top: 5px;
    position: relative;
    float: left;
    min-width: 180px;
    min-height: 33px;
}
.regionality__your-city {
    position:absolute;
    top:0;
    left:-1px;
    padding:6px 20px 3px;
    white-space:nowrap;
    /* color:#898989; */
	color: #000000;
    font-size:12px;
    line-height:22px;
}
.regionality__cities, .city-selection__cities {
    position:absolute;
    top:32px;
    left:-1px;
    background: #fff;
    border-radius: 0 4px 4px 4px;
    border: 1px solid #c8c8c8;
    width: 227px !important;
    padding:16px 19px;
    z-index:600;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
    text-align:left;
}
.cities-selector .regionality__cities {
    width: 327px !important;
}
.regionality__cities:before {
    content: '';
    position:absolute;
    left:0;
    top:-32px;
    bottom:0;
    width:5px;
    background-color:#fff;
    border-radius: 0 0 0 4px;
    box-shadow: -2px 1px 2px rgba(0,0,0,0.3);
    z-index:550;
}
.regionality__your-city_active {
    border:1px solid #c8c8c8;
    border-width:1px 1px 0 1px;
    padding:5px 19px 4px;
    box-shadow:2px 2px 3px rgba(0,0,0,0.3);
}
.regionality__your-city_active:after {
    content: '';
    position:absolute;
    right:0;
    left:0;
    bottom:-2px;
    height:5px;
    background-color:#fff;
    z-index:700;
}
.list-cities__city {
    margin:3px 0;
    padding:3px 0;
}
.regionality__cities-list {
    columns:100px 2;
}
.cities-selector .regionality__cities-list {
    columns:100px 3;
}
.regionality__cities-list a, .city-selection__cities a {
    display:block;
    color:#777777;
}
.regionality__cities-list a:hover, .city-selection__cities a:hover {
    color:#000;
}
.city-selection__cities {
    left:0;
    top:30px;
}
.change-city {
    margin-left:10px;
    padding-right:21px;
    color:#010101;
}
.change-city:hover {
    border-bottom:none;
}
.product-pdbar__city .change-city {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAOCAYAAAA1+Nx+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQpJREFUeNq0lLEOgjAURUujjk5+hobEP4DBSRkMThpm4wcZZ+LAgC7uusriwm8wuZi44H3JI3maijVok8sl7eu5aQt1yrJU/2ytznRzgg+hxX2/PPwCCuYEtoUuGg8X6kI7DAQ/gBNjx0yXAkLoBrWhtEkIz02ZRcxQY1uOeBk3DTHAx8SmFSgO8aGrCJl9AZ8JODF8ZipdFaHjDBuJkAQT5xZwqkkEfMQs9RTAIZkIobG4LoTHYq6t4Jms0a+TbENs4MYAEeJBhQiJBDwScKrxTHBqTt2fDNAARofV464V+5q94APN3zGcT1eFIUTZwt9u0ct25fwJF9/CrVYgVtKHVXdVYAOn9hBgABRegJRyBgWQAAAAAElFTkSuQmCC') no-repeat right center;
    background-size: 12px 7px;
}
.language-selector {
    position:absolute;
    top:0;right:-33px;
}

.language-selector__lang-list {
    position:absolute;
    bottom:-61px;left:-14px;
    background-color:#fff;
    border-radius: 5px;
    border: 1px solid #F9BE9B;
    padding:3px;
    z-index:600;
    color:#fff;
}
.lang-list a {
    display:block;
    padding:3px 10px;
    border-radius:5px;
    color:#787878;
    margin:3px 0;
    text-transform: uppercase;
}
.lang-list a:hover {
    background: #FF6400;
    color:#fff;
}
.current-lang {
    text-transform: uppercase;
    padding:6px 0;
}
.current-lang a {
    padding-left:0;
    padding:0;
}

.closeDot{
  border: 1px solid lightgray;
  margin: 0 0 0 5px;
  width: 10px;
  height: 10px;
  padding: 0 5px;
}

.top__backLink{
  padding-left: 5px;
  line-height: 1.5em;
}
/***Pop Up Message***/
.pop-message-container{
    width:100%;
    height:auto;
    display: table;
    padding-top: 5px;
    padding-bottom: 5px;
    max-width: 950px;
    margin: 0 auto;
}
.pop-message-content{
    display: table-cell;
    padding-top: 3px;
    text-align: center;
}
.pop-message-container p{
    max-width: 950px;
    height: auto;
    margin: auto;
    text-align: center;
}
.pop-message-close{
    display: table-cell;
    vertical-align: middle;
}
.pop-message-remove-button {
    float:right;
    width:20px;
    height:20px;
    background-size:contain;
    background:transparent url('../images/remove.png') no-repeat;
    cursor:pointer;
}

.pop-message-remove-button:hover {
    color: #000000;
    text-decoration: none;
    opacity: 0.5;
    filter: alpha(opacity=10);
    cursor: pointer;
}
.preheader__profilebar {
    /*position:absolute;*/
    /*right:0;*/
    /*top:0;*/
    /*background:#fdfcef;*/
}
.preheader__profile {
    padding:5px 18px 4px 44px;
    background:url('../images/icon-profile.png') no-repeat 19px 5px;
    background-size:18px 20px;
    border:1px solid transparent;
    line-height:22px;
    box-sizing:border-box;
	font-size: 14px;
    font-weight: 700;
    color: #333;
}
/*.preheader__profilebox:hover .preheader__profile,*/
.preheader__profilebox_active .preheader__profile,
.preheader__profile_active {
    position:relative;
    color:#f47920;
    padding-left:44px;
    background-color:#fff;
    border:1px solid #c8c8c8;
    box-shadow:-1px 1px 2px rgba(0,0,0,0.3);
    z-index:1001;
}
.preheader__profilebox {
    position:relative;
}
.preheader__profile:hover {
    color:#f47920;
}
/*.preheader__profilebox:hover .preheaderProfileDropdown,*/
.preheader__profilebox_active .preheaderProfileDropdown {
    display:block;
}
.preheaderProfileDropdown {
    position:absolute;
    right:0;
    top:33px;
    display:none;
    background:#fff;
    border:1px solid #c8c8c8;
    border-radius:4px 0 4px 4px;
    box-shadow:-2px 2px 3px rgba(0,0,0,0.3);
    z-index:1000;
}
.preheaderProfileDropdown .popup-node .ch-col{
    width:288px;
}
.preheader__profilebox_active .preheader__profile:after,
/*.preheader__profilebox:hover .preheader__profile:after,*/
.preheader__profile_active:after {
    content:'';
    display:block;
    position:absolute;
    right:0px;
    left:0;
    top:30px;
    /*width:200px;*/
    height:5px;
    background:#fff;
    z-index:1002;
}
.preheaderProfileDropdown:after {
    content:'';
    display:block;
    position:absolute;
    right:-1px;
    top:-31px;
    bottom:0;
    width:5px;
    background:#fff;
    border-radius:4px;
    border-right:1px solid #c8c8c8;
    box-shadow:2px 1px 3px rgba(0,0,0,0.3);
    z-index:999;
}
.preheaderProfileDropdown .popup-title {
    display:none;
}
.preheaderProfileDropdown .login-popup__content {
    padding:25px 30px;
}
.preheader__bonus {
    padding-left:19px;
}
.subheader {
    position:relative;
    height:50px;
}
.subheader__catalog-button {
    position:absolute;
    top:-50px;
    width:210px;
    padding:14px 50px 14px 20px;
    font-size:16px;
	font-weight: 700;
    line-height:22px;
    background-color:#f47920;
    background-repeat: no-repeat;
    background-position:240px center;
    background-size: 16px 12px;
    border-radius:4px;
    color:#fefefe;
}
.subheader__catalog-button:hover {
    background-color:#f48e27;
}
.subheader__links {
    display:table;
    width:100%;
}
.subheader__link {
    display:table-cell;
    color:#333;
	font-family: Technodom, Calibri, Arial, sans-serif;
    font-size:16px;
	font-weight: 700;
    line-height:22px;
    text-align:center;
}
.subheader__link a {
    display:block;
    padding:14px 8px;
}
.subheader__link a:hover {
    color:#000;
    padding-bottom:13px;
    border-bottom:1px solid #000;
}
.subheader__link a span {
    display:block;
    width: 100%;
}
.subheader__link_actions a, .subheader__link_actions a:hover {
    background:url('../images/icon-actions.png') no-repeat left center;
    background-size:18px 20px;
    color:#f47920;
    padding-left:36px;
    padding-bottom:13px;
    border-bottom:1px solid #f47920;
}
.subheader__link_actions a:hover {
    opacity:0.8;
}
/***End Pop Up Message***/

.dropdown_arr,
.sticky-catalog-button_active {
    background:url(data:image/gif;base64,R0lGODlhGAAMAKIAAP///4iIiAICAqSkpJaWln5+fhERETc3NyH5BAAAAAAALAAAAAAYAAwAAAM4aATc/o4YQMSCuNVbQ8aBFQne14TXWH5oNpCsMJjv6oSzCdQPrjc8hu8HFBQABRnx8Tool8znJwEAOw==) no-repeat right center;
    background-size:12px 6px;
	font-weight: 700;
}
