@charset "UTF-8";

table.tableizer-table {
		font-size: 12px;
		border: 1px solid #CCC; 
		font-family: Arial, Helvetica, sans-serif;
	} 
	.tableizer-table td {
		padding: 4px;
		margin: 3px;
		border: 1px solid #CCC;
	}
	.tableizer-table th {
		background-color: #104E8B; 
		color: #FFF;
		font-weight: bold;
	}


fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=checkbox],
input[type=radio] {
  margin: 4px 0 0;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  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,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  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,-webkit-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::-ms-expand {
  border: 0;
  background-color: transparent;
}

.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;
}

.form-group {
  margin-bottom: 15px;
}

.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  position: absolute;
  margin-left: -20px;
}

.checkbox+.checkbox,
.radio+.radio {
  margin-top: -5px;
}

.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer;
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
  margin-top: 0;
  margin-left: 10px;
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
  cursor: not-allowed;
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
  cursor: not-allowed;
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

select[multiple].input-sm,
textarea.input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

select[multiple].input-lg,
textarea.input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label~.form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only~.form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:after,
.nav:before {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav>li {
  position: relative;
  display: block;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav>li>a:focus,
.nav>li>a:hover {
  text-decoration: none;
  background-color: #eee;
}

.nav>li.disabled>a {
  color: #777;
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background-color: #eee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav>li>a>img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills>li {
  float: left;
}

.nav-pills>li>a {
  border-radius: 4px;
}

.nav-pills>li+li {
  margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked>li {
  float: none;
}

.nav-stacked>li+li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
  float: none;
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
  border: 1px solid #ddd;
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0,-25%);
  -ms-transform: translate(0,-25%);
  transform: translate(0,-25%);
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
  box-shadow: 0 3px 9px rgba(0,0,0,.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.in {
  opacity: .5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:after,
.modal-header:before {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:after,
.modal-footer:before {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn+.btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

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

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

@font-face {
  font-family: "Elektra Text Pro";
  font-weight: 700;
  font-style: normal;
  src: url(../fonts/ElektraTextPro/ElektraTextPro-Bold.eot);
  src: url(../fonts/ElektraTextPro/ElektraTextPro-Bold.eot?#iefix) format("embedded-opentype"),url(../fonts/ElektraTextPro/ElektraTextPro-Bold.woff) format("woff"),url(../fonts/ElektraTextPro/ElektraTextPro-Bold.ttf) format("truetype"),url(../fonts/ElektraTextPro/ElektraTextPro-Bold.otf) format("opentype");
}

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

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

@font-face {
  font-family: Tinos;
  src: url(../fonts/Tinos/Tinos-BoldItalic.eot);
  src: local("Tinos Bold Italic"),local("Tinos-BoldItalic"),url(../fonts/Tinos/Tinos-BoldItalic.eot?#iefix) format("embedded-opentype"),url(../fonts/Tinos/Tinos-BoldItalic.woff) format("woff"),url(../fonts/Tinos/Tinos-BoldItalic.ttf) format("truetype");
  font-weight: 700;
  font-style: italic;
}

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

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

@font-face {
  font-family: icomoon;
  src: url(../fonts/icon/icomoon.eot?nauds4);
  src: url(../fonts/icon/icomoon.eot?nauds4#iefix) format("embedded-opentype"),url(../fonts/icon/icomoon.ttf?nauds4) format("truetype"),url(../fonts/icon/icomoon.woff?nauds4) format("woff"),url(../fonts/icon/icomoon.svg?nauds4#icomoon) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

[class*=" icon-"],
[class^=icon-] {
  font-family: icomoon!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-checked:before {
  content: "\e910";
}

.icon-arrow-left:before {
  content: "\e908";
}

.icon-arrow-right:before {
  content: "\e909";
}

.icon-arrow-up:before {
  content: "\e90a";
}

.icon-close:before {
  content: "\e90b";
}

.icon-double_arrow-left:before {
  content: "\e90c";
}

.icon-double_arrow-right:before {
  content: "\e90d";
}

.icon-email:before {
  content: "\e90e";
}

.icon-load:before {
  content: "\e90f";
}

.icon-arrow-down:before {
  content: "\e900";
}

.icon-arrow-next:before {
  content: "\e901";
}

.icon-arrow-next-slide:before {
  content: "\e902";
}

.icon-arrow-next-slide-home:before {
  content: "\e903";
}

.icon-arrow-next-small:before {
  content: "\e904";
}

.icon-arrow-prev-slide:before {
  content: "\e905";
}

.icon-arrow-prev-slide-home:before {
  content: "\e906";
}

.icon-ruble:before {
  content: "\e907";
}

html {
  font-size: 10px;
}

body,
html {
  height: 100%;
}

body {
  background: #fff;
  font-family: Roboto;
  font-size: 1.4rem;
  color: #323232;
  position: relative;
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button {
  outline: 0;
}

.wrapper {
  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;
  min-height: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.footer {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.main {
  width: calc(100% - 340px);
  margin-left: 340px;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

a {
  font-family: Roboto;
  font-size: 1.4rem;
  text-decoration: none;
  color: #e4003e;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

a:focus,
a:hover {
  color: #e4003e;
  text-decoration: none;
  outline: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

img.fig {
  float: left; /* Обтекание картинки по правому краю */
  padding-top: 20px; /* Отступ сверху */
  padding-right: 20px; /* Отступ справа */
  padding-bottom: 10px; /* Отступ снизу */
  min-width: 200px;
  width: 50%;
  height: 50%;
}

.page-content ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  font-weight: 400;
  color: #212121;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.8rem;
}

h5 {
  font-size: 1.5rem;
}

.title_top {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 2rem 0;
}

.news__title,
.title {
  margin: 0;
  font-family: Roboto; /*Tinos;*/
  font-weight: 400;
  font-size: 35px;
  line-height: 35px;
  color: #0071e9; /*#212121;*/
}



.link-arrow {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  padding: 0 1.5rem;
  margin-left: 3rem;
  background: #ff3b71;
  border-radius: 5px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.link-arrow span {
  position: relative;
}

.link-arrow span:before {
  position: absolute;
  left: 0;
  bottom: 1px;
  content: '';
  width: 100%;
  opacity: 1;
  height: 1px;
  background: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.link-arrow i {
  -webkit-transform: scale(-1,1);
  -ms-transform: scale(-1,1);
  transform: scale(-1,1);
  font-size: 8px;
  margin: 3px 0 0 1rem;
}

.link-arrow:hover span:before {
  width: 1%;
  opacity: 0;
}

.link-arrow:focus,
.link-arrow:hover {
  color: #fff;
}

.link-arrow:focus span,
.link-arrow:hover span {
  text-decoration: none;
}

.notifications {
  display: none;
  position: fixed;
  z-index: 1050;
}

.notifications.top-right {
  right: 15px;
  bottom: 15px;
}

.notifications>div {
  position: relative;
  z-index: 9999;
  background: #ff3b71;
  color: #fff;
  padding: 20px 25px;
  border-radius: 4px;
}

.breadcrumb {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 3rem 0;
  padding: 0!important;
}

.breadcrumb li,
.breadcrumb li a {
  font-size: 14px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #757575;
}

.breadcrumb li {
  list-style-type: none;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  margin-right: 3rem;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

.ajax-loading {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10010;
  pointer-events: none;
}

.ajax-loading:after {
  content: '';
  display: block;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20,20,20,.8) url(../images/loading.svg) center no-repeat!important;
}

.ajax-loading.active {
  opacity: 1;
}

.button-no-border {
  display: inline-block;
  font-size: 16px;
  color: #373e44;
}

.button-no-border:focus,
.button-no-border:hover {
  color: #373e44;
}

.more-content {
  max-height: unset!important;
}

.more-content:before {
  opacity: 0;
}

.slider-row {
  position: relative;
}

.slider-row:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.slider-row .slick-arrow {
  position: absolute;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #d9dde8;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.slider-row .slick-arrow:hover {
  background: #ff3b71;
  border: 1px solid #ff3b71;
  color: #fff;
}

.slider-row .icon-prev {
  left: -25px;
}

.slider-row .icon-next {
  right: -25px;
  -webkit-transform: scale(-1,1);
  -ms-transform: scale(-1,1);
  transform: scale(-1,1);
}

.content__read-more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  color: #ff3b71;
  margin: 1.5rem 0;
}

.content__read-more.active i {
  -webkit-transform: scale(1,-1);
  -ms-transform: scale(1,-1);
  transform: scale(1,-1);
}

.content__read-more span {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.content__read-more i {
  font-size: 7px;
  margin-left: .7rem;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.js-content__read-more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  color: #ff3b71;
  margin: 1.5rem 0;
}

.js-content__read-more.active i {
  -webkit-transform: scale(1,-1);
  -ms-transform: scale(1,-1);
  transform: scale(1,-1);
}

.js-content__read-more span {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.js-content__read-more i {
  font-size: 7px;
  margin-left: .7rem;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.info-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  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: 33px;
  background: -webkit-gradient(linear,left top,right top,from(#1b61b2),to(#0c6bda));
  background: -o-linear-gradient(left,#1b61b2 0,#0c6bda 100%);
  background: linear-gradient(90deg,#1b61b2 0,#0c6bda 100%);
  padding: 0 5rem;
  z-index: 30;
}

.info-top a:focus,
.info-top a:hover {
  color: #fff;
}

.info-top__row {
  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;
}

.info-top__col {
  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-right: 4rem;
}

.info-top__col:last-child {
  margin-right: 0;
}

.info-top__adress,
.info-top__email,
.info-top__email-link,
.info-top__modal-link,
.info-top__time {
  display: inline-block;
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}

.info-top__time-label-mobile {
  display: none;
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #fff;
}

.info-top__time-label-mobile-show {
  display: block;
}

.info-top__adress span,
.info-top__email span,
.info-top__email-link span,
.info-top__modal-link span,
.info-top__time span {
  margin-right: 2rem;
}

.info-top__adress span:last-child,
.info-top__email span:last-child,
.info-top__email-link span:last-child,
.info-top__modal-link span:last-child,
.info-top__time span:last-child {
  margin-right: 0;
}

.info-top__phone-link {
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.info-top__modal-link {
  text-decoration: underline;
  margin-left: 1.5rem;
}

.info-top__email-link {
  text-decoration: underline;
}

.header.header-page {
  -webkit-box-shadow: 0 0 50px rgba(0,0,0,.08);
  box-shadow: 0 0 50px rgba(0,0,0,.08);
  padding-bottom: 2rem;
}

.header__main {
  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;
  margin: 0 -15px;
  padding: 2rem 0;
}

.header__col {
  width: calc(100% / 2 - 30px);
  margin: 0 15px;
}

.header__bot {
  position: relative;
  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;
}

.header__search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 345px);
  margin-right: 24px;
}

.header__search .search-box {
  width: 100%;
}

.header__catalog-link {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90px;
  height: 45px;
  min-width: 40px;
  cursor: pointer;
  background: #ff3b71;
  color: #fff;
  border-radius: 0;
  margin-right: 1rem;
  -webkit-transition: -webkit-transform 330ms ease-out;
  transition: -webkit-transform 330ms ease-out;
  -o-transition: transform 330ms ease-out;
  transition: transform 330ms ease-out;
  transition: transform 330ms ease-out,-webkit-transform 330ms ease-out;
  display: none;
}

.header__inter {
  width: 100%;
  max-width: 321px;
}

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

.header__nav>li {
  list-style: none;
  margin-right: 3rem;
}

.header__nav>li>a {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  color: #373e44;
}

.header__brand {
  margin-right: 1rem;
  max-width: 210px;
  display: none;
}

.header-contact {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 -15px;
}

.header-contact__col {
  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;
/*  width: calc(100% / 3 - 30px);    */
  margin: 0 15px;
}

.header-contact__adress,
.header-contact__email-link {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #373e44;
}

.header-contact__phone-link {
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #373e44;
}

.header-contact__email-link-order,
.header-contact__phone-link-order {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #757575;
}

.header-inter {
  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;
}

.header-inter__favorite {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100% - 259px);
}

.search-box.show {
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: 10%;
  z-index: 10;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.search-box.active {
  width: 100%;
}

.search-box__main {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 45px;
  background: #fff;
  border: 1px solid #d9dde8;
  border-radius: 0;
  padding: 0;
}

.search-box__button {
  width: 45px;
  height: 45px;
  background: #d9dde8;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  cursor: pointer;
}

.search-box__input {
  width: calc(100% - 30px);
  background: 0 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 3rem;
  font-family: Roboto;
  font-weight: 400;
  font-size: 15px;
  color: #454545;
  opacity: .75;
  outline: 0;
}

.search-box__main input:focus::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: .5s;
  transition: .5s;
}

.search-box__main input:focus::-moz-placeholder {
  opacity: 1;
  -moz-transition: .5s;
  transition: .5s;
}

.search-box__main input:focus:-moz-placeholder {
  opacity: 1;
  -moz-transition: .5s;
  transition: .5s;
}

.search-box__main input:focus:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: .5s;
  transition: .5s;
}

.search-box__main input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.search-box__main input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: .5s;
  transition: .5s;
}

.search-box__main input:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: .5s;
  transition: .5s;
}

.search-box__main input:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: .5s;
  transition: .5s;
}

.header-user {
  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;
  width: 94px;
  height: 45px;
  border-right: 1px solid #d9dde8;
}

.header-user__link {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  color: #323232;
  margin-left: 4px;
}

.header-cart {
  width: 165px;
}

.but-cart__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;
  width: 100%;
  height: 45px;
  border: 1px solid #d9dde8;
  padding: 0 1.5rem;
}

.but-cart__icon {
  position: relative;
}

.but-cart__count {
  position: absolute;
  top: -7px;
  right: -10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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: 17px;
  height: 17px;
  border-radius: 17px;
  background: #ffe600;
  font-family: Roboto;
  font-weight: 400;
  font-size: 9px;
  color: #323232;
}

.but-cart__text {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  color: #323232;
  margin-left: 1.5rem;
}

.favorite-link__icon {
  position: relative;
}

.favorite-link__count {
  position: absolute;
  top: -16px;
  right: -10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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: 17px;
  height: 17px;
  border-radius: 17px;
  background: #ffe600;
  font-family: Roboto;
  font-weight: 400;
  font-size: 9px;
  color: #323232;
}

.mobile {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background: #fff;
  z-index: 100;
  width: 300px;
  -webkit-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  transform: translateX(-300px);
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
  z-index: 200;
}

.mobile:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 600%;
  height: 100%;
  background: rgba(0,0,0,.5);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.mobile.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.mobile.active:before {
  visibility: visible;
  opacity: 1;
}

.mobile__top {
  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;
  background: #f8f8f8;
  padding: 2rem 3rem;
}

.mobile__logo {
  margin-right: 2.2rem;
}

.mobile__catalog-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 38px;
  padding: 0 2rem;
  color: #fff;
  background: -webkit-gradient(linear,left top,right top,from(#f30058),to(red));
  background: -o-linear-gradient(left,#f30058 0,red 100%);
  background: linear-gradient(90deg,#f30058 0,red 100%);
  border-radius: 5px;
  margin-right: 2.9rem;
}

.mobile__catalog-link:focus,
.mobile__catalog-link:hover {
  color: #fff;
}

.mobile__catalog-link i {
  margin-left: 1rem;
  font-size: 9px;
}

.mobile__close {
  position: absolute;
  top: 20px;
  right: 20px;
}

.mobile__main {
  height: 100%;
  padding: 0 1rem;
  background: #fff;
  padding-top: 3rem;
}

.mobile__nav>li {
  list-style: none;
  border-bottom: 1px solid #d9dde8;
}

.mobile__nav>li>a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 700;
  font-size: 16px;
  line-height: 56px;
  color: #212121;
  padding: 0 2.5rem;
}

.mobile__nav>li>ul,
.page-content .mobile__nav>li>ol {
  display: none;
}

.app {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  cursor: pointer;
  background: #ececec;
  border-radius: 0;
  margin-right: 1rem;
  -webkit-transition: -webkit-transform 330ms ease-out;
  transition: -webkit-transform 330ms ease-out;
  -o-transition: transform 330ms ease-out;
  transition: transform 330ms ease-out;
  transition: transform 330ms ease-out,-webkit-transform 330ms ease-out;
  display: none;
}

.mobile-search {
  display: none;
  -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;
  height: 45px;
  width: 50px;
  background: #d9dde8;
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 340px;
  background: #fff;
  z-index: 100;
  height: 100vh;
  border-right: 1px solid #ebeff9;
  -webkit-box-shadow: 0 0 50px rgba(0,0,0,.08);
  box-shadow: 0 0 50px rgba(0,0,0,.08);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.sidebar.active {
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.sidebar__main {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.sidebar__logo {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 131px;
  width: 100%;
  border-bottom: 1px solid #ebeff9;
}

.prev {
  position: relative;
  margin: 2rem 0 0 0;
}

.prev .container {
  position: relative;
}

.prev .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.prev-slider {
  overflow: hidden;
  max-height: 1px;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.prev-slider.slick-initialized {
  opacity: 1;
  max-height: 560px;
}

.prev-slider__item {
  position: relative;
  max-height: 560px;
}

.prev-slider__bg {
  border-radius: 10px;
}

.prev .prev-slider-nav__dots {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  height: 100%;
  max-height: 100%;
  margin: auto;
  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;
}

.prev .prev-slider-nav__dots .slick-dots {
  position: relative;
  bottom: unset;
  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;
  width: auto;
}

.prev .prev-slider-nav__dots .slick-dots>li {
  margin-bottom: 20px;
}

.prev .prev-slider-nav__dots .slick-dots>li button {
  display: inline-block;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 10px;
  opacity: .7;
  transition: .3s;
}

.prev .prev-slider-nav__dots .slick-dots>li button:before {
  display: none;
}

.prev .prev-slider-nav__dots .slick-dots>li.slick-active button {
  opacity: 1;
}

.prev-slider-nav {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}

.prev-slider-nav .prev-slider-nav__arrows {
  position: absolute;
  left: 15px;
  bottom: 60px;
  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-left: 6.6rem;
}

.prev-slider-nav .prev-slider-nav__arrows .slick-arrow {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  background: #fff;
  -webkit-box-shadow: 0 4px 26px rgba(0,0,0,.1);
  box-shadow: 0 4px 26px rgba(0,0,0,.1);
  margin: auto;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.prev-slider-nav .prev-slider-nav__arrows .slick-arrow:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.prev-slider-nav .prev-slider-nav__arrows .slick-arrow path {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.prev-slider-nav .prev-slider-nav__arrows .slick-disabled {
  background: #f3f5f6;
  opacity: .5;
}

.prev-slider-nav .prev-slider-nav__arrows .icon-prev {
  margin-right: 2rem;
}

.prev-slider-nav .prev-slider-nav__arrows .icon-next {
  -webkit-transform: scale(-1,1);
  -ms-transform: scale(-1,1);
  transform: scale(-1,1);
}

.prev-slider-nav .prev-slider-nav__arrows .icon-next:hover {
  -webkit-transform: scale(-1.1,1.1);
  -ms-transform: scale(-1.1,1.1);
  transform: scale(-1.1,1.1);
}

.product-modal__close {
  position: absolute;
  top: 0;
  right: -20px;
  background: 0 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}

.review-modal .modal-dialog {
  max-width: 630px;
  width: 100%;
}

.review-modal .modal-dialog .modal-content .review-box__item {
  margin: 0 0 1.5rem 0;
}

.review-modal .modal-dialog .modal-content .review-box__name {
  font-size: 16px;
  font-weight: 700;
}

.review-modal .modal-dialog .modal-content .review-box__name .review-box__date {
  display: inline-block;
  margin: 0 0 0 1.5rem;
  font-size: 11px;
  font-weight: 400;
}

.review-modal .modal-dialog .modal-content .review-box .rating-list {
  max-width: 155px;
}

.review-modal .modal-dialog .modal-content .raiting-form {
  display: inline-block;
}

.review-modal .modal-dialog .modal-content .form-bot {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.raiting-list-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.raiting-list-form .raiting-list-form__item {
  color: #faca37;
  font-size: 24px;
  padding: 0 10px 0 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

.raiting-list-form .raiting-list-form__item svg path {
  stroke: #7a8086;
  fill: none;
}

.raiting-list-form .raiting-list-form__item.active svg path {
  stroke: #f30058;
  fill: #f30058;
}

.raiting-list-form:not(.no-hover):hover {
  cursor: pointer;
}

.raiting-list-form:not(.no-hover):hover .raiting-list-form__item {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.raiting-list-form:not(.no-hover):hover .raiting-list-form__item svg path {
  stroke: #f30058;
  fill: #f30058;
}

.raiting-list-form:not(.no-hover):hover .raiting-list-form__item:hover~.raiting-list-form__item svg path {
  stroke: #7a8086;
  fill: none;
}

.stocks {
  margin: 0 0 1rem 0;
}

.stocks__main {
  margin: 3rem 0 0 0;
}

.stocks__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.stocks__col {
  width: calc(100% / 2 - 30px);
  margin: 0 1.5rem 0 1.5rem;
}

.stocks .slick-track {
  margin: 0 -15px;
}

.stocks .slick-track .slick-slide {
  padding: 0 15px;
}

.stocks .icon-prev {
  left: -10px;
}

.stocks .icon-next {
  right: -10px;
}

.stocks-box {
  position: relative;
  height: 200px;
  border-radius: 0;
  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;
  padding: 4rem 4rem 4rem 5rem;
  overflow: hidden;
  z-index: 1;
}

.stocks-box:hover .stocks-box__img {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.stocks-box__img {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: -1;
}

.stocks-box__badge {
  position: absolute;
  top: 40px;
  left: 40px;
  display: inline-block;
  max-width: 173px;
  max-height: 24px;
  overflow: hidden;
}

.stocks-box__badge span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 0 0 20px;
  font-family: Roboto;
  font-size: 14px;
  color: #f3f5f6;
}

.stocks-box__title {
  display: inline-block;
  max-width: 300px;
  font-family: Tinos;
  font-weight: 700;
  font-size: 28px;
  line-height: 30px;
  color: #000;
}

.stocks-box__title:focus,
.stocks-box__title:hover {
  color: #e4003e;
}

.stocks-box__desc {
  max-width: 290px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.stocks-box__icon {
  position: absolute;
  bottom: 40px;
  left: 40px;
  color: #212121;
  font-size: 12px;
}

.stocks__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.stocks__col {
  width: calc(100% / 2 - 30px);
  margin: 0 15px 30px 15px;
}

.news {
  margin: 0 0 7rem 0;
}

.news__wrap {
  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;
}

.news__top {
  max-width: 352px;
  width: 100%;
  margin-right: 3rem;
}

.news__undertitle {
  max-width: 240px;
  margin-top: 1rem;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #373e44;
}

.news-slider__arrows {
  position: relative;
  margin-top: 2rem;
}

.news-slider__arrows .slick-arrow {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #d9dde8;
  z-index: 5;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.news-slider__arrows .slick-arrow:hover {
  background: #ff3b71;
  border: 1px solid #ff3b71;
  color: #fff;
}

.news-slider__arrows .icon-prev {
  margin-right: 1rem;
}

.news-slider__arrows .icon-next {
  -webkit-transform: scale(-1,1);
  -ms-transform: scale(-1,1);
  transform: scale(-1,1);
}

.news__cat-link {
  margin-left: 0;
  margin-top: 2.8rem;
}

.news__main {
  width: calc(100% - 352px);
  max-width: 1069px;
  margin: 0;
}

.news .slick-track {
  margin: 0 -15px;
}

.news .slick-track .slick-slide {
  padding: 0 15px;
}

.home-news {
  margin: -13rem 0 7rem 0;
}

.news-box {
  position: relative;
  border-radius: 0;
  height: 330px;
}

.news-box__title {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 383px;
  width: 100%;
  height: 84px;
  background: #fff;
  padding: 0 3.4rem 0 2rem;
  font-family: Roboto;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #414141;
}

.news-index .news__main {
  width: auto;
}

.news-index .news__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.news-index .news__row .news__col {
  width: calc(100% / 2 - 30px);
  margin: 0 15px;
  margin-bottom: 3rem;
}

.news-view__title {
  font-size: 24px;
  line-height: 120%;
}

.news-view__body {
  font-size: 16px;
  line-height: 130%;
}

.subscribe {
  margin: 3rem 0;
}

.subscribe__box {
  position: relative;
  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;
  background: -webkit-gradient(linear,left top,right top,from(#f3002c),to(#f30075));
  background: -o-linear-gradient(left,#f3002c 0,#f30075 100%);
  background: linear-gradient(90deg,#f3002c 0,#f30075 100%);
  border-radius: 10px;
  padding: 4rem 0 4rem 4rem;
  background: linear-gradient(90deg,#f3002c 0,#f30075 100%);
  z-index: 1;
}

.subscribe__box:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/subscribe.png) center center no-repeat;
  z-index: -1;
}

.subscribe__label {
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  max-width: 430px;
  width: calc(100% - 30px);
  margin-right: 3rem;
}

.subscribe__row {
  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: 0 -15px;
  width: 100%;
}

.subscribe__col {
  width: calc(30% - 30px);
  margin: 0 15px;
}

.subscribe__input {
  height: 45px;
  line-height: 45px;
  background: rgba(255,255,255,.2);
  border: 1px solid #fff;
  border-radius: 5px;
  max-width: 250px;
  padding: 0 4rem 0 2rem;
}

.subscribe__input input {
  font-size: 16px;
  color: #fff;
  background: 0 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
}

.subscribe__input input:focus {
  outline: 0;
}

.subscribe__input input::-webkit-input-placeholder {
  font-size: 16px;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.subscribe__input input:-ms-input-placeholder {
  font-size: 16px;
  color: #fff;
  -ms-transition: .3s;
  transition: .3s;
}

.subscribe__input input::-ms-input-placeholder {
  font-size: 16px;
  color: #fff;
  -ms-transition: .3s;
  transition: .3s;
}

.subscribe__input input::-moz-placeholder {
  font-size: 16px;
  color: #fff;
  -moz-transition: .3s;
  transition: .3s;
}

.subscribe__input input::placeholder {
  font-size: 16px;
  color: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.subscribe__input input:focus::-webkit-input-placeholder {
  opacity: 0;
}

.subscribe__input input:focus:-ms-input-placeholder {
  opacity: 0;
}

.subscribe__input input:focus::-ms-input-placeholder {
  opacity: 0;
}

.subscribe__input input:focus::-moz-placeholder {
  opacity: 0;
}

.subscribe__input input:focus::placeholder {
  opacity: 0;
}

.subscribe__button {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  background: #ffe600;
  border-radius: 5px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  white-space: nowrap;
  padding: 0 2rem;
  font-family: Gotham Pro;
  font-weight: 700;
  font-size: 16px;
  color: #212121;
  cursor: pointer;
  width: 100%;
  max-width: 250px;
}

.subscribe__terms {
  width: calc(40% - 30px);
  font-size: 13px;
  line-height: 16px;
  color: #fff;
}

.subscribe__terms a {
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.5);
}

.page-content {
  margin-bottom: 6rem;
  font-size: 16px;
  color: #7a8086;
  line-height: 20px;
}

.page-content ol,
.page-content ul {
  list-style-type: disc;
  margin-bottom: 20px;
  padding: 0 0 0 2rem;
}

.page-content ol li,
.page-content ol ol,
.page-content ul li,
.page-content ul ol {
  line-height: 30px;
}

.page-content ol {
  list-style-type: decimal;
}

.page-contact__title {
  margin-top: 5rem;
}

.page-contact__desc {
  font-family: Roboto;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #818181;
  max-width: 463px;
}

.page-contact__map {
  margin-top: 4rem;
  height: 400px;
}

.page-contact-box {
  max-width: 930px;
  margin: 4rem 0 0 0;
}

.page-contact-box__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -40px;
}

.page-contact-box__col {
  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;
  width: calc(100% / 3 - 80px);
  margin: 0 40px;
}

.page-contact-box__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
}

.page-contact-box__label {
  font-family: Roboto;
  font-weight: 700;
  font-size: 24px;
  line-height: 25px;
  color: #373e44;
  margin-top: 1rem;
}

.page-contact-box__desc {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #818181;
  margin-top: 1rem;
  max-width: 250px;
}

.page-contact-box__link {
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #cf4029;
}

.home-info {
  position: relative;
  border-top: 1px solid #d9dde8;
  min-height: 300px;
}

.home-info__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home-info__info {
  width: calc(100% - 600px);
  margin-top: 5rem;
}

.home-info__title {
  font-family: Tinos;
  font-weight: 400;
  font-size: 35px;
  line-height: 35px;
  color: #212121;
}

.home-info__desc {
  position: relative;
  margin-top: 1rem;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #373e44;
  overflow: hidden;
  max-height: 150px;
}

.home-info__desc:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  height: 51px;
  width: 100%;
  background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),color-stop(74.51%,#fff));
  background: -o-linear-gradient(top,rgba(255,255,255,0) 0,#fff 74.51%);
  background: linear-gradient(180deg,rgba(255,255,255,0) 0,#fff 74.51%);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.home-info__desc.active:before {
  opacity: 0;
}

.home-info__img {
  position: absolute;
  top: -1px;
  right: 0;
  max-width: 600px;
  width: 100%;
  margin-right: -6.5rem;
}

.adv {
  margin-top: 1.7rem;
}

.adv__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

.adv__col {
  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;
  width: calc(100% / 4);
  padding: 30px 33px;
  border-right: 1px solid #ececec;
}

.adv__icon {
  margin-right: 13px;
}

.adv__txt {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #373e44;
}

.adv__impor {
  font-weight: 700;
}

.adv__txt .page-content ol,
.adv__txt ul,
.page-content .adv__txt ol {
  margin: 0;
  padding: 0;
}

.adv__txt .page-content ol li,
.adv__txt ul li,
.page-content .adv__txt ol li {
  font-size: 1.4rem;
  line-height: 20px;
  color: #757575;
  list-style: none;
}

.adv__col:last-child {
  border-right: none;
}

.adv__col:nth-child(4) {
  border-right: none;
}

.adv__col:nth-child(5) {
  border-top: 1px solid #ececec;
}

.adv__col:nth-child(6) {
  border-top: 1px solid #ececec;
}

.adv__col:nth-child(7) {
  border-top: 1px solid #ececec;
}

.adv__col:nth-child(8) {
  border-top: 1px solid #ececec;
}

.cart-order {
  margin: 0 0 6rem 0;
}

.cart-order__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cart-order__form {
  width: calc(100% - 431px);
  margin: 0 50px 0 0;
}

.cart-order__sidebar {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 381px;
  background: #f8f8f8;
  padding: 60px 40px 60px 40px;
}

.cart-form__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.cart-form__group {
  width: calc(100% / 2 - 30px);
  margin: 0 15px 15px 15px;
}

.cart-form__row:nth-child(5) .cart-form__group {
  width: calc(100% / 4 - 30px);
  margin: 0 15px 15px 15px;
}

.cart-form__row:nth-child(5) .cart-form__group:first-child {
  width: calc(100% / 2 - 30px);
  margin: 0 15px 15px 15px;
}

.cart-form__delivery .cart-form__group {
  width: 100%;
  margin: 0 0 15px 0;
}

.cart-form__coupon .cart-form__group {
  width: 100%;
}

.cart-form__group input[type=tel],
.cart-form__group input[type=text] {
  width: 100%;
  height: 50px;
  border: 1px solid #dcdcdc;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cart-form__group textarea {
  border: 1px solid #dcdcdc;
  border-radius: 0;
  height: 70px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.coupons__group {
  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;
}

.coupons__button {
  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;
  height: 50px;
  background: #ffe600;
  color: #212121;
  border-radius: 5px;
  font-size: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 0 3rem;
  margin: 0 0 0 2rem;
  cursor: pointer;
}

.coupons-list {
  margin: 1rem 0;
}

.coupons-list__item .coupon {
  font-size: 16px;
}

.coupons-list__item .coupon button {
  height: 30px;
  width: 30px;
  background: #ffe600;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}

.coupons-list__item .coupon button i {
  pointer-events: none;
  color: #212121;
  font-size: 10px;
}

.cart-form__total {
  margin: 0 0 2rem 0;
}

.cart-form__total span {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #e6000e;
}

.cart-form__total strong {
  font-size: 27px;
}

.cart-form__order-button button {
  padding: 0 3rem;
}

.cart-form__delivery-controls {
  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;
}

.cart-form__delivery-controls input[type=radio] {
  padding: 0;
  position: absolute;
  left: -9999px;
}

.cart-form__delivery-controls label {
  width: 20px;
  height: 20px;
  border: 1px solid #c6c6c6;
  border-radius: 50px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 0;
}

.cart-form__delivery-controls label:focus,
.cart-form__delivery-controls label:hover {
  cursor: pointer;
}

.cart-form__delivery-controls input[type=radio]:checked+label {
  border: 5px solid #e6000e;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.cart-form_delivery-name {
  margin-left: 1rem;
}

.cart-form .help-block.error {
  color: red;
}

.cart-sidebar__name {
  font-weight: 700;
  font-size: 18px;
  color: #212121;
}

.cart-sidebar-info {
  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;
  border-top: 1px solid #ececec;
  padding: 2rem 0;
  margin: 1.5rem 0 0 0;
}

.cart-sidebar-info__name {
  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;
  font-size: 16px;
  line-height: 18px;
  color: #212121;
  max-width: 180px;
}

.cart-sidebar-info__cat-name {
  font-size: 14px;
  line-height: 16px;
  color: #7a8086;
}

.cart-sidebar-info__price {
  font-size: 14px;
  color: #373e44;
}

.cart-sidebar-info__price strong {
  font-size: 18px;
  line-height: 24px;
}

.cart-sidebar__more {
  font-size: 16px;
  line-height: 19px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #212121;
}

.cart-sidebar__more:focus {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #212121;
}

.cart-pay .cart-pay__info {
  max-width: 65%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 65%;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  padding-right: 3rem;
}

.cart-pay .cart-pay__info .cart-form {
  width: 100%;
}

.cart-pay__order button {
  height: 50px;
  line-height: 50px;
  background: #ff3d00;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 0 3rem;
  font-size: 16px;
  text-align: center;
  color: #fff;
}

.cart-pay_delivery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cart-pay_delivery-controls {
  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-bottom: 2rem;
  margin-right: 2rem;
}

.cart-pay_delivery-controls input {
  padding: 0;
  position: absolute;
  left: -9999px;
}

.cart-pay_delivery-controls label {
  width: 20px;
  height: 20px;
  border: 1px solid #c6c6c6;
  border-radius: 50px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 0;
}

.cart-pay_delivery-controls label:focus,
.cart-pay_delivery-controls label:hover {
  cursor: pointer;
}

.cart-pay_delivery-controls input[type=radio]:checked+label {
  border: 5px solid #ff3d00;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.cart-pay_delivery-name {
  margin-left: 1rem;
}

.cart-pay .cart-widget {
  padding-top: 3rem;
}

.cart-pay .cart-widget__name {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #212121;
  margin-bottom: 2rem;
}

.cart-pay .cart-widget .cart-list__info {
  padding-left: 0;
}

.cart-pay .cart-widget .cart-list__info-name {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #212121;
}

.cart-pay .cart-widget .cart-list__price .position-sum-price {
  font-size: 20px;
  font-weight: 400;
}

.cart-pay .cart-widget .cart-list__price span {
  font-size: 14px;
}

.cart-pay .button {
  max-width: 200px;
}

.cart-index__title {
  font-weight: 700;
  font-size: 18px;
  margin: 0;
}

.cart-label {
  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;
  margin: 3rem 0;
}

.cart-label__txt {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  color: #212121;
}

.cart-label__txt i {
  margin: 3px 0 0 0;
  padding: 0 10px;
  font-size: 12px;
}

.cart-label__prev {
  font-weight: 700;
  font-size: 18px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #212121;
}

.cart-index__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cart-info {
  width: calc(100% - 431px);
  margin: 0 50px 0 0;
}

.cart-info__lists {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #ececec;
}

.cart-info__lists:first-child {
  border-top: 1px solid #ececec;
}

.cart-info-box {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -15px;
}

.cart-info-box__img {
  width: calc(130px - 30px);
  margin: 0 15px;
}

.cart-info-box__name-cat {
  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;
  width: calc(100% - 580px);
  margin: 0 15px;
  max-width: 300px;
}

.cart-list__info-name {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  color: #212121;
}

.cart-list__info-cat {
  font-size: 14px;
  color: #7a8086;
}

.cart-list__info-cat a {
  color: #373e44;
}

.cart-info-box__spinput {
  width: calc(150px - 30px);
  margin: 0 15px;
}

.cart-info-box__price {
  width: calc(210px - 30px);
  margin: 0 15px;
}

.cart-info-box__price .position-sum-price {
  font-size: 16px;
  color: #373e44;
}

.cart-info-box__price .position-sum-price span {
  font-size: 23px;
  line-height: 24px;
}

.cart-info-box__deleted {
  width: calc(60px - 30px);
  margin: 0 15px;
}

.cart-list__delete-btn {
  height: 30px;
  width: 30px;
  border: none;
  background: 0 0;
  cursor: pointer;
}

.cart-list__delete-icon svg {
  fill: #7a8086;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.cart-list__delete-btn:hover svg {
  fill: #e6000e;
}

.cart-sidebar {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 381px;
  background: #f8f8f8;
  padding: 60px 40px 60px 40px;
}

.cart-sidebar__main {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 30px 0;
}

.cart-sidebar__label {
  font-weight: 700;
  color: #f30058;
  font-size: 18px;
}

.cart-sidebar__price {
  font-size: 23px;
  font-weight: 700;
  color: #f30058;
}

.cart-sidebar .cart-sidebar__btn {
  width: 100%;
  height: 50px;
  line-height: 50px;
}

.cart-sidebar .product-but__link {
  height: 50px;
}

.cart-sidebar .cart-sidebar__btn-document {
  margin-top: 2rem;
}

.cart-sidebar .cart-sidebar__btn-document span {
  text-align: center;
}

.pay {
  color: #232323;
}

.pay .pay-details .pay-details__items {
  padding: 8px 0 3px;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.pay .pay-details .pay-details__items:after {
  content: '';
  clear: both;
  display: block;
}

.pay .pay-details .pay-details__left {
  float: left;
  width: 190px;
}

.pay .pay-details .pay-details__left label {
  font-weight: 400;
}

.pay .pay-details .pay-details__right {
  float: right;
  width: calc(100% - 190px);
}

.pay .pay-box .pay-box__header {
  font-size: 24px;
  padding: 35px 0 10px;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.pay .pay-box .pay-box__items {
  display: table;
  width: 100%;
  margin: 10px 0 0;
  padding: 0 0 10px;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.pay .pay-box .pay-box__name {
  display: table-cell;
  vertical-align: middle;
  width: calc(100% - 385px);
}

.pay .pay-box .pay-box__name a {
  color: #1f95c0;
}

.pay .pay-box .pay-box__name .media {
  display: table;
  width: 100%;
}

.pay .pay-box .pay-box__name .media .img-thumbnail {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
}

.pay .pay-box .pay-box__name .media .media-body {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 40px;
}

.pay .pay-box .pay-box__price {
  display: table-cell;
  vertical-align: middle;
  width: 245px;
  text-align: center;
}

.pay .pay-box .pay-box__totalPrice {
  display: table-cell;
  vertical-align: middle;
  width: 125px;
  text-align: right;
}

.pay .pay-bottom .pay-bottom__items {
  padding: 15px 0;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.pay .pay-bottom .pay-bottom__items:after {
  content: '';
  clear: both;
  display: block;
}

.pay .pay-bottom .pay-bottom__left {
  float: left;
  width: calc(100% - 200px);
}

.pay .pay-bottom .pay-bottom__right {
  float: right;
  width: 200px;
  text-align: right;
}

.pay .pay-payments .pay-payments__header {
  color: #232323;
  font-size: 24px;
  padding: 35px 0 10px;
}

.pay .pay-payments .payment-desc {
  color: #1f95c0;
  padding: 0 0 30px;
}

.pay .pay-payments .payment-methods {
  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;
}

.pay .pay-payments .payment-methods .pay-payments__button {
  margin: 0 0 0 3rem;
  padding: 0;
}

.pay .pay-payments .payment-methods .pay-payments__button button {
  border: none;
  padding: 0 4rem;
}

.pay .pay-payments .payment-methods .pay-payments__button button:before {
  display: none;
}

.pay .pay-payments .payment-method {
  margin: 0;
}

.pay .pay-payments .payment-method .rich-radio input {
  padding: 0;
  position: absolute;
  left: -9999px;
}

.pay .pay-payments .payment-method .rich-radio label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto;
  font-size: 1.4rem;
  color: #6e6e6e;
}

.pay .pay-payments .payment-method .rich-radio label:before {
  display: inline-block;
  content: '';
  width: 18px;
  height: 18px;
  border: 1px solid #c6c6c6;
  border-radius: 50px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 0 1rem 0 0;
  cursor: pointer;
}

.pay .pay-payments .payment-method .rich-radio input[type=radio]:checked+label:before {
  border: 5px solid #ff3b71;
  width: 10px;
  height: 10px;
}

.pay .pay-payments-alert {
  padding: 3rem 0;
}

.pay .pay-payments-alert span {
  display: inline-block;
}

.pay .pay-payments-alert .success {
  background: green;
  color: #fff;
  padding: 5px 15px;
  margin: 0 1rem 0 0;
}

.pay .button {
  max-width: 200px;
}

.page-content ol#payment-methods li,
ul#payment-methods li {
  margin: 0;
}

#payment-methods {
  margin: 0;
  padding: 10px 0;
  list-style: none;
  border: none;
}

#payment-methods .payment-method .description {
  font-family: Montserrat-Regular;
  font-weight: 400;
  padding: 10px 0 10px 30px;
}

#payment-methods .payment-method .description p {
  margin: 0;
}

#payment-methods .payment-method .description img {
  width: 300px;
  max-width: 100%;
}

#payment-methods .logo-payment-box .logo-payment-box__item {
  width: 100px;
  height: 50px;
  line-height: 50px;
}

.category__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

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

.category__item:first-child {
  width: calc(100% / 2 - 30px);
}

.category-box {
  position: relative;
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px;
  background: #eaf5fc;
  height: 325px;
  overflow: hidden;
  padding: 4rem;
}

.category-box:first-child {
  background: #fef0da;
}

.category-box:first-child .category-box__btn-more {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  z-index: 2;
}

.category-box__img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.category-box__name_and_count {
  position: relative;
}

.category-box__name {
  font-family: Elektra Text Pro;
  font-weight: 400;
  font-size: 24px;
  line-height: 23px;
  color: #323232;
}

.category-box__count {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #757575;
}

.category-box__btn-more {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45px;
  max-width: 202px;
  padding: 0 3rem;
  background: -webkit-gradient(linear,left top,right top,from(#1b61b2),to(#0c6bda));
  background: -o-linear-gradient(left,#1b61b2 0,#0c6bda 100%);
  background: linear-gradient(90deg,#1b61b2 0,#0c6bda 100%);
  border-radius: 50px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

.category-box__btn-more:focus,
.category-box__btn-more:hover {
  color: #fff;
}

.category-box__btn-more i {
  font-size: 9px;
  margin-left: 1.5rem;
}

.category-box__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.category-catalog {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 1px solid #d9dde8;
  border-radius: 10px;
  padding: 2rem 0;
}

.category-catalog__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto;
  font-size: 18px;
  color: #1b61b2;
}

.category-catalog__link span {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.category-catalog__link i {
  -webkit-transform: scale(-1,1);
  -ms-transform: scale(-1,1);
  transform: scale(-1,1);
  font-size: 11px;
  margin-left: 4px;
}

.category-nav {
  display: block;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  overflow-y: auto;
}

.category-nav>li {
  position: relative;
  border-bottom: 1px solid #ebeff9;
}

.category-nav>li>a {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 1rem 1rem 1rem 2rem;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.category-nav__icon {
  width: 30px;
  margin-right: 1.5rem;
}

.category-nav__label {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  color: #373e44;
}

.category-nav__arrow {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  height: 10px;
  font-size: 8px;
  color: #323232;
}

.category-nav__submenu {
  display: none;
  position: absolute;
  width: 300px;
  top: 0;
  right: -301px;
  max-height: 260px;
  height: 100%;
  border-left: none;
  overflow: hidden;
  overflow-y: auto;
  visibility: hidden;
  background: #fff;
  border: 1px solid #ebeff9;
  -webkit-box-shadow: 0 0 50px rgba(0,0,0,.08);
  box-shadow: 0 0 50px rgba(0,0,0,.08);
  opacity: 0;
}

.category-nav__submenu.active {
  display: block;
  visibility: visible;
  opacity: 1;
}

.category-nav__submenu-title {
  position: absolute;
  left: 0;
  top: 26px;
  width: 100%;
  padding: 3rem 2rem;
  color: #232323;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

.category-nav__submenu .category-nav__submenu-items {
  margin-top: 129px;
}

.category-nav__submenu .category-nav__submenu-items>li {
  border-bottom: 1px solid #ebeff9;
}

.category-nav__submenu .category-nav__submenu-items>li>a {
  display: inline-block;
  width: 100%;
  font-family: Roboto;
  font-weight: 400;
  font-size: 15px;
  color: #373e44;
  padding: 1.6rem 1rem 1.6rem 2rem;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.category-nav__submenu .category-nav__submenu-items>li:first-child {
  border-top: 1px solid #ebeff9;
}

.category-nav__submenu::-webkit-scrollbar-button {
  background-image: url("");
  background-repeat: no-repeat;
  width: 6px;
  height: 0;
}

.category-nav__submenu::-webkit-scrollbar-track {
  background: #e3e6eb;
}

.category-nav__submenu::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #a8a8a8;
  -webkit-box-shadow: 0 1px 1px #fff inset;
  box-shadow: 0 1px 1px #fff inset;
}

.category-nav__submenu::-webkit-resizer {
  background-image: url("");
  background-repeat: no-repeat;
  width: 5px;
  height: 0;
}

.category-nav__submenu::-webkit-scrollbar {
  width: 5px;
}

.category-nav::-webkit-scrollbar-button {
  background-image: url("");
  background-repeat: no-repeat;
  width: 6px;
  height: 0;
}

.category-nav::-webkit-scrollbar-track {
  background: #e3e6eb;
}

.category-nav::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #a8a8a8;
  -webkit-box-shadow: 0 1px 1px #fff inset;
  box-shadow: 0 1px 1px #fff inset;
}

.category-nav::-webkit-resizer {
  background-image: url("");
  background-repeat: no-repeat;
  width: 5px;
  height: 0;
}

.category-nav::-webkit-scrollbar {
  width: 5px;
}

.pop-categories {
  margin: 2.5rem 0 2rem 0;
}

.page-content .pop-categories>ol>li,
.pop-categories>ul>li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 35px;
  margin: 0 1rem 1rem 0;
}

.page-content .pop-categories>ol>li input[type=checkbox],
.pop-categories>ul>li input[type=checkbox] {
  position: absolute;
  left: -9999px;
}

.page-content .pop-categories>ol>li label,
.pop-categories>ul>li label {
  padding: 0 1.5rem;
  margin: 1px 0 0 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 33px;
  color: #212121;
  background: #fff;
  border: 1px solid #ebeff9;
  border-radius: 10px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.page-content .pop-categories>ol>li label:hover,
.pop-categories>ul>li label:hover {
  border: 1px solid #ebeff9;
}

.page-content .pop-categories>ol>li input[type=checkbox]:checked+label,
.pop-categories>ul>li input[type=checkbox]:checked+label {
  background: #ebeff9;
  border: 1px solid #ebeff9;
}

.page-content .pop-categories>ol>li:last-child,
.pop-categories>ul>li:last-child {
  margin: 0;
}

.product-popular-slider {
  position: relative;
}

.product-popular-slider .slick-arrow {
  position: absolute;
  top: 40%;
  cursor: pointer;
}

.product-popular-slider .icon-arrow-prev-slide {
  left: -20px;
}

.product-popular-slider .icon-arrow-next-slide {
  right: -20px;
}

.slick-arrow {
  position: absolute;
  top: 40%;
  cursor: pointer;
}

.icon-arrow-prev-slide {
  left: -20px;
}

.icon-arrow-next-slide {
  right: -20px;
}

.pop .pop__row .js-pr-slider .slick-arrow {
  top: 10%;
}

.producers {
  margin: 0 0 4rem 0;
}

.producers__main {
  margin: 2rem 0 0 0;
  padding: 0 0 2rem 0;
  border-bottom: 1px solid #d9dde8;
}

.category-view__main {
  position: relative;
  z-index: 50;
}

.category-view__main.filter-open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.category-view__main.filter-open .category-view__content {
  width: calc(100% - 279px);
}

.category-view__main.filter-open .category-view__content .catalog-controls {
  padding-right: 2.1rem;
  border-right: none;
}

.category-view__main.filter-open .category-view__content .catalog-content__pr-items {
  margin-right: 7.3rem;
}

.category-view__main.filter-open .category-view__content .catalog-content__pr-items .product-item {
  width: calc(100% / 3);
}

.category-view__main.filter-open .category-view__filters {
  position: relative;
}

.category-view__main.filter-open .category-view__filters .filter-content__wrap {
  display: block;
}

.category-view__content {
  width: 100%;
}

.category-view__content .catalog-controls {
  padding-right: 299px;
}

.category-view__main .category-view__filters {
  position: absolute;
  top: 0;
  right: 0;
  width: 279px;
}

.category-view__main .category-view__filters.active {
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.category-view__main .category-view__filters .filter-content__wrap {
  display: none;
}

.category-view__no-products {
  padding: 3rem;
  background: #f3f5f6;
  border-radius: 5px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #212121;
  width: 100%;
  max-width: 50%;
}

.catalog-content__pr-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 3rem;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.catalog-content__pr-items .empty {
  padding: 2rem 0;
}

.product-item {
  width: calc(100% / 4);
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.catalog-content__pr-items.ajax-load {
  position: relative;
}

.catalog-content__pr-items.ajax-load .product__item {
  opacity: .8;
}

.catalog-content__pr-items.ajax-load:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 0 0;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: 400;
}

.catalog-content__pr-items.ajax-load:before {
  content: '';
  position: absolute;
  top: 200px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../images/loading.svg) no-repeat;
  z-index: 500;
  width: 140px;
  height: 140px;
}

.table-responsive {
  width: 100%;
  margin-bottom: 15px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
}

.compare-table tr td {
  vertical-align: top;
  width: 240px;
  border: 1px solid #d6d6d6;
}

.product-compare-desc {
  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;
  color: #232323;
  font-size: 14px;
  font-family: Montserrat-Regular;
  background: #fff;
  border: 1px solid #e1f7ff;
  -webkit-box-shadow: 0 2px 9px 0 rgba(118,189,216,.25);
  box-shadow: 0 2px 9px 0 rgba(118,189,216,.25);
  padding: 10px 20px;
  margin: 0 0 25px;
}

.product-compare-desc a {
  color: #232323;
}

.loading-compare {
  position: relative;
  width: 100%;
  height: 400px;
  background: #fff;
  overflow: hidden;
}

.loading-compare:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f3fdff url(../images/loader.svg) center no-repeat!important;
}

.product-compare {
  margin: 0;
}

.product-compare .product-compare__item {
  position: relative;
  min-width: 250px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.product-compare .product-compare__item:hover .product-compare__remove {
  opacity: 1;
}

.product-compare .product-compare__img {
  width: 100%;
  height: 150px;
  padding: 10px;
  line-height: 130px;
  text-align: center;
}

.product-compare .product-compare__img img {
  max-height: 100%;
}

.product-compare .product-compare__remove {
  position: absolute;
  z-index: 1;
  top: 4px;
  right: 2px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #929292;
  font-size: 13px;
  cursor: pointer;
  pointer-events: all;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.product-compare .product-compare__remove i {
  pointer-events: none;
}

.product-compare .product-compare__remove:hover {
  color: #f30058;
}

.product-compare .product-compare__info {
  position: relative;
  padding: 10px;
}

.product-compare .product-compare__name {
  height: 35px;
  overflow: hidden;
  color: #393939;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 15px;
}

.product-compare .product-compare__price {
  text-align: center;
  padding: 0 0 5px;
}

.product-compare .product-compare__price .compare-result {
  font-size: 16px;
  font-weight: 700;
}

.product-compare-attribute {
  margin: 0;
}

.product-compare-attribute .product-compare-attribute__item {
  text-align: center;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.product-compare-attribute .product-compare-attribute__head {
  color: #414b4e;
  font-size: 14px;
  line-height: 1;
  padding: 6px 10px;
  background: #e8e8e8;
}

.product-compare-attribute .product-compare-attribute__val {
  padding: 4px 10px;
}

.product-compare-attribute .product-compare-attribute__val .value {
  color: #414b4e;
  font-size: 16px;
}

.product-compare-attribute .product-compare-attribute__val .value.value-yes {
  color: #d20047;
  font-size: 14px;
}

.product-compare-attribute .product-compare-attribute__val .value.value-not {
  color: red;
}

.product-compare-attribute .product-compare-attribute__val .value.value-not:before {
  content: '-';
  display: inline;
}

.filter-content {
  background: #fcfcfc;
  border-radius: 5px 5px 10px 10px;
}

.filter-content .filter-block-range__item {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
}

.filter-content__label {
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  line-height: 15px;
  color: #323232;
  border-radius: 5px 5px 0 0;
  background: #fff;
  padding: 2rem 2rem;
  border: 1px solid #ebeff9;
}

.filter-attributes .filter-block:last-child {
  border-bottom: 1px solid #ebeff9;
  border-radius: 0 0 10px 10px;
}

.filter-block {
  border-bottom: 1px solid #ebeff9;
  border-left: 1px solid #ebeff9;
  border-right: 1px solid #ebeff9;
  position: relative;
  z-index: 1;
}

.filter-block.active .filter-block__header:before {
  opacity: 1;
}

.filter-block__header {
  position: relative;
  cursor: pointer;
  padding: 25px 21px;
  font-weight: 700;
  font-size: 16px;
  color: #212121;
}

.filter-block__header:before {
  content: '';
  width: 250px;
  height: 10px;
  background: #fcfcfc;
  position: absolute;
  bottom: 0;
  left: 5px;
  -webkit-box-shadow: 0 10px 11px rgba(0,0,0,.06);
  box-shadow: 0 10px 11px rgba(0,0,0,.06);
  z-index: -1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 0;
}

.filter-block__header.no-active i {
  -webkit-transform: rotate(90deg) scale(1,-1);
  -ms-transform: rotate(90deg) scale(1,-1);
  transform: rotate(90deg) scale(1,-1);
}

.filter-block__heading {
  position: relative;
  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;
}

.filter-block__heading i {
  font-size: 13px;
  color: #ff3b71;
  margin: 0 1.5rem 0 0;
  -webkit-transform: rotate(90deg) scale(-1,1);
  -ms-transform: rotate(90deg) scale(-1,1);
  transform: rotate(90deg) scale(-1,1);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.filter-block__heading.checked-filter {
  color: #ff3b71;
}

.filter-block__heading-reset {
  position: absolute;
  top: 1px;
  right: 0;
  height: 20px;
  width: 20px;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.filter-block__heading-reset.checked-filter {
  visibility: visible;
  opacity: 1;
}

.filter-block__body {
  padding: 0 20px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.filter-block__body.no-active {
  opacity: 0;
  height: 1px;
}

.filter-block__body .filter-block__list {
  overflow-y: auto;
  max-height: 300px;
}

.filter-checkbox {
  position: relative;
  width: 100%;
  padding: 0 0 15px 0;
}

.filter-checkbox label {
  font-weight: 400;
  font-size: 16px;
  color: #323232;
  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;
}

.filter-checkbox label:hover {
  cursor: pointer;
}

.filter-checkbox label .check {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #c6c6c6;
  border-radius: 5px;
  line-height: 15px;
  text-align: center;
  margin-right: 1rem;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.filter-checkbox label .check i {
  font-size: 8px;
  color: #fff;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.filter-checkbox input[type=checkbox] {
  position: absolute;
  left: -9999px;
}

.filter-checkbox input[type=checkbox]:checked+label .check {
  background: #ff3b71;
  border-color: #ff3b71;
}

.filter-checkbox input[type=checkbox]:checked+label .check i {
  opacity: 1;
}

.filter-block-range {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -6px;
}

.filter-block-range__item {
  width: calc(100% / 2 - 12px);
  margin: 0 6px 10px;
  border: 1px solid #dbdbdb;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  height: 40px;
  color: #8b9095;
}

.filter-block-range__item:focus,
.filter-block-range__item:hover {
  border-color: #dbdbdb;
}

.filter-block-input-range .button-apply {
  margin: 0 0 2rem 0;
}

.range {
  margin-bottom: 20px;
}

.range .irs--round .irs-bar {
  background-color: #373e44;
}

.range .irs--round .irs-handle {
  border: 2px solid #373e44;
  top: 3px;
}

.filter-block__body input[type=number] {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

.filter-block__body input[type=number]::-webkit-inner-spin-button,
.filter-block__body input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.filter-block__body input[type=number]:focus,
.filter-block__body input[type=number]:hover {
  -webkit-appearance: none;
  -moz-appearance: number-input;
}

.filter-block__footer {
  position: relative;
  padding-bottom: 20px;
}

.filter-block__more {
  display: inline-block;
  height: 20px;
  font-size: 14px;
  padding-top: 2rem;
  color: #ff3b71;
}

.filter-block__more:focus,
.filter-block__more:hover {
  color: #ff3b71;
}

.filter-block__more span {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.filter-block__more i {
  display: inline-block;
  font-size: 7px;
  line-height: 9px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.filter-block__more.active i {
  -webkit-transform: scale(1,-1);
  -ms-transform: scale(1,-1);
  transform: scale(1,-1);
}

.filter-button {
  background: #fff;
}

.filter-button button:hover {
  cursor: pointer;
}

.filter-button button:focus {
  outline: 0;
}

.but-menu-filter {
  display: none;
  margin: 0 0 1rem 0;
}

.button-mobile-filter {
  height: 40px;
  width: 200px;
  display: inline-block;
  line-height: 40px;
  background: #ff3b71;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #fff;
  border-radius: 10px;
}

.button-mobile-filter:focus,
.button-mobile-filter:hover {
  color: #fff;
}

.filter-block:last-child {
  border-bottom: none;
}

.button-apply {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #fff;
  background: -webkit-gradient(linear,left top,right top,from(#ff3b71),to(#ff3b71));
  background: -o-linear-gradient(left,#ff3b71 0,#ff3b71 100%);
  background: linear-gradient(90deg,#ff3b71 0,#ff3b71 100%);
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  width: 100%;
  margin: 2rem 0 0 0;
  padding: 0 2rem;
  cursor: pointer;
}

.button-apply span {
  text-align: center;
  width: calc(100% - 10px);
}

.button-apply i {
  width: 10px;
  font-size: 8px;
}

.filter-button__reset {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 2rem;
  margin-top: 2rem;
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
  color: #212121;
  height: 45px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0;
  width: 100%;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
}

.filter-button__reset span {
  text-align: center;
  width: calc(100% - 10px);
}

.filter-button__reset i {
  width: 10px;
  font-size: 8px;
}

.filter-block__list::-webkit-scrollbar-button {
  background-image: url("");
  background-repeat: no-repeat;
  width: 6px;
  height: 0;
}

.filter-block__list::-webkit-scrollbar-track {
  background: #e3e6eb;
}

.filter-block__list::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #a8a8a8;
  -webkit-box-shadow: 0 1px 1px #fff inset;
  box-shadow: 0 1px 1px #fff inset;
}

.filter-block__list::-webkit-resizer {
  background-image: url("");
  background-repeat: no-repeat;
  width: 5px;
  height: 0;
}

.filter-block__list::-webkit-scrollbar {
  width: 5px;
}

.catalog-controls {
  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;
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 2.1rem;
  background: #fff;
  border: 1px solid #ebeff9;
  border-radius: 0;
}

.catalog-controls__sort {
  margin-right: 4rem;
}

.catalog-controls__sort-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.catalog-controls__sort-row>div {
  margin-right: 4rem;
}

.catalog-controls__sort {
  position: relative;
}

.catalog-controls__sort-header>span {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  color: #323232;
}

.catalog-controls__sort-header .sorter__active {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  color: #323232;
  cursor: pointer;
}

.catalog-controls__sort-header .sorter__active i {
  font-size: 6px;
  margin-left: 8px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.sorter {
  position: absolute;
  top: 25px;
  right: 0;
  display: none;
  -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;
  width: 170px;
  background: #fff;
  -webkit-box-shadow: 0 17px 26px rgba(48,59,81,.11);
  box-shadow: 0 17px 26px rgba(48,59,81,.11);
  border-radius: 5px;
  z-index: 500;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-radius: 5px;
  border: 1px solid #e3e5f2;
}

.sorter li {
  margin-right: 1rem;
  display: inline-block;
  height: 25px;
  line-height: 23px;
  padding: 0 2rem;
  border-bottom: 1px solid #e3e5f2;
  font-size: 14px;
  color: #212121;
  cursor: pointer;
  width: 100%;
}

.sorter li.active {
  background: #ff2b84;
  border: 1px solid #ff2b84;
  color: #fff;
}

.sorter li:first-child {
  border-radius: 5px 5px 0 0;
}

.sorter li:last-child {
  margin-right: 0;
  border-radius: 0 0 5px 5px;
  border-bottom: 0;
}

.catalog-controls__sort.active .sorter__active i {
  -webkit-transform: scale(1,-1);
  -ms-transform: scale(1,-1);
  transform: scale(1,-1);
}

.catalog-controls__sort.active .sorter {
  display: block;
}

.catalog-controls__row-count-res {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.countItem-box {
  position: relative;
}

.countItem-box__header>span {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  color: #323232;
}

.countItem-box__header .countItem-box__active {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  color: #323232;
  cursor: pointer;
}

.countItem-box__header .countItem-box__active i {
  font-size: 6px;
  margin-left: 8px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.countItem-wrapper {
  position: absolute;
  top: 25px;
  right: 0;
  display: none;
  -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;
  width: 60px;
  background: #fff;
  -webkit-box-shadow: 0 17px 26px rgba(48,59,81,.11);
  box-shadow: 0 17px 26px rgba(48,59,81,.11);
  border-radius: 5px;
  z-index: 500;
  border: 1px solid #e3e5f2;
}

.countItem-wrapper .countItem-wrapper__link {
  display: inline-block;
  height: 25px;
  line-height: 23px;
  padding: 0 2rem;
  border-bottom: 1px solid #e3e5f2;
  font-size: 14px;
  color: #212121;
  cursor: pointer;
  width: 100%;
}

.countItem-wrapper .countItem-wrapper__link.active {
  background: #ff2b84;
  border: 1px solid #ff2b84;
  color: #fff;
}

.countItem-wrapper .countItem-wrapper__link:first-child {
  border-radius: 5px 5px 0 0;
}

.countItem-wrapper .countItem-wrapper__link:last-child {
  margin-right: 0;
  border-radius: 0 0 5px 5px;
  border-bottom: 0;
}

.countItem-box.active .countItem-box__active i {
  -webkit-transform: scale(1,-1);
  -ms-transform: scale(1,-1);
  transform: scale(1,-1);
}

.countItem-box.active .countItem-wrapper {
  display: block;
}

.catalog-controls__label-pr-count {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  color: #323232;
}

.catalog-controls__label-pr-count strong {
  font-weight: 700;
}

.catalog-controls__res {
  margin-left: 4rem;
}

.catalog-controls__res .template-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.catalog-controls__res .template-product__item {
  margin-right: 1rem;
}

.catalog-controls__res .template-product__item svg rect {
  fill: #dae2eb;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.catalog-controls__res .template-product__item.active svg rect {
  fill: #ff2b84;
}

.catalog-controls__res .template-product__item:hover {
  cursor: pointer;
}

.catalog-controls__res .template-product__item:last-child {
  margin-right: 0;
}

.selected-filters {
  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;
  width: 100%;
  display: none;
}

.selected-filters span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  text-align: center;
  height: 35px;
  line-height: 36px;
  padding: 0 30px 0 15px;
  margin-bottom: 10px;
  margin-right: 18px;
  border-radius: 5px;
  cursor: pointer;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}

.selected-filters span:after,
.selected-filters span:before {
  content: '';
  position: absolute;
  top: 13px;
  right: 17px;
  height: 10px;
  width: 1px;
  opacity: 1;
  background-color: #fff;
}

.selected-filters span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.selected-filters span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.selected-filters span:hover {
  color: #fff;
  cursor: pointer;
}

.selected-filters span:hover:after,
.selected-filters span:hover:before {
  opacity: 1;
}

.selected-filters .label {
  background: #ff3b71;
  color: #fff;
}

.selected-filters .reset-filter {
  background: #f3f5f6;
  color: #212121;
}

.selected-filters .reset-filter:after,
.selected-filters .reset-filter:before {
  background-color: #212121;
}

.selected-filters .reset-filter:hover {
  color: #212121;
  background: #f3f5f6;
}

.selected-filters strong {
  display: inline-block;
  vertical-align: middle;
  padding: 6px 20px 5px 0;
  font-weight: 400;
  font-size: 16px;
  color: #8b8b8b;
}

.selected-filters.active {
  display: block;
  padding: 20px 0 0 0;
  margin: 0 0 30px;
  border-top: 1px solid #d9dde8;
}

.pr-slider {
  margin-bottom: 6rem;
  margin-top: 6rem;
  position: relative;
  z-index: 10;
}

.pr-slider__wrap {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pr-slider__slider {
  width: 100%;
  border-radius: 10px;
  padding: 0 0 2.6rem 0;
}

.pr-slider__slider .slick-list {
  padding-bottom: 13rem;
}

.pr-slider__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}

.pr-slider__item {
  width: calc(100% / 5 - 40px);
  padding: 0 20px;
}

.pr-slider .pr-slider__wrap .pr-slider__slider .slick-arrow {
  top: 10%;
}

.product-nav {
  margin: 3rem 0 3rem 0;
  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;
  -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;
}

.pagination-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pagination {
  border: 1px solid #d9dde8;
  border-radius: 4px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.pagination>li {
  list-style: none;
}

.pagination>li>a {
  height: 48px;
  width: 51px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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: 16px;
  line-height: 1;
  color: #373e44;
  border-right: 1px solid #d9dde8;
}

.pagination>li>a i {
  font-size: 10px;
}

.pagination>li>a:hover {
  color: #1b61b2;
}

.pagination>li:last-child>a {
  border-right: none;
}

.pagination>li.active>a {
  background: -webkit-gradient(linear,left top,right top,from(#1b61b2),to(#0c6bda));
  background: -o-linear-gradient(left,#1b61b2 0,#0c6bda 100%);
  background: linear-gradient(90deg,#1b61b2 0,#0c6bda 100%);
  color: #fff;
}

.pagination>li.disabled>a {
  color: #d9dde8;
  cursor: not-allowed;
}

.category-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 5px);
  margin: 2.9rem 0;
}

.category-list__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 220px;
  padding: 2.6rem;
  width: calc(100% / 5);
  border: 1px solid #ebeff9;
  margin: 0 -1px -1px 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.category-list__link2 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 79px;
  padding: 2.6rem;
  width: calc(100% / 5);
  border: 1px solid #ebeff9;
  margin: 0 -1px -1px 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.category-list__link:hover {
  background: #ebeff9;
}

.category-list__link2:hover {
  background: #ebeff9;
}

.category-list__wrap-icon-val {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.category-list__icon {
  width: 30px;
  margin-right: 1.4rem;
}

.line_block { 
/*        width:50%; */
        float:left; 
        text-align:left;
}

.line_block2 { 
/*        width:50%; */
        float:left; /*right; */
        text-align:right;
	font-size: 12px;
	color: #373e44;
/*	color: #ff0000;
	font-style: italic;*/
}

.category-list__val {
  font-family: Roboto; /*Tinos;*/ /*Roboto;*/
  font-weight: 400;
  /*font-weight: bold;*/
  font-size: 18px;
  color: #0071e9; /*#fd8026;*/ /*#373e44;*/
}

.category-list__is-child {
  margin-top: 4px;
  font-size: 8px;
  color: #373e44;
}

.sidebar-box {
  position: relative;
}

.sidebar-box__close {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: none;
  z-index: 1501;
}

.sidebar-box__label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  width: 100%;
  background: #ff3b71;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.sidebar-box__label.active {
  background: #ebeff9;
}

.sidebar-box__label.active .sidebar-box__label-icon {
  color: #212121;
  -webkit-transform: rotate(90deg) scale(-1,1);
  -ms-transform: rotate(90deg) scale(-1,1);
  transform: rotate(90deg) scale(-1,1);
}

.sidebar-box__label.active .sidebar-box__label-txt {
  color: #212121;
}

.sidebar-box__label-icon {
  margin: 0 1.5rem 0 2rem;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 13px;
  color: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.sidebar-box__label-txt {
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.product-item {
  position: relative;
  padding: 3rem;
  border: 1px solid transparent;
}

.product-item:hover {
  border: 1px solid #d9dde8;
  border-bottom: 1px solid transparent;
  z-index: 10;
}

.product-item:hover .product-item__bot-wrapper {
  visibility: visible;
  opacity: 1;
  border-left: 1px solid #d9dde8;
  border-right: 1px solid #d9dde8;
  border-bottom: 1px solid #d9dde8;
}

.product-item:hover .product-item__fast-view {
  visibility: visible;
  opacity: 1;
}

.product-item:hover .product-item__img-slider .slick-arrow {
  opacity: 1;
}

.product-item .product-item__img-slider {
  height: 238px;
  overflow: hidden;
}

.product-item .product-item__img-slider .slick-list {
  padding-bottom: 0;
}

.product-item .product-item__img-slider .slick-arrow {
  position: absolute;
  top: 40%;
  margin: auto;
  z-index: 30;
  background: 0 0;
  border: none;
  width: auto;
  height: 20px;
  opacity: 0;
  border-radius: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.product-item .product-item__img-slider .slick-arrow:hover {
  color: #454545;
  background: 0 0;
  border: none;
}

.product-item .product-item__img-slider .icon-next {
  right: 0;
  -webkit-transform: scale(-1,1);
  -ms-transform: scale(-1,1);
  transform: scale(-1,1);
}

.product-item .product-item__img-slider .icon-prev {
  left: 0;
}

.product-item__img {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  height: 190px;
  width: 100%;
  padding: 0 3rem;
  margin-top: 4.4rem;
  overflow: hidden;
}

.product-item__img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  -webkit-animation: image_upload 1s 1 ease-in-out;
  animation: image_upload 1s 1 ease-in-out;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.product-item__img img {
  -webkit-animation: image_duration 1s 1 ease-in-out;
  animation: image_duration 1s 1 ease-in-out;
}

.product-item__fast-view {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  bottom: 0;
  left: 0;
  height: 37px;
  width: 100%;
  background: rgba(0,0,0,.2);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  color: #f3f5f6;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.product-item__fast-view:focus,
.product-item__fast-view:hover {
  color: #fff;
}

.product-item__price {
  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-top: 4.6rem;
  height: 30px;
}

.product-item__base-price,
.product-item__price-result {
  font-family: Roboto;
  font-weight: 400;
  font-size: 28px;
  line-height: 20px;
  color: #212121;
  max-width: 172px;
}

.base-price__current,
.price-result__current {
  font-size: 21px;
}

.product-item__price-old {
  font-family: Roboto;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #757575;
}

.price-old__val {
  font-size: 18px;
  text-decoration: line-through;
}

.product-item__base-price {
  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;
  margin-top: 4.6rem;
  height: 30px;
}

.product-item__name {
  display: inline-block;
  font-family: Roboto;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #414141;
  margin-top: 1.2rem;
}

.product-item .product-item__bot-wrapper {
  position: absolute;
  bottom: -118px;
  left: -1px;
  height: 140px;
  width: calc(100% + 2px);
  background: #fff;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  padding: 0 3rem 3rem 3rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.product-item__size {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #414141;
  margin-top: 2rem;
}

.product-item__bot {
  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: 2.2rem;
}

.product-item__more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 1px solid #d9dde8;
  border-radius: 50px;
  width: 100%;
  max-width: 172px;
  height: 45px;
  padding-left: 3rem;
  margin-right: 2rem;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  color: #212121;
}

.product-item__more i {
  margin-left: 3rem;
  font-size: 10px;
}

.product-item__favorite {
  min-width: 45px;
  height: 45px;
}

.product-forse__favorite {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #d9dde8;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.product-forse__favorite svg {
  margin-left: 1px;
  margin-top: 2px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.product-forse__favorite.yupe-store-favorite-remove svg {
  fill: #ff3b71;
}

.product-forse__favorite.yupe-store-favorite-remove svg path {
  stroke: #ff3b71;
}

.product-item__cart {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  min-width: 45px;
  height: 45px;
  margin-left: 1rem;
  background: #fff;
  border: 2px solid #ffe600;
  border-radius: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}

@-webkit-keyframes tremor {
  0%, 25% {
    left: -1px;
    -webkit-transform: translateX(-4%);
    transform: translateX(-4%);
  }

  100%, 50% {
    left: 1px;
    -webkit-transform: translateX(4%);
    transform: translateX(4%);
  }
}

@keyframes tremor {
  0%, 25% {
    left: -1px;
    -webkit-transform: translateX(-4%);
    transform: translateX(-4%);
  }

  100%, 50% {
    left: 1px;
    -webkit-transform: translateX(4%);
    transform: translateX(4%);
  }
}

.product-control {
  position: relative;
  height: 25px;
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-control-color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 20px;
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  max-width: 72px;
  z-index: 2;
}

.product-control-color.active {
  height: auto;
}

.product-control-color.active .product-control-color_hex {
  margin-bottom: .6rem;
}

.product-control-color.active .js-show-color-hex svg {
  -webkit-transform: scale(1,-1);
  -ms-transform: scale(1,-1);
  transform: scale(1,-1);
}

.product-control-color_hex {
  position: relative;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin-right: 1rem;
  cursor: pointer;
}

.product-control-color_hex:before {
  content: '';
  position: absolute;
  top: -1px;
  right: 0;
  bottom: 0;
  left: -3px;
  margin: auto;
  width: 17px;
  height: 17px;
  border: 1px solid #c6c6c6;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: scale(.5);
  -ms-transform: scale(.5);
  transform: scale(.5);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.product-control-color_hex.active:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.js-show-color-hex {
  position: absolute;
  top: -4px;
  right: -7px;
  cursor: pointer;
}

.js-show-color-hex svg {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.product-control-discont {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  height: 100%;
  padding: 0 1rem;
  background: #ff2b84;
  mix-blend-mode: normal;
  border-radius: 12px 5px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}

.product-view__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -35px;
  max-width: 1236px;
}

.product-view__image {
  width: 100%;
  max-width: 690px;
  margin: 0 31px;
}

.thumbnails {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
}

.thumbnails__small {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 95px;
  margin-right: 3rem;
}

.thumbnails-small__item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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: 95px;
  height: 101px;
  border: 1px solid transparent;
}

.thumbnails-small__item:hover {
  border: 1px solid #d9dde8;
}

.thumbnails__preview {
  position: relative;
  width: calc(100% - 125px);
}

.thumbnails-preview__img {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 570px;
  display: -webkit-inline-box!important;
  display: -webkit-inline-flex!important;
  display: -ms-inline-flexbox!important;
  display: inline-flex!important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 500px;
  cursor: -webkit-grab;
  cursor: grab;
}

.thumbnails-preview__img:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.thumbnails-preview__img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff url(../images/loading.svg) center center no-repeat;
  opacity: 0;
  -webkit-animation: image_upload 1s 1 ease-in-out;
  animation: image_upload 1s 1 ease-in-out;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.thumbnails-preview__img img[data-option-id] {
  -webkit-animation: image_duration 1s 1 ease-in-out;
  animation: image_duration 1s 1 ease-in-out;
}

.thumbnails-preview__img .zoomImg {
  background: #fff;
}

.product-view__discount {
  position: absolute;
  top: 30px;
  left: 30px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  height: 25px;
  padding: 0 1rem;
  background: #ff2b84;
  border-radius: 12px 5px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}

.thumbnails__preview .product-view__favorite {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 45px;
  width: 45px;
}

.product-view__info {
  width: calc(100% - 721px);
  max-width: 470px;
  margin: 0 35px;
}

.js-thumbnails-preview-slider {
  position: relative;
}

.js-thumbnails-preview-slider .slick-arrow {
  position: absolute;
  top: 40%;
  z-index: 40;
}

.js-thumbnails-preview-slider .icon-prev {
  left: 0;
}

.js-thumbnails-preview-slider .icon-next {
  right: 0;
}

.product-info__sku-in-stock {
  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;
  width: 100%;
}

.product-info__sku {
  margin: 0 3rem 0 0;
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #8b8b8b;
}

.product-info__sku-val {
  color: #323232;
}

.product-info__in-stock-label {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #8b8b8b;
}

.product-info__in-stock_val {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  color: #1a6300;
}

.product-info__in-stock_val i {
  font-size: 6px;
  margin-bottom: 2px;
  margin-left: 5px;
}

.product-info__size {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #8b8b8b;
}

.product-info__size-val {
  color: #414141;
}

.product-info__name {
  margin: 1rem 0;
  font-family: Tinos;
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
  color: #212121;
}

.product-info__price {
  margin: 3rem 0 0 0;
}

.product-info__price_label {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #8b8b8b;
  margin: 0 0 1rem 0;
}

.product-info__price_row {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.product-info__price-result {
  font-family: Roboto;
  font-weight: 400;
  font-size: 30px;
  line-height: 20px;
  color: #212121;
}

.product-info__price-result strong {
  font-weight: 400;
  font-size: 35px;
  line-height: 20px;
}

.product-info__price-old {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 4.6rem;
}

.product-info__price-old .price-percent {
  font-family: Roboto;
  font-weight: 400;
  font-size: 13px;
  color: #f21b34;
}

.product-info__price-old .price-old {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  color: #757575;
}

.product-info__price-old .price-old strong {
  font-weight: 400;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
}

.product-info__price-base {
  font-family: Roboto;
  font-weight: 400;
  font-size: 30px;
  line-height: 20px;
  color: #212121;
  margin: 0 2rem 0 0;
}

.product-info__price-base strong {
  font-size: 35px;
  font-weight: 400;
}

.product-info__spinput-a-total {
  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;
  margin: 2.5rem 0 1rem 0;
}

.product-spinput .spinput {
  max-width: 130px;
  height: 45px;
  font-size: 16px;
  border-radius: 50px;
  min-width: 151px;
}

.spinput__value {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #212121;
}

.product-info__total {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 0 1rem;
}

.product-info__total .label {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #8b8b8b;
  margin-bottom: 1.5rem;
}

.product-info__total .value {
  font-family: Roboto;
  font-weight: 400;
  font-size: 30px;
  line-height: 20px;
  color: #ff3b71;
  margin-bottom: 20px;
}

.product-info__total .value span {
  margin: .3rem 0 2rem 0;
  font-size: 35px;
}

.product-buts {
  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;
}

.product-buts .product-but__cart {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 151px;
  margin-right: 2rem;
}

.product-buts .product-but__cart span {
  margin-left: 1rem;
}

.product-buts .product-but__cart svg {
  padding: 0;
}

.product-buts .product-but__cart svg path {
  fill: #fff;
}

.product-but__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  height: 45px;
  width: 100%;
  background: #fff;
  border: 2px solid #ff3b71;
  border-radius: 5px;
  padding: 0 1.5rem;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  color: #212121;
}

.product-but__but:nth-child(2) {
  width: calc(100% - 171px);
}

.product-but__but:nth-child(3) {
  width: 100%;
  margin-top: 2rem;
}

.product-social {
  margin-top: 3rem;
}

.product-social__label {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #757575;
}

.page-content .product-social ol,
.product-social .page-content ol,
.product-social ul {
  padding: 0;
}

.product-info-color {
  margin-top: 2rem;
}

.product-info-color__tcolor {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #8b8b8b;
}

.product-info-color__value {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #323232;
}

.product-info-color__colors {
  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;
  margin-top: 1rem;
}

.product-info-color__color {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 1.5rem;
  cursor: pointer;
}

.product-info-color__color:before {
  position: absolute;
  content: '';
  top: -4px;
  left: -4px;
  width: 36px;
  height: 36px;
  border: 1px solid #c6c6c6;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.product-info-color__color:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/svg/check.svg) center center no-repeat;
  opacity: 0;
  -webkit-transform: scale(.5);
  -ms-transform: scale(.5);
  transform: scale(.5);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.product-info-color__color.active:after,
.product-info-color__color.active:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.product-description__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-description__wrap .product-options {
  width: calc(100% - 590px);
}

.product-options__label {
  font-family: Roboto;
  font-weight: 400;
  font-size: 22px;
  line-height: 35px;
  color: #1d2029;
  margin: 0 0 1rem 0;
}

.product-attr {
  position: relative;
  max-height: 385px;
  overflow: hidden;
}

.product-attr:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  height: 51px;
  width: 100%;
  background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),color-stop(74.51%,#fff));
  background: -o-linear-gradient(top,rgba(255,255,255,0) 0,#fff 74.51%);
  background: linear-gradient(180deg,rgba(255,255,255,0) 0,#fff 74.51%);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.product-attr__row {
  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;
  border-bottom: 1px solid #e9eaf3;
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  color: #323232;
}

.product-attr__name {
  width: calc(40%);
}

.product-attr__val {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-attr__val p {
  margin: .9rem 0;
  margin-right: 1rem;
}

.product-attr__val p:last-child {
  margin-right: 0;
}

.product-attr__row:first-child {
  border-top: 1px solid #e9eaf3;
}

.product-description__wrap .product-description {
  max-width: 560px;
  margin-left: 30px;
  width: 100%;
}

.product-description__title {
  font-family: Roboto;
  font-weight: 400;
  font-size: 22px;
  line-height: 35px;
  color: #1d2029;
}

.product-description__wrap .product-description .product-description__content {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #323232;
}

.product-tabs {
  margin: 4rem 0 4rem 0;
  max-width: 1290px;
}

.product-tabs .product-tabs__nav>li.active a:focus,
.product-tabs .product-tabs__nav>li.active>a,
.product-tabs .product-tabs__nav>li.active>a:hover {
  border: none;
  color: #ff3b71;
  border-bottom: 2px solid #ff3b71;
}

.product-tabs .product-tabs__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #d9d9d9;
  padding: 0;
}

.product-tabs .product-tabs__nav>li {
  margin-right: 4rem;
}

.product-tabs .product-tabs__nav>li>a {
  font-weight: 700;
  font-size: 16px;
  color: #323232;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 10px 0;
}

.product-tabs .product-tabs__nav>li>a:focus,
.product-tabs .product-tabs__nav>li>a:hover {
  border-bottom: 2px solid transparent;
  color: #323232;
  background: 0 0;
}

.product-tabs .product-tabs__nav>li:last-child {
  margin-right: 0;
}

.product-tabs__content {
  margin-top: 3rem;
}

.product-tabs__content .review-box {
  max-width: 1100px;
}

.product-info__variants-hidden-filds {
  position: absolute;
  top: -9999px;
}

.product-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.product__item {
  width: calc(100% / 5);
  padding: 1.9rem 2rem 2rem 2.1rem;
  margin: 0 0 3rem 0;
}

.product-modal__close {
  position: absolute;
  top: 0;
  right: -20px;
  background: 0 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}

.product-modal .modal-dialog {
  max-width: 1030px;
  width: 100%;
  margin-top: 100px;
}

.product-modal .modal-dialog .modal-content {
  max-width: 1030px;
  width: 100%;
}

.product-modal .modal-dialog .modal-content .product-view__main .product-view__image {
  max-width: 400px;
  margin: 0 15px;
}

.product-modal .modal-dialog .modal-content .product-view__main .product-view__image .thumbnails {
  height: 100%;
}

.product-modal .modal-dialog .modal-content .product-view__main .product-view__image .thumbnails__preview {
  width: 100%;
  height: 100%;
}

.product-modal .modal-dialog .modal-content .product-view__main .product-view__image .thumbnails-preview__img {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
}

.product-modal .modal-dialog .modal-content .product-view__main .product-view__info {
  width: calc(100% - 430px);
  margin: 0 15px;
}

.spinput {
  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;
  max-width: 120px;
  height: 45px;
  border: 1px solid #e9eaf3;
  border-radius: 5px;
  font-size: 14px;
}

.spinput__minus {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  height: 22px;
  min-width: 22px;
  margin: 0 0 0 7px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: relative;
  width: auto;
  line-height: 1.4;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.spinput__minus:before {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-size: 130%;
  content: '\2212';
}

.spinput__minus:hover {
  background: #ff3b71;
  color: #fff;
}

.spinput__minus:hover:before {
  color: #fff;
}

.spinput__value {
  font-size: 16px;
  color: #212121;
  margin: 0;
  width: 50px;
  height: 100%;
  background-color: transparent;
  text-align: center;
  vertical-align: baseline;
  border: none;
  font-size: 16px;
}

.spinput__value:active,
.spinput__value:focus,
.spinput__value:hover {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.spinput__plus {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  height: 22px;
  min-width: 22px;
  margin: 0 7px 0 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: relative;
  width: auto;
  line-height: 1.4;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.spinput__plus:before {
  content: '\2b';
  font-size: 130%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.spinput__plus:hover {
  background: #ff3b71;
  color: #fff;
}

.spinput__plus:hover:before {
  color: #fff;
}

.quickfilter {
  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;
  margin: 3rem 0 2rem 0;
}

.quickfilter__button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  margin: 0 2rem 1rem 0;
  background: #ebeff9;
  border: 1px solid #ebeff9;
  border-radius: 5px;
  height: 35px;
  padding: 0 1.5rem;
  font-family: Roboto;
  font-size: 16px;
  color: #323232;
  cursor: pointer;
}

.calculator__title {
  font-family: Roboto;
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  padding: 10px 0;
}

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

.calculator__fileds {
  width: calc(100% - 500px);
  margin-right: 50px;
  max-width: 650px;
}

.calc-fileds-cargo {
  width: 100%;
  max-width: unset;
}

.calculator__info {
  max-width: 450px;
}

.calc-fileds .disable>span {
  cursor: not-allowed!important;
}

.calc-fileds .disable>span:hover {
  background: #fff!important;
  color: #000!important;
}

.calc-fileds .disable>span.active {
  background: #bbb!important;
}

.calc-fields-input {
  margin-bottom: 10px;
  max-width: 600px;
}

.calc-fields-input>span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  margin: 5px 5px 5px 0;
  padding: 2px 15px;
  height: 30px;
  border: 1px solid #d9dde8;
  border-radius: 5px;
  border-radius: 3px;
  cursor: pointer;
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  color: #212121;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.calc-fields-input>span:hover {
  background: #ff2b84;
  color: #fff;
}

.calc-fields-input>span.active {
  background: #ff2b84;
  color: #fff;
}

.calc-fields-input .color__elem {
  position: relative;
  border: 2px solid transparent;
  width: 60px;
}

.calc-fields-input .color__elem:before {
  content: attr(data-value);
  position: absolute;
  top: 100%;
  left: 0;
  display: inline-block;
  padding: 1rem 1.5rem;
  background: #fff;
  color: #212121;
  font-size: 12px;
  -webkit-box-shadow: 0 1px 8px rgba(0,0,0,.25);
  box-shadow: 0 1px 8px rgba(0,0,0,.25);
  border-radius: 3px;
  white-space: nowrap;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}

.calc-fields-input .color__elem:hover:before {
  opacity: 1;
  visibility: visible;
}

.calc-fields-input .color__elem.active {
  border: 2px solid #ff2b84;
}

.calc-fileds .calc-fields-blocked {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  margin: 5px 5px 5px 0;
  padding: 2px 15px;
  height: 30px;
  border: 1px solid #d9dde8;
  border-radius: 5px;
  border-radius: 3px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  color: #afafaf;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.calc-fileds .calc-fileds__color>span {
  position: relative;
  padding: 2px 30px;
}

.calc-fileds .calc-fileds__color>span:hover>span {
  opacity: 1;
}

.calc-fileds .calc-fileds__color>span>span {
  position: absolute;
  top: 100%;
  left: 20%;
  display: inline-block;
  padding: 1rem 1.5rem;
  background: #fff;
  opacity: 0;
  color: #212121;
  font-size: 12px;
  -webkit-box-shadow: 0 1px 8px rgba(0,0,0,.25);
  box-shadow: 0 1px 8px rgba(0,0,0,.25);
  border-radius: 3px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: 10;
}

.calc-fileds .calc-fileds__color>span.active {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border: 2px solid #ff2b84;
  color: #fff;
}

.calc-haracter__txt,
.calc-haracter__txt a {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #7a8086;
}

.calc-haracter__txt a {
  color: #e4003e;
}

.calc-haracter__links {
  margin-top: 1rem;
}

.calc-haracter__links-wrap {
  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;
}

.calc-haracter__label {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  color: #212121;
}

.calc-haracter__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  padding: 0 1.5rem;
  background: #fff;
  border: 1px solid #d9dde8;
  color: #fff;
  margin-left: 1.5rem;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  color: #212121;
}

.calc-step {
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  color: #484848;
}

.calc-info__name {
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  line-height: 110%;
  color: #484848;
  margin-bottom: 1rem;
}

.calc-info__image {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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: 100%;
  height: 330px;
}

.calc-info__image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff url(../images/loading.svg) center center no-repeat;
  opacity: 0;
  -webkit-animation: image_upload 1s 1 ease-in-out;
  animation: image_upload 1s 1 ease-in-out;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.calc-info__image img {
  max-height: 330px;
}

.calc-info__image .calc-info__image-img {
  -webkit-animation: image_duration 1s 1 ease-in-out;
  animation: image_duration 1s 1 ease-in-out;
}

.calc-info__price {
  font-family: Roboto;
  font-weight: 400;
  font-size: 30px;
  line-height: 20px;
  color: #ff3b71;
  margin: 2rem 0;
}

.calc-info__buts {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.calc-info__cart {
  margin-bottom: 1rem;
  max-width: 150px;
  margin-right: 1.5rem;
}

.calc-info__link-modal {
  cursor: pointer;
}

.calc-pr-info__name {
  font-weight: 500;
  font-size: 18px;
  margin-top: 2rem;
}

.calc-pr-info__price {
  margin-bottom: 2rem;
}

.calc-pr-info__price-label {
  font-weight: 400;
  font-size: 16px;
}

.calc-pr-info__price-value {
  font-weight: 700;
  font-size: 18px;
}

.calc-pr-info__buts {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.calc-pr-info__buts .button {
  max-width: 40%;
  min-width: 260px;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
}

.calc-pr-info__buts a {
  max-width: 40%;
  min-width: 260px;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
}

@-webkit-keyframes image_upload {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes image_upload {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes image_duration {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes image_duration {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.lk-form {
  width: 480px;
  margin: 0 auto;
}

.lk-form .lk-form__box {
  width: 400px;
  margin: 0 auto;
  padding: 40px 50px;
  background: #fff;
  border: 1px solid #f0f0f0;
  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.05);
  box-shadow: 0 5px 15px rgba(0,0,0,.05);
}

.lk-form .lk-form__bottom {
  color: #000;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}

.lk-form .lk-form__bottom a {
  font-size: 16px;
  padding: 3px 0 0;
}

.lk-form .form-my .form-group input,
.lk-form .form-my .form-group textarea {
  font-size: 14px;
  height: 46px;
}

.lk-form .form-my .form-group textarea {
  border-radius: 0;
  max-width: 100%!important;
  min-width: 100%!important;
  min-height: 60px!important;
  max-height: 60px!important;
}

.lk-form .form-my .form-group select.js-code-phone {
  height: 46px;
}

.lk-form .form-my .terms_of_use {
  text-align: center;
}

.lk-form .form-my .form-bot .form-captcha {
  padding: 0 0 20px;
}

.lk-form .form-my button,
.lk-form .form-my input[type=submit] {
  width: 100%;
}

.lk-form:after {
  content: '';
  clear: both;
  display: block;
}

.lk-form-header {
  padding: 0 0 30px;
}

.lk-form-header h1 {
  font-size: 24px;
  margin: 0;
  padding: 0!important;
  text-align: center;
}

.lk-form-header .lk-form-header__desc {
  color: rgba(0,0,0,.9);
  font-size: 16px;
  line-height: 1.1;
  text-align: center;
  padding: 10px 0 0;
}

.login-form .login-form__item {
  position: relative;
  padding: 20px 0 0;
}

.login-form .login-form__link {
  position: absolute;
  top: 2px;
  right: 10px;
  color: #000;
  font-size: 13px;
  line-height: 1;
  text-decoration: underline;
}

.login-form .form-captcha {
  padding: 0 0 20px;
}

.form-white .form-group {
  margin: 0 0 30px;
}

.form-white .form-group label {
  display: none;
}

.form-white .form-group input,
.form-white .form-group textarea {
  width: 100%;
  height: 46px;
  background: #fff;
  border: 1px solid #dcdcdc;
  color: #000;
  font-size: 14px;
  font-family: Arial;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-white .form-group input::-webkit-input-placeholder,
.form-white .form-group textarea::-webkit-input-placeholder {
  color: rgba(0,0,0,.6);
}

.form-white .form-group input::-moz-placeholder,
.form-white .form-group textarea::-moz-placeholder {
  color: rgba(0,0,0,.6);
}

.form-white .form-group input:-moz-placeholder,
.form-white .form-group textarea:-moz-placeholder {
  color: rgba(0,0,0,.6);
}

.form-white .form-group input:-ms-input-placeholder,
.form-white .form-group textarea:-ms-input-placeholder {
  color: rgba(0,0,0,.6);
}

.form-white .form-group input.error,
.form-white .form-group textarea.error {
  color: #a94442;
  border: 1px solid #a94442;
}

.form-white .form-group input.error::-webkit-input-placeholder,
.form-white .form-group textarea.error::-webkit-input-placeholder {
  color: #a94442;
}

.form-white .form-group input.error::-moz-placeholder,
.form-white .form-group textarea.error::-moz-placeholder {
  color: #a94442;
}

.form-white .form-group input.error:-moz-placeholder,
.form-white .form-group textarea.error:-moz-placeholder {
  color: #a94442;
}

.form-white .form-group input.error:-ms-input-placeholder,
.form-white .form-group textarea.error:-ms-input-placeholder {
  color: #a94442;
}

.form-white .form-group input:active,
.form-white .form-group input:focus,
.form-white .form-group input:hover,
.form-white .form-group textarea:active,
.form-white .form-group textarea:focus,
.form-white .form-group textarea:hover {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-white .form-group textarea {
  border-radius: 0;
  max-width: 100%!important;
  min-width: 100%!important;
  min-height: 65px!important;
  max-height: 65px!important;
}

.form-white .form-group.form-group-white .input-group {
  position: relative;
  display: block;
}

.form-white .form-group.form-group-white .input-group .input-group-addon {
  position: absolute;
  z-index: 2;
  top: 1px;
  left: 1px;
  display: block;
  width: 45px;
  line-height: 48px;
  border: none;
  padding: 0;
  text-align: center;
  background: rgba(0,0,0,.8);
  border-radius: 0;
}

.form-white .form-group.form-group-white .input-group input {
  z-index: 1;
  display: block;
  width: 100%;
  padding: 0 0 0 45px;
}

.form-white .checkbox {
  position: relative;
  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: 30px;
  min-height: 30px;
  margin: 17px 0 0;
  padding-left: 0;
}

.form-white .checkbox input[type=checkbox] {
  position: absolute;
  left: -9999px;
}

.form-white .checkbox input[type=checkbox]+label {
  background: url(../images/checkbox.png) 0 0 no-repeat;
  padding-left: 30px;
  height: 18px;
}

.form-white .checkbox input[type=checkbox]:checked+label {
  background-position: 0 -20px;
}

.form-white .checkbox label {
  color: rgba(0,0,0,.8);
  font-size: 12px;
  line-height: 20px;
  letter-spacing: .9px;
}

.form-white .checkbox label span {
  position: relative;
  top: -8px;
}

.form-white .checkbox label a {
  color: rgba(0,0,0,.8);
  border-bottom: 1px solid rgba(0,0,0,.8);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.form-white .checkbox label a:active,
.form-white .checkbox label a:focus,
.form-white .checkbox label a:hover {
  color: #c15851;
  border-color: #c15851;
}

.form-white .checkbox .help-block {
  position: absolute;
  top: 26px;
  letter-spacing: 0;
}

.form-white .form-bot {
  display: table;
  width: 100%;
  margin: 17px 0 0;
}

.form-white .form-bot .form-captcha {
  display: table-cell;
  vertical-align: middle;
  width: 300px;
  height: 74px;
  border-radius: 4px;
}

.form-white .form-bot .form-captcha .help-block {
  position: absolute;
  display: block;
}

.form-white .form-bot .form-button {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 20px;
}

.form-white .form-bot:after {
  content: '';
  clear: both;
  display: block;
}

.form-white .help-block {
  display: none;
  margin: 0!important;
  color: #a94442;
  font-size: 12px;
  text-align: center;
}

.form-white button,
.form-white input[type=submit] {
  position: relative;
  width: 100%;
  height: 50px;
  padding: 0;
  border: none;
}

.form-white button:active,
.form-white button:focus,
.form-white button:hover,
.form-white input[type=submit]:active,
.form-white input[type=submit]:focus,
.form-white input[type=submit]:hover {
  outline: 0;
}

.form-white .terms_of_use {
  width: 100%;
  margin: 30px auto 0;
  color: rgba(0,0,0,.8);
  font-size: 12px;
  text-align: center;
  letter-spacing: -.2px;
}

.form-white .checkbox-list .checkbox-inline,
.form-white .radio-list .checkbox-inline {
  width: auto;
  padding: 0 35px 0 0;
}

.form-white .checkbox-list .checkbox-inline input[type=checkbox]:checked+label,
.form-white .checkbox-list .checkbox-inline input[type=checkbox]:not(:checked)+label,
.form-white .radio-list .checkbox-inline input[type=checkbox]:checked+label,
.form-white .radio-list .checkbox-inline input[type=checkbox]:not(:checked)+label {
  width: auto;
}

.form-white .radio-inline {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 35px 0 0;
  left: -2px;
}

.form-white .radio-inline input[type=radio] {
  vertical-align: top;
  width: 14px;
  height: 14px;
  margin: 0;
}

.form-white .radio-inline input[type=radio]+label {
  position: relative;
  width: auto;
  color: rgba(0,0,0,.8);
  font-size: 18px;
  line-height: 15px;
  letter-spacing: .36px;
  font-weight: 400;
  padding: 0 0 0 25px;
  cursor: pointer;
}

.form-white .radio-inline input[type=radio]:not(checked) {
  position: absolute;
  opacity: 0;
}

.form-white .radio-inline input[type=radio]:not(checked)+label:before {
  content: '';
  position: absolute;
  left: 4px;
  top: 5px;
  width: 8px;
  height: 8px;
  background: red;
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.form-white .radio-inline input[type=radio]:not(checked)+label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 14px;
  height: 14px;
  border: 1px solid #ccc;
  background: 0 0;
  border-radius: 50%;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.form-white .radio-inline input[type=radio]:checked+label:before {
  opacity: 1;
}

.form-white .checkbox-inline {
  display: inline-block;
  vertical-align: top;
  min-height: 30px;
  margin: 0;
  padding: 0 0 0 15px;
}

.form-white .checkbox-inline input[type=checkbox]:checked,
.form-white .checkbox-inline input[type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.form-white .checkbox-inline input[type=checkbox]:checked+label,
.form-white .checkbox-inline input[type=checkbox]:not(:checked)+label {
  position: relative;
  color: rgba(0,0,0,.8);
  font-size: 18px;
  line-height: 16px;
  letter-spacing: .36px;
  font-weight: 400;
  padding: 0 0 0 25px;
  cursor: pointer;
}

.form-white .checkbox-inline input[type=checkbox]:checked+label:before,
.form-white .checkbox-inline input[type=checkbox]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 4px;
  top: 5px;
  width: 6px;
  height: 6px;
  background: #c15851;
  border-radius: 50%;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.form-white .checkbox-inline input[type=checkbox]:checked+label:after,
.form-white .checkbox-inline input[type=checkbox]:not(:checked)+label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 14px;
  height: 14px;
  border: 1px solid #ccc;
  background: 0 0;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.form-white .checkbox-inline input[type=checkbox]:not(:checked)+label:before {
  background: 0 0;
}

.form-white .checkbox-inline input[type=checkbox]:checked+label:before {
  background: #c15851;
}

.form-white .checkbox-inline.checkbox-inline-right {
  padding: 10px 0 7px;
}

.form-white .checkbox-inline.checkbox-inline-right input[type=checkbox]:checked+label,
.form-white .checkbox-inline.checkbox-inline-right input[type=checkbox]:not(:checked)+label {
  padding: 0 25px 0 0;
}

.form-white .checkbox-inline.checkbox-inline-right input[type=checkbox]:checked+label:before,
.form-white .checkbox-inline.checkbox-inline-right input[type=checkbox]:not(:checked)+label:before {
  left: auto;
  right: 4px;
}

.form-white .checkbox-inline.checkbox-inline-right input[type=checkbox]:checked+label:after,
.form-white .checkbox-inline.checkbox-inline-right input[type=checkbox]:not(:checked)+label:after {
  left: auto;
  right: 0;
}

.form-white .file-upload {
  display: block;
  width: 100%;
  height: 39px;
  line-height: 39px;
  background: rgba(0,0,0,.1);
  margin: 10px 0 0;
  text-align: center;
}

.form-white .file-upload input[type=file] {
  display: none;
}

.form-white .file-upload label {
  font-weight: 400;
  cursor: pointer;
}

.form-white .file-upload span {
  color: rgba(0,0,0,.8);
  font-size: 16px;
  line-height: 39px;
  text-transform: uppercase;
}

.form-white.form-label .form-group {
  margin: 0 0 20px;
}

.form-white.form-label .form-group label {
  display: none;
}

.form-white.form-label .form-group .input-group,
.form-white.form-label .form-group input,
.form-white.form-label .form-group textarea {
  display: block;
  width: 100%;
}

.form-white.form-label .form-group input,
.form-white.form-label .form-group textarea {
  color: #000;
  font-size: 16px;
  letter-spacing: .34px;
}

.form-white.form-label .form-group.form-group-radio {
  margin: 0 0 30px;
}

.form-white.form-label .form-group.form-group-radio>label {
  width: 70px;
}

.form-white.form-label .form-group.form-group-radio label {
  display: inline-block;
  margin: 0 0 5px;
  color: rgba(0,0,0,.8);
  font-size: 16px;
  line-height: 16px;
  letter-spacing: .34px;
  font-weight: 400;
}

.form-white.form-label .form-group.form-group-radio .input-group {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 76px);
}

.lk-content {
  width: 100%;
  overflow: hidden;
  padding: 0 0 60px;
}

.lk-content h1 {
  padding: 5px 0 20px;
  font-size: 32px;
}

.lk-content.lk-content-form {
  padding: 60px 0;
}

.lk-box {
  margin: 20px 0 0;
}

.lk-box .lk-box__menu {
  position: relative;
}

.lk-box .lk-box__content {
  padding: 30px 20px;
}

.lk-box .lk-box__content h3 {
  color: #414141;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
  margin: 0 0 25px;
  padding: 0;
}

.lk-box .lk-box__content h4 {
  color: #414141;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
  margin: 0;
  padding: 15px 0;
}

.lk-menu {
  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;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.lk-menu li {
  position: relative;
  height: 100%;
  border: 1px solid #d9d9d9;
  border-right: none;
  margin: 0 0 -1px 0;
  padding: 0 30px;
}

.lk-menu li a {
  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%;
  color: #212121;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .04em;
  text-transform: uppercase;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.lk-menu li:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  background: red;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.lk-menu li:last-child {
  border-right: 1px solid #d9d9d9;
}

.lk-menu li:hover a {
  color: red;
}

.lk-menu li.active {
  background: red;
}

.lk-menu li.active a {
  color: #fff;
}

.lk-menu li.active:after {
  height: 3px;
  opacity: 1;
}

.lk-menu:after {
  content: '';
  clear: both;
  display: block;
}

.lk-order .lk-order__header {
  display: table;
  width: 100%;
  background: rgba(0,0,0,.1);
  background: #e2e2e2;
}

.lk-order .lk-order__header .lk-order__column {
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
}

.lk-order .lk-order__header:after {
  display: table;
  clear: both;
  content: '';
}

.lk-order .lk-order__item {
  display: table;
  width: 100%;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.lk-order .lk-order__item:after {
  display: table;
  clear: both;
  content: '';
}

.lk-order .lk-order__item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.lk-order .lk-order__column {
  display: table-cell;
  width: 25%;
  color: rgba(0,0,0,.8);
  font-size: 16px;
  line-height: 1.2;
  padding: 12px 20px;
}

.lk-order .lk-order__column.lk-order__column-date {
  width: 25%;
}

.lk-order .lk-order__column.lk-order__column-name {
  width: 50%;
}

.lk-order .lk-order__column a {
  color: rgba(0,0,0,.5);
}

.lk-order .lk-order__column span {
  color: rgba(0,0,0,.8);
  font-size: 16px;
}

.lk-order .lk-order__box .empty {
  display: block;
  padding: 20px 0;
}

.lk-user .lk-user__img {
  float: left;
  width: 200px;
  text-align: center;
  line-height: 200px;
  background: rgba(0,0,0,.1);
}

.lk-user .lk-user__img img {
  max-width: 100%;
  max-height: 100%;
}

.lk-user .lk-user__img img.nophoto {
  display: inline-block;
}

.lk-user .lk-user__avatar {
  width: 100%;
  height: 200px;
  text-align: center;
  line-height: 200px;
  background: rgba(0,0,0,.1);
}

.lk-user .lk-user__avatar img {
  max-width: 100%;
  max-height: 100%;
}

.lk-user .lk-user__avatar img.nophoto {
  display: inline-block;
}

.lk-user .lk-user__content {
  float: right;
  width: calc(100% - 230px);
}

.lk-user .lk-user__content:after {
  content: '';
  clear: both;
  display: block;
}

.lk-user .lk-user__info {
  float: left;
  width: 400px;
}

.lk-user .lk-user__contact {
  float: right;
  width: 400px;
}

.lk-user .lk-user__name {
  padding: 14px 0 15px;
}

.lk-user .lk-user__item {
  padding: 0 0 10px;
}

.lk-user .lk-user__item a {
  color: #212121;
  text-transform: uppercase;
}

.lk-user .lk-user__item a:active,
.lk-user .lk-user__item a:focus,
.lk-user .lk-user__item a:hover {
  color: #52ac62;
}

.lk-user:after {
  content: '';
  clear: both;
  display: block;
}

.lk-user-info .lk-user-info__item {
  color: #212121;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.lk-user-info .lk-user-info__heading {
  color: #212121;
}

.lk-user-info .lk-user-info__body {
  color: #8b8b8b;
}

.lk-setting {
  width: 100%;
}

.lk-setting .lk-setting__img {
  float: left;
  width: 200px;
}

.lk-setting .lk-setting__avatar {
  width: 100%;
  height: 200px;
  text-align: center;
  line-height: 200px;
  background: rgba(0,0,0,.1);
}

.lk-setting .lk-setting__avatar img {
  max-width: 100%;
  max-height: 100%;
}

.lk-setting .lk-setting__avatar img.nophoto {
  display: inline-block;
}

.lk-setting .lk-setting__content {
  float: right;
  width: calc(100% - 230px);
}

.lk-setting .lk-setting__bottom {
  margin: 10px 0 0;
}

.lk-setting:after {
  content: '';
  clear: both;
  display: block;
}

.quest {
  padding: 6rem 0 3rem 0;
}

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

.quest-info {
  max-width: 660px;
  width: 100%;
}

.quest-info__label,
.quest-modal-info__label {
  font-family: Elektra Text Pro;
  font-weight: 400;
  font-size: 32px;
  line-height: 31px;
  color: #212121;
}

.quest-info__label span,
.quest-modal-info__label span {
  color: #1b61b2;
}

.quest-info__time {
  margin-top: 1.5rem;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #757575;
}

.quest-info__phone {
  margin-top: 1rem;
  display: inline-block;
  font-family: Elektra Text Pro;
  font-weight: 700;
  font-size: 32px;
  line-height: 31px;
  color: #1b61b2;
}

.quest-modal-info {
  width: calc(100% - 660px);
}

.quest-modal-info__btn-modal {
  margin-top: 3rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45px;
  padding: 0 3rem;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  background: -webkit-gradient(linear,left top,right top,from(#1b61b2),to(#0c6bda));
  background: -o-linear-gradient(left,#1b61b2 0,#0c6bda 100%);
  background: linear-gradient(90deg,#1b61b2 0,#0c6bda 100%);
  border-radius: 50px;
}

.quest-modal-info__btn-modal i {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  font-size: 9px;
  margin-left: 1.5rem;
}

.quest-modal-info__btn-modal:focus,
.quest-modal-info__btn-modal:hover {
  color: #fff;
}

.footer {
  margin: 6rem 0 0 0;
  padding: 5.1rem 0 0 0;
  background: #f2f5f8;
}

.footer__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -50px;
}

.footer__col {
  width: calc(100% / 4 - 100px);
  margin: 0 50px;
}

.footer__label {
  font-family: Tinos;
  font-weight: 400;
  font-size: 22px;
  line-height: 25px;
  color: #212121;
  border-bottom: 1px solid #d9dde8;
  padding: 0 0 5px 0;
  margin-bottom: 1.6rem;
}

.footer__bot {
  margin-top: 4rem;
  padding: 2.9rem 0;
  border-top: 1px solid #d9dde8;
}

.footer__bot-main {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__pay {
  max-width: 290px;
  width: 100%;
  margin-right: 7rem;
}

.footer__pay img {
  display: inline-block;
  margin-right: 2rem;
}

.footer__pay img:last-child {
  margin-right: 0;
}

.footer__copy {
  width: calc(100% - 677px);
  font-family: Roboto;
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
  color: #959595;
}

.footer__dcmedia {
  width: 287px;
}

.footer-menu__wrap .page-content ol>li>a,
.footer-menu__wrap ul>li>a,
.page-content .footer-menu__wrap ol>li>a {
  display: inline-block;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #373e44;
  margin-bottom: 2rem;
}

.footer-contact__wrap {
  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;
}

.footer-contact__phone {
  font-family: Roboto;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #373e44;
}

.footer-contact__link-email,
.footer-contact__link-modal {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #373e44;
  margin-bottom: 1rem;
}

.footer-contact__time {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #757575;
}

.footer-contact__link-email {
  margin-top: 1.5rem;
}

.footer-contact__adress {
  font-family: Roboto;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #373e44;
  margin-top: 1rem;
}

.footer-social__politic {
  display: inline-block;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #373e44;
  margin-top: 10rem;
}

.footer-dcmedia {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.footer-dcmedia__desc {
  font-family: Roboto;
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
  color: #959595;
  margin: 0 0 0 7px;
}

.dealersCity-box {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dealersCity-box .dealersCity-box__info {
  width: 415px;
  margin-right: 30px;
}

.dealersCity-box .dealersCity-box__map {
  width: calc(100% - 445px);
}

.dealersCity-box #myMap {
  height: 360px!important;
}

.dealersCity-diler {
  height: 364px;
  overflow-y: auto;
  padding-right: 3rem;
}

.dealersCity-diler .dealersCity-diler__item {
  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;
  padding-bottom: 30px;
}

.dealersCity-diler .dealersCity-diler__name {
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #373e44;
}

.dealersCity-diler .dealersCity-diler__name a {
  color: #414141;
}

.dealersCity-diler .dealersCity-diler__name a:hover {
  color: #c45048;
}

.dealersCity-diler .dealersCity-diler__loc {
  font-family: Roboto;
  font-size: 16px;
  line-height: 22px;
  color: #62676b;
}

.dealersCity-diler .dealersCity-diler__mode {
  font-family: Roboto;
  font-size: 16px;
  line-height: 24px;
  color: #62676b;
  opacity: .5;
}

.dealersCity-diler .dealersCity-diler__phone {
  width: 160px;
  color: #414141;
  font-size: 14px;
  font-weight: 700;
}

.dealersCity-diler .dealersCity-diler__phone a {
  color: #414141;
}

.dealersCity-diler::-webkit-scrollbar-button {
  background-image: url("");
  background-repeat: no-repeat;
  width: 6px;
  height: 0;
}

.dealersCity-diler::-webkit-scrollbar-track {
  background: #e3e6eb;
}

.dealersCity-diler::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: -webkit-gradient(linear,left top,left bottom,from(#980049),to(#e6000e));
  background: linear-gradient(180deg,#980049 0,#e6000e 100%);
  -webkit-box-shadow: 0 1px 1px #fff inset;
  box-shadow: 0 1px 1px #fff inset;
}

.dealersCity-diler::-webkit-resizer {
  background-image: url("");
  background-repeat: no-repeat;
  width: 5px;
  height: 0;
}

.dealersCity-diler::-webkit-scrollbar {
  width: 5px;
}

.dealers-home {
  padding-bottom: 6.9rem;
}

.dealers-tabs__nav {
  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;
  margin-bottom: 3rem;
}

.dealers-tabs__nav-item {
  border: none;
}

.dealers-tabs__nav-item:after,
.dealers-tabs__nav-item:before {
  display: none;
}

.dealers__title {
  font-family: Merriweather;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #231e1a;
}

.dealers-tabs__nav-item>li>a {
  font-family: Merriweather;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #323232;
  opacity: .5;
  border: none;
  background: 0 0;
  border-bottom: 1px solid #d7dbe1;
  padding: .6rem 3.5rem;
  margin: 0;
}

.dealers-tabs__nav-item>li>a:focus,
.dealers-tabs__nav-item>li>a:hover {
  border: none;
  border-bottom: 1px solid #373e44;
  background: 0 0;
}

.dealers-tabs__nav-item>li.active>a {
  border: none;
  background: 0 0;
  opacity: 1;
  border-bottom: 1px solid #373e44;
}

.dealers-tabs__nav-item>li.active>a:focus,
.dealers-tabs__nav-item>li.active>a:hover {
  border: none;
  border-bottom: 1px solid #373e44;
  background: 0 0;
}

.dealers__buy-link {
  min-width: 200px;
  max-width: 270px;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

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

.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  padding: 0;
  border: none;
  outline: 0;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  outline: 0;
  background: 0 0;
  color: transparent;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: .25;
}

.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "в†ђ";
}

[dir=rtl] .slick-prev:before {
  content: "в†’";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "в†’";
}

[dir=rtl] .slick-next:before {
  content: "в†ђ";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "вЂў";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: .75;
}

.modal-backdrop.fade {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.modal:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .5s cubic-bezier(.55,0,.1,1);
  -o-transition: all .5s cubic-bezier(.55,0,.1,1);
  transition: all .5s cubic-bezier(.55,0,.1,1);
}

.modal.fade .modal-dialog .modal-content {
  opacity: 0;
  -webkit-transition: opacity .5s cubic-bezier(.55,0,.1,1);
  -o-transition: opacity .5s cubic-bezier(.55,0,.1,1);
  transition: opacity .5s cubic-bezier(.55,0,.1,1);
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

.modal.in .modal-dialog {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.modal.in .modal-dialog .modal-content {
  opacity: 1;
}

.modal-dialog {
  max-width: 385px;
  margin: 30px auto;
  margin-top: 100px;
  padding: 0 15px;
}

.modal-content {
  position: relative;
  padding: 3rem 4rem;
  background: #fff;
  border-radius: 0;
}

.modal-content .modal-header {
  padding: 15px 0;
  border-bottom: none;
}

.modal-close {
  position: absolute;
  top: 26px;
  right: 20px;
  width: 20px;
  height: 20px;
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}

.modal-close:hover .modal-close-line {
  background-color: #6e6e6e;
}

.modal-close .modal-close-line {
  background-color: #a2a2a2;
  border-radius: 5px;
  width: 100%;
  height: 4px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.modal-close .modal-close-line.half {
  width: 50%;
}

.modal-close .modal-close-line.start {
  -webkit-transition: -webkit-transform 330ms cubic-bezier(.54,-.81,.57,.57);
  transition: -webkit-transform 330ms cubic-bezier(.54,-.81,.57,.57);
  -o-transition: transform 330ms cubic-bezier(.54,-.81,.57,.57);
  transition: transform 330ms cubic-bezier(.54,-.81,.57,.57);
  transition: transform 330ms cubic-bezier(.54,-.81,.57,.57),-webkit-transform 330ms cubic-bezier(.54,-.81,.57,.57);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: rotate(-90deg) translateX(3px);
  -ms-transform: rotate(-90deg) translateX(3px);
  transform: rotate(-90deg) translateX(3px);
}

.modal-close .modal-close-line.end {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-transition: -webkit-transform 330ms cubic-bezier(.54,-.81,.57,.57);
  transition: -webkit-transform 330ms cubic-bezier(.54,-.81,.57,.57);
  -o-transition: transform 330ms cubic-bezier(.54,-.81,.57,.57);
  transition: transform 330ms cubic-bezier(.54,-.81,.57,.57);
  transition: transform 330ms cubic-bezier(.54,-.81,.57,.57),-webkit-transform 330ms cubic-bezier(.54,-.81,.57,.57);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: rotate(-90deg) translateX(-3px);
  -ms-transform: rotate(-90deg) translateX(-3px);
  transform: rotate(-90deg) translateX(-3px);
}

.modal-content .modal-heading__title {
  font-family: Roboto;
  font-weight: 400;
  font-size: 24px;
  line-height: 35px;
  color: #212121;
}

.modal-content .modal-body {
  padding: 15px 0;
}

.modal-content .modal-body .form-group>label {
  display: none;
}

.modal-content .modal-body .form-group input {
  height: 45px;
  border-radius: 0;
  border: 1px solid #d9dde8;
}

.modal-content .modal-body .form-group-checkbox {
  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;
}

.modal-content .modal-body .form-group-checkbox>label {
  display: block;
  margin: 0;
  margin-left: 1rem;
}

.modal-content .modal-body .form-group-checkbox input {
  height: 45px;
  border-radius: 0;
  border: 1px solid #d9dde8;
  margin: 0;
}

.modal-content .modal-body .terms_of_use {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #757575;
}

.modal-content .modal-body .terms_of_use a {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #757575;
}

.quest-modal .modal-dialog {
  width: 100%;
  max-width: 1003px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}

.quest-modal .modal-bg {
  min-width: 282px;
  background: url(../images/modal/modal_bg.jpg);
  position: relative;
}

.quest-modal .modal-bg__logo {
  position: absolute;
  width: 100px;
  height: 314px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.quest-modal .modal-content {
  border-radius: 0;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.quest-modal .modal-content .modal-heading {
  font-family: Elektra Text Pro;
  font-size: 16px;
  line-height: 24px;
  color: #62676b;
}

.quest-modal .modal-content .modal-heading__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #231e1a;
}

.quest-modal .modal-content .modal-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.quest-modal .modal-content .modal-body .form-group {
  width: calc(100% / 2 - 10px);
  margin: 0 5px 10px 5px;
}

.quest-modal .modal-content .modal-body .form-group label {
  display: none;
}

.quest-modal .modal-content .modal-body .form-group input {
  border: 1px solid #e9eaf3;
  height: 45px;
  padding: 0 1.9rem;
  border-radius: 0;
}

.quest-modal .modal-content .modal-body .form-group input::-webkit-input-placeholder,
.quest-modal .modal-content .modal-body .form-group textarea::-webkit-input-placeholder {
  font-family: Elektra Text Pro;
  font-size: 16px;
  line-height: 24px;
  color: #8b8b8b;
}

.quest-modal .modal-content .modal-body .form-group input::-moz-placeholder,
.quest-modal .modal-content .modal-body .form-group textarea::-moz-placeholder {
  font-family: Elektra Text Pro;
  font-size: 16px;
  line-height: 24px;
  color: #8b8b8b;
}

.quest-modal .modal-content .modal-body .form-group input:-ms-input-placeholder,
.quest-modal .modal-content .modal-body .form-group textarea:-ms-input-placeholder {
  font-family: Elektra Text Pro;
  font-size: 16px;
  line-height: 24px;
  color: #8b8b8b;
}

.quest-modal .modal-content .modal-body .form-group input:-moz-placeholder,
.quest-modal .modal-content .modal-body .form-group textarea:-moz-placeholder {
  font-family: Elektra Text Pro;
  font-size: 16px;
  line-height: 24px;
  color: #8b8b8b;
}

.quest-modal .modal-content .modal-body .form-group_textarea {
  width: 100%;
}

.quest-modal .modal-content .modal-body .form-group_textarea textarea {
  width: 100%;
  height: 107px;
  border-radius: 0;
  padding: 1.2rem 1.9rem;
  border: 1px solid #e9eaf3;
}

.quest-modal .modal-content .modal-body .form-captcha {
  margin: 1.5rem 0 1.5rem .5rem;
  -webkit-transform: scale(1) translateX(0);
  -ms-transform: scale(1) translateX(0);
  transform: scale(1) translateX(0);
  height: 78px;
}

.quest-modal .modal-content .modal-body .form-bot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -7px;
  margin-right: 5px;
}

.quest-modal .modal-content .modal-body .form-bot__item {
  width: calc(100% / 2 - 24px);
  margin: 0 12px;
}

.quest-modal .modal-content .modal-body .form-button button {
  border-radius: 0;
}

.quest-modal .modal-content .modal-body .terms_of_use {
  font-family: Elektra Text Pro;
  font-size: 14px;
  line-height: 13px;
  color: #b7b7b7;
}

.quest-modal .modal-content .modal-body .terms_of_use a {
  font-family: Elektra Text Pro;
  font-size: 14px;
  line-height: 13px;
  color: #b7b7b7;
  text-decoration: underline;
}

.overlay {
  width: 100%;
  min-height: 100vh;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px;
  padding-bottom: 20px;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.75);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .35s ease-in-out;
  -o-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  max-height: 100vh;
  overflow-y: auto;
  z-index: 300;
}

.overlay.open {
  opacity: 1;
  pointer-events: inherit;
}

.message-modal {
  background: #fff;
  text-align: center;
  padding: 40px 80px;
  -webkit-box-shadow: 0 1px 10px rgba(255,255,255,.35);
  box-shadow: 0 1px 10px rgba(255,255,255,.35);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .8s ease-in-out;
  -o-transition: .8s ease-in-out;
  transition: .8s ease-in-out;
  max-height: 100vh;
  z-index: 1000;
}

.message-modal.open {
  position: relative;
  opacity: 1;
  pointer-events: inherit;
  z-index: 1000;
}

.message-modal.open .message-modal__content {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  opacity: 1;
}

.message-modal__content {
  -webkit-transform: translate(0,-10px);
  -ms-transform: translate(0,-10px);
  transform: translate(0,-10px);
  opacity: 0;
  -webkit-transition: .8s ease-in-out;
  -o-transition: .8s ease-in-out;
  transition: .8s ease-in-out;
}

.message-modal__message {
  color: #6b6b6b;
  font-size: 16px;
}

.message-modal__close {
  display: inline-block;
  margin-top: 1rem;
  height: 35px;
  line-height: 37px;
  font-size: 13px;
  color: #fff;
  background: #a2a2a2;
  border-radius: 4px;
  text-align: center;
  padding: 0 1.5rem;
}

.message-modal__close:focus,
.message-modal__close:hover {
  color: #fff;
  background: #6e6e6e;
}

.calc-modal .modal-dialog {
  max-width: 540px;
  border-radius: 0;
}

.calc-modal .modal-dialog .modal-content {
  border-radius: 0;
  padding: 3rem 0;
}

.calc-modal .modal-dialog .modal-content .product-modal__close {
  right: 14px;
}

.product-calc {
  padding: 0 4rem;
}

.product-calc__title {
  font-weight: 700;
  font-size: 26px;
  color: #4a4a4a;
}

.product-calc__inputs {
  margin-top: 20px;
}

.product-calc__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px 0 -15px;
}

.product-calc__col {
  width: calc(100% / 2 - 30px);
  margin: 0 15px;
  padding: 1rem 0;
}

.product-calc__col label {
  font-size: 16px;
  color: #535353;
}

.product-calc__col input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #d0d0d0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0;
  text-align: center;
  font-size: 20px;
  color: #666;
}

.product-calc__col #product-calc-rulon-length,
.product-calc__col #product-calc-rulon-width {
  font-weight: 700;
}

.product-calc__button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  height: 75px;
  width: 100%;
  background: -webkit-gradient(linear,left top,right top,from(#f30058),to(red));
  background: -o-linear-gradient(left,#f30058 0,red 100%);
  background: linear-gradient(90deg,#f30058 0,red 100%);
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  margin: 2rem 0;
}

.product-calc__offers {
  background: rgba(244,134,3,.15);
  padding: 1.4rem 2.4rem;
}

.product-calc__offers-txt {
  text-align: center;
  font-size: 12px;
  color: #7a7a7a;
}

.product-calc__info {
  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: 2rem;
}

.calc-total__label {
  font-size: 16px;
  color: #424242;
}

.calc-total__count {
  font-weight: 700;
  font-size: 34px;
  color: #fe0004;
}

.qt {
  font-size: 16px;
  color: #424242;
}

.form-group.has-error .help-block {
  font-size: 12px;
}

.form-captcha {
  margin-bottom: 1rem;
  -webkit-transform: scale(.9) translateX(-15px);
  -ms-transform: scale(.9) translateX(-15px);
  transform: scale(.9) translateX(-15px);
}

.button {
  height: 34px;
  width: 100%;
  background: #a2a2a2;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 4px;
  border: none;
  color: #fff;
  line-height: 34px;
  text-align: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-weight: 700;
}

.button:hover {
  cursor: pointer;
  background: #6e6e6e;
}

.terms_of_use {
  margin-top: 10px;
  font-size: 12px;
  color: #a2a2a2;
}

.terms_of_use a {
  color: #6e6e6e;
  font-size: 12px;
}

.form-invoice .modal-dialog .modal-content .modal-body .form-group {
  position: relative;
}

.form-invoice .modal-dialog .modal-content .modal-body .form-group .control-label {
  position: absolute;
  top: -7px;
  left: 10px;
  display: block;
  background: #fff;
  color: #989898;
  font-weight: 400;
  font-size: 13px;
}

.form-invoice .modal-dialog .modal-content .modal-body .form-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-invoice .modal-dialog .modal-content .modal-body .form-group input::-moz-placeholder {
  color: transparent;
}

.form-invoice .modal-dialog .modal-content .modal-body .form-group input:-moz-placeholder {
  color: transparent;
}

.form-invoice .modal-dialog .modal-content .modal-body .form-group input:-ms-input-placeholder {
  color: transparent;
}

.button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  height: 45px;
  width: 100%;
  background: #ff3b71;
  border-radius: 5px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

.button:focus,
.button:hover {
  background: #ff3b71;
  color: #fff;
}

.button span {
  margin: 0;
}

.button1 {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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-family: Roboto;
  font-weight: 400;
  border: none;
  font-size: 16px;
  color: #e4003e;
}

.button1:focus,
.button1:hover {
  color: #e4003e;
}

.button1 span {
  position: relative;
}

.button1 span:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #e4003e;
}

.button1 i {
  font-size: 8px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: 7px;
}

.hidden {
  display: none;
  visibility: hidden;
}

.sprite-store {
  position: absolute;
  left: -9999px;
}

.color_red {
  color: #e4003e;
}

@media (min-width:640px) {
  .lk-order .lk-order__column span {
    display: none;
  }
}

@media (min-width:768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }

  .form-inline .input-group>.form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0;
  }

  .form-inline .checkbox input[type=checkbox],
  .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }

  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }

  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }

  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }

  .nav-justified>li,
  .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified>li>a,
  .nav-tabs.nav-justified>li>a {
    margin-bottom: 0;
  }

  .nav-tabs-justified>li>a,
  .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified>.active>a,
  .nav-tabs-justified>.active>a:focus,
  .nav-tabs-justified>.active>a:hover,
  .nav-tabs.nav-justified>.active>a,
  .nav-tabs.nav-justified>.active>a:focus,
  .nav-tabs.nav-justified>.active>a:hover {
    border-bottom-color: #fff;
  }

  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
  }

  .modal-sm {
    width: 300px;
  }

  .container {
    max-width: 750px;
  }
}

@media (min-width:992px) {
  .modal-lg {
    width: 900px;
  }

  .container {
    max-width: 970px;
  }
}

@media (min-width:1200px) {
  .container {
    max-width: 1260px;
  }
}

@media (min-width:1600px) {
  .container {
    max-width: 1440px;
  }
}

@media (min-width:1921px) {
  .container {
    max-width: unset;
    padding: 0 90px;
  }

  .prev-slider-nav {
    left: 70px;
  }
}

@media (max-width:1780px) {
  .product-item__more {
    margin-right: 1rem;
  }

  .product-item__more i {
    margin-left: 1rem;
  }
}

@media (max-width:1740px) {
  .header__col:first-child {
    width: calc(100% / 2 - 80px);
  }

  .header__col:last-child {
    width: calc(100% / 2 + 50px);
  }
}

@media (max-width:1660px) {
  .product-item__more {
    width: 45px;
    border-radius: 50px;
    padding-left: 2rem;
  }

  .product-item__more span {
    display: none;
  }

  .product-item__more i {
    font-size: 12px;
    margin-left: 0;
  }
}

@media (max-width:1580px) {
  .main {
    width: calc(100% - 300px);
    margin-left: 300px;
  }

  .header__col:first-child {
    width: calc(100% - 710px);
  }

  .header__col:last-child {
    max-width: 707px;
    width: 100%;
  }

  .header-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .header__nav {
    display: none;
  }

  .app {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .sidebar {
    width: 300px;
  }

  .sidebar__logo img {
    width: 240px;
  }
}

@media (max-width:1560px) {
  .info-top__time-label-mobile {
    display: block;
  }

  .info-top__time-label-mobile-show {
    display: none;
  }
}

@media (max-width:1540px) {
  .footer__main {
    margin: 0 -15px;
  }

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

@media (max-width:1500px) {
  .product-view__image {
    max-width: 540px;
  }

  .product-view__info {
    width: calc(100% - 610px);
  }
}

@media (max-width:1490px) {
  .news__top {
    max-width: 200px;
  }

  .news__main {
    width: calc(100% - 230px);
  }

  .category-list__link {
    width: calc(100% / 4);
  }

  .category-list__link2 {
    width: calc(100% / 4);
  }
}

@media (max-width:1460px) {
  .subscribe__row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .subscribe__button .mobile-hidden {
    display: none;
  }

  .subscribe__col:first-child {
    width: calc(20% - 30px);
  }

  .subscribe__col:nth-child(3) {
    width: calc(40% - 30px);
  }

  .category-view__main.filter-open .category-view__content .catalog-content__pr-items .product-item {
    width: calc(100% / 2);
  }

  .product-item {
    width: calc(100% / 3);
  }

  .product-description__wrap .product-options {
    width: calc(100% - 480px);
  }

  .product-description__wrap .product-description {
    max-width: 95%; /*450px*/
  }
}

@media (max-width:1400px) {
  .product-view__image {
    max-width: 500px;
  }

  .product-view__info {
    width: calc(100% - 570px);
  }
}

@media (max-width:1380px) {
  .prev .prev-slider-nav__dots .slick-dots>li {
    margin-bottom: 10px;
  }

  .prev-slider-nav .prev-slider-nav__arrows {
    left: 0;
    bottom: 30px;
  }

  .prev-slider-nav .prev-slider-nav__arrows .slick-arrow {
    height: 40px;
    width: 40px;
    border-radius: 40px;
  }
}

@media (max-width:1360px) {
  .info-top__adress {
    display: none;
  }

  .subscribe__col:first-child {
    width: calc(28% - 30px);
  }

  .subscribe__col:nth-child(2) {
    width: calc(28% - 30px);
  }

  .footer__col:first-child {
    width: calc(20% - 30px);
  }

  .footer__col:nth-child(2) {
    width: calc(20% - 30px);
  }

  .footer__col:nth-child(3) {
    width: calc(30% - 30px);
  }

  .footer__col:last-child {
    width: calc(30% - 30px);
  }
}

@media (max-width:1340px) {
  .news-box__title {
    font-size: 16px;
    padding: 0 1.5rem 0 1.5rem;
  }
}

@media (max-width:1320px) {
  .product-view__image {
    max-width: 400px;
  }

  .product-view__info {
    width: calc(100% - 470px);
  }
}

@media (max-width:1300px) {
  .product-description__wrap .product-options {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .product-description__wrap .product-description {
    max-width: unset;
    margin-left: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .lk-user .lk-user__img {
    width: 180px;
    line-height: 180px;
  }

  .lk-user .lk-user__avatar {
    height: 180px;
    line-height: 180px;
  }

  .lk-user .lk-user__content {
    width: calc(100% - 210px);
  }

  .lk-user .lk-user__info {
    width: 50%;
  }

  .lk-user .lk-user__contact {
    width: 50%;
  }

  .lk-user .lk-user__name {
    font-size: 16px;
    line-height: 20px;
    padding: 14px 0 15px;
  }

  .lk-user .lk-user__item {
    font-size: 14px;
    line-height: 1.2;
    padding: 0 0 10px;
  }

  .lk-user .lk-user__item span {
    padding: 0 5px 0 0;
  }

  .lk-setting {
    width: 100%;
  }

  .lk-setting .lk-setting__img {
    width: 180px;
  }

  .lk-setting .lk-setting__avatar {
    height: 180px;
    line-height: 180px;
  }

  .lk-setting .lk-setting__content {
    width: calc(100% - 210px);
  }

  .lk-setting .lk-setting__bottom {
    margin: 10px 0 0;
  }
}

@media (max-width:1240px) {
  .lk-content {
    padding: 0 0 50px;
  }

  .lk-content h1 {
    padding: 5px 0 20px;
    font-size: 30px;
  }

  .lk-box .lk-box__content {
    padding: 40px 30px;
  }

  .lk-box .lk-box__content h3 {
    font-size: 15px;
    margin: -10px 0 30px;
    padding: 0;
  }

  .lk-box .lk-box__content h4 {
    font-size: 15px;
    margin: 0;
    padding: 15px 0;
  }

  .lk-menu li {
    padding: 12px 12px 10px;
  }

  .lk-menu li a {
    font-size: 16px;
  }
}

@media (max-width:1200px) {
  .form-white .form-group input,
  .form-white .form-group textarea {
    height: 42px;
  }

  .form-white .file-upload {
    height: 36px;
    line-height: 36px;
  }

  .form-white .file-upload span {
    font-size: 14px;
    line-height: 36px;
  }

  .form-white button,
  .form-white input[type=submit] {
    height: 48px;
  }

  .dealersCity-diler .dealersCity-diler__item {
    padding: 20px 0;
  }

  .dealersCity-diler .dealersCity-diler__name {
    font-size: 20px;
    padding: 0 0 10px;
  }

  .dealersCity-diler .dealersCity-diler__loc {
    width: 100%;
    font-size: 14px;
    padding: 0 0 5px;
  }

  .dealersCity-diler .dealersCity-diler__mode {
    width: 100%;
    font-size: 14px;
    padding: 0 0 5px;
  }

  .dealersCity-diler .dealersCity-diler__phone {
    width: 100%;
    font-size: 14px;
    text-align: left;
  }
}

@media (max-width:1199px) {
  .main {
    width: 100%;
    margin-left: 0;
  }

  .header__search .search-box {
    width: calc(100% - 90px);
  }

  .header__catalog-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .header__brand {
    display: block;
  }

  .sidebar {
    -webkit-transform: translateX(-350px);
    -ms-transform: translateX(-350px);
    transform: translateX(-350px);
    visibility: hidden;
  }

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

  .subscribe__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 4rem;
  }

  .subscribe__label {
    width: 100%;
    margin: 0 0 2rem 0;
  }

  .cart-info-box__img {
    margin: 0 15px 15px 15px;
  }

  .cart-info-box__name-cat {
    width: calc(100% - 160px);
    margin: 0 15px 15px 15px;
    max-width: unset;
  }

  .cart-info-box__spinput {
    width: calc(131px - 30px);
  }

  .cart-info-box__price {
    width: calc(100% - 161px);
  }

  .cart-info-box__deleted {
    position: absolute;
    bottom: 27px;
    right: -5px;
  }

  .category__item {
    width: calc(100% / 3 - 30px);
  }

  .category__item:first-child {
    width: calc(100% / 3 * 2 - 30px);
  }

  .filter-button {
    background: #f8f8f8;
  }

  .but-menu-filter {
    display: block;
  }

  .pr-slider {
    margin-bottom: 0;
  }

  .pr-slider__slider {
    width: 100%;
  }

  .sidebar-box {
    background: #f8f8f8;
    height: 100%;
  }

  .sidebar-box__close {
    display: block;
  }

  .product-view__main {
    margin: 0 -20px;
  }

  .quest-info {
    max-width: 550px;
  }

  .quest-modal-info {
    width: calc(100% - 550px);
  }

  .dealersCity-box .dealersCity-box__info {
    width: 300px;
    margin-right: 20px;
  }

  .dealersCity-box .dealersCity-box__map {
    width: calc(100% - 320px);
  }

  .dealersCity-diler {
    padding-right: 1rem;
  }
}

@media (max-width:1100px) {
  .lk-user .lk-user__img {
    width: 160px;
    line-height: 160px;
  }

  .lk-user .lk-user__avatar {
    height: 160px;
    line-height: 160px;
  }

  .lk-user .lk-user__content {
    width: calc(100% - 190px);
  }

  .lk-user .lk-user__info {
    width: 50%;
  }

  .lk-user .lk-user__contact {
    width: 50%;
  }

  .lk-user .lk-user__name {
    font-size: 15px;
    line-height: 18px;
    padding: 14px 0 15px;
  }

  .lk-user .lk-user__item {
    font-size: 14px;
    line-height: 1.2;
    padding: 0 0 10px;
  }

  .lk-user .lk-user__item span {
    padding: 0 5px 0 0;
  }

  .lk-setting {
    width: 100%;
  }

  .lk-setting .lk-setting__img {
    width: 170px;
  }

  .lk-setting .lk-setting__avatar {
    height: 170px;
    line-height: 170px;
  }

  .lk-setting .lk-setting__content {
    width: calc(100% - 190px);
  }

  .lk-setting .lk-setting__content .row .col-sm-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .lk-setting .lk-setting__bottom {
    margin: 10px 0 0;
  }
}

@media (max-width:1000px) {
  .form-white .form-group input,
  .form-white .form-group textarea {
    height: 40px;
  }

  .form-white .password-form-group .input-group-addon {
    -webkit-appearance: listbox;
    pointer-events: all;
  }

  .form-white .password-form-group .input-group-addon i {
    pointer-events: none;
  }

  .form-white .password-form-group .input-group-addon i:before {
    pointer-events: none;
  }

  .form-white button,
  .form-white input[type=submit] {
    height: 46px;
  }

  .lk-content {
    padding: 0 0 45px;
  }

  .lk-content h1 {
    padding: 5px 0 20px;
    font-size: 28px;
  }

  .lk-box .lk-box__content {
    padding: 40px 20px;
  }

  .lk-box .lk-box__content h3 {
    font-size: 14px;
    margin: 0 0 20px;
    padding: 0;
  }

  .lk-box .lk-box__content h4 {
    font-size: 14px;
    margin: 0;
    padding: 15px 0;
  }

  .lk-menu li {
    padding: 8px 10px 8px;
  }

  .lk-menu li a {
    font-size: 14px;
  }
}

@media (max-width:991px) {
  .header__col:first-child {
    width: calc(100% - 410px);
  }

  .header__col:last-child {
    max-width: 380px;
  }

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

  .header-contact__adress,
  .header-contact__email-link {
    display: none;
  }

  .header-contact__email-link {
    display: inline-block;
  }

  .stocks__col {
    width: 100%;
  }

  .home-news {
    margin: 1rem 0 7rem 0;
  }

  .page-contact-box__row {
    margin: 0 -15px;
  }

  .page-contact-box__col {
    width: calc(100% / 3 - 30px);
    margin: 0 15px;
  }

  .page-contact-box__label {
    font-size: 20px;
    line-height: 20px;
  }

  .home-info__info {
    width: 100%;
  }

  .home-info__img {
    display: none;
  }

  .adv__col {
    width: calc(100% / 2);
  }

  .adv__col:nth-child(2) {
    border-right: none;
  }

  .adv__col:nth-child(6) {
    border-right: none;
  }

  .cart-order__form {
    width: 100%;
    margin: 0;
  }

  .cart-order__sidebar {
    width: 100%;
  }

  .cart-sidebar {
    margin-top: 3rem;
  }

  .cart-pay .cart-pay__info {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 4rem;
    padding-right: 0;
  }

  .cart-info {
    width: 100%;
    margin: 0;
  }

  .cart-sidebar {
    width: 100%;
  }

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

  .category__item:first-child {
    width: 100%;
  }

  .category-view__main.filter-open .category-view__content {
    width: 100%;
  }

  .category-view__main.filter-open .category-view__content .catalog-controls {
    padding-right: 0;
    border-right: 1px solid #e3e5f2;
  }

  .category-view__main.filter-open .category-view__content .catalog-content__pr-items {
    margin-right: 0;
  }

  .category-view__content .catalog-controls {
    padding-right: 0;
  }

  .category-view__main .category-view__filters {
    position: fixed;
    -webkit-transform: translateX(290px);
    -ms-transform: translateX(290px);
    transform: translateX(290px);
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 100;
  }

  .category-view__main .category-view__filters .filter-content__wrap {
    display: block;
  }

  .product-item {
    width: calc(100% / 2);
  }

  .sorter li {
    margin-bottom: 5px;
  }

  .catalog-controls__label-pr-count {
    display: none;
  }

  .pr-slider__slider .slick-list {
    padding-bottom: 0;
  }

  .category-list__link {
    width: calc(100% / 3);
  }

  .category-list__link2 {
    width: calc(100% / 3);
  }

  .product-item:hover {
    border-bottom: 1px solid #d9dde8;
  }

  .product-item:hover .product-item__bot-wrapper {
    border: none;
  }

  .product-item__fast-view {
    display: none;
  }

  .product-item .product-item__bot-wrapper {
    width: 100%;
    height: auto;
    padding: 0;
    border: none;
    position: relative;
    bottom: unset;
    left: unset;
    visibility: visible;
    opacity: 1;
  }

  .product-view__main {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product-view__image {
    max-width: unset;
  }

  .product-view__info {
    width: 100%;
    margin-top: 3rem;
  }

  .calculator__fileds {
    max-width: unset;
    width: 100%;
  }

  .calculator__info {
    max-width: unset;
  }

  .quest-modal-info {
    width: 100%;
    margin-top: 3rem;
  }

  .footer__col:first-child {
    width: calc(50% - 30px);
  }

  .footer__col:nth-child(2) {
    width: calc(50% - 30px);
  }

  .footer__col:nth-child(3) {
    width: calc(50% - 30px);
    margin-top: 2rem;
  }

  .footer__col:last-child {
    width: calc(50% - 30px);
    margin-top: 2rem;
  }

  .footer__copy {
    margin-top: 1.5rem;
    width: 100%;
  }

  .footer__dcmedia {
    margin-top: 1rem;
    margin-left: -5px;
  }
}

@media (max-width:769px) {
  .catalog-controls__res {
    display: none;
  }
}

@media (max-width:768px) {
  .pay .pay-box .pay-box__header {
    font-size: 18px;
  }

  .pay .pay-box .pay-box__name {
    width: calc(100% - 310px);
  }

  .pay .pay-box .pay-box__price {
    width: 200px;
  }

  .pay .pay-box .pay-box__totalPrice {
    width: 100px;
  }

  .pay .pay-payments .pay-payments__header {
    font-size: 18px;
  }

  .pay .pay-payments .payment-desc {
    font-size: 14px;
  }

  .pay .pay-payments .pay-payments__button button {
    font-size: 18px;
  }

  .form-white .form-group input,
  .form-white .form-group textarea {
    height: 36px;
  }

  .form-white button,
  .form-white input[type=submit] {
    height: 40px;
  }

  .lk-content {
    padding: 0 0 40px;
  }

  .lk-content h1 {
    padding: 5px 0 20px;
    font-size: 26px;
  }

  .lk-box .lk-box__content {
    padding: 30px 20px;
  }

  .lk-box .lk-box__content h3 {
    font-size: 13px;
    margin: 0 0 20px;
    padding: 0;
  }

  .lk-box .lk-box__content h4 {
    font-size: 13px;
    margin: 0;
    padding: 15px 0;
  }

  .lk-user-info .lk-user-info__heading {
    display: inline-block;
    vertical-align: top;
  }

  .lk-user-info .lk-user-info__body {
    display: inline-block;
    vertical-align: top;
  }

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

  .lk-user .lk-user__img {
    width: 200px;
    line-height: 200px;
  }

  .lk-user .lk-user__avatar {
    height: 200px;
    line-height: 200px;
  }

  .lk-user .lk-user__content {
    width: calc(100% - 240px);
  }

  .lk-user .lk-user__info {
    width: 100%;
  }

  .lk-user .lk-user__contact {
    width: 100%;
  }

  .lk-user .lk-user__name {
    padding: 0 0 10px;
  }
}

@media (max-width:767px) {
  .info-top {
    padding: 0 1.5rem;
  }

  .info-top__time-block.info-top__adress,
  .info-top__time-block.info-top__email,
  .info-top__time-block.info-top__email-link,
  .info-top__time-block.info-top__modal-link,
  .info-top__time.info-top__time-block {
    display: none;
  }

  .info-top__modal-link {
    display: none;
  }

  .header__search .search-box {
    width: 100%;
  }

  .search-box {
    display: none;
  }

  .mobile-search {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .stocks__col {
    width: 100%;
  }

  .news-index .news__row .news__col {
    width: 100%;
  }

  .cart-form__row:nth-child(5) .cart-form__group {
    width: calc(100% / 3 - 30px);
  }

  .category-nav__submenu {
    display: none!important;
  }

  .dealersCity-box .dealersCity-box__info {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .dealersCity-box .dealersCity-box__map {
    width: 100%;
  }

  .dealers-tabs__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 2rem;
  }

  .dealers-tabs__nav-item {
    margin-bottom: 2.5rem;
  }

  .dealers__title {
    margin-bottom: 1.5rem;
  }
}

@media (max-width:763px) {
  .subscribe__label {
    font-size: 26px;
  }

  .subscribe__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .subscribe__col:first-child {
    width: 100%;
    margin-bottom: 1rem;
  }

  .subscribe__col:nth-child(2) {
    width: 100%;
  }

  .subscribe__col:nth-child(3) {
    width: 100%;
    margin-top: 1rem;
    max-width: 400px;
  }
}

@media (max-width:720px) {
  .header__col:first-child {
    width: calc(100% - 230px);
  }

  .header__col:last-child {
    max-width: 200px;
  }

  .header-contact__col {
    width: 100%;
  }

  .header-contact__email {
    display: none;
  }

  .category-list__link {
    width: calc(100% / 2);
  }

  .category-list__link2 {
    width: calc(100% / 2);
  }
}

@media (max-width:640px) {
  .pay .pay-details .pay-details__left {
    width: 100%;
    float: none;
  }

  .pay .pay-details .pay-details__right {
    width: 100%;
    float: none;
  }

  .pay .pay-box .pay-box__header {
    font-size: 16px;
  }

  .pay .pay-box .pay-box__name {
    width: 100%;
    display: block;
  }

  .pay .pay-box .pay-box__price {
    width: 100%;
    display: block;
    text-align: right;
  }

  .pay .pay-box .pay-box__totalPrice {
    width: 100%;
    display: block;
    text-align: right;
  }

  .pay .pay-bottom .pay-bottom__left {
    width: calc(100% - 130px);
  }

  .pay .pay-bottom .pay-bottom__right {
    width: 130px;
  }

  .pay .pay-payments .pay-payments__header {
    font-size: 16px;
  }

  .pay .pay-payments .pay-payments__button button {
    font-size: 16px;
  }

  #payment-methods .payment-method .checkbox {
    font-size: 14px;
  }

  #payment-methods .payment-method .description {
    font-size: 13px;
  }

  .category__item {
    width: 100%;
  }

  .product-compare .product-compare__name {
    height: 104px;
    font-size: 13px;
    margin: 0 0 5px;
    line-height: 1;
  }

  .product-compare .product-compare__info {
    padding: 10px 7px;
  }

  .product-compare.product-compare-carousel .slick-next,
  .product-compare.product-compare-carousel .slick-prev {
    display: none;
  }

  .product-compare-attribute .product-compare-attribute__head {
    font-size: 13px;
    padding: 6px 7px;
  }

  .product-compare-attribute .product-compare-attribute__val {
    padding: 4px 7px;
  }

  .form-white .form-group input,
  .form-white .form-group textarea {
    font-size: 13px;
  }

  .form-white .file-upload {
    height: 36px;
    line-height: 36px;
  }

  .form-white .file-upload span {
    font-size: 13px;
    line-height: 36px;
  }

  .form-white button,
  .form-white input[type=submit] {
    height: 36px;
  }

  .lk-content {
    padding: 0 0 40px;
  }

  .lk-content h1 {
    padding: 5px 0 20px;
    font-size: 24px;
  }

  .lk-box .lk-box__content {
    padding: 30px 15px;
  }

  .lk-menu {
    display: table;
    width: 100%;
  }

  .lk-menu li {
    float: none;
    display: table-cell;
    text-align: center;
  }

  .lk-menu li a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .lk-order .lk-order__header {
    display: none;
  }

  .lk-order .lk-order__item {
    display: block;
    padding: 10px;
  }

  .lk-order .lk-order__column {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 7px 0;
  }

  .lk-order .lk-order__column.lk-order__column-date {
    width: 100%;
  }

  .lk-order .lk-order__column.lk-order__column-name {
    width: 100%;
  }

  .lk-order .lk-order__column span {
    font-size: 16px;
  }
}

@media (max-width:600px) {
  .app {
    margin-right: 0;
  }
}

@media (max-width:576px) {
  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 16px;
  }

  .title_top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .news__title,
  .title {
    font-size: 26px;
    line-height: 26px;
  }

  .link-arrow {
    margin-left: 0;
    margin-top: 1rem;
  }

  .slider-row .slick-arrow {
    opacity: 1;
    visibility: visible;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    font-size: 11px;
  }

  .slider-row .icon-prev i {
    margin-right: 4px;
  }

  .slider-row .icon-next i {
    margin-right: 4px;
  }

  .header__search {
    width: calc(100% - 260px);
  }

  .header__catalog-link {
    height: 35px;
  }

  .header__inter {
    max-width: 230px;
  }

  .header-inter__favorite {
    width: 35px;
    margin: 0 1rem;
  }

  .search-box.show {
    bottom: -1px;
  }

  .search-box__main {
    height: 37px;
  }

  .search-box__button {
    height: 37px;
  }

  .search-box__input {
    font-size: 14px;
  }

  .header-user {
    height: 35px;
    width: 45px;
  }

  .header-user__link {
    display: none;
  }

  .header-cart {
    width: 130px;
  }

  .but-cart__link {
    height: 35px;
  }

  .but-cart__text {
    font-size: 14px;
  }

  .app {
    height: 35px;
  }

  .mobile-search {
    height: 35px;
  }

  .sidebar__logo {
    display: none;
  }

  .prev-slider-nav .prev-slider-nav__arrows {
    left: -15px;
    bottom: 20px;
  }

  .news__wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .news__top {
    max-width: unset;
  }

  .news-slider__arrows {
    display: none;
  }

  .news-slider__arrows .icon-prev i {
    margin-right: 4px;
  }

  .news-slider__arrows .icon-next i {
    margin-right: 4px;
  }

  .news__cat-link {
    margin-top: 1rem;
  }

  .news__main {
    width: 100%;
    margin-top: 2rem;
  }

  .page-contact-box__col {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .page-contact-box__col:last-child {
    margin-bottom: 0;
  }

  .home-info__title {
    font-size: 26px;
    line-height: 26px;
  }

  .adv__col {
    padding: 20px 10px;
  }

  .adv__icon svg {
    width: 30px;
  }

  .adv__txt {
    font-size: 14px;
  }

  .cart-index__title {
    font-size: 16px;
  }

  .cart-label__txt {
    font-size: 16px;
  }

  .cart-label__prev {
    font-size: 16px;
  }

  .category-box:first-child .category-box__img {
    display: none;
    right: -100px;
    bottom: -50px;
  }

  .pop-categories {
    margin: 2.5rem 0 0 0;
  }

  .page-content .pop-categories>ol>li,
  .pop-categories>ul>li {
    height: auto;
  }

  .page-content .pop-categories>ol>li label,
  .pop-categories>ul>li label {
    line-height: 23px;
    font-size: 14px;
  }

  .category-view__no-products {
    max-width: 100%;
  }

  .button-mobile-filter {
    height: 30px;
    line-height: 30px;
    width: 150px;
  }

  .pr-slider {
    margin-top: 3rem;
  }

  .pagination {
    height: 32px;
  }

  .pagination>li>a {
    width: 30px;
    height: 30px;
  }

  .product-item {
    padding: 1rem;
  }

  .product-item:hover {
    border: 1px solid transparent;
  }

  .product-item__img {
    margin-top: 1rem;
  }

  .product-item__price {
    margin-top: 1rem;
  }

  .product-item__base-price,
  .product-item__price-result {
    font-size: 22px;
  }

  .product-item__base-price {
    margin-top: 1rem;
  }

  .product-item__name {
    font-size: 16px;
    line-height: 19px;
  }

  .thumbnails__small {
    width: 45px;
  }

  .thumbnails-small__item {
    width: 45px;
    height: 45px;
  }

  .thumbnails__preview {
    width: calc(100% - 75px);
  }

  .product-view__discount {
    height: 20px;
    font-size: 12px;
    top: 10px;
  }

  .thumbnails__preview .product-view__favorite {
    width: 35px;
    height: 35px;
    top: 2px;
  }

  .product-info__name {
    font-size: 24px;
    line-height: 26px;
  }

  .product-info__price-result {
    font-size: 24px;
  }

  .product-info__price-result strong {
    font-size: 24px;
  }

  .product-info__total .value {
    font-size: 24px;
  }

  .product-info__total .value span {
    font-size: 24px;
  }

  .product-but__link {
    padding: 1rem 1.5rem;
    font-size: 14px;
    height: auto;
  }

  .product-attr__name {
    min-width: 180px;
  }

  .product-tabs {
    margin-top: 1rem;
  }

  .quest-info__label,
  .quest-modal-info__label {
    font-size: 26px;
    line-height: 28px;
  }

  .quest-info__phone {
    font-size: 26px;
    line-height: 26px;
  }

  .quest-modal-info__label {
    font-size: 20px;
  }

  .quest-modal-info__btn-modal {
    margin-top: 1rem;
  }

  .footer__label {
    font-size: 20px;
    line-height: 22px;
  }

  .footer-menu__wrap .page-content ol>li>a,
  .footer-menu__wrap ul>li>a,
  .page-content .footer-menu__wrap ol>li>a {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 1.5rem;
  }

  .footer-contact__phone {
    font-size: 16px;
    line-height: 22px;
  }

  .footer-contact__link-email,
  .footer-contact__link-modal {
    font-size: 14px;
    line-height: 16px;
  }

  .footer-contact__adress {
    font-size: 14px;
  }

  .footer-social__politic {
    font-size: 14px;
    margin-top: 5rem;
  }
}

@media (max-width:520px) {
  .product-item__img {
    height: 130px;
  }
}

@media (max-width:500px) {
  .header__col:first-child {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .header__col:last-child {
    display: none;
  }

  .header__bot {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header-contact__phone {
    display: none;
  }
}

@media (max-width:490px) {
  .stocks-box__img {
    max-width: 200px;
  }

  .stocks-box__img {
    max-width: 150px;
  }

  .product-item__base-price,
  .product-item__price-result {
    font-size: 18px;
  }

  .base-price__current,
  .price-result__current {
    font-size: 14px;
  }

  .price-old__val {
    font-size: 12px;
  }

  .product-item__name {
    font-size: 14px;
    line-height: 17px;
  }

  .product-item__size {
    font-size: 12px;
    line-height: 14px;
    margin-top: 1rem;
  }

  .product-item__more {
    padding-left: 1.5rem;
    height: 35px;
    width: 35px;
  }

  .product-item__favorite {
    height: 35px;
    min-width: 35px;
  }

  .product-forse__favorite svg {
    width: 18px;
  }

  .product-item__cart {
    height: 35px;
    min-width: 35px;
  }

  .product-item__cart svg {
    width: 18px;
  }

  .product-control {
    height: 20px;
  }

  .product-control-discont {
    font-size: 12px;
  }
}

@media (max-width:480px) {
  .cart-form__group {
    width: 100%;
  }

  .cart-form__row:nth-child(5) .cart-form__group:first-child {
    width: calc(70% - 30px);
  }

  .cart-form__row:nth-child(5) .cart-form__group:nth-child(2) {
    width: calc(30% - 30px);
  }

  .cart-form__row:nth-child(5) .cart-form__group:nth-child(3) {
    width: 100%;
  }

  .cart-form__group input[type=tel],
  .cart-form__group input[type=text] {
    height: 40px;
  }

  .coupons__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .coupons__button {
    margin: 1.5rem 0 0 0;
    height: 40px;
  }

  .category-list__link {
    width: 100%;
  }

  .category-list__link2 {
    width: 100%;
  }

  .lk-form {
    width: 100%;
  }

  .lk-form .lk-form__box {
    width: 100%;
    padding: 40px 30px;
  }

  .lk-form .lk-form__bottom {
    padding: 30px 0;
  }

  .lk-form .lk-form__bottom a {
    font-size: 14px;
  }

  .form-white .form-bot {
    display: block;
    width: 100%;
    margin: 17px 0 0;
  }

  .form-white .form-bot .form-captcha {
    position: relative;
    display: block;
    vertical-align: middle;
    width: 300px;
    height: 74px;
    border-radius: 4px;
  }

  .form-white .form-bot .form-captcha .help-block {
    position: absolute;
    display: block;
  }

  .form-white .form-bot .form-button {
    display: block;
    vertical-align: middle;
    padding: 40px 0 0;
  }

  .lk-content {
    padding: 0 0 30px;
  }

  .lk-content h1 {
    padding: 5px 0 20px;
    font-size: 24px;
  }

  .lk-menu {
    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;
    width: 100%;
    height: auto;
    margin: 0 0 20px;
  }

  .lk-menu li {
    width: 100%;
    float: none;
    display: block;
    border: 1px solid rgba(0,0,0,.1);
  }

  .lk-user .lk-user__img {
    display: block;
    width: 200px;
    width: 100%;
    line-height: 200px;
  }

  .lk-user .lk-user__avatar {
    width: 100%;
    height: 200px;
    line-height: 200px;
  }

  .lk-user .lk-user__content {
    display: block;
    width: 100%;
    padding: 30px 0 0;
  }

  .lk-user .lk-user__info {
    width: 100%;
  }

  .lk-user .lk-user__contact {
    width: 100%;
  }

  .lk-user .lk-user__name {
    padding: 0 0 10px;
  }

  .lk-setting {
    width: 100%;
  }

  .lk-setting .lk-setting__img {
    width: 200px;
    width: 100%;
  }

  .lk-setting .lk-setting__avatar {
    height: 200px;
    line-height: 200px;
  }

  .lk-setting .lk-setting__content {
    width: 100%;
    padding: 30px 0 0;
  }

  .lk-setting .lk-setting__content .row .col-sm-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .lk-setting .lk-setting__bottom {
    margin: 10px 0 0;
  }
}

@media (max-width:460px) {
  .subscribe__label {
    font-size: 22px;
  }

  .catalog-controls {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }

  .catalog-controls__row-count-res {
    margin-top: 1rem;
  }
}

@media (max-width:440px) {
  .news-box {
    height: auto;
  }

  .news-box__title {
    padding: 1.5rem 1rem 0 1rem;
    height: auto;
  }

  .cart-label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .cart-list__info-name {
    font-size: 14px;
  }

  .cart-sidebar__label {
    font-size: 16px;
  }

  .cart-sidebar__price {
    font-size: 19px;
  }

  .cart-sidebar .cart-sidebar__btn {
    font-size: 14px;
  }
}

@media (max-width:420px) {
  .info-top__email {
    display: none;
  }

  .header__search {
    width: calc(100% - 190px);
  }

  .header__inter {
    max-width: 160px;
  }

  .header-cart {
    width: 60px;
  }

  .but-cart__text {
    display: none;
  }

  .prev .prev-slider-nav__dots {
    right: 14px;
  }

  .prev .prev-slider-nav__dots .slick-dots>li {
    margin-bottom: 5px;
  }

  .prev .prev-slider-nav__dots .slick-dots>li button {
    width: 7px;
    height: 7px;
    border-radius: 7px;
    padding: 2px;
  }

  .prev-slider-nav .prev-slider-nav__arrows {
    left: -25px;
    bottom: 20px;
  }

  .prev-slider-nav .prev-slider-nav__arrows .slick-arrow {
    height: 35px;
    width: 35px;
    border-radius: 35px;
  }

  .stocks-box__badge {
    left: 20px;
  }

  .stocks-box__title {
    font-size: 18px;
    line-height: 20px;
  }

  .stocks-box__desc {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width:400px) {
  .lk-form {
    width: 100%;
  }

  .lk-form .lk-form__box {
    width: 100%;
    padding: 40px 20px;
  }

  .lk-form .lk-form__bottom {
    padding: 25px 0;
  }

  .lk-form .lk-form__bottom a {
    font-size: 14px;
  }
}

@media (max-width:390px) {
  .form-captcha {
    -webkit-transform: scale(.8) translateX(-29px);
    -ms-transform: scale(.8) translateX(-29px);
    transform: scale(.8) translateX(-29px);
  }
}

@media (max-width:380px) {
  .adv__txt {
    font-size: 12px;
  }
}

@media (max-width:376px) {
  .cart-order__sidebar {
    padding: 40px 20px 40px 20px;
  }

  .cart-sidebar {
    padding: 40px 20px 40px 20px;
  }
}

@media (max-width:360px) {
  .product-item__img {
    height: 80px;
  }

  .footer-contact__phone {
    font-size: 14px;
    line-height: 16px;
  }
}

@media (max-width:340px) {
  .modal-content {
    padding: 3rem 2.5rem;
  }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  input[type=date].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control,
  input[type=time].form-control {
    line-height: 34px;
  }

  .input-group-sm input[type=date],
  .input-group-sm input[type=datetime-local],
  .input-group-sm input[type=month],
  .input-group-sm input[type=time],
  input[type=date].input-sm,
  input[type=datetime-local].input-sm,
  input[type=month].input-sm,
  input[type=time].input-sm {
    line-height: 30px;
  }

  .input-group-lg input[type=date],
  .input-group-lg input[type=datetime-local],
  .input-group-lg input[type=month],
  .input-group-lg input[type=time],
  input[type=date].input-lg,
  input[type=datetime-local].input-lg,
  input[type=month].input-lg,
  input[type=time].input-lg {
    line-height: 46px;
  }
}