* {
    box-sizing: border-box;
}
body {
    margin: 0;
    display: none;
    box-sizing: border-box;
}

html,body {
    font-size: 15px;

    font-weight: normal;
    font-family: 'Arial Narrow', sans-serif;
}
body {
}
header, footer {
    position: fixed;
    width: 100%;
    background-color: rgb(212, 218, 221);

}
header {
    top: 0;
    height: 50px;
    /*background-color: rgba(46, 115, 165, 0.8);*/
    z-index: 1;
    border-bottom: 1px #2E73A5 solid;
}

footer {
    bottom: 0;
    height: 50px;
    border-top: 1px #2E73A5 solid;
    /*background-color: rgba(46, 115, 165, 0.8);*/

}

button {
    background: #FFF;
    font-family: "Comic Sans MS", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    vertical-align: middle;
    border-width: 1px;
    border-radius: 5px;
    border-color: #2E73A5;
}
button:hover {
    /*background: rgba(46, 115, 165, 0.2);*/
    /*border-color: red;*/
    cursor: pointer;
    box-shadow: inset 0 0 2px rgba(0,0,0,0.5);
}

strong {
    font-family: "Comic Sans MS", sans-serif;
}

H1 {
    font-family: "Comic Sans MS", sans-serif;
    color: #2E73A5;
    text-align: center;
    font-size: 22px;
}

H2 {
    font-family: "Comic Sans MS", sans-serif;
    color: #2E73A5;
    text-align: center;
    font-size: 20px;
}

H3 {
    font-family: "Comic Sans MS", sans-serif;
    color: #2E73A5;
    text-align: center;
    font-size: 18px;
}

H4 {
    font-family: "Comic Sans MS", sans-serif;
    color: #2E73A5;
    text-align: center;
    font-size: 16px;
}

::-webkit-scrollbar {
    width: 7px;
    /*background-color: #FFF;*/
}

::-webkit-scrollbar-thumb, -moz-webkit-scrollbar {
    /*background-color: #2E73A5;*/
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 3px rgba(46, 115, 165, 1);
}

/* Для Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
/* Для Firefox */
input[type=number]{
    -moz-appearance: textfield;
}

.loading::before {
    content: '';
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    width: 100%;
    height: 100%;
}

.loading::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/loading.gif) no-repeat;
    width: 100px;
    height: 100px;
    display: block;
    z-index: 2;
    margin: auto;
    background-size: cover;
}

.body {

    /*position:fixed;*/
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    /*margin: auto;*/
    /*overflow: hidden;*/
    margin-top:50px;
    margin-bottom:50px;
    /*padding-top:50px;*/
    /*padding-bottom:50px;*/
    /*background: #00aced;*/
    /*width: 100%;*/
    /*height: 100%;*/
}

.body::after {
    content: "";
    /*background: #fff url(images/IMG_2283.jpg);*/
    background: #fff;
    opacity: 0.3;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
}
.main {
    position:absolute;
    display: block;

    /*display: none;*/
    /*left:0;*/
    /*right:0;*/
    /*top:0;*/
    /*bottom:0;*/
    /*margin: 0 auto;*/
    /*overflow-y:auto;*/
    overflow: auto;
    /*margin-top:40px;*/
    /*margin-bottom:50px;*/
    /*background-color: rgba(255, 255, 255, 0.5);*/
    /*width: 1170px;*/
    width: calc(100%);
    height: 100%;
    /*margin: 50px 0;*/
}

.main > div {
    display: inline-block;
    vertical-align: top;
    /*margin-top: 10px;*/
    /*width: calc(49.4% - 60px);!*Отнимаем половину ширины картинки*!*/
    /*padding: 0 10px;*/
    /*float: left;*/

    /*display: inline;*/
    overflow: auto;
    /*width: 49.5%;*/
    width: 50%;

    /*background: #eee;*/
    padding: 0 10px;
    /*border: 1px solid #ccc;*/

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    border: none;

    position: absolute;
    height: 100%;

    /*display: flex;*/
    /*flex-direction: row;*/
    /*justify-content: flex-start;*/

}

.main .main_left {
    /*float: left;*/
}

.main .main_right {
    float: right;
}

.main .main_right {
    position: absolute;
    right: 0;
}

.main .main_right, .main .main_left{
    width: calc(50% - 60px);
    padding-top: 5px;
    /*padding-bottom: 130px;!* Отступ для нижнего блока*!*/
}

.contentMenuBlock {
    z-index: 1;
    /*position: fixed;*/
    /*position: absolute;*/
    /*left:calc(49.5% - 45px);*/
    /*left: auto;*/
    left: 0;
    right:0;
    /*top:50px;*/
    /*bottom:0;*/
    /*width: 90px;*/
    margin: auto;

    display: flex;
    justify-content: center;

    width: 100px;
    border: 0;
    padding: 0;
    position: sticky;
    top: 0;
    background: none;
    /*transform: translateX(-3px);*/
}

div.contentMenuBlock {
    width: 120px;
    border: 0;
    padding: 0;
    /*transform: translateX(-3px);*/
}
.contentMenuBlock ul {
    /*width: 90px;*/
    margin: 0;
    padding: 0;
}

.contentMenuBlock ul li {
    list-style-type: none;
    margin: 0 0;
    overflow:hidden;
    text-align: center;
    position: relative;
}

.contentMenuBlock ul li a {
    width: 110px;
    height: 110px;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;

    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition:  all 0.5s ease-out;

}

.contentMenuBlock ul li a.red:after {
    content: '';
    border-radius: 50%;
    display: block;
    position: absolute;
    width: 94px;
    height: 94px;
    border: 3px solid red;
    padding: 0px;
    margin: 5px;
}


.contentMenuBlock ul li a:hover {

    /*background-image: url( attr('bdhover') );*/

    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


.menu {
    width: 100%;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: row;

}

.block_menu {
    /*margin: auto 10px;*/
    /*width: calc(49.4% - 45px - 20px);!*Отнимаем половину ширины картинки*!*/
    /*display: inline-block;*/
    display: block;
    width: 100%;
    /*display: flex;*/
    /*flex-direction: row;*/
}

.block_step {
    display: flex;
}

.block_step DIV{
    width: 120px;
    position: relative;
    display: flex;
}

.formFiltersQuery {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.formFiltersQuery input {
    width: 100%;
    box-sizing: border-box;
    border: 1px #2E73A5 solid;
    border-radius: 5px;
    padding: 5px 24px 5px 3px;
    /*box-shadow: 0 2px 4px  #292825;*/
}

.formFiltersQuery button {
    position: absolute;
    display: block;
    right: 3px;
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    /*border: 1px #292825 solid;*/
    /*background: rgba(46, 115, 165, 0.2);*/
    box-sizing: border-box;
    border-radius: 3px;
    padding: 0;
}
/*
.block_step DIV:after {
    content: '\21EA';!*21EA 21E7 21D2 00BB 2192 226B *!
    position: absolute;
    display: block;
    right: 5px;
    width: 20px;
    height: 24px;
    border: 1px #292825 solid;
    !*background-color: #2E73A5;*!
    background: rgba(46, 115, 165, 0.2);
    !*box-shadow: 0 0 2px  #292825;*!
    box-sizing: border-box;
    border-radius: 3px;
    transform: rotate(90deg);
}*/

.block_step DIV:hover:after {
    cursor: pointer;
    box-shadow: inset 0 0 2px rgba(0,0,0,0.5);
}

footer .menu-content {
    padding: 0 10px;
}

footer label {


    position: absolute;
    font-size: 20px;
    display: inline-block;
    cursor: pointer;
    background: url(images/open-menu.png) no-repeat left center;
    margin: 10px 10px;
    height: 34px;
    width: 34px;


    display: none;


}

.top_menu {
    visibility: visible;
    padding: 0 0 0 0;
    margin: 0 15px;
    text-align: center;

    display: -webkit-flex;
    display: flex;

    flex-wrap: nowrap;/*Flex-элементы не переносятся, а располагаются в одну линию слева направо*/

    -webkit-flex-direction: row;
    flex-direction: row;

    justify-content: center;/*Не все браузеры поддерживают space-evenly, оставляем для них центр*/
    justify-content: space-evenly;
}

.top_menu li.item {
    display: inline-block;
    position: relative;
    /*margin: 0 15px;*/
    padding: 0 20px;

    /*-webkit-flex-grow: 3;*/
    /*flex-grow: 3;*/

    /*-webkit-flex-shrink: 3;*/
    /*flex-shrink: 3;*/
}

.top_menu > li.item > a.link {
    text-decoration: none;
    line-height: 50px;
    height: 50px;
    vertical-align: middle;
    text-align: center;
    /*display: block;*/
    color: #2E73A5;
    font-family: "Comic Sans MS", sans-serif;

    font-size: 16px;
    /*text-transform: uppercase;*/
    font-weight: bold;
    display: inline-block;
    padding: 0 20px;

    white-space: nowrap;

    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition:  all 0.5s ease-out;

}

.top_menu > li.item.current > a.link {
    color: red;
}

.top_menu > li.item > a.link:hover {
    color: red;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


footer input#menu {
    display: none;
}

footer input:checked ~ label {
    background-image: url(images/close.png);
}

footer .menu-content {
    display: none;
    /*max-height: 0;*/
    /*padding: 0 0 0 50px;*/
    vertical-align: top;
}
footer input:checked ~ .menu-content {
    /*max-height: 100%;*/
    display: block;

}

/**/

.top_menu > li.item > a.link.icon {
    padding: 0;
    padding-left: 50px;
    /*font-size: 0*/
}
.top_menu li a.icon:before {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    float: left;
    margin: 0;
    margin-left: -50px;
    display: block;
    background: url(images/icons.png) 0 0 no-repeat;
    /*background-size: 50px;*/

    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition:  all 0.5s ease-out;


}
.top_menu li a.icon:hover:before {
    background-position-y: -50px;
}

.top_menu li.current a.icon:before {
    background-position-y: -50px;
}


.top_menu li a.icon_email:before {
    background-position-x: -100px;
}

.top_menu li a.icon_phone:before {
    background-position-x: -150px;
}

.top_menu li a.icon_market:before {
    background-position-x: -200px;
}

.top_menu li a.icon_about:before {
    background-position-x: -50px;
}

.top_menu li a.icon_catalog:before {
    background-position-x: -350px;
}

.top_menu li a.icon_basket:before {
    background-position-x: -400px;
}

.top_menu li a.icon_order:before {
    background-position-x: -450px;
}


.top_menu a.arrow-down.down.icon_catalog:before {
    background-position-x: -300px;
}

.top_menu .countBasket {
    display: none;
    position: absolute;
    right: 0;
    top: 3px;
    background: rgba(46, 115, 165, 0.2);
    border-radius: 50%;
    border-color: #2E73A5;
    font-size: 15px;
    padding: 2px 5px;
    color: #000;
    font-weight: bold;
}

.top_menu .countBasket.show {
    display: flex;

    align-items: center;
    justify-content: center;
}


/*

.basketNumber::before {
    content: 'номер ';
    display: block;
    font-size: 12px;
    line-height: 6px;
    font-weight: normal;
}
.basketNumber {
    position: absolute;
    left: 5px;
    bottom: 5px;
    padding: 5px 10px;
    background-color: #2e73a5;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-family: "Comic Sans MS", sans-serif;
    border-radius: 5px;
    white-space: nowrap;
}
*/
.basketNumber.show {
    display: flex;
    align-items: center;
    justify-content: left;
}

.basketNumber {
    display: none;
    position: absolute;
    left: 65px;
    bottom: 0px;
    width: 100px;
    /*background: rgba(46, 115, 165, 0.2);*/
    border-radius: 2px;
    border-color: #2E73A5;
    color: #000;
    font-size: 15px;
    padding: 2px 5px;
    font-weight: bold;
}

/*.top_menu input[type=checkbox] {*/
/**/
/*}*/


/*.arrow-down {*/
/*position: relative;*/
/*width: 12px;*/
/*height: 12px;*/
/*margin: 0 0 0 -20px;*/
/*display: inline-block;*/
/**/
/*display: none;*/
/**/
/*}*/

/*.arrow-down:before {*/
/*content: '';*/
/*position: absolute;*/
/*box-sizing: border-box;*/
/*width: 100%;*/
/*height: 100%;*/
/*border-left: 3px solid #2E73A5;*/
/*border-bottom: 3px solid #2E73A5;*/
/*transform: translate(0px, 0) rotate(-45deg);*/
/*border-radius: 1px;*/
/*}*/

/*.arrow-down.down:before {*/
/*transform: translate(0px, 5px)  rotate(135deg);*/
/*}*/



.tabItem {
    margin-top: 20px;
}

.tabItem:nth-child(1) {
    margin-top: 0;
}
.tabItem, .tabItemParam {
    border: 1px #2E73A5 solid;
    background: rgba(255, 255, 255, 0.5);
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.main_basket .tabItem, .main_basket .tabItemParam {
    border: 1px #2E73A5 solid;
    background: rgba(46, 115, 165, 0.2);

}

.main_right .tabItem {
    flex-direction: row-reverse;
}

.tabItemImg {
    width: 17%;
    padding: 10px 0 10px 0;
    position: relative;
}

.tabItemImg a {
    position: relative;
    display: block;
}

.tabItemImg a:before {
    display: block;
    width: 100%;
    padding-top: 100%;
    content: "";
}

.tabItemImg img {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

/*.tabItemImg .tabItemImgReal:before {*/
/*content: "";*/

/*display: block;*/
/*width: 100%;*/
/*padding-top: 100%;*/

/*}*/

/* .tabItemImg .tabItemImgReal:after {
     content: "";

     display: block;
     width: 100%;
     padding-top: 100%;

     box-sizing: border-box;
     background: #FFF;

     border: 5px red solid;
     border-radius: 50%;
 }

 .tabItemImg .tabItemImgReal {
     !*position: absolute;*!
     !*display: block;*!
     !*height: 100%;*!
     !*top: 0;*!
     !*z-index: 121;*!
     !*position: relative;*!
     !*border-radius: 50%;*!

     z-index: 1;

     !*background: #FFF;*!
     !*border-radius: 50%;*!

     position: absolute;
     top: 0;

     right: -130px;
     width: 130px;
     height: 130px;
     !*bottom: 0;*!
     !*left: 0;*!
     !*background: #eee;*!
 }

 .main_right .tabItemImg .tabItemImgReal {
     right: 130px;
 }

 .tabItemImg .tabItemImgReal img {
     width: 80%;
     border: 0px red solid;
     border-radius: 50%;
 }*/

.tabItemImg .tabItemImgReal {
    /*background: black;*/
    display: none;
    /*display: block;*/
    justify-content: center;
    align-items: center;
    /*height: 400px;*/
    /*padding: 20px;*/
    box-sizing: border-box;
    /*position: absolute;*/
    position: fixed;

    top: calc(50% - 200px);
    left: calc(25% - 200px);
    z-index: 1;

    height: 400px;
    width: 400px;

    /*-webkit-transform: translate(80%,0);*/
    /*-moz-transform: translate(80%,0);*/
    /*-o-transform: translate(80%,0);*/
    /*transform: translate(80%,0);*/

}

.tabItemImg:hover .tabItemImgReal {
    display: block;
}


.tabItemImgReal .tabItemImgRealImg {
    box-sizing: border-box;
    /*border: 5px red solid;*/
    border-radius: 100%;
    /*height: 130px;*/
    /*width: 130px;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*overflow: hidden;*/
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    height: 100%;
    width: 100%;
}

.main_right .tabItemImg .tabItemImgReal {
    /*right: 130px;*/

    /*-webkit-transform: translate(-100%,0);*/
    /*-moz-transform: translate(-100%,0);*/
    /*-o-transform: translate(-100%,0);*/
    /*transform: translate(-100%,0);*/

    left: auto;
    right: calc(25% - 200px);
}


/*.tabItemImgReal .tabItemImgRealImg IMG {*/
/*!*width: 90%;*!*/
/*border-radius: 50%;*/

/*width: 130px;*/
/*height: 130px;*/
/*}*/

.tabItemImgReal .tabItemImgRealImg:after {
    content: "";

    display: block;
    /*height: 300px;*/
    /*width: 300px;*/
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    border-radius: 50%;
    border: 3px red solid;

}

.tabItemImgPart {
    z-index: 1;
    position: absolute;
    left: 60%;
    top: 10px;
    /*right: -20px;*/

    background-color: #2e73a5;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-family: "Comic Sans MS", sans-serif;

    padding: 5px 10px;
    border-radius: 5px;
    /*white-space: nowrap;*/

}

.tabItemImgPrice {
    position: absolute;
    bottom: 10px;
    left: 60%;
    display: block;

    background-color: red;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-family: "Comic Sans MS", sans-serif;

    padding: 5px 10px;
    border-radius: 5px;
    white-space: nowrap;

}

.main_right .tabItemImgPart, .main_right .tabItemImgPrice {
    left: auto;
    right: 60%;

}


/*tabItemPart*/


.tabItemDesc .tabItemBrand img {
    height: 35px;
    margin: 0 auto;

    font-family: "Comic Sans MS", sans-serif;
    min-height: 100%;
    font-size: large;

}


.tabItem .tabItemDesc {
    width: 60%;
    margin: auto;
    padding: 15px 0 10px;
    position: relative;
    color: #000;
    text-align: center;
    cursor: pointer;
}

.main_left .tabItem .tabItemDesc {
    padding-left: 40px;
}

.main_right .tabItem .tabItemDesc {
    padding-right: 40px;
}

.tabItemPrice {
    width: 20%;
    min-width: 90px;
    /*padding: 10px 10px 10px 0;*/
    padding: 0;
    position: relative;
    /*margin: auto;*/
    word-wrap: break-word;
    margin: auto;
    vertical-align: middle;
}

.tabItemDesc .tabItemName {
    font-size: large;
}

.tabItemDesc .tabItemDay {
    font-size: medium;
}


.tabItemParamTable {
    width: 100%;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

}

.tabItemParamTable .tabItemParamRow {
    width: 100%;
    display: block;
    overflow: auto;


    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    white-space: revert;

    /*transform: translate(0px, 0) rotate(-45deg);*/
    /*transition:  all 0.5s ease-out;*/

}


.tabItemParamTable .tabItemParamRow:hover {

    color: #FFF;
    background: rgba(46, 115, 165, 0.7) !important;

    /*-webkit-transform: scale(1.1);*/
    /*-moz-transform: scale(1.1);*/
    /*-o-transform: scale(1.1);*/
    /*transform: scale(1.1);*/
}

.tabItemParamTable .tabItemParamRow .tabItemParamCell {
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    font-family: 'Courier New', sans-serif;
}

.tabItemParamTable .tabItemParamRow .tabItemParamCell:nth-child(1) {
    padding-left: 30px;
    /*float: left;*/
    /*width: 70%;*/
}

.tabItemParamTable .tabItemParamRow .tabItemParamCell2 {
    /*width: 15%;*/
    text-align: right;
    padding-right: 80px;
    vertical-align: top;
    margin-left: 5px;
    /*float: right;*/
}

.tabItemParamTable .tabItemParamRow .tabItemParamCell2 .tabItemParamCellEd {
    width: 75px;
    text-align: left;
    /*padding-right: 30px;*/
    vertical-align: top;
    margin-left: 5px;
    /*float: right;*/
    white-space: nowrap;
    position: absolute;
    padding: 0;
    overflow-x:hidden
}

.tabItemParamTable .tabItemParamRowHead {
    background-color: #2e73a5;
    text-align: center;
}

.tabItemParamTable .tabItemParamRowHead .tabItemParamCell {
    font-size: 12px;
    font-family: "Comic Sans MS", sans-serif;
    color: #FFF;
}

/*.main_basket .tabItemParamTable .tabItemParamRow {*/
    /*background: rgba(46, 115, 165, 0.2);*/
/*}*/

.tabItemParamTable .tabItemParamRow:nth-child(2n) {
    background: #f9f7f2;
}

.main_basket .tabItemParamTable .tabItemParamRow:nth-child(2n) {
    background: rgba(46, 115, 165, 0.2);
}


.basketPriceText {
    text-align: center;
    color: #2E73A5;
    font-weight: bold;
    font-size: 15px;
    font-family:'Comic Sans MS', sans-serif;
    white-space: nowrap;
    box-sizing: border-box;
    line-height: 12px;
}


.tabItemPrice .tabItemPriceItem {
    text-align: center;
    color: #000;
    width: 100%;
    height: 100%;
    padding-bottom: 15px;
}

.main_basket .tabItemPrice .tabItemPriceItem {
    padding-bottom: 0;
}

.tabItemPrice .tabItemPriceItem input[type=checkbox] {
    /*position: absolute;*/
    /*left: -9999px;*/
    display: none;
}

.tabItemPrice .tabItemPriceItem label {
    display: block;
    /*background: #08C;*/
    /*padding: 5px;*/
    /*border: 1px solid rgba(0,0,0,.1);*/
    /*border-radius: 2px;*/
    color: #2E73A5;
    font-weight: bold;
    font-size: 18px;
    font-family: "Comic Sans MS", sans-serif;
    white-space: nowrap;
    box-sizing: border-box;
}

.main_catalog .tabItemPrice .tabItemPriceItem label {
    cursor: pointer;

}

.main_catalog .tabItemPrice .tabItemPriceItem label::before {
    content: "";
    box-sizing: border-box;
    display: block;
    width: 80px;
    height: 80px;
    /*padding-top: 100%;*/
    position: absolute;
    margin: auto;
    top: 20px;
    right: 0;
    bottom: 0;
    left: 0;

}

.main_catalog .tabItemPrice .tabItemPriceItem:hover label::before {
    content: "";
    border-radius: 50%;
    border: 3px #2E73A5 solid;

    /*top: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
}
/*.main_catalog .tabItemPrice .tabItemPriceItem:hover label.red:before {*/
    /*border-color: red;*/
/*}*/


.main_catalog .tabItemPrice .tabItemPriceItem label.red::before {
    content: "";
    border: 3px red solid;
    border-radius: 50%;

    /*top: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
}

.tabItemPrice .itemCurrency {
    color: #2E73A5;
    font-weight: bold;
    font-size: 14px;
    font-family: "Comic Sans MS", sans-serif;
    white-space: nowrap;
    box-sizing: border-box;
}


.tabItemPrice .red .itemCurrency {
    color: red;
}

.main_basket .tabItemPrice .itemCurrency {
    display: inline-block;
}

.tabItemPrice .itemInBasket {
    display: none;
}
.main_catalog .tabItemPrice .red .itemInBasket {
    display: block;
    position: absolute;
    /*color: red;*/
    top: 20px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 80px;
    height: 80px;
    margin: auto;

    background: url(images/icons.png) -637px -80px no-repeat;
    background-size: 1000%;
    opacity: 0.2;

}

.tabItemPrice .tabItemPriceItem .itemButton {
    width: 80%;
    margin-bottom: 20px;
    background: rgba(46, 115, 165, 0.2);

}

.tabItemPrice .tabItemPriceItem .itemButton:hover {

}


.main_basket .tabItemPrice .tabItemPriceItem .count-block {
    margin: auto;
    /*font-size: 20px;*/
}
.main_basket .tabItemPrice .tabItemPriceItem .count-arrow-minus,
.main_basket .tabItemPrice .tabItemPriceItem .count-arrow-plus {
    cursor: pointer;
    background: #FFF;
    font-size: 10px;
    font-weight: bold;
    padding: 5px 0px;
    width: 25px;
    box-sizing: border-box;
    border: 1px #2E73A5 solid;
    border-radius: 50%;
    outline: none;
}
.main_basket .tabItemPrice .tabItemPriceItem .count-num {
    /*font-size: 20px;*/
    padding: 4px 5px;
    border-radius: 5px;
    border: 1px #2E73A5 solid;
    text-align: center;
    outline: none;
    width: 20px;
}

.basketSum {
    display: inline-block;
    color: #2E73A5;
    font-weight: bold;
    font-size: 18px;
    font-family: "Comic Sans MS", sans-serif;
    white-space: nowrap;
    box-sizing: border-box;
}

.basketSumDelete {
    font-family: "Comic Sans MS", sans-serif;
    text-align: center;
    color: red;
    border: 1px red solid;
    border-radius: 5px;
    margin: 5px auto 4px;
    width: 80%;
    height: 15px;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    display: none;
}



/*.tabItemPrice .tabItemPriceItem input[type=checkbox]:checked ~ label {*/
/*color: red;*/
/*}*/



.l {
    text-align: left;
}

.r {
    text-align: right;
}

.red {
    color: red !important;
}




.tmpMenu {
    z-index: 2;
    position: fixed;
    right: 10px;
    bottom: 5px;
    background: #2E73A5;
    border-radius: 5px;

}


.tmpMenu > div {
    cursor: pointer;
    padding: 3px 0;
    border-top: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
    display: block;
    width: 15px;
    height: 5px;
    box-sizing: border-box;
    margin: 12px 10px;
}

.tmpMenu:hover > div {
    position: absolute;
    right: 0;
    bottom: 0;
}

.tmpMenu ul {
    display: none;
    margin: 30px;
    padding: 0;
}
.tmpMenu:hover ul {
    display: block;
}

.tmpMenu ul li {
    font-size: 18px;
    list-style-type: none;
    overflow:hidden;
    text-align: left;
    color: #FFF;
    margin: 10px 10px;
    cursor: pointer;

}

.tmpMenu ul li.red {
    color : red;
}


.catalogButton {
    height: 35px;
    /*width: 100%;*/
    /*overflow: hidden;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: flex-end;*/
    /*!*margin-top: 20px;*!*/
}
/*
.catalogButton IMG{
    !*height: 100%;*!
    width: auto;
}
*/

.basketSumMain {
    display: flex;
    /*width: 100%;*/
    color: #2E73A5;
    font-weight: bold;
    font-size: 18px;
    font-family: "Comic Sans MS", sans-serif;
    /*white-space: nowrap;*/

    border: 1px #2E73A5 solid;
    background: rgba(46, 115, 165, 0.2);
    padding: 10px;

    flex-direction: column;
}

.basketSumBlock {

    width: 80%;
    max-width: 1200px;
    margin: 0 auto;


    color: #000;
    /*padding: 10px 0;*/
    /*overflow: auto;*/
    font-weight: normal;

    display: flex;

    flex-direction: row;/*направление*/
    justify-content: left;/*горизонтальное*/
    align-items: center;/*вертикальное выравнивание*/

}

.basketSumBlock > div {
    display: block;
    /*display: flex;*/
    /*display: inline-flex;*/
    /*flex-grow: 1;*/
    /*display: inline-block;*/
    /*margin: auto 0;*/
    /*height: 100%;*/
    /*vertical-align: middle;*/
}

.basketSumHead {
    /*width: 80%;*/
    max-width: 1200px;

    display: flex;
    flex-direction: row;/*направление*/
    /*justify-content: space-between;!*горизонтальное*!*/
    justify-content: space-around;;/*горизонтальное*/
    align-items: center;/*вертикальное выравнивание*/
    /*margin: 10px auto;*/
}

.basketSumHead DIV {
    margin: 0 5px;
}

.basketSumBlockSum {
    /*padding-left: 10px;*/
    display: inline-block;
}


.basketSumHead .itemCurrency {
    display: inline-block;
}

.basketSumBlockButton {
    float: right;
    cursor: pointer;
    background: #FFF;
    font-size: 14px;
    font-weight: bold;
    box-sizing: border-box;
    border: 1px #2E73A5 solid;
    border-radius: 5px;
    outline: none;
    padding: 3px 7px;
    /*text-transform: uppercase;*/
}
.basketSumBlockButton:hover {
    box-shadow: inset 0 0 2px rgba(0,0,0,0.5);
}

/*<<<<<<<<<< Форма корзины >>>>>>>>>>>>>>>>>*/

.basketOrderBlock {
    display: none;
    float: left;
    width: 100%;
}

.basketOrderBlock div:first-child {
    padding: 10px 0;
}

.basketOrderContainer {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
}

.basketOrderContainer * {
    box-sizing: border-box;
}

.formCallback {
    margin: 0 auto;
    max-width: 800px;
}
.flex-outer,
.flex-inner {
    list-style-type: none;
    padding: 0;
}

.flex-outer {
    /**/
}

.flex-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.flex-outer li {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.flex-inner {
    padding: 0 8px;
    justify-content: space-between;
}

.flex-outer > li:not(:last-child) {
    margin-bottom: 10px;
}

.flex-outer li label,
.flex-outer li p {
    /*padding: 8px;*/
    font-weight: 300;
    letter-spacing: .09em;
    /*text-transform: uppercase;*/
}

.flex-outer > li > label,
.flex-outer li p {
    flex: 1 0 120px;
    max-width: 130px;
}

.flex-outer > li > label + *,
.flex-inner {
    flex: 1 0 auto;
}

.flex-outer li p {
    margin: 0;
}

.flex-outer li input:not([type='checkbox']),
.flex-outer li textarea {
    padding: 5px;
    /*border: none;*/
    border: 1px #2E73A5 solid;
    border-radius: 5px;
}

.flex-outer li button {
    margin: auto;
    padding: 8px 16px;
    border: none;
    background: #2E73A5;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: .09em;
    border-radius: 5px;

}

.flex-inner li {
    width: 100px;
}

.flex-outer li.error {
    color: red;
}

.flex-outer li.error input {
    box-shadow: inset 0 0 3px rgb(255, 0, 0);
    border-color: red;
    background: rgba(255, 0, 0, 0.01);
}

/*
.basketOrderContainer .flex-outer li.error:after {
    !*content: attr(placeholder);*!
    content: 'Введите корректроное значение';
    display: block;
    position: absolute;
    background: #E1DFDF;
    margin-top: -60px;
    left: 20%;
    padding: 2px 10px;
    border: 1px #F00 solid;
    box-shadow: 0 0 3px #000;
}*/

.basketOrderContainer .valid input {
    box-shadow: inset 0 0 2px #2E73A5;
}

/*<<<<<<<<<< Форма корзины >>>>>>>>>>>>>>>>>*/




/*>>>>>>>>>>>>>>>>>> Order <<<<<<<<<<<<<<<<<<*/

.main_order .tabItemImgPrice {
    display: none;
}

.main_order .tabItemImgPart {
    display: none;
}

.main_order .tabItemImg a::before {
    padding-top: 50%;
}

.main_order .tabItemImg:hover .tabItemImgReal {
    display: none;
}

.main_order .tabItemDesc .tabItemDay {
    display: none;
}

.main_order .tabItemDesc .tabItemBrand {
    display: none;
}

.main_order.main_left .tabItem .tabItemDesc {
    padding-left: 0;
}

.main_order .tabItemPrice {
    width: 40%;
    min-width: 200px;
    margin: 0;
}

.main_order .tabItemPrice .tabItemPriceItem {
    padding-bottom: 0;


    display: flex;

    /*flex-wrap: nowrap;*/

    /*flex-direction: row;!*направление*!*/
    /*justify-content: space-between;!*горизонтальное*!*/
    /*align-items: center;!*вертикальное выравнивание*!*/
}

.main_order .tabItemPrice .tabItemPriceItem > DIV {


    display: grid;

    flex: 1 0 60px;


    text-align: right;
    /*color: #000;*/
    /*margin: 0 10px;*/
    /*width: 30%;*/
    /*font-weight: bold;*/
    /*white-space: nowrap;*/
    font-size: 18px;
    font-family: "Comic Sans MS", sans-serif;
    flex-wrap: nowrap;
    height: 100%;
    border-left: 1px #2E73A5 solid;
    padding-right: 5px;
    justify-content: right;
    align-items: center;
    /*align-content: center;*/
}

.main_order .tabItemPrice .tabItemPriceItem > DIV:nth-child(2) {
    /*text-align: center;*/
}


.main_order .tabItem {
    flex-direction: row;
}

.main_order .tabItemHeader .tabItemPrice .tabItemPriceItem > DIV, .main_order .tabItemHeader .tabItemDesc {
    /*border: 1px #2E73A5 solid;*/
    text-align: center;
    color: #2E73A5;
    /*font-weight: bold;*/
    font-size: 17px;
    font-family: "Comic Sans MS", sans-serif;
    border-bottom: 0;
    border-top: 0;
    border-right: 0;
    justify-content: center;
    padding-right: 0;

}

.main_order .tabItemHeader .tabItemDesc {
    border-left: 0;
    cursor: unset;
}

.main_order .tabItemHeader .tabItemPrice .itemCurrency {
    display: block;
}

.main_order .tabItemHeader .tabItemPrice .tabItemPriceItem SPAN{
    font-size: small;
    font-weight: normal;
    display: block;
}

.main_order .tabItem .tabItemDesc {
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
}

.main_order .tabItem {
    margin-top: 0;
    border-bottom: 0;
}

.main_order .tabItem, .tabItemParam {
    margin-top: 0;
    /*border-bottom: 0;*/
}

.main_order .catalogButton {
    border-top: 1px #2E73A5 solid;
}

/*.main_order .tabItem:last-child {*/
    /*border: 1px #2E73A5 solid;*/
/*}*/

/*>>>>>>>>>>>>>>>>>> Order <<<<<<<<<<<<<<<<<<*/

/*>>>>>>>>>>>>>>>>>> blockCompany <<<<<<<<<<<<<<<<<<*/

.blockCompany {

    /*display: flex;*/
    /*flex-wrap: nowrap;*/
    /*align-items: center;*/
    /*flex-direction: row;*/
    /*justify-content: space-between;*/

    background: rgba(255, 255, 255, 0.5);

}

.main > div > div {
    background: rgba(255, 255, 255, 0.5);

}

.blockCompany > DIV {
    display: flex;
    /*flex-direction: row;*/
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 10px;

}

.blockCompany > DIV > SPAN:first-child {
    flex: 1 0;
    max-width: 120px;
}
.blockCompany > DIV > SPAN:last-child {
    flex: 2 0;
}

.blockButton {
    margin-bottom: 10px;
    display: flex;
    padding: 10px 0;
    /*justify-content: center;*/
}

.blockButton button {
    /*flex: 1 1;*/
    flex-grow: 1;
    /*margin-left: auto;*/
    padding: 3px 0;
    /*border: none;*/
    /*background: #2E73A5;*/
    /*background: rgba(46, 115, 165, 0.2);*/
    background: rgba(46, 115, 165, 0.2);
    color: #2E73A5;
    /*text-transform: uppercase;*/
    letter-spacing: .09em;
    /*border-radius: 5px;*/
    position: relative;
}

.blockButton button:not(:last-child) {
    margin-right: 10px;
}

.blockButton button:hover {
    background: #FFF;
    color: #2E73A5;

    /*background: rgba(46, 115, 165, 0.2);*/
    /*border-color: red;*/
    /*cursor: pointer;*/
    /*box-shadow: inset 0 0 2px rgba(0,0,0,0.5);*/
}

.title {

}
.title:hover::after {
    content: attr(data-title);
    z-index: 1;
    position: absolute;
    left: 20%;
    top: 30px;
    font-size: 12px;
    color: #000000;
    font-family: "Arial Narrow", sans-serif;
    background: #FFF;
    box-shadow:  0 0 2px rgba(0,0,0,0.5);
    /*border-radius: 5px;*/
    border: 1px #2E73A5 solid;
    text-transform: none;
    width: 300px;
    padding: 5px 5px;
    font-weight: normal;
}

/*

.menuFilters .title::after {
    top: 120px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
}
*/



/*>>>>>>>>>>>>>>>>>> blockCompany <<<<<<<<<<<<<<<<<<*/


.basketEmpty {
    text-align: center;
    width: 100%;
    border: 1px #2E73A5 solid;
    margin: auto;
    border-radius: 5px;
}

.basketEmpty P {
    font-family: "Comic Sans MS", sans-serif;
    font-weight: bold;
    font-size: 18px;

    /*text-transform: uppercase;*/
    /*vertical-align: middle;*/
    /*color: #2E73A5;*/
}

.basketEmpty button {
    padding: 8px 26px;
    background: rgba(46, 115, 165, 1);
    color: #FFF;
    margin-bottom: 20px;

}


    /*Тестовые стили*/
/*/////////////////*/
body.tmp-background .body::after {
    background: #fff url(images/IMG_2283.jpg) no-repeat;
    background-size: cover ;
}
/*/////////////////*/
body.tmp-menu header {
    /*background-color: rgba(46, 115, 165, 0.8);*/
    /*background-color: rgba(183, 188, 191, 1);*/
    /*background-color: rgb(212, 218, 221);*/

    background-color: unset;


}
body.tmp-menu footer {
    /*background-color: rgba(46, 115, 165, 0.8);*/
    /*background-color: rgba(183, 188, 191, 1);*/
    /*background-color: rgb(212, 218, 221);*/
    background-color: unset;
}
body.tmp-menu .top_menu > li.item > a.link {
    /*color: #FFF;*/
}
/*/////////////////*/
body.tmp-itemImgBlock .tabItemImgPart, body.tmp-itemImgBlock .tabItemImgPrice {
    display: none;
}
/*/////////////////*/
body.tmp-pageOne .main .main_left{
    display: none;
}
body.tmp-pageOne .menu #block_menu_left/*, body.tmp-pageOne .block_step*/ {
    display: none;
}

body.tmp-pageOne .menu {
    width: 800px;
    flex-direction: row-reverse;
}

body.tmp-pageOne .main .main_right{
    width: calc(100% - 120px);
    left: 120px;
}
body.tmp-pageOne div.contentMenuBlock {
    float: left;
    margin: unset;
}

body.tmp-pageOne .body {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

body.tmp-pageOne .main_right .tabItemImg .tabItemImgReal {
    right: calc(50% - 200px);
}
/*/////////////////*/
body.tmp-pageScroll .main > div {
    position: relative;
    height: auto;
}
/*/////////////////*/
body.tmp-menuUpper .top_menu > li.item > a.link {
    text-transform: uppercase;
}
/*/////////////////*/


/*>>>>>>>>>>>>>>>>>> MessageBox <<<<<<<<<<<<<<<<<<*/
#MessageBox {
    z-index: 999;
    position:absolute;
    border: 1px solid #ccc;
    padding: 10px 20px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#MessageBox.error {
    border-color: red;
    color: red;
}
/*>>>>>>>>>>>>>>>>>> MessageBox <<<<<<<<<<<<<<<<<<*/



@media (max-width: 1100px) {
    .top_menu > li.item > a.link.icon {
        font-size: 0
    }
    body .main .main_left{
        display: none;
    }
    body .menu #block_menu_left/*, body.tmp-pageOne .block_step*/ {
        display: none;
    }

    body .menu {
        width: 100%;
        flex-direction: row;
    }

    body .main .main_right{
        width: calc(100% - 120px);
        left: 120px;
    }
    body div.contentMenuBlock {
        float: left;
        margin: unset;
    }

    body .body {
        /*width: 800px;*/
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }


    body .main_right .tabItemImg .tabItemImgReal {
        right: calc(50% - 200px);
    }
}


@media (max-width: 800px) {
    .blockButton {
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .blockButton button {
        margin: 5px 0;
        width: 50%;
        min-width: 130px;
    }

    .blockButton button:not(:last-child) {
        margin-right: 0px;
    }

    .basketSumHead {
        flex-direction: column;
    }

    .flex-outer li {
        align-items: normal;
    }

    .flex-outer > li > label {
        flex-basis: auto;
    }

    .flex-outer li {
        flex-direction: column;

    }
}

.c {
    text-align: center;
}


.dialogBox {
    display: none;
    z-index: 9999;
    width: 100%;
    height: 100%;
    position: absolute;

}


.dialogBox .dialogBackground {
    width: 100%;
    height: 100%;
    background-color: rgba(183, 188, 191, 0.5);
}


.dialogBox .dialogBlock {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
}

.dialogBox .dialogBlock > div {
    /*display: table-cell;*/
    /*text-align: center;*/
    /*vertical-align: middle;*/
}

.dialogBox .dialogBlock .dialogContent {
    background-color: #fff;
    border-width: 1px;
    border-radius: 5px;
    border-color: #2E73A5;
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
    padding: 10px;
}

.linkPartner {
    border: 3px solid #2E73A5;
    border-radius: 50%;
    height: 110px;
    width: 110px;
    padding: 20px 0;
    margin: auto;
}

.linkPartner a {
    color: #2E73A5;
    font-family: "Comic Sans MS", sans-serif;
    margin: 15px 0;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
}

.offerMain {

}

.offerMain div:nth-child(1) {
    text-decoration: underline dotted #2E73A5 ;
    cursor: pointer;
}

.offerMain div:nth-child(2) {
    display: none;
}