﻿/*====================================================
   Fonts
====================================================*/
@font-face {
   font-family: "RobotoRegular";
   src: url("fonts/RobotoRegular/RobotoRegular.eot");
   src: url("fonts/RobotoRegular/RobotoRegular.eot?#iefix")format("embedded-opentype"),
      url("fonts/RobotoRegular/RobotoRegular.woff") format("woff"),
      url("fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
   font-style: normal;
   font-weight: normal;
}

@font-face {
   font-family: "RobotoBold";
   src: url("fonts/RobotoBold/RobotoBold.eot");
   src: url("fonts/RobotoBold/RobotoBold.eot?#iefix")format("embedded-opentype"),
      url("fonts/RobotoBold/RobotoBold.woff") format("woff"),
      url("fonts/RobotoBold/RobotoBold.ttf") format("truetype");
   font-style: normal;
   font-weight: normal;
}

@font-face {
   font-family: 'RobotoBlack';
   src: url('fonts/RobotoBlack/roboto-black_allfont.ru-webfont.woff2') format('woff2'),
      url('fonts/RobotoBlack/roboto-black_allfont.ru-webfont.woff') format('woff'),
      url('fonts/RobotoBlack/roboto-black_allfont.ru-webfont.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}

@font-face {
   font-family: "GothamProRegular";
   src: url("fonts/GothamProRegular/GothamProRegular.eot");
   src: url("fonts/GothamProRegular/GothamProRegular.eot?#iefix")format("embedded-opentype"),
      url("fonts/GothamProRegular/GothamProRegular.woff") format("woff"),
      url("fonts/GothamProRegular/GothamProRegular.ttf") format("truetype");
   font-style: normal;
   font-weight: normal;
}

@font-face {
   font-family: "GothamProBold";
   src: url("fonts/GothamProBold/GothamProBold.eot");
   src: url("fonts/GothamProBold/GothamProBold.eot?#iefix")format("embedded-opentype"),
      url("fonts/GothamProBold/GothamProBold.woff") format("woff"),
      url("fonts/GothamProBold/GothamProBold.ttf") format("truetype");
   font-style: normal;
   font-weight: normal;
}

@font-face {
   font-family: "GothamProBlack";
   src: url("fonts/GothamProBlack/GothamProBlack.eot");
   src: url("fonts/GothamProBlack/GothamProBlack.eot?#iefix")format("embedded-opentype"),
      url("fonts/GothamProBlack/GothamProBlack.woff") format("woff"),
      url("fonts/GothamProBlack/GothamProBlack.ttf") format("truetype");
   font-style: normal;
   font-weight: normal;
}

@font-face {
   font-family: "BadScriptRegular";
   src: url("fonts/BadScriptRegular/BadScriptRegular.eot");
   src: url("fonts/BadScriptRegular/BadScriptRegular.eot?#iefix")format("embedded-opentype"),
      url("fonts/BadScriptRegular/BadScriptRegular.woff") format("woff"),
      url("fonts/BadScriptRegular/BadScriptRegular.ttf") format("truetype");
   font-style: normal;
   font-weight: normal;
}

@font-face {
   font-family: 'CorbelBold';
   src: url('fonts/Corbel/Corbel-Bold.eot');
   src: url('fonts/Corbel/Corbel-Bold.eot?#iefix') format('embedded-opentype'),
      url('fonts/Corbel/Corbel-Bold.woff') format('woff'),
      url('fonts/Corbel/Corbel-Bold.ttf') format('truetype');
   font-weight: bold;
   font-style: normal;
}

a{
	color:#000d42;
}

.header-contacts ul li {
   display: block;
}

.header-contacts ul li:first-child {
   padding-right: 0;
}

.bx-basket-fixed {
   position: static;
   margin-top: 43px;
   border: none;
   background: transparent;
   box-shadow: none;
}

.basket-line {
   min-height: 55px;
   position: relative;
}

.basket-line-block {
   white-space: normal;
   display: flex;
   padding-left: 0;
}

.bx-basket-fixed .basket-line-block {
   margin-left: 0;
}

.basket-total-price {
   display: block;
   margin-top: 20px;
}

.basket-icon {
   background-image: url(i/shopping-cart1.svg);
   background-repeat: no-repeat;
   background-size: contain;
   display: inline-block;
   width: 36px;
   height: 36px;
}

.basket-icon--white{
   background-image: url(i/shopping-cart1-white.svg);
   width: 30px;
   height: 30px;
}

.num-products {
   background: #83CAFB;
   font-weight: 700;
   font-size: 11px;
   font-family: 'RobotoRegular';
   color: #fff;
   border-radius: 50%;
   width: 18px;
   height: 18px;
   display: flex;
   align-items: center;
   justify-content: center;
   transform: translate(23px, -3px);
   box-shadow: -2px 2px 1px #ffffff;
}

.header-basket-mobile .bx-basket-fixed{
   margin-top: 0;
}

.header-basket-mobile {
   right: 160px;
   position: absolute;
   top: 5px;
   transition: all 0.5s;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -ms-transition: all 0.5s;
   -o-transition: all 0.5s;
}

.header-basket-mobile .num-products {
   width: 16px;
   height: 16px;
   font-size: 9px;
   background: #528BB9;
   box-shadow: -2px 2px 1px #0b2d3c;
}

.basket-count-desc {
   display: block;
   margin-top: 8px;
}

.bx-basket-item-list-container {
   background: #fff;
   max-height: 450px;
   padding: 25px;
}

.bx-basket-item-list-action{
   background: #f0f7fa;
   font-size: 0;
   cursor:auto;
   display: none;
}

.basket-angle{
    display: none;
    border: 10px solid transparent;
    border-bottom: 18px solid white;
    position: absolute;
    top: 33px;
    left: 20%;
}

.bx-opener .bx-basket-item-list {
   padding-bottom: 75px;
   width: 625px;
   position: absolute;
   right: 0;
   z-index: 25;
   border:none;
   box-shadow: -7px 5px 7px #cccccca8;
   background: #fff;
}

.bx-basket-item-list-item-status {
   font-size: 20px;
   font-weight: 400;
   margin: 0;
   padding: 0 0 20px 0;
   border-radius: 0px;
   background: transparent;
   text-align: left;
   white-space: normal;
   line-height: 1.1;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   -ms-border-radius: 0px;
   -o-border-radius: 0px;
   display: flex;
   justify-content: space-between;
}

.basket-close{
   height: 50px;
    width: 50px;
    position: absolute;
    top: 4px;
    right: 4px;
    box-sizing: border-box;
    line-height: 50px;
    display: inline-block;
    cursor:pointer;
}

.basket-close:before, .basket-close:after {
   transform: rotate(-45deg);
   content: '';
   position: absolute;
   top: 50%;
   left: 50%;
   margin-top: -5px;
   margin-left: -5px;
   display: block;
   height: 1px;
   width: 15px;
   background-color: #2a2a2a;
   transition: all .25s ease-out;
   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   -o-transform: rotate(-45deg);
}

.basket-close:after {
   transform: rotate(-135deg);
   -webkit-transform: rotate(-135deg);
   -moz-transform: rotate(-135deg);
   -ms-transform: rotate(-135deg);
   -o-transform: rotate(-135deg);
}

.bx-basket-block {
   display: flex;
   flex-direction: column;
}

.bx-basket-item-list-item-remove {
   top: -18px;
   left: -15px;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
   background-color: #a82c24;
}

.bx-basket-item-list-item-img img {
   border: none
}

.basket-all-box {
   min-height: 50px;
   color: #2a2a2a;
   display: flex;
   justify-content: space-between;
   border-top: 1px solid #ccc;
   padding: 30px 0;
}

.basket-all-title {
   font-size: 16px;
   font-weight: 400;
}

.basket-all-value {
   font-size: 20px;
   font-weight: 700;
}

.bx-basket-item-list-item {
   border: 1px solid #EBEBEB;
   padding: 25px 25px 10px;
   margin-bottom: 0;
   display: grid;
   grid-template-columns: 65px 70% 20%;
}

.bx-basket-item-list-item:not(:last-child) {
   border-bottom: none
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
   border-bottom: 1px solid #EBEBEB;
}

.bx-basket-item-list-item-name {
   padding: 15px 5px 15px 25px;
}

.bx-basket-item-list-item-name a {
   font-size: 16px;
   line-height: 1.1;
   color: #2a2a2a;
   text-decoration: none;
}

.bx-basket-item-list-item-name a:hover {
   text-decoration: underline;
}

.bx-basket-item-list-item-price-block {
   padding: 24px 0px 15px 1px;
   white-space: nowrap;
}

.basket-product-price {
   font-size: 16px;
   font-weight: 700;
   color: #2a2a2a
}

.basket-product-count {
   color: #ABABAB;
   font-size: 13px
}

.bx-basket-item-list-button-container {
   padding: 25px;
   border-top: none;
}

.bx-basket-item-list-button-container {
   text-align: right;
   bottom: 0;
   z-index: 26;
}

.bx-basket-item-list-button-container .btn-big {
   display: inline-block;
   padding: 15px 28px;
   width: auto;
   height: auto;
   text-align: center;
   background: #3C6588;
   border-radius: 5px;
   font-family: "RobotoRegular";
   font-size: 14px;
   line-height: 1;
   letter-spacing: 1px;
   color: #fff;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -ms-border-radius: 5px;
   -o-border-radius: 5px;
}

.bx-basket-item-list-button-container .btn-big:hover {
   background: #52ccfd;
}

.header-personal {
   position: absolute;
   top: 6px;
   height: 55px;
   padding-right: 35px;
   transition: all 0.5s;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -ms-transition: all 0.5s;
   -o-transition: all 0.5s;
}

.cabinet-menu {
   position: absolute;
   top: 30px;
   left: 0;
   z-index: 1000;
   display: none;
   float: left;
   min-width: 200px;
   padding: 5px 0;
   margin: 2px 0 0;
   list-style: none;
   font-size: 14px;
   background-color: #ffffff;
   border: 1px solid rgba(0, 0, 0, 0.15);
   box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
   background-clip: padding-box;
}

.header-personal a.cabinet-menu__link {
   color: #404040;
   border-bottom: none;
   display: block;
   padding: 10px 0 10px 15px;
}

ul.cabinet-menu li {
   padding: 0;
   margin: 0;
}

ul.cabinet-menu li:not(:last-child) {
   border-bottom: 1px solid #dadada;
}

ul.cabinet-menu li:before {
   display: none;
}

.header-personal:hover .cabinet-menu {
   display: block;
}

.header-personal a {
   border-bottom: 1px dashed #b8cfd9;
   color: #b8cfd9;
   text-decoration: none;
   font-size: 12px;
}

.header-personal a:hover {
   color: #52ccfd;
   border-color: #52ccfd;
}

.search-variants {
   position: relative;
   top: 8px;
   left: 0px;
   right: 0;
   z-index: 1000;
   max-height: 450px;
   overflow: hidden;
   padding-bottom: 10px;
}
 
div.title-search-result{
   box-shadow: 1.414px 1.414px 2px 0 rgb(23 26 31 / 20%);
   border:none
}

.filter-bottom .filter-apply{
   border:none
}

.catalog-rubrics-form .form-field input[type="text"], .catalog-rubrics-form input[type="text"]:-internal-autofill-selected{
   background-color: transparent!important;
}

.form-wrapper .errortext{
   font-size: 15px;
   line-height: 1.2;
}

.form-wrapper .form-result {
   font-size: 15px;
   padding: 10px 0;
   display: inline-block;
}
/*========================================
    MODAL
========================================*/

.overlay {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.5);
   z-index: 9000;
}

.modal-window {
   position: fixed;
   top: 100px;
   bottom: auto;
   right: auto;
   left: calc(50% - 150px);
   display: none;
   width: 310px;
   padding: 10px 25px 25px;
   background: #E4E4E4;
   overflow: visible;
   z-index: 9990;
   box-shadow: 0px 15px 15px 0px #07101a94;
}

.modal__title {
   margin: 0 0 18px;
   text-align: center;
   color: #A1271C;
   font-style: italic;
   font-size: 20px;
   font-weight: 400;
}

.modal__group {
   margin-bottom: 17px;
}

.modal-window label {
   display: block;
   margin-bottom: 5px;
   color: #313131;
}

.modal__input {
   width: 100%;
   height: 34px;
   padding-left: 15px;
   border: 1px solid #D8D8D8;
   outline: none;
   border-radius: 1px;
   font-size: 14px;
   -webkit-border-radius: 1px;
   -moz-border-radius: 1px;
   -ms-border-radius: 1px;
   -o-border-radius: 1px;
}

textarea.modal__input {
   min-height: 145px;
   resize: vertical;
}

.modal__link {
   display: block;
   margin-bottom: 10px;
   color: #333333;
   font-size: 12px;
}

.modal__link:hover {
   color: #5e5e5e;
}

.modal__link span {
   display: inline-block;
   width: 15px;
   height: 15px;
   margin-right: 10px;
   padding-left: 5px;
   border: 1px solid #b4b4b4;
   border-radius: 50%;
   vertical-align: baseline;
   color: #b4b4b4;
   font-size: 10px;
}

input[type="submit"].modal__btn {
   width: 100%;
   height: 40px;
   border: none;
   border-radius: 0px;
   color: #fff;
   font-size: 16px;
   font-weight: 500;
   background: #A1271C;
   transition: all .3s linear;
   margin-top: 25px;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   -ms-border-radius: 0px;
   -o-border-radius: 0px;
}

input[type="submit"].modal__btn:hover {
   background: #771d14
}

.modal__group.remember input[type="checkbox"] {
   -webkit-appearance: auto;
   margin-top: 5px;
}

.modal__group.remember {
   display: flex;
   margin-bottom: 10px;
}

.modal__group.remember label {
   display: flex;
   padding-left: 10px;
}

.modal-window__txt {
   color: #414141;
   font-size: 13px;
}

.modal-window__btns {
   margin-top: 30px;
   text-align: right;
}

.modal-window__btn {
   display: inline-block;
   padding: 10px 30px;
   margin-left: 5px;
   border-radius: 3px;
   color: #fd3a51;
   font-size: 16px;
   background: #fff;
   transition: all .3s linear;
}

.modal-window__btn:hover {
   color: #fff;
   background: #fd3a51;
}

.modal__label {
   display: inline-block;
   width: 120px;
   padding-top: 10px;
   vertical-align: top;
   font-weight: 400;
}

.close-btn.modal-close:before,
.close-btn.modal-close:after {
   content: '';
   position: absolute;
   top: 9px;
   left: 4px;
   width: 13px;
   height: 2px;
   background: #fff;
   transition: all 0.3s ease 0s;
}

.close-btn {
   top: -14px;
   right: -14px;
   background: #000;
   border-radius: 50%;
   border: 2px solid #fff;
   position: absolute;
   z-index: 9999;
}

.auth-box__row {
   margin: 20px 0;
}

.auth-box input[type="text"],
.auth-box input[type="password"] {
   max-width: 300px;
   height: 40px;
}

.auth-box input[type="checkbox"], input[type="checkbox"] {
   -webkit-appearance: auto;
}

.auth-box__note {
   margin-top: 15px;
}

.personal-section {
   display: flex;
   flex-wrap: wrap;
}

.personal-section__box {
   width: calc(100%/4 - 30px);
   margin: 15px;
}

.sale-personal-section-index-block {
   background-color: #52ccfd;
}

.main-profile-block-shown .form-group {
   max-width: 350px;

}

.main-profile-block-shown .form-group input[type="text"],
.main-profile-block-shown .form-group input[type="password"],
.form-group input[type="password"],
.form-group input[type="text"] {
   height: 40px;
}

.main-profile-block-shown .form-group+.form-group,
.form-group+.form-group {
   margin-top: 30px;
}

.bx_profile .col {
   margin-top: 50px;
   display: flex;
}

.bx_profile .col input[type="submit"]+input[type="submit"] {
   margin-left: 50px;
}

 .col input[name="reset"] {
   background: #d2d2d2;
   text-decoration: none;
}

.col input[name="reset"]:hover {
   background: #52ccfd;
   color:#fff
}

.orders-list .col {
   display: flex;
   flex-direction: column;
}

.basket-items-list-wrapper,
.basket-items-list-wrapper-compact {
   background: #ffffff;
}

.basket-item-amount-btn-plus:hover:before,
.basket-item-amount-btn-plus:hover:after,
.basket-item-amount-btn-minus:hover:after {
   background-color: #1d1d1d;
}

.basket-item-amount-btn-plus:hover,
.basket-item-amount-btn-minus:hover {
   background-color: transparent;
}

.basket-btn-checkout {
   display: block;
   width: 225px;
   max-width: 100%;
   height: 54px;
   text-align: center;
   background: #12668a;
   border-radius: 3px;
   font-family: "RobotoBold";
   font-size: 16px;
   line-height: 1;
   letter-spacing: 1px;
   color: #fff;
}

.basket-btn-checkout:hover {
   background: #52ccfd;
}

.basket-items-list-item-container .basket-item-block-actions {
   opacity: 0;
}

.basket-items-list-item-container:hover .basket-item-block-actions {
   opacity: 1;
}

.basket-checkout-block-btn {
   padding-left: 30px;
}

input.basket-item-amount-filed,
.basket-item-block-amount.disabled input.basket-item-amount-filed:hover {
   padding: 0;
   width: 60px;
   height: 28px;
   outline: 0;
   border: 1px solid #e4e4e4;
   border-radius: 1px;
   vertical-align: middle;
   text-align: center;
   transition: 300ms all ease;
}

.bx-soa-section {
   background: #fff;
}

.bx-closed .bx-basket-item-list{
   display: none;
}

.list-profiles{
 display: flex;
}

.list-profile-titles {
   max-width: 250px;
   width: 100%;
}

.list-profile-values {
   max-width: calc(100% - 250px);
   width: 100%;
}

.list-profile-title__box, .list-profile-value__box {
   padding: 15px 0;
}

.list-profile-title__box:not(:last-child), .list-profile-value__box:not(:last-child) {
   border-bottom: 1px solid #dadada;
}

.list-profiles +.list-profiles{
   margin-top: 70px;
}

.sale-personal-profile-list-change-button{
   border-bottom: none;
}

.sale-personal-profile-list-change-button:hover{
   border-bottom:none
}

.section-title__box h4{
   font-weight: bold;
}

.buttons__box{
   display: flex;
   margin-top: 50px;
}

.buttons__box input + input{
   margin-left: 30px;
}

.buttons__box .submit-apply{
   display: none;
}

a.sale-order-list-cancel-payment{
   display: none;
}

.sale-order-detail-payment-options-methods-container:before{
   display: none;
}

.sale-order-detail-section-title{
   font-size: 16px;
   padding: 20px 15px;
}

.sale-order-detail-more-info-details-title{
   color:#333
}


.sale-order-detail th, .sale-order-detail td{
   vertical-align: middle;
}
.sale-order-payment-cancel, .sale-order-detail-payment-options-methods-info-change-link, .sale-order-detail-show-link, .sale-order-detail-hide-link{
   text-decoration: none!important;
}

.sale-order-payment-cancel:hover, .sale-order-detail-payment-options-methods-info-change-link:hover, .sale-order-detail-show-link:hover, .sale-order-detail-hide-link:hover{
   border-color: transparent
}

.sale-order-detail-card .btn.btn-primary, .sale-order-detail-card .btn.btn-link{
   display: inline-block;
   padding: 15px 28px;
   width: auto;
   height: auto;
   text-align: center;
   background: #3C6588;
   border-radius: 5px;
   font-family: "RobotoRegular";
   font-size: 14px;
   line-height: 1;
   letter-spacing: 1px;
   color: #fff;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -ms-border-radius: 5px;
   -o-border-radius: 5px;
}

.sale-order-detail-card .btn.btn-link{
   background: #d2d2d2;
   text-decoration: none;
}

.sale-order-detail-card .btn.btn-primary:hover, .sale-order-detail-card .btn.btn-link:hover {
   background: #52ccfd;
}

.sale-order-detail-order-item-img-container{
   border:none!important
}

.sale-order-detail-total-payment-list-left li:before,.sale-order-detail-total-payment-list-right li:before{
   display: none;
}

.sale-order-detail-order-item-properties a, .sale-order-detail-order-item-properties, .sale-order-detail th, .sale-order-detail td{
   font-size: 14px;
}

.bx-order-cancel input[type="submit"]{
   margin: 25px 0;
}

.bx-order-cancel  .btn.btn-link{
   background: #fff;
   color: #12668a;
   transition: all 0.2s ease 0s;
   text-decoration: underline;
   font-size: 14px;
   padding: 0;
}

.bx-order-cancel  .btn.btn-link{
   text-decoration: none;
}

textarea[name="REASON_CANCELED"]{
   margin-top: 10px;
}

.sale-order-detail-section-title{
   border: 1px solid #52ccfd;
   background: rgb(82 204 253 / 85%);
   color:#fff;
}

input.hidden{
   display: none;
}

.tocart-form .modal-inner{
   width: 500px;
   padding: 30px;
}

.tocart-form svg {
   width: 90px;
   height: 90px;
}

.tocart-form svg path{
   fill: #3C6588
}

.tocart-form .form-wrapper{
   text-align: center;
}

.tocart-btns{
   display: flex;
   justify-content: space-around;
}

.tocart-btns .btn{
   width: 160px;
   height: 35px;
   font-size: 13px;
   line-height: 34px;
}

.tocart-desc {
   margin: 15px 0 25px; 
   font-size: 14px;
}

.bx-basket-item-list-container::-webkit-scrollbar {
  height: 1px;
  width: 3px;
  background-color: #e9e9eb;
}

.bx-basket-item-list-container::-webkit-scrollbar-thumb {
  height: 1px;
  background-color: #3C6588;
}

ol.search-result-list li::marker{
  font-size: 0;
}

.number-marker{
   font-size: 14px;
   padding-right: 5px;
   margin-left: -25px;
   display: inline-block;
}

.filter-panel .filter .radio-wrapper label, .filter-panel .filter .checkbox-wrapper label{
   font-family: "RobotoRegular", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

.filter-bottom .filter-reset.btn-light {
   display: inline-block;
   background: transparent;
   border-radius: 3px;
   border: 1px solid #404040;
   text-align: center;
   font-family: "RobotoBold";
   font-size: 12px;
   color: #404040;
   position: relative;
   overflow: hidden;
   height: 34px;
    font-size: 14px;
    padding: 0;
    width: 110px;
    line-height: 32px;
    text-decoration: none;
}

.filter-bottom .filter-reset.btn-light:hover {
   background: #404040;
   color: #fff;
}

.filter-wrapper .bx-filter .bx-filter-section{
   padding-top: 0;
}

.radio-wrapper input[name="form_radio_PERSON"] {
    opacity: 0;
    z-index: 3;
    position: absolute;
    top: 6px;
    left: 30px;
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
    cursor: pointer;
}

.towns-form ul li a:hover{
   cursor: pointer;
} 

@media (max-width: 479px){
   .radio-wrapper input[name="form_radio_PERSON"]{
      left: 0;
   }
}

@media (min-width: 768px) {
   .basket-items-list-item-remove.hidden-xs {
      display: block !important;
   }

   .visible-xs {
      display: none !important;
   }

   .header-basket-mobile{
      display: none;
   }
}


@media (min-width: 900px){
   .list-profile-title__box, .list-profile-value__box{
      max-height: 50px;
      text-overflow: ellipsis;
    overflow: hidden;
   }
}

@media only screen and (max-width: 1200px) {
   .personal-section__box {
      width: calc(100%/3 - 20px);
      margin: 10px;
   }

   .basket-line-block-right{
      display: none;     
   }

   .bx-basket-fixed{
      width: 45px;
   }
}

@media only screen and (max-width: 1024px) {
   .header-personal a {
      font-size: 0;
      width: 27px;
      height: 27px;
      background-image: url(i/user-white.png);
      background-size: 22px;
      background-position: center;
      display: block;
      border-radius: 50%;
      border: 2px solid #fff;
   }

   .header-personal {
      right: 90px;
      top: 16px;
   }
}

@media only screen and (max-width: 992px) {
   .personal-section__box .sale-personal-section-index-block {
      margin: 0;
   }
}

@media only screen and (max-width: 900px){
   .list-profile-titles{
      display: none;
   }

   .list-profile-values {
      max-width: 100%;
      width: 100%;
  }
}

@media only screen and (max-width: 767px) {

   .modal-window.modal-window--agree {
      position: absolute;
      top: 165%;
      left: 1%;
      width: 98%;
   }

   .header-personal {
      right: 0px;
      z-index: 99;
       padding-right: 20px;
   }

   .basket-items-list-item-remove.hidden-xs {
      visibility: hidden !important;
   }

   .header-middle .header-basket.desktop-block{
      display: none;
   }

   .header-basket-mobile {
      right: 70px;
  }

}

@media only screen and (max-width: 680px) {

   .personal-section__box {
      width: calc(100%/2 - 30px);
   }

   .modal-window {
      width: 290px;
      top: 30px;
      left: calc(50% - 145px);
      padding: 15px;
      max-height: 90%;
      overflow: scroll;
   }

   .close-btn {
      top: 10px;
      right: 10px;
   }

   .modal__title {
      font-size: 18px;
      margin-bottom: 10px;
   }

   .modal__group {
      margin-bottom: 10px;
   }

   .modal__group label {
      margin-bottom: 0;
   }

   .modal__input {
      height: 32px;
   }

   .modal__btn {
      height: 36px;
      margin: 10px 0;
      font-size: 18px;
   }

   .modal__group .modal__label {
      display: block;
      margin-bottom: 15px;
   }
}

@media only screen and (max-width: 580px) {
   .buttons__box input + input, .bx_profile .col input[type="submit"]+input[type="submit"] {
      margin-left: 0;
      margin-top: 25px;
   }

   .buttons__box, .bx_profile .col {
      flex-direction: column;
   }

   .basket-btn-checkout {
      width: 100%;
      max-width: 100%;
      padding-left: 0;
   }
}

@media only screen and (max-width: 480px) {
   .personal-section__box {
      width: 100%;
   }

   .number-marker{
      font-size: 18px;
      margin-left: 0;
   }
}

.price-list-name {
   max-width: 200 !important;
}
.price-list-usage {
   max-width:220px !important;
}

@media (max-width: 1024px) {
   .menu-towns {
      display: inline-flex;
   }
}

@media (max-width: 440px){
   .tocart-btns {
      flex-direction: column; 
      align-items: center; 
  }
}

.tocart-btns .btn.btn-continue{
   margin-top: 10px;
}
/*====================================================
   .tags-list
====================================================*/
.tags-list-wrapper {margin-bottom: 45px;}
  /* mobile-toggler*/
   .tags-list-toggler {display: none; position: absolute; top: 0; right: 0; width: 42px; height: 42px; z-index: 2;}
      .tags-list-toggler div {width: 100%; height: 100%; position: relative; transition: all 0.3s ease 0s;}
      .tags-list-toggler.active div {-webkit-transform: rotateX(180deg); moz-transform: rotateX(180deg); transform: rotateX(180deg);}
         .tags-list-toggler div:before, .tags-list-toggler div:after {content: ''; display: block; position: absolute; top: 50%; left: 50%; width: 2px; height: 8px; background: #fff; border-radius: 0; transition: all 0.2s ease 0s;}
         .tags-list-toggler div:before {margin: -3px 0 0 -4px;transform: rotate(-45deg);}
         .tags-list-toggler div:after {margin: -3px 0 0 1px;transform: rotate(45deg);}
   /*list*/
   .tags-list {margin-bottom: 20px;}
   .tags-list:last-of-type {margin-bottom: 0;}
      .tags-list-content {position: relative;}
         .tags-list ul {display: block; margin: 0 0 0 -10px; padding: 0;}
         .tags-list ul.tags-list-hidden {display: none;}
            .tags-list li {float: left; padding: 0 0 0 10px;}
            .tags-list li, .tags-list li:last-child {margin: 0 0 10px;}
               .tags-list li:before {display: none;}
               .tags-list a {display: block; height: 34px; font-size: 14px; line-height: 29px;}
                  .tags-list a span {line-height: 1.2; vertical-align: middle;}

   .tags-list-title {font-family: "RobotoBold";}
   .tags-list .tags-list-more {display: inline-block; vertical-align: top; width: auto; height: auto; padding: 5px 0; font-size: 13px; line-height: 1; cursor: pointer;}

   /* .tags-list.tags-list--short */
   .tags-list.tags-list--short {margin-bottom: 0;}
      .tags-list.tags-list--short > * {display: inline-block; vertical-align: middle;}
      .tags-list.tags-list--short .tags-list-title {margin-bottom: 10px; margin-right: 10px;}
      .tags-list.tags-list--short ul {margin-right: 10px;}
      .tags-list.tags-list--short .tags-list-more {margin-bottom: 10px;}

   /* modal-functional */
   .modal-functional {}
      .modal-functional .fancybox-close {width: 24px; height: 24px; background: none; top: 7px; right: 8px;}
         .modal-functional .fancybox-close:before, .modal-functional .fancybox-close:after {display: block; content: ''; font-size: 0; position: absolute; top: 11px; left: 4px; width: 18px; height: 2px; background-color: #000; transition: all 0.3s ease 0s;}
         .modal-functional .fancybox-close:before { transform: rotate(45deg);}
         .modal-functional .fancybox-close:after { transform: rotate(-45deg);}
            .modal-functional .fancybox-close:hover:before, .modal-functional .fancybox-close:hover:after {background-color: #e31e24;}
   /* .modal-tags-list */
   .modal-tags-list {max-width: 1070px; padding: 20px;}
      .modal-tags-list .tags-list {margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px dashed #52ccfd;}
         .modal-tags-list h3, .modal-tags-list .h3 {margin-bottom: 10px;}

@media all and (max-width: 1024px) {
   .tags-list-wrapper {margin-bottom: 30px;}
}
@media all and (min-width: 479px) {
   .tags-list.tags-list--short .tags-list-more.only-mobile {display: none;}
  .modal-tags-list .tags-list:last-child {border-bottom: 0;}
}
@media all and (max-width: 479px) {
   .tags-list-wrapper {margin-bottom: 40px;}
      .tags-list-wrapper h3, .tags-list-wrapper .h3 {font-size: 16px; margin-bottom: 11px;}
      .tags-list:not(.not-collapses) {height: 42px; overflow: hidden; position: relative; margin-bottom: 20px; transition: height 0.3s ease 0s;}
      .tags-list:last-of-type {margin-bottom: 0;}
         .tags-list-toggler {display: block;}
         .tags-list ul {margin: 0; position: relative; z-index: 1;}
         .tags-list ul.tags-list-hidden {display: block !important; padding-top: 10px;}
            .tags-list li {float: none; display: block; padding: 0;}
            .tags-list ul li:last-child {margin: 0;}
               .tags-list li a:not(.not-collapses) {display: block; height: 42px; line-height: 37px; text-align: left; padding-right: 42px;}
      .tags-list.tags-list--short .tags-list-title {display: none;}
      .tags-list.tags-list--short ul {display: none;}
      .tags-list.tags-list--short .tags-list-more.only-desktop {display: none;}
      .tags-list.tags-list--short .tags-list-more.only-mobile {display: block; width: 100%; height: 42px; font-size: 14px; line-height: 37px; text-decoration: none; text-align: center; color: #fff; border-radius: 3px; margin: 0; padding: 0 12px; background: #12668a;}
         .tags-list.tags-list--short .tags-list-more.only-mobile:hover {background: #52ccfd;}

      /* .modal-tags-list */
      .modal-tags-list h3, .modal-tags-list .h3 {font-size: 16px;}
      .modal-tags-list .tags-list {padding-bottom: 0; border-bottom: 0;}
         .modal-tags-list .tags-list ul {margin-bottom: 15px;}
}

.user-auth-form-link{
	cursor: pointer;
}

.colors-list-slider-rows.slick-vertical .slick-arrow{
   font-size: 0;
}

.info-list{
   margin-top: 50px;
}

/*Спецпокрытие*/
body{
	background:url("i/bg-concrete.jpg") 0 0 repeat;
}
.container{
	width:1200px;
	margin:0 auto;
	/*background:#fff;*/
	padding:15px 30px;
}
.header{
	margin:30px 0 0 0;
}
.header-panel{
	display:flex;
	width:100%;
	min-height:90px;
}
.header-col{
	display:flex;
	width:100%;
}
.header-col.right{
	flex-direction:column;
	justify-content:center;
	margin-left:20px;
}
.header-search{
	width:100%;
}
.header-contacts{
	display:flex;
	width:100%;
	justify-content:space-around;
    align-items:center;
}
.header-phone a{
	font-size:32px;
	font-weight:600;
	color:#404040;
	text-decoration:none;
}
.header-phone a:hover{
	text-decoration:underline;
}
.header-email a{
	font-size:16px;
	font-weight:600;
	color:#404040;
	text-decoration:none;
}
.header-email a:hover{
	text-decoration:underline;
}
.header-search{
	margin:0 0 10px 0;
}
.header-search input[type=text]{
    line-height:20px;
    border:1px solid #ccc;
    border-radius:5px;
    padding:3px 5px;
    width:100%;
}
.header-search input[type=submit]{
	display:none;
}
.header-menu{
	background:#000d42;
	margin:20px 0 0;
}
.header-menu > ul{
	width:1200px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
    align-items:center;
    flex-wrap:nowrap;
	list-style:none;
	padding:0;
}
.header-menu ul li{
	padding:0 20px;
	flex-grow:1;
	text-align:center;
	position:relative;
}
.header-menu ul li:hover{
	background: rgb(22,73,137);
	background: -moz-linear-gradient(0deg, rgba(22,73,137,1) 0%, rgba(54,104,166,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(22,73,137,1) 0%, rgba(54,104,166,1) 100%);
	background: linear-gradient(0deg, rgba(22,73,137,1) 0%, rgba(54,104,166,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000d42",endColorstr="#3668a6",GradientType=1);
}
.header-menu ul li.request{
	background:#de2e31;
}
.header-menu ul li.request:hover{
	background: rgb(220,36,41);
	background: -moz-linear-gradient(0deg, rgba(220,36,41,1) 0%, rgba(214,116,99,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(220,36,41,1) 0%, rgba(214,116,99,1) 100%);
	background: linear-gradient(0deg, rgba(220,36,41,1) 0%, rgba(214,116,99,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dc2429",endColorstr="#d67463",GradientType=1);
}

.header-menu ul li ul{
    display: none;
    flex-direction: column;
    position: absolute;
    background:#000d42;
    width:auto;
    justify-content:space-between;
    align-items:center;
    flex-wrap:nowrap;
	list-style:none;
	padding:0;
}
.header-menu ul li{
    width:100%;
    padding:0;
}
.header-menu ul li a{
    width:100%;
    display:block;
}
.header-menu > ul li ul li:last-child{
    background:none;
}
.header-menu > ul li ul li:last-child:hover{
    background: rgb(22,73,137);
	background: -moz-linear-gradient(0deg, rgba(22,73,137,1) 0%, rgba(54,104,166,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(22,73,137,1) 0%, rgba(54,104,166,1) 100%);
	background: linear-gradient(0deg, rgba(22,73,137,1) 0%, rgba(54,104,166,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000d42",endColorstr="#3668a6",GradientType=1);
}
.header-menu ul li:hover ul{
    display: flex;
}

/*
.header-menu ul li:after{
	content:"";
	width:1px;
	height:100%;
	display:block;
	position:absolute;
	right:0;
	top:0;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 15%, rgba(255,255,255,0.5046393557422969) 50%, rgba(255,255,255,0) 85%);
	background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 15%, rgba(255,255,255,0.5046393557422969) 50%, rgba(255,255,255,0) 85%);
	background: linear-gradient(0deg, rgba(255,255,255,0) 15%, rgba(255,255,255,0.5046393557422969) 50%, rgba(255,255,255,0) 85%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
*/
.header-menu ul li a{
	color:#fff;
	font-size:18px;
	font-weight:600;
	line-height:22px;
	text-decoration:none;
	width:100%;
	height:100%;
}
.main-image{
	width:100%;
	height:600px;
	background:url("i/main.jpg") 0 50% no-repeat;
	background-size:cover;
	position:relative;
}
/*
.main-image .division:before{
	display:block;
	position:absolute;
	width:100%;
	height:600px;
	content:"";
	background-color:#000d428c;
	top:0;
	left:0;
}
*/
.main-image .division{
	width:1200px;
	margin:0 auto;
	position:relative;
}
.main-image .division ul{
	display:flex;
	width:100%;
	justify-content:space-between;
    align-items:center;
    flex-wrap:nowrap;
	list-style:none;
	padding:0;
	position:absolute;
	top:400px;
	left:0;
}
.main-image .division ul li{
	padding:30px 50px;
	border-radius:12px;
}
.main-image .division ul li a{
	color:#fff;
	font-size:26px;
	font-weight:600;
	line-height:30px;
	text-decoration:none;
}
.main-image .division ul li:nth-child(1){
	background:#d5882eee;
}
.main-image .division ul li:nth-child(1):hover{
	background:#9e6726;
}
.main-image .division ul li:nth-child(2){
	background:#59bc61ee;
}
.main-image .division ul li:nth-child(2):hover{
	background:#459e4d;
}
.main-image .division ul li:nth-child(3){
	background:#b3b657ee;
}
.main-image .division ul li:nth-child(3):hover{
	background:#979a47;
}
.mainpage h2{
	font-size:32px;
	font-weight:600;
	text-align:center;
	padding:30px 0 20px 0;
}
.wrapper .left-col{
	width:50%;
	margin-right:10px;
}
.wrapper .right-col{
	width:50%;
	margin-left:10px;
}
.wrapper .right-col > img,
.wrapper .left-col > img{
	width:100%;
	height:auto;
}
.wrapper .left-col p{
	margin-bottom:10px;
}
.wrapper{
	display:flex;
}
.wrapper.about-us ol,
.wrapper.individual ol{
	counter-reset: index; 
}
.wrapper.about-us ol li,
.wrapper.individual ol li{
	counter-increment: index; 
	display: flex;
	align-items: center;
	padding: 12px 0;
	box-sizing: border-box;
}
.wrapper.about-us ol li::before,
.wrapper.individual ol li::before{
	content: counters(index, ".", decimal-leading-zero);
	font-size: 28px;
	text-align: right;
	font-weight: bold;
	min-width: 50px;
	padding-right: 12px;
	font-feature-settings: "tnum";
	font-variant-numeric: tabular-nums;
	align-self: flex-start;
	background-image: linear-gradient(to bottom, aquamarine, orangered);
	background-attachment: fixed;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.wrapper.about-us ol li + li,
.wrapper.individual ol li + li{
	border-top: 1px solid rgba(0,0,0,0.2);
}
.wrapper.benefits{
	display:flex;
	margin-top:20px;
}
.wrapper.benefits .benefits-item{
	width:25%;
	height:160px;
	padding:10px;
	color:#fff;
	border-radius:12px;
}
.wrapper.benefits .benefits-item h3{
	font-size:21px;
	margin-top:10px;
	line-height:23px;
    min-height:60px;
	font-weight:600;
	border-bottom:rgba(255,255,255,0.2) 1px solid;
}
.wrapper.benefits .benefits-item + .benefits-item{
	margin-left:10px;
}
.wrapper.benefits .benefits-item:nth-child(1){
	background-image: linear-gradient(to bottom, #de1019, #b12026);
}
.wrapper.benefits .benefits-item:nth-child(2){
	background-image: linear-gradient(to bottom, #c77511, #9e6219);
}
.wrapper.benefits .benefits-item:nth-child(3){
	background-image: linear-gradient(to bottom, #56bc5f, #3e8745);
}
.wrapper.benefits .benefits-item:nth-child(4){
	background-image: linear-gradient(to bottom, #aeaf4b, #898a3a);
}
.wrapper.benefits .benefits-item:nth-child(5){
	background-image: linear-gradient(to bottom, #946dad, #68467e);
}
.quality-image-bg{
	background:url("i/Plant.jpg") 0 50% no-repeat;
	background-size:cover;
}
.quality-color-bg{
	background-image: linear-gradient(to bottom, #000d4233, #000d42);
}
.wrapper.quality{
	width:1200px;
	margin:0 auto;
	flex-direction:column;
	padding-bottom:40px;
}
.wrapper.quality p{
	margin-top:300px;
	padding:0 20% 20px;
	font-size:16px;
	color:#fff;
}
.wrapper.quality a{
	width:200px;
	padding:15px;
	background:#fff;
	color:#000d42;
	font-size:17px;
	font-weight:600;
	margin:0 auto;
	text-align:center;
	display:block;
	text-decoration:none;
	border-radius:12px;
}
.wrapper.quality a:hover{
	background:#000d42;
	color:#fff;
	padding:14px;
	border:1px solid #fff;
}

.wrapper.support form{
	background:#b6d6ff;
	border-radius:20px;
	padding:20px;
}
.wrapper.support .input-container {
	position:relative;
	width:100%;
	margin-top:30px;
}

.wrapper.support .input {
	background:#fff;
	border:0;
	border-radius:12px;
	color:#333;
	height:100%;
	outline:0;
	padding:4px 20px 0;
	width:100%;
	font-size:16px;
	min-height:50px;
}

.wrapper.support .textarea {
	height:auto;
	padding-top:15px;
}

.wrapper.support .cut {
	background-color:#b6d6ff;
	border-radius:10px;
	height:20px;
	left:20px;
	position:absolute;
	top:-20px;
	transform:translateY(0);
	transition:transform 200ms;
	width:76px;
}

.wrapper.support .input-firstname .cut{
	width:71px;
}
.wrapper.support .input-phone .cut{
	width:87px;
}
.wrapper.support .input-email .cut{
	width:77px;
}
.wrapper.support .input-question .cut{
	width:79px;
}

.wrapper.support .input:focus ~ .cut,
.wrapper.support .input:not(:placeholder-shown) ~ .cut {
	transform:translateY(8px);
}

.wrapper.support .placeholder {
	color:#7a8290;
	left:20px;
	line-height:14px;
	pointer-events:none;
	position:absolute;
	transform-origin:0 50%;
	transition:transform 200ms, color 200ms;
	top:20px;
}

.wrapper.support .input:focus ~ .placeholder,
.wrapper.support .input:not(:placeholder-shown) ~ .placeholder {
	transform:translateY(-30px) translateX(10px) scale(0.75);
}

.wrapper.support .input:not(:placeholder-shown) ~ .placeholder {
	color:#808097;
}

.wrapper.support .input:focus ~ .placeholder {
	color:#000d42;
}

.wrapper.support .submit {
	background-color:#000d42;
	border-radius:12px;
	border:0;
	color:#eee;
	cursor:pointer;
	font-size:18px;
	height:50px;
	margin-top:38px;
	// outline:0;
	text-align:center;
	width:100%;
}

.wrapper.support .submit:active {
  background-color:#0066bb;
}
.wrapper.support h3{
	font-size:18px;
    font-weight:600;
}
.wrapper.support p{
	font-size:15px;
}
/*
.wrapper.contacts{
	text-align:center;
}
.wrapper.contacts a{
	text-decoration:none;
	color:#333;
}
.wrapper.contacts a:hover{
	text-decoration:underline;
}
.wrapper.contacts .phone-number{
	font-size:30px;
	font-weight:600;
}
.wrapper.contacts .schedule{
	font-size:17px;
	color:#aaa;
}
.wrapper.contacts .email-number{
	font-size:20px;
	font-weight:600;
}
.wrapper.contacts .email{
	margin-top:20px;
}
.wrapper.contacts .adress .title{
	font-size:20px;
	font-weight:600;
}
.wrapper.contacts .adress .adress-text{
	font-size:16px;
	font-weight:600;
}
.wrapper.contacts .messagers{
	margin-top:20px;
}
*/
.mainpage-map{
	padding:0;
	position:relative;
}
.wrapper.contacts{
	flex-direction:column;
	position:absolute;
	top:100px;
	width:380px;
	height:400px;
	background:#fff;
	padding:20px;
	border-radius:12px;
	border:1px solid #ccc;
	margin-left:20px;
}
.wrapper.contacts .contacts-row{
	font-size: 16px;
}
.wrapper.contacts .contacts-row span{
	font-weight:600;
}
h1{
	font-size:32px;
    font-weight:600;
    margin:30px 50px 40px 50px;
}
.main-row{
    display:flex;
}
.main-row > div{
    width:33.33%;
}
.main-row .left-col{
    display:flex;
    flex-direction:column;
    text-align:center;
    padding:20px 20px 20px 0;
}
.main-row .left-col .docs{
    display:flex;
    justify-content:center;
    margin:30px 0 0 0;
}
.main-row .left-col .docs .doc-item{
    width:15%;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:center;
    padding:10px 15px 0 15px;
    margin:0 15px;
}
.main-row .left-col .docs .doc-item a{
    color:#333;
    text-decoration:none;
    padding:10px;
    border-radius:5px;
    line-height:17px;
}
.main-row .left-col .docs .doc-item a:hover{
    background:#00000011;
}
.main-row .left-col .docs .doc-item img{
    width:42px;
}
.main-row .left-col .docs .doc-item span{
    font-size:13px;
    line-height:15px;
}
.main-row .center-col{
    display:flex;
    flex-direction:column;
    flex-wrap:nowrap;
    align-items:center;
    justify-content:space-between;
    padding:20px;
}
.main-row .center-col .short-desc{
    font-size:17px;
}
.main-row .center-col .request-wrapper{
    margin-bottom:25px;
}
.main-row .center-col .request-wrapper .price{
    font-size:22px;
    font-weight:900;
    color:#de2e31;
    margin:0 0 20px 0;
}
.main-row .center-col .request-wrapper .request{
    text-align:center;
}
.main-row .center-col .request-wrapper .request a{
    padding:10px 20px;
    background:#de2e31;
    color:#fff;
    text-decoration:none;
    text-transform:uppercase;
    font-weight:900;
    border-radius:5px;
}
.main-row .center-col .request-wrapper .request a:hover{
    background:#de2e31cc;
}
.main-row .right-col{
    padding:20px 0 20px 20px;
}
.main-row .right-col .char{
    font-size:17px;
    width:100%;
    height:100%;
    border:2px solid #000d42;
    border-radius:20px;
    padding:15px;
    line-height:19px;
    color:#000d42ee;
}
.main-row .right-col .char ul{
    list-style-type:none;
}
.main-row .right-col .char ul li{
    margin:8px 0;
}
.main-row .right-col .char ul li + li{
    border-top:1px solid rgba(0,0,0,0.1);
    padding:10px 0;
}

.desc-row .tabs {
  position: relative;
  margin: 3rem 0;
  height: 14.75rem;
}
.desc-row .tabs::before,
.desc-row .tabs::after {
  content: "";
  display: table;
}
.desc-row .tabs::after {
  clear: both;
}
.desc-row .tab {
  float: left;
}
.desc-row .tab-switch {
  display: none;
}
.desc-row .tab-label {
  position: absolute;
  display: block;
  line-height: 40px;
  height: 40px;
  padding: 0 1em;
  background: #000d42;
  color: #fff;
  cursor: pointer;
  top: 0;
  transition: all 0.25s;
  font-size:16px;
  width:260px;
  text-align:center;
}
.desc-row .tab-label:hover {
  top: -5px;
  transition: top 0.25s;
  height:45px;
}
.desc-row .tab:nth-child(1) .tab-label{
	left:0;
}
.desc-row .tab:nth-child(2) .tab-label{
	left:260px;
}
.desc-row .tab:nth-child(3) .tab-label{
	left:520px;
}
.desc-row .tab:nth-child(4) .tab-label{
	left:780px;
}
.desc-row .tab-content {
  min-height: 12rem;
  position: relative;
  z-index: 1;
  top: 40px;
  left: 0;
  padding: 1.618rem;
  background: #fff;
  color: #2c3e50;
  transition: all 0.35s;
  display:none;
}
.desc-row .tab-switch:checked + .tab-label {
  background: #fff;
  color: #fff;
  border-bottom: 0;
  transition: all 0.35s;
  z-index: 1;
}
.desc-row .tab-switch:checked + label + .tab-content {
  display:block;
  transition: all 0.35s;
}
.desc-row #desc:checked + .tab-label{
	background: #d5882e;
}
.desc-row #techno:checked + .tab-label{
	background: #59bc61;
}
.desc-row #instr:checked + .tab-label{
	background: #b3b657;
}
.section-tabs {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}

.section-tabs .section-tab {
    width: 100%;
  overflow: hidden;
}
.section-tabs .section-tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  background: #000d42;
  font-weight: bold;
  cursor: pointer;
    color:#fff;
    border-top:1px solid rgba(255, 255, 255, 0.2);
  /* Icon */
}
.section-tabs .section-tab-label:hover {
  background: #14437d;
}
.section-tabs .section-tab-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}
.section-tabs .section-tab-content {
  max-height: 0;
  padding: 0 1em;
  transition: all 0.35s;
}
.section-tabs .section-tab-close {
  display: flex;
  justify-content: center;
  padding: 1em;
  font-size: 0.75em;
  background: #000d42;
  cursor: pointer;
    color:#fff;
    border-top:1px solid rgba(255, 255, 255, 0.2);
}
.section-tabs .section-tab-close:hover {
  background: #14437d;
}

.section-tabs input{
    position:absolute;
}
.section-tabs input:checked + .section-tab-label {
  background: #1a252f;
}
.section-tabs input:checked + .section-tab-label::after {
  transform: rotate(90deg);
}
.section-tabs input:checked ~ .section-tab-content {
  max-height: 1000vh;
  padding:20px;
}
.section-tabs .products-list-item-in{
    display:flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin:0 0 20px 0;
    padding:20px;
}
.section-tabs .products-list-left-col img{
    width:500px;
}
.section-tabs .products-list-right-col{
    margin-left:20px;
}
.section-tabs .products-list-right-col .products-list-title{
    font-size:18px;
    font-weight:600;
    line-height:20px;
    margin-bottom:15px;
}
.section-tabs .products-list-right-col .products-list-material ol{
    margin-left:30px;
    list-style-type: none;
    counter-reset: num;
    position:relative;
}
.section-tabs .products-list-right-col .products-list-material ol li{
    position:relative;
    margin-bottom:15px;
}
.section-tabs .products-list-right-col .products-list-material ol li:after {
	content: counter(num); 
	counter-increment: num;
	display: inline-block;
	position: absolute;
	top: 2px;
	left: -27px;
	width: 20px;
	height: 20px;
	line-height:20px;
	background: #56bc5f;
	color: #fff;
	text-align: center;
	font-size: 14px;
	border-radius: 50%;
    padding-left:2px;
}
 
/* Вертикальная линия */
.section-tabs .products-list-right-col .products-list-material ol:before {
	content: ''; 
	position: absolute;
	top: 15px;
	bottom: 0px;
	left: -17px;    
	width: 1px;
	border-left: 1px solid #56bc5f;
}
/* Скрытие линии у последнего li */
.section-tabs .products-list-right-col .products-list-material ol li:last-child:before {
	content: ''; 
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	background: #fff;
}
.section-tabs .products-list-right-col .products-list-material ol li a{
    color:#404040;
    font-weight:600;
    text-decoration:none;
}
.section-tabs .products-list-right-col .products-list-material ol li a:hover{
    text-decoration:underline;
}
.section-tabs .products-list-right-col .products-list-props .products-list-prop{
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    position:relative;
}
.section-tabs .products-list-right-col .products-list-props .products-list-prop:before{
    content:"";
    width:100%;
    position:absolute;
    bottom:5px;
    border-bottom:1px dotted #404040;
}
.section-tabs .products-list-right-col .products-list-props .products-list-prop > div{
    background-color:#fff;
    padding:0 5px;
    z-index:2;
}
.section-tabs .products-list-right-col .products-list-request{
    display:flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding:10px 0;
}
.section-tabs .products-list-right-col .products-list-request .product-request-link{
    padding:10px 30px;
    background:#000d42;
    border:2px solid #000d42;
    border-radius: 12px;
    color:#fff;
    cursor: pointer;
    height: 40px;
    font-size:16px;
    line-height:18px;
	text-decoration:none;
}
.section-tabs .products-list-right-col .products-list-request .product-request-link:hover{
    background:#fff;
	color:#000d42;
	border:2px solid #000d42;
}
.section-tabs .products-list-right-col .products-list-request .products-list-detail-url{
	padding:10px 30px;
    border-radius: 12px;
    cursor: pointer;
    height: 40px;
    font-size:16px;
    line-height:18px;
	background: #ffffff;
    border: 2px solid #000d42;
    color: #000d42;
    margin: 0 15px 0 0;
	text-decoration:none;
}
.section-tabs .products-list-right-col .products-list-request .products-list-detail-url:hover{
	background:#000d42;
	color:#fff;
}
.second-title{
	margin:0 0 10px 50px;
    font-size:18px;
    line-height:18px;
}
.system-main-row{
    margin:40px 0;
    display:flex;
}
.system-main-row .left-col{
    width:40%;
    margin-right:20px;
}
.system-main-row .right-col{
    width:60%;
    border:1px solid #eee;
    padding:30px;
    text-align:center;
}
.system-main-row h3,
.system-desc-row h3{
    width:100%;
    font-size:18px;
    font-weight:600;
    line-height:40px;
    height:40px;
    color:#fff;
    background:#000d42;
    padding:0 15px;
	margin-block-start:0;
}
.system-main-row .left-col .osobennosti ul{
    list-style-type: none;
    margin:20px 0;
}
.system-main-row .left-col .osobennosti ul li{
    margin: 8px 0;
    color:#000d42ee;
    font-size:17px;
}
.system-main-row .left-col .osobennosti ul li + li{
    border-top: 1px solid rgba(0,0,0,0.1);
    padding: 10px 0;
}
.system-desc-row .features ul{
    display:flex;
    flex-wrap:wrap;
    flex-direction:row;
    list-style-type: none;
    margin:20px 0 40px 0;
}
.system-desc-row .features ul li{
    margin:15px 15px 0 0;
    color:#fff;
    font-size:17px;
    text-align:center;
    background:#c77511;
    padding:10px 20px;
    border-radius:8px;
}
.system-desc-row .system{
    margin:20px 0 40px 0;
    width:100%;
    
    border-radius:5px;
    border-collapse:collapse;
    border-spacing:0;
}
.system-desc-row .system thead{
    background:#d9e5cb;
    font-weight:600;
}
.system-desc-row .system td{
    padding:10px;
    border:none;
}
.system-desc-row .system tr{
    border:1px solid #eee;
}
.system-desc-row .system thead tr{
    border:1px solid #d9e5cb;
}
.system-desc-row .system td a{
    color:#000d42;
    font-weight:600;
    text-decoration:none;
}
.system-desc-row .system td a:hover{
    text-decoration:underline;
}
.system-desc-row .system tbody td:nth-child(3){
    width:30%;
}
.system-desc-row .system tbody td:nth-child(4){
    width:30%;
}

.system-desc-row .system tbody td .number{
    display:block;
    width: 20px;
    height: 20px;
    background: #56bc5f;
    border-radius: 50%;
    color:#fff;
    line-height: 20px;
    text-align: center;
    position:absolute;
}
.system-desc-row .system tbody{
    position:relative;
}
.system-desc-row .system tbody:before{
    content: '';
    position: absolute;
    top:15px;
    bottom:0px;
    left:20px;
    width:1px;
    border-left:1px solid #56bc5f;
    height:80%;
}
.system-desc-row .system tr{
    border:none;
    border-left:1px solid #eee;
    border-right:1px solid #eee;
}
.system-desc-row .system tbody tr:nth-child(even){
    background:#eee;
}
.container-fluid{
	padding-left:0;
	padding-right:0;
}
.container-fluid.map{
	background:none;
}
#kontakty{
	padding:0;
}


.catalog-sections{
    display:flex;
    flex-wrap:wrap;
    flex-direction:row;
    align-items:center;
    margin:0px 0px 40px;
}
.catalog-sections .catalog-section-item{
    margin:10px;
}
.catalog-sections .catalog-section-item a{
    text-decoration:none;
    color:#000d42;
    font-weight:900;
    font-size:18px;
    display:block;
    width:100%;
    height:100%;
    padding:10px;
    border:1px solid #000d42;
    border-radius:8px;
}
.catalog-sections .catalog-section-item a:hover{
    background:#000d42;
    color:#fff;
}
.product-item-small-card{
    margin:0 0 40px;
}
.product-item-small-card .product-item-big-card .product-item-container > div{
    display:flex;
    justify-content: center;
}
.product-item-small-card .product-item-big-card .product-item-container .products-list-text{
    margin:20px 0 0;
}
.products-list-wrapper{
    margin-top:40px;
}
.products-list-wrapper .products-list{
    display:flex;
    margin:0 0 40px;
}
.products-list-wrapper .products-list .products-list-item{
    width:33%;
}
.products-list-wrapper .products-list .product-item-container > div{
    display:flex;
    justify-content: center;
}
.products-list-wrapper .products-list .products-list-text{
    margin:20px 0 0;
}
.col-xs-12 .col-xs-12 .bx_sitemap{
    display:none;
}
.container-fluid h2{
	margin:0 auto;
	/*background:#fff;*/
	padding:15px 30px;
}
.container-fluid > h2{
	width:1200px;
}
.slider .division-slider-image{
    background:#000;
}
.slider .division-slider-image img{
    opacity:0.4;
}
.slider .slide-names li{
    background:none;
    color:#fff;
    opacity:0.3;
    font-size:26px;
    border-bottom:1px #fff solid;
}
.slider .slide-names li.active{
    opacity:1;
}
.slider .slider-title-h1{
    font-size:60px;
    opacity:0.8;
    top:10px;
}
.slider .division-slider-menu ul{
    right:-20px;
}
.slider .division-slider-menu ul li{
    border:2px solid #ffffffa1;
    background:#000d429d;
    border-radius:2px;
    margin:20px 0;
    padding:0;
}
.slider .division-slider-menu ul li a{
    color:#fff;
    font-size:18px;
    line-height:20px;
    font-weight:400;
    padding:15px;
    display:block;
    width:100%;
    height:100%;
}
.slider .division-slider-menu ul li:nth-child(4):hover{
    background:#3fb5e8;
}
.slider .division-slider-menu ul li:nth-child(5):hover{
    background:#933fe8;
}
.slider .division-slider-menu ul li:nth-child(1),
.slider .division-slider-menu ul li:nth-child(2),
.slider .division-slider-menu ul li:nth-child(3){
    border:2px solid #ffffffa1;
}
.info-page{
	font-size:18px;
}
.info-page p{
	margin:15px 0 0;
}
.catalog-rubrics-item .catalog-rubrics-image.scale-image img{
	width:240px;
}

.modal-wrapper {visibility: hidden; position: fixed; top: 0; left: 0; right: 0; bottom: 0; text-align: center; padding: 0 20px; font-size: 0; line-height: 0; z-index: 2147483649; overflow: visible;}
.modal-wrapper.visible {visibility: visible;}
   .modal-wrapper:before {content: ''; display: inline-block; vertical-align: middle; height: 100%; width: 0;}
   /*modal-overlay*/
   .modal-overlay {opacity: 0; visibility: hidden; position: fixed; z-index: 99; top: 0; right: 0; width: 100%; height: 100%; background: rgba(0, 0, 0,.3); transition: all 0.25s ease-in-out 0s;}
   .modal-wrapper.visible .modal-overlay {visibility: visible; opacity: 1;}
   /*modal-inner*/
   .modal-inner {opacity: 0; visibility: hidden; position: relative; z-index: 10000; width: 700px; max-width: 100%; max-height: 100%; overflow: auto; top: 0; padding: 30px 160px 30px 30px; display: inline-block; vertical-align: middle; text-align: left; font-size: 16px; line-height: 1; background: #fff; box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3); transform: scale(1.15) translate3d(0,-15%,0); transition: all 0.2s ease-in-out 0s;}
   .text-form .modal-inner {width: auto; padding: 30px 50px;}
   .modal-wrapper.visible .modal-inner {opacity: 1; visibility: visible; transform: scale(1) translate3d(0,0,0);}
      .modal-inner:before {content: ''; position: absolute; bottom: 0; right: 0; z-index: 0; width: 235px; height: 236px; background: url('../i/modal-bg.png') 0 0 no-repeat;}
      .text-form .modal-inner:before {display: none;}
      .modal-inner .form-submit .tb-cell:last-child {padding-right: 10px;}
      /*modal-title*/
      .modal-title {font-family: "GothamProRegular"; font-size: 20px; line-height: 1.3; font-weight: normal; color: #2d2d2d; margin: 0 0 30px; padding: 0; position: relative; z-index: 1;}
      .text-form .modal-inner .modal-title:last-child {margin-bottom: 0;}
      /*modal-close*/
      .modal-close {display: block; position: absolute; top: 30px; right: 30px; width: 24px; height: 24px; cursor: pointer; z-index: 100;}
      .text-form .modal-close {top: 10px; right: 10px;} 
         .modal-close:before, .modal-close:after {content: ''; position: absolute; top: 11px; left: 4px; width: 18px; height: 2px; background: #000; transition: all 0.3s ease 0s;}
         .modal-close:before { transform: rotate(45deg);}
         .modal-close:after { transform: rotate(-45deg)}
         .modal-close:hover:before, .modal-close:hover:after {background: #e31e24;}

@media all and (max-width: 639px) {
   .modal-title {padding-right: 20px;}
   .modal-inner .form-submit {padding: 0;}
      .modal-inner .form-submit .tb-cell:last-child {padding-right: 0;}
}
@media all and (min-width: 480px) and (max-width: 639px) {
   .modal-inner {padding-right: 100px;}
      .modal-inner:before {width: 200px; width: 201px;}
      .modal-close {top: 25px; right: 25px;}
}
@media all and (max-width: 479px) {
   .modal-inner {padding: 25px 20px;}
   .text-form .modal-inner {padding: 25px;}
      .modal-inner:before {display: none;}
      .modal-title {margin-bottom: 20px;}
      .modal-close {top: 20px; right: 20px;}
}
@media all and (max-width: 375px) {
   .modal-close {top: 10px; right: 10px;}
}

pre{
	display:none;
	height:250px;
	overflow:scroll;
	background:#fff;
}
pre.show{
	display:block;
}
.form-wrapper .url-field{
	display:none;
}
.system-main-row .request{
	text-align:center;
    background:#de2e31;
    color:#fff;
    border-radius:12px;
    font-size:18px;
    font-weight:600;
}
.system-main-row .request a{
    color:#fff;
    padding:10px;
    width:100%;
    height:100%;
    text-decoration:none;
    display:block;
}
.system-main-row .left-col{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}

/* Вывод списка готовых решений, в которых используется материал
.related-solutions{
    margin-top:15px;
    text-align:center;
}
.related-solutions span{
    font-weight:600;
    font-size:18px;
}
.related-solutions ul{
    display:flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    border:2px solid #ee8408;
    padding:10px;
    border-radius:20px;
    text-align:left;
    margin-top:7px;
}
.related-solutions ul li{
    list-style-type:none;
    font-size:15px;
    line-height:17px;
    font-weight:600;
    padding:0 0 8px 0;
    display:block;
    max-width:270px;
}
.related-solutions ul li:last-child{
    padding:0;
}
.related-solutions ul li a{
    text-decoration:none;
    color:#000d42;
    display:flex;
    width:100%;
    padding:5px 5px 7px 5px;
    position: relative;
}
.related-solutions ul li a:before,
.related-solutions ul li a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.related-solutions ul li a:before {
  bottom: 0;
  display: block;
  height: 3px;
  width: 0%;
  content: "";
  background-color: #000d42;
}
.related-solutions ul li a:after {
  left: 0;
  top: 0;
  padding: 0.5em 0;
  position: absolute;
  content: attr(data-hover);
  color: #ffffff;
  white-space: nowrap;
  max-width: 0%;
  overflow: hidden;
}
.related-solutions ul li a:hover:before {
  opacity: 1;
  width: 100%;
}
.related-solutions ul li a:hover:after {
  max-width: 100%;
}
.related-solutions ul li a img{
    width:50px;
    height:34px;
    display:block;
}
.related-solutions ul li a span{
    display:block;
    margin-left:8px;
}
*/

.related-solutions{
    margin-top:15px;
}
.related-solutions > span{
    font-weight:600;
}
.related-solutions ul{
    margin-left:0;
    padding-left:0;
    display:flex;
    flex-wrap:wrap;
}
.related-solutions ul li{
    list-style-type:none;
    display:block;
    margin:10px 10px 10px 0;
}
.related-solutions ul li a{
    text-decoration:none;
    padding:4px 8px 6px 5px;
    font-size:15px;
    background:#8cafdb;
    border-radius:5px;
    color:#fff;
    border-left:5px solid #3d75b9;
}
.related-solutions ul li a:hover{
    background:#9abce6;
    border-left:5px solid #9abce6;
}
.form-table input[type=radio] {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin-right: 0;
	line-height: 18px;
	
}
.form-table input[type=radio]:before {
	content: "";
	display: block;
	width: 17px;
	height: 17px;
	position: absolute;
	left: 0;
    bottom:-2px;
	background: #fff;
    border-radius:50%;
    border:1px solid #404040;
}
.form-table input[type=radio]:checked:before {
	background: #000d42;
}
.form-table input[type=radio]:hover:before {
	filter: brightness(120%);
}
.form-table input[type=radio]:disabled {
	filter: grayscale(100%);
}






