/* body a.show_spoiler {
  display: inline-block;
  color: white;
  font-size: 14px;
  padding: 5px 10px;
  text-decoration: none;
  border-right: 1px solid white;
  background-color: #589a35;
} */
.link {
  color: #000000;
  text-decoration: underline;
  cursor: pointer;
}
body.cke_editable {
  background-color: #ffffff;
  background-image: none;
}
/* body.site {
  width: 1280px;
  margin: 0 auto;
  box-shadow: 0 0 10px 5px #ccc;
} */
/* body,
p {
  font-family: Inter, Geneva, sans-serif;
  color: #3b3b3b;
  font-size: 11px;
} */
/* .body table,
.cke_editable table,
.body td,
.cke_editable td,
.body th,
.cke_editable th {
  border-collapse: collapse;
  border: 1px solid #808080;
} */
/* .body a,
.cke_editable a {
  color: #000000;
} */
.body img.floatLeft,
.cke_editable img.floatLeft {
  float: left;
  margin: 0 10px 10px 0;
}
.body img.floatRight,
.cke_editable img.floatRight {
  float: right;
  margin: 0 0 10px 10px;
}
.body img.center,
.cke_editable img.center {
  display: block;
  margin: 0 auto;
}
.body .marker,
.cke_editable .marker {
  background-color: #ffff00;
}
/* h1,
h2,
h3 {
  font-weight: normal;
}
h1 {
  font-size: 24px;
  text-align: center;
  color: #960014;
} */
h2,
.sectionTitle {
  font-size: 16px;
  font-weight: bold;
  color: #960014;
}
h3 {
  font-size: 12px;
  font-weight: bold;
  color: #960014;
}
/* .body .wysiwyg h1 {
  color: #000080;
  font-weight: bold;
} */
/* .body .wysiwyg h2,
.body .wysiwyg h3,
.body .wysiwyg h4,
.body .wysiwyg h5 {
  color: black;
  font-weight: bold;
} */
/* .body .wysiwyg a {
  color: #28166f;
  text-decoration: underline;
} */
/* .body {
  margin: 0 20px 0px 20px;
} */
/* .body ul {
  padding-left: 25px;
} */
/* .body a {
  color: #000000;
  text-decoration: underline;
  cursor: pointer;
} */
/* .body a:hover {
  color: #666666;
} */
/* .body table,
.body table td,
.body table th {
  border-color: #808080;
} */
.body .date {
  font-weight: bold;
}
.body .sectionContent {
  margin-bottom: 20px;
}
/* .wrapper {
  background-color: white;
  min-height: 800px;
} */
header {
  /*
    .top {
        height: 177px;
        background-color: #a3dff9;
        background-image: url(/images/topBg.jpg);

        .logo {
            display: block;            
            width: 287px; height:177px;
            margin-left: 15px;
            background-image: url(/images/logo.jpg);
        }
        
        .right {
            width:200px; height: 177px;
            float:right;
            
            .contactsBox {
                display: block;
                margin-top: 5px;                
                background-color: #7ab714;
                border-radius: 10px;
                width: 153px;
                text-align: center;
                color: white;
                font-size: 15px;
                padding: 7px 0;
                font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
                font-weight: bold;
                text-shadow: 0px 0px 12px white;                
                text-decoration: none;      
                
                .phone {
                    font-size: 17px;
                }
                
                a {
                    display: block;
                    color: white;
                    text-decoration: none;
                }
            }
            
            .cart {
                display: block; width: 143px; height: 36px;
                margin-top: 10px;
                padding: 37px 0 0 10px;
                background-image: url(/images/topCart.gif);                    
                color: white; font-weight: bold; text-decoration: none;
                font-size: 10px
            } 
        }
    }
    */
  /*    
    .topSmall {        
        background-color: #a3dff9;
        background-image: url(/images/topBg.jpg);
        background-position: center bottom;

        .logo {
            display: block;            
            width: 185px; height:100px;
            margin-left: 15px;
            background-image: url(/images/logoSmall.jpg);
        }
                
        .contactsBox {
            height: 68px;
            width: 153px;
            display: block;                     
            background-color: #7ab714;
            border-radius: 10px;            
            text-align: center;
            color: white;
            font-size: 15px;
            padding: 4px 7px 0 7px;
            font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
            font-weight: bold;
            text-shadow: 0px 0px 12px white;                
            text-decoration: none;                  

            .phone {
                font-size: 17px;
            }
            
            a {
                display: block;
                color: white;
                text-decoration: none;
            }            
        }

        .cart {
            display: block; width: 143px; height: 36px;            
            padding: 37px 0 0 10px;
            background-image: url(/images/topCart.gif);                    
            color: white; font-weight: bold; text-decoration: none;
            font-size: 10px
        }         
    }    */
  /*    .searchBar {
        padding: 7px 20px;
        background-color: #FFC428;
        
        .hint {
            font-size: 10px;
        }
        
        .field {
            margin-right: 120px;                   
            
            input {
                width:100%;                
                padding: 4px;
                font-size: 20px;
                display: block;      
                color: #5B5B5B;
            }
        }
        
        .button {
            width: 100px;
            float: right;
            
            button {
                width:100%;                         
                background-color: transparent;  
                border: 1px solid #777777;     
                border-radius: 4px;
                font-weight: bold;
                font-size: 20px;
                padding: 5px;
                background-image: linear-gradient(to bottom, #ffd990 0%, #ffc861 100%);                
            }
            
            button:hover {
                background-image: linear-gradient(to bottom, #ffe1a8 0%, #ffd482 100%);
            }            
        }
        
        .type {
            padding-top: 5px;
            line-height: 14px;
            
            input[type="radio"]{
                vertical-align:top;
            }
            
        }
    }*/
  /*    nav.mainMenu {
        height: 40px;
        background-image: url(/images/menuBg.png);        
        padding-left:40px;
        
        ul {
            margin: 0px;
            padding: 0px;
            float:left;            
            height:40px;
            background-color: white;
            
            li {
                display: block;
                float:left;                    
            }
            
            li a {
                display: block;

                color:white;
                padding: 5px;
                text-decoration: none;
                font-weight: bold;                    

                background-color: black;
                border-radius: 0 0 5px 5px; 
                margin: 0 1px;                    
            }

            li.selected a,
            li a:hover {                    
                padding-top:10px;
                background-color: #00A7F6;
                color: white;
            }            
        }
    }*/
}
/* header .header2 {
  height: 150px;
  padding-top: 20px;
  color: #007dc5;
  font-size: 16px;
}
header .header2 a {
  color: #007dc5;
  text-decoration: none;
  text-decoration: underline;
}
header .header2 a:hover {
  color: #004c79;
}
header .header2 .logo {
  float: left;
  width: 204px;
  height: 130px;
  margin-left: 20px;
}
header .header2 .logo img {
  display: block;
  margin-top: 10px;
  max-width: 100%;
  width: auto;
  height: auto;
}
header .header2 .goods {
  float: left;
  width: 127px;
  height: 130px;
  margin-left: 20px;
}
header .header2 .goods img {
  display: block;
  margin-top: 15px;
  max-width: 100%;
}
header .header2 .banner {
  float: left;
  width: 400px;
  height: 130px;
  margin-left: 40px;
  background-color: #acdef5;
  border-radius: 10px;
  overflow: hidden;
}
header .header2 .contacts {
  float: left;
  height: 120px;
  width: 195px;
  padding-top: 10px;
  margin-left: 20px;
  background-color: #acdef5;
  border-radius: 10px;
  text-align: center;
}
header .header2 .authBox {
  float: left;
  height: 110px;
  width: 170px;
  padding: 10px;
  margin-left: 20px;
  background-color: #acdef5;
  border-radius: 10px;
  text-align: center;
}
header .header2 .authBox .title {
  font-weight: bold;
}
header .header2 .authBox input[type='text'],
header .header2 .authBox input[type='password'] {
  width: 160px;
  border: none;
  border-radius: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  padding: 4px;
}
header .header2 .authBox button {
  background-color: #007dc5;
  padding: 5px 30px;
  border-radius: 10px;
  font-size: 14px;
  border: none;
  color: white;
}
header .header2 .authBox .links {
  font-size: 12px;
}
header .header2 .authBox .currentUserLogin {
  margin: 10px 0 20px 0;
  font-size: 12px;
}
header .header2 .authBox a.button {
  background-color: #007dc5;
  padding: 5px 30px;
  border-radius: 10px;
  font-size: 14px;
  border: none;
  color: white;
  display: inline-block;
  text-decoration: none;
}
header .catalogButton {
  height: 40px;
  text-align: center;
  font-size: 26px;
  text-decoration: none;
  color: #eeeeee;
  background-color: #087dc3;
  display: block;
}
header .catalogButton .text {
  display: inline-block;
}
header .catalogButton .sign {
  display: inline-block;
  position: relative;
  top: -3px;
  font-size: 14px;
}
header .catalogButton:hover {
  color: #ffffff;
  background-color: #065e92;
}
header ul.catalogPopup {
  display: none;
  z-index: 10;
  margin-left: 10px;
  position: relative;
  background-color: white;
  border: 1px solid #04a7e8;
  width: 400px;
  position: absolute;
  margin: 0px;
  padding: 0px;
  box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.5);
}
header ul.catalogPopup li {
  list-style-type: none;
  border-bottom: 1px dotted gray;
  font-size: 14px;
}
header ul.catalogPopup li.title {
  display: none;
  font-weight: bold;
  font-size: 16px;
  padding: 10px;
  position: relative;
}
header ul.catalogPopup li a {
  padding: 7px;
  color: black;
  text-decoration: none;
  display: block;
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
}
header ul.catalogPopup li a:hover {
  background-color: #eeeeee;
  background-image: linear-gradient(to bottom, #d4f0fb, #7ed2f6) !important;
  color: black;
}
header ul.catalogPopup li:last-child {
  border-bottom: 0px dotted gray;
}
header ul.catalogPopup li.all {
  text-transform: uppercase;
}
header .stickyBar {
  height: 75px;
}
header .stickyBar.stick .space {
  position: fixed;
  z-index: 10;
  width: 1280px;
  top: 0;
  z-index: 9999991;
}
header .shopBar {
  background-color: #099ee1;
}
header .shopBar .catalogBox {
  width: 200px;
  float: left;
}
header .shopBar .phone {
  width: 250px;
  float: left;
  padding-top: 3px;
  font-family: Arial;
  text-align: center;
  text-decoration: underline;
}
header .shopBar .phone a {
  font-size: 24px;
  color: white;
}
header .shopBar .phone a:hover {
  color: #acdef5;
}
header .shopBar .search {
  width: 580px;
  float: left;
  padding-top: 5px;
}
header .shopBar .search input[type='text'] {
  display: block;
  float: left;
  width: 450px;
  margin: 0px;
  border-radius: 5px 0 0 5px;
  border: none;
  height: 20px;
  font-size: 20px;
  padding: 5px 5px;
}
header .shopBar .search button[type='submit'] {
  display: block;
  background-color: #097bc0;
  float: left;
  height: 30px;
  border: none;
  border-radius: 0 5px 5px 0;
  margin: 0;
  font-size: 16px;
  color: white;
  padding: 0 15px;
}
header .shopBar .cart {
  width: 250px;
  float: left;
  margin-top: 5px;
}
header .shopBar .cart a {
  color: white;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}
header .shopBar .cart .icon {
  width: 50px;
  float: left;
}
header .shopBar .cart .info {
  width: 180px;
  float: left;
}
header .shopBar .cart .info .lab {
  display: inline-block;
  width: 60px;
}
header .auth {
  padding: 7px 7px 0px 7px;
  text-align: center;
}
header .auth a {
  color: black;
  font-size: 10px;
}
header .auth a:hover {
  color: #333333;
}
header .auth input[type='text'],
header .auth input[type='password'] {
  width: 100px;
}
header .auth .links {
  margin-top: 3px;
}
header nav.mainMenu {
  background-color: #6ebe44;
  font-size: 15px;
  font-weight: normal;
}
header nav.mainMenu ul {
  margin: 0px;
  padding: 0px;
  float: left;
}
header nav.mainMenu ul li {
  display: block;
  float: left;
}
header nav.mainMenu ul li a {
  display: block;
  color: white;
  padding: 5px 10px;
  text-decoration: none;
  border-right: 1px solid white;
}
header nav.mainMenu ul li a:hover {
  background-color: #589a35;
}
header nav.mainMenu ul li.selected a {
  background-color: #589a35;
} */
.submenu {
  padding-left: 20px;
}
.submenu ul {
  display: inline-block;
  padding: 0;
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.4);
  width: auto;
}
.submenu ul li {
  display: inline-block;
  border: 1px solid #cccccc;
  font-weight: bold;
}
.submenu ul li a {
  color: black;
  text-decoration: none;
  display: block;
  padding: 5px 10px;
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
}
.submenu ul li a:hover {
  color: #333333;
  background-image: linear-gradient(to bottom, #d4f0fb, #7ed2f6) !important;
}
.submenu ul li.current a {
  background-image: linear-gradient(to bottom, #9de29d, #9de29d);
}
/* .form {
  width: 600px;
  max-width: 100%;
}
.form .element {
  margin-bottom: 15px;
}
.form .element label {
  width: 150px;
  display: block;
  float: left;
  white-space: pre-wrap;
}
.form .element .required {
  color: red;
}
.form .element .input {
  margin-left: 150px;
}
.form .element .input input,
.form .element .input textarea,
.form .element .input select {
  background-color: #f2faef;
  border: 1px solid #bbbbbb;
  padding: 1px;
}
.form .element .input input,
.form .element .input textarea {
  width: 100%;
}
.form .element .input textarea {
  height: 50px;
}
.form .element .input .errorMessage {
  color: red;
}
.form .buttons {
  margin-left: 150px;
}
.form .field.invalid .title {
  color: #ff0000;
}
.form .invalidFormMessage {
  padding: 5px;
  margin: 20px 0;
  background-color: brown;
  color: white;
  text-align: center;
}
.form .invalidFormMessage a {
  color: white;
}
.form .buttons {
  padding-top: 10px;
} */
/* .orderForm {
  font-family: Inter, Geneva, sans-serif;
  font-size: 12px;
} */
.orderForm .element.invalid label {
  color: red;
}
/* .orderForm input[type='text'],
.orderForm textarea {
  font-family: Inter, Geneva, sans-serif;
  font-size: 12px;
} */
/* .body .button {
  font-family: Arial;
  width: auto;
  display: inline-block;
  background-color: #e0e0e0;
  background-image: linear-gradient(to top, #e0e0e0, #f0f0f0);
  border: 1px solid gray;
  border-radius: 3px;
  padding: 4px 10px;
  margin: 5px 5px 5px 0px;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  white-space: normal;
}
.body .button:hover {
  background-image: linear-gradient(to top, #e7e7e7, #f7f7f7);
  border: 1px solid #333333;
} */
table.table {
  width: 100%;
}
table.table th {
  background-color: #01a5ec;
  border: 1px solid white;
  color: white;
  white-space: nowrap;
  padding: 4px;
}
table.table td {
  background-color: #edf8fe;
  border: 1px solid white;
  padding: 4px;
  text-align: center;
}
/* .importantMessage {
  border: 1px solid gray;
  border-radius: 5px;
  padding: 10px;
  margin: 5px 0 20px 0;
  text-align: center;
  background-color: #ffc428;
} */
.suppliers {
  text-align: center;
}
.suppliers .supplier {
  display: inline-block;
  margin: 10px;
  heigiht: 320px;
  heigiht: 300px;
}
.suppliers .supplier .title {
  text-align: center;
  padding: 5px;
  font-size: 16px;
}
.counteragents .counteragent {
  border-top: 1px solid gray;
  padding-top: 10px;
}
.counteragents .counteragent .label {
  width: 150px;
  float: left;
  font-weight: bold;
  padding-bottom: 10px;
}
.counteragents .counteragent .value {
  margin-left: 150px;
  white-space: pre-wrap;
  padding-bottom: 10px;
}
/* .categoriesTree {
  width: 270px;
  float: left;
}
.categoriesTree ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
} */
/* .categoriesTree ul li {
  font-size: 14px;
  background-repeat: no-repeat;
  background-position: 0px 8px;
  padding: 4px 0px 4px 20px;
  background-image: url(/images/folder.gif);
}
.categoriesTree ul li a {
  color: #5b5b5b;
  text-decoration: none;
}
.categoriesTree ul li a .counter {
  color: grey;
  white-space: nowrap;
  font-size: 10px;
}
.categoriesTree ul li a:hover {
  text-decoration: underline;
}
.categoriesTree ul li a.current {
  font-weight: bold;
} */
/* .categoriesTree ul ul li {
  padding-left: 10px;
  font-size: 12px;
  background-image: url(/images/arrow_green.gif);
  background-position: 0px 7px;
} */
/* .searchSubcategories ul {
  display: inline-block;
  padding: 0;
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.4);
  width: auto;
}
.searchSubcategories ul li {
  display: block;
  border: 1px solid #cccccc;
  border-bottom-width: 0;
  background-image: none;
  padding: 0px;
}
.searchSubcategories ul li a {
  color: black;
  text-decoration: none;
  display: block;
  padding: 5px 10px;
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
}
.searchSubcategories ul li a:hover {
  color: #333333;
  background-image: linear-gradient(to bottom, #d4f0fb, #7ed2f6) !important;
}
.searchSubcategories ul li.current a {
  background-image: linear-gradient(to bottom, #9de29d, #9de29d);
} */
.categoriesGrid {
  margin: 0px -5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.categoriesGrid a {
  text-decoration: none;
}
.categoriesGrid .category {
  float: left;
  width: 260px;
  height: 150px;
  margin: 0 5px 10px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 10px;
}
.categoriesGrid .category .image img {
  display: block;
  margin: 0 auto;
}
.categoriesGrid .category .title {
  padding-top: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #00abff;
}
.categoriesGrid .category:hover {
  border-color: #999999;
}
.categoriesList h1 {
  text-align: left;
}
.categoriesList .column {
  float: left;
  width: 33%;
}
.categoriesList .column ul {
  list-style-image: url(/images/arrow_green.gif);
  font-size: 13px;
  margin-right: 40px;
  padding-left: 15px;
}
.categoriesList .column ul li {
  margin-bottom: 15px;
}
.categoriesList .column ul li a {
  text-decoration: none;
}
.categoriesList .column ul li a:hover {
  text-decoration: underline;
}
.categoriesGroupedList h1 {
  text-align: left;
}
.categoriesGroupedList .column {
  float: left;
  width: 33%;
}
.categoriesGroupedList .column ul {
  font-size: 13px;
  margin-right: 40px;
  padding-left: 0px;
  list-style: none;
}
.categoriesGroupedList .column ul li {
  margin-bottom: 15px;
}
.categoriesGroupedList .column ul li a {
  text-decoration: none;
  font-weight: bold;
  color: #00a7f6;
  font-size: 14px;
}
.categoriesGroupedList .column ul li a:hover {
  text-decoration: underline;
}
.categoriesGroupedList .column ul li .group {
  font-weight: bold;
  color: #777777;
}
.categoriesGroupedList .column ul li .sub {
  margin-left: 20px;
}
.categoriesGroupedList .column ul li .sub ul {
  margin: 0px;
  padding: 0px;
}
.categoriesGroupedList .column ul li .sub ul li {
  margin: 0px;
}
.categoriesGroupedList .column ul li .sub ul a {
  font-weight: normal;
}
/* .categorySeo {
  margin-top: 20px;
}
.categorySeo .column {
  width: 45%;
  padding-right: 5%;
  float: left;
  font-size: 14px;
}
.categorySeo .column p {
  font-size: 14px;
} */
/* table.products {
  width: 100%;
  border-width: 0;
}
table.products tr.selected td {
  background-color: #ffff00;
}
table.products .highlight {
  background-color: #ffff00;
}
table.products th {
  background-color: #01a5ec;
  color: white;
  white-space: nowrap;
  padding: 5px;
  border-width: 0;
}
table.products td {
  background-color: #edf8fe;
  border: 1px solid white;
  padding: 2px;
  text-align: center;
}
table.products td.supplierTitle,
table.products td.photo,
table.products td.units,
table.products td.amount,
table.products td.price,
table.products td.discountPrice {
  background-color: #e0f2fc;
}
table.products td.price,
table.products td.discountPrice {
  white-space: nowrap;
  text-align: right;
}
table.products td.title {
  text-align: left;
}
table.products td.title a {
  text-decoration: none;
  color: #3b3b3b;
}
table.products td.title a:hover {
  text-decoration: underline;
}
table.products td.cart {
  min-width: 20px;
}
table.products td.quantity input {
  width: 56px;
  text-align: center;
}
table.products tr[data-productcode]:hover td {
  background-color: #c2e8f8;
}
table.products .cart.inCart {
  min-width: 16px;
  min-height: 16px;
  background-image: url('/images/checked.gif');
  background-repeat: no-repeat;
  background-position: center center;
}
table.products .actionTitle {
  color: red;
}
table.products .actionTitle a {
  color: red !important;
  text-decoration: underline !important;
} */
.grid.actions .title {
  font-weight: bold;
}
.actionTypesDoors {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}
.actionTypesDoors a {
  display: block;
  padding: 28px;
}
.actionTypesDoors img {
  display: block;
}
.actionsEmpty {
  font-size: 20px;
  color: #087dc3;
}
/* .actionsSelections h2 {
  text-align: center;
  color: #960014;
  font-size: 20px;
}
.actionsSelections h2 a {
  text-decoration: none;
  color: #960014;
  text-decoration: underline;
} */
.cartMode .message {
  color: brown;
  font-weight: bold;
}
.cartMode input:-ms-input-placeholder {
  color: #aaaaaa;
}
.cartMode .cartItems table.products {
  font-size: 12px;
}
/* .cartMode .cartItems table.products input[type='text'] {
  font-family: Inter, Geneva, sans-serif;
  padding: 1px;
} */
.cartMode .cartItems table.products tr.space th {
  background-color: #ffffff;
  height: 20px;
}
.cartMode .cartItems table.products tr.giftsSep th {
  background-color: #0093dd;
}
.cartMode .cartItems table.products .code input {
  width: 60px;
}
.cartMode .cartItems table.products .quickQuantity input {
  width: 56px;
}
.cartMode .cartItems table.products td {
  background-color: #f0f8ed;
}
.cartMode .cartItems table.products th {
  background-color: #5eab45;
}
.cartMode .cartItems table.products tr.footer td {
  background-color: #e0efdc;
}
.cartMode .cartItems table.products td.supplierTitle,
.cartMode .cartItems table.products td.photo,
.cartMode .cartItems table.products td.units,
.cartMode .cartItems table.products td.amount,
.cartMode .cartItems table.products td.quantity,
.cartMode .cartItems table.products td.itemDiscount,
.cartMode .cartItems table.products td.remove {
  background-color: #e0efdc;
}
.cartMode .cartItems table.products td.title a {
  text-decoration: none;
}
.cartMode .cartItems table.products td.title a:hover {
  text-decoration: underline;
}
.cartMode .cartItems table.products td.itemDiscount {
  text-align: right;
}
.cartMode .cartItems table.products tr.totals {
  font-weight: bold;
  white-space: nowrap;
}
.cartMode .cartItems table.products tr.totals .title {
  text-align: right;
  padding-right: 10px;
  text-transform: uppercase;
  background-color: white;
}
.cartMode .cartItems table.products tr.totals td {
  padding: 10px 0px;
}
.cartMode .cartItems table.products tr.totals .delivery {
  background-color: white;
}
.cartMode .cartItems table.products tr.totals .delivery label {
  font-weight: normal;
  margin-right: 30px;
}
.cartMode .cartItems table.products .message {
  color: brown;
  font-weight: bold;
}
.cartMode .cartItems table.products input.mark {
  border-color: red;
}
/* .cartMode .saveCart,
.cartMode .saveTemplate,
.cartMode input[type='submit'] {
  font-size: 16px;
  padding: 10px 20px;
  background-image: none;
  color: white;
  border-color: transparent;
}
.cartMode .saveCart:hover,
.cartMode .saveTemplate:hover,
.cartMode input[type='submit']:hover {
  background-image: none;
  border-color: #aaa;
}
.cartMode .saveCart {
  background-color: #2260a7;
}
.cartMode .saveCart:hover {
  border-color: black;
} */
/* .cartMode .saveTemplate {
  background-color: #afdcf4;
  color: #3080c7;
}
.cartMode .saveTemplate:hover {
  color: #3080c7;
} */
/* .cartMode input[type='submit'] {
  background-color: #72b831;
  font-weight: bold;
} */
/* .products.grid {
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.home .products.grid {
}
.products.grid:after,
.products.grid:before {
  display: none;
}
.products.grid .frame {
  width: calc(25% - 42px);
  margin: 0 10px 20px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  flex-direction: column;
} */
.searchMode .products.grid .frame {
  width: calc(33.3% - 42px);
}
/* .products.grid .frame .specialPrice {
  position: absolute;
  margin-left: 155px;
  margin-top: -11px;
  width: 100px;
  background-color: #ee1e2d;
  color: white;
  padding: 3px;
  font-weight: bold;
  text-align: center;
}
.products.grid .frame .photo {
  margin: auto;
}
.products.grid .frame .photo img {
  max-width: 100%;
  height: auto;
}
.products.grid .frame .sku {
  color: #777;
  font-size: 12px;
  font-family: 'Trebuchet MS', arial, helvetica, sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.products.grid .frame .title {
  margin-bottom: 10px;
  text-align: center;
  font-family: 'Trebuchet MS', arial, helvetica, sans-serif;
  font-size: 13px;
}
.products.grid .frame a {
  text-decoration: none;
  color: #3b3b3b;
}
.products.grid .frame a:hover {
  text-decoration: underline;
}
.products.grid .frame .units {
  margin-top: 5px;
  text-align: center;
  color: #777777;
}
.products.grid .frame a.more {
  display: block;
  margin-bottom: 7px;
  color: #3b3b3b;
  font-weight: bold;
  text-decoration: underline;
}
.products.grid .frame .highlight {
  background-color: #ffff00;
}
.products.grid .frame.selected {
  background-color: #fffacd;
}
.products.grid .frame:hover {
  border-color: #999999;
}
.quantity {
  margin-top: 10px;
  text-align: center;
} */
/* .quantity input {
  width: 50px;
  height: 18px;
  text-align: center;
} */
/* .quantity .cart.inCart {
  min-width: 16px;
  min-height: 16px;
  background-image: url('/images/checked.gif');
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  position: relative;
  top: 4px;
}
.quantity .alreadyInCart {
  color: black;
  font-weight: bold;
  display: none;
  margin-top: 5px;
}
.quantity .cartButton {
  display: inline-block;
  margin: 2px;
  padding: 2px 5px;
  background-color: #aaaaaa;
  font-weight: bold;
  color: white;
  text-decoration: none;
  cursor: pointer;
}
.quantity .cartButton:hover {
  color: #dddddd;
} */
.quantity .cartButton.addToCart {
  /* background-color: #04A7E8; */
  /* background-color: #77cc77; */
  display: none;
}
.quantity .cartButton.changeInCart {
  /* background-color: #77cc77; */
  /* background-color: #04a7e8; */
  display: none;
}
.quantity .cartButton.addToCart {
  display: none;
}
.quantity .cartButton.addToCart {
  display: flex;
}
.quantity.inCart .cartButton.addToCart {
  display: none;
}
.quantity.inCart .cartButton.changeInCart {
  display: flex;
}
.quantity.inCart .alreadyInCart {
  display: block;
}
.quantity.inCart .units {
  display: none;
}
/* .productDetail {
  width: 1200px;
} */
.productDetail .photoBlock {
  width: auto;
  float: left;
  margin-right: 30px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 5px;
}
.productDetail .photoBlock .photo {
  max-width: 480px !important;
  margin: 0 auto;
}
.productDetail .descrBlock {
  width: 600px;
  margin-left: 550px;
  display: table;
}
.productDetail .descrBlock .specialPrice {
  width: 100px;
  background-color: #ee1e2d;
  color: white;
  padding: 3px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.productDetail .descrBlock .specialPriceText {
  display: block;
  width: 300px;
  color: #ee1e2d;
  font-weight: bold;
}
.productDetail .descrBlock .description {
  font-size: 1.3em;
  font-family: 'Trebuchet MS', arial, helvetica, sans-serif;
}
.productDetail .descrBlock .sku {
  margin-bottom: 20px;
}
/* .productDetail .tabs .tabContent .response-table {
  display: block !important;
} */
.productDetail .cartBlock {
  width: 250px;
  float: right;
  border: 1px solid #aaaaaa;
  padding: 10px;
  background-color: #f7f7f7;
}
.productDetail .cartBlock .units {
  text-align: center;
}
/* .productDetail .cartBlock .sku,
.productDetail .cartBlock .title,
.productDetail .cartBlock .units,
.productDetail .cartBlock .oldPrice,
.productDetail .cartBlock .quantity {
  margin-top: 10px;
} */
/* .productDetail .cartBlock .quantity input {
  width: 50px;
} */
.productDetail .cartBlock .cart.inCart {
  min-width: 16px;
  min-height: 16px;
  background-image: url('/images/checked.gif');
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  position: relative;
  top: 4px;
}
.productDetail .seeAlso .item {
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 10px;
  width: 240px;
  height: 300px;
  margin: 0 20px 20px 0px;
  float: left;
}
.productDetail .seeAlso .item a {
  text-decoration: none;
}
.productDetail .seeAlso .item a .title {
  text-align: center;
}
.productDetail .seeAlso .item:hover {
  border-color: #999999;
}
.productDetail table.params {
  border: none;
  width: 100%;
}
.productDetail table.params th {
  border: none;
  text-align: left;
  vertical-align: top;
  padding: 3px 3px 3px 3px;
}
.productDetail table.params td {
  border: none;
  padding: 0;
  text-align: left;
  vertical-align: top;
  padding: 3px 3px 3px 3px;
}
.productDetail table.params tr:nth-child(odd) {
  background-color: #eeeeee;
}
.productDetail .tabs {
  margin-top: 20px;
  width: 100%;
}
.productDetail .tabs .buttons .button {
  position: relative;
  margin-bottom: -1px;
  cursor: pointer;
  display: inline-block;
  border: 1px solid #cccccc;
  border-radius: 5px 5px 0 0;
  padding: 5px 10px;
  margin-right: 2px;
  font-size: 14px;
  text-decoration: none;
}
.productDetail .tabs .buttons .button.active {
  border-bottom-color: white;
  background-color: white;
  background-image: none;
}
.productDetail .tabs .tabContent {
  border: 1px solid #cccccc;
  padding: 10px;
  font-size: 12px;
}
.productDetail .actions ul.list {
  color: red;
  margin-bottom: 20px;
  padding-left: 15px;
}
.productDetail .actions p a {
  color: #ff0000;
}
/* .products.grid .priceBlock,
.productDetail .priceBlock {
  text-align: center;
}
.products.grid .priceBlock .price,
.productDetail .priceBlock .price {
  margin-top: 10px;
  text-align: center;
  color: black;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
} */
/* .products.grid .priceBlock .oldPrice,
.productDetail .priceBlock .oldPrice {
  text-align: center;
  font-size: 12px;
  color: black;
} */
.productsTools {
  padding: 10px 15px;
  background-color: #e0e0e0;
  border-radius: 10px;
  font-size: 12px;
}
.productsTools:last-child {
  margin-bottom: 20px;
}
/* .productsTools .layoutBox {
  float: left;
} */
.productsTools .catalogBox {
  float: left;
}
/* .productsTools .sortBox {
  float: left;
}
.productsTools .ippBox {
  float: right;
  width: 200px;
  text-align: right;
} */
/* .productsTools .paginatorBox {
  float: right;
} */
.productsTools ul {
  margin: 0;
  padding: 0;
}
.productsTools a {
  color: #00a7f6;
}
/* ul.paginator {
  display: block;
}
ul.paginator li {
  display: inline;
}
ul.paginator li a {
  text-decoration: none;
}
ul.paginator li.current {
  font-weight: bold;
} */
/* ul.breadcrumbs {
  display: block;
  font-size: 13px;
  padding: 0px;
}
ul.breadcrumbs li {
  display: inline;
}
ul.breadcrumbs li a {
  color: #48af34;
  font-weight: bold;
  text-decoration: none;
}
ul.breadcrumbs li:after {
  content: ' > ';
} */
/* Now unused */
.supplierMenu {
  text-align: center;
}
.supplierMenu .label {
  display: inline-block;
}
.supplierMenu ul {
  display: inline-block;
  font-size: 11px;
  padding: 0px;
}
.supplierMenu ul li {
  display: inline;
  font-size: 14px;
}
.supplierMenu ul li a {
  color: #00a7f6;
  font-weight: normal;
  text-decoration: none;
}
.supplierMenu ul li a.current {
  color: black;
  font-weight: bold;
}
.supplierMenu ul li:after {
  content: ' | ';
}
.supplierMenu ul li:first-child:before {
  content: ' | ';
}
/* ul.switch {
  display: block;
}
ul.switch li {
  display: inline;
}
ul.switch li a {
  text-decoration: none;
}
ul.switch li.current {
  font-weight: bold;
}
ul.switch li:before {
  content: '| ';
}
ul.switch:after {
  content: '|';
} */
/* .popupSwitch {
  display: inline-block;
  margin-right: 20px;
}
.popupSwitch .label {
  color: black;
} */
/* .popupSwitch .currentValue {
  display: inline-block;
  min-width: 120px;
}
.popupSwitch .currentValue .value {
  display: inline-block;
  font-weight: bold;
  color: #00a7f6;
  border-bottom: 1px dotted #00a7f6;
  cursor: pointer;
}
.popupSwitch .current {
  display: inline-block;
  font-weight: bold;
} */
.popupSwitch ul.items {
  display: none;
  position: absolute;
  box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.3);
  list-style: none;
  margin-top: -10px;
  padding: 0px;
  border: 1px solid gray;
  background-color: white;
  width: auto;
}
.popupSwitch ul.items li {
  display: block;
  border-bottom: 1px dotted gray;
}
.popupSwitch ul.items li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #00a7f6;
}
.popupSwitch ul.items li a:hover {
  color: #666666;
}
.popupSwitch ul.items li:last-child {
  border-bottom: none;
}
/* footer {
  background-color: #bfe6f7;
  color: #5B5B5B;
  font-size: 12px;
  padding: 30px 60px;
}
footer a {
  color: #015d96;
  text-decoration: none;
}
footer a:hover {
  color: #003d64;
}
footer ul.menu {
  width: 60%;
  display: block;
  float: left;
  margin: 0px;
  padding: 0px;
  columns: 3;
  list-style: none;
}
footer ul.menu li {
  margin-bottom: 5px;
}
footer .social {
  width: 25%;
  float: left;
  text-align: center;
  color: #016cb0;
}
footer .social .slogan {
  margin-bottom: 10px;
}
footer .social .icons img {
  display: inline-block;
  margin: 3px 20px;
}
footer .logo {
  width: 12%;
  float: right;
}
footer .logo img {
  width: 100%;
}
footer .developers {
  font-size: 12px;
  margin-top: 10px;
} */
.ordersMode tr.removed td {
  text-decoration: line-through;
}
.ordersMode tr.new td {
  color: #228b22;
}
/*html, body { 
    height: 100%; 
}
.wrapper { 
    min-height: 100%; 
    height: auto !important; 
    height: 100%; 
    margin: 0 auto -@footerHeight; 
    min-width: @minWidth;
}
footer, .push {	
    height: @footerHeight; 
    min-width: @minWidth;
}*/
#promptDialog input[name='name'] {
  width: 100%;
}
.photoPopup {
  z-index: 20;
  border: 1px solid gray;
  padding: 10px;
  border-radius: 10px;
  background-color: white;
  position: fixed;
  width: 820;
  height: 495px;
  cursor: pointer;
}
.photoPopup .head {
  height: 15px;
}
.photoPopup .head .close {
  text-align: right;
  font-weight: bold;
  text-decoration: underline;
  color: #00a7f6;
}
.photoPopup .head .close:hover {
  color: #666666;
}
.photoPopup img.bigPhoto {
  float: left;
  max-width: 480px;
  max-height: 480px;
}
.photoPopup .description {
  float: left;
  width: 300px;
  height: 460px;
  padding: 10px;
  overflow-y: auto;
  white-space: pre-wrap;
}
.dimmer {
  background-color: rgba(200, 200, 200, 0.8);
  z-index: 10;
  position: fixed;
  left: 0;
  top: 0;
  width: 4000px;
  height: 4000px;
}
/* .formsModule {
  margin: 10px 0;
}
.formsModule .field {
  margin-bottom: 10px;
}
.formsModule .field .title {
  width: 150px;
  display: block;
  float: left;
  white-space: pre-wrap;
  font-size: 12px;
}
.formsModule .field .control {
  margin-left: 150px;
}
.formsModule .field .reqSign {
  color: brown;
  font-weight: bold;
}
.formsModule .field .control.separator {
  background-color: #e0e0e0;
  padding: 1px;
  text-align: center;
}
.formsModule .field .control.text input,
.formsModule .field .control.textarea textarea {
  width: 100%;
  border: 1px solid #e0e0e0;
  background-color: #f2faef;
  padding: 2px;
  font-size: 12px;
}
.formsModule .field .control.textarea textarea {
  height: 50px;
}
.formsModule .field.invalid .title {
  color: #ff0000;
}
.formsModule .invalidFormMessage {
  padding: 2px;
  background-color: brown;
  color: white;
  text-align: center;
}
.formsModule .buttons {
  padding-top: 10px;
}
.formsModule input[type='submit'] {
  font-size: 16px;
  padding: 10px 20px;
  background-image: none;
  color: white;
  border-color: transparent;
  background-color: #72b831;
  font-weight: bold;
  border-radius: 3px;
}
.formsModule input[type='submit']:hover {
  background-image: none;
} */
.homeScreen .box1 {
  width: 230px;
  height: 300px;
  float: left;
  background-color: #7ab615;
  padding: 20px;
  border-radius: 20px;
}
.homeScreen .box2 {
  height: 300px;
  margin-left: 300px;
  background-color: #9bdcf8;
  padding: 20px;
  border-radius: 20px;
}
.homeScreen .box2 .bg {
  background-image: url(/images/checkers.png);
}
.homeScreen .box2 .bg object {
  display: block;
  margin: 0 auto;
}
.homeScreen .title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
}
.homeScreen .links {
  margin-top: 10px;
  font-weight: bold;
  text-align: center;
}
.homeScreen .links a {
  color: white;
  text-decoration: none;
}
.homeScreen .links a:hover {
  text-decoration: underline;
}
.homeScreen .links a {
  color: #5054c5;
}
.errorMessage {
  color: red;
  white-space: pre-wrap;
}
/* ul.suggestMenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.suggestMenu li a {
  border-width: 0;
  display: block;
  padding: 3px;
  text-decoration: none;
}
ul.suggestMenu li a:hover {
  border-width: 0;
  text-decoration: underline;
} */
.needAuth .box {
  border: 1px solid #cccccc;
  border-radius: 10px;
  padding: 20px;
  margin-right: 50px;
}
.needAuth .box h2 {
  margin-top: 0;
}
.needAuth .login,
.needAuth .registration {
  width: 49%;
  float: left;
}
.needAuth .login .input {
  width: 200px;
}
.ecommerce {
  border: 1px dashed blue;
  color: blue;
  padding: 10px;
  white-space: pre-wrap;
  font-family: monospace;
  background-color: #eef;
}

/* header .shopBar .menu-btn {
  display: none;
  background: #086dac;
  width: 200px;
  padding-left: 10px;
  align-items: center;
  margin-left: -10px;
  color: #fff;
} */
.menu-btn-lines {
  width: 30px;
  height: 22px;
  position: relative;
}
.menu-btn-line {
  border-top: 2px solid;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: transform 0.6s;
  transition: transform 0.6s;
}
.menu-btn-line:nth-child(1) {
  top: 0;
}
.menu-btn-line:nth-child(2) {
  top: calc(33.3% - 1px);
}
.menu-btn-line:nth-child(3) {
  bottom: calc(33.3% - 1px);
}
.menu-btn-line:nth-child(4) {
  bottom: 0;
}
.menuPopupActive .menu-btn-line:nth-child(1),
.menuPopupActive .menu-btn-line:nth-child(4) {
  display: none;
}
.menuPopupActive .menu-btn-line:nth-child(2) {
  transform: rotate(45deg);
}
.menuPopupActive .menu-btn-line:nth-child(3) {
  transform: rotate(-45deg);
}
.menuPopupActive .menu-btn-line {
  top: 50%;
  bottom: auto;
}
/* .show-search {
  display: none;
  width: 50px;
  height: 35px;
  background: url(../images/search.svg) no-repeat center;
  background-size: 50%;
} */
.btn-close {
  width: 40px;
  height: 40px;
  background: url(../images/close.svg) no-repeat center;
  background-size: 45%;
  position: absolute;
  top: 2px;
  right: 2px;
  opacity: 0.7;
  display: block;
}
.btn-close:hover {
  opacity: 1;
}
.popup-search {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999991;
  display: none;
}
.popup-search form {
  position: absolute;
  top: calc(50% - 20px);
  display: flex;
  justify-content: center;
  width: 100%;
}
.popup-search input[name='query'] {
  padding: 10px;
  font-size: 16px;
  border-radius: 5px 0 0 5px;
  border: 0;
}
.popup-search button {
  display: block;
  background-color: #097bc0;
  border: none;
  border-radius: 0 5px 5px 0;
  margin: 0;
  font-size: 16px;
  color: white;
  padding: 0 15px;
}
.popup-search .btn-close {
  filter: invert(100%);
}
.popup-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.8);
}
.products .photo img,
.photoBlock .photo img,
.header2 img,
#footer img {
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
}
div > ymaps {
  max-width: 100% !important;
}
/* #sidebar .widget-title:after {
  content: ':';
} */
.contacts table {
  float: none;
}
@media all and (max-width: 1300px) {
  body.site,
  header .stickyBar.stick .space,
  .productDetail {
    width: 100%;
  }
  /* header .shopBar {
    display: flex;
  }
  header .shopBar .cart {
    margin-left: 20px;
  }
  header .shopBar .search {
    width: 380px;
    margin-left: auto;
  }
  header .shopBar .search input[type='text'] {
    width: calc(100% - 90px);
  } */
  /* .products.grid {
    justify-content: center;
    margin-left: -10px;
    margin-right: -10px;
  }
  .products.grid .frame {
    margin-left: 10px;
    margin-right: 10px;
  } */
  table {
    max-width: 100%;
  }
  .actionTypesDoors a {
    padding: 10px;
  }
}

@media all and (max-width: 1250px) {
  /* header .header2 {
    display: flex;
    justify-content: space-around;
    padding: 20px;
    height: auto;
  }
  header .header2 > * {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  header .header2 .banner {
    width: 300px;
    border-radius: 5px;
    overflow: hidden;
    margin-top: -5px;
  } */
  .productDetail .photoBlock {
    width: 300px;
    margin-right: 20px;
  }
  .productDetail .photoBlock img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .productDetail .descrBlock {
    width: calc(100% - 340px);
    margin: 0;
    float: left;
  }
  .productDetail .cartBlock {
    float: none;
    clear: both;
  }
}

@media all and (max-width: 1194px) {
  .products.grid .frame {
    width: calc(50% - 45px);
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .products.grid .frame .photo {
    display: block;
    height: auto;
  }
  .products.grid .frame .specialPrice {
    margin: 0;
    top: 0;
    left: 0;
  }
  table {
    width: 100% !important;
  }
}

@media all and (max-width: 1084px) {
  /* header .header2 .banner {
    display: none;
  }
  header .stickyBar {
    height: auto;
  }
  header .shopBar {
    padding: 10px 10px 0;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
  }
  header .shopBar:after {
    content: '';
    display: block;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #087dc3;
    z-index: -1;
  }
  header .shopBar .search {
    order: 1;
    width: calc(100% - 270px);
    margin-bottom: 10px;
  }
  header .shopBar .cart {
    order: 2;
    margin-bottom: 10px;
  }
  header .shopBar .menu-btn {
    display: flex;
    order: 3;
  }
  header .shopBar .catalogBox {
    order: 4;
  }
  header .shopBar .phone {
    order: 5;
    text-decoration: none;
  }
  header .shopBar .phone a {
    text-decoration: none;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100%;
    height: 100%;
  }
  header .space {
    position: relative;
    z-index: 999991;
  }
  header nav.mainMenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999991;
  }
  header nav.mainMenu ul li {
    float: none;
    text-decoration: underline;
  }
  header nav.mainMenu ul li a {
    display: block;
    padding: 10px;
  } */
  .menuPopupActive header nav.mainMenu {
    display: block;
  }
  body.home .main {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  body.home .main .sectionContent:last-child tr:first-child td {
    padding-bottom: 0;
  }
  body.home .main .sectionContent:last-child h1 {
    margin-bottom: 0;
  }
  /* header .header2 .logo {
    margin-left: 0;
    width: auto;
    height: auto;
  } */
  /* footer ul.menu {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
  footer .social {
    width: 210px;
    clear: left;
  }
  footer .logo {
    width: 100px;
    margin-left: 15px;
  }
  footer > :first-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .developers {
    text-align: center;
    margin-top: 15px;
  } */
  .searchMode .products.grid .frame {
    width: calc(50% - 42px);
  }
}

@media all and (max-width: 810px) {
  /* header .header2 {
    justify-content: space-between;
  }
  header .header2 .authBox {
    display: none;
  }
  header .header2 .contacts {
    width: calc(100% - 390px);
  }
  header .stickyBar.stick .shopBar {
    padding-top: 0;
  }
  header .stickyBar.stick .search,
  header .stickyBar.stick .phone {
    display: none;
  }
  header .stickyBar.stick .cart {
    order: 4;
    margin: 7px 0 0 auto;
  }
  header .stickyBar.stick .shopBar:after {
    height: auto;
    top: 0;
  }
  header .stickyBar.stick .catalogButton {
  } */
  .productDetail .photoBlock,
  .productDetail .descrBlock {
    width: auto;
    margin: 0 0 20px;
    float: none;
  }
  .categoriesGroupedList .column {
    width: auto;
    float: none;
  }
  .categoriesGroupedList .column ul li .group {
    margin-bottom: 5px;
  }
  .categoriesGroupedList .column ul li .sub ul a {
    display: block;
    padding: 5px 0 5px 10px;
  }
  .categoriesGroupedList .column ul li .sub {
    margin-left: 10px;
  }
  .productsTools .layoutBox {
    display: none;
  }
  .searchMode > *,
  .categoriesTree,
  .searchSubcategories ul {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
  }
  /* .searchMode #sidebar .widget-title {
    border: 1px solid;
    padding: 10px;
    margin-top: 30px;
    font-size: 13px;
    position: relative;
  } */
  /* .searchMode #sidebar .widget-title:after {
    content: '▼';
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    display: flex;
    align-items: center;
  } */
  .searchMode .searchSubcategories {
    display: none;
  }
  /* .quantity input {
    border: 1px solid;
  } */
}

@media all and (max-width: 670px) {
  /* header .shopBar .menu-btn {
    width: 120px;
  }
  header .shopBar .catalogBox {
    width: 125px;
  }
  header .shopBar .phone {
    width: calc(100% - 245px);
  }
  header .shopBar .phone a,
  header .catalogButton .text {
    font-size: 16px;
  } */
  .productDetail .cartBlock {
    width: auto;
  }
  .categoriesGrid .category {
    width: calc(50% - 32px);
    height: auto;
  }
  .categoriesGrid .category > a {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .categoriesGrid .category .title {
    margin: auto;
  }
  .categoriesGrid .category img {
    max-width: 100%;
    width: auto;
    height: auto;
  }

  .main .sectionContent table,
  .main .sectionContent tbody,
  .main .sectionContent tr,
  .main .sectionContent td,
  .faq table,
  .faq tbody,
  .faq tr,
  .faq td,
  .about table,
  .about tbody,
  .about tr,
  .about td,
  .politics table,
  .politics tbody,
  .politics tr,
  .politics td,
  .yes table,
  .yes tbody,
  .yes tr,
  .yes td {
    display: block;
    width: auto !important;
    border: 0;
    padding-left: 0;
    padding-right: 0;
    padding: 0;
  }
  /* .response-table {
    width: calc(100% - 2px);
    overflow-y: hidden !important;
    overflow-x: scroll !important;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding-top: 30px;
    margin: 20px 0 50px;
  }
  .response-table > * {
    margin-bottom: 0 !important;
    max-width: none;
  }
  .response-table:before {
    content: '';
    display: block;
    width: 36px;
    height: 28px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAcCAYAAAAJKR1YAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAwVJREFUeNrEl2tPE1EQhrdXUEAriCKKaLxVjMZbMOoHE42aEEP8Ofwkf4Ka+sFLSNBEPwgaIaIYtFgKQrS6lrbrTHw2mZwUbMsSJ3mzu7NnZ94zM2fO2VgQBJ7K2NiYXgYEJcGy91figoOCouAHul2CTsFnQc1bX7oEPYKPxlY/dlbQJQUHBAXBT1UkfN/3crmcvrgqSAvmBMpyu+AaBPMYOCEYEkwLyg6BBN+FssZkhiBfZQJXuF/hOY3vVfUVR3Gbmb9i8E7BXZy+w8FZjL2EZCgxwWXBqKDX6JXcayKl9lNEZ1JwQ3CEcQUIjwj2KqFLgv2CcRgniYwSneCjQcEwxopOZNqIgpI56bxTUs9J1QV080B9ZNApcV91cdLwzTjSQX2CTwxSOcr1Q51aaSNKHrXlSlgfx4xujokP8FzFX0YJfRV0AI90qIFuCjE06qFzJW0Ixeu8z1CPeaPbw3XRpF0j7KuBZ6TqNC9/oes2kXlLmM9TC1ZShlCyDqFhMjBuyGi0XggW0B3X+hE8jTP4AXnuZ4Au1UeCU8ywIsjRDs45Dm1UXEJnWH33iXoHBCdYQB6R0Rp8qCURM32ok+KdJUoqu8EMeVbnWcESqfaYxB3uvwvuUcw9RGOGCSWIzKpJXztZmA97k52RLskpJyVFohJGQVP7xtRNgC7gOUGR+5BbciIWTswzxTxl+1e9IlxznmvM0ErZGKk5KdtmxniO82odX8F6+W9VKsZoap2l37BEQajsdO3u/02o4qRUG+0hCjbWrLFkBIRqRCltGuEtwW9aSoEGuGR2+S0lFNQp1nBL6QMeK2+RhliMMmX6zUXBTTOhtga+a2fvGqErR0ZokC3kMM1vR4OELLHrZu/cNKFep4CzLRRvl9npN11DtpFl/3GM3Uj8qCJUisjGQlSEihGszIUoI7Rs/kpalfdRrrIKZ+tWpWSOLpFtHdOgFcmb81ZkhHRlPTG/SM3I7FZtrkrqMWflchML4stW72WTpEF/JPeZ36IyKHFsLXBW35D8HwEGADVez1bX9ioSAAAAAElFTkSuQmCC);
    position: absolute;
    right: 10px;
    top: 0;
  }
  .response-table table {
    min-width: 560px;
  } */
  /* .home .wysiwyg p {
    margin: 0;
  } */
  /* .quantity .cartButton.addToCart {
    display: block;
    height: auto;
    padding: 5px;
    font-size: 14px;
    margin: 10px 0 0;
  } */
  /* .quantity input {
    width: calc(100% - 12px);
    padding: 0 5px;
    height: 25px;
  } */
  /* .productDetail .cartBlock .sku,
  .productDetail .cartBlock .title,
  .productDetail .cartBlock .units,
  .productDetail .cartBlock .oldPrice,
  .productDetail .cartBlock .quantity {
    font-size: 13px;
  } */
}

@media all and (max-width: 610px) {
  /* header .header2 .wrapper-logo {
    width: 330px;
    margin-left: -10px !important;
    display: flex;
    align-items: center;
  }
  header .header2 .logo {
    width: 200px;
  }
  header .header2 .goods {
    width: 100px;
    height: auto;
    margin-left: 10px;
  }
  header .header2 .goods img {
    margin: 0;
  }
  header .header2 .contacts {
    width: calc(100% - 330px);
  }
  header .shopBar .cart {
    width: 185px;
    margin-left: 10px;
  }
  header .shopBar .cart .info {
    width: 150px;
  }
  header .shopBar .search {
    width: calc(100% - 195px);
  }
  header .shopBar .cart .icon {
    width: 35px;
  }
  #footer {
    padding: 20px;
  }
  header .header2 .contacts {
    font-size: 14px;
    height: auto;
    padding: 5px;
  } */
  .catalogPopupActive {
    overflow: hidden;
  }
  .catalogPopupActive .catalogPopup {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    overflow: auto;
    border: 0;
    margin: 0;
  }
  /* header ul.catalogPopup li.title {
    display: block;
  } */
  .productsTools .ippBox {
    display: none;
  }
  .submenu {
    padding: 0;
  }
  .submenu ul:not(:empty) {
    display: flex;
    flex-direction: column;
    margin: 30px 0;
  }
  .body .wysiwyg h1:first-child {
    margin-top: 30px;
  }
  .needAuth .login,
  .needAuth .registration {
    width: 100%;
    float: none;
    margin: 0;
  }
  .needAuth .login {
    margin-bottom: 20px;
  }
  .needAuth .box {
    margin: 0;
  }
  /* .home .wysiwyg {
    height: 10px;
  } */
  /* .home .actionsSelections h2 {
    margin-top: 10px;
    margin-top: 30px;
    margin-bottom: 0;
  } */
}

@media all and (max-width: 560px) {
  /* header .shopBar .phone a {
    font-size: 14px;
  }

  header .header2 {
    align-items: center;
    padding: 10px;
  } */

  .wysiwyg h2,
  .wysiwyg h3,
  .wysiwyg h4,
  .wysiwyg h5,
  .wysiwyg h6 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .wysiwyg p {
    margin: 0 0 15px !important;
  }
  .wysiwyg img {
    display: block;
    margin: 10px auto;
  }
  /* .cartMode .saveTemplate {
    width: auto;
    display: block;
    margin: 0;
  } */
  .cartMode .saveCart {
    width: 100%;
    margin: 0;
  }
  .orderForm {
    margin: 30px 0;
  }
}

@media all and (max-width: 510px) {
  /* header .header2 .wrapper-logo {
    width: 230px;
  }
  header .header2 .contacts {
    width: calc(100% - 240px);
  }
  header .stickyBar.stick .menu-btn {
    width: 41px;
  }
  header .stickyBar.stick .cart {
    width: calc(100% - 180px);
  } */
  footer ul.menu {
    columns: 2;
  }
  .body .wysiwyg h1,
  h1,
  h1 * {
    font-size: 20px !important;
    margin: 20px 0 15px !important;
  }
  ,
  h1 * {
    margin: 0 !important;
  }
  /* .form .field .title,
  .form .field .control,
  .form .buttons,
  .form .element label,
  .form .element .input {
    display: block;
    float: none;
    width: auto;
    margin-left: auto;
    padding: 0;
  }
  .form .separator {
    display: none !important;
  }
  .form textarea,
  .form input {
    padding: 10px !important;
    width: calc(100% - 20px) !important;
    margin-top: 5px;
  } */
}

@media all and (max-width: 300px) {
  .products.grid .frame {
    width: calc(100% - 20px);
    display: block;
  }
  .searchMode .products.grid .frame {
    width: calc(100% - 42px);
  }
}

@media all and (max-width: 460px) {
  /* .products.grid .frame {
        width: calc(100% - 20px);
        display: block;
    }    */
  /* .searchMode .products.grid .frame {
        width: calc(100% - 42px);
    }     */
  .products.grid .frame .title {
    font-size: 15px;
  }
  /* .products.grid .priceBlock .price,
  .productDetail .priceBlock .price {
    font-size: 18px;
  } */
  /* .has_paginatorBox .sortBox .popupSwitch .label {
    width: 120px;
    display: block;
  } */
  .productsTools {
    opacity: 0;
  }
  .productsTools.show {
    opacity: 1;
  }
  .products.grid .frame .description {
    font-weight: bold;
    font-size: 13px;
    margin: 15px 0;
  }
  .products.grid .frame .description p {
    margin: 0;
  }
  /* img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
  } */
}

@media all and (max-width: 410px) {
  /* header .header2 .contacts {
    font-size: 12px;
  }
  header .stickyBar.stick .show-search,
  header .stickyBar.stick .catalogBox {
    display: none;
  }
  header .stickyBar.stick .cart {
    width: calc(100% - 60px);
    margin-top: 5px;
    margin-bottom: 5px;
  } */
  .productDetail .tabs .buttons .button {
    padding: 5px;
  }
  .categoriesGrid .category {
    width: calc(100% - 32px);
  }
}

@media all and (max-width: 380px) {
  /* header .header2 .goods {
    display: none;
  }
  header .header2 .logo {
    width: auto;
  }
  header .header2 .wrapper-logo {
    width: 180px;
  }
  header .header2 .contacts {
    width: calc(100% - 180px);
  }
  header .shopBar .menu-btn {
    width: 41px;
    padding: 0 5px 0 15px;
  }
  header .shopBar .phone {
    width: calc(100% - 176px);
  }
  header .shopBar .search {
    display: none;
  }
  header .shopBar .show-search {
    display: block;
    order: 1;
    margin: 0 0 5px -10px;
    width: 50px;
  }
  header .shopBar .cart {
    width: calc(100% - 70px);
    margin-bottom: 5px;
    margin-left: 5px;
  }
  header .shopBar .cart .info {
    width: auto;
  }
  header .shopBar {
    padding-top: 5px;
  }
  header .shopBar .cart a {
    display: flex;
    justify-content: flex-end;
  } */
  #mobile_menu {
    padding-left: 15px;
    padding-right: 15px;
  }
  #mobile_menu .menu > li > a {
    font-size: 14px;
    padding: 10px 0;
  }
  #mobile_menu .widget-title {
    margin-bottom: 5px;
    font-size: 20px;
  }
  #mobile_menu .collapse {
    top: 4px;
  }
  #mobile_menu .widget:not(:last-child) {
    margin-bottom: 10px;
  }
  #mobile_menu .widget-title + ul {
    margin-top: -15px;
  }
  .searchPopupActive {
    overflow: hidden;
  }
  .productDetail .tabs .buttons .button {
    font-size: 12px;
    margin-right: 0;
  }
}
/* @media all and (max-width: 318px) {
  header .header2 .wrapper-logo {
    width: 140px;
  }
  header .header2 .contacts {
    width: calc(100% - 140px);
  }
} */

.atcf {
  position: fixed;
  width: 80%;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.atcs {
  visibility: hidden;
  opacity: 0;
}

@media (max-width: 670px) {
  #atcstandart {
    display: none !important;
  }
}
@media (min-width: 670px) {
  #atcf,
  #atcfs {
    display: none !important;
  }
}
/*# sourceMappingURL=styles.css.map */
.slider-btn-ph {
  background-color: #3498db;
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 16px;
}

.slider-btn-ph:hover {
  background-color: #2980b9;
}

.previewPhotos {
  display: flex !important;
  flex-wrap: wrap !important;
}

.previewPhotoContainer {
  flex-shrink: 0;
  width: calc(15% - 10px);
  max-width: 100% !important;
  border: 1px solid #cccccc;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  box-sizing: border-box;
}

.previewPhoto {
  height: 50px !important;
  width: auto;
}
.previewPhotoContainer:not(:last-child) {
  margin-right: 5px !important;
}

.previewPhotoContainer:hover {
  border: 2px solid #3498db;
}

.pClicked {
  border: 2px solid #3498db;
}

.carousel-container {
  position: relative;
}

.carousel {
  display: flex;
  overflow: hidden;
}

.slide {
  width: 100%;
  flex: 0 0 auto;
  cursor: pointer;
}

.thumbnails-container {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.thumbnails {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap !important;
}

.thumbnail {
  width: 50px;
  height: 50px;
  margin-right: 5px;
  cursor: pointer;
  border: 1px solid #cccccc;
  margin-top: 5px;
}

.thumbnail.active {
  border: 1px solid #b3d4fc;
  position: relative;
}

.thumbnail.active::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7); /* Полупрозрачный черный цвет */
}
.photoBlock button {
  position: absolute;
  top: 50%;
  transform: translateY(-300%);
  font-size: 20px;
  background: none;
  border: none;
  cursor: pointer;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.prev-thumb,
.next-thumb {
  font-size: 12px;
  margin: 0 5px;
  display: none;
}
.previewPhotos:hover .next-thumb,
.previewPhotos:hover .prev-thumb {
  display: block;
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 999999999;
}

.overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 80%;
  height: 80%;
}

.overlay-content .thumbnails-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.overlay-image {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 950px) {
  .prev-overlay,
  .next-overlay {
    color: black !important;
  }
}
@media (max-width: 600px) {
  .overlay-content button {
    top: 20% !important;
  }
}

.prev-overlay,
.next-overlay {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  color: white;
  font-size: 40px !important;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  cursor: pointer;
  transform: translateY(-50%) !important;
}

.prev-overlay {
  left: 10px;
}

.next-overlay {
  right: 10px;
}

.close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 45px;
  color: #fff;
  cursor: pointer;
}

.prev-thumb,
.next-thumb {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  font-size: 20px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  cursor: pointer;
}

.prev-thumb {
  left: 10px;
}

.next-thumb {
  right: 10px;
}

/* @media (max-width: 670px) {  
    footer {
        display: none;
    }
} */
