body {
    font-family: "ProximaReg", Arial, sans-serif !important;
    font-size: 16px;
    color: #4b4b4b;
    position: relative;
    overflow-x: hidden;
}
*,
*:hover,
*:active,
*:focus {
    outline: none;
}
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}
/*img {*/
/*    width: 100%;*/
/*}*/
textarea {
    resize: none;
}
/*
 * STYLE HELP CLASSES
 *==============================*/
.ms-fix {
    padding-top: 60px!important;
}
.x-col-md-3,
.x-col-md-4,
.x-col-md-5,
.x-col-md-12 {
    padding: 0 15px;
}
.grey-block {
    background-color: #f4f4f4;
}
.top--6 {
    position: relative;
    top: -6px;
}
.text-12 {
    font-size: 12px!important;
}
.text-14 {
    font-size: 14px!important;
}
.text-18 {
    font-size: 18px!important;
}
.fix-head {
    padding: 0 23px;
}
.btn {
    width: 240px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 46px;
    text-transform: uppercase;
    border: 2px solid #081f34;
    color: #081f34;
    margin: 7px;
    font-family: 'Esqadero';
    -webkit-transition: all linear .1s;
    -o-transition: all linear .1s;
    transition: all linear .1s;
:
}
.btn:focus,
.btn:active,
.btn:hover {
    background-color: #081f34;
    border-color: #081f34;
    color: #fff;
}
.btn-light,
.btn-light:active,
.btn-light:focus {
    border-color: #05566f;
    background-color: #05566f;
    color: #fff;
}
.btn-dark,
.btn-dark:focus,
.btn-dark:active {
    border-color: #081f34;
    background-color: #081f34;
    color: #fff;
}
.btn-dark:hover,
.btn-dark-wide:hover {
    background-color: white;
    border-color: #081f34;
    color: #081f34;
}
.more-btn,
.more-btn:hover,
.more-btn:focus,
.more-btn:active {
    font-size: 16px;
    color: #36a8e5;
}
.btn-dark-wide,
.btn-dark-wide:focus,
.btn-dark-wide:active {
    width: 100%;
    background-color: #081f34;
    color: #36a8e5;
    border: 2px solid #081f34;
    text-align: center;
    line-height: 46px;
    display: block;
    text-transform: uppercase;
    margin: 9px 0;
    font-family: 'Esqadero';
    -webkit-transition: all linear .1s;
    -o-transition: all linear .1s;
    transition: all linear .1s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn-block-addclear .btn,
.btn-block-addclear .btn:hover,
.btn-block-addclear .btn:active,
.btn-block-addclear .btn:focus {
    margin: 0;
    float: left;
    border-color: #05566f;
}
.align-inner-center * {
    margin-left: auto;
    margin-right: auto;
}
.mg-x-reset {
    margin-left: 0!important;
    margin-right: 0!important;
}
.mg-x-15 {
    margin-left: 15px!important;
    margin-right: 15px!important;
}
.gradient-line {
    width: 100%;
    height: 6px;
    background: #06445b;
    background: -moz-linear-gradient(left, #06445b 0%, #00deff 100%);
    background: -webkit-linear-gradient(left, #06445b 0%, #00deff 100%);
    background: linear-gradient(to right, #06445b 0%, #00deff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#06445b', endColorstr='#00deff', GradientType=1);
}
.pd-top-68 {
    padding-top: 68px;
}
.pd-bottom-42 {
    padding-bottom: 42px;
}
.some-head {
    font-family: 'Esqadero';
    text-transform: uppercase;
    text-align: center;
    display: block;
    color: #081f34;
    line-height: 50px;
    padding-bottom: 40px;
}
.center {
    float: none;
    margin: 0 auto;
}
.text-blue {
    color: #78bfea;
}
.video-block iframe {
    width: 100%;
    height: 300px;
}
.blue-rect-head {
    background-color: #35a7e5;
    color: #081f34;
    padding-bottom: 0;
}
.grey-bg {
    background-color: #f4f4f4;
}
.order-step-2,
.order-step-3,
.order-step-32,
.order-step-33,
.order-step-4,
.order-step-5,
.order-step-6,
#info,
#contact,
#payers,
#address,
#history,
.set-block,
.visible-xxs,
.visible-630,
#new-address,
#new-payer,
#new-contact,
#new-recipient-contact {
    display: none;
}
/*
 * STYLE FOR HEADER BLOCK
 *==============================*/

.header {
    color: #fff;
    background: #081f34;
    background: -moz-linear-gradient(left, #081f34 0%, #06475f 100%);
    background: -webkit-linear-gradient(left, #081f34 0%, #06475f 100%);
    background: linear-gradient(to right, #081f34 0%, #06475f 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#081f34', endColorstr='#06475f', GradientType=1);
    padding-top: 22px;
    padding-bottom: 10px;
}
.header a,
.header a:active,
.header a:focus {
    color: #fff;
}
.header-middle-nav {
    padding: 0px 27px 0 55px
}
.header-nav {
    margin-right: -22px;
    margin-left: 22px;
}
.header-ul {
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    /* Safari */

    display: flex;
    -webkit-justify-content: space-between;
    /* Safari */

    justify-content: space-between;
    font-family: 'Esqadero';
}
.header-li {
    display: inline-block;
    text-transform: uppercase;
}
.header-li a {
    color: #fff;
    font-size: 14px;
}
.header-li a:hover {
    color: #00deff;
    text-decoration: none;
}
.small-text {
    margin-right: -19px;
    margin-left: 8px;
}
.header-login-block {
    background-color: #05566f;
    color: #fff;
    height: 100%;
    margin-top: -39px;
    margin-bottom: -39px;
    padding: 39px 0;
    width: 240px;
    margin-left: 15px;
}
.header-logo {
    text-align: right;
}
.header-tel {
    font-family: 'Esqadero';
    position: relative;
    top: -4px;
    left: 6px;
}
.login-block {
    width: 97%;
    padding-top: 12px;
    padding-left: 10px;
}
.login-block a {
    border-right: 1px solid #a5a5a5;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 15px;
    background-image: url('../img/cart.svg');
    background-repeat: no-repeat;
    background-position: 0 center;
    padding-left: 18px;
    position: relative;
    z-index: 1;
}
.login-block > a:first-child {
    border-left: 1px solid #a5a5a5;
    background-image: url('../img/login.svg');
    background-position: 4px center;
    padding-left: 23px;
}
.header-basket-wrapper {
    position: relative;
}
.header-basket-added {
    position: absolute;
    opacity: 0;
    left: 50%;
    transform: translate(-50%, 0);
    color: #fff;
    font-size: 12px;
    line-height: 1;
    background: rgb(8, 31, 52, 0.7);
    padding: 5px 10px;
    animation:
        header-basket-added-animation-show 0.2s,
        header-basket-added-animation-hide 0.3s 2s;
    animation-fill-mode: forwards;
}
.header-basket-added:before {
    content: '';
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translate(-50%, 0);
    border: 8px solid transparent;
    border-bottom: 8px solid rgb(8, 31, 52, 0.7);
}
@keyframes header-basket-added-animation-show {
  from {
    opacity: 0;
    top: 0;
  }
  to {
    opacity: 1;
    top: 25px;
  }
}
@keyframes header-basket-added-animation-hide {
  from {
    opacity: 1;
    top: 0;
  }
  to {
    opacity: 0;
    top: 0;
  }
}
.header-address {
    color: #00deff;
    border-bottom: 1px solid #05647d;
    font-family: 'ProximaLight';
    font-size: 14px;
    white-space: nowrap;
}
.header-mail {
    font-family: 'ProximaLight';
    font-size: 14px;
}
.btn-mobile {
    width: 50px;
    height: 50px;
    background-color: #072c42;
    position: absolute;
    top: 70px;
    left: 15px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    padding: 6px
}
.btn-mobile svg path {
    stroke: #fff;
    fill: #fff;
    stroke-width: 0;
}
.mobile-menu {
    display: none;
    overflow: hidden;
    width: 100%;
}
.mobile-menu ul {
    list-style: none;
    padding-left: 15px;
    padding-top: 60px;
}
.mobile-menu ul li a {
    text-transform: uppercase;
    font-family: 'Esqadero';
    font-size: 14px;
    text-align: right;
}
/*
 * STYLE FOR HEADER INNER PAGE BLOCK
 *==============================*/

.header-inner-page {
    background: none;
    padding: 0;
}
.header-inner-page .container .row {
    background: -moz-linear-gradient(left, rgba(7, 51, 73, 0) 0%, rgba(7, 51, 73, 1) 23%, rgba(7, 51, 73, 1) 78%, rgba(7, 51, 73, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(7, 51, 73, 0) 0%, rgba(7, 51, 73, 1) 23%, rgba(7, 51, 73, 1) 78%, rgba(7, 51, 73, 0) 100%);
    background: linear-gradient(to right, rgba(7, 51, 73, 0) 0%, rgba(7, 51, 73, 1) 23%, rgba(7, 51, 73, 1) 78%, rgba(7, 51, 73, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00073349', endColorstr='#00073349', GradientType=1);
}
.inner-page-logo {
    background-color: #081f34;
    padding: 18px 42px 18px 31px;
}
.inner-page-middle-nav {
    line-height: 76px;
}
.inner-page-login {
    margin-top: 0;
    margin-bottom: 0;
    padding: 28px 0 31px;
}
/*
 * STYLE FOR HEADER INNER PAGE BLOCK
 *==============================*/

main{
    position: relative;
    min-height: 700px;
    z-index: 1;
}
/*
 * STYLE FOR MAIN FIRST BLOCK
 *==============================*/

.main-first-block {
    background-image: url('../img/konstrukciya-steklo-stal-nebo.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 135px 0;
}
.main-first-block .btn {
    float: right;
    margin: 7px 0;
}
.main-btn-block {
    float: right;
    margin-right: -32px;
}
.main-head {
    font-family: 'Esqadero';
    color: #081f34;
    font-size: 44px;
    line-height: 1.44;
    padding-bottom: 75px;
    padding-left: 39px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}
.main-block-description {
    padding-left: 22px;

}
.main-description {
    padding-bottom: 19px;
    font-size: 18px;
    padding-top: 3px;
}
/*
 * STYLE FOR CATALOG BLOCK
 *==============================*/

.product-description-block .product-price,
.product-description-block .product-quantity,
.product-description-block .product-code,
.product-description-block .btn-add {
    display: inline-block;
}
.catalog-block {
    padding: 60px 15px 72px;
}
.catalog-head {
    font-family: 'Esqadero';
    text-transform: uppercase;
    color: #081f34;
    display: block;
    border-bottom: 2px solid #081f34;
    line-height: 3;
    padding: 0;
    font-size: 16px;
    letter-spacing: -0.5px;
}
.catalog-head span {
    text-transform: none;
    text-align: right;
    float: right;
}
.catalog-head a {
    float: right;
}
.product-box:hover{
    /*background-color: #081f34;*/
}
main {
    position: relative;
    min-height: 700px;
}
.product-box {
    max-width: 240px;
    overflow: hidden;
    margin: 12px auto;
    position: relative;
    border-bottom: 4px solid #2ba2e1;
    display: block;
    /*background-color: #f4f4f4;*/
}
.product-box img {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    vertical-align: top;
}
.product-box a {
    display: block;
    text-align: center;
}

#article .product-box a {
    position: relative;
    height: 184px;
    line-height: 184px;
    background-color: white;
}

#article .only-sections .product-box {
    width: 100%;
}

#article .only-sections .product-box a {
    height: 210px;
    line-height: normal;
}

#article .only-sections .product-description-box {
    height: 80px;
}
.product-box a:hover .product-img {
    border-color: #081f34;
}
.product-box a:hover .product-description-box {
    background-color: #081f34;
    color: #fff;
    border-color: #081f34;
}
.product-img {
    height: 181px;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
    overflow: hidden;
    border: 2px solid transparent;
    border-bottom: none;
}
.product-description-box {
    height: 70px;
    background-color: #f4f4f4;
    border-bottom: 4px solid #2ba2e1;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
    color: #4b4b4b;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    border-top: none;
    border-bottom: none;
    -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center;
}
.product-name {
    display: block;
}
/*
 * STYLE FOR CONTENT BLOCK
 *==============================*/

.content-block {
    padding-top: 40px;
    padding-bottom: 40px;
    line-height: 1.3;
    padding-left: 0;
    padding-right: 0;
    background-color: #f4f4f4;
    background-image: url('../img/grey-bg.png');
    background-repeat: repeat-y;
    background-position: center;
}
.content-block h1,
.content-block h2,
.content-block h3,
.content-block h4,
.content-block h5,
.content-block h6 {
    font-family: 'Esqadero',sans-serif;
}

.content-block .row {
    padding-left: 22px;
    padding-right: 22px;
}
.similar-product-block {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #e0e0e0;
}
.similar-product-block .product-box {
    border-bottom: none;
}
.similar-product-block .product-description-box {
    border-color: #e0e0e0;
}
.similar-head {
    padding: 0 35px;
}
.product-calc {
    margin-top: 20px;
    margin-left: -15px;
    margin-right: -15px;
}
.button {
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    line-height: 48px;
    border: 1px solid #081f34;
    background-color: #081f34;
    color: #fff;
    font-size: 16px;
}
.button:hover {
    color: #fff;
}
/*
 * STYLE FOR FOOTER BLOCK
 *==============================*/

.footer {
    background-color: #072c42;
    padding: 68px 0;
}
.footer .wrap {
    width: 250px;
    margin: auto;
}
.block-head {
    background-color: #31a5e3;
    color: #fff;
    padding: 4px 10px;
    min-width: 98px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Esqadero';
}
.list-head {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #fff;
    padding: 14px 0 30px;
    margin-top: 2px;
    opacity: .8;
}
.list-head:after {
    content: '';
    display: block;
    background: -moz-linear-gradient(left, rgba(51, 202, 235, 1) 0%, rgba(81, 195, 234, 1) 40%, rgba(125, 185, 232, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(51, 202, 235, 1) 0%, rgba(81, 195, 234, 1) 40%, rgba(125, 185, 232, 0) 100%);
    background: linear-gradient(to right, rgba(51, 202, 235, 1) 0%, rgba(81, 195, 234, 1) 40%, rgba(125, 185, 232, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#33caeb', endColorstr='#007db9e8', GradientType=1);
    height: 1px;
    width: 230px;
    margin-top: 6px;
}
.arrow-ul {
    padding-left: 15px;
}
.arrow-li {
    line-height: 15px;
    list-style-image: url('../img/list-arrow.png');
}
.arrow-li a {
    color: #fff;
    font-size: 12px;
    opacity: .5;
    -webkit-transition: all linear .1s;
    -o-transition: all linear .1s;
    transition: all linear .1s;
}
.arrow-li a:hover {
    opacity: 1;
}
.social-block {
    margin: 56px 0 47px;
}
.social-block a {
    display: inline-block;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    margin: 1.5px;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-transition: all linear .1s;
    -o-transition: all linear .1s;
    transition: all linear .1s;
}
.social-block a:hover {
    background-color: #fff;
}
.social-block a:nth-child(1) {
    background-image: url('../img/vk.png');
}
.social-block a:nth-child(2) {
    background-image: url('../img/youtube.png');
}
.social-block a:nth-child(3) {
    background-image: url('../img/instagram.png');
}
.social-block a:nth-child(4) {
    background-image: url('../img/tg.svg');
}
/*
.social-block a:nth-child(4) {
    background-image: url('../img/viemo.png');
}
*/
.footer-logo {
    width: 222px;
    padding-bottom: 40px;
}
.copyright {
    font-size: 13px;
    color: #7b7b7b;
    display: block;
    padding-top: 18px;
}
.input,
.textarea {
    display: block;
    padding: 15px 20px;
    width: 100%;
    border: none;
    background-color: #062538;
    margin: 16px 0;
    color: #fff;
}
.form-btn {
    display: block;
    padding: 15px 0;
    background-color: #2ba2e1;
    border: none;
    text-transform: uppercase;
    color: #062538;
    float: right;
    margin: 8px 0;
    text-align: center;
    font-family: 'Esqadero';
}
.footer .form-btn {
    width: 240px;
    margin: 0;
}
.footer-block-3 {
    padding-bottom: 20px;
}
.footer-block-3 .block-head {
    min-width: 158px;
}

/*
 * STYLE FOR CATALOG SIDEBAR BLOCK
 *==============================*/
.catalog-wrap {
    margin-top: 35px;
}
.sidebar-head {
    display: block;
    background-color: #081f34;
    color: #fff;
    padding: 17px 32px;
    text-transform: uppercase;
    font-family: 'Esqadero';
    text-align: center;
}
.sidebar-head:hover {
    color: #00deff;
}
/*.sidebar-head:after{
    content: "X";
    float: right;
}*/
.sidebar-menu {
    list-style: none;
    padding: 0;
    background-color: white;
}
.sidebar-menu li {
    position: relative;
}
/*.active-side:after {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    background-image: url('../img/left_menu_img.png');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all ease-in .1s;
    -o-transition: all ease-in .1s;
    transition: all ease-in .1s;
}*/
.sidebar-menu li a {
    position: relative;
    color: #000;
    display: block;
    background-color: #f4f4f4;
    font-size: 14px;
    padding: 5px 0;
    padding-left: 22px;
    -webkit-transition: all ease-in .1s;
    -o-transition: all ease-in .1s;
    transition: all ease-in .1s;
    text-transform: uppercase;
}
.sidebar-menu li a:hover,
.sidebar-menu li a:active,
.sidebar-menu li a:focus {
    background-color: #00deff;
    color: #000;
    text-decoration: none;
}
.active-side > a {
    background-color: #00deff!important;
    color: #000!important;
    text-decoration: none!important;
}
.sidebar-submenu {
    list-style-type: square;
    padding: 0;
    display: none;
}
.sidebar-submenu li {
    color: #00deff;
    margin-left: 40px;
    padding-left: 4px;
    height: auto;
}
.sidebar-submenu li:after {
    background-image: none;
}
.sidebar-submenu li a {
    background-color: #fff;
    color: #081f34;
    background-image: none;
    padding-left: 0;
}
.sidebar-submenu li a:hover,
.sidebar-submenu li a:active,
.sidebar-submenu li a:focus {
    background-color: #fff;
    color: #081f34;
    text-decoration: underline;
}
.submenu-open a {
    background-image: url('../img/arrow-submenu.svg');
    background-position: 95% center;
    background-repeat: no-repeat;
}
.submenu-opened {
    background-image: url('../img/arrow-submenu-open.svg')!important;
}

/*
 * STYLE FOR PRODUCT BLOCK BLOCK
 *==============================*/

.product-description-block {
    margin-top: -2px;
    position: relative;
    padding: 9px 7px;
    padding-top: 0;
    min-height: 143px;
    background-color: #f4f4f4;
    transition: all linear .1s;
}

.product-description-block .product-price {
    float: left;
}
.product-desctiption {
    min-height: 60px;
    border-bottom: 1px solid #072c42;
    padding: 5px 2px 5px 2px;
    font-size: 14px;
    line-height: 16px;
    transition: all linear .1s;
}
.product-price {
    color: #072c42;
    font-family: 'Esqadero';
    font-size: 16px;
    width: 100px;
    margin-top: 5px;
    line-height: 18px;
    transition: all linear .1s;
    white-space: nowrap;
}
.product-description-block .product-weight {
  text-align: right;
  float: right;
  width: auto;
  color: #c72323;
  font-size: 12px;
}

.product-quantity {
    min-width: 90px;
    text-align: center;
    margin-top: 5px;
}
.product-quantity button {
    width: 25px;
    height: 25px;
    border: none;
    background-color: #05566f;
    color: #fff;
    margin: 0;
    float: left;
    outline: none;
    line-height: 23px;
}
.product-quantity button:hover {
    background-color: #072c42;
}
.product-quantity input[type="text"] {
    width: 40px;
    height: 25px;
    border: none;
    outline: none;
    float: left;
    background-color: #072c42;
    text-align: center;
    color: #fff;
    font-size: 12px;
}
.product-code {
    position: absolute;
    left: 8px;
    bottom: 10px;
    width: 100px;
    color: #575757;
    font-size: 12px;
    line-height: 30px;
    margin-top: 10px;
    transition: all linear .1s;
}
.btn-add {
    position: absolute;
    bottom: 9px;
    right: 7px;
    width: 90px;
    border: 1px solid #072c42;
    line-height: 26px;
    color: #072c42;
    font-size: 12px;
    background-color: transparent;
    -webkit-transition: all linear .1s;
    -o-transition: all linear .1s;
    transition: all linear .1s;
    margin-top: 10px;
    outline: none;
}
.btn-add:hover {
    background-color: #072c42;
    color: #fff;
}
.product-hover {
    border: 2px solid transparent;
    -webkit-transition: all linear .1s;
    -o-transition: all linear .1s;
    transition: all linear .1s;
}
.product-hover:hover {
    border-color: #081f34;
}
.height-as-that-sidebar {
    /*overflow: scroll;*/
    /*overflow-x: hidden;*/
}
.notice-cart {
    position: absolute;
    top: 6px;
    left: 5px;
    color: #081f34;
    font-size: 12px;
    background-color: #00deff;
    padding: 9px;
    display: none;
}
/*
 * STYLE FOR DELIVERY BLOCK
 *==============================*/

.delivery-content {
    padding: 65px 0;
}
.delivery-map-block {
    padding: 12px 0 78px 0;
}
.delivery-feedback-block {
    background-color: #ededed;
    padding: 34px 16px;
}
.head-with-description {
    width: 100%;
    background-color: #081f34;
    margin-top: 20px;
    display: flex;
}
.head-with-description div:first-child {
    background-color: #081f34;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Esqadero';
    display: flex;
    align-items: center;
    justify-content: center;
}
.head-with-description div:last-child {
    background-color: #05566f;
    color: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
}
.delivery-map {
    height: 640px;
    background-color: #ccc;
}
.delivery-map #map {
    height: 100%;
}

/*
 * STYLE FOR POPUP BLOCK
 *==============================*/

.popup-windows-outer,
.popup-windows {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
.overlay,
.overlay-full {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(7, 47, 70, .8);
    display: none;
}
.popup-windows-outer .container,
.popup-windows .container {
    position: relative;
}
.login-window,
.feedback-window {
    width: 720px;
    min-height: 370px;
    text-align: center;
    padding: 15px;
    padding-bottom: 100px;
    position: absolute;
    background-color: #fff;
    left: 50%;
    margin-left: -360px;
    z-index: 1000;
    display: none;
}
#calculate-cost-window{
    top: 0;
}
.calculate-cost-window {
    position: relative;
    background-color: #fff;
    min-height: 235px;
    padding: 15px 5px;
    padding-bottom: 20px;
    margin: 0 3%;
    margin-top: 40px;
}

.calculate-cost-window .btn-block-addclear {
    margin-top: 35px;
}
.calculate-cost-window .btn-block {
    text-align: center;
}
.calculate-cost-window .btn-block span {
    width: 300px;
    margin: 7px auto;
    display: inline-block;
    color: #4e4e4e;
    margin-top: 15px;
}
.calculate-cost-window .btn-block span:first-child {
    margin-right: 15px;
}
.calculate-cost-window .product-quantity {
    display: inline-block;
    line-height: 1;
    margin-top: 0;
}
.calculate-cost-window .btn {
    display: inline-block;
}
.calculate-cost-window .map-product-price {
    margin-left: 0;
    margin-right: 0;
}
.calculate-cost-window .grey-block {
    height: 83px;
    padding: 0 15px;
}
.calculate-cost-window .grey-block span {
    float: right;
}
.calculate-cost-window .btn-dark-wide,
.calculate-cost-window .btn-dark-wide:hover,
.calculate-cost-window .btn-dark-wide:active,
.calculate-cost-window .btn-dark-wide:focus {
    margin: 0;
    height: 50px;
}
.calculate-cost-window .img-box {
    height: 347px;
}
.calculate-cost-window .window-head {
    padding-left: 14px;
    padding-right: 13px;
}
.calculate-cost-window .product-quantity {
    min-width: 107px;
}
.calculate-cost-window .product-quantity button {
    width: 30px;
    height: 30px;
    line-height: 28px;
}
.calculate-cost-window .product-quantity input[type="text"] {
    width: 47px;
    height: 30px;
    font-size: 14px;
}
.calculate-cost-window .close,
.feedback-window .close,
.registration-window .close,
#order-pickup-map-window .close,
.login-window .close {
    position: absolute;
    top: 0;
    right: 0;
}
.set-window .close {
    position: absolute;
    top: -45px;
    right: -45px;
}
.calculate-table {
    margin-bottom: 20px;
}
.calculate-table .col-md-6:first-child {
    padding-right: 0;
}
.calculate-table .col-md-6:last-child {
    padding-left: 0;
}
.visible-mm {
    padding: 0 5px;
    display: none;
}
.table .close {
    position: static;
}
.wrapper-cart-bottom{
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
}

.table tr:nth-child(odd) .total-price-cart .calculate-slices , .cart-table tr:nth-child(odd) .total-price-cart .calculate-slices , .table-map tr:nth-child(odd) .total-price-cart .calculate-slices {
    background-color: #e4e4e4;
    box-shadow: -6px 0 8px #e4e4e4;
}

.total-price-cart .calculate-slices {
    position: absolute;
    top: 10px;
    right: 0;
    background-color: white;
    box-shadow: -6px 0 8px rgba(255,255,255, 0.8);
}

.total-price-cart{
    position: relative;
}
.cart-window {
    width: 100%!important;
    /*height: 330px;*/
    /*position: absolute;*/
    top: 0;
    right: 0;
    left: 0;
    padding-bottom: 104px;
    background-color: #fff;
    display: none;
}
.window-head {
    font-size: 16px;
    font-family: 'Esqadero';
    color: #081f34;
    text-transform: uppercase;
    padding: 0;
    text-align: center;
    display: block;
}
.window-form {
    width: 480px;
    margin: auto;
}
.form a:hover,
.form a:active,
.form a:focus {
    color: #fff;
}
.window-form-btn {
    background-color: #081f34;
    height: 52px;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: -8px;
    width: 33.33333333%;
    font-family: 'Esqadero';
}
.windows-info-block {
    width: 33.33333333%;
    background-color: #05566f;
    display: block;
    position: absolute;
    bottom: 0;
    height: 52px;
    color: #fff;
    line-height: 52px;
    left: 0;
    font-family: 'Esqadero';
    padding: 0 20px;
}

.wrapper-cart-bottom .form-btn{
    margin-bottom: 0;
}
.windows-contact:hover {
    color: #fff;
    text-decoration: underline;
}
.cart-sum {
    color: #01bad9;
}
.box-wrapper-cart-t{
    max-height: 400px;
    overflow-x: hidden;
}
.cart-table-wrap {
    min-height: 200px;
}
.table,
.cart-table,
.table-map {
    width: 100%;
    color: #4e4e4e;
}
.table tr,
.cart-table tr {
    height: 50px;
    position: relative;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-around;
}
.table tr td,
.cart-table tr td {
    display: flex;
}
.cart-table tr td {
    padding: 10px 15px;
    display: flex;
    -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center;
}
.table tr:nth-child(odd),
.cart-table tr:nth-child(odd),
.table-map tr:nth-child(odd) {
    background-color: #e4e4e4;
    color: #4e4e4e;
}
.table-map tr:nth-child(1) td {
    text-align: center;
    background-color: #e4e4e4!important;
    color: #4e4e4e!important;
}
.table tr td .product-quantity {
    margin-top: 5px;
    min-width: 107px;
}
.table tr td .product-quantity button {
    width: 30px;
    height: 30px;
    line-height: 28px;
}
.table tr td .product-quantity input[type="text"] {
    width: 47px;
    height: 30px;
    font-size: 14px;
}
.cart-table tr td .product-quantity {
    margin-top: 0;
}
.table tr td:nth-child(1),
.cart-table tr td:nth-child(1) {
    text-align: center;
}
.all-price-cart{
    margin-bottom: 44px;
    position: relative;
}

.cart-popup .cart-table tr td:nth-child(2) {
    width: 55%;
}
.cart-table tr td:nth-child(2) {
    display: inline;
    width: 270px;
    text-transform: uppercase;
    padding-right: 5px;
}
.cart-table tr td:nth-child(3) {
    width: 150px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}
.cart-table tr td:nth-child(4) {
    width: 100px;
}
.cart-table tr td:nth-child(5) {
    width: 200px;
    padding-left: 20px;
    padding-right: 70px;
    text-align: center;
}
.table tr td:nth-child(6) {
    width: 50px;
}
.table-map tr:first-child {
    height: 74px;
}
.table-map tr {
    height: 72px;
}
.table-map tr td {
    text-align: center;
    padding: 0 10px;
}
.table-map tr td:nth-child(odd) {
    padding: 0 20px;
}

.table-map tr td.stats2 {
    padding-left: 6px;
    padding-right: 6px;
    background-color: #05566f;
    color: #fff;
    width: 20px;
}
.table-map tr td.stats,
.table-map tr td.stats {
    background-color: #ffffff;
    color: #4e4e4e;
    width: 104px;
}
.calculate-map-block {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
}
.calculate-map-block .btn,
.calculate-map-block .btn:hover,
.calculate-map-block .btn:active,
.calculate-map-block .btn:focus {
    /*margin: 0;*/
    /*width: 100%;*/
}
.calculate-map-notice-block {
    background-color: #05566f;
    color: #f4f4f4;
    text-align: center;
    height: 50px;
    display: flex;
    align-items: center;
    margin-left: -15px;
    font-size: 14px;
    justify-content: center;
}
.calculate-map-table-block {
    height: 45px;
    background: #637db1;
}
.calculate-map-table-block table {
    height: 45px;
    width: 100%;
    font-size: 15px;
    table-layout: fixed;
}
.cart-table-wrap.cart-popup table tr td:nth-child(1){
    width: 50px;
}
.cart-table-wrap.cart-popup table{
    table-layout: fixed;
}
.calculate-map-table-block table tr td:nth-child(2){
    width: 124px;
    background-color: #637DB1;
}
.calculate-map-table-block table tr td:nth-child(3){
    width: 124px;
    background-color: #081f34;
}
.calculate-map-table-block table tr td:nth-child(4){
    width: 124px;
    background-color: #637DB1;
}
.calculate-map-table-block table tr td:nth-child(1){
    padding-left: 17px;
    border-left: 0;
    text-align: left;
    background-color: #05566f;
}
.calculate-map-table-block table tr td {
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    color: white;
}
.box-change-popup{
    float: right;
}
.count-mm {
    background-color: #072c42;
    padding: 0 5px;
    text-align: center;
    border: none;
    width: 70px;
    outline: none;
    color: #fff;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
}
.info-edit-box .edit {
    right: 5px;
    position: absolute;
}
.edit {
    width: 20px;
    height: 20px;
    display: block;
    background-image: url('../img/edit.svg');
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    float: right;
    background-size: cover;
    opacity: .5;
    margin-left: 4px;
}
.edit-blue {
    background-image: url('../img/edit-b.svg');
    opacity: 1;
}
.close {
    width: 50px;
    height: 50px;
    display: block;
    margin: auto;
}
.close,
.table tr .close,
.cart-table tr .close,
.order-step-table tr .close {
    background-image: url('../libs/fancybox/close.svg');
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.registration-window {
    background-color: #fff;
    width: 720px;
    min-height: 370px;
    text-align: center;
    padding: 15px;
    padding-bottom: 100px;
    position: absolute;
    left: 50%;
    margin-left: -360px;
    z-index: 1000;
    display: none;
}
.registration-window span {
    color: #062538;
}
.leftside-form {
    float: left;
    width: 48%;
}
.rightside-form {
    float: right;
    width: 48%;
}
.capcha {
    padding-top: 5px;
}
.loader {
    background: no-repeat center url(/local/templates/soberizavod/img/preloaders/loading.gif);
    background-size: 50px 50px;
    font-size: 0;
    width: 150px;
    height: 150px;
    margin: auto;
}
.delivery_calc_preloader {
    display: none;
}
/*
 * STYLE FOR ORDER STEP 1 BLOCK
 *==============================*/

.order-info-wrap {
    max-width: 480px;
    margin: auto;
}
.order-step-block {
    padding: 73px 15px;
    min-height: 856px;
    overflow-x: hidden;
    background-color: white;
}
.order-step {
    padding-bottom: 50px;
}
.order-step ul {
    list-style-type: none;
    padding: 0;
}
.order-step ul li {
    display: inline-block;
    width: 20%;
    margin: 0;
    height: 50px;
    text-align: center;
    font-family: 'Esqadero';
    text-transform: uppercase;
    margin-left: -4px;
    background-color: #f4f4f4;
    position: relative;
    vertical-align: top;
    font-size: 13px;
    letter-spacing: -0.5px;

}
.order-step ul li:after {
    content: '';
    display: inline-block;
    border: 25px solid transparent;
    border-left: 23px solid #f4f4f4;
    position: absolute;
    right: -47.3px;
    top: 0;
    z-index: 2;
}
.order-step ul li:nth-child(odd) {
    background-color: #e6e6e6;
}
.order-step ul li:nth-child(odd):after {
    border: 25px solid transparent;
    border-left: 23px solid #e6e6e6;
}
.order-step ul li:nth-child(1),
.order-step ul li:nth-child(1) a {
    background-color: #081f34;
    color: #fff;
    margin-left: -11px;
}
.order-step ul li:nth-child(1):after {
    border-left-color: #081f34;
}
.order-step ul li a {
    color: #434343;
    line-height: 50px;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.active-step,
.active-step a {
    background-color: #35a7e5;
    color: #fff!important;
    -webkit-transition: all linear .1s;
    -o-transition: all linear .1s;
    transition: all linear .1s;
}
.active-step:after {
    content: '';
    display: inline-block;
    border: 25px solid transparent;
    border-left: 23px solid #35a7e5!important;
    position: absolute;
    right: -47.3px;
    top: 0;
    z-index: 2;
    -webkit-transition: all linear .1s;
    -o-transition: all linear .1s;
    transition: all linear .1s;
}
.inactive-step,
.inactive-step a {
    background-color: #081f34;
    color: #fff!important;
    -webkit-transition: all linear .1s;
    -o-transition: all linear .1s;
    transition: all linear .1s;
}
.inactive-step:after {
    content: '';
    display: inline-block;
    border: 25px solid transparent;
    border-left: 23px solid #081f34!important;
    position: absolute;
    right: -47.3px;
    top: 0;
    z-index: 2;
    -webkit-transition: all linear .1s;
    -o-transition: all linear .1s;
    transition: all linear .1s;
}
/*
 * STYLE FOR ORDER STEP TABLE BLOCK
 *==============================*/

.order-step-table {
    width: 100%;
    border-bottom: 1px solid #acacac;
}
.order-step-table tr {
    padding: 0 11px;
}
.order-step-table tr td {
    padding: 0 11px;
    text-align: center;
    font-size: 14px;
}
.order-step-table tr .close {
    display: table-cell;
    height: auto;
}
.order-step-table tr:nth-child(1) {
    line-height: 50px;
    text-align: center;
}
.order-step-table tr:nth-child(odd) {
    background-color: #f4f4f4;
}
.order-step-table tr td .product-quantity {
    margin-top: 0;
    margin: auto;
    display: inline-block;
}
.order-step-table tr td:nth-child(2) {
    width: 108px;
    padding-top: 5px;
    padding-right: 14px;
    padding-bottom: 5px;
    padding-left: 0;
}
.order-step-table tr td:nth-child(3) {
    text-align: left;
    width: 440px;
}
.order-step-table tr:nth-child(1) td {
    font-family: "ProximaReg", Arial, sans-serif !important;
}
.order-step-table tr:nth-child(1) td {
    font-size: 16px;
}
.order-step-table tr td:nth-child(6) {
    font-family: 'Esqadero';
    font-size: 18px;
}
.order-step-table img {
    max-width: 108px;
    max-height: 104px;
}
.order-step-table .btn {
    font-size: 16px;
}
.order-step-submit {
    text-transform: uppercase;
    font-family: 'Esqadero';
    font-size: 22px;
    line-height: 50px;
    text-align: center;
    margin-top: 35px;
}
.order-sum {
    float: left;
    padding: 0 30px;
    background-color: #f4f4f4;
    display: block;
}
.order-count {
    color: #02b3d1;
    float: left;
    padding: 0 30px;
    background-color: #f4f4f4;
    display: block;
}
.order-table-btn {
    padding: 0 45px;
    display: inline-block;
    background-color: #081f34;
    border: 2px solid #081f34;
    line-height: 46px;
    color: #fff;
    font-size: 16px;
    margin: 0;
    -webkit-transition: all linear .1s;
    -o-transition: all linear .1s;
    transition: all linear .1s;
}
.order-table-btn:hover {
    background-color: transparent;
    color: #081f34;
}
/*
 * STYLE FOR ORDER STEP 2 BLOCK
 *==============================*/

.order-head {
    color: #081f34;
    text-transform: uppercase;
    background-color: #f4f4f4;
    text-align: center;
    line-height: 50px;
    margin-bottom: 60px;
}
.vertical-align {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -js-display:flex;
    align-items: center;
    justify-content: center;
}
.justify-align {
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    /* Safari */
}
.add-new-form {
    margin-top: 16px;
}
.add-new-form label {
    padding-left: 40px;
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #062538;
}
.add-new-form .jq-checkbox {
    position: absolute!important;
    top: 10px;
    left: 0;
    width: 30px;
    height: 30px;
    background: white;
    box-shadow: none;
}
.add-new-form .jq-checkbox.checked .jq-checkbox__div {
    position: relative;
    margin: 0;
    width: 100%;
    height: 100%;
    background: white;
    box-shadow: none;
    border-radius: 0;
}

.add-new-form .jq-checkbox.checked .jq-checkbox__div:after {
    position: absolute;
    top: 40%;
    left: 24%;
    content: '';
    width: 86%;
    height: 20%;
    background-color: #081F34;
    transform: rotate(-60deg);
}
.add-new-form .jq-checkbox.checked .jq-checkbox__div:before {
    position: absolute;
    top: 54%;
    left: 0;
    content: '';
    width: 64%;
    height: 20%;
    background-color: #081F34;
    transform: rotate(45deg);
}
.add-new-form .jq-checkbox.checked .jq-checkbox__div:hover {
    opacity: 0.5;
}
.add-new-form input[type="text"] {
    display: block;
    width: 100%;
    padding: 14px 20px;
    outline: none;
    border: none;
    background-color: #f4f4f4;
    color: #062538;
    margin: 16px 0;
    font-size: 16px;
}
.add-new-form input.single[type="submit"] {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 48px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    background-color: #081f34;
    margin: 24px 0;
}
.add-new-form select {
    border: none;
    width: 100%;
    height: 50px;
    outline: none;
    background-color: #f4f4f4;
    padding: 14px 20px;
}
.add-new-form textarea {
    margin-left: 2%;
    width: 96%;
    min-height: 100px;
    background-color: #f4f4f4;
    padding: 14px 20px;
    border: none;
}
.input-3 {
    width: 22%!important;
    display: inline-block!important;
    margin: 0px!important;
}
.input-2 {
    width: 47.5%!important;
    display: inline-block!important;
    margin: 0px!important;
    margin: 16px 0!important;
}
/*
 * STYLE FOR ORDER STEP 2 BLOCK
 *==============================*/

.drop-list-head {
    color: #35a7e5;
    font-family: 'Esqadero';
    text-transform: uppercase;
    background-color: #081f34;
    padding: 14px 20px;
    margin-top: 16px;
    cursor: pointer;
    background-image: url('../img/arrow-blue-submenu.svg');
    background-repeat: no-repeat;
    background-position: 95% center;
}

.drop-list-block .btn {
    height: 50px;
}
.drop-list {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #f4f4f4;
    display: none;
}
.drop-list li {
    padding: 14px 20px;
    color: #062538;
    cursor: pointer;
    background-color: #e6e6e6;
    float: left;
    width: 100%;
}
.drop-list li:hover {
    background-color: #f4f4f4;
}
.drop-list .close{
    vertical-align: middle;
    float: right;
    margin-top: 0;
    width: 20px;
    height: 20px;
}
.drop-list-phone {
    color: #32a6e4;
    text-align: right;
    float: right;
}
.drop-list-name {
    float: left;
    display: block;
    width: 66%;
}
.add-new-contact-btn {
    color: #081f34;
    font-family: 'Esqadero';
    text-transform: uppercase;
    padding: 14px 20px;
    background-color: #35a7e5;
    width: 100%;
    height: 50px;
    cursor: pointer;
    display: block;
    float: left;
}
.add-new-contact-btn span {
    font-size: 24px;
    float: right;
    line-height: 26px;
}
/*
 * STYLE FOR LK BLOCK
 *==============================*/
.main-wrap-lk {
    min-height: 1100px;
}
.lk-block {
    /*min-height: 700px;
    padding-top: 68px;*/
    padding-bottom: 25px;
}
#lk-main {
    padding-top: 68px;
}
.lk-main {
    background-color: #f4f4f4;
    padding: 36px 15px 34px;
}
.lk-description {
    line-height: 50px;
    display: block;
    width: 100%;
    margin: 9px 0;
    color: #062538;
    letter-spacing: -0.3px;
}
/*
 * STYLE FOR HISTORY BLOCK
 *==============================*/

.history-block {
    padding: 40px 15px 240px 15px;
}
.history-block .order-step-table tr td:nth-child(3) {
    text-align: left;
    width: 315px;
}
/*
 * STYLE FOR INFO EIDT
 *==============================*/

.info-edit-box {
    width: 100%;
    height: 50px;
    margin: 18px 0;
    padding: 14px 20px;
    background-color: #062538;
    position: relative;
}
.info-edit-box span {
    display: inline-block;
    float: right;
    cursor: pointer;
    color: #35a7e5;
}
.info-edit-box table {
    float: left;
}
.info-edit-box table tr td {
    color: #35a7e5;
}
.info-edit-box table tr td:nth-child(1) {
    padding-right: 2px;
}
.info-edit-box table tr td:nth-child(2) {
    color: #f4f4f4;
}
/*
.info-edit-box-btn {
    position: relative;
    top: 68px;
}
*/
.info-edit-box input[type="text"] {
    background-color: transparent;
    border: none;
    outline: none;
}
.edit-btn {
    float: none;
    background-color: #081f34;
    color: #fefefe;
    font-family: 'Esqadero';
    text-transform: uppercase;
    text-align: center;
    width: 50%;
    height: 50px;
    display: block;
    line-height: 50px;
    float: left;
    border: none;
    -webkit-transition: all linear .1s;
    -o-transition: all linear .1s;
    transition: all linear .1s;
}
.edit-btn:hover {
    color: #23527c;
}
.edit-btn:nth-child(2) {
    background-color: #35a7e5;
}
.lk-add-new label {
    padding-left: 45px;
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #062538;
}
.lk-add-new .jq-checkbox {
    position: absolute!important;
    top: 10px;
    left: 0px;
    width: 30px;
    height: 30px;
    background: white;
    box-shadow: none;
}
.lk-add-new .jq-checkbox.checked .jq-checkbox__div {
    position: relative;
    margin: 0;
    width: 100%;
    height: 100%;
    background: white;
    box-shadow: none;
    border-radius: 0;
}

.lk-add-new .jq-checkbox.checked .jq-checkbox__div:after {
    position: absolute;
    top: 40%;
    left: 24%;
    content: '';
    width: 86%;
    height: 20%;
    background-color: #081F34;
    transform: rotate(-60deg);
}
.lk-add-new .jq-checkbox.checked .jq-checkbox__div:before {
    position: absolute;
    top: 54%;
    left: 0;
    content: '';
    width: 64%;
    height: 20%;
    background-color: #081F34;
    transform: rotate(45deg);
}
.lk-add-new .jq-checkbox.checked .jq-checkbox__div:hover {
    opacity: 0.5;
}
.lk-add-new input[type="text"] {
    display: block;
    width: 100%;
    padding: 14px 20px;
    outline: none;
    border: none;
    background-color: #fff;
    color: #062538;
    margin: 16px 0;
    font-size: 16px;
}
.lk-add-new select {
    border: none;
    width: 100%;
    height: 50px;
    outline: none;
    background-color: #fff;
    padding: 14px 20px;
}
.lk-add-new textarea {
    width: 100%;
    min-height: 100px;
    background-color: #fff;
    padding: 14px 20px;
    border: none;
    margin-bottom: 9px;
}
/*
 * STYLE FOR POPUP BLOCK
 *==============================*/

.sp-slides img {
    display: block!important;
}
.map-product {
    padding-top: 30px;
}
.product-photo a {
    display: inline-block;
}
.head-img {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 64px;
    height: 400px;
    display: flex!important;
    align-items: center;
}
.head-img img {
    display: block!important;
}
.miniature-block a {
    height: 80px;
}
.map-table,
.map-kit,
.map-btn,
.map-calc-meterial,
.video-block {
    margin-right: -15px;
    margin-left: -15px;
}
.video-block {
    padding-top: 20px;
    width: 56.9%;
}
.map-kit {
    padding-bottom: 5px;
}
.map-kit img {
    height: 100%;
    display: inline-block;
}
.map-table table {
    width: 100%;
    color: #bfbfbf;
}
.map-table table tr td {
    display: inline-block;
}
.map-table table tr td:nth-child(2) {
    text-align: right;
    float: right;
    color: #2ba2e1;
}
.map-product-price {
    background-color: #081f34;
    color: #2ca3e2;
    font-family: 'Esqadero';
    text-align: center;
    font-size: 35px;
    line-height: 60px;
    margin-right: -15px;
    margin-left: -15px;
}
.map-product-head {
    color: #081f34;
    text-transform: uppercase;
    margin-right: -15px;
    margin-left: -15px;
    padding-top: 10px;
    padding-bottom: 0;
}
.map-table img {
    margin-top: 10px;
    width: 100%;
}
.map-btn {
    padding-top: 5px;
}
.map-btn a {
    display: inline-block;
    width: 48%;
    text-align: center;
    text-transform: uppercase;
    line-height: 48px;
    border: 1px solid #081f34;
    color: #081f34;
}
.map-btn a:nth-child(2) {
    float: right;
    color: #fff;
    background-color: #081f34;
}
.map-calc-meterial {
    padding-top: 5px;
}
.map-calc-meterial a {
    display: inline-block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    line-height: 48px;
    border: 1px solid #081f34;
    color: #081f34;
}
.map-groove-block {
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 12px;
    margin-bottom: 8px;
}
.set-window {
    width: 1203px;
    min-height: 520px;
    margin: 0 auto;
    top: 35px;
    padding: 18px 3px;
    position: relative;
    background-color: #fff;
}
.complect-box-left{
    width: 69%;
    float: left;
    position: relative;
}
.product-info{
    min-height: 150px;
}
.complect-box-left .complect-images{
    float: left;
    width: 64%;
}
.complect-images-min{
    width: 100%;
    float: left;
}
.complect-images-min > div img{
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}
.complect-images-min > div:last-child{
    margin-right: 0;
}
.complect-images-min > div{
    width: 115px;
    height: 100px;
    margin-right: 1px;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    position: relative;
}
.complect-box-right{
    width: 360px;
    float: right;
    padding: 0 0 0 15px;
}
.complect-box-right .map-table{
    width: 100%;
    margin: 0;
}
.complect-box-right .map-table img{
    width: 100%;
}
.complects-list{
    width: 35%;
    float: left;
}
.hide-block-slider{
    visibility: hidden;
}
.box-wrapper-popup-slider{
    position: relative;
}
.complect-head{
    padding-bottom: 56px;
    font-size: 18px;
    text-transform: uppercase;
    /*height: 98px;*/
    text-align: center;
}
.complect-head .product-title{
    font-size: 30px;
    text-transform: uppercase;
    font-family: "Esqadero-FF-CY-4F-Regular", sans-serif;
}
.complect-head .complect-title{
    font-size: 40px;
}
.set-window .map-product-price {
    margin-right: 0;
    font-size: 55px;
    line-height: 98px;
}
.set-window select {
    margin: 11px 0 5.5px -15px;
    padding: 0 20px;
    width: calc(100% + 15px);
    height: 44px;
    background-color: #072c42;
    color: #fff;
}

.box-profile-img img{
    max-width: 100%;
}
.box-profile-img{
    width: 360px;
    right: 0;
    bottom: 90px;
    position: absolute;
}
#set-window{
    padding: 0;
}
.set-window .btn {
    width: 360px;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: 0;
    background-color: #081f34;
    color: #2ca3e2;
}
.set-window .btn:hover,
.set-window .btn:focus,
.set-window .btn:active {
    margin-top: 15px;
    color: #fff;
}
.set-count {
    line-height: 40px;
    margin: 5.5px 0 5.5px -15px;
}
.set-count span {
    padding-top: 2px;
    padding-left: 20px;
    display: inline-block;
    font-size: 18px;
    text-align: left;
}
.set-count .product-quantity {
    width: 158px;
    margin-top: 0;
}
.set-count .product-quantity button {
    width: 44px;
    height: 44px;
    font-size: 18px;
}
.set-count .product-quantity input[type="text"] {
    width: 70px;
    height: 44px;
    font-size: 18px;
}
.set-list {
    margin: 15px 0 0 -15px;
}
.set-list ul {
    padding-left: 0;
    margin-top: 5px;
    list-style: none;
}
.set-list li {
    color: #22acd5;
    font-size: 14px;
}
.set-quad-block {
    width: 100%;
    white-space: nowrap;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
}

.complect-images-min.set-quad-block{
    width: 100%;
    float: none;
    overflow: auto;
    /*margin-bottom: -15px;*/
    /*padding-bottom: 15px;*/
}

.wrapper-scroll{
    width: 100%;
    padding-top: 10px;
    overflow-x: auto;
}
.quad {
    background-color: #05566f;
    width: 44px;
    height: 44px;
    margin: 10.9px;
    display: inline-block;
}
.btn-light:hover, .clean:focus, .btn-light:hover, .clean:focus{
    background-color: #05566f;
}
.map-product-description.product .set-select {
    margin-right: -15px;
}
.set-select {
    margin-left: -15px;
    /*margin-right: -15px;*/
    margin-top: 11px;
    margin-bottom: 11px;
}
/*
 * STYLE FOR POPUP BLOCK
 *==============================*/

.nano > .nano-pane {
    background: #b9b9b9;
}
.nano > .nano-pane > .nano-slider {
    background: #072c42;
}
#download-files {
    width: 500px;
    height: 260px;
    margin: 0 auto;
    display: none;
}
#download-files a {
    display: block;
    padding: 40px 0 0 60px;
    float: left;
    font-size: 16px;
    color: #081f34;
    border-bottom: 1px solid #05566f;
}
.files_mod[href$='.DWG'],
.files_mod[href$='.dwg'] {
    background: url('../img/files/dwg.png') no-repeat left;
    background-size: 50px;
}
.files_mod[href$='.PDF'],
.files_mod[href$='.pdf'] {
    background: url('../img/files/pdf.png') no-repeat left;
    background-size: 50px;
}
.files_mod[href$='.SLDPRT'],
.files_mod[href$='.sldprt'] {
    background: url('../img/files/sldprt.png') no-repeat left;
    background-size: 50px;
}
.files_mod[href$='.STEP'],
.files_mod[href$='.step'] {
    background: url('../img/files/step.png') no-repeat left;
    background-size: 50px;
}
.buy-product {
    width: 820px;
}
.feedback-window .textarea {
    min-height: 130px;
}
.popup-btn {
    width: 100%;
}
.popup-btn .btn {
    display: block;
    float: none;
    margin: auto;
    margin-top: 15px;
}
.empty-block {
    height: 1200px;
}

#payers .lk-main, #contact .lk-main {
    min-height: 422px;
}
#payers .drop-list-block,
#contact .drop-list-block {
    min-height: 336px;
}
#address .lk-main{
    min-height: 515px;
}
#address .drop-list-block {
    min-height: 429px;
}
.form-sub-btn {
    width: 49.5%;
    display: inline-block;
    text-align: center;
}
.form-sub-btn:hover,
.form-sub-btn:active,
.form-sub-btn:focus {
    color: #337ab7!important;
    text-decoration: underline;
}
/* PIXEL PPERFECT STYLE */
/*
.catalog-sidebar {

    margin-left: -8px;
}
.catalog-block .col-md-4 {
    width: 31.33333%;
}
.height-catalog-head {
    padding-top: 11px;
    padding-left: 0;
    margin-left: -13px;
    padding-right: 0;
    width: 108%;
}
.catalog-head {
    padding-bottom: 3px;
} */
.jq-selectbox__trigger-arrow {
    background-image: url('../img/arrow-blue-submenu.svg')!important;
    border:none;
    width: 15px;
    height: 15px;
    top: 17px;
}
.jq-selectbox__select {
    line-height: 50px;
    height: 50px;
}

.to-top {
    display: none;
    position: fixed;
    padding: 5px 8px;
    padding-left: 20px;
    padding-bottom: 3px;
    left: 6px;
    bottom: 6px;
    font-size: 14px;
    background-color: gray;
    cursor: pointer;
    text-align: center;
    border-radius: 6px;
    opacity: 0.6;
    color: #ffffff;
    z-index: 100;
    -webkit-transition: all linear .15s;
    -o-transition: all linear .15s;
    transition: all linear .15s;
}
.to-top:after {
    position: absolute;
    top: 45%;
    left: 10px;
    content: '';
    width: 8px;
    height: 2px;
    background-color: white;
    border-radius: 5px;
    transform: rotate(45deg);
}
.to-top:before {
    position: absolute;
    top: 45%;
    left: 5px;
    content: '';
    width: 8px;
    height: 2px;
    background-color: white;
    border-radius: 5px;
    transform: rotate(-45deg);
}
.to-top:hover {
    opacity: 1;
}
.stop {
    position: relative;
    z-index: 1001;
}
.sticky {
    position: fixed;
    z-index: 1001;
}

/* ADDED BY ALORIAN */
.product-box.section-box{
    height:auto;
}

.product-box.section-box .product-img{
    height: 180px;
}

.section-box img {
    position: static;
    max-width: 100%;
    height: 100%;
}

/*ADDED BY ANTON*/

.sp-slides-container {
    margin-bottom: 0;
    text-align: center;
}

.sp-bottom-thumbnails {
    margin-top: 15px;
}

.sp-thumbnail-container .sp-selected-thumbnail {
    text-align: center;
}

.sp-thumbnail {
    width: auto!important;
    height: 100px!important;
}

/*Правки*/

.order-step-4 .delivery-block input, .order-step-4 .delivery-block .jq-radio {
    display: none!important;
}

.order-step-4 .delivery-block label {
    margin: 0!important;
    padding: 6px;
    max-width: 320px;
    min-height: 270px;
    cursor: pointer;
    transition: all linear .2s;
    vertical-align: top;
    border: 2px solid transparent;
}

.order-step-4 .delivery-block label p {
    padding-top: 10px;
    padding-left: 30px;
    max-width: 270px;
}


.order-step-4 .delivery-block label:hover {
    border: 2px solid #081F34;
}

.active-delivery
{
    border: 2px solid #081F34!important;
}

.balance {
    margin-top: 16px;
    height: 50px;
    line-height: 50px;
    background-color: #081f34;
    color: #2ca3e2;
    font-size: 20px;
    text-align: center;
}

/**
правки от 15.07
*/
#cart-window .window-form-btn{
    width: 50%;
}
#cart-window .window-form-btn.clear-button{
    right: 50%;
}
.clear-button{
    background-color: #637db1;
}

#cart-window .windows-info-block{
    width: 25%;
}

.basket-clear{
    background-color: #637db1!important;
    border-color: #637db1;
}

.calculate-cost-window .btn-block-addclear .btn{
    width: 300px;
    height: 50px;
    font-size: 16px;
    line-height: 51px;
}

.btn-block-addclear .btn.btn-light{
    background-color: #05566f;
}

.btn-block-addclear .btn.btn-light:hover, .btn-block-addclear .btn.btn-light:focus, .btn.clean:hover, .btn.clean:focus{
    border-color: #05566f;
    background-color: #081f34;
    color: #fff;
}

.box-download-map a{
    width: 100%;
    height: 52px;
    display: block;
    padding: 15px 5px;
    text-align: center;
    font-size: 16px;
    background-color: #637db1;
    color: white;
    text-transform: uppercase;
    font-family: 'Esqadero';
}
.box-download-map{
    width: 50%;
    position: absolute;
    bottom: 44px;
    right: 0;
}

.exit{
    z-index: 1000;
    display: none;
    position: absolute;
    top: 115%;
    left:80px;
    background: #000;
}

.exit a{
    display: block;
    color:#FFF;
}

.exit a:hover{
    color: #717171;
}

.exit a.profile-link{
    padding: 10px 10px 5px;
}

.exit a.exit-link{
    padding: 5px 10px 10px;
}

.search-page table {
    margin-top: 30px;
}

.search-page table td:first-child {
    width: 40%!important;
}

.search-page .search-query {
    padding: 0 16px;
}

.search-page .search-button {
    padding: 0 20px;
    background-color: #081f34;
    color: #36a8e5;
    border: 2px solid #081f34;
    transition: 0.2s;
}

.search-page .search-button:hover {
    background-color: transparent;
    color: #081f34;
}

/*ПРАВКИ ОТ 18/07/2016*/

.bg-order {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../img/konstrukciya-steklo-stal-nebo.jpg');
    background-size: 100% 2500px;
    z-index: -1;
}

/*ПРАВКИ ОТ 20/07/2016*/

.sp-horizontal .sp-next-arrow:after,
.sp-horizontal .sp-next-arrow:before,
.sp-horizontal .sp-previous-arrow:after,
.sp-horizontal .sp-previous-arrow:before {
    background-color: #062f55;
}

.popup-basket-clear.feedback-window .calculate-cost-window{
    min-height: 50px;
}

.popup-basket-clear.feedback-window{
    min-height: 120px;
}


/*ПОИСК HEADER 18/07/2016*/

.input-area {
    padding-top: 4px;
}

.search-area {
    margin-bottom: 8px;
    padding-left: 37px;
    width: 107%;
    height: 28px;
}

.search-icon {
    position: relative;
    top: 7px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/search-icon.png) no-repeat;
    z-index: 999;
}

.search-area input[type="text"] {
    padding: 0 10px;
    position: relative;
    width: 90%;
    color: #081f34;
    border: none;
    vertical-align: top;
    background: white url(../img/arrow.png) 98% 50% no-repeat;
}

.search-area input[type="submit"] {
    margin-left: -5px;
    width: 36px;
    height: 22px;
    border: none;
    transition: 0.2s;
    background: #36a8e5 url(../img/search-icon.png) 50% no-repeat;
    background-size: 20px;
}

.search-area input[type="submit"]:hover {
    background-color: transparent;
}

.possible-products {
    padding-left: 0;
    position: absolute;
    top: 36px;
    left: 7.8%;
    display: none;
    width: 87.6%;
    list-style: none;
    background-color: red;
    background-color: #F8F7F7;
    z-index: 999;
}

.possible-products:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
}

.possible-products li {
    padding: 4px 16px;
    padding-left: 16px;
    width: 100%;
    border-bottom: 1px solid #D9D9D9;
}

.possible-products li:hover {
    background-color: #081f34;
}

.possible-products li:last-child {
    border: none;
}

.possible-products a {
    display: block;
    color: #081f34;
    font-size: 16px;
}

.possible-products a:hover {
    color: white;
}

.input-area {
    padding-top: 4px;
}

/*ПРАВКИ 21/07/2016*/

.complect-images {
    position: relative;
}

.sets .complect-images {
    min-height: 540px;
    line-height: 535px;
}

.complect-images .prev-button, .complect-images .next-button {
    position: absolute;
    top: 45%;
    display: block;
    width: 20px;
    height: 30px;
    cursor: pointer;
}

.complect-images .prev-button {
    left: 10px;
    z-index: 999;
}

.complect-images .next-button {
    right: 10px;
    z-index: 999;
}

.complect-images .next-button:before, .complect-images .next-button:after,
.complect-images .prev-button:before, .complect-images .prev-button:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 50%;
    background-color: #081f34;
}

.complect-images .next-button:before {
    right: 30%;
    top: 0;
    -webkit-transform: skew(35deg, 0deg);
    -ms-transform: skew(35deg, 0deg);
    transform: skew(35deg, 0deg);
}

.complect-images .next-button:after {
    right: 30%;
    top: 50%;
    -webkit-transform: skew(-35deg, 0deg);
    -ms-transform: skew(-35deg, 0deg);
    transform: skew(-35deg, 0deg);
}

.complect-images .prev-button:before {
    left: 30%;
    top: 0;
    -webkit-transform: skew(145deg, 0deg);
    -ms-transform: skew(145deg, 0deg);
    transform: skew(145deg, 0deg);
}

.complect-images .prev-button:after {
    left: 30%;
    top: 50%;
    -webkit-transform: skew(-145deg, 0deg);
    -ms-transform: skew(-145deg, 0deg);
    transform: skew(-145deg, 0deg);
}

/*ПРАВКИ 28/07/2016*/

.link {
    position: absolute;
    top: 19%;
    width: 94%;
    height: 25%;
    z-index: 99;
}

.link:nth-of-type(2) {
    top: 44%;
}
.link:last-of-type {
    top: 69%;
}

/*ПРАВКИ 29/07/2016*/

.fixed_1, .fixed_2 {
    position: fixed;
    width: 340px;
}

.fixed_1 {
    margin-bottom: 15px;
    bottom: 0;
}

.fixed_2 {
    top: 0;
}

.catalog-sidebar {
    margin-top: 1px;
}

/*HOVER КАРТОЧКИ ТОВАРА*/

.product-box:hover .product-description-block {
    background-color: #081f34;
}

.product-box:hover .product-desctiption {
    color: white;
    border-color: white;
}

.product-box:hover .product-price {
    color: #00deff;
}

.product-box:hover .btn-add {
    border-color: #00deff;
    color: #00deff;
}

.product-box:hover .btn-add:hover {
    color: white;
}

.product-box:hover .product-code {
    color: white;
}

.calculate-cost-window .btn{
    height: 40px;
    margin: 0!important;
    /*display: block;*/
    line-height: 38px;
}

.calculate-cost-window img {
    width: 100%;
}

/*ПРАВКИ 08/08/2016*/

.address-list {
    max-height: 328px;
    /*overflow-y: scroll;*/
}

/*ПРАВКИ 15/08/2016*/

.calculate-cost-window .btn {
    width: 190px;
}

.ms-fix {
    margin: 0 22%;
    margin-top: 40px;
    padding: 0 10px;
    min-height: 240px;
}

/*ПРАВКИ 17/08/2016*/

.sp-mask {
    margin: 0 auto;
    width: 100% !important;
}

.notetext h2 {
    font-family: 'Esqadero';
}

.response textarea {
    margin-left: 0;
    width: 100%;
}

.remove-button {
    position: relative!important;
    display: block;
    width: 25px;
    height: 25px;
    border: 2px solid #05566f;
    border-radius: 5px;
    background-image: none!important;
}
.remove-button:before {
    margin: 0 auto;
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    width: 12px;
    height: 2px;
    border-radius: 5px;
    background-color: #05566f;
    transform: rotate(45deg);
}
.remove-button:after {
    margin: 0 auto;
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    width: 12px;
    height: 2px;
    border-radius: 5px;
    background-color: #05566f;
    transform: rotate(-45deg);
}

.calculate-cost-window .table td:nth-child(6) {
    width: auto;
}

.calculate-cost-window .table td:nth-child(1) {
    margin-right: -10px;
    width: 20px;
    justify-content: center;
}

.calculate-cost-window .table {
    width: 94%;
}

.calculate-cost-window .right .table {
    float: right;
}

.ms-fix .btn {
    width: 300px;
}
.wrapper-button-calculate > div{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    background-color: #ffffff;

}
.wrapper-button-calculate{
    position: relative;
    height: 35px;
}
.add-cart {
    float: right;
}

.add-cart .btn-dark {
    width: 100%;
    font-size: 11px;
}

.calculate-cost-window .btn{
    height: 50px;
    font-size: 14px;
}

.add-cart .btn-dark:hover {
    width: 100%;
}

.calculate-cost-window .table-map tr {
    height: 40px;
    line-height: 20px;
}

.calculate-map-block .characteristic-bl{
    height: 45px;
    padding: 8px 18px;
    background-color: #00deff;
    color: #000000;
    font-size: 20px;
    line-height: 29px;
}
.calculate-cost-window .box-change-popup .btn {
    width: 373px;
}

.wrapper-button-calculate .add-cart {
    width: 550px;
}

.info-item-popup .name-bl{
    color: #000000;
    padding: 14px 5px;
    float: left;
    text-transform: uppercase;
    background-color: white;
}
.info-item-popup .number-bl{
    padding: 15px 5px;
    background-color: #05566f;
    color: white;
    font-size: 14px;
    float: left;
}
.info-item-popup{
    float: left;
}

/*ПРАВКИ 19/08/2016*/

.cart-window .cart-table tr {
    /*height: auto;*/
}

.drop-list li:last-child {
    padding: 0;
}

.jq-checkbox {
    border: 2px solid #C3C3C3;
}
.jq-checkbox.focused {
    border: 2px solid #08C;
}

/*ПРАВКИ 22/08/2016*/

.set {
    /*width: 100%;*/
    /*height: auto;*/
    /*border: 4px solid #081f34;*/
    font-family: 'Esqadero';
}

.product-info h3{
    font-family:"Esqadero-FF-CY-4F-Regular", sans-serif;
}
.product-info{
    font-family: "ProximaNova-Reg", sans-serif;
}

.title-block {
    /*border-bottom: 4px solid #081f34;*/
    border: 4px solid #081f34;
    border-bottom: 0;
    text-align: center;
    width: 100%;
    left: 0;
    top: -43px;
    position: absolute;
    font-family:"Esqadero-FF-CY-4F-Regular", sans-serif;
    font-size: 28px;
}

.title-block .title-set {
    font-size: 46px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #081f34;
}

.set-window .main-block {
    padding-left: 0;
    /*height: 100%;*/
    list-style: none;
}

.set-window .main-block li {
    height: auto;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
}

.set-window .main-block li:hover {
    /*border-top: 2px solid #081f34;*/
    /*border-bottom: 2px solid #081f34;*/
    background-color: rgba(5, 86, 111, 0.09);
}

.set-window .main-block li:first-child {
    /*border-top: 2px solid transparent;*/
}

.set-window .main-block li:last-child {
    /*border-bottom: 2px solid transparent;*/
}

.part-set {
    display: block;
}

.part-set:hover .art, .part-set:hover .name, .part-set:hover .quantity  {
    color: #081f34;
}

.set-window .img_wrapper, .set-window .description {
    display: inline-block;
    vertical-align: middle;
}

.set-window .description {
    width: 58%;
}

.set-window {
    /*width: 1035px;*/
}

.set-window .img_wrapper {
    /*width: 40%;*/
    width: 38%;
}

.set-window .name, .set-window .art {
    display: block;
    transition: 0.2s;
    letter-spacing: 0.5px;
}

.set-window .art {
    position: relative;
    font-size: 10px;
    color: #09aeea;
}

.set-window .art:first-letter {
    text-transform: uppercase;
}

.set-window .name .size span{
    font-size: 9px;
}
.set-window .name .size{
    padding-left: 10px;
    color: #0dafea;
    font-size: 12px;
}
.set-window .name {
    font-size: 16px;
    color: black;
    text-transform: uppercase;
}

.set-window .name:first-letter {
    text-transform: uppercase;
}

.calculate-cost-window .cutting-block .btn-light{
    background-color: #05566f;
    border-color: #05566f;
}

.calculate-cost-window .cutting-block .btn {
    font-size: 15px;
    line-height: 46px;
    height: 50px;
    margin-top: 7px !important;
    margin-bottom: 7px !important;
}

.main-block .quantity {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #000;
}

/*ПРАВКИ 23/08/2016*/

.active-side .sidebar-submenu li {
    height: auto;
}

.active-side .sidebar-submenu li a {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 100%;
}

/*ПРАВКИ 23/08/2016*/

.set-window {
    max-width: 1203px;
}

.sets {
    max-width: 1203px;
    padding-left: 18px;
}

.sets .complect-images {
    /*width: 379px!important;*/
    box-sizing: border-box;
}

.wrapper-ul-slider{
    position: absolute;
    top: 0;
    height: 600px;
    border: 4px solid #081f34;
    border-left: 0;
    overflow-y: auto;
}

.sets .col-md-4:nth-child(2) {
    width: 62%;
    padding: 0;
    border: 4px solid #081f34;
    line-height: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.set-quad-block img{
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sets .col-md-4:nth-child(3) {
    width: 51%;
    line-height: 0;
}

/**/

.col-lg-4 .grey-block {
    height: 66px;
}
.whole {
    margin: 0 auto;
    padding-top: 10px!important;
    padding-bottom: 10px;
    width: 1035px;
    min-height: 520px;
}
.whole .col-lg-4:last-child {
    padding-left: 5px;
    padding-right: 7px;
    width: 300px;
}
.whole .col-lg-4:last-child .text-blue {
    width: 95px;
}
.whole .col-lg-offset-2{
    margin-left: 0!important;
    padding-left: 7px;
    padding-right: 5px;
    width: 70.7%!important;
}
.whole .img-box {
    height: auto;
    margin-bottom: 7px;
}
.whole .btn {
    width: 100%;
}
.whole  .window-head {
    padding-top: 0;
    padding-bottom: 0;
}

/*ПРАВКИ 30/08/2016*/

.delivery-type {
    margin-bottom: 40px;
    position: relative;
    left: 60px;
}
.delivery-type label {
    margin-bottom: 10px;
    display: block;
    font-size: 15px;
    font-family: 'Esqadero';
    text-transform: uppercase;
}
.delivery-type .jq-radio{
    border-radius: 0;
}
.delivery-type .checked .jq-radio__div {
    margin: 0;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
}
.delivery-type .checked .jq-radio__div:after {
    position: absolute;
    top: 40%;
    left: 24%;
    content: '';
    width: 86%;
    height: 20%;
    background-color: #081F34;
    transform: rotate(-60deg);
}
.delivery-type .checked .jq-radio__div:before {
    position: absolute;
    top: 54%;
    left: 0;
    content: '';
    width: 64%;
    height: 20%;
    background-color: #081F34;
    transform: rotate(45deg);
}
.add-new-form  .location {
    margin-bottom: 0!important;
}
.location-results {
    padding-left: 0;
    position: absolute;
    display: block;
    width: 480px;
    background-color: white;
    list-style: none;
    z-index: 999;
}
.location-results li {
    border-bottom: 1px solid #e6e6e6;
    transition: 0.2s;
}
.location-results li:hover {
    background-color: #081f34;
}
.location-results li:hover a {
    color: white;
}
.location-results li:last-child {
    border: none;
}
.location-results li a {
    padding: 10px 0;
    padding-left: 40px;
    display: block;
    color: #081f34;
}

/*ПРАВКИ 01/09/2016*/
.delivery-block {
    padding:0 10px;
}
@media screen and (min-width: 800px) {
    .delivery-block {
        padding:0 60px;
    }
}

.delivery-calc-head {
    font-family: 'Esqadero', serif;
    text-transform: uppercase;
    padding-left: 40px;
}

.delivery-block label {
    display: block;
    font-size: 15px;
    font-family: 'Esqadero', serif;
    text-transform: uppercase;
}

.delivery-block .period-description {
    display: inline-block;
    min-width: 150px;
    padding-right: 20px;
}
.delivery-radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 7px;
}
.delivery-radio + label {
    position: relative;
    padding: 10px 0 10px 40px;
    cursor: pointer;
}
.delivery-radio + label:hover {
    background: #f4f4f4;
}
.delivery-radio + label:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 5px;
    width: 24px;
    height: 24px;
    border: 1px solid #CDD1DA;
    border-radius: 50%;
    background: #FFF;
}
.delivery-radio + label:after {
    content: '';
    position: absolute;
    top: 12px;
    left: 9px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #35a7e5;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
    opacity: 0;
    transition: .2s;
}
.delivery-radio:checked + label {
    background: #ebebf3;
}
.delivery-radio:checked + label:after {
    opacity: 1;
}
.delivery-radio:focus + label:before {
    box-shadow: 0 0 0 3px rgba(186, 225, 255, 0.5);
}

.delivery-form textarea {
    padding: 10px 16px;
    width: 100%;
    min-height: 160px;
    background-color: #f4f4f4;
    border: none;
}

/*ПРАВКИ 02.09.2016*/

.pay{
    padding-top: 40px;
    padding-bottom: 100px;
}
.pay .col-sm-12 {
    display: inline-block;
    width: 49%;
}
.pay .order-pay {
    padding-left: 15px;
    padding-right: 15px;
    height: 50px;
    line-height: 50px;
    background-color: #35a7e5;
    color: white;
}
.order-pay .order {
    text-transform: uppercase;
    font-family: 'Esqadero';
}
.order-pay .status {
    float: right;
    text-transform: uppercase;
    font-family: 'Esqadero';
}
.order-pay .status .confirmation {
    text-transform: none;
    font-family: "ProximaReg", Arial, sans-serif;
}
.pay .gray-title {
    padding-left: 15px;
    padding-right: 15px;
    height: 56px;
    line-height: 56px;
    background-color: #f4f4f4;
}
.pay .gray-title span {
    font-size: 18px;
    text-transform: uppercase;
}
.pay .gray-title a {
    float: right;
    margin-right: 26px;
    font-size: 18px;
    color: #8d8d8d;
    transition: 0.2s;
}
.pay .gray-title a:hover {
    color: #081f34;
}
.pay .gray-title .col-md-6:last-child a {
    margin-right: 0;
}
.pay .sections ul {
    margin-top: 24px;
    margin-bottom: 38px;
    padding-left: 15px;
    position: relative;
    list-style: none;
}
.pay .sections .col-md-6:last-child ul {
    padding-left: 0;
}
.pay .sections ul:after {
    content: '';
    position: absolute;
    top: 0;
    left: -30px;
    width: 1px;
    height: 100%;
    background-color: #8d8d8d;
}
.pay .sections .col-md-6:first-child ul:after {
    display: none;
}
.pay .sections ul li {
    margin-bottom: 20px;
}
.pay .sections ul span {
    display: inline-block;
    width: 46%;
    color: #434343;
}
.pay .sections ul a {
    display: inline-block;
    color: #35a7e5;
    transition: 0.2s;
}
.pay .sections ul a:hover {
    color: #081f34;
}
.pay .gray-title .contents-order {
    text-transform: none;
}
.pay .order-table table {
    width: 100%;
}
.pay .order-table tr:first-child {
    border-bottom: 1px solid #434343;
}
.pay .order-table th {
    padding-top: 20px;
    padding-bottom: 18px;
}
.pay .order-table td:nth-child(1) {
    text-align: center;
}
.pay .order-table th:nth-child(3) {
    padding-left: 50px;
    text-align: left;
}
.pay .order-table td:nth-child(2) {
    width: 110px;
}
.pay .order-table td:nth-child(3) {
    padding-left: 50px;
}
.pay .order-table td:nth-child(4),
.pay .order-table td:nth-child(5),
.pay .order-table td:nth-child(6),
.pay .order-table td:nth-child(7),
.pay .order-table td:nth-child(8) {
    text-align: center;
}
.pay .order-table td:nth-child(6) {
    font-family: 'Esqadero';
}

.promocode {

}

.promocode input {
    height: 56px;
    width: 70%;
    font-size: 20px;
    padding-left: 10px;
}

.promocode .buttons {
    padding-top: 28px;
}

.promocode .buttons .btn {
    margin: 0;
}

.delete-promocode {
    display: inline-block;
    background: url('../libs/fancybox/close.svg') center center no-repeat;
    width: 12px;
    height: 12px;
}

.pay .payment .cost {
    width: 100%;
    height: 56px;
    line-height: 56px;
    background-color: #f4f4f4;
    font-family: 'Esqadero';
}
.pay .payment .cost span {
    display: inline-block;
    font-size: 22px;
}
.pay .payment .cost span:first-child {
    padding: 0 15%;
    text-transform: uppercase;
}
.pay .payment .cost span:last-child {
    float: right;
    padding-right: 36px;
    color: #02b3d1;
}
.pay .payment .buttons {
    padding-top: 28px;
    width: 100%;
}
.pay .payment .buttons .button {
    padding: 0 12%;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #081f34;
    background-color: transparent;
    color: #081f34;
    font-family: 'Esqadero';
    transition: 0.2s;
}
.pay .payment .buttons .button:hover {
    color: white;
    background-color: #081f34;
}
.pay .payment .buttons .button:last-child {
    float: right;
    background-color: #02b3d1;
    border-color: #02b3d1;
    color: white;
}
.pay .payment .buttons .button:last-child:hover {
    background-color: white;
    border-color: #081f34;
    color: #081f34;
}

/*ПРАВКИ 05/09/2016*/

.payment-block{
    padding-left: 60px;
}
.payment-block label {
    font-size: 15px;
    font-family: 'Esqadero';
    text-transform: uppercase;
}
.payment-block .jq-radio {
    border-radius: 0;
}
.payment-block .checked .jq-radio__div {
    margin: 0;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
}
.payment-block .checked .jq-radio__div:after {
    position: absolute;
    top: 40%;
    left: 24%;
    content: '';
    width: 86%;
    height: 20%;
    background-color: #081F34;
    transform: rotate(-60deg);
}
.payment-block .checked .jq-radio__div:before {
    position: absolute;
    top: 54%;
    left: 0;
    content: '';
    width: 64%;
    height: 20%;
    background-color: #081F34;
    transform: rotate(45deg);
}
.lk-block .payment-block {
    padding-top: 40px;
}
.lk-block .payment-block .title {
    margin-bottom: 70px;
    display: block;
    height: 50px;
    line-height: 50px;
    font-family: 'Esqadero';
    color: white;
    background-color: #35a7e5;
    text-transform: uppercase;
    text-align: center;
}
.lk-block .payment-block label {
    margin-bottom: 30px;
    padding-left: 40px;
    display: block;
    font-family: 'Esqadero';
    font-size: 15px;
    text-transform: uppercase;
}
.lk-block .payment-block label .jq-radio{
    border-radius: 0;
}
.lk-block .payment-block label .checked .jq-radio__div {
    margin: 0;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
}
.lk-block .payment-block label .checked .jq-radio__div:after {
    position: absolute;
    top: 40%;
    left: 24%;
    content: '';
    width: 86%;
    height: 20%;
    background-color: #35a7e5;
    transform: rotate(-60deg);
}
.lk-block .payment-block label .checked .jq-radio__div:before {
    position: absolute;
    top: 54%;
    left: 0;
    content: '';
    width: 64%;
    height: 20%;
    background-color: #35a7e5;
    transform: rotate(45deg);
}
.lk-block .payment-block label span {
    margin-left: 12px;
    position: relative;
}
.lk-block .payment-block label .paypal:after {
    content: '';
    position: absolute;
    top: -5px;
    right: -80px;
    width: 70px;
    height: 25px;
    background: url(../img/paypal.png) 50% no-repeat;
}
.lk-block .payment-block label .yandex:after {
    content: '';
    position: absolute;
    top: -5px;
    right: -80px;
    width: 70px;
    height: 25px;
    background: url(../img/yandex.png) 50% no-repeat;
}
.lk-block .payment-block .all-cost {
    margin-bottom: 110px;
    padding: 0 32px;
    height: 56px;
    line-height: 56px;
    background-color: #f4f4f4;
}
.lk-block .payment-block .all-cost span {
    font-size: 22px;
    font-family: 'Esqadero';
    text-transform: uppercase;
}
.lk-block .payment-block .all-cost span:last-child {
    float: right;
    color: #02b3d1;
}
.lk-block .payment-block .buttons a {
    display: inline-block;
    width: 48%;
    height: 50px;
    line-height: 50px;
    color: #081f34;
    font-family: 'Esqadero';
    box-sizing: border-box;
    border: 2px solid #081f34;
    text-align: center;
    transition: 0.2s;
    text-transform: uppercase;
}
.lk-block .payment-block .buttons input {
    float: right;
    width: 48%;
    height: 50px;
    line-height: 50px;
    color: white;
    font-family: 'Esqadero';
    box-sizing: border-box;
    border: 2px solid #35a7e5;
    background-color: #35a7e5;
    transition: 0.2s;
    text-transform: uppercase;
}
.lk-block .payment-block .buttons input:hover,
.lk-block .payment-block .buttons a:hover {
    color: white;
    background-color: #081f34;
    border-color: #081f34;
}
.download {
    padding-top: 70px;
}
.download .title {
    padding-left: 30px;
    display: block;
    height: 56px;
    line-height: 56px;
    font-family: 'Esqadero';
    background-color: #f4f4f4;
    text-transform: uppercase;
}
.download ul {
    margin-top: 55px;
    margin-bottom: 120px;
    list-style: none;
    font-family: 'Esqadero';
    letter-spacing: 0.5px;
}
.download li {
    margin-bottom: 55px;
    padding-left: 100px;
    position: relative;
}
.download .pdf:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 0;
    width: 70px;
    height: 63px;
    background: url(../img/pdf.png) no-repeat;
}
.download ul span {
    display: inline-block;
    width: 79%;
}
.download ul a {
    padding: 13px 6%;
    display: inline-block;
    color: #081f34;
    border: 2px solid #081f34;
    transition: 0.2s;
}
.download ul a:hover {
    background-color: #081f34;
    color: white;
}
/*ПРАВКИ 07/09/2016*/

.ProximaReg {
    font-family: "ProximaReg"!important;
    font-size: 16px!important;
    padding-top: 25px!important;
}
.product-photo {
    padding-left: 0;
    padding-right: 17px;
}
.sp-bottom-thumbnails {
    width: 100% !important;
    margin-left: 0!important;
    line-height: 0;
}
.product-photo a {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
}
.sp-slides img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
}
.fancybox-prev span, .fancybox-next span {
    background-image: none;
    display: block;
    width: 20px;
    height: 30px;
    cursor: pointer;
}
.fancybox-prev span:after {
    content: '';
    position: absolute;
    top: 7px;
    width: 3px;
    height: 23px;
    border-radius: 5px;
    background-color: #616161;
    transform: rotate(-45deg);
}
.fancybox-prev span:before {
    content: '';
    position: absolute;
    top: -7px;
    bottom: 0;
    width: 3px;
    height: 23px;
    border-radius: 5px;
    background-color: #616161;
    transform: rotate(45deg);
}
.fancybox-next span:after {
    content: '';
    position: absolute;
    top: 7px;
    right: 0;
    width: 3px;
    height: 23px;
    border-radius: 5px;
    background-color: #616161;
    transform: rotate(45deg);
}
.fancybox-next span:before {
    content: '';
    position: absolute;
    top: -7px;
    right: 0;
    width: 3px;
    height: 23px;
    border-radius: 5px;
    background-color: #616161;
    transform: rotate(-45deg);
}
.sidebar-menu > li > a:after {
    content: '';
    position: absolute;
    top: 11px;
    left: 8px;
    width: 5px;
    height: 5px;
    background-color: #081f34;
}
.active-side .sidebar-submenu li a:after {
    display: none;
}
/*.fancybox-skin {
  width: 480px!important;
}
.fancybox-inner {
  max-width: 100%;
  max-height: 330px;
}*/
.fancybox-close {
    top: -15px!important;
    right: -20px!important;
}
.calculate-cost-window p {
    padding-left: 15px;
}
.set-window {
    padding: 20px 3px 20px 30px;
}

.response .quad{
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: transparent;
}
.set-window .complect-images {
    width: 100%;
    height: 600px;
    padding-right: 0;
    padding-left: 0;
    float: left;
    min-height: 350px!important;
    line-height: 350px;
    text-align: center;
}
.set-window .complect-images .product {
    padding: 0;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}
.set-window .complect-images .set-list {
    margin: 0;
    height: 20px;
    line-height: 100%;
    font-size: 22px;
    font-family: 'Esqadero';
}
.set-window .clearfix {
    padding-right: 0;
    /*width: 287px;*/
}

.sets {
    padding-left: 30px;
}
.sets .complect-images {
    padding-left: 15px;
}
/*ПРАВКИ 12/09/2016*/

.lk-block .pay .slice-map .buttons .button {
    padding: 0 4%;
}
.product-photo .sp-slides img {
    display: inline!important;
}
.product-photo .sp-slide {
    width: 100%!important;
    line-height: 0;
}
.product-photo .slider-pro {
    margin-left: 0;
}
.col-1400-9 .col-xs-12 {
    padding-top: 30px;
    padding-left: 0;
}
.col-xs-12 .shadow {
    position: relative;
    width: 440px;
    height: 320px;
}
.col-xs-12 .shadow iframe {
    width: 100%;
    height: 247px;
}
.col-xs-12 .shadow .video-block {
    position: absolute;
    top: 0;
    left: 15px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/**/
.sp-previous-arrow:after {
    width: 3px;
    height: 23px;
    border-radius: 5px;
    transform: skew(0deg);
    transform: rotate(-45deg);
}
.sp-next-arrow:after {
    width: 3px;
    height: 23px;
    border-radius: 5px;
    transform: skew(0deg);
    transform: rotate(45deg);
}
.sp-previous-arrow:before {
    width: 3px;
    height: 23px;
    border-radius: 5px;
    transform: skew(0deg);
    transform: rotate(45deg);
}
.sp-next-arrow:before {
    width: 3px;
    height: 23px;
    border-radius: 5px;
    transform: skew(0deg);
    transform: rotate(-45deg);
}
.sp-horizontal .sp-next-arrow:after, .sp-horizontal .sp-next-arrow:before, .sp-horizontal .sp-previous-arrow:after, .sp-horizontal .sp-previous-arrow:before {
    background-color: #979797;
}
.catalog-head {
    padding-top: 0!important;
}
.product-code {
    font-size: 11px;
}
.product {
    /*padding-left: 7px;*/
    /*padding-right: 7px;*/
}
.product-box {
    max-width: 250px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}
/*.map-product-description .map-table {
	min-height: 199px;
}*/
.catalog-block .catalog-wrap .section-box {
    max-width: 400px;
}
.catalog-block .catalog-wrap .section-box .product-img {
    height: 174px;
}
#article .product-box .popup-cutting a {
    margin-top: 17px;
    position: static;
    height: 30px;
    line-height: 30px;
    color: white;
    background-color: #072c42;
}
#article .product-box .popup-cutting {
    min-height: 142px;
}
.col-1401-9 .col-xs-12 {
    padding-top: 30px;
    padding-left: 0;
}
.ms-fix .btn:hover {
    background-color: transparent;
    color: #05566f;
    border-color: #05566f;
}
.main-btn-block .btn:hover {
    color: white;
    background-color: #05566f;
    border-color: #05566f;
}
.only-sections .product-box .product-img {
    height: 135px;
}
.catalog-sidebar {
    width: 340px;
    /* top: 70px;
     position: absolute;
     overflow: hidden;
     box-sizing: border-box;
     -moz-box-sizing: border-box;*/
}
.sidebar{
    /* position: relative;
     left: -340px;
     transition: left 0.5s;
     background-color: #fff;
     z-index: 1;*/
}
.sidebar.sidebar-open{
    /* left: 0;
     transition: left 0.5s;*/
}
.swipe-area {
    position: absolute;
    right: -132px;
    width: 130px;
    border: 20px solid transparent;
    border-left: 20px solid #081f34;
    z-index: 5;
}


/* Общий стиль для пунктов */
.active-side .sidebar-submenu li {
    transition: 0.2s;
}

/* При наведении на пункт первого уровня */
.active-side > .sidebar-submenu > li:hover > a {
    margin-left: -44px;
    padding-left: 44px;
    background-color: #00deff;
    text-decoration: none;
    color: #081f34;
}

/* При наведении на пункт второго уровня */
.active-side .sidebar-submenu > li > .sidebar-submenu > li:hover > a {
    margin-left: -44px;
    padding-left: 44px;
    background-color: #00deff;
    text-decoration: none;
    color: #081f34;
}

/* При наведении на пункт третьего уровня */
.active-side .sidebar-submenu > li > .sidebar-submenu > li > .sidebar-submenu > li:hover > a {
    margin-left: -44px;
    padding-left: 44px;
    background-color: #00deff;
    text-decoration: none;
    color: #081f34;
}

/* При наведении на пункт четвертого уровня */
.active-side .sidebar-submenu > li > .sidebar-submenu > li > .sidebar-submenu > li > .sidebar-submenu > li:hover > a {
    margin-left: -44px;
    padding-left: 44px;
    background-color: #00deff;
    text-decoration: none;
    color: #081f34;
}

/* Стили активного раздела в открытом подменю */
.submenu-open .sidebar-submenu .active-sub-section > a {
    margin-left: -44px;
    padding-left: 44px;
    background-color: #00deff;
    text-decoration: none;
    color: #081f34;
}


/*.active-side .sidebar-submenu li {*/
/*    transition: 0.2s;*/
/*}*/
/*.active-side .sidebar-submenu li:hover {*/
/*    color: #081f34;*/
/*}*/
/*.active-side .sidebar-submenu li:hover a {*/
/*    margin-left: -44px;*/
/*    padding-left: 44px;*/
/*    background-color: #00deff;*/
/*    text-decoration: none;*/
/*}*/
/*.submenu-open .sidebar-submenu .active-sub-section {*/
/*    color: #081f34;*/
/*}*/
/*.submenu-open .sidebar-submenu .active-sub-section a {*/
/*    margin-left: -44px;*/
/*    padding-left: 44px;*/
/*    background-color: #00deff;*/
/*    text-decoration: none;*/
/*}*/
.map-product-description h3 {
    margin-top: 10px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 5px;
    font-size: 16px;
    color: #081f34;
    text-transform: uppercase;
}
.map-product-description .product-description {
    margin-left: -15px;
    margin-right: -15px;
    color: #bfbfbf;
    line-height: 20px;
    /*text-align: justify;*/
}
.map-product-description .product-description:first-letter {
    padding-left: 5px;
}
.table-map tr:nth-child(1) td:first-letter {
    text-transform: uppercase;
}
.calculate-map-block .col-md-5 .btn-dark:hover {
    width: 230px;
}
.calculate-cost-window .close-window {
    top: -45px;
    right: -45px;
}
.ms-fix .close-window, .calculate-cost-window .not-border {
    top: 0;
    right: 0;
}
.popup-video iframe {
    height: 100%;
}
.popup-video {
    margin: 0 auto;
    width: 80%;
    height: 80%;
    height: auto;
    text-align: center;
    /*padding: 15px;*/
    position: absolute;
    background-color: #fff;
    left: 0;
    right: 0;
    z-index: 1000;
    display: none;
}
.popup-video iframe {
    width: 100%;
}
.fixed {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
}
.popup-video .close {
    position: absolute;
    top: -40px;
    right: -40px;
}
.calculate-map-block .explanations {
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 14px;
    float: left;
    width: 48%;
}
.calculate-map-block .explanations ol {
    margin-bottom: 0;
    padding-left: 20px;
    font-size: 13px;
}
.calculate-map-block .explanations ol li:last-child {
    color: #05566f;
}
.calculate-map-block .added {
    margin-top: 20px;
    margin-left: 15px;
    padding: 0 6px;
    width: 320px;
    font-size: 15px;
    color: #081f34;
    background-color: #00deff;
}
.calculate-cost-window .table-map {
    margin: 0 -15px;
}

.spol_order .order-number span{
    padding-right: 75px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
}
.spol_order .order-number{
    font-size: 14px;
    display: inline-block;
}
.spol_order .sum-order{
    float: right;
    font-size: 16px;
    text-transform: uppercase;
}
.calculate-cost-window .scroll-table .wrapper-table-statistic{
    top: 0;
    right: 0;
    bottom: 0;
    width: 374px;
    position: absolute;
    background-color: #e4e4e4;
}

.wrapper-table-map.map-fixed tbody tr:first-child{
    width: 100%;
    position: absolute;
    padding-top: 10px;
    top: 0;
    padding-left: 28%;
    display: block;
}
.wrapper-table-map.map-fixed tbody{
    padding-top: 39px;
    display: block;
}

#accordion h3{
    margin-bottom: 0;
}

.bx_my_order .bx_my_order_table .bx_item_list thead tr th:nth-child(4) {
    padding-left: 50px;
}
.bx_my_order .bx_my_order_table .bx_item_list thead tr th:nth-child(2) {
    text-align: left;
}
.bx_my_order .bx_my_order_table .bx_item_list thead tr th {
    padding: 15px 20px 50px;
    color: #434343;
    font-size: 16px;
    font-weight: normal;
}

.bx_my_order .bx_my_order_table .bx_item_list tbody tr td a{
    color: #434343;
    font-size: 16px;
    font-weight: normal;
}

.bx_my_order{
    position: relative;
}

.bx_my_order .bx_my_order_table .bx_item_list tbody tr td:nth-child(4) {
    text-align: right;
}
.bx_my_order .bx_my_order_table .bx_item_list tbody tr td:nth-child(2) {
    text-align: left;
}
.bx_my_order .bx_my_order_table .bx_item_list tbody tr td {
    padding: 0 20px 10px;
    text-align: center;
    font-size: 16px;
}

.bx_my_order .bx_my_order_table .bx_item_list tbody tr td:first-child {
    width: 50px;
}

table.bx_item_list{
    width: 100%;
    color: #434343;
    font-size: 16px;
}

.calculate-cost-window .scroll-table .wrapper-table-map{
    width: 100%;
    overflow-x: scroll;
}
.calculate-cost-window .scroll-table {
    position: relative;
    margin: 0 15px;
    padding-right: 373px!important;
}
.complect-images:hover .controls .bottons,
.calculate-cost-window .col-lg-offset-2:hover .controls  .bottons {
    opacity: 1;
}

.popup-win .complect-images .controls{
    display: none;
}

.complect-images .controls, .calculate-cost-window .controls {
    position: absolute;
    top: 40%;
    width: calc(100% - 30px);
    height: 50px;
}
.complect-images .controls .bottons,
.calculate-cost-window .controls .bottons {
    position: absolute;
    width: 50px;
    height: 50px;
    cursor: pointer;
    opacity: 0;
    transition: 0.3s;
}
.complect-images .controls .bottons:hover:after,
.complect-images .controls .bottons:hover:before,
.calculate-cost-window .controls .bottons:hover:after,
.calculate-cost-window .controls .bottons:hover:before {
    background-color: #616161;
}

.complect-images .controls .prev,
.calculate-cost-window .controls .prev {
    left: 0;
}
.complect-images .controls .next,
.calculate-cost-window .controls .next {
    right: 0;
}
.complect-images .controls .prev:after,
.calculate-cost-window .controls .prev:after {
    content: '';
    position: absolute;
    top: 34px;
    left: 8px;
    width: 32px;
    height: 3px;
    background-color: #979797;
    transform: rotate(45deg);
    transition: 0.3;
}
.complect-images .controls .prev:before,
.calculate-cost-window .controls .prev:before {
    content: '';
    position: absolute;
    top: 13px;
    left: 8px;
    width: 32px;
    height: 3px;
    background-color: #979797;
    transform: rotate(-45deg);
    transition: 0.3;
}
.complect-images .controls .next:after,
.calculate-cost-window .controls .next:after {
    content: '';
    position: absolute;
    top: 34px;
    right: 8px;
    width: 32px;
    height: 3px;
    background-color: #979797;
    transform: rotate(-45deg);
    transition: 0.3;
}
.complect-images .controls .next:before,
.calculate-cost-window .controls .next:before {
    content: '';
    position: absolute;
    top: 13px;
    right: 8px;
    width: 32px;
    height: 3px;
    background-color: #979797;
    transform: rotate(45deg);
    transition: 0.3;
}
/*.fancybox-inner {
  min-height: 743px;
  max-height: 743px;
  line-height: 743px;
  text-align: center;
}
.fancybox-image {
  display: inline-block;
  width: auto!important;
  height: auto!important;
  vertical-align: middle;
}*/
.sidebar-menu > li a:hover {
    background-color: #f4f4f4;
}
.sidebar-menu > li > a {
    overflow: hidden;
    z-index: 1;
}
.sidebar-menu > li a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 20px);
    height: 100%;
    background-color: transparent;
    z-index: -1;
    transition: 0.3s;
}
.sidebar-menu > li a:hover:before {
    width: 100%;
    background-color: #00deff;
}

.catalog-right-all.open{
    overflow: hidden;
}

.catalog-right-all.open .product{
    width: 100%;
    min-width: 250px;
}

.notice-cart {color: #ffffff!important;background-color: #05566f!important;}
.catalog-head {line-height: 20px;padding-top: 25px !important;padding-bottom: 10px !important;}
.sp-previous-arrow:before, .sp-previous-arrow:after, .sp-next-arrow:before, .sp-next-arrow:after,.sp-previous-thumbnail-arrow:before, .sp-previous-thumbnail-arrow:after, .sp-next-thumbnail-arrow:before, .sp-next-thumbnail-arrow:after {background-color: #979797;}
.sp-previous-arrow:hover:before, .sp-previous-arrow:hover:after, .sp-next-arrow:hover:before,
.sp-next-arrow:hover:after,.sp-previous-thumbnail-arrow:hover:before, .sp-previous-thumbnail-arrow:hover:after,
.sp-next-thumbnail-arrow:hover:before, .sp-next-thumbnail-arrow:hover:after {background-color: #616161;}
.calculate-cost-window {padding: 15px 0px 0px;}
.calculate-cost-window .btn-block-addclear {margin: 35px 0px 15px;}
.calculate-cost-window .table-map {margin: 0;}
.calculate-cost-window .scroll-table {margin: 0;width: 100%;padding: 0;}
.sp-top-thumbnails .sp-next-thumbnail-arrow, .sp-bottom-thumbnails .sp-next-thumbnail-arrow {right: 20px;}
.sp-top-thumbnails .sp-previous-thumbnail-arrow, .sp-bottom-thumbnails .sp-previous-thumbnail-arrow {left: 20px;}
.sp-next-thumbnail-arrow:after {width: 3px;height: 23px;border-radius: 5px;transform: skew(0deg);transform: rotate(45deg);right: 30%;top: 56%;}
.sp-next-thumbnail-arrow:before {width: 3px;height: 23px;border-radius: 5px;transform: skew(0deg);transform: rotate(-45deg);right: 30%;top: 0;}
.sp-previous-thumbnail-arrow:after {width: 3px;height: 23px;border-radius: 5px;transform: skew(0deg);transform: rotate(-45deg);left: 30%;top: 56%;}
.sp-previous-thumbnail-arrow:before {width: 3px;height: 23px;border-radius: 5px;transform: skew(0deg);transform: rotate(45deg);left: 30%;top: 0;}
.table-map tr td:nth-child(odd) {padding: 0 10px;}
.explanations-block {overflow: hidden;margin-top: 10px;}
.explanations-block .explanations-number {float: left;padding-left: 6px;padding-right: 6px;background-color: #05566f;color: #fff;width: 20px;margin-right: 5px;}
.explanations-block .explanations-text {float: left;color:#4b4b4b;text-transform: uppercase;}
.table-map tr:nth-child(even) td.stats {background-color: #e4e4e4;color: #4e4e4e;}
.table-map tr:nth-child(odd) td.stats3 {background-color: #e4e4e4;color: #4e4e4e;}
input[name="calculate"] {background: #05566f;border: 2px solid #05566f;}
.add-row {background: #081F34;}
.table-map tr td.stats2 {padding-left: 6px;padding-right: 6px;background-color: #05566f;color: #fff;width: 20px;}
.calculate-map-block .col-sm-5 {padding-left: 0;}
.explanations-block {padding-left: 0;}
.calculate-map-block .add-cart {padding-left: 0 !important;margin-left: 0 !important;}
/* New styles */

.bx-title{
    margin-bottom: 15px;
    color: #081f34;
    font-family: "Esqadero";
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
}

.btn-blue:hover, .btn-blue:focus{
    color: #2ca3e2;
}
.btn-blue{
    background-color: #081f34;
    color: white;
    border-color: #081f34;
}

.checkbox-wrapper{
    margin-bottom: 35px;
}

.checkbox-wrapper .btn{
    margin: 0;
    float: right;
}
.checkbox-wrapper .checkbox{
    padding-top: 12px;
    float: left;
}

.login-page .wrapper-right .under-form-text{
    color: #b0b0b0;
    font-size: 14px;
    line-height: 16px;
}

.login-page .wrapper-right h3{
    margin-bottom: 40px;
}

.login-page .wrapper-right input[type="submit"]{
    width: 100%;
    margin: 0 0 50px;
    display: block;
}

.login-page .under-form-text{
    margin-bottom: 100px;
    color: #b0b0b0;
    font-size: 14px;
    line-height: 16px;
}

.login-page .wrapper-right{
    width: 46%;
    padding: 0 30px;
    float: right;
}

.login-page .wrapper-left{
    width: 46%;
    padding: 0 30px;
    float: left;
}

.login-page .forget-password a{
    color: #03cdec;
}

.login-page .jq-checkbox,
.agreement-text .jq-checkbox{
    width: 24px;
    height: 24px;
    margin-right: 20px;
    background: #081f34;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    box-shadow: none;
    border: 0;
}

.login-page .bx-filter-param-label > *{
    vertical-align: middle;
}

.login-page .bx-filter-param-label .bx-filter-param-text{
    color: #434343;
    font-size: 12px;
    line-height: 14px;
    display: inline-block;
}

.login-page .jq-checkbox.checked .jq-checkbox__div,
.agreement-text .jq-checkbox.checked .jq-checkbox__div{
    width: 10px;
    height: 10px;
    margin: 7px;
    box-shadow: none;
    background-color: #03cdec;
    border-radius: 0!important;
}

.login-page input[type='password'],
.login-page input[type='text']{
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    padding-left: 20px;
    border: 0;
    padding-right: 20px;
    background-color: #f4f4f4!important;
    color: #434343;
    font-size: 16px;
}

.text-under-h3{
    margin-bottom: 90px;
    color: #c6c6c6;
    font-size: 14px;
    line-height: 14px;
}

.complect-box-right .product-info{
    margin-left: -15px;
    padding-bottom: 130px;
}

.box-order-status-btn a{
    width: 49% !important;
    font-size: 14px!important;
}

@media (max-width: 1400px) and (min-width: 1200px) {
    .catalog-block .catalog-wrap {margin-right: 0!important;}
    .catalog-block .catalog-wrap .col-md-3 {width: calc((100% - 10%) / 4) !important;margin: 0px 0px 2.5% 2.5% !important;}
    .catalog-block .catalog-wrap .col-md-3:nth-child(4n+1) {clear: both;}
    .catalog-block .catalog-wrap .section-box .product-img {height: 192px!important;}
}
@media (min-width: 1400px) {
    .catalog-block .catalog-wrap .col-md-3 {width: calc((100% - 6%) / 4) !important;margin: 0px 1% 1% 0% !important;}
    .catalog-block .catalog-wrap .col-md-3:nth-child(4n) {margin-right: 0;}
    .catalog-block .catalog-wrap .col-md-3:nth-child(4n+1) {clear: both;}
    .catalog-block .catalog-wrap {margin-left: -5px;margin-right: -40px;}
    .catalog-block .catalog-wrap .section-box .product-img {height: 189px!important;}
}

.requisites {font-size: 16px;line-height: 20px;color: #5b5b5b;}
.requisites .col-2 {width: 48%;float: left;box-sizing: border-box;}
.requisites .title-mini-text {margin-left: 60px; padding-top: 45px; display: block; border-bottom: 2px solid #091f36; text-transform: uppercase;}
.requisites .mini_text {}
.requisites .mini_text .col-2 {padding: 25px 60px;}
.requisites .big_requi {color: #fff;padding-bottom: 45px;}
.requisites .big_requi .col-2{padding: 40px 60px;}
.requisites .big_requi .col-2:nth-child(1){background: #091f36;}
.requisites .big_requi .col-2:nth-child(2){background: #2e456f;}
.requisites .big_requi .col-2 .title {margin-bottom: 20px; text-transform: uppercase;}
.requisites .big_requi .col-2 p {margin-bottom: 5px;}


.clear-order-popup .btn{
    margin: 20px auto 0;
}
.clear-order-popup p{
    margin-bottom: 10px;
    padding: 5px 20px;
    text-align: left;
    font-size: 16px;
    font-family: 'Esqadero';
    color: #081f34;
    text-transform: uppercase;
}

#arrival-window .close-window{
    position: absolute;
    top: -45px;
    right: -45px;
}

#arrival-window input[type='text']{
    width: 240px;
    height: 50px;
    padding-left: 20px;
}

#basket-clear{
    top: 100px;
}

#arrival-window{
    width: 530px;
    margin-left: -265px;
    top: 190px;
    min-height: 170px!important;
    padding-bottom: 50px;
}

.title-cart-popup td{
    padding-top: 10px;
    padding-bottom: 10px;
}

.wrapper-scroll.sp-horizontal .sp-arrows {
    width: 100%;
    top: 644px;
    left: 0;
    margin-top: 0;
    z-index: 2;
}

.wrapper-scroll.sp-horizontal .sp-previous-arrow {
    left: 5px;
}

.wrapper-scroll.sp-horizontal .sp-next-arrow {
    right: 5px;
}

.section-description {
    font-family: 'ProximaReg',sans-serif;
}

.section-description h1,
.section-description h2,
.section-description h3,
.section-description h4,
.section-description h5,
.section-description h6 {
    font-family: 'Esqadero',sans-serif;
}

@media (min-width: 1200px){
    .product-photo .sp-mask{
        height: 325px!important;
    }
}
@media (max-width: 1200px){
    .catalog-sidebar {
        width: 100%;
    }
    .calculate-cost-window .btn-block-addclear .btn{
        width: 240px;
    }
    .calculate-cost-window .btn-block-addclear .btn{
        margin: 0 0 10px!important;
        display: block;
    }
    .calculate-cost-window .btn-block-addclear > *{
        width: 100%;
    }
    .order-step ul li:first-child a {
        padding-left: 0;
    }
    .order-step ul li a {
        padding-left: 20px;
        font-size: 11px;
    }
    .spol_prder_detail{
        float: none;
    }

    .box-order-status-btn a {
        width: 100% !important;
    }

    .checkbox-wrapper .checkbox{
        width: 100%;
        margin-bottom: 20px;
    }

    .checkbox-wrapper .btn{
        width: 100%;
    }

    .set-window {
        width: 990px;
    }

    .complect-box-left {
        width: 59%;
    }

    .box-change-popup {
        width: 30%;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .calculate-map-block .add-cart {
        width: 70%;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .wrapper-button-calculate {
        height: 120px;
    }

    .wrapper-button-calculate > div{
        height: 120px;
        position: relative;
        bottom: inherit;
    }

}

@media (min-width: 992px){
    .set-window .main-block {
        /*height: 100%;*/
        /*display: -webkit-box;*/
        /*display: -webkit-flex;*/
        /*display: -moz-flex;*/
        /*display: -ms-flexbox;*/
        /*display: flex;*/
        /*-webkit-flex-wrap: wrap;*/
        /*-moz-flex-wrap: wrap;*/
        /*-ms-flex-wrap: wrap;*/
        /*flex-wrap: wrap;*/
        /*-webkit-align-content: center;*/
        /*-moz-align-content: center;*/
        /*-ms-flex-line-pack: center;*/
        /*align-content: center;*/
    }

}
@media (max-width: 992px){
    .wrapper-scroll.sp-horizontal .sp-arrows{
        top: 342px;
    }
    .sidebar-head {
        padding: 17px 10px;
        font-size: 14px;
    }
    .wrapper-ul-slider{
        height: 300px;
    }
    .set-window .description {
        width: 55%;
    }

    .login-page .wrapper-right{
        padding: 0;
    }

    .login-page .wrapper-left{
        padding: 0;
    }

    .wrapper-table-statistic tr:first-child td{
        font-size: 14px;
    }

    .wrapper-table-map.map-fixed tbody tr:first-child {
        padding-top: 0;
        top: 0;
        padding-left: 19%;
    }

    .calculate-cost-window .scroll-table {
        padding-right: 340px!important;
    }

    .calculate-cost-window .scroll-table .wrapper-table-statistic{
        width: 340px;
    }

    .spol_order .order-number span{
        display: block;
    }

    .pay .payment {
        width: 70%;
        margin-top: 20px;
    }

    .order-step ul li a{
        padding-top: 7px;
        line-height: 19px;
    }

    .order-step ul li:first-child a {
        padding-top: 16px;
    }

    .order-step-table tr td:nth-child(6){
        font-size: 16px;
    }

    .cart-popup .cart-table tr td:nth-child(2) {
        width: 245px;
    }

    .calculate-cost-window .btn-block-addclear .btn {
        width: 100%;
    }

    .sidebar-menu li a{
        font-size: 13px;
    }

    .complect-box-left .set-quad-block{
        /*width: 100%;*/
    }

    .set-window .btn{
        width: 345px!important;
    }

    .set-window{
        width: 96%;
    }

    .set-window .close {
        right: -17px;
    }

    .complect-box-right .product-info{
        margin-left: 0;
        padding-right: 10px;
    }

    .set-window .complect-images {
        min-height: 150px!important;
        height: 300px;
        line-height: 0;
        /*height: inherit;*/
    }
    .set-window .complect-images .product{
        max-height: 100%;
    }

    .complect-box-left {
        width: 50%;
    }

    .box-profile-img {
        max-width: 345px;
        right: 8px;
        bottom: 55px;
    }

    .complect-head .product-title {
        font-size: 22px;
    }

    .set-count{
        width: 100%;
    }

    .set-window .name{
        padding-left: 5px;
        font-size: 13px;
    }

    .title-block{
        font-size: 22px;
    }
    .title-block{
        top:-35px;
    }
}
@media (max-width: 767px){

    .wrapper-scroll.sp-horizontal .sp-arrows {
        top: 83%;
    }
    .wrapper-swipe{
        position: relative;
    }
    .wrapper-ul-slider {
        /*overflow: hidden;*/
    }
    .cart-popup .cart-table tr.title-cart-popup{
        display: none!important;
    }
    .wrapper-table-map.map-fixed tbody tr:first-child {
        padding-top: 10px;
    }
    .bx_my_order .bx_big.bx_bt_button_type_2{
        bottom: 0;
    }
    .wrapper-table-statistic tr:first-child td {
        font-size: 14px;
        line-height: 13px;
    }
    .calculate-cost-window .scroll-table .wrapper-table-statistic {
        width: 260px;
    }
    .calculate-cost-window .scroll-table {
        padding-right: 259px!important;
    }
    .requisites .big_requi .col-2 {
        padding: 20px;
    }
    .requisites .mini_text .col-2{
        padding: 20px;
    }
    .requisites .col-2{
        width: 49%;
    }
    .spol_order .sum-order {
        padding: 20px 0 0;
        float: none;
    }
    .spol_basket {
        width: 100%;
    }
    .order_status {
        width: 100%;
        margin-top: 20px;
    }
    .spol_prder_detail{
        display: block;
        float: none!important;
    }
    .pay .payment .buttons .button{
        width: 100%;
        margin-bottom: 10px;
        display: block;
    }
    .bx_my_order .bx_my_order_table tbody tr td{
        line-height: 25px;
    }
    .pay .payment .buttons .button:last-child{
        width: 100%;
    }
    .order-info-wrap a{
        width: 100%;
    }
    .pay .sections ul a{
        word-break: break-word;
    }
    .order-step ul li a {
        padding-top: 16px;
    }
    .order-sum{
        width: 30%;
        margin-bottom: 20px;
        text-align: left;
    }
    .order-count{
        width: 70%;
        margin-bottom: 20px;
        text-align: right;
    }
    .order-step {
        padding-bottom: 20px;
    }
    .add-new-form textarea{
        font-size: 14px;
    }
    body{
        max-width: 100%;
    }
    main{
        width: 100%;
        /*margin-right: -20px;*/
        /*padding-right: 20px;*/
        /*overflow-x: hidden;*/
    }
    .left-menu-catalog{
        width: 0;
        position: absolute;
        left: 15px;
        top: 60px;
        padding: 0;
        z-index: 3;
        overflow: hidden;
    }
    .complect-images-min{
        text-align: center;
    }
    .box-profile-img {
        right: 8px;
        left: 0;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .complect-box-right .product-info {
        min-height: 50px;
        padding-bottom: 20px;
    }
    .box-profile-img{
        position: relative;
        bottom: inherit;
        margin-bottom: 25px;
    }
    .set-window .btn{
        width: 100% !important;
        right: 0;
        position: relative;
    }
    .box-profile-img img{
        width: inherit;
    }
    .complect-images-min > div{
        width: 70px;
        float: none;
        display: inline-block;
    }
    .map-product .slider-pro{
        margin: 0 auto;
    }

    .catalog-sidebar {
        width: 300px;
        box-shadow: 0 0 9px rgba(0,0,0,.6);
    }

    .catalog-right-all{
        z-index: 2;
        background: white;
        overflow: hidden;
    }
    .product-quantity input[type="text"]{
        -webkit-border-radius:0;
        -moz-border-radius:0;
        border-radius:0;
    }
    .header-login-block {
        margin-bottom: -17px;
        padding: 25px 0;
    }

    .btn-mobile{
        top: 55px;
    }

    .product-box{
        max-width: 97%;
    }
    .cart-popup .cart-table tr,
    .cart-popup .cart-table tr td{
        width: 100% !important;
        padding: 4px 0;
        display: block!important;
        text-align: center;
    }

    .cart-popup .cart-table .product-quantity{
        width: 90px;
        margin: 0 auto;
    }

    .order-step-submit .form-btn {
        margin-bottom: 10px;
    }

    .cart-popup .cart-table .close {
        position: absolute;
        right: -5px;
        top: -5px;
    }

    .cart-popup .total-price-cart .calculate-slices {
        position: relative;
        top: inherit;
        right: inherit;
        display: inherit;
    }
    .pay .payment {
        width: 100%;
        float: none;
    }

    .pay .gray-title span {
        font-size: 14px;
    }
    #payers .drop-list-block, #contact .drop-list-block {
        min-height: 100px;
    }

    #address .drop-list-block {
        min-height: 100px;
    }
}

@media (max-width: 480px){
    .wrapper-scroll.sp-horizontal .sp-arrows {
        display: none;
    }

    .pay .sections ul li {
        font-size: 13px;
    }
    .title-block{
        border: 0;
    }
    .wrapper-ul-slider{
        height: inherit;
    }
    .bx_my_order .bx_big.bx_bt_button_type_2{
        width: 100%;
    }
    .bx_my_order .bx_big.bx_bt_button_type_2 {
        width: 100%!important;
        max-width: 100%;
    }
    .wrapper-ul-slider {
        position: relative;
        top: inherit;
        bottom: inherit;
    }

    .requisites .big_requi .col-2{
        width: 100%;
        height: inherit!important;
        float: none;
    }

    .requisites .col-2 {
        width: 100%;
    }

    .download ul span {
        display: block;
        width: 100%;
        margin-bottom: 11px;
        font-size: 13px;
    }

    .download ul a {
        padding: 6px 6%;
    }

    #payers .lk-main, #contact .lk-main {
        min-height: 100px;
    }

    #address .lk-main {
        min-height: 100px;
    }

    .lk-add-new .edit-btn {
        margin-top: 0;
    }

    .justify-align{
        display: block;
    }
    .response textarea{
        margin-top: 0!important;
    }

    .input-3 {
        width: 100%!important;
        display: block!important;
        margin: 0 0 16px!important;
    }

    .lk-add-new label{
        font-size: 14px;
    }
    .bx_my_order .bx_my_order_table .bx_item_list thead tr th {
        padding: 15px 4px 35px;
        font-size: 14px;
    }
    .content-order {
        padding: 15px 20px;
        font-size: 14px;
    }
    .order_header {
        padding: 18px 25px 15px;
    }
    .bx_my_order .bx_my_order_table .bx_item_list tbody tr td {
        padding: 0 5px 10px;
        font-size: 14px;
    }
    .bx_my_order .bx_my_order_table .bx_item_list tbody tr td a {
        font-size: 14px;
    }
    .bx_my_order .bx_my_order_table tbody tr td {
        line-height: 17px;
    }
    .fancybox-close {
        top: -25px!important;
        right: 5px!important;
    }
    .fancybox-opened .fancybox-inner{
        width: 100%!important;
    }
    .fancybox-opened {
        width: 96%!important;
        left: 2%!important;
    }
    /*.btn-add{*/
        /*margin: 10px auto 0;*/
        /*display: block!important;*/
        /*right: inherit;*/
        /*position: relative;*/
        /*float: none!important;*/
    /*}*/

    #article .product-box a img{
        vertical-align: inherit;
    }
    #article .product-box a{
        height: 113px;
    }

    .footer .wrap {
        width: 100%;
        margin: 0;
    }

    .product-description-box{
        font-size: 12px;
    }

    .catalog-block {
        padding: 20px 15px!important;
    }

    .catalog-block .catalog-wrap .section-box .product-img {
        height: 120px;
    }

    .main-first-block {
        padding: 30px 0!important;
    }

    .main-head {
        padding-bottom: 30px!important;
        font-size: 20px!important;
    }
    .main-description {
        padding-bottom: 15px;
        font-size: 16px;
    }

    .main-block-description{
        padding-left: 0!important;
    }

    .map-product .sp-mask.sp-grab{
        padding-top: 20px;
        max-width: 100%!important;
    }

    .sp-slides img {
        width: inherit;
        max-height: 200px;
    }

    .product-photo .sp-slide{
        line-height: inherit;
    }

    .product-description-block .product-price{
        width: 72px;
        font-size: 13px;
    }

    .product-quantity{
        /*width: 78px!important;*/
        min-width: 78px;
    }

    .product-quantity input[type="text"]{
        width: 25px;
    }

    .catalog-right-all.open{
        width: 0;
        padding: 0;
        overflow: hidden;
    }

    .product-quantity button{
        padding: 0;
    }

    body{
        min-width: 300px;
    }

    .set-window .main-block li{
        margin-top: 10px;
    }

    .set-window .img_wrapper {
        width: 30%;
    }

    .set-window .description {
        width: 66%;
        padding-left: 20px;
    }

    .complect-head{
        padding-bottom: 45px;
    }

    .complect-head .product-title {
        font-size: 18px;
    }

    .title-block {
        font-size: 18px;
    }

    .complects-list {
        width: 100%;
        margin: 0;
        float: none;
    }

    .sets .col-md-4:nth-child(2){
        width: 100% !important;
        float: none;
        border: 0;
    }
    .wrapper-ul-slider{
        border: 0;
    }
    .set-window .clearfix {
        padding-right: 0;
    }

    .product-code{
        /*width: 100%;*/
        /*float: none!important;*/
        /*left: 0;*/
        /*text-align: center;*/
        /*position: relative;*/
    }

    .product-quantity{
        /*width: 90px;*/
        /*margin: 5px auto!important;*/
        /*float: none!important;*/
        /*display: block!important;*/
    }

    .product-description-block .product-price{
        /*float: none!important;*/
        /*width: 100%;*/
        /*text-align: center;*/
    }

    .set-window .map-product-price {
        font-size: 25px;
        line-height: 68px;
    }
    .lk-main {
        padding: 10px 5px 10px;
    }

    .info-edit-box table tr td:nth-child(1) {
        font-size: 12px;
    }

    .info-edit-box table tr td:nth-child(2) {
        font-size: 12px;
    }

}


.section-description img{width: auto}
.product-description a{color: #2ba2e1; border-bottom: 1px solid;}
.product-description b{color: #2ba2e1;}


#order-pickup-map-window{
    width: 90%;
    margin: 0 auto;
    padding: 0 15px 15px;
    background: #FFF;
    position: relative;
}
#order-pickup-map-window .window-head{
    margin: 20px 0;
}
#order-pickup-map-window .map-wrapper{
}
#order-pickup-map{
    width: 100%;
    height:100%;
    min-height:300px
}
#order-pickup-map img {
    width: auto;
    margin-top: -2px;
    padding-left: 1px;
}

#order-pickup-map table.point-desc {}
#order-pickup-map table.point-desc td{padding: 3px; vertical-align: top}

.delivery-information{
    clear: both;
    margin: 10px 0;
    padding-left: 53px;
    background: url("../img/order/delivery-information.png") 5px 5px no-repeat;
}

.info{
    text-transform: none;
}

.pickup-point-warning {
    text-align: center;
    color: #d90000;
    margin-top: 30px;
}

.profiles-set-content{
    font-size: 14px;
}
.profiles-set-content h3 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 16px;
    color: #081f34;
    text-transform: uppercase;
}
.profiles-set-content > ul{
    list-style-type: none;
    padding-left: 0;
}
.profiles-set-content > ul ul{
}

#cookie-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #333;
    color: white;
    padding: 15px;
    text-align: center;
    z-index: 9999;
}

#cookie-banner button {
    background-color: #52A0DB;
    border: none;
    color: #0F2436;
    padding: 10px 20px;
    margin-left: 15px;
    cursor: pointer;
}

.popup-complect .img_wrapper img {
    width: 100%;
}