* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}
html,
body {
  height: 100%;
}
html {
background-color: #031332;
}
body {
  min-width: 320px;
background-color: #ffffff;
  font-family: 'Roboto';
  font-size: 14px;
  color: #2b2d3a;
}
a:focus,
input:focus,
button:focus {
  outline-color: #777;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
button {
  border: none;
  background: none;
}
::-moz-selection {
  background-color: #b9babb;
}
::selection {
  background-color: #b9babb;
}
::-moz-selection {
  background-color: #b9babb;
}
br {
  font-size: 0;
}

.container {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

@media (min-width: 1101px) {
  .container{
    padding-bottom: 552px;
  }
	.container.promo-page{

        padding-bottom: 102px;
    }
}

.row {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.row::before,
  .row::after{
  content: '';
  display: block;
}

.row::after{
  clear: both;
}
.row-sidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
background: #f6f6f6;
}
.column {
  float: left;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.column--75 {
  width: 75%;
}
.column--66 {
  width: 66%;
}
.column--50 {
  width: 50%;
}
.column--33 {
  width: 33%;
}
.column--25 {
  width: 25%;
}
.column--20 {
  width: 20%;
}

.sidebar {
  float: left;
  width: 230px;
  background-color: #fff;
}

.text-uppercase {
text-transform:uppercase!important;
}

.constructor .selectize-dropdown-content {
max-height:100px;
}

@media (max-width: 1038px) {
  .content--catalog .sidebar {
    background-color: #f6f6f6;
  }
  .content--product .sidebar {
    display: none;
  }
  .content--product .sidebar + .column {
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .sidebar{
    display: none;
  }
}

@media (min-width: 1001px) {
  .sidebar + .column {
    width: calc(100% - 230px);
    background-color: #fff;
  }
}

.content {
/*background: #f6f6f6;*/
}

@media (min-width: 1217px) {
  .content .content__pattern {
    position: relative;
  }
  .content .content__pattern:before,
      .content .content__pattern:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 680px;
    height: 1705px;
    background-repeat: no-repeat;
  }
  .content .content__pattern:before {
    left: -680px;
    background-image: url('../images/pattern-blue.jpg');
  }
  .content .content__pattern:after {
    right: -680px;
    background-image: url('../images/pattern-red.jpg');
  }
}

.page {
  padding: 24px 28px;
  background-color: #fff;
}

@media (max-width: 1038px) {
  .page{
    padding: 0 20px 20px;
  }
}

font.errortext
{
	width: 100%;
    display: inline-block;
    background: #e31937;
    color: #fff;
    padding: 10px;
}

font.notetext
{
	width: 100%;
    display: inline-block;
    background: green;
    color: #fff;
    padding: 10px;
}

.typography {
  font-size: 17px;
  line-height: 1.4;
}

.typography h1 {
  padding: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #143d8d;
  font-size: 30px;
  text-align: center;
}

.personal h1 {
padding: 20px;
    margin-bottom: 20px;
    
    font-size: 30px;
    text-align: center;
}

@media (max-width: 1038px){
  .typography h1{
    margin-right: -20px;
    margin-left: -20px;
    background-color: #f6f6f6;
  }
}

.typography h2 {
    color: #e3273d;
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 0px;
    padding: 10px 0;
    font-size: 20px;
}



.typography h3 {
  font-size: 22px;
}

.typography p {
    margin-bottom: 10px;
    font-weight: 300;
}

.typography table {
  margin: 0 auto 30px;
  border-collapse: initial;
  border-spacing: 2px 0;
}

@media (max-width: 1000px) {
  .typography table{
    width: 100%;
    border-top: 2px solid #e31937;
  }
}

@media (max-width: 600px) {
  .typography table{
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
}

@media (max-width: 420px) {
  .typography table{
    font-size: 12px;
  }
}

.typography table tr:nth-child(odd) {
  background-color: #f6f6f6;
}

.typography table th {
  padding: 11px 24px;
  text-align: center;
  background-color: #e31937;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
}

@media (max-width: 1000px) {
  .typography table th{
    display: none;
  }
}

.typography table td {
  padding: 13px 18px;
  color: #828282;
  text-align: center;
}

.typography table td:after {
  display: none;
}

@media (max-width: 1000px) {
  .typography table td{
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 70%;
    margin-left: 30%;
    padding-right: 70px;
    padding-left: 70px;
  }
  .typography table td:after {
    display: block;
    position: absolute;
    top: 0;
    left: calc(-30 * 100% / 70);
    width: calc(30 * 100% / 70);
    padding: 13px 0;
    text-align: right;
  }
}

@media (max-width: 600px) {
  .typography table td{
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
}

.typography ul,
  .typography ol {
    margin-bottom: 10px;
    padding-left: 4px;
    font-weight: 300;
}

.typography ul li {
    margin-bottom: 5px;
}

.typography ul li:before {
  content: '\2022';
  display: inline-block;
  margin-right: 22px;
  vertical-align: -2px;
  -webkit-transform: scale(2.6);
      -ms-transform: scale(2.6);
          transform: scale(2.6);
  color: #143d8d;
}

.typography ol {
  counter-reset: list 0;
}

.typography ol li {
  margin-bottom: 18px;
}

.typography ol li:before {
  counter-increment: list;
  content: counter(list) '.';
  margin-right: 8px;
  color: #e31937;
}

.typography ul li:before {

  margin-right: 8px;

}

.typography .red {
  display: inline-block;
  padding: 0 1px 2px;
  background-color: #e31937;
  color: #fff;
  line-height: 1.1;
}

.typography .blue {
  display: inline-block;
  padding: 0 1px 2px;
  background-color: #143d8d;
  color: #fff;
  line-height: 1.1;
}

.typography .bold {
  font-weight: bold;
}

.typography .selected-text {
  padding: 18px 30px;
  background: url('../images/selected-text.jpg') no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
}

.typography .selected-text-red {
	padding: 5px 10px 5px 36px;
    background: #e31937;
    color: #fff;
font-size:14px;
width: 100%;
margin-top:20px;
}

.typography .selected-text-red .icon-success {
    top: 8px;
    left: 12px;
    width: 16px;
    height: 16px;
    background: url(../images/success_alert_blue.png) no-repeat 50% 50%;
    background-size: contain;
    display: inline-block;
    position: absolute;
}

.typography .selected-text-blue {
	padding: 5px 10px 5px 36px;
    background: #143d8d;
    color: #fff;
font-size:14px;
width: 100%;
margin-top:20px;
}

.typography .selected-text-blue p {
font-size:14px;
}

.typography .selected-text-blue .icon-success {
    top: 8px;
    left: 12px;
    width: 16px;
    height: 16px;
    background: url(../images/success_alert.png) no-repeat 50% 50%;
    background-size: contain;
    display: inline-block;
    position: absolute;
}


.typography .quote {
  position: relative;
  padding: 10px 60px;
  font-family: 'Roboto';
  font-weight: 300;
  font-style: italic;
}

@media (max-width: 600px) {
  .typography .quote{
    padding-right: 30px;
    padding-left: 30px;
  }
}

.typography .quote:before,
    .typography .quote:after {
  content: '“';
  position: absolute;
  height: 18px;
  color: #e31937;
  font-size: 60px;
  line-height: 1;
}

.typography .quote:before {
  top: 0;
  left: 34px;
}

@media (max-width: 600px) {
  .typography .quote:before{
    left: 8px;
  }
}

.typography .quote:after {
  bottom: 0;
  right: 34px;
}

@media (max-width: 600px) {
  .typography .quote:after{
    right: 10px;
  }
}

.image {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.image--hide {
  display: none !important;
}

label {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.form-checkbox--right, .form-radio--right {
  display: inline-block;
  margin-right: 32px;
}

.form-checkbox label, .form-radio label {
  font-family: 'Roboto Condensed';
  font-size: 18px;
}

.subscribe-edit .form-checkbox label, .form-radio label {
font-size: 16px;
}

.form-checkbox input[type=radio],
  .form-checkbox input[type=checkbox],
  .form-radio input[type=radio],
  .form-radio input[type=checkbox] {
  display: none;
}

.form-checkbox input[type=radio] + label:before,
  .form-checkbox input[type=checkbox] + label:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  box-sizing: border-box;
  margin-right: 14px;
  background-color: #e31937;
  vertical-align: -5px;
}

.form-radio input[type=radio] + label:before,
  .form-radio input[type=checkbox] + label:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  box-sizing: border-box;
  margin-right: 14px;
  background-color: #e31937;
  vertical-align: middle;
}

.form-checkbox--white input[type=radio] + label:before,
  .form-checkbox--white input[type=checkbox] + label:before,
  .form-radio--white input[type=radio] + label:before,
  .form-radio--white input[type=checkbox] + label:before {
  border: 2px solid #e31937;
  background-color: #fff;
}

.form-checkbox input[type=radio]:checked + label:before,
  .form-checkbox input[type=checkbox]:checked + label:before,
  .form-radio input[type=radio]:checked + label:before,
  .form-radio input[type=checkbox]:checked + label:before {
  background: #e31937 url(../images/check.svg) no-repeat 50% 50%;
  background-size: 16px;
}

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.form-row--column {
  margin: 0 -10px;
}

.form-row:not(:first-child) {
  margin-top: 26px;
}

.custom__form .form-row:not(:first-child) {
  margin-top: 16px;
}

.form-row--small:not(:first-child) {
  margin-top: 16px;
}

.form-row--small.no-margin {
  margin-top: 0px!important;
}

.form-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-column--100,
  .form-column--50,
.form-column--33 {
  padding: 0 10px;
  box-sizing: border-box;
}

.form-column .sku_prop_title {
color: #fff;
font-size: 15px;
margin-bottom: 10px;
}

.subscribe-table .form-column--33,
.subscribe-table .form-column--28,
.subscribe-table .form-column--38,
.subscribe-table .form-column--67 {
padding: 0 20px;
box-sizing: border-box;
}

.form-column p {
font-size:17px;
}

.form-column p.conditions {
font-size:12px;
margin-top:20px;
}

.form-column p.heading {
    font-weight: bold;
    margin-bottom: 10px;
}

.form-checkbox.marg_l {
margin-left:20px;
}
.form-checkbox.marg_l:first-child {
margin-left:0px;
}

@media (max-width: 600px) {
  .form-column--100,
  .form-column--50,
.form-column--33,
.form-column--28,
.form-column--38,
.form-column--67
{
    width: 100% !important;
  }
}

.form-column--100 {
  width: 100%;
}

.form-column--50 {
  width: 50%;
}
.form-column--33 {
  width: 33%;
}
.form-column--33.center {
margin: 0px 0.5%;
}
.form-column--28 {
  width: 28%;
}
.form-column--38 {
  width: 38%;
}
.form-column.border_r {
border-right:1px solid #999;
}

@media (max-width: 600px) {
.form-column.border_r {
border-right:0px solid #999;
}
	.form-headings {
display:none;
}
}


.pr {
position:relative;
}

@media (max-width: 600px) {
  .form-row .form-column--50 + .form-column--50 {
    margin-top: 26px;
  }
  .form-row--small .form-column--50 + .form-column--50 {
    margin-top: 16px;
  }
.form-row .form-column--33 + .form-column--33 {
    margin-top: 26px;
  }
.form-row .form-column--28 {
    margin-top: 26px;
  }
.form-row .form-column--38 {
    margin-top: 26px;
  }
.form-row .form-column--67 {
    margin-top: 26px;
  }
}

.form-column__caption {
  display: block;
  width: 100%;
}

.form-input {
  width: 100%;
  height: 40px;
  padding: 10px 16px 9px;
  border: 2px solid transparent;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: 'Roboto Condensed';
  font-size: 18px;
  color: #383737;
}

#coupon.form-input {
padding: 10px 16px 9px;
}

.subscribe-edit .form-input {
font-size: 16px;
}

.form-input::-webkit-input-placeholder{
  font-family: 'Roboto Condensed';
  font-size: 18px;
  color: #383737;
}

.form-input::-moz-placeholder{
  font-family: 'Roboto Condensed';
  font-size: 18px;
  color: #383737;
}

.form-input:-ms-input-placeholder{
  font-family: 'Roboto Condensed';
  font-size: 18px;
  color: #383737;
}

.form-input:-moz-placeholder{
  font-family: 'Roboto Condensed';
  font-size: 18px;
  color: #383737;
}

.subscribe-edit .form-input::-webkit-input-placeholder {
font-size: 16px;
}

.subscribe-edit .form-input::-moz-placeholder {
font-size: 16px;
}

.subscribe-edit .form-input:-ms-input-placeholder { 
font-size: 16px;
}

.subscribe-edit .form-input:-moz-placeholder {
font-size: 16px;
}

@media (max-width: 600px) {
  .form-input:not(.form-input--no-resize) {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

.form-input--bordered {
  border: 2px solid #c6ccd2;
}

.form-input--bordered-small {
  border-width: 1px;
}

.form-input--hint {
  margin-right: 12px;
}

.form-input-hint {
  font-size: 15px;
  font-weight: 300;
  color: #ccc;
    margin-top: 5px;
    display: inline-block;
}

.input_wrapper .form-input-hint br {
display:none;
}

.form-input--error {
  border-color: #e31937;
}

.form-input--error::-webkit-input-placeholder {
  color: #e31937;
}

.form-input--error::-moz-placeholder {
  color: #e31937;
}

.form-input--error:-moz-placeholder {
  color: #e31937;
}

.form-input--error :-ms-input-placeholder {
  color: #e31937;
}

textarea.form-input {
  min-height: 80px;
  resize: none;
}

#alert_min_purchase {
    padding: 15px 20px 8px;
    box-sizing: border-box;
    min-height: 48px;
    background: #e31937;
    color: #fff;

    font-size: 16px;
}

#alert_promo {
    padding: 10px;
    box-sizing: border-box;
    min-height: 48px;
    background: #b1b1b1;
    color: #fff;
	clear: both;
    width: 340px;
    margin-top: 20px;
    font-size: 16px;
}

#alert_before_promo {
    padding: 15px 20px 8px;
    box-sizing: border-box;
    min-height: 48px;
    background: #e31937;
    color: #fff;
margin-bottom: 30px;
    font-size: 16px;
}

#alert_after_promo {
    padding: 15px 20px 8px;
    box-sizing: border-box;
    min-height: 48px;
    background: #e31937;
    color: #fff;
margin-bottom: 30px;
    font-size: 16px;
}

@media (max-width:1000px) {
#alert_min_purchase {
padding: 9px 20px 8px;
   margin-top:16px;
width:100%;
}
}

.oneclick_link {
    width: 100%;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
    color: #143d8d;
    font-weight: normal;
    text-decoration: underline;
    font-family: arial;
    line-height: 1;
    letter-spacing: .9px;
}

.oneclick_link:hover {
text-decoration:underline;
}

.form-button {
  border: none;
  min-height: 40px;
  padding: 9px 20px 8px;
  box-sizing: border-box;
  border-radius: 4px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background-color: #e31937;
  cursor: pointer;
  -webkit-transition: background .2s ease-out;
  transition: background .2s ease-out;
  line-height: 1;
  letter-spacing: .9px;
  text-decoration: none;
  outline: none;
  vertical-align: top;
display:inline-block;
}

.form-button a {
text-decoration:none;
vertical-align: middle;
}

a.form-button {
line-height: 48px;
    padding: 0px 20px;
}
a.form-button--dark-gray {
line-height:40px;
}

@media (max-width: 600px) {
  .form-button:not(.form-button--no-resize) {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    font-size: 20px;
  }
  .form-button:not(.form-button--no-resize) + .form-button:not(.form-button--no-resize) {
    margin-top: 16px;
  }
}

.form-button:hover {
  background-color: #a51026;
}

.form-button.no-link {
cursor:default;
}

.bx_my_order_switch .form-button:last-child {
margin-left:10px;
}

.form-button--neighbor {
  margin-right: 16px;
}

.form-button--big {
  min-height: 48px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 22px;
}

.form-button--small {
min-height: 36px!important;
    line-height: 36px!important;
    padding: 0px 20px!important;
    border: 1px solid transparent;
}

.form-button--transparent,
  .form-button--gray {
  background-color: transparent;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.form-button--transparent {
  min-height: 45px;
  border: 2px solid rgba(255, 255, 255, .6);
}

.form-button--transparent:hover {
  background-color: transparent;
  opacity: .8;
}

.form-button--gray {
  min-height: 48px;
  border: 1px solid #b4b4b4;
  color: #939393;
}

.form-button--gray:hover {
  border-color: #e31937;
  background-color: transparent;
  color: #e31937;
}

.form-button--gray.active {
background: #b4b4b4;
cursor: default;
}

.form-button--gray.active:hover {
background: #b4b4b4;
border: 1px solid #b4b4b4;
color: #939393;
}

.form-button--dark-gray {
  background-color: #b1b1b1;

}

.form-button--dark-gray:hover {
  background-color: #7a7a7a;
}

.form-button--blue {
  background-color: #143d8d;
}

.form-button--blue:hover {
  background-color: #2e69db;
}

.form-button--dark-blue {
  background-color: #112d65;
}

.form-button--dark-blue:hover {
  background-color: #2e69db;
}

.form-button--text-small {
  font-size: 20px;
}

.form-button--text-blue {
  color: #143d8d;
}

.form-button--icon .svgicon {
  margin-right: 16px;
}

.form-button--favorites .icon {
  margin-top: -4px;
}

.form-select .selectize-input input::-webkit-input-placeholder{
  font-family: 'Roboto Condensed';
  font-size: 18px;
  color: #383737;
}

.form-select .selectize-input input::-moz-placeholder{
  font-family: 'Roboto Condensed';
  font-size: 18px;
  color: #383737;
}

.form-select .selectize-input input:-ms-input-placeholder{
  font-family: 'Roboto Condensed';
  font-size: 18px;
  color: #383737;
}

.form-select .selectize-input input:-moz-placeholder{
  font-family: 'Roboto Condensed';
  font-size: 18px;
  color: #383737;
}

.form-select--right {
  margin-right: 16px;
}

.form-select--100 {
  width:100%!important;
}


.form-select--small .selectize-input {
  height: 32px;
  padding: 8px 18px 8px 10px;
}

.form-select--small .selectize-input:after {
  right: 11px !important;
}

.form-select--small .selectize-input * {
  vertical-align: top;
  font-size: 16px;
  line-height: 1;
}

.form-select--small .selectize-dropdown {
  padding-top: 4px;
  font-size: 16px;
}

.form-select--small .selectize-dropdown [data-selectable] {
  padding: 5px 10px;
}

.form-select--border .selectize-input {
  border: 1px solid #b4b4b4;
}

.form-select--border-red .selectize-input {
  border-color: #e31937;
}

.form-select--border .selectize-dropdown {
  border: 0 solid #b4b4b4;
  border-width: 0 1px 1px 1px;
}

.form-select--border-red .selectize-dropdown {
  border-color: #e31937;
}

.form-select--border-red .selectize-input input::-webkit-input-placeholder {
  color: #e31937;
}

.form-select--border-red .selectize-input input::-moz-placeholder {
  color: #e31937;
}

.form-select--border-red .selectize-input input:-moz-placeholder {
  color: #e31937;
}

.form-select--border-red .selectize-input input:-ms-input-placeholder {
  color: #e31937;
}

.form-notation {
  color: #e31937;
}

.title {
  display: block;
  padding: 28px 20px;
  text-align: center;
  font-family: 'Roboto Condensed';
  font-size: 40px;
  color: #313131;
}

.popup .title, .white-popup .title {
background:#eeeeee;
text-transform:uppercase;
font-size: 24px;
border-radius: 5px 5px 0px 0px;
padding: 18px 20px;
}

.form_wrapper .check_order_body {
padding-top: 10px;
}

.form_wrapper .order_info_row {
margin: 10px 0px;
}

.form_wrapper .order_info_row .order_info_caption {
display: inline-block;
    width: 50%;
    text-align: right;
    color: #939393;
    font-size: 20px;
    padding: 0px 10px;
}

.form_wrapper .order_info_row .order_info_value {
    display: inline-block;
    width: 50%;
    text-align: left;
    font-size: 20px;
    padding: 0px 10px;
}

#success_message:before {
content:'';
display:inline-block;
height:100%;
vertical-align:middle;
}

.form_wrapper .order_info_row .order_info_message {
display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 20px;
}

.popup-sizes .tabs-pages > .tabs {
    margin: 0 0 30px 0;
    text-align: center;
}

.popup-sizes .tabs-pages > .tabs > a {
    position: relative;
    display: inline-block;
    margin: 0 5px 0 5px;
    padding: 2px 15px 4px 15px;
    font-size: 1.25em;
    color: #272626;
    text-decoration: none;
    text-align: center;
    background: #f5f5f5 url(https://cskashop.ru/cska/css/img/grad-gray4.png) repeat-x;
    border-radius: 3px;
    box-shadow: 0 1px 3px #999;
    -webkit-box-shadow: 0 1px 3px #999;
    -moz-box-shadow: 0 1px 3px #999;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    beh * avior: url(https://cskashop.ru/cska/css/PIE.php);
}

.popup-sizes .tabs-pages > .tabs > .active {
    color: #fff;
    background: #11429d url(https://cskashop.ru/cska/css/img/grad-blue2.png) repeat-x;
}

.popup-sizes .tabs-pages > .cont > div:first-child {
    display: block;
}

.popup-sizes .tabs-pages > .cont > div {
    display: none;
}


.sizing-page {
    background: url(https://cskashop.ru/cska/css/img/sizing.png) 95% 50% no-repeat;
}

.sizing-page .row {
    position: relative;
    margin: 0 0 23px 0;
    padding: 0 325px 0 55px;
    font-size: 1.05em;
}

.sizing-page .row > i {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 7px 0 0 0;
    width: 40px;
    height: 33px;
    background: url(https://cskashop.ru/cska/css/img/circle-gray.png) no-repeat;
    font-size: 1.25em;
    font-style: normal;
    text-align: center;
}

.sizing-page .row h3 {
    margin: 0 0 0.2em;
    padding: 6px 0 0 0;
    font-size: 1.25em;
    font-weight: bold;
}

.popup-sizes .tabs-sizes > .tabs {
    margin: 0 0 25px 0;
}

.popup-sizes .tabs-sizes > .tabs > a:hover, .popup-sizes .tabs-sizes > .tabs > a.active {
    color: #272626;
    text-decoration: none;
}

.popup-sizes .tabs-sizes > .tabs > a {
    display: inline-block;
    margin: 0 35px 0 0;
    font-size: 1.1875em;
    font-weight: bold;
    text-transform: uppercase;
}

.popup-sizes .tabs-sizes > .cont > div:first-child {
    display: block;
}

.popup-sizes .tabs-sizes > .cont > div {
    display: none;
}
.popup-sizes .tabs-sizes > .cont td {
width:auto;
}

@media (max-width: 600px) {
  .title{
    font-size: 36px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
.popup .title {
font-size:16px;
	}
}

.title--blue {
  color: #143d8d;
}

.title--blue span {
  border-bottom: 2px solid #143d8d;
}
.title-line {
  padding: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #143d8d;
  font-size: 30px;
  text-align: center;
}
@media (max-width: 1038px){
  .title-line{
    margin-right: -20px;
    margin-left: -20px;
    background-color: #f6f6f6;
  }
}
.title-line--blue {
  color: #143d8d;
}
@media (max-width: 1038px) {
  .title-line--blue{
    background-color: transparent !important;
  }
}

.preloader {
  position: relative;
}

.preloader--loading:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 4px solid #143d8d;
  border-top: 4px solid #e31937;
  border-radius: 50%;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}

.preloader--hide {
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}

.preloader--loading .preloader--hide {
  opacity: 0 !important;
}
@-webkit-keyframes spin {
  0% { trnasform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes spin {
  0% { trnasform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}


.breadcrumbs {
  font-family: 'Roboto Condensed';
  font-size: 12px;
  line-height: 1;

}

.popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/popup-bg.png') repeat 0 0;
	z-index: 999999;

}
.popup__in {
/*	position: fixed;
	top: 50%;
	left: 50%;
	width: 870px;
	min-height: 320px;
	margin: -200px 0 0 -435px;
	background: #fff;
	padding: 0px;
	border-radius: 10px;*/
  width: 870px;
  height: 510px;
  padding: 28px;
  background: #fff;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -255px -435px;
  box-sizing: border-box;

}

@media (max-width: 870px) {
  .popup__in {
		    width: 90% !important;
    height: 90% !important;
    margin: 5px 0 0 -45% !important;
    padding: 14px !important;
    max-height: 530px;
    top: 5%;
	}
	
}


.guard {
position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: RGBA(255,255,255,0.6);
display:none;
}

.guard.preloader--loading {
display:block;
}

.buy_wrapper_inner {
position:relative;
}

.success_msg {
display:none;
position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 10;
    text-align: center;
    width: 100%;
font-size: 20px;
}

.success_msg.active {
display:inline-block;
}

.success_msg div {
display:inline-block;
}

.popup__close {
	display: inline-block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: -18px;
    right: -18px;
    cursor: pointer;
    background: #143d8d;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
z-index:10;
}

.popup__close.js-add-favourite {
right:-8px;
display:none;
}

.product:hover .popup__close.js-add-favourite {
display:block;
}

.popup__close i.fa {
line-height:35px;
}
/*
.popup table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 30px;
}
.popup table tr:first-child {
	border-bottom: 1px solid #cecece;
}
.popup table tr td {
	padding: 10px;
	vertical-align: top;
}
.popup table tr td:first-child {
	max-width: 100px;
}
.popup table tr td:first-child img {
	width:100%;
}
.popup table tr td:nth-child(2) {
	width: 50%;
}
.popup table .opt-quontity {
	text-align: left;
	margin-top: 0px;
}
.popup table a {
	font-size: 14px;
	color: #e91d24;
	text-decoration: underline;
	margin-bottom: 5px;
    display: inline-block;
}
.popup table tr td:nth-child(2) span {
	display: block;
	margin-bottom: 5px;
}
.popup .button.right {
	float: right;
}

.popup .form_wrapper .buy_body, .popup .form_wrapper .stock_body, .popup .form_wrapper .send_body {
padding: 30px 20px;
}*/

.send_body {
text-align:center;
}

.send_body p {
margin: 20px 0px;
font-size: 18px;
}

.popup .form_wrapper .button_wrapper {
text-align:center;
}

.product-page__form-buttons .buy_content, .custom__form-button .buy_content {
display:none;
}

#c_store_amount li {
display:inline-block;
width:100%;
   padding: 20px 0px;
    font-size: 16px;
border-bottom:1px solid #dbdbdb;
}

#c_store_amount li:last-child {
border-bottom:none;
}

#c_store_amount .info {
width:50%;
display:inline-block;
}

#c_store_amount .total {
width:50%;
display:inline-block;
vertical-align: top;
    padding: 0px 10%;
}

#c_store_amount .total span:first-child {
width: 100%;
    display: inline-block;
    background: #eee;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #dbdbdb;

}

#c_store_amount .total span:last-child {
    width: 100%;
    display: inline-block;
    padding: 5px;
    color: #143d8d;
    text-align: center;
    border: 1px solid #dbdbdb;
    margin-top: 5px;

}

#c_store_amount .name {
color:#e31937;
display:block;
}
#c_store_amount .tel {
color:#143d8d;
display:block;
}

#c_store_amount .schedule {
display:block;
}


@media (max-width: 1038px) {

  .page .breadcrumbs {
    display: none;

  }

}

@media (max-width: 600px) {

  .breadcrumbs {
    display: none;

  }

}

.breadcrumbs__item {
  display: inline-block;
  text-decoration: none;
  color: #939393;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;

}

.breadcrumbs__item:link:hover {
  opacity: .8;

}

.breadcrumbs__icon {
  display: inline-block;
  margin: 0 7px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #939393;
  text-align: center;
  vertical-align: middle;
box-sizing: content-box;

}

.breadcrumbs__icon .svgicon {
  width: 8px;
  height: 8px;
  margin-top: 4px;
  fill: #2b2d3a;
  stroke: #2b2d3a;
  stroke-width: 12px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);

}

.cart__form {

    margin-top: 20px;
}

.cart__table-row {

    position: relative;
}

.cart__table-row::before,
  .cart__table-row::after{

    content: '';

    display: block;
}

.cart__table-row::after{

    clear: both;
}

.cart__table-cell {

    width: 100%;

    float: left;

    box-sizing: border-box;

    border: 1px solid transparent;
}

.cart__table-cell--name {

    width: 41.8%;
}

.cart__table-cell--price {

    width: 15.9%;
}

.cart__table-cell--price.popup-cell {

    width: 20.9%;
}

.cart__table-cell--count {

    width: 15%;
}

.cart__table-cell--total {

    width: 16.7%;
}

.cart__table-cell--total.popup-cell {

    width: 22.3%;
}


.cart__table-cell--remove {

    width: 10.6%;
}

.cart__table-cell--mobile {

    display: none;
border:none;
}

@media (max-width: 1000px) {

    .cart__table-cell--desktop {

        display: none;
    }

    .cart__table-cell--mobile {

        display: block;
    }

    .cart__table-cell--name {

        width: 45% !important;

        padding-left: 100px !important;
    }

    .cart__table-cell--price {

        width: 30.9%;
    }

    .cart__table-item .cart__table-cell.cart__table-cell--count {

        position: absolute !important;

        top: 68px;

        left: calc(45% + 10px);

        width: 100px !important;

        height: 30px !important;

        padding: 0 !important;
    }

    .cart__table-item .cart__table-cell.cart__table-cell--count .cart__table-count {

        margin-top: 0;
    }

	.cart__table-cell--count .bx_cnt_desc {
        display: none;
    }

    .cart__table-cell--total {

        width: 23.7%;

        text-align: left !important;
    }

    .cart__table-item .cart__table-cell.cart__table-cell--remove {

        position: absolute !important;

        top: 10px;

        right: 16px;

        width: 20px !important;

        height: 20px !important;

        padding: 0 !important;
    }

    .cart__table-item .cart__table-cell.cart__table-cell--remove .cart__table-remove {

        margin-top: 0 !important;
    }
}

@media (max-width: 700px) {

    .cart__table-cell--name {

        width: 65% !important;
    }

    .cart__table-item .cart__table-cell {

        height: 160px !important;
    }

    .cart__table-item--with-sale .cart__table-cell {

        height: 190px !important;
    }

    .cart__table-item .cart__table-cell.cart__table-cell--price {

        position: absolute !important;

        top: 125px;

        left: 90px;

        width: 120px !important;

        height: 30px !important;

        padding: 0 !important;
    }

    .cart__table-item .cart__table-cell.cart__table-cell--price .cart__table-price {

        margin-top: 0;
    }

    .cart__table-item .cart__table-cell.cart__table-cell--price .cart__table-badge {

        top: -14px;

        right: -48px;
    }

    .cart__table-cell--count {

        top: 125px !important;

        left: 0 !important;
    }

    .cart__table-cell--total {

        width: 35% !important;

        padding-right: 54px !important;

        text-align: right !important;
    }
}

@media (max-width: 600px) {

    .cart__table-cell--name {

        width: 100% !important;

        padding-right: 46px !important;
    }

    .cart__table-cell--total {

        display: none;
    }
}

.cart__table-header .cart__table-cell {

    padding: 15px 0;

    background-color: #e31937;

    border-color: #fff;

    border-width: 0 1px;

    font-weight: 500;

    font-size: 20px;

    color: #fff;

    text-align: center;
}

.cart__table-header .cart__table-cell:first-child {

    border-left: none;
}

.cart__table-header .cart__table-cell:last-child {

    border-right: none;
}

.cart__table-item {

    border-top: 2px solid #fff;

    background-color: #f1f1f1;
}

.cart__table-item .cart__table-cell {

    position: relative;

    height: 130px;

    padding: 10px;
}

.cart__table-item .cart__table-cell--name {

    padding-left: 120px;
}

.cart__table-item .cart__table-cell--price,
      .cart__table-item .cart__table-cell--count,
      .cart__table-item .cart__table-cell--total,
      .cart__table-item .cart__table-cell--remove {

    text-align: center;
}

.cart__table-personal {

    position: relative;

    height: 117px;

    border-top: 1px solid #c0c0c0;

    background-color: #f8f8f8;
}

@media (max-width: 700px) {

    .cart__table-personal{

        height: 160px;
    }
}

.cart__table-personal:not(.not_first):after {

    position: absolute;

    top: -1px;

    left: 50%;

    margin-left: -7px;

    width: 0;

    height: 0;

    border-style: solid;

    border-width: 5px 5px 0 5px;

    border-color: #c0c0c0 transparent transparent transparent;
}

.cart__table-personal-caption {

    display: inline-block;

    margin-top: 11px;

    font-family: 'Roboto Condensed';

    font-size: 16px;

    color: #e31937;

    white-space: nowrap;
}

@media (max-width: 1000px) {

    .cart__table-personal-caption{

        margin-top: 6px;
    }
}

.cart__table-personal-info {

    margin-top: 8px;

    font-weight: 'Roboto Condensed';

    /*white-space: nowrap;*/
}

@media (max-width: 1000px) {

    .cart__table-personal-info{

        white-space: normal;
    }
}

.cart__table-personal-info-text {

    display: inline-block;

    font-size: 16px;

    color: #383737;
}

.cart__table-personal-info-text:first-child {

    margin-right: 26px;
}

.cart__table-personal-info-text span {

    display: inline-block;

    margin-right: 6px;

    font-size: 16px;

    color: #939393;
}

@media (max-width: 1000px) {

    .cart__table-personal-info-text{

        width: 100%;

        margin: 0 !important;
    }
}

.cart__table-personal .cart__table-cell {

    height: 118px;
}

.cart__table-image {

    position: absolute;

    top: 7px;

    left: 25px;

    width: 65px;

    height: 95px;

    border-radius: 4px;
}

@media (max-width: 1000px) {

    .cart__table-image{

        left: 16px;
    }
}

.cart__table-personal .cart__table-image {

    top: auto;

    left: 20px;

    bottom: 0;

    width: 74px;

    height: 110px;
}

@media (max-width: 1000px) {

    .cart__table-personal .cart__table-image{

        left: 12px;
    }
}

.cart__table-name {

    display: inline-block;

    height: auto;

    margin-top: 0px;

    overflow: hidden;

    font-size: 16px;

    line-height: 1.3;

    color: #143d8d;
}

@media (max-width: 400px) {

    .cart__table-name{

        height: 36px;

        font-size: 14px;
    }
}

.cart__table-size {

    margin-top: 10px;
}

.cart__table-size-caption {

    display: inline-block;

    margin-right: 8px;

    font-family: 'Roboto Condensed';

    font-size: 16px;

    color: #939393;

    vertical-align: middle;
}

.cart__table-size .form-select {

    display: inline-block;

    width: 52px;

    vertical-align: middle;
}

.cart__table-price {

    position: relative;

    margin-top: 20px;
}



@media (max-width: 1000px){
.cart__table-price {
text-align:left;
	}
}

.cart__table-price-num {

    font-weight: 500;

    font-size: 26px;
}

.cart__table-price-currency {

    position: relative;

    display: inline-block;

    margin-left: 4px;

    font-size: 18px;
}

.cart__table-price-old {

    display: block;

    margin-top: 10px;

    font-size: 20px;

    color: #7a7a7a;
}

.cart__table-price-old span {

    position: relative;
}

.cart__table-price-old span:before {

    content: '';

    display: block;

    position: absolute;

    top: 12px;

    left: 0;

    width: 100%;

    border-top: 2px solid #7a7a7a;
}

.cart__table-personal .cart__table-price {

    margin-top: 18px;
}

.cart__table-badge {

    position: absolute;

    top: -20px;
    right: -12px;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -webkit-align-items: center;

        -ms-flex-align: center;

            align-items: center;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

        -ms-flex-pack: center;

            justify-content: center;

    width: 38px;

    height: 38px;

    border-radius: 50%;

    color: #fff;

    background-color: #e31937;

    font-weight: 700;

    font-size: 14px;
}

.cart__table-badge.hide {
display:none;
}

.cart__table-badge .fa {
font-size:24px;
}

.cart__table-count {

    margin-top: 18px;

    -webkit-user-select: none;

       -moz-user-select: none;

        -ms-user-select: none;

            user-select: none;
}

.cart__table-cell--count .bx_cnt_desc {
    margin-top: 10px;
    display: block;
}



@media (max-width: 1000px){
.cart__table-cell--count .bx_cnt_desc {
        display: none;
    }
}

.cart__table-count .form-input {

    display: inline-block;

    width: 30px !important;

    height: 30px;

    padding: 4px;

    text-align: center;

    vertical-align: middle;
}

.cart__table-count-icon {

    display: inline-block;

    cursor: pointer;
}

.cart__table-count-icon .svgicon {

    width: 10px;

    height: 10px;

    fill: #979797;

    stroke: #979797;

    stroke-width: 60px;

    vertical-align: middle;
}

.cart__table-count-icon .svgicon:hover {

    fill: #143d8d;

    stroke: #143d8d;
}

.cart__table-count-icon:first-child {

    margin-right: 8px;
}

.cart__table-count-icon:last-child {

    margin-left: 8px;
}

.cart__table-total-price {

    margin-top: 20px;

    font-weight: 500;

    font-size: 26px;

    color: #e31937;
}

.cart__table-total-price-currency {

    display: inline-block;

    margin-left: 4px;

    font-weight: 400;

    font-size: 18px;
}

.cart__table-personal .cart__table-total-price {

    margin-top: 18px;
}

.cart__table-remove {

    display: inline-block;

    width: 20px;

    height: 20px;

    border-radius: 50%;

    background-color: #979797;

    margin-top: 22px;

    cursor: pointer;
}

.cart__table-remove .svgicon {

    width: 10px;

    height: 10px;

    margin-top: 5px;

    fill: #fff;
}

.cart__table-remove:hover .svgicon {

    fill: #e31937;
}

.cart__count {

    display: inline-block;

    margin-left: 30px;

    font-size: 18px;

    vertical-align: -2px;
}

@media (max-width: 1100px) {

    .cart__count{

        display: block;

        margin: 10px 0 0 0;
    }
}

.cart__count-num {

    display: inline-block;

    margin-right: 4px;

    font-weight: 500;

    font-size: 26px;
}

.cart__count-text {

    display: inline-block;

    margin-right: 14px;

    font-family: 'Roboto Condensed';

    font-size: 16px;

    color: #939393;
}

.cart__price {

    position: relative;
}

@media (max-width: 900px) {

    .cart__price{

        display: inline-block;
    }
}

.cart__price--with-sale {

    padding-right: 46px;
}

.cart__price-text {

    display: inline-block;

    margin-right: 14px;

    font-family: 'Roboto Condensed';

    font-size: 16px;

    color: #939393;
}

.cart__price-num {

    font-weight: 500;

    font-size: 34px;

    color: #e31937;
}

.cart__price-currency {

    position: relative;

    display: inline-block;

    margin-left: 4px;

    font-weight: 400;

    font-size: 28px;
}

.cart__price-old-price {

    display: block;

    margin-top: 6px;

    text-align: right;

    font-size: 20px;

    color: #7a7a7a;
margin-bottom: 20px;
}

.cart__price-old-price span {

    position: relative;
}

.cart__price-old-price span:before {

    content: '';

    display: block;

    position: absolute;

    top: 12px;

    left: 0;

    width: 100%;

    border-top: 2px solid #7a7a7a;
}

.cart__price-badge {

    position: absolute;

    top: -6px;

    right: -40px;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -webkit-align-items: center;

        -ms-flex-align: center;

            align-items: center;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

        -ms-flex-pack: center;

            justify-content: center;

    width: 38px;

    height: 38px;

    border-radius: 50%;

    color: #fff;

    background-color: #e31937;

    font-weight: 700;

    font-size: 14px;
}

.cart__prebottom {

    margin: 50px 0;
}

.cart__prebottom::before,
  .cart__prebottom::after{

    content: '';

    display: block;
}

.cart__prebottom::after{

    clear: both;
}

@media (max-width: 900px) {

    .cart__prebottom{

        margin: 20px 0;
    }
}

.cart__prebottom-left {

    float: left;
position:relative;
}

.cart__prebottom-left .form-input {

    width: 340px;

    margin-right: 16px;
}

@media (max-width: 900px) {

    .cart__prebottom-left{

        float: none;

        margin-bottom: 10px;
    }

    .cart__prebottom-left .form-input {

        margin-bottom: 16px;
    }
}

.cart__prebottom-right {

    float: right;
text-align:right;
}

@media (max-width: 900px) {

    .cart__prebottom-right{

        float: none;
    }
}

.cart__bottom {

    position: relative;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: end;

    -webkit-justify-content: flex-end;

        -ms-flex-pack: end;

            justify-content: flex-end;

    -webkit-flex-wrap: wrap;

        -ms-flex-wrap: wrap;

            flex-wrap: wrap;

    padding: 20px 20px 40px;

    border-top: 2px solid #e31937;
}

.cart__bottom.popup-cell {

    padding: 20px 0px 0px;
	display:none;

}

.cart__bottom.popup-cell.oneclick.active {
display:inline-block;
width:100%;
}

.cart__bottom.popup-cell.normal.active {
display:flex;
}

#oneclick_phone {
height: 48px;
}

.cart__bottom::before,
  .cart__bottom::after{

    content: '';

    display: block;
}

.cart__bottom::after{

    clear: both;
}

@media (max-width: 1000px) {

    .cart__bottom{

        padding-bottom: 0;
    }
}

@media (max-width: 1000px) {

    .cart__bottom .form-button{

        width: 100%;

        margin: 16px 0 0 0 !important;
    }
}

.cart__bottom:not(.first) .form-button:first-child {

    position: absolute;

    top: 20px;

    left: 20px;
}
.cart__bottom.popup-cell .form-button:first-child {

    left: 0px;
}

.cart__bottom.popup-cell.oneclick .form-button {
    right: 0px;
    left: initial;
    top: 20px;
}

#bx-soa-basket .row.bx-soa-more .cart__bottom .form-button {
display:none;
}
@media (max-width: 1000px) {

    .cart__bottom .form-button:first-child{

        position: static!important;

        margin-top: 0 !important;
    }
}

.cart__bottom .form-button:last-child {

    margin-left: 16px;
}

.cart__bottom .form-button:hover .cart__bottom-icon .svgicon {

    fill: #e31937;

    stroke: #e31937;
}

.cart__bottom .form-button:hover .cart__bottom-icon .svgicon.svgicon-cart {

    fill: #fff;

    stroke: #fff;
}

.cart__bottom-icon {

    display: inline-block;

    width: 20px;

    height: 20px;

    margin-right: 14px;

    border-radius: 50%;

    border: 2px solid #e31937;
box-sizing: content-box;
}

.cart__bottom-icon.page_404 {
border:2px solid #4885fc;
font-size:20px;
}

.cart__bottom-icon.page_404 .svgicon {

    fill: #ffffff;
    stroke: #ffffff;

}

.form-button--icon-right .cart__bottom-icon {
margin-right: 0px;
    margin-left: 20px;
}

.cart__bottom-icon.cart__bottom-icon-cart {

    border: none;
}


.cart__bottom-icon .svgicon {

    width: 10px;

    height: 10px;

    fill: #143d8d;

    stroke: #143d8d;

    stroke-width: 40px;

    margin-right: 2px;

    vertical-align: 2px;
}

.form-button--icon-right .cart__bottom-icon .svgicon {
transform:rotate(180deg);
transform-origin:center;
    margin-right: 0px;
    margin-left: 2px;
}

.cart__bottom-icon .svgicon.svgicon-cart {
    fill: #fff;
    stroke: #fff;
    width: 19px;
    height: 19px;
    stroke-width: 5px;
    vertical-align: top;
}

.catalog {
  padding: 24px 28px;
  background-color: #f6f6f6;

}

@media (max-width: 600px) {

  .catalog {
    padding: 18px 10px;

  }

}

.catalog.white_back {
background-color:#fff;
}

.empty_res_wrapper {
padding: 20px 0px;
position:relative;
}

@media (max-width: 880px) {
.empty_res_wrapper {
text-align:center;
	}
}

.empty_res {
padding: 20px 0px 40px 0px;
    font-size: 26px;
    line-height: 36px;
color: #143d8d;
    font-weight: bold;
}

.empty_res_back {
    background-image: url('../images/back_search.jpg');
    background-repeat: no-repeat;
    background-position: 100% 100%;
    margin-bottom: -24px;
    background-size: contain;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 60%;
    height: 400px;
}

@media (max-width: 880px) {
.empty_res_back {
background-position: 50% 100%;
    margin-bottom: -44px;
    position: relative;
    width: 100%;
    height: 400px;
}
}

.empty_res span {
color: #e31937;
}

.catalog__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px 0;

}

@media (max-width: 600px) {

  .catalog__title {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 16px;

  }

}

.catalog__title-header {
  line-height: .8;
  font-size: 30px;

}

@media (max-width: 600px) {

  .catalog__title-header {
    width: 100%;
    margin-bottom: 18px;
    text-align: center;

  }

}

.catalog__title-counter {
  font-weight: 500;
  font-size: 16px;

}

@media (min-width: 601px) {

  .catalog__title-counter {
    margin-left: 20px;

  }

}

.catalog__title-counter span {
  font-weight: 400;
  font-size: 13px;
  color: #777;

}

.catalog__products_wrapper {
  max-width: 970px;
    margin: 0px auto;
padding: 24px 28px;

}

.catalog__products {
  margin-top: 20px;

}

@media (max-width: 600px) {

  .catalog__products {
    margin-top: 14px;

  }

}

.personal_wrapper {
  max-width: 970px;
    margin: 0px auto;
padding: 24px 28px;

}

.categories-banners {
  position: relative;
  padding: 20px;
  overflow: hidden;
  background-color: #fff;

}

@media all and (max-width: 1234px) {

  .categories-banners {
    background-color: #fafafa;

  }

}

@media (min-width: 821px) {

  .categories-banners__categories {
    position: absolute;
    top: 24px;
    left: 40px;
    max-width: 200px;

  }

}

@media (max-width: 820px) {

  .categories-banners__categories {
    margin-bottom: 8px;
    text-align: center;

  }

}

@media (max-width: 680px) {

  .categories-banners__categories {
    display: none;

  }

}

@media (min-width: 821px) {

  .categories-banners__banners {
    margin-left: 230px;

  }

}

.categories--lvl2 {

    padding-left: 20px;
}

.categories__item {

    margin-bottom: 10px;
}

@media (max-width: 820px) {

    .categories__item {

        display: inline-block;

        margin-right: 6px;

        margin-left: 6px;
    }
}

.categories__link {

    position: relative;

    text-decoration: none;

    font-size: 17px;

    color: #143d8d;

    -webkit-transition: color .2s ease-out;

    transition: color .2s ease-out;
}

.categories__link:hover,
    .categories__link--open {

    color: #e31937!important;
}

.categories__link-arrow {

    display: none;

    position: absolute;

    top: 2px;

    left: -20px;

    width: 16px;

    height: 16px;

    border-radius: 50%;

    background-color: #e31937;

    text-align: center;
}

.categories__link-arrow .svgicon {

    width: 8px;

    height: 8px;

    fill: #fff;

    stroke: #fff;

    stroke-width: 30px;

    margin-top: 4px;

    -webkit-transform: rotate(-90deg);

        -ms-transform: rotate(-90deg);

            transform: rotate(-90deg);
}

.categories__link--open .categories__link-arrow {

    display: block;
}

.categories__lvl2 {

    height: 0;

    padding-left: 10px;

    margin-left: -10px;

    overflow: hidden;
}

.categories__lvl2--open {

    height: auto;
}

.categories__lvl2-item {

    margin-top: 10px;
}

.categories__lvl2-item:last-child {

    margin-bottom: 5px;
}

.categories__lvl2-link {

    position: relative;

    color: #5c5c5c;

    text-decoration: none;

    font-size: 13px;

    line-height: 1.2;

    -webkit-transition: color .2s ease;

    transition: color .2s ease;
}

.categories__lvl2-link:hover {

    color: #e31937;
}

.categories__lvl2-link:before {

    content: '-';

    position: absolute;

    top: 1px;

    left: -8px;
}

.banners {
  height: 350px;
  background-color: #f6f6f6;

}

@media (max-width: 820px) {

  .banners {
    height: 250px;

  }

}

@media (max-width: 680px) {

  .banners {
    height: 150px;

  }

}

.banners__slide {
  display: block;
  width: 100%;
  height: 350px;
  visibility: visible !important;

}

@media (max-width: 820px) {

  .banners__slide {
    height: 250px;

  }

}

@media (max-width: 680px) {

  .banners__slide {
    height: 150px;
    background-size: contain;
  }

}

.banners__captions {
  position: absolute;
  bottom: 20px;
  left: 12px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 22px);
  font-family: 'Roboto Condensed';
  font-size: 16px;
  font-weight: 300;
  color: #fff;

}

@media (max-width: 680px) {

  .banners__captions {
    display: none;

  }

}

.banners__captions-item {
  margin: 4px 3px;

}

.banners__captions-link {
  display: block;
  padding: 11px 8px 9px;
  border: 1px solid #fff;
  background-color: rgba(51, 51, 51, .8);
  white-space: nowrap;
  text-decoration: none;
  -webkit-transition: border .2s ease-out;
  transition: border .2s ease-out;
  cursor: pointer;

}

.banners__captions-link--active {
  border-color: #e31937;
  background-color: #e31937;

}

.banners__captions-link:hover {
  border-color: #e31937;

}

.banners__buttons {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 100;
  width: 100%;
  margin-top: -19px;

}

@media (max-width: 680px) {

  .banners__buttons {
    display: block;

  }

}

.banners__buttons-item {
  position: absolute;
  padding: 8px 0;
  background-color: #fafafa;
  cursor: pointer;
  outline: none;

}

.banners__buttons-item:first-child {
  left: -21px;

}

.banners__buttons-item:last-child {
  right: -21px;

}

.banners__buttons-item .svgicon {
  fill: #e31937;

}

.banners__buttons-item:hover .svgicon {
  fill: #143d8d;

}

.catalog-categories {
  padding: 24px 20px;
}

.faq {
  padding-bottom: 150px;

}

@media (max-width: 1038px) {

  .faq {
    padding-bottom: 40px;

  }

}

.faq__list {
  max-width: 870px;
  margin: 60px auto 0;

}

@media (max-width: 800px) {

  .faq__list {
    margin: 40px -20px 0;

  }

}

.faq__question {
  position: relative;
  padding: 0 100px 0 140px;
  font-weight: 500;
  font-size: 20px;

}

@media (max-width: 800px) {

  .faq__question {
    padding-right: 20px;
    padding-left: 60px;

  }

}

.faq__link {
  text-decoration: none;
  cursor: pointer;
  color: #143d8d;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;

}

.faq__link:hover,
    .faq__link--active {
  color: #e31937;

}

.faq__icon {
  position: absolute;
  top: -1px;
  left: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #143d8d;
  font-family: 'Roboto Condensed';
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  -webkit-transition: background .2s ease;
  transition: background .2s ease;

}

.faq__icon-answer {
  display: none;

}

@media (max-width: 800px) {

  .faq__icon {
    left: 20px;

  }

}

.faq__link--active .faq__icon {
  background-color: #e31937;

}

.faq__link--active .faq__icon-question {
  display: none;

}

.faq__link--active .faq__icon-answer {
  display: block;

}

.faq__answer {
  border-top: 1px solid #e6e6e6;
  margin-top: 18px;
  padding-top: 18px;
  font-size: 16px;

}

.faq__answer-text {
  height: 0;
  overflow: hidden;
  margin: 0 100px 0 140px;

}

@media (max-width: 800px) {

  .faq__answer-text {
    margin-right: 20px;
    margin-left: 60px;

  }

}

.custom {
  position: relative;
  height: 485px;
  background-image: url('../images/custom.jpg');
overflow: hidden;

}

@media (max-width: 1216px) {

  .custom {
    padding: 0 40px 40px;
    height: auto;

  }

}

@media (max-width: 600px) {

  .custom {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;

  }

}

.custom__overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 280px;
  background-color: rgba(255, 255, 255, .1);

}

@media (max-width: 1216px) {

  .custom__overlay {
    display: block;

  }

}

@media (max-width: 600px) {

  .custom__overlay {
    height: 230px;

  }

}

.custom__images {
  position: absolute;
  top: 0;
  left: 22px;
  height: 100%;

}

@media (max-width: 1216px) {

  .custom__images {
    left: 50%;
    width: 360px;
    height: 280px;
    margin-left: -180px;

  }

}

@media (max-width: 600px) {

  .custom__images {
    width: 300px;
    height: 230px;
    margin-left: -150px;

  }

}

.custom__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 260px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 100%;

}

.custom__image--front {
  /*background-image: url('../images/custom-front.png');*/

}

.custom__image--back {
  left: 260px;
  /*background-image: url('../images/custom-back.png');*/

}

.custom__image--text {
position: absolute;
    top: 210px;
    font-size: 20px;
    color: #fff;
    left: 50%;
    width: 100%;
    margin-left: -50%;
    text-align: center;
    font-weight: bold;
}

.custom__image--text.custom_number_str {
top: 250px;
font-size: 56px;
}


@media (max-width: 1216px) {

  .custom__image--back {
    left: 180px;

  }
.custom__image--text {
    top: 100px;
    font-size: 12px;
	}
.custom__image--text.custom_number_str {
    top: 130px;
    font-size: 42px;
	}

}

@media (max-width: 600px) {

  .custom__image--back {
    left: 150px;

  }
.custom__image--text {
    top: 80px;
    font-size: 16px;
	}
.custom__image--text.custom_number_str {
    top: 105px;
    font-size: 32px;
	}

}

@media (max-width: 1216px) {

  .custom__image {
    width: 180px;
    background-size: 160px;

  }

}

@media (max-width: 600px) {

  .custom__image {
    width: 150px;
    background-size: 130px;

  }

}

.custom__form {
  padding: 26px 20px 0 554px;
  font-family: 'Roboto Condensed';
  font-weight: 700;
  color: #fff;

}

@media (max-width: 1216px) {

  .custom__form {
    padding-top: 300px;
    padding-left: 0;
    width: 620px;
    margin: 0 auto;

  }

}

@media (max-width: 716px) {

  .custom__form {
    width: 100%;

  }

}

@media (max-width: 600px) {

  .custom__form {
    padding-top: 250px;

  }

}

.custom__form .form-row {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;


}

#personalization {
overflow-x: hidden;
}

@media (max-width: 600px){
#personalization {
overflow-x: visible;
}
}

.custom__form .form-row.custom__form-selects {
color:#303030;
}

.custom__form-caption {
  font-size: 35px;
  line-height: 1.2;

}

@media (max-width: 716px) {

  .custom__form-caption {
    font-size: 34px;

  }

}

.custom__form .form-column__caption {
  margin-bottom: 10px;
  font-size: 28px;
  letter-spacing: .5px;

}

.custom__form-selects .form-column {
  font-weight: normal;

}

.custom__form-selects .form-column:not(:last-child) {
  margin-right: 16px;

}

@media (max-width: 716px) {

  .custom__form-selects .form-column .selectize-control {
    width: 100%;

  }

  .custom__form-selects .form-column:first-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 26px;

  }

  .custom__form-selects .form-column:nth-child(2) {
    width: calc(60% - 16px);
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;

  }

  .custom__form-selects .form-column:nth-child(3) {
    width: 40%;

  }

}

.custom__form-name, .custom__form-PERSONAL_NAME {
  width: 438px;

}

.custom__form-name .form-input, .custom__form-PERSONAL_NAME .form-input {
  width: 274px;

}

@media (max-width: 716px) {

  .custom__form-name .form-input, .custom__form-PERSONAL_NAME .form-input {
    width: 100%;
    margin: 0 0 6px;
text-align: center;
  }

}

@media (max-width: 716px) {

  .custom__form-name .form-input-hint br, .custom__form-PERSONAL_NAME .form-input-hint br {
    display: none;

  }

}

@media (max-width: 716px) {

  .custom__form-name, .custom__form-PERSONAL_NAME {
    width: 100%;
    margin-bottom: 20px;
position:relative;

  }

}

.custom__form-number, .custom__form-PERSONAL_NUMBER {
  width: 180px;

}
@media (max-width: 716px) {
.custom__form-number, .custom__form-PERSONAL_NUMBER {
  width: 100%;
position:relative;

}
.custom__form-PERSONAL_NUMBER .form-input {
   width: 100%!important;
    margin: 0 0 6px;

  }
.custom__form-PERSONAL_NUMBER .form-input-hint br {
    display: none;

  }
.custom__form-PERSONAL_NAME .form-checkbox, .custom__form-PERSONAL_NUMBER .form-checkbox {
    position: absolute;
    top: 8px;
    left: 10px;

  }
}

.custom__form-number .form-input, .custom__form-PERSONAL_NUMBER .form-input {
  width: 44px;
  padding-right: 6px;
  padding-left: 6px;
  text-align: center;

}

.custom__form-sponsors {
  font-size: 28px !important;
  font-weight: 700;

}

.custom__form-sponsors:before {
  vertical-align: -2px !important;

}

.custom__form-sponsors-hint {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 4px 0 0 38px;
  font-size: 16px;
  font-weight: 300;
  color: #ccc;
  line-height: 1.2;

}

.custom__form-sponsors-hint .form-notation {
  position: absolute;
  top: 3px;
  left: 30px;

}

@media (max-width: 716px) {

  .custom__form-button {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;

  }

}

.custom__form-button .form-button {
  padding-right: 44px;
  padding-left: 44px;

}

@media (max-width: 716px) {

  .custom__form-button .form-button {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;

  }

}

.custom__form-price {
  margin-left: 30px;
  font-size: 36px;

}

@media (max-width: 716px) {

  .custom__form-price {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;

  }

}

.contacts__map {

    height: 430px;

    margin: 0 -28px -24px;
}

@media (max-width: 800px) and (orientation: landscape) {

    .contacts__map {

        height: 230px;
    }
}
.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;

}

.header__top {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  height: 46px;
  background-color: #fafafa;

}

.header__top .column {
  position: relative;

}

.header__middle {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  height: 100px;
  background-color: #fff;

}

.header__middle .column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;

}

@media (max-width: 1038px) {

  .header__middle{
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    height: 128px;

  }

}

.header__bottom {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  background: -webkit-linear-gradient(top, #f1eff3, #dfe0e1);
  background: linear-gradient(to bottom, #f1eff3, #dfe0e1);

}

@media (max-width: 1038px) {

  .header__bottom{
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;

  }

}

.header__menu-button {
  display: none;
  position: absolute;
  top: 14px;
  left: 10px;
  width: 24px;
  height: 17px;
  cursor: pointer;
  outline: none;

}

@media (max-width: 1038px) {

  .header__menu-button{
    display: block;

  }

}

.header__menu-button span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #e31937;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: background .25s ease-in-out;
  transition: background .25s ease-in-out;

}

.header__menu-button:hover span,
    .header__menu-button--open span {
  background-color: #143d8d;

}

.header__menu-button span:nth-child(1) {
  top: 0;

}

.header__menu-button span:nth-child(2) {
  top: 7px;

}

.header__menu-button span:nth-child(3) {
  top: 14px;

}

.header__menu-button--open span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);

}

.header__menu-button--open span:nth-child(2) {
  opacity: 0;
  left: -60px;

}

.header__menu-button--open span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);

}

.header__partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
  height: 100%;
  padding-left: 130px;

}

@media (max-width: 1190px) {

  .header__partners{
    display: none;

  }

}

.header__partners-item {
    height: 46px;
    margin: 0 22px;
    overflow: hidden;
}

.header__partners-item:first-child {
  margin-left: 0;

}

.header__partners-item:last-child {
  margin-right: 0;

}

.header__partners-link {
  display: inline-block;

}

.header__partners-item:hover .header__partners-link {
  margin-top: -46px;

}

.header__languages {
  float: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin-right: 10px;
  font-family: 'Roboto Condensed';
  font-size: 15px;
  color: #8c8c8c;
  /*display: none;*/

}

@media (max-width: 380px) {

  .header__languages{
    position: absolute;
    top: 56px;
    right: 0;
    height: auto;

  }

}

.header__languages-item {
  display: inline-block;
  margin: 0 2px;
  padding: 5px 8px 3px;
  border-radius: 10px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;

}

.header__languages-item:first-child {
  margin-left: 0;

}

.header__languages-item:last-child {
  margin-right: 0;

}

.header__languages-item:not(.header__languages-item--active):hover {
  color: #143d8d;

}

.header__languages-item--active {
  background-color: #e31937;
  color: #fff;

}

.header__logo {
  position: relative;
  display: block;
  text-decoration: none;

}

.header_logo_promo {
height: 160px;
    text-align: center;
    padding-top: 10px;
margin-bottom: 50px;
}

.promo-title {

    margin: 0px auto 20px auto;
    font-size: 26px;
    text-align: center;
    max-width: 500px;
    font-weight: bold;
    line-height: 1.2;
}

.promo-sub-title {
max-width: 550px;
    margin: 0px auto 40px auto;
    text-align: center;
    font-size: 22px;
    line-height: 1.2;
    font-weight: bold;
}

.promo-sub-title .blue {
color: #143d8d;
}

.promo-sub-title .red {
color: #e31937;
}

.header__logo.promo-page {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.header__logo::before,
  .header__logo::after{
  content: '';
  display: block;

}

.header__logo::after{
  clear: both;

}

.header__logo-image {
  position: absolute;
  top: -25px;
  left: 0;
  z-index: 1;

}

.header__logo-image.promo-page {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 1;
}

@media (max-width: 1234px) {

  .header__logo-image{
    left: 10px;

  }

}

@media (max-width: 1038px) {

  .header__logo-image{
    top: -8px;

  }

}

.header__logo-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 27px;
  padding-left: 115px;
  font-family: 'HeliosCond';
  font-size: 35px;
  font-weight: 700;
  color: #e31937;

}

.header__logo-text.promo-page {
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 57px;
    padding-left: 135px;
    font-family: 'HeliosCond';
    font-size: 35px;
    font-weight: 700;
    color: #e31937;
    text-align: center;
}

.header__logo-text--small {
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 400;
  color: #143d8d;

}

.header__logo-text--small.text--small--en {

	margin-left:115px;

}

@media (max-width: 1038px) {

  .header__logo-text{
    margin-top: calc(27px + 15px);

  }

}

.header__phones {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: 'Roboto Condensed';

}

@media (min-width: 1039px) {

  .header__phones{
    margin-top: 25px;

  }

}

@media (min-width: 741px) {

  .header__phones{
    margin-left: 20px;

  }

}

@media (max-width: 1038px) and (min-width: 741px) {

  .header__phones{
    margin-top: calc(32px + 15px);

  }

}

@media (max-width: 970px) and (min-width: 741px) {

  .header__phones{
    margin-right: 20px;

  }

}

@media (max-width: 740px) {

  .header__phones{
    position: absolute;
    top: 12px;
    left: 92px;

  }

}

.header__phones-icon {
  display: none;

}

.header__phones-icon .svgicon {
  fill: #e31937;

}

.header__phones-icon .svgicon:hover {
  fill: #143d8d;

}

@media (max-width: 740px) {

  .header__phones-icon{
    display: block;

  }

}

.header__phones-item {
  padding-top: 3px;
  padding-bottom: 3px;
  float: left;

}

.header__phones-item:first-child {
  padding-right: 15px;
  border-right: 1px solid #b9babb;

}

.header__phones-item.second {
    padding-left: 20px;
}


.header__phones-item:last-child {
  padding-left: 16px;

}

@media (max-width: 740px) {

  .header__phones-item{
    display: none;

  }

}

.header__phones-link {
  text-decoration: none;
  font-size: 22px;
  color: #010101;
  cursor: text;

}

.header__phones-hint {
  display: block;
  margin-top: 7px;
  font-size: 14px;
  color: #777;

}

.header__search {
  position: relative;

}

.page__search {
  position: relative;
display:inline-block;
margin-top:20px;

}

@media (min-width: 1039px) {

  .header__search{
    margin-top: 34px;
margin-left: 15px;

  }

}

@media (max-width: 1190px) and (min-width: 971px) {

  .header__search{
    margin-right: 20px;

  }

}

@media (max-width: 1038px) and (min-width: 971px) {

  .header__search{
    margin-top: calc(34px + 15px);

  }

}

@media (max-width: 970px) {

  .header__search{
    position: absolute;
    top: 12px;
    left: 54px;

  }

}

@media (max-width: 740px) {

  .header__search{
    left: 54px;

  }

}

.header__search-icon {
  display: none;

}

.header__search-icon .svgicon {
  fill: #e31937;

}

.header__search-icon .svgicon:hover {
  fill: #143d8d;

}

@media (max-width: 970px) {

  .header__search-icon{
    display: block;

  }

}

.header__search-input {
  width: 190px;
  height: 32px;
  padding: 0 40px 0 10px;
  box-sizing: border-box;
  border: 1px solid #ceced1;
  border-radius: 4px;
  background-color: #fff;
  font-family: 'Roboto Condensed';
  font-size: 16px;
  color: #777;

}

.header__search-input::-webkit-input-placeholder{
  font-family: 'Roboto Condensed';
  font-size: 16px;
  color: #777;

}

.header__search-input::-moz-placeholder{
  font-family: 'Roboto Condensed';
  font-size: 16px;
  color: #777;

}

.header__search-input:-ms-input-placeholder{
  font-family: 'Roboto Condensed';
  font-size: 16px;
  color: #777;

}

.header__search-input:-moz-placeholder{
  font-family: 'Roboto Condensed';
  font-size: 16px;
  color: #777;

}

@media (max-width: 970px) {

  /*.header__search-input{
    display: none;

  }*/

	.header__search form {
		display: none;
	}

	.header__search-input {
		width: 300px;
	}

	.header__search form {
		margin-left: -45px;
    	margin-top: 20px;
    	position: relative;
    	z-index: 99;
	}
}


.header__search-button {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 32px;
  cursor: pointer;
  text-align: center;
  outline: none;

}

.header__search-button .svgicon {
  fill: #e31937;

}

.header__search form:hover .header__search-button .svgicon {
  fill: #143d8d;

}

@media (max-width: 970px) {

  /*.header__search-button{
    display: none;

  }*/

	div.title-search-result {
		left: 0 !important;
    	width: 100% !important;
    	min-width: 100% !important;
	}

}

.header__panel {
  margin: 22px 8px 0 0;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  color: #777;

}

@media (max-width: 1190px) {

  .header__panel{
    position: absolute;
    top: 10px;
    right: 96px;
    margin-top: 0;

  }

}

@media (max-width: 380px) {

  .header__panel{
    right: 0;

  }

}

.header__panel-item {
  position: relative;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out;
vertical-align:top;

}

.header__panel-item:not(:first-child) {
  margin-left: 18px;

}

.header__panel-item:last-child {
  margin-left: 26px;

}

.header__panel-item a {
text-decoration:none;
}

.header__panel-item a:hover {
text-decoration:underline;
}

.form_main {
width: 70%;
display: inline-block;
padding: 0px 40px;
vertical-align: top;
}

.form_left {
width: 30%;
    display: inline-block;
vertical-align: top;
margin-top: 30px;
}

@media (max-width: 1190px) {

  .form_main {
width: 100%;
display: inline-block;
padding: 0px 20px;
vertical-align: top;
}

.form_left {
width: 100%;
    display: inline-block;
vertical-align: top;
margin-top: 20px;
}


}

@media (max-width: 1190px) {

  .header__panel-item:last-child{
    margin-left: 18px;
    margin-right: 18px;

  }

}

.header__panel-item:hover {
  color: #143d8d;

}

.header__panel-item:hover .header__panel-icon .svgicon {
  fill: #143d8d;
  stroke: #143d8d;

}

.header__panel-icon {
  position: relative;
  margin: 0 auto 4px;
  width: 30px;

}

.header__panel-icon .svgicon {
  fill: #e31937;
  stroke: #e31937;
  width: 30px;
  height: 30px;

}

@media (max-width: 1190px) {

  .header__panel-icon .svgicon{
    width: 20px;
    height: 26px;

  }

}

.header__panel-icon-count {
  position: absolute;
  top: -6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
      width: 16px;
    height: 16px;
  border-radius: 50%;
  background-color: #143d8d;
  font-family: 'Roboto Condensed';
  font-size: 11px;
  color: #fff;

}

.header__panel-icon-count--cart {
  right: -4px;

}

.header__panel-icon-count--favorites {
  right: -2px;

}

@media (max-width: 1190px) {

  .header__panel-text{
    display: none;

  }
.header__panel-item{
    height:30px;

  }

}

.header__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  font-size: 15px;
  font-family: 'Roboto Condensed';
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;

}

@media (min-width: 1039px) {

  .header__menu{
    height: 42px;
    padding-left: 130px;

  }

}

@media (max-width: 1038px) {

  .header__menu{
    display: block;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .3s ease-out;
    transition: max-height .3s ease-out;

  }

  .header__menu--open {
    max-height: 282px;
    -webkit-transition: max-height .4s ease-in;
    transition: max-height .4s ease-in;

  }

}

.header__menu-item,
    .header__menu-link {
  height: 100%;

}

@media (max-width: 1038px) {

  .header__menu-item{
    text-align: center;

  }

  .header__menu-item:first-child {
    padding-top: 6px;

  }

  .header__menu-item:last-child {
    padding-bottom: 6px;

  }

}

.header__menu-link {
  text-decoration: none;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out;

}

.header__menu-link:hover,
      .header__menu-link--active {
  color: #143d8d;

}

@media (min-width: 1039px) {

  .header__menu-link{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 15px;
    border-right: 1px solid #b9babb;
    border-left: 1px solid #fff;

  }

}

@media (max-width: 1216px) and (min-width: 1039px) {

  .header__menu-link{
    padding-right: 15px;
    padding-left: 15px;

  }

}

@media (max-width: 1126px) and (min-width: 1039px) {

  .header__menu-link{
    padding-right: 10px;
    padding-left: 10px;

  }

}

@media (max-width: 1038px) {

  .header__menu-link{
    display: inline-block;
    padding: 6px;

  }

}

@media (min-width: 1039px) {

  .header__menu-item:first-child .header__menu-link {
    border-left: none;
    padding-left: 0;

  }

  .header__menu-item:last-child .header__menu-link {
    border-right: none;
    padding-right: 0;

  }

}

@media (min-width: 1101px) {

    .footer{

        height: 552px;

        margin-top: -552px;
    }
	.footer.promo-page{

        height: 102px;

        margin-top: -102px;
    }
}

.footer__top {

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

        -ms-flex-pack: justify;

            justify-content: space-between;

    padding: 46px 86px;

    box-sizing: border-box;

    background-image: url('../images/footer.jpg');

    font-size: 0;

    white-space: nowrap;
}

@media (min-width: 1101px) {

    .footer__top{

        min-height: 450px;
height:auto;
    }
}

@media (max-width: 1150px) {

    .footer__top{

        padding-right: 40px;

        padding-left: 40px;
    }
}

@media (max-width: 600px) {

    .footer__top{

        padding: 20px;
    }
}

.footer__bottom {

    padding: 32px 86px;

    box-sizing: border-box;

    background-color: #690010;
}

.footer__bottom::before,
  .footer__bottom::after{

    content: '';

    display: block;
}

.footer__bottom::after{

    clear: both;
}

@media (min-width: 1101px) {

    .footer__bottom{

        height: 102px;
    }
}

@media (max-width: 1150px) {

    .footer__bottom{

        padding-right: 40px;

        padding-left: 40px;
    }
}

@media (max-width: 1100px) {

    .footer__bottom{

        text-align: center;
    }
}

@media (max-width: 600px) {

    .footer__bottom{

        padding: 20px;
    }
}

.footer__categories {

    display: inline-block;

    font-size: 17px;

    font-weight: 500;

    white-space: normal;

    vertical-align: top;
}

@media (max-width: 920px) {

    .footer__categories--menu{

        display: none;
    }
}

@media (max-width: 920px) {

    .footer__categories:not(.footer__categories--menu){

        display: -webkit-box;

        display: -webkit-flex;

        display: -ms-flexbox;

        display: flex;

        -webkit-box-pack: center;

        -webkit-justify-content: center;

            -ms-flex-pack: center;

                justify-content: center;

        width: 100%;
    }
}

@media (max-width: 600px) {

    .footer__categories:not(.footer__categories--menu){

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

        -webkit-flex-direction: column;

            -ms-flex-direction: column;

                flex-direction: column;
    }
}

.footer__categories-caption {

    display: block;

    margin-bottom: 28px;

    color: #f4d96c;

    text-transform: uppercase;
}

.footer__categories-caption--top {

    margin-top: 38px;
}

@media (max-width: 920px) and (min-width: 601px) {

    .footer__categories-caption--top{

        margin-top: 0;
    }
}

@media (max-width: 600px) {

    .footer__categories-caption--top{

        margin-top: 20px;
    }
}

.footer__categories-caption--bottom {

    margin-bottom: 14px;
}

.footer__categories-box {

    max-width: 240px;

    margin: 0 auto;
}

@media (max-width: 920px) and (min-width: 601px) {

    .footer__categories-box--delivery{

        margin-right: 20px;
    }
}

@media (max-width: 920px) and (min-width: 601px) {

    .footer__categories-box--payment{

        margin-left: 20px;
    }
}

.footer__categories-list {

    float: left;

    max-width: 174px;
}

.footer__categories-list--top {

    margin-top: 45px;
}

.footer__categories-item:not(:first-child) {

    margin-top: 19px;
}

.footer__categories-link {

    color: #fff;

    text-decoration: none;

    border-bottom: 1px solid transparent;

    -webkit-transition: border .2s ease-out;

    transition: border .2s ease-out;
}

.footer__categories-link:hover {

    border-color: #fff;
}

.footer__delivery {

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -webkit-align-items: center;

        -ms-flex-align: center;

            align-items: center;

    -webkit-flex-wrap: wrap;

        -ms-flex-wrap: wrap;

            flex-wrap: wrap;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

        -ms-flex-pack: justify;

            justify-content: space-between;

    font-family: 'Roboto Condensed';

    font-size: 17px;

    color: #fff;

    text-transform: uppercase;
}

.footer__delivery-item--courier {

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -webkit-align-items: center;

        -ms-flex-align: center;

            align-items: center;

    margin-top: 10px;
}

.footer__delivery-item--courier .footer__delivery-icon {

    margin-right: 10px;
}

.footer__payment {

    margin-left: -4px;

    font-size: 0;
}

.footer__payment-item {

    display: inline-block;

    margin: 6px 5px;
}

.footer__payment-icon {

    border-radius: 4px;
}

.footer__copyright,
  .footer__adv {

    font-weight: 500;

    color: #cecece;
}

.footer__copyright a, .footer__adv a {

    border-bottom: 1px solid transparent;

    color: #fff;

    text-decoration: none;

    -webkit-transition: border .2s ease-out;

    transition: border .2s ease-out;
}

.footer__copyright a:hover, .footer__adv a:hover {

    border-color: #fff;
}

.footer__copyright {

    float: left;

    line-height: 1.4;
}

@media (max-width: 1100px) {

    .footer__copyright{

        float: none;

        display: block;

        margin-bottom: 30px;
    }
}

.footer__adv {

    float: right;
}

@media (max-width: 1100px) {

    .footer__adv{

        float: none;

        border-top: 1px solid #fff;

        padding-top: 10px;
    }
}
.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -20px;

}

@media (max-width: 600px) {

  .pagination {
    /*display: none;*/

  }

}

.pagination__item {
  margin-top: 20px;
  margin: 20px 20px 0 0;
  padding: 8px 12px;
  border: 2px solid #e31937;
  border-radius: 3px;
  text-decoration: none;
  font-weight: 500;
  font-size: 21px;
  color: #143d8d;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;

}

.pagination__item:not(.pagination__item--active):hover {
  color: #e31937;

}

.pagination__item--active {
  background-color: #e31937;
  color: #fff;

}

.products--x4 {
  margin-right: -10px;
  margin-left: -10px;
  font-size: 0;
}

@media (max-width: 600px) {

  .products--x4 {
    margin-right: -5px;
    margin-left: -5px;
  }
}

.product {
  display: inline-block;
  width: 20%;
  padding: 0 10px;
  box-sizing: border-box;
  vertical-align: top;
position: relative;
}

.product:hover .product_inner {
    z-index: 10;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
    padding: 12px;
    margin: -6px -7px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
}

.product .product_inner .hover_section {
display:none;
}


.product:hover .product_inner .hover_section {
display:block;
}

.product .cart_button .svgicon-cart {
fill: #e31937;
    stroke: #e31937;
    width: 25px;
    height: 25px;
}

.product .more_button {
font-size: 14px;
    background: #f6f6f6;
    text-align: center;
    padding: 10px;
text-decoration:none;
display: block;
}

.product .more_button:hover {
background-color: #143d8d!important;
color:#ffffff;
}



.product .buttons_section {
display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.product .buttons_section .buttons_section_left {
max-width: 100%;
flex-basis: 100%;
-ms-flex-basis: 100%;
-webkit-flex-basis: 100%;
}

.product .buttons_section .buttons_section_right {
    padding: 0px 10px 0px 0px;
}

@media (max-width: 600px) {

  .product {
    width: 50%;
    padding: 0 5px;
  }
}

.products--x4 .product {
  width: 25%;
  margin-bottom: 28px;
}

@media (max-width: 800px) {

  .products--x4 .product {
    width: 33.33%;
  }
}

@media (max-width: 500px) {

  .products--x4 .product {
    width: 50%;
    padding: 0 5px;
  }
}

.products--x6 .product {
  width: 16.66%;
}

.product__link {
  /*position: relative;*/
  text-decoration: none;
  outline: none;
}

.product__link a {
text-decoration:none;
}

.product__badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*position: absolute;
  top: 10px;
  left: 20px;
*/
  z-index: 3;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #ffc600;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
margin-bottom:5px;
}

@media (max-width: 500px) {

  .product__badge {
    width: 28px;
    height: 28px;
    font-size: 10px !important;
  }
}

.product__badge i.fa {
font-size: 24px;
}

.product__badge--red,
    .product__badge--blue {
  color: #fff;
}

.product__badge--red {
  background-color: #e31937!important;
}

.product__badge--blue {
  background-color: #143d8d!important;
  font-size: 13px;
}

.product__badge--green {
  background-color: #0db93a!important;
  font-size: 13px;
display:none!important;

}

.product__badge--lightblue {
  background-color: #1d9d74!important;
  font-size: 18px!important;
color:#fff;
}

.product__badge--lightgreen {
  background-color: #1d9d74!important;
  font-size: 18px!important;
color:#fff;
}

.product__badge--black {
background-color:#000!important;
background-image: url('../images/black_friday.png');
background-repeat:no-repeat;
background-position: 50% 50%;
display:none;

width:48px!important;
height:48px!important;
}

.product__badge--big {
background-color:#e4e4e4!important;
background-image: url('../images/big_size_icon.png');
background-repeat:no-repeat;
background-position: 50% 50%;
display:none;

width:48px!important;
height:48px!important;
}

.product__picture {
  position: relative;
}

.product__picture:after {
  content: '';
  display: block;
  position: absolute;
  top: -6px;
  left: -6px;
  z-index: 1;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border-radius: 8px;
  background: -webkit-linear-gradient(left, #143d8d, #e31937);
  background: linear-gradient(to right, #143d8d, #e31937);
  opacity: 0;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

.product__picture.not_avail:after {
background:#ccc!important;
}

@media (max-width: 600px) {

  .product__picture:after {
    display: none;
  }
}

.product__link:hover .product__picture:after {
  opacity: 1;
}

.product__image {
  position: relative;
  z-index: 2;
  height: 300px;
  border-radius: 4px;
}

.products--x6 .js-cycle:not(.js-cycle-mobile) .product__image {
  height: 240px;
}

@media (max-width: 1100px) and (min-width: 1001px), (max-width: 900px) and (min-width: 801px), (max-width: 700px) and (min-width: 501px), (max-width: 500px) {

  .product__image {
    height: 240px;
  }
}

@media (max-width: 420px) {

  .product__image {
    height: 200px;
  }
}

.product__name {
  display: block;
  height: 38px;
  margin: 14px 0 8px;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.2;
  white-space: normal;
}

@media (max-width: 600px) {

  .product__name {
    margin: 6px 0 4px;
  }
}

.product__price {
  font-size: 26px;
  font-weight: 500;
  color: #e31937;
min-height: 52px;
display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}

.product__price.not_avail {
color: #7a7a7a;
}

.product:hover .product__price.not_avail {
margin-bottom:10px;
}

@media (max-width: 1216px) {

  .product__price {
    font-size: 20px;
  }
}

@media (max-width: 400px) {

  .product__price {
    font-size: 16px;
  }
}

.product__price-current {
  white-space: nowrap;
width: 100%;
    display: inline-block;
}
.product__price-currency {
  font-size: 18px;
  font-weight: 400;
}

.product__price-old {
  position: relative;
  display: inline-block;
  margin-right: 2px;
  font-size: 20px;
  font-weight: 400;
  color: #7a7a7a;
  white-space: nowrap;
}

@media (max-width: 1216px) {

  .product__price-old {
    font-size: 14px;
  }
}

@media (max-width: 400px) {

  .product__price-old {
    font-size: 10px;
  }
}

.product__price-old:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  border-top: 1px solid #7a7a7a;
}

.product__buttons {
  font-size: 26px;
    font-weight: 500;
    color: #e31937;
    text-align: center;
margin-bottom: 10px;

}

.reviews__item {
    padding-bottom: 16px;
    border-bottom: 1px solid #c6ccd2;
}
.reviews__item:not(:first-child) {
    padding-top: 16px;
}
.reviews__name {
    font-weight: 500;
    font-size: 16px;
    color: #383737;
}
.reviews__date {
    font-weight: 500;
    font-size: 13px;
    color: #939393;
}
.reviews__text {
    margin: 10px 0 0;
    font-size: 15px;
    color: #939393;
}
.reviews .form-button {
    margin-top: 20px;
}

.reviews .blog-add-comment {
text-align:center;
}
.reviews .form-button .svgicon {
    fill: #fff;
    stroke: #fff;
    vertical-align: -4px;
}

.registration__form {

    max-width: 700px;

        margin: 30px auto;
}

.notify__form {
max-width: 500px;

        margin: 30px auto;
}

.notify__form.hide {
display:none;
}

.oneclick__form {
max-width: 500px;
margin: 30px auto;
}

.oneclick__form.hide {
display:none;
}


.subscribe-edit {

    max-width: 768px;

        margin: 0px auto;
}

.subscribe-table {
margin:30px 0px;
display: inline-block;
    width: 100%;
}

.subscribe-edit .mail-required.starrequired {
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -4px;
    color: red;
    vertical-align: top;
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
}

@media (max-width: 600px) {

    .registration__form {

        margin-top: 20px;

        margin-bottom: 30px;
    }
}

@media (min-width: 401px) {

    .registration__date {

        margin-top: 30px !important;
    }
}

@media (max-width: 680px) {

    .registration__date > .form-column {

        -webkit-box-pack: center;

        -webkit-justify-content: center;

            -ms-flex-pack: center;

                justify-content: center;
    }
}

@media (max-width: 680px) {

    .registration__gender {

        display: block;

        width: 100%;

        margin-top: 16px;

        text-align: center;
    }
}

.registration__select--day {

    width: 100px;
}

.registration__select--month {

    width: 108px;
}

.registration__select--year {

    width: 90px;

    margin-right: 40px;
}

@media (max-width: 680px) {

    .registration__select--year {

        margin-right: 0;
    }
}

@media (max-width: 400px) {

    .registration__select--day,
    .registration__select--month,
    .registration__select--year {

        width: 100%;

        margin: 0;
    }
}

@media (max-width: 400px) {

    .registration__select--month,
    .registration__select--year {

        margin-top: 16px;
    }
}

.registration__button {

    margin-top: 40px !important;
}

.registration__button .form-column {

    -webkit-box-pack: center;

    -webkit-justify-content: center;

        -ms-flex-pack: center;

            justify-content: center;
}

.form-column.acenter, .cart__bottom.acenter {

    -webkit-box-pack: center;

    -webkit-justify-content: center;

        -ms-flex-pack: center;

            justify-content: center;
}

.form-column.aright {

    -webkit-box-pack: end;

    -webkit-justify-content: flex-end;

        -ms-flex-pack: flex-end;

            justify-content: flex-end;
}

.form-column.aleft {

    -webkit-box-pack: start;

    -webkit-justify-content: flex-start;

        -ms-flex-pack: flex-start;

            justify-content: flex-start;
}




.rubrics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 14px 20px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  color: #2b2d3a;

}

@media (max-width: 700px) {

  .rubrics {
    -webkit-box-pack: space-around;
    -webkit-justify-content: space-around;
        -ms-flex-pack: space-around;
            justify-content: space-around;

  }

}

.rubrics__link {
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out;

}

.rubrics__item:not(.rubrics__item--active) .rubrics__link {
  margin: 10px 18px;

}

.rubrics__item:not(.rubrics__item--active) .rubrics__link:hover {
  color: #e31937;

}

.rubrics__item--active .rubrics__link {
  padding: 10px 18px;
  background-color: #143d8d;
  color: #fff;
  -webkit-transition: none;
  transition: none;

}

.rubrics__box {
  height: 0;
  overflow: hidden;

}

.rubrics__box--active {
  height: auto;
  overflow: visible;
min-height: 30px;

}

.product-page {
  position: relative;
  padding: 24px 28px;
  background-color: #fff;
  min-height: 718px;

}

.product-page::before,
  .product-page::after{
  content: '';
  display: block;

}

.product-page::after{
  clear: both;

}

@media (max-width: 1038px) {

  .product-page{
    padding-top: 0;

  }

  .product-page .breadcrumbs {
    display: none;

  }

}

@media (max-width: 600px) {

  .product-page{
    padding-right: 20px;
    padding-left: 20px;

  }

}

.product-page__left {
    /* position: absolute; */
    /* top: 70px; */
    /*left: 30px;*/
    width: calc(100% - 520px);
    float: left;
    margin-top: 28px;
}
.product-page__title-box.hide-desktop {
display:none;
}
.product-page__title-box.hide-mobile {
display:block;
}

@media (max-width: 1038px) {

  .product-page__left{
    position: static;
    width: auto;
    max-width: 382px;
    margin: 20px auto 0;
float:none;

  }

.product-page__title-box.hide-desktop {
display:block;
}
.product-page__title-box.hide-mobile {
display:none;
}
}

.product-page__right {
  float: right;
  width: 490px;
  margin-top: 26px;

}

@media (max-width: 1038px) {

  .product-page__right{
    width: 100%;
    margin-top: 0;

  }

}

.product-page__images {
  position: relative;

}

.badges_wrapper {
    position: absolute;
    top: 10px;
    left: 11px;
    width: 38px;
z-index:3;
}

.product-page__images-badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*position: absolute;
  top: 10px;
  left: 11px;*/
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #ffc600;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
margin-bottom: 5px;

}

.product-page__images-badge--red,
      .product-page__images-badge--blue {
  color: #fff;

}

.product-page__images-badge--red {
  background-color: #e31937;

}

.product-page__images-badge--blue {
  background-color: #143d8d;
  font-size: 13px;

}



.product-page__images-image {
  height: 484px;
  border-radius: 4px;

}

@media (max-width: 1150px) and (min-width: 1039px) {

  .product-page__images-image{
    height: 400px;

  }

}

@media (max-width: 1100px) and (min-width: 1039px) {

  .product-page__images-image{
    height: 300px;

  }

}

@media (max-width: 440px) {

  .product-page__images-image{
    height: 400px;

  }

}

@media (max-width: 360px) {

  .product-page__images-image{
    height: 350px;

  }

}

.product-page__images-previews {
  margin: 12px -5px 0;

}

.product-page__images-previews::before,
  .product-page__images-previews::after{
  content: '';
  display: block;

}

.product-page__images-previews::after{
  clear: both;

}

.product-page__images-preview {
  float: left;
  width: calc(25% - 10px);
  height: 128px;
  margin: 0 5px;
  border-radius: 4px;
  cursor: pointer;

}

@media (max-width: 1150px) and (min-width: 1039px) {

  .product-page__images-preview{
    height: 100px;

  }

}

@media (max-width: 1100px) and (min-width: 1039px) {

  .product-page__images-preview{
    height: 80px;

  }

}

@media (max-width: 440px) {

  .product-page__images-preview{
    height: 100px;

  }

}

@media (max-width: 360px) {

  .product-page__images-preview{
    height: 80px;

  }

}

.product-page__socials {
  margin-top: 28px;

}

.product-page__socials-text {
  display: inline-block;
  margin-top: 14px;
  font-family: 'Roboto Condensed';
  font-weight: 300;
  font-size: 14px;
  color: #939393;

}

@media (max-width: 1038px) {

  .product-page__title-box{
    margin: 0 -28px;
    padding: 18px 28px;
    background-color: #f6f6f6;
    border-bottom: 1px solid #143d8d;

  }

}

@media (max-width: 600px) {

  .product-page__title-box{
    margin-right: -20px;
    margin-left: -20px;

  }

}

.product-page__title {
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: .5px;

}

@media (max-width: 600px) {

  .product-page__title{
    font-size: 26px;

  }

}

.product-page__article,
  .product-page__availability {
  font-family: 'Roboto Condensed';
  font-size: 16px;
  letter-spacing: .3px;

}

.product-page__article {
  display: inline-block;
  margin-right: 23px;
  color: #939393;

}

.product-page__availability {
  color: #143d8d;

}

@media (max-width: 600px) {

  .product-page__availability{
    display: block;
    margin-top: 13px;

  }

}

.product-page__price {
  margin-top: 20px;
  font-size: 34px;
  font-weight: 500;
  color: #e31937;

}

@media (max-width: 600px) {

  .product-page__price{
    text-align: center;

  }

}

.product-page__price-current {
  white-space: nowrap;

}

.product-page__price-currency {
  font-size: 28px;
  font-weight: 400;

}

.product-page__price-old {
  position: relative;
  display: inline-block;
  margin-right: 14px;
  font-size: 26px;
  font-weight: 400;
  color: #7a7a7a;
  white-space: nowrap;

}

.product-page__price-old:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  border-top: 1px solid #7a7a7a;

}

.product-page__form {
  margin-top: 16px;

}

.product-page__form-header {
  padding: 20px 20px 30px;
  background-color: #f1f1f1;

}

.product-page__form-header-line {
  position: relative;

}

.product-page__form-header-line:not(:first-child) {
  margin-top: 18px;

}

@media (max-width: 600px) {

  .product-page__form-header-line{
    text-align: center;

  }

}

.product-page__form-header-caption {
      display: inline-block;
    width: auto;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    margin-bottom: 10px;

}

.select_wrapper {
position: relative;
font-size: 0px;
}

.select_wrapper span {
font-size: 18px;
}

.select_box {
 position: absolute;
  z-index: 10;
  border: 1px solid #b4b4b4;
  background: #ffffff;

  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
display:none;
width:100%;
    top: 100%;
    margin-top: -1px;
}

.select_box.bx_active {
display:block;
}

.select_box li {
padding: 5px 14px;
cursor:pointer;
}

.select_box li:hover {
color: #164a7f;
}

.select_input {
 border: 1px solid #b4b4b4;
    padding: 8px 38px 8px 14px;

    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    background: #fff;
    font-size: 13px;
    line-height: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.select_input.bx_active {

  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
border-bottom: 1px solid transparent;

}

.select_input:after {
 content: ' ';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px;
    background: url('../images/arrow-left.svg') no-repeat 0 0;
    transform: rotate(-90deg);
}

.select_input.bx_active:after {
  transform: rotate(90deg);
}


@media (max-width: 600px) {

  .product-page__form-header-caption{
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 26px;

  }

}

.product-page__form-header-select {
  display: inline-block;
  width: 330px;
  vertical-align: middle;

}

@media (max-width: 600px) {

  .product-page__form-header-select{
    width: 300px;

  }

}

@media (max-width: 440px) {

  .product-page__form-header-select{
    width: 220px;

  }

  .product-page__form-header-select .selectize-input,
          .product-page__form-header-select .selectize-dropdown {
    font-size: 14px;

  }

}

@media (max-width: 440px) {

  .product-page__form-header-select{
    width: 200px;

  }

}

.product-page__form-header-badge {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-left: 0px;
  border-radius: 50%;
  background-color: #143d8d;
  color: #fff;
  font-family: 'Roboto Condensed';
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  line-height: 1.5;
  vertical-align: middle;

}

.product-page__form-buttons {
  margin-top: 20px;
  font-size: 0;

}

@media (max-width: 600px) {

  .product-page__form-buttons{
    margin-bottom: 60px;

  }

}

.product-page__form-buttons .form-button {
  font-size: 20px;

}

.product-page__form-buttons .form-button .svgicon {
  width: 24px;
  height: 24px;
  fill: #e31937;
  vertical-align: -6px;

}

.product-page__form-buttons .form-button:first-child {
  width: calc(45% - 5px);
  margin-right: 5px;

}

.product-page__form-buttons .form-button:nth-child(2), .product-page__form-buttons .form-button:nth-child(4) {
  width: calc(55% - 5px);
  margin-left: 5px;

}

.product-page__sizes {
  /*display: inline-block;
  max-width: 300px;
  float: right;*/

}

@media (max-width: 600px) {

  .product-page__sizes{
    /*display: block;
    margin-bottom: 14px;*/

  }

}

.product-page__sizes-size {
  display: inline-block;
  margin: 0 1px;

}

.product-page__sizes-size:first-child {
  margin-left: 0;

}

.product-page__sizes-label {
  display: inline-block;
cursor:pointer;
  min-width: 30px;
  height: 30px;
  padding: 0 6px;
  box-sizing: border-box;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #b4b4b4;
  text-align: center;
  font-family: 'Roboto Condensed';
  font-size: 16px;
  line-height: 1.6;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

}

.product-page__sizes-row {
float:none!important;
}

.product-page__sizes-label:before {
  display: none !important;

}

input[type=checkbox]:checked + .product-page__sizes-label, .bx_active .product-page__sizes-label  {
  background-color: #143d8d;
  border-color: #143d8d;
  color: #fff;

}

.bx_missing .product-page__sizes-label  {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    color: #939393;
    cursor: default;
}

.bx_missing.bx_active .product-page__sizes-label  {
    background-color: #e6e6e6;
    border-color: #143d8d;
    color: #939393;
    cursor: default;
}



input[type=checkbox]:disabled + .product-page__sizes-label {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #939393;
  cursor: default;

}

.product-page__sizes-know {
  display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    text-align: center;
    font-family: 'Roboto Condensed';
    font-size: 16px;
    color: #143d8d;

}

@media (max-width: 600px) {

  .product-page__sizes-know br {
    display: none;

  }

}

.product-page__custom {
  padding: 20px 18px 20px 28px;
  font-family: 'Roboto Condensed';
  color: #fff;
  background-image: url(../images/custom.jpg);

}

@media (max-width: 600px) {

  .product-page__custom{
    /*display: none;*/

  }

}

.product-page__custom .form-column__caption {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 28px;

}

@media (max-width: 540px) {
.product-page__custom.detail_page .form-column__caption {
font-size: 22px;
	}
}

.product-page__custom .sub_title {
    margin-bottom: 10px;
margin-top: 10px;
    font-weight: 700;
    font-size: 18px;
}

.product-page__custom .opt_vars {
    display: inline-block;
    margin-right: 10px;
font-size: 15px;
}

@media (max-width: 540px) {
.product-page__custom.detail_page .opt_vars {
    width:100%;
margin-bottom: 10px;
}
.product-page__custom.detail_page .opt_vars.with_select {
margin-bottom:0px;
	}
}

.product-page__custom .opt_vars.with_select {

    margin-right: 0px;
}

.product-page__custom .input_wrapper {
    display: inline-block;
    width: 50%;
    padding: 15px 10px;
    box-sizing: border-box;

}

@media (max-width: 540px) {
.product-page__custom.detail_page .input_wrapper {
width:100%;
}
.product-page__custom.detail_page .input_wrapper .form-input {
padding: 10px 15px 9px 15px;
	}
}

.product-page__custom .input_wrapper.w_100 {
width:100%;
}

.product-page__custom .form-column__caption .form-checkbox label:before {
  vertical-align: -2px !important;

}

.product-page__custom-name {
  width: 306px;

}

.product-page__custom-name .form-input {
  width: 196px;

}

.product-page__custom-number {
  width: 130px;

}

.product-page__custom-number .form-input {
  width: 44px;
  padding-right: 6px;
  padding-left: 6px;
  text-align: center;

}

.product-page__custom-select {
  width: 396px;

}

@media (max-width: 540px) {
.product-page__custom-select {
  width: calc(100% - 48px);

}
.product-page__custom-select.constructor {
  width: 100%;

}
}

.product-page__custom-select.inline {
display: inline-block;

vertical-align: middle;
}

.product-page__custom-sponsors-row {
  margin-top: 18px !important;

}

.product-page__custom-sponsors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  height: 40px;
  margin: 14px -18px 0 -28px;
  padding: 0 16px;
  background-color: #fff;

}

.product-page__tabs {
  margin-top: 16px;

}

.special {
  background-color: #f6f6f6;
  font-size: 0;

}

.special .preloader {
  background-color: #fff;

}

.special__item {
  position: relative;
  display: inline-block;
  width: 50%;
  height: 235px;
  text-align: center;
  vertical-align: top;

}

@media (max-width: 600px) {

  .special__item {
    width: 100%;

  }

}

.special__button {
  position: absolute;
  bottom: 28px;
  left: 50%;
  width: 208px;
  margin-left: -104px;

}

.sorting {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px 10px 12px 18px;
  box-shadow: 0 0 2px rgba(0, 0, 0, .1);
  background-color: #fff;

}

@media (max-width: 740px) {

  .sorting {
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;

  }

}

.sorting__sort-name {
  display: inline-block;
  margin-right: 5px;
  font-weight: 500;
  font-size: 13px;

}

@media (max-width: 740px) {

  .sorting__sort-name {
    display: none;

  }

}

.sorting__sort-item {
  position: relative;
  display: inline-block;
  margin: 0 10px 0 9px;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: .35px;
  color: #777;

}

.sorting__sort-item:after {
  content: '';
  position: absolute;
  top: -6px;
  left: -10px;
  display: block;
  width: 1px;
  height: 24px;
  background-color: #dbdbdb;

}

@media (max-width: 740px) {

  .sorting__sort-item:after {
    top: -5px;

  }

}

.sorting__sort-name + .sorting__sort-item:after,
      .sorting__sort-item--desktop + .sorting__sort-item--mobile:after {
  display: none;

}

.sorting__sort-item span {
  -webkit-transition: color .2s ease;
  transition: color .2s ease;

}

.sorting__sort-item--active span {
  color: #e31937;

}

.sorting__sort-item--active.desc span {
color:#143d8d;
}

.sorting__sort-item:not(.sorting__sort-item--active) span:hover {
  color: #143d8d;

}

.sorting__sort-item .svgicon {
  width: 10px;
  height: 10px;
  margin-left: 4px;
  fill: #e31937;
display:none;
}
.sorting__sort-item.sorting__sort-item--active .svgicon.active {
display:inline-block;
}

.sorting__sort-item .svgicon:last-child {
  /*margin-left: 0;*/
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  fill: #143d8d;

}

.sorting__sort-item--mobile {
  display: none;

}

@media (max-width: 740px) {

  .sorting__sort-item--desktop {
    display: none;

  }

  .sorting__sort-item--mobile {
    display: inline;

  }

}

.sorting__counter {
  position: relative;
  padding-right: 64px;
  font-weight: 500;

}

@media (max-width: 1180px) {

  .sorting__counter {
    display: none;

  }

}

.sorting__counter .selectize-control {
  position: absolute;
  top: -10px;
  right: 0;
  width: 58px;

}

.showAll {
    text-align: center;
    
    font-size: 17px;
    color: #143d8d;
}

.showAll.hide {
display:none;
}

.slider {
  background-color: #f6f6f6;

}

.slider.main {
padding-bottom:20px;
}

.slider__container {
  padding: 0 10px;
  font-size: 0;
  white-space: nowrap;
padding-top: 6px;

}

@media (min-width: 1001px) {

  .slider__container {
    overflow: hidden;

  }

}

@media (max-width: 600px) {

  .slider__container {
    padding: 0 5px;

  }

}

.products--x6 .slider__container.js-cycle:not(.js-cycle-mobile) {
  height: 252px;

}

.slider__container .slick-list {
  overflow: visible;
margin-bottom: 30px;

}

.slider__points {
  height: 78px;
  padding: 28px 0 34px;
  box-sizing: border-box;
  text-align: center;
  font-size: 0;
margin-top: -30px;

}

@media (max-width: 1000px) {

  .slider__points {
    display: none;

  }

}

.slider__points li {
  display: inline-block;
  margin: 0 5px;
  width: 7px;
  height: 7px;
  border: 4px solid #f6f6f6;
  border-radius: 50%;
  background-color: #979797;
  cursor: pointer;
  -webkit-transition: background .2s ease-out;
  transition: background .2s ease-out;
  font-size: 0;
  outline: none;
    box-sizing: content-box;

}

.slider__points li button {
  padding: 0;
  font-size: 0;

}

.slider__points li:hover {
  background-color: #143d8d;

}

.slider__points li.slick-active {
  border-color: #143d8d;
  background-color: #f6f6f6;
  -webkit-transition: none;
  transition: none;

}

.slider__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-top: 30px;
  background-color: #fff;

}

@media (min-width: 1001px) {

  .slider__buttons {
    display: none;

  }

}

@media (max-width: 600px) {

  .slider__buttons {
    margin-top: 20px;

  }

}

.slider__buttons-item {
  width: 50%;
  height: 100%;
  cursor: pointer;
  outline: none;

}

.slider__buttons-item .svgicon {
  width: 30px;
  height: 30px;
  fill: #e31937;
  stroke: #e31937;
  stroke-width: 12px;

}

.slider__buttons-item.slick-disabled {
  background-color: #e0e0e0;
  cursor: default;

}

.slider__buttons-item:hover:not(.slick-disabled) .svgicon {
  fill: #143d8d;
  stroke: #143d8d;

}

.steps {
  padding: 10px 0;
  text-align: center;

}

.steps--line {
  border-bottom: 1px solid #143d8d;

}

@media (max-width: 1038px) {

  .steps {
    margin: 0 -20px;
    background-color: #f6f6f6;
    padding: 20px;

  }

}

.steps__title {
  display: none;
  font-size: 30px;

}

@media (max-width: 1038px) {

  .steps__title {
    display: block;

  }

}

.steps--red .steps__title {
  color: #e31937;

}

.steps__step {
  display: inline-block;
  margin: 0 34px;
  font-size: 30px;

}

.steps__step:not(.steps__step--active) {
  color: #939393;

}

@media (max-width: 1038px) {

  .steps__step {
    display: none;

  }

}

.steps__icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 16px;
  border-radius: 50%;
  border: 1px solid #dbdbdb;
  vertical-align: middle;

}

.steps__icon .svgicon {
  fill: #e31937;
  vertical-align: middle;

}

.steps__icon .svgicon-cart {
  stroke: #e31937;
  stroke-width: 4px;

}

.steps__icon .svgicon-delivery {
  width: 22px;
  height: 22px;

}

.steps__icon .svgicon-ruble {
  width: 18px;
  height: 18px;
  stroke: #e31937;
  stroke-width: 2px;

}

.steps__icon .icon {
  margin-top: 9px;

}

.svgicon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: top;
  fill: #000;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.tc-table {
  max-width: 870px;
  margin: 40px auto;

}

@media (max-width: 800px) {

  .tc-table {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: -20px;
    margin-left: -20px;

  }

}

.tc-table a {
  text-decoration: none;

}

.tc-table a[href^=mailto] {
  color: #143d8d;

}

.tc-table a[href^=tel] {
  cursor: default;

}

.tc-table__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

}

.tc-table__row--gray {
  background-color: #e6e6e6;

}

@media (max-width: 800px) {

  .tc-table__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;

  }

}

.tc-table__column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box;
  font-size: 17px;
  line-height: 1.3;

}

.tc-table__column--name {
  width: 60%;
  padding: 0 18px 0 40px;
  border-right: 1px solid #e6e6e6;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;

}

.tc-table__column--name:after {
  content: ':';
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;

}

@media (max-width: 800px) {

  .tc-table__column--name:after {
    display: none;

  }

}

.tc-table__column--name-big:after {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;

}

.tc-table__column--name-big span {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;

}

.tc-table__column--text {
  width: 40%;
  padding: 0 40px 0 20px;
  font-weight: 500;

}

.tc-table__column--text-big {
  font-weight: 400;
  font-size: 16px;
  padding-top: 25px !important;

}

@media (max-width: 800px) {

  .tc-table__column {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 12px 20px 4px !important;
    min-height: 0 !important;
    border: none;

  }

  .tc-table__column + .tc-table__column {
    padding-top: 0 !important;
    padding-bottom: 12px !important;

  }

}

.tc-table__row:not(.tc-table__row--gray) .tc-table__column {
  min-height: 80px;
  padding-top: 22px;
  padding-bottom: 22px;

}

.tc-table__row:not(.tc-table__row--gray) .tc-table__column--one-line {
  padding-top: 29px;
  padding-bottom: 29px;

}

.tc-table__row:first-child:not(.tc-table__row--gray) .tc-table__column {
  min-height: 56px;

}

.tc-table__row--gray .tc-table__column {
  min-height: 58px;
  padding-top: 10px;
  padding-bottom: 10px;

}

.tc-table__row--gray .tc-table__column--one-line {
  padding-top: 18px;
  padding-bottom: 18px;

}

#form_comment .bxlhe-editor-toolbar-row {
display:none;
}
#form_comment div.blog-comment-fields {
    background: #f1f1f1;
padding: 20px;
}

#form_comment .lhe-resize-row {
display:none;
}

#form_comment .bxlhe-frame {
    border: 1px solid #ccc;
    border-radius: 5px;
padding: 10px;
}

#form_comment div.blog-comment-buttons input {
padding: 11px 20px 11px 20px;
font-family:'Roboto';
font-size: 22px;
}

#form_comment #post-button {
margin-top:10px;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -3px;

}

.sizes_wrapper .tabs {
    width:100%;
    padding: 0;
}

.sizes_wrapper .tabs-nav {
  overflow: hidden;
  margin-bottom: 24px;
}


@media (max-width: 648px) { 
.sizes_wrapper .tabs-nav {
margin-top: 20px;
	}
}
.sizes_wrapper .tabs-nav li {
  display: inline-block;
  list-style: none;
  font-size: 18px;
  font-weight: 500;
  margin-right: 20px;
  padding: 16px 24px;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  cursor: pointer;
  color: #143d8d;
  transition: linear .3s;
}
.sizes_wrapper .tabs-nav li.active {
  background: #e31937;
  border-color: #e31937;
  color: #fff;
}
.sizes_wrapper .tabs-nav li:hover {
  background: #e31937;
  border-color: #e31937;
  color: #fff;
}
.sizes_wrapper .tabs li.active {
    z-index:3;
}
.sizes_wrapper .tabs-nav-in li {
  padding: 0;
  border: none;
  background: none;
  font-family: 'Roboto Condensed';
  font-size: 20px;
  color: #143d8d;
  text-transform: uppercase;
}
.sizes_wrapper .tabs-nav-in li:hover {
  background: none;
  color: #313131;
}
.sizes_wrapper .tabs-nav-in li.active {
  background: none;
  color: #313131;
}
.sizes_wrapper .tabs-box > div {
    display: none;
    box-sizing: border-box;
    -webkit-animation: fade 0.5s linear;
    -ms-animation: fade 0.5s linear;
    animation: fade 0.5s linear;
}
.sizes_wrapper .tabs-box > .active {
    display: block;
}
.sizes_wrapper .tabs-box-item table {
  width: 100%;
}
.sizes_wrapper .tabs-box-item table tr td {
  padding: 14px 10px;
  box-sizing: border-box;
  font-size: 16px;
  color: #828282;
}
.sizes_wrapper .tabs-box-item table tr:nth-child(odd) {
  background: #ededed;
}
.sizes_wrapper .tabs-box-item table tr td:not(:first-child) {
  text-align: center;
}
.sizes_wrapper .size-list {
  display: inline-block;
  width: 70%;
}
.sizes_wrapper .size-list li {
  margin-bottom: 20px;
  padding-left: 48px;
  list-style: none;
  position: relative;
}
.sizes_wrapper .size-list li:first-child:before {
  content: '1';
  display: block;
  width: 36px;
  height: 36px;
  font-family: 'Roboto Condensed';
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  background: #a1a1a1;
  border-radius: 50%;
    padding-top: 6px;
    box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: -5px;
  left: 0px;
}
.sizes_wrapper .size-list li:nth-child(2):before {
  content: '2';
  display: block;
  width: 36px;
  height: 36px;
  font-family: 'Roboto Condensed';
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  background: #a1a1a1;
  border-radius: 50%;
    padding-top: 6px;
    box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: -5px;
  left: 0px;
}
.sizes_wrapper .size-list li:nth-child(3):before {
  content: '3';
  display: block;
  width: 36px;
  height: 36px;
  font-family: 'Roboto Condensed';
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  background: #a1a1a1;
  border-radius: 50%;
    padding-top: 6px;
    box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: -5px;
  left: 0px;
}
.sizes_wrapper .size-list li:nth-child(4):before {
  content: '4';
  display: block;
  width: 36px;
  height: 36px;
  font-family: 'Roboto Condensed';
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  background: #a1a1a1;
  border-radius: 50%;
    padding-top: 6px;
    box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: -5px;
  left: 0px;
}
.sizes_wrapper .size-list-img {
  float: right;
}
.sizes_wrapper .size-list-name {
  font-family: 'Roboto Condensed';
  font-weight: bold;
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
}
.sizes_wrapper .size-list p {
  font-size: 16px;
  color: #2b2d3a;
}
.sizes_wrapper .tabs-box-item .table-size-age tr:first-child td {
  color: #fff;
}
.sizes_wrapper .table-size-age tr:not(:first-child) td {
  background: #ededed;
}

.form_wrapper .tabs-box.parent {
width:100%;
}

.form_wrapper .tabs-box.child {
overflow-x:auto;
}

.custom__form .tabs {
position: relative;

margin: 0 0px;
}

.tabs_personal_wrapper {
text-align: center;
}

.tabs_personal {
display: inline-block;
}

.tabs__caption_personal {
display:inline-block;
    height: 48px;
    margin: 0 3px;
    box-sizing: border-box;
    padding: 0 18px;
    border: 0 solid #dbdbdb;
    border-width: 1px 1px 0 1px;
    border-radius: 4px 4px 0 0;
    background-color: #f6f6f6;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
    line-height: 48px;
    text-decoration: none;
}

@media (max-width: 600px) {
.tabs__caption_personal {
border-width: 1px 1px 1px 1px;
    border-radius: 4px 4px;
    width: 100%;
    margin: 5px 0px;
	}
}

.tabs__caption_personal:hover {
    color: #143d8d;
}

.tabs__caption_personal.tabs__caption_personal--active {
    position: relative;
    z-index: 2;
    border-color: #143d8d;
    border-width: 2px 2px 0 2px;
    background-color: #fff;
    color: #143d8d;
}

@media (max-width: 600px) {
.tabs__caption_personal.tabs__caption_personal--active {
border-width: 2px 2px 2px 2px;
	}
}

.personal_content {
    position: relative;
    margin: -3px 3px 20px;
    padding-top: 20px;
    border-top: 2px solid #143d8d;
}
@media (max-width: 600px) {
.personal_content {

margin: 20px 0px;
	}
}

.bx-404-wrapper { 
    width: 100%;
    text-align: right;
    background-image: url('../images/back_404.jpg');
    background-repeat: no-repeat;
    background-position: 0px 100%;
    margin-bottom: -24px;
    background-size: contain;
}

.bx-404-container {
width: 50%;
display: inline-block;
padding: 40px 0px 50px 0px;
text-align: center;
}
.bx-404-text-block {
    line-height: 1.5;
    padding: 30px;
    font-size: 16px;


}

.bx-404-block_inner {
    border-bottom: 2px solid #e31937;
    padding-bottom: 20px;
    margin: 0px 100px;
    font-size: 180px;
    font-weight: bold;
    color: #143d8d;
}

.bx-404-block_inner span {
color: #e31937;
}

@media (max-width: 600px) {
.bx-404-wrapper { 

    background-size: contain;
padding-bottom: 300px;
margin-bottom: -20px;
}
.bx-404-container {
width: 100%;
	}
	.bx-404-block_inner {
font-size: 120px;
} 
}

@media (max-width: 600px) {

  /*.tabs {
    margin: 0 -20px;

  }*/

}

.tabs__caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(25% - 6px);
  height: 48px;
  margin: 0 3px;
  box-sizing: border-box;
  padding: 0 18px;
  border: 0 solid #dbdbdb;
  border-width: 1px 1px 0 1px;
  border-radius: 4px 4px 0 0;
  background-color: #f6f6f6;
  vertical-align: top;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;

}

.custom__form .tabs__caption {
background-color:transparent;
color:#adadad;
border-color:#adadad;
}

.custom__form .tabs__caption:hover {
color:#fff;
}

.custom__form .tabs__caption.tabs__caption--active {
color:#fff;
border-color:#fff;
}

.custom__form .tabs__caption.tabs__caption--active:before {
content: '';
    height: 2px;
    width: 1000px;
    background: #fff;
    position: absolute;
    top: 100%;
    right: 100%;
}

.custom__form .tabs__caption.tabs__caption--active:after {
content: '';
    height: 2px;
    width: 1000px;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 100%;
}

.custom__form .tabs_title {
display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;

font-size: 25px;
    height: 48px;
    padding: 0px 20px 0px 0px;

}

@media (max-width: 600px) {

  .tabs__caption {
    width: 100%;
    margin: 0 20px 20px;

  }

  .tabs__caption:not(.tabs__caption--active) {
    border-width: 1px;
    border-radius: 4px;

  }

  .tabs__caption:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;

  }

  .tabs__caption:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;

  }

  .tabs__caption:nth-child(3) {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;

  }

  .tabs__caption:nth-child(4) {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;

  }

}

.tabs__caption:hover {
  color: #143d8d;

}

.tabs__caption--active {
  position: relative;
  z-index: 2;
  border-color: #143d8d;
  border-width: 2px 2px 0 2px;
  background-color: #fff;
  color: #143d8d;

}

.tabs__tab {
  display: none;
  position: relative;
  z-index: 1;
  width: calc(100% - 6px);
  margin: -2px 3px 20px;
  padding-top: 20px;
  border-top: 2px solid #143d8d;
}

.tabs__tab p {
margin-bottom:10px;
}

.custom__form .tabs__tab {
border-top: 2px solid transparent;
}

@media (max-width: 600px) {

  .tabs__tab {
    width: 100%;
    margin: -22px 0 0;
    padding: 20px 20px 40px;

  }

  .tabs__tab--active:last-child {
    padding-bottom: 20px;

  }

  .tabs__tab:nth-child(5) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;

  }

  .tabs__tab:nth-child(6) {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;

  }

  .tabs__tab:nth-child(7) {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;

  }

  .tabs__tab:nth-child(8) {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;

  }

}

.tabs__tab--active {
  display: block;

}

.tabs__tab.typography {
  padding-top: 17px;

}

.tabs__tab.typography.typography p {
  margin-bottom: 14px;
  padding: 0 !important;
  font-size: 16px;

}

.tabs__tab.typography.typography p:last-child {
  margin-bottom: 0;

}

.thanks__content {

    margin: 10px auto;

    max-width: 860px;

    text-align: center;
}

@media (max-width: 900px) {

    .thanks__content {

        margin-top: 70px;

        margin-bottom: 70px;
    }
}

@media (max-width: 600px) {

    .thanks__content {

        margin-top: 40px;

        margin-bottom: 40px;

        padding: 0 20px;
    }
}

.thanks__title {

    font-weight: bold;

    font-size: 30px;

    line-height: 1.2;

    color: #e31937;
}

@media (max-width: 600px) {

    .thanks__title {

        display: none;
    }
}

.paysystem_name {
margin-bottom:20px;
}

.tablebodytext {
margin-bottom:20px;
}

.payment_button .tablebodytext {
display:none;
}

.thanks__text {

    margin: 10px 0 40px;

    font-size: 18px;

    line-height: 1.3;
}

.thanks__text.payment_area {
background: #f1f1f1;
    padding: 20px 0px;
}


.thanks__text span {

    font-weight: bold;

    color: #143d8d;
}

@media (max-width: 600px) {

    .thanks__text {

        margin-bottom: 40px;

        font-size: 20px;

        line-height: 1.4;
    }
}

.thanks__socials {

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-flex-wrap: wrap;

        -ms-flex-wrap: wrap;

            flex-wrap: wrap;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

        -ms-flex-pack: center;

            justify-content: center;
}

.thanks__socials-text {

    width: 100%;

    margin-bottom: 36px;

    font-size: 18px;

    line-height: 1.2;
}

.thanks__socials-item {

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -webkit-align-items: center;

        -ms-flex-align: center;

            align-items: center;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

        -ms-flex-pack: center;

            justify-content: center;

    width: 60px;

    height: 60px;

    margin: 0 18px;

    border: 2px solid #143d8d;

    border-radius: 50%;
}

.thanks__socials-item .svgicon {

    width: 30px;

    height: 30px;

    fill: #143d8d;
}

@media (max-width: 600px) {

    .thanks__socials-item {

        width: 40px;

        height: 40px;

        margin: 0 6px;
    }

    .thanks__socials-item .svgicon {

        width: 16px;

        height: 16px;
    }
}

.viewed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  min-height: 110px;
  padding: 10px 40px;
  box-sizing: border-box;
  background-image: url('../images/viewed.jpg');
position:relative;

}

.feedback-form {
position:relative;
}

@media (max-width: 1080px) {

  .viewed {
    padding-top: 30px;
    padding-bottom: 30px;

  }

}

@media (max-width: 600px) {

  .viewed {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;

  }

}

.viewed__form {
  text-align: center;

}

@media (max-width: 600px) {

  .viewed__form {
    width: 100%;

  }

}

.viewed__text,
  .viewed__input,
  .viewed__button {
  margin-top: 8px;
  margin-bottom: 8px;

}

@media (min-width: 361px) {

  .viewed__text,
  .viewed__input,
  .viewed__button {
    margin-right: 10px;
    margin-left: 10px;

  }

}

.viewed__text {
  font-family: 'Roboto Condensed';
  font-size: 24px;
  color: #fff;
  text-align: center;

}

@media (max-width: 1080px) {

  .viewed__text {
    width: 100%;

  }

}

.viewed__input {
  width: 294px;

}

@media (max-width: 360px) {

  .viewed__input {
    width: 100%;

  }

}

.viewed__button {
  width: 180px;
  vertical-align: bottom;

}

.three {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
/*width: 1200px;*/
    background-color: #031332;
}

.three .form-input,
  .three .form-button {
  width: 100%;

}

.three .form-input {
  margin-bottom: 20px;

}

.three__block {
  width: 33.33%;
  height: 300px;
  padding: 0 46px;
  box-sizing: border-box;

}

@media (max-width: 1000px) {

  .three__block {
    width: 100%;
    height: auto;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 34px;

  }

}

@media (max-width: 600px) {

  .three__block {
    padding-right: 20px;
    padding-left: 20px;

  }

}

.three__block:nth-child(1) {
  background-image: url('../images/three-1.jpg');

}

.three__block:nth-child(2) {
  background-image: url('../images/three-2.jpg');

}

.three__block:nth-child(3) {
  background-image: url('../images/three-3.jpg');

}

.three__caption {
  display: block;
  margin: 34px 0 22px;
  font-family: 'Roboto Condensed';
  font-size: 28px;
  font-weight: 700;
  color: #fff;

}

@media (min-width: 1001px) {

  .three__caption {
    text-align: center;
    margin-right: -46px;
    margin-left: -46px;

  }

}

@media (max-width: 1100px) and (min-width: 1001px) {

  .three__caption {
    font-size: 24px;

  }

}

.three__news-item:not(:first-child) {
  margin-top: 18px;

}

.three__news-link {
  border-bottom: 1px solid transparent;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.1;
  color: #fff;
  -webkit-transition: border .2s ease-out;
  transition: border .2s ease-out;

}

.three__news-link:hover {
  border-color: #fff;

}

.three__news-date {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  font-size: 16px;
  color: #a3c2ff;

}

.all_news {
text-align: right;
    color: #fff;
    margin-top: 20px;
    font-size: 18px;
}

.three__order {
position:relative;
}

.three__order,
  .three__subscription {
  padding-top: 4px;

}

.three__socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 34px;

}

.three__socials-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0 4px;
  border: 2px solid #fff;
  border-radius: 50%;

}

.three__socials .svgicon {
  width: 16px;
  height: 16px;
  fill: #fff;

}

/*# sourceMappingURL=app.css.map */

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}

.img-cska-catalog {
    /*width: 191px !important;
    height: 280px !important;*/
}

.li-cska-catalog{


  /*width: 25% !important;*/
}

b {
    font-weight: bold;
}

label.cska-label{

  margin-bottom: 12px;
    margin-left: 2px;
    font-family: 'Roboto Condensed';
    font-size: 18px;
}

.findme{


  display: none;
}

.after-date {
    position: relative;
    top: 16px;
}


a.dogovor {
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: block;
    font-size: 24px;
    margin-top: 10px;
}


.bank-add {
    height: 15px !important;
    padding: 5px;
    margin: 0;
    margin-top: 10px;
    font-size: 20px;
    min-height: 50px;
    margin: 20px auto;
    display: block;
    width: 100%;
    background-color: #fff !important;
    color: #000;
    border: 2px solid #143d8d;
}

.requziti {
    border: 1px solid rgba(20, 61, 141, 0.31);
    padding: 15px;
    border-radius: 5px;
    display: none;

    margin-top: 30px;
}
.radio-label{

margin-right: 10px;
}

label.cska-label-gender {
    display: block;
    font-size: 18px;
    height: 18px;
    float: left;
    width: 100%;
    margin-top: -10px;
}

.radios-div{

  display: none;
}

.your-size-checker {
        display: inline-block;
    margin-left: 10px;
    margin-bottom: 10px;
}

.bx_item_detail_size.full{


  /*width: 300px !important;*/
}


.categories__lvl2.js-categories-list{



  /*min-height: 1000px;*/
}


.spinner {

  display: none;

background: rgba(162, 162, 162, 0.4);
position: fixed; 
left: 0; 
top: 0; 
z-index: 999; 
width: 100%; 
height: 100%; 
overflow: visible; 

}


.spinner:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 4px solid #143d8d;
  border-top: 4px solid #e31937;
  border-radius: 50%;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}
.popup__login {
	display: none;
}

.white-popup {
 position: relative;
    background: #FFF;
    padding: 15px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
    border-radius: 5px;
}

.mw600 {
max-width:600px!important;
}

.mw870 {
max-width:870px!important;
}

@media (max-width : 400px) {
	
	.preloader .special__item {
		height: 125px;
	}
	.special__button {
		min-height: 0px;
		line-height: 32px !important;
		bottom: 9px;
		padding: 0px !important;
	}
	.showAll {
		padding-top: 20px;
	}
	.rubrics__item:not(.rubrics__item--active) .rubrics__link {
		margin: 10px 0;
	}
	.header__logo-image {
		width: 80px;
		left: 20px;
		top: 5px;
	}
	.li-cska-catalog {
		width: 33% !important;
	}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) {
		clear: none;
	}
	.popup__login {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url('../images/popup-bg.png') repeat 0 0;
		z-index: 999999;
    }
	.popup__login__in {
	width: 90%;
    padding: 14px;
    background: #fff;
    border-radius: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
        height: 140px !important;
        margin: -70px 0 0 -45% !important;
    }
	.autorize-bt {
        display: block;
        width: 100%;
        padding: 10px;
        text-align: center;
        background: #143d8d;
        color: #fff;
        text-decoration: none;
        margin: 20px 0;
    }
    .form-input {
        padding: 10px 6px 9px 37px;
    }
	.bx-newslist-date {
        width: 30%;
        float: none;
        margin-top: 20px;
        margin-left: 15px;
    }
	.bx-newslist-block {
        margin-left: 0px;
        margin-top: 14px;
    }
	.bx-newslist-img img {
        width: 100%;
    }
	.pagination > span:first-child {
        display: none;
    }
	.pagination > a:last-child {
        display: none;
    }
	.pagination {
        display: block;
        text-align: center;
    }
	.pagination__item {
        display: inline-block;
    }
	.cart__table-item .cart__table-cell.cart__table-cell--price {
        width: 100% !important;
        left: 122px;
    }
	.cart__table-cell--count .bx_cnt_desc {
        display: none;
    }
	.bx_size_scroller_container {
        width: 80%;
    }
	label.cska-label-gender {
        margin-top: 10px;
    }
	.bx-soa .bx-soa-section:not(.bx-selected) .bx-soa-section-content {
        padding-left: 0px !important;
    }
	.bx-soa-section-title {
        line-height: 30px !important;
        font-size: 18px !important;
    }
	.bx-soa {
        padding-left: 0px;
        padding-right: 0px;
    }
	.bx-soa-section-content .props_string strong, .bx-soa-section-content .props_string span {
        font-size: 16px;
    }
	.form-row .form-column--67 .form-checkbox {
        margin: 0 0 10px 0;
    }
	.data-table td {
		display: block;
		width: 100% !important;
	}
	#c_store_amount .info {
		width: 100%;
	}
	#c_store_amount .total {
		width: 100%;
		margin-top: 10px;
	}
	.sorting__sort-item {
		margin: 0 3px 0 9px;
	}
	.popup__in {
		/*height: auto !important;*/
	}
	.success_msg.active p {
		margin-top: 10px;
	}
	.edit_payment {
		bottom: 3px;
		top: initial;
	}
	.popup__size .popup__in {
		overflow: scroll;
	}
	.popup__size .popup__close {
		display: none;
	}
	.tabs-nav li {
		margin-right: 10px !important;
		margin-bottom: 10px;
	}
	.wo-margin {
		margin: 0px;
	}

}
@media (max-width : 640px) {
	.zoomContainer {
		display: none;
	}
}
.bx-newsdetail ul {
	list-style-type: circle;
    padding-left: 19px;
}

.sect_description {
	margin-top: 0px;
    font-size: 16px;
    line-height: 1.2;
}

.pagination + .sect_description {
margin-top: 30px;
}
