@charset "UTF-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

q::before, q::after {
  content: '';
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}

.page__wrap {
  clear: both;
  margin: 0 auto;
  max-width: 1500px;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

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

.page__wrap::after {
  clear: both;
}

.page h1, .page h2 {
  color: #000;
  margin: 0;
  font-size: clamp(1.25rem, 4vw, 2.25rem);
  line-height: 1.42;
}

.page h3 {
  font-size: clamp(1.25rem, 3vw, 2rem);
  margin: 0;
  color: #000;
  line-height: 1.37;
  font-weight: 600;
}

.page__more {
  outline: none;
  border: none;
  text-decoration: none;
  position: relative;
  color: #1D357C;
  line-height: 20px;
  font-size: 0.9375em;
  font-weight: 600;
  display: inline-block;
  padding-left: 1.6875em;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

.page__more:hover {
  opacity: 0.8;
}

.page__more::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  content: url(../img/icon/more-arr.svg);
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
}

.page__rubl {
  position: relative;
  display: inline-block;
  font-family: 'PT Rouble Sans', sans-serif;
  font-weight: normal;
}

.page__rubl::before {
  content: "у";
}

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

.page__table {
  width: 100%;
  height: 100%;
  display: table;
}

.page__cell {
  display: table-cell;
  vertical-align: middle;
}

.page__position--full {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.page__btn {
  padding: 10px 20px;
  outline: none;
  border: none;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  min-width: 100%;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  line-height: 12px;
  font-size: 0.8125rem;
}

.page__btn--main {
  background-color: #1D357C;
  color: #fff;
}

.page__btn--cansel {
  border: 0.5px solid #C4C4C4;
  color: #C4C4C4;
}

.page__bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 2;
  padding-top: 0.9375em;
  padding-bottom: 0.9375em;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
}

.page__bottom .page__flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page__bottom--item a {
  display: block;
  outline: none;
  border: none;
  text-decoration: none;
}

.page__bottom--item a .icon {
  margin: 0 auto;
  width: 1.375em;
}

.page__bottom--item a .icon svg {
  fill: #000;
}

.page__bottom--item a .name {
  color: #000;
  line-height: 1;
  font-size: 0.6875em;
  font-weight: 500;
}

@font-face {
  font-family: 'PT Rouble Sans';
  src: url("../font/PTRoubleSans.eot");
  src: url("../font/PTRoubleSans.eot?#iefix") format("embedded-opentype"), url("../font/PTRoubleSans.woff2") format("woff2"), url("../font/PTRoubleSans.woff") format("woff"), url("../font/PTRoubleSans.ttf") format("truetype"), url("../font/PTRoubleSans.svg#PTRoubleSans") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

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

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-Semibold.eot");
  src: local("Gilroy Semibold"), local("Gilroy-Semibold"), url("../font/Gilroy-Semibold.eot?#iefix") format("embedded-opentype"), url("../font/Gilroy-SemiBold.woff") format("woff"), url("../font/Gilroy-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-Medium.eot");
  src: local("Gilroy Medium"), local("Gilroy-Medium"), url("../font/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../font/Gilroy-Medium.woff2") format("woff2"), url("../font/Gilroy-Medium.woff") format("woff"), url("../font/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

html, body {
  height: 100%;
}

body {
  line-height: 1.25;
  color: #000;
  font-size: 16px;
  font-family: 'Gilroy', sans-serif;
  font-weight: normal;
  font-style: normal;
}

.create {
  color: #7783A7;
  font-size: 0.875em;
  line-height: 17px;
}

.create a {
  outline: none;
  border: none;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
}

.header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.header__top
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100vh;
	background: #fff;
	z-index: 100;
	padding: 95px 0px;
	opacity: 0;
	visibility: hidden;
}
.header__top.active
{
	opacity: 1;
	visibility: visible;	
}
.header__top .page__wrap
{
	height: 100%;
}
.header__top .page__flex {
	height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
	flex-direction: column-reverse;
}
.header__top--box
{
	width: 100%;
}
.header__top--box .city {
  display: inline-block;
  vertical-align: middle;
  color: #7783A7;
  line-height: 15px;
  font-size: 0.9375em;
  margin-right: 1.4375em;
  position: relative;
  padding-left: 1.125em;
}

.header__top--box .city::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  content: url(../img/icon/city-pointer.svg);
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
}

.header__top--box .phone {
  display: inline-block;
  vertical-align: middle;
}

.header__top--box .phone a {
  color: #000;
  font-size: 0.9375em;
  line-height: 18px;
  font-weight: 600;
}

.header__top--box
{
	font-size: 1.2em;
}
.header__top--box ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.header__top--box ul ul
{
	position: relative;
	background: #fff;
	z-index: 100;
}
.header__top--box li:hover ul
{
	opacity: 1;
	visibility: visible;
}

.header__top--box ul li {
  display: block;
  vertical-align: middle;
  position: relative;
  padding-bottom: 15px;
}
.header__top--box ul li:last-child {
  margin-right: 0;
}

.header__top--box ul li a {
  outline: none;
  border: none;
  text-decoration: none;
  font-weight: bold;
  color: #000;
  line-height: 1.2em;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

.header__top--box ul li ul li a
{
	display: block;
}

.header__top--box ul li a:hover {
  color: #1D357C;
}

.header__bottom {
  padding: 0.9375em 0;
  -webkit-box-shadow: 0px 0px 10px rgba(29, 53, 124, 0.1);
          box-shadow: 0px 0px 10px rgba(29, 53, 124, 0.1);
	z-index: 200;
	position: relative;
}

.header__bottom .page__flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__bottom--search {
  display: block;
}
.header__basket span{
	color:#1D357C;
}
.header__compare, .header__favorites, .header__consultation, .header__basket {
  display: none;
  vertical-align: middle;
}
.header__catalog
{
	position: absolute;
  	vertical-align: middle;
	width: 100%;
	left: 0px;
}

.header__catalog a, .header__compare a, .header__favorites a, .header__consultation a, .header__basket a {
  font-weight: 600;
  font-size: 0.9375rem;
  display: block;
  outline: none;
  border: none;
  text-decoration: none;
  position: relative;
}

.header__search {
  max-width: 340px;
  width: 100%;
  display: none;
}
.header__top--box .header__search {
	display: block;
	padding-bottom: 25px;
	max-width: 100%;
}
.header__burger {
  outline: none;
  border: none;
  text-decoration: none;
  width: 1.75em;
  display: inline-block;
}

.header__burger, .logo, .header__bottom--search
{
	position: relative;
	z-index: 100;
}

.header__burger svg {
  fill: #1D357C;
}

.header__catalog {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.header__catalog > a {
  color: #1D357C;
  letter-spacing: 0.03em;
  line-height: 12px;
  padding-left: 2rem;
  display: none;
}

.header__catalog > a .icon {
  width: 1.25em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
}

.header__catalog > a .icon svg {
  fill: #1D357C;
}

.header__catalog--subnav {
  position: absolute;
  background-color: #fff;
  z-index: -1;
  left: 0;
  right: 0;
  padding-top: 2.125em;
  padding-bottom: 3.125em;
  top: 60px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}
.header__catalog--subnav.active
{
	opacity: 1;
	visibility: visible;
	height: calc(100vh - 120px);
	overflow-y: auto;
}

.header__catalog--subnav::before, .header__catalog--subnav::after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: #fff;
  top: 0;
}

.header__catalog--subnav::before {
  left: -50%;
}

.header__catalog--subnav::after {
  right: -50%;
}

.header__catalog--subnav .page__flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.header__catalog--subnav .title {
  line-height: 44px;
  font-weight: 600;
  font-size: 2.25em;
}

.header__catalog--subnav .subtitle {
  color: #7783A7;
  line-height: 20px;
  margin-top: 0.875em;
}

.header__catalog--subnav .box {
	padding-bottom: 1.5em;
	width: 100%;
}

.header__compare a {
  line-height: 15px;
  color: #000;
  padding-left: 1.75em;
}

.header__compare a .icon {
  top: 50%;
  left: 0;
  width: 1.0625em;
  position: absolute;
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
}

.header__favorites a {
  color: #000;
  line-height: 15px;
  padding-left: 1.75em;
}

.header__favorites a .icon {
  width: 1.125em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
}

.header__basket a {
  color: #000;
  line-height: 15px;
  padding-left: 1.75em;
}

.header__basket a .icon {
  width: 1.125em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
}


.header__consultation {
  padding-top: 2.375rem;
  padding-bottom: 2.25rem;
  position: relative;
}

.header__consultation > a {
  color: #1D357C;
  line-height: 15px;
  padding-right: 0.75rem;
  padding-left: 1.5rem;
}

.header__consultation > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}

.header__consultation > a::after {
  width: 6px;
  height: 6px;
  right: 0;
  border-bottom: 1px solid #1d357c;
  border-right: 1px solid #1d357c;
  transform: translateX(0) translateY(-50%) rotate(45deg);
  -webkit-transform: translateX(0) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(0) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(0) translateY(-50%) rotate(45deg);
  -o-transform: translateX(0) translateY(-50%) rotate(45deg);
}

.header__consultation > a .icon {
  width: 1.0625rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
}

.header__consultation > a .icon svg {
  fill: #1d357c;
}

.header__consultation--bottom {
  position: absolute;
  background-color: #fff;
  right: 0;
  width: 274px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  z-index: -2;
  top: 5.625em;
  opacity: 0;
  visibility: hidden;
  padding: 2.5em 1.875em;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

.header__consultation--link {
  outline: none;
  border: none;
  text-decoration: none;
  display: block;
  line-height: 19px;
  position: relative;
  color: #000;
  margin-bottom: 1.4375em;
  padding-left: 1.875em;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

.header__consultation--link:hover {
  opacity: 0.8;
}

.header__consultation--link span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
  width: 1.125rem;
}

.header__consultation--link span svg {
  fill: #000;
}

.header__consultation--link:last-child {
  margin-bottom: 0;
}

.footer {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.footer__top {
  padding-top: 2.5em;
  padding-bottom: 2.875em;
}

.footer__top .page__flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
}

.footer__top--box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.footer__top--box:first-child {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.footer__top--box:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__top--catalog {
  padding-left: 15px;
  padding-right: 15px;
  display: none;
}

.footer__top--block {
  display: inline-block;
  vertical-align: top;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.footer__top--block:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.footer__top--block:first-child .footer__name {
  border-bottom: none;
  border-top: 1px solid rgba(119, 131, 167, 0.2);
}

.footer__top--block:last-child .footer__name:first-child {
  border-top: 1px solid rgba(119, 131, 167, 0.2);
}

.footer__top--block.active .footer__name--dropdown::after {
  border-top-color: #000;
  border-left-color: #000;
  border-bottom-color: transparent;
  border-right-color: transparent;
}

.footer__top--block.active .footer__top--catalog {
  display: block;
}

.footer__top--block .social {
  margin-top: 1.875em;
  padding-left: 15px;
  padding-right: 15px;
}

.footer__top--block ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.footer__top--block ul li {
  margin-bottom: 1.25em;
}

.footer__top--block ul li a {
  outline: none;
  border: none;
  text-decoration: none;
  color: #7783A7;
  line-height: 17px;
  font-size: 0.875em;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

.footer__top--block ul li a:hover {
  color: #1D357C;
}

.footer__top--desc {
  margin-bottom: 2.5em;
  display: none;
}

.footer__top--desc:first-child {
  display: block;
}

.footer__top--desc:last-child {
  margin-bottom: 0;
}

.footer__top--desc .name {
  color: #7783A7;
  line-height: 17px;
  font-size: 0.875em;
  margin-bottom: 5px;
}

.footer__top--desc .phone a, .footer__top--desc .email a {
  color: #000;
  line-height: 25px;
  font-size: 1.25em;
  font-weight: 600;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

.footer__top--desc .phone a:hover, .footer__top--desc .email a:hover {
  color: #7783A7;
}

.footer__top--desc .email a {
  outline: none;
  border: none;
  text-decoration: none;
}

.footer__top--desc .address {
  line-height: 24px;
  font-size: 1.25em;
  font-weight: 600;
}

.footer__top--desc .address span {
  display: block;
}

.footer__top--address {
  margin-top: 1.875em;
  padding-left: 15px;
  padding-right: 15px;
}

.footer__top--address .name {
  font-weight: 500;
  margin-bottom: 0.625em;
}

.footer__top--email .email a {
  color: #7783A7;
  text-decoration: underline;
  font-size: 0.875em;
}

.footer__bottom {
  padding-top: 1.8125em;
  padding-bottom: 2.4375em;
  border-top: 1px solid #c6c6c6;
}

.footer__bottom .page__flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__name {
  display: block;
  color: #000;
  line-height: 19px;
  outline: none;
  border: none;
  text-decoration: none;
  font-weight: 600;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0.875em;
  padding-bottom: 0.875em;
  position: relative;
  border-bottom: 1px solid rgba(119, 131, 167, 0.2);
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

.footer__name:hover {
  color: #1D357C;
}

.footer__name--dropdown {
  padding-right: 1.5em;
}

.footer__name--dropdown::after {
  content: "";
  display: block;
  position: absolute;
  right: 0.9375em;
  top: 45%;
  transform: translateX(0) translateY(-50%) rotate(45deg);
  -webkit-transform: translateX(0) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(0) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(0) translateY(-50%) rotate(45deg);
  -o-transform: translateX(0) translateY(-50%) rotate(45deg);
  width: 0.6875rem;
  height: 0.6875rem;
  border-style: solid;
  border-width: 2px;
  border-bottom-color: #000;
  border-right-color: #000;
  border-top-color: transparent;
  border-left-color: transparent;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;		  
}

.main__banner {
  position: relative;
/*  background: -webkit-gradient(linear, left bottom, left top, from(#E6E6E6), color-stop(15.72%, rgba(230, 230, 230, 0)));
  background: linear-gradient(0deg, #E6E6E6 0%, rgba(230, 230, 230, 0) 15.72%);*/
  background:url(/local/templates/opora/img/banner_bg.jpg) repeat-x;
}
.main__banner:after
{
	content: ' ';
	display: block;
	position: absolute;
	top: 100%;
	left: 0px;
	height: 20vh;
	width: 100%;

	background: #e6e6e6; 
	background: -moz-linear-gradient(top,  #e6e6e6 0%, #ffffff 75%); 
	background: -webkit-linear-gradient(top,  #e6e6e6 0%,#ffffff 75%); 
	background: linear-gradient(to bottom,  #e6e6e6 0%,#ffffff 75%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff',GradientType=0 ); 
}

.main__banner--box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  padding-top: 4.75em;
}

.main__banner--box .image {
  max-width: 380px;
  display: inline-block;
  vertical-align: middle;
}

.main__banner--box:first-child {
  padding-top: 3.75em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-bottom: 5.75em;
}

.main__banner--box .title {
  font-size: clamp(1.25em, 4vw, 2.625em);
  line-height: 1.3;
  font-weight: 500;
}

.main__banner--box .page__more {
  display: block;
  margin-top: 1.75em;
}

.main__banner--price {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
}

.main__banner--price .new-price {
  color: #1D357C;
  font-size: 1.625em;
  line-height: 1.4;
  font-weight: 600;
}

.main__banner--price .old-price {
  color: #7783A7;
  line-height: 1.2;
  font-size: 0.75em;
}

.main__banner--slider .page__flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.main__banner--number {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3%;
}

.main__banner--slide {
  max-width: 100%;
}
.main__banner--slide.slick-slider .slick-track 
{
}

.main__banner--slide .item {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  color: #7783A7;
  line-height: 15px;
  font-size: 0.8125em;
  text-align: center;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  outline: none;
  border: none;
}

.main__banner--slide .item.slick-current {
  color: #1D357C;
  font-weight: 600;
}

.main__banner--slide .slick-dots {
  height: 1px;
  bottom: -0.9375em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(119, 131, 167, 0.2);
}

.main__banner--slide .slick-dots li {
  margin: 0;
  height: 1px;
}

.main__banner--slide .slick-dots li.slick-active button {
  background-color: #1D357C;
  animation: width 2.5s linear forwards;
  -webkit-animation: width 2.5s linear forwards;
}

.main__banner--slide .slick-dots li button {
  padding: 0;
  width: 100%;
  height: 1px;
}

.main__banner--slide .slick-dots li button::before {
  content: none;
}

.main__popular {
  position: relative;
  padding-top: 3.75em;
}

.main__popular .page__flex {
  margin-left: -0.6875em;
  margin-right: -0.6875em;
}

.main__popular--item {
  padding-left: 0.6875em;
  padding-right: 0.6875em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.main__popular--item .cart {
  min-height: 364px;
}

.main__popular--item .cart__indent {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}

.main__popular--block {
  margin-top: 1.75em;
  display: none;
}

.main__popular--slider {
  margin-left: -0.675em;
  margin-right: -0.6875em;
  margin-top: 1.875em;
}

.main__popular--slider .slick-list {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.main__popular--slider .item {
  padding-left: 0.6875em;
  padding-right: 0.6875em;
}

.main__popular--link {
  outline: none;
  border: none;
  text-decoration: none;
  position: relative;
  padding-left: 1.5em;
  font-size: 0.9375em;
  line-height: 1.2;
  display: inline-block;
  color: #1D357C;
  margin-top: 1.875em;
  font-weight: 500;
}

.main__popular--link span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1rem;
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
}

.main__popular--link span svg {
  fill: #1D357C;
}

.main__bottom {
  padding-bottom: 10.37em;
  padding-top: 8.5625em;
}

.main__bottom--title {
  color: #000;
  font-size: clamp(1.875em, 4vw, 4.375em);
  line-height: 1.7;
  margin-bottom: 0.9375rem;
  font-weight: 500;
}

.main__sertificate {
  padding-top: 6.25em;
  padding-bottom: 3.75em;
}

.main__sertificate .page__flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main__sertificate--box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  min-height: 367px;
}

.main__sertificate--box:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  position: absolute;
  top: 1.875em;
  left: 0;
  right: 0;
  z-index: 1;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}

.main__sertificate--box h2 {
  font-size: 0.9375em;
  line-height: 1.4;
  max-width: 450px;
  padding-left: 0.625em;
  padding-right: 0.625em;
}

.main__sertificate--box h2 span {
  color: #1D357C;
}

.main__sertificate--box .page__more {
  margin-top: 2.5em;
  display: none;
}

.main__sertificate--slider {
  margin-top: 1.875em;
}

.main__sertificate--slider .item {
  position: relative;
  padding-left: 0.6875em;
  padding-right: 0.6875em;
}

.main__sertificate--top {
  margin-bottom: 1.875em;
}

.main__sertificate--image {
  position: relative;
  height: 100%;
}

.main__sertificate--image .text {
  position: absolute;
  max-width: 300px;
  bottom: 10%;
  font-size: 0.75rem;
  line-height: 20px;
  color: #768DA4;
  padding-left: 0.625em;
  padding-right: 0.625em;
}

.main__sertificate--image .image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.main__sertificate--image .image img {
  opacity: 0;
  visibility: hidden;
}

.main__sertificate--slide {
  top: 0;
  max-width: 100%;
  display: inline-block;
  z-index: 1;
}

.main__sertificate--slide .item {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  color: #7783A7;
  line-height: 15px;
  font-size: 0.8125em;
  text-align: center;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  outline: none;
  border: none;
}

.main__sertificate--slide .item.slick-current {
  color: #1D357C;
  font-weight: 600;
}

.main__sertificate--slide .slick-dots {
  height: 1px;
  bottom: -0.9375em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(119, 131, 167, 0.2);
}

.main__sertificate--slide .slick-dots li {
  margin: 0;
  height: 1px;
}

.main__sertificate--slide .slick-dots li.slick-active button {
  background-color: #1D357C;
  animation: width 2.5s linear forwards;
  -webkit-animation: width 2.5s linear forwards;
}

.main__sertificate--slide .slick-dots li button {
  padding: 0;
  width: 100%;
  height: 1px;
}

.main__sertificate--slide .slick-dots li button::before {
  content: none;
}

.main__new {
  padding-top: 10.3125em;
  padding-bottom: 3.75em;
}

.main__new--top .page__flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main__new .page__more {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-left: 1.25rem;
}

.main__new--block {
  margin-top: 2.5em;
}

.main__new--block .main__new--bottom {
  display: none;
}

.main__new--button {
  margin-top: 1.875em;
  text-align: center;
}

.main__new--button a {
  outline: none;
  border: none;
  text-decoration: underline;
  color: #7783A7;
}

.main__new--slider {
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main__new--slider .item {
  outline: none;
  border: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  max-width: 49%;
  margin-bottom: 0.625em;
}

.main__new--bottom {
  margin-top: 2.5em;
}

.main__new--bottom .page__flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main__new--count {
  color: #7783A7;
  line-height: 20px;
  padding-left: 0.625em;
  padding-right: 0.625em;
}

.main__new--line {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  max-width: 70%;
  height: 1px;
  background-color: rgba(119, 131, 167, 0.2);
}

.main__new--arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main__new--arrow .arrow {
  width: 1.0625em;
  outline: none;
  border: none;
  text-decoration: none;
}

.main__new--arrow .arrow span svg {
  fill: #1D357C;
}

.main__indent {
  padding-top: 5rem;
}

.main__catalog {
  padding-bottom: 11.25rem;
}

.main__catalog--block {
  margin-top: 3.125em;
}

.main__catalog--desc .page__flex {
  margin-left: -0.6875em;
  margin-right: -0.6875em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main__catalog--item {
  padding-left: 0.6875em;
  padding-right: 0.6875em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.main__catalog--item:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-bottom: 1.25em;
}

.main__catalog--item .item {
  padding-left: 0.6875em;
  padding-right: 0.6875em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 1.25em;
}

.main__catalog--info {
  max-width: 900px;
  font-size: 1.0625em;
  line-height: 1.4;
  margin-top: 7.5rem;
  margin-bottom:4.5rem;
}

.main__catalog--info a {
  outline: none;
  border: none;
  position: relative;
  white-space: nowrap;
  display: inline;
  color: #1D357C;
  text-decoration: none;
}

.main__catalog--info a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  bottom: 0;
  background-color: #1d357c;
}

.main__category {
  padding-bottom: 8.625em;
}

.main__category--slider .item {
  background-color: #F3F6F9;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  outline: none;
  border: none;
}

.main__category--slider .item__box {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  max-width: 45%;
}

.main__category--slider .item__box .percent {
  background-color: #1D357C;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  color: #fff;
  font-size: 1.375em;
  font-weight: bold;
  line-height: 27px;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: inline-block;
  position: absolute;
  left: 5%;
  bottom: 7%;
}

.main__category--slider .item .page__flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main__category--slider .item .info {
  padding-left: 5rem;
  padding-top: 4.75em;
}

.main__category--slider .item .title {
  color: #000;
  line-height: 32px;
  font-size: 1.625em;
  font-weight: 600;
  margin-bottom: 1.25rem;
}

.main__category--slider .item .text {
  color: #7783A7;
  line-height: 24px;
}

.main__category--slider .item .text span {
  display: block;
}

.main__category--slide {
  position: absolute;
  right: 42%;
  top: 30%;
  max-width: 194px;
  display: inline-block;
  z-index: 1;
  transform: translateX(50%) translateY(0);
  -webkit-transform: translateX(50%) translateY(0);
  -moz-transform: translateX(50%) translateY(0);
  -ms-transform: translateX(50%) translateY(0);
  -o-transform: translateX(50%) translateY(0);
}

.main__category--slide .item {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  color: #7783A7;
  line-height: 15px;
  font-size: 0.8125em;
  text-align: center;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  outline: none;
  border: none;
}

.main__category--slide .item.slick-current {
  color: #1D357C;
  font-weight: 600;
}

.main__category--slide .slick-dots {
  height: 1px;
  bottom: -0.9375em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(119, 131, 167, 0.2);
}

.main__category--slide .slick-dots li {
  margin: 0;
  height: 1px;
}

.main__category--slide .slick-dots li.slick-active button {
  background-color: #1D357C;
  animation: width 2.5s linear forwards;
  -webkit-animation: width 2.5s linear forwards;
}

.main__category--slide .slick-dots li button {
  padding: 0;
  width: 0;
  height: 1px;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

.main__category--slide .slick-dots li button::before {
  content: none;
}

.main__category--top {
  position: relative;
  display: none;
}

.main__category--block {
  margin-top: 1.25em;
}

.main__category--block .sorting {
  margin-top: 1.6875rem;
}

.main__category--block > .page__flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main__category--box {
  padding-top: 2.5em;
}

.main__category--box .page__flex {
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main__category--box .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  max-width: 49%;
  margin-bottom: 0.625em;
}

.main__category--box .item .card__indent {
  padding-left: 1.25em;
  padding-right: 1.25em;
}

.main__category--left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.main__category--right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  display: none;
}

.main__category--list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.main__category--list ul li {
  position: relative;
  margin-bottom: 1.25em;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

.main__category--list ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: url(../img/icon/more-arr.svg);
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  opacity: 0;
}

.main__category--list ul li.active {
  padding-left: 1.6875em;
}

.main__category--list ul li.active::before {
  opacity: 1;
}

.main__category--list ul li.active a {
  color: #1D357C;
}

.main__category--list ul li a {
  display: block;
  outline: none;
  border: none;
  text-decoration: none;
  color: #7783A7;
  line-height: 20px;
  font-size: 0.9375em;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

.main__category--popular {
  margin-top: 6.25em;
}

.main__category--popular .block {
  margin-top: 2.5em;
  display: none;
}

.main__category--popular .block .slick-list {
  padding: 5px 0;
}

.main__category--popular .block .page__flex {
  margin-left: -0.687em;
  margin-right: -0.6875em;
}

.main__category--popular .block .item {
  padding-left: 0.6875em;
  padding-right: 0.6875em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.main__category--popular .block .item .cart {
  min-height: 364px;
}

.main__category--popular_slider {
  margin-left: -0.6875em;
  margin-right: -0.6875em;
  margin-top: 1.875em;
}

.main__category--popular_slider .item {
  padding-left: 0.6875em;
  padding-right: 0.6875em;
}

.main__category--popular_slider .item .cart__indent {
  padding-left: 0.6875em;
  padding-right: 0.6875em;
}

.main__category--popular_slider .slick-list {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.main__company {
  padding-bottom: 6.9375em;
  overflow-x: hidden;
}

.main__company--block .box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.main__company--block .box:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 1.375em;
}

.main__company--info {
  line-height: 1.3;
  font-size: 0.9375em;
  margin-bottom: 3.125em;
}

.main__company--info a {
  outline: none;
  border: none;
  text-decoration: none;
  color: #1D357C;
}

.main__company--number {
  margin-bottom: 4.125em;
}

.main__company--number > .page__flex {
  margin-left: -0.9375em;
  margin-right: -0.9375em;
}

.main__company--number .item {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.1875em;
}

.main__company--number .item:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 0;
}

.main__company--number .numb {
  color: #1D357C;
  padding-right: 0.625rem;
  font-size: clamp(1.85rem, 4vw, 5rem);
}

.main__company--number .info {
  color: #5F6B8F;
  line-height: 1.2;
  font-size: 0.875em;
  position: relative;
  padding-left: 0.875em;
}

.main__company--number .info span {
  display: block;
}

.main__company--number .info::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "-";
}

.main__company--text .text {
  font-size: 0.9375em;
}

.main__company--text .text p {
  margin: 0 0 1.5em;
}

.main__company--inner {
  padding-top: 3.625em;
  padding-bottom: 3.5625em;
}

.main__company--inner .main__new--bottom {
  display: none;
}

.main__company--slider {
  margin-left: -0.9375em;
  margin-right: -0.9375em;
}

.main__company--slider .item {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}

.main__company--slider .image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.main__company--slider .slick-dots {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}

.main__company--slider .slick-dots li {
  margin: 0;
  height: 1px;
  background-color: rgba(119, 131, 167, 0.2);
}

.main__company--slider .slick-dots li.slick-active button::before {
  width: 100%;
}

.main__company--slider .slick-dots li button {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 1px;
  font-size: 0;
}

.main__company--slider .slick-dots li button::before {
  content: "";
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  height: 1px;
  width: 0;
  background-color: #1D357C;
}

.main__company--bottom .box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.main__company--desc {
  margin-top: 3.75em;
}

.main__company--desc h3 {
  margin-bottom: 1.875rem;
}

.main__company--desc h3 span {
  color: #1D357C;
}

.main__action--inner {
  margin-top: 1.875em;
}

.main__action--inner > .page__flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main__action--filter {
  margin-top: 1.5em;
}

.main__action--filter .filter-link {
  outline: none;
  border: none;
  text-decoration: none;
  color: #1D357C;
  line-height: 1.2;
  font-size: 0.875em;
  display: inline-block;
  position: relative;
  padding-left: 1.5em;
}

.main__action--filter .filter-link span {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
}

.main__action--top {
  position: relative;
  display: none;
}

.main__action--slider {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  filter: drop-shadow(0px 0px 30px rgba(29, 53, 124, 0.08));
  -webkit-filter: drop-shadow(0px 0px 30px rgba(29, 53, 124, 0.08));
  -webkit-box-shadow: 0px 0px 30px rgba(29, 53, 124, 0.08);
          box-shadow: 0px 0px 30px rgba(29, 53, 124, 0.08);
}

.main__action--slider .item {
  background-color: #fff;
  position: relative;
  min-height: 350px;
}

.main__action--slider .item .page__flex {
  height: 100%;
  min-height: 350px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main__action--slider .item__box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
  max-width: 55%;
}

.main__action--slider .item__box:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
  padding-top: 8.75em;
  padding-left: 0.9375em;
}

.main__action--slider .item .image {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.main__action--slider .item .image img {
  opacity: 0;
  visibility: hidden;
}

.main__action--slider .title {
  line-height: 1.4;
  font-size: clamp(1.25rem, 3vw, 2rem);
  font-weight: 600;
}

.main__action--left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.main__action--left > .page__flex {
  margin-left: -0.9375em;
  margin-right: -0.9375em;
}

.main__action--left .item {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 2.5rem;
}

.main__action--item {
  display: block;
  outline: none;
  border: none;
  text-decoration: none;
}

.main__action--image {
  filter: drop-shadow(0px 0px 30px rgba(29, 53, 124, 0.08));
  -webkit-filter: drop-shadow(0px 0px 30px rgba(29, 53, 124, 0.08));
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  position: relative;
  background-color: #fff;
}

.main__action--image .image {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  min-height: 210px;
}

.main__action--image .image img {
  opacity: 0;
  visibility: hidden;
}

.main__action--image .action {
  position: absolute;
  left: 1.625em;
  bottom: 5%;
  color: #fff;
  line-height: 25px;
  text-align: center;
  font-size: 1.25em;
  font-weight: bold;
  width: 81px;
  background-color: #1D357C;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding-top: 0.6875em;
  padding-bottom: 0.6875em;
}

.main__action--desc {
  padding-top: 1.875em;
}

.main__action--desc .name {
  color: #000000;
  line-height: 28px;
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.main__action--desc .text {
  color: #7783A7;
  line-height: 19px;
  font-size: 0.9375em;
}

.main__action--right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  display: none;
}

.main__action--right .checked {
  margin-bottom: 1.5em;
}

.main__action--slide {
  max-width: 194px;
  display: inline-block;
  position: absolute;
  top: 20%;
  left: 0.9375em;
  z-index: 1;
}

.main__action--slide .item {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  color: #7783A7;
  line-height: 15px;
  font-size: 0.8125em;
  text-align: center;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  outline: none;
  border: none;
}

.main__action--slide .item.slick-current {
  color: #1D357C;
  font-weight: 600;
}

.main__action--slide .slick-dots {
  height: 1px;
  bottom: -0.9375em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(119, 131, 167, 0.2);
}

.main__action--slide .slick-dots li {
  margin: 0;
  height: 1px;
}

.main__action--slide .slick-dots li.slick-active button {
  background-color: #1D357C;
  animation: width 2.5s linear forwards;
  -webkit-animation: width 2.5s linear forwards;
}

.main__action--slide .slick-dots li button {
  padding: 0;
  width: 0;
  height: 1px;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

.main__action--slide .slick-dots li button::before {
  content: none;
}

.main__delivery--block {
  padding-top: 2.4325em;
  margin-left: -15px;
  margin-right: -15px;
}

.main__delivery--block > .page__flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main__delivery--block .box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.main__delivery--block .box:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  display: none;
}

.main__delivery--box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.main__delivery--head {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-bottom: 1.875rem;
  padding-top: 1.875rem;
  font-size: clamp(1rem, 3vw, 1.875rem);
  line-height: 1.35;
  font-weight: 600;
  text-align: center;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  color: #fff;
  background-color: #1D357C;
}

.main__delivery--item {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  font-size: 0.8175rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.22;
  position: relative;
}

.main__delivery--item:nth-child(even) {
  background-color: #F3F6F9;
}

.main__delivery--item ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.main__delivery--item ul li {
  position: relative;
  padding-left: 0.875em;
  margin-bottom: 0.625rem;
}

.main__delivery--item ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "-";
}

.main__delivery--item ul li a {
  color: #000;
  outline: none;
  border: none;
  text-decoration: none;
}

.main__delivery--item > ul {
  margin-top: 0.9375em;
}

.main__delivery--item strong {
  color: #1D357C;
}

.main__delivery--item .text {
  margin-bottom: 1.25em;
}

.main__delivery--item .text p {
  margin: 0.875em 0 0;
}

.main__delivery--item .text ul {
  margin-top: 0.625em;
}

.main__delivery--item .text a {
  color: #000;
  outline: none;
  border: none;
  text-decoration: none;
}

.main__delivery--item .desc {
  margin-bottom: 1.25em;
}

.main__delivery--desc {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
 /* -ms-flex-wrap: wrap;
      flex-wrap: wrap;*/
}

img
{
	max-width: 100%;
}
#panel
{
	display: none;
}
@media (min-width: 992px)
{
	#panel {display: block;}
}

.main__delivery--desc .numb {
  color: #1D357C;
  font-size: 4.5rem;
}

.main__delivery--desc .title {
  font-size: 1.25em;
  line-height: 1.35;
  font-weight: 500;
  padding-left: 1.25rem;
  padding-top: 3.125rem;
}

.main__delivery--desc .title span {
  display: block;
}

.main__comparison {
  padding-bottom: 6.1875em;
}

.main__comparison--top > .page__flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main__comparison--top .box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.main__comparison--top .box:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.main__comparison--top .box .page__flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main__comparison--title {
  position: relative;
  padding-right: 1.5em;
  margin-bottom: 1.875rem;
}

.main__comparison--title .pensil {
  outline: none;
  border: none;
  text-decoration: none;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
}

.main__comparison--box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  max-width: 49%;
}

.main__comparison--name {
  padding-top: 2.5em;
  line-height: 19px;
  font-weight: 500;
  margin-bottom: 3.125em;
  display: none;
}

.main__comparison--price {
  line-height: 19px;
  font-weight: 500;
  display: none;
}

.main__comparison--cart {
  max-width: 269px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.main__comparison--cart .price {
  color: #7783A7;
  font-size: 1.125em;
  line-height: 20px;
  display: none;
}

.main__comparison--cart .card__flex {
  opacity: 0;
  display: none;
}

.main__comparison--cart .card__name {
  font-size: 0.625em;
}

.main__comparison--cart .card__ammount {
  display: block;
  color: #7783A7;
  font-size: 0.625em;
  line-height: 1.2;
  margin-top: 0.9375em;
}

.main__comparison .main__accordion {
  margin-top: 1.875rem;
}

.main__comparison--specification {
  background-color: #F3F6F9;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  margin-top: 1.875em;
  font-weight: 500;
}

.main__comparison--inner {
  margin-top: 1.875em;
}

.main__comparison--inner .name {
  margin-bottom: 2.5em;
  text-align: center;
  font-weight: 500;
}

.main__comparison--inner .box .page__flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main__comparison--inner .box .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  max-width: 49%;
}

.main__comparison--inner .box .item .price {
  color: #7783A7;
}

.main__accordion--block {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.main__accordion--block > .page__flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main__accordion--box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.main__accordion--box:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.main__accordion--body > .page__flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main__accordion--item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  max-width: 49%;
}

.main__accordion--item .text {
  line-height: 20px;
  font-size: 0.8175rem;
}

.main__accordion--item .text p {
  margin: 0 0 1.25rem;
}

.main__accordion--item .list-check ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.main__accordion--item .list-check ul li {
  position: relative;
  padding-left: 0.9375em;
  margin-bottom: 0.875em;
  font-size: 0.8125em;
}

.main__accordion--item .list-check ul li:last-child {
  margin-bottom: 0;
}

.main__accordion--item .list-check ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  line-height: 0;
  content: url(../img/icon/list-check.svg);
}

.main__accordion--item .list-del ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.main__accordion--item .list-del ul li {
  position: relative;
  padding-left: 0.9375em;
  margin-bottom: 0.875em;
  font-size: 0.8125em;
}

.main__accordion--item .list-del ul li:last-child {
  margin-bottom: 0;
}

.main__accordion--item .list-del ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  line-height: 0;
  content: url(../img/icon/list-del.svg);
}

.main__accordion--name {
  color: #000;
  outline: none;
  border: none;
  text-decoration: none;
  display: block;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2.5em;
  position: relative;
  line-height: 1.19;
}

.main__favorites {
  padding-bottom: 1.875rem;
}

.main__favorites--top > .page__flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main__favorites--top .sorting {
  display: none;
}

.main__favorites--block {
  padding-top: 1.875em;
}

.main__favorites--block > .page__flex {
  margin-left: -0.9375em;
  margin-right: -0.9375em;
}

.main__favorites--block .item {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 0.625em;
}

.main__favorites--cart {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

.main__favorites--cart .price {
  color: #7783A7;
  font-size: 1.125em;
  line-height: 20px;
}

.main__favorites--cart .card__indent {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.main__favorites--cart .card__name {
  font-size: 0.625em;
}

.main__error {
  height: 100vh;
  background: -webkit-gradient(linear, left top, left bottom, from(#F3F6F9), to(rgba(243, 246, 249, 0)));
  background: linear-gradient(180deg, #F3F6F9 0%, rgba(243, 246, 249, 0) 100%);
}

.main__error .page__wrap {
  height: 100%;
}

.main__error--block {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
  text-align: center;
}

.main__error--block img {
  margin: 0 auto;
}

.main__error--link {
  outline: none;
  border: none;
  text-decoration: none;
  color: #1D357C;
  letter-spacing: 0.01em;
  line-height: 30px;
  font-size: 1.875rem;
  margin-top: 1.75em;
  display: inline-block;
  padding-left: 3.125rem;
  position: relative;
}

.main__error--link::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  content: url(../img/icon/left-arr.svg);
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
}

.main__contact--block > .page__flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main__contact--item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.main__contact--item:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 3.125em;
}

.main__contact--wrap {
  margin-left: -15px;
  margin-right: -15px;
  background-color: #F3F6F9;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.main__contact--messenger a {
  display: inline-block;
  vertical-align: middle;
  outline: none;
  border: none;
  text-decoration: none;
  font-size: 1.125em;
  line-height: 1.2;
  color: #000;
  margin-right: 1.5rem;
}

.main__contact--messenger a:last-child {
  margin-right: 0;
}

.main__contact--box {
  margin-top: 1.875rem;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.main__contact--box .name {
  color: #7783A7;
  font-size: 0.875rem;
  line-height: 16px;
  margin-bottom: 6px;
}

.main__contact--box .phone a {
  color: #000;
  line-height: 1.25;
  font-size: 1.125em;
}

.main__contact--box .address {
  font-size: 1.25em;
  line-height: 24px;
}

.main__contact--box .address span {
  display: block;
}

.main__contact--box .email a {
  outline: none;
  border: none;
  text-decoration: none;
  color: #000;
  line-height: 1.25;
  font-size: 1.125em;
}

.main__contact--map {
  position: relative;
  min-height: 427px;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 3.125em;
}

.main__contact--map #map {
  height: 100%;
  position: absolute;
  width: 100%;
}

.main__contact--rekvizit .subtitle {
  text-transform: uppercase;
  font-weight: 500;
  line-height: 24px;
  margin-top: 1.8125em;
}

.main__contact--flex {
  margin-top: 0.9375em;
}

.main__contact--flex .box {
  display: inline-block;
  margin-right: 2em;
}

.main__contact--flex .box:last-child {
  margin-right: 0;
}

.main__contact--flex .name {
  color: #7783A7;
  line-height: 1.26;
}

.main__contact--flex span {
  display: block;
  line-height: 1.26;
}

.main__contact--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 10.625em;
}

@-webkit-keyframes width {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes width {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.form__group {
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}

.form__group input {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  height: 38px;
  border: none;
  padding: 7px 10px;
  border-bottom: 2px solid #1A1A1A;
}

.form__group input:focus {
  outline: none;
}

.form__group input:focus ~ label {
  top: -1.375em;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  left: 0;
}

.form__group input.used ~ label,
.form__group textarea.used ~ label
{
  top: -1.375em;
  left: 0;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}

.form__group label {
  color: #7783A7;
  position: absolute;
  top: 5px;
  display: block;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

.form__header-search--group {
  position: relative;
}

.form__header-search--group input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  outline: none;
  border: none;
  background-color: #F3F6F9;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  height: 38px;
  color: #7783A7;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 16px;
  padding-top: 7px;
  padding-left: 1.25em;
  padding-bottom: 7px;
  padding-right: 1.625em;
}

.form__header-search--group .icon {
  position: absolute;
  top: 50%;
  right: 0.875em;
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.form__popup .name {
  line-height: 26px;
  font-size: clamp(1.0625em, 3vw, 1.375em);
  color: #171717;
}

.form__popup > .page__flex {
  margin-left: -0.9375em;
  margin-right: -0.9375em;
}

.form__popup--group {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-top: 1.25rem;
}

.form__popup--box {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-top: 1.25rem;
}

.form__popup--item {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-top: 1.25rem;
}

.form__popup--select {
  position: relative;
  margin-top: 0.9375em;
}

.form__popup--select select {
  background-color: #F5F7F9;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  height: 41px;
  outline: none;
  border: none;
  color: #5F6B8F;
  line-height: 17px;
  font-size: 0.875em;
  padding: 0.625em 0.75em;
}

.form__popup--bottom {
  padding-top: 1.25em;
}

.form__popup--bottom > .page__flex {
  margin-left: -0.9375em;
  margin-right: -0.9375em;
}

.form__popup--bottom .politic {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  color: #7783A7;
  line-height: 13px;
  font-size: 0.75em;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  margin-bottom: 0.625rem;
}

.form__popup--bottom .politic a {
  outline: none;
  border: none;
  text-decoration: underline;
  color: #7783A7;
}

.form__popup--button {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.form__popup--button .page__btn {
  min-width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.form__modal > .page__flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form__modal--block > .page__flex {
  margin-left: -0.9375em;
  margin-right: -0.9375em;
}

.form__modal .name {
  line-height: 26px;
  font-size: 1.375em;
  color: #171717;
}

.phone a {
  display: block;
  outline: none;
  border: none;
  text-decoration: none;
  font-weight: 500;
  position: relative;
}

.logo {
  display: inline-block;
  vertical-align: middle;
  outline: none;
  border: none;
  text-decoration: none;
}

.coopyright {
  color: #000;
  font-size: 0.875em;
  line-height: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 1.25rem;
}

.social a {
  outline: none;
  border: none;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.9375em;
}

.social a:last-child {
  margin-right: 0;
}

.cart {
  position: relative;
  overflow: hidden;
  border-radius: 0.625em;
  -webkit-border-radius: 0.625em;
  -moz-border-radius: 0.625em;
  -ms-border-radius: 0.625em;
  -o-border-radius: 0.625em;
  height: 100%;
  -webkit-box-shadow: 0px 0px 5px rgba(29, 53, 124, 0.08);
          box-shadow: 0px 0px 5px rgba(29, 53, 124, 0.08);
}

.cart__white {
  background-color: #fff;
}

.cart__main {
  background-color: #1D357C;
}

.cart__main--all {
  color: #fff;
  line-height: 18px;
  font-size: 0.9375em;
  position: relative;
  padding-left: 1.5em;
}

.cart__main--all span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
  width: 1rem;
}

.cart__main--all span svg {
  fill: #fff;
}

.cart__main--bottom {
  color: #fff;
}

.cart__main--bottom .numb {
  font-size: 5rem;
  line-height: 94px;
  font-weight: 600;
}

.cart__main--bottom span {
  display: block;
  font-size: 0.9375em;
  opacity: 0.5;
  line-height: 1.2;
  margin-top: 7px;
}

.cart__bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.cart__bg::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55.46%, rgba(255, 255, 255, 0)), color-stop(75.36%, rgba(255, 255, 255, 0.71)), color-stop(94.88%, #FFFFFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 55.46%, rgba(255, 255, 255, 0.71) 75.36%, #FFFFFF 94.88%);
}

.cart__bg img {
  opacity: 0;
  visibility: hidden;
}

.cart__bg--bottom {
  position: absolute;
  left: 0;
  right: 0;
  padding-left: 0.75em;
  padding-right: 0.75em;
  bottom: 6%;
}

.cart__bg--bottom .name {
  line-height: 29px;
  font-size: 0.9375em;
  color: #000;
}

.cart a {
  display: block;
  outline: none;
  border: none;
  height: 100%;
  text-decoration: none;
  position: relative;
}

.cart__indent {
  padding-top: 1.875em;
  padding-bottom: 1.5em;
  padding-left: 0.625em;
  padding-right: 0.625em;
  height: 100%;
}

.cart__indent .image {
  margin-bottom: 2.5em;
}

.cart__indent .image img {
  margin: 0 auto;
}

.cart__indent .name {
  color: #000;
  line-height: 19px;
  font-size: 0.8125rem;
  margin-bottom: 0.625em;
}

.cart__indent .name span {
  display: block;
}

.cart__indent--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.cart__product {
  color: #7783A7;
  line-height: 20px;
  font-size: 0.9375em;
}

.cart-product {
  padding-bottom: 2.9375em;
}

.cart-product__block {
  padding-top: 1.875em;
}

.cart-product__block > .page__flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cart-product__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.cart-product__left--slider {
  margin-bottom: 1.5em;
  display: none;
}

.cart-product__left--slider .item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-color: #F3F6F9;
}

.cart-product__left--slider .item img {
  margin: 0 auto;
}

.cart-product__left--desc {
  display: none;
}

.cart-product__left--desc > .page__flex {
  margin-left: -0.75em;
  margin-right: -0.75em;
}

.cart-product__left--desc .item {
  padding-left: 0.75em;
  padding-right: 0.75em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 1.5rem;
}

.cart-product__left--desc .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  outline: none;
  border: none;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-color: #F3F6F9;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.cart-product__left--block {
  padding-top: 3em;
}
.tab__item
{
	padding: 0px 20px;
}

.cart-product__left--bottom {
  display: block;
  margin-top: 4.375em;
}

.cart-product__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
  display: none;
}

.cart-product__right--block {
  margin-top: 2.6875em;
}

.cart-product__right--block > .page__flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cart-product__right--block .price {
  vertical-align: middle;
  color: #1D357C;
  font-size: 1.275rem;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 0.9375rem;
}

.cart-product__right--block .icon {
  display: inline-block;
  vertical-align: middle;
  width: 1.25em;
  outline: none;
  border: none;
  text-decoration: none;
  margin-right: 1.25rem;
}

.cart-product__right--block .icon:last-child {
  margin-right: 0;
}

.cart-product__right--block .icon svg {
  fill: #7783A7;
}

.cart-product__right--block .box:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.cart-product__right--block .box:last-child {
  display: none;
}

.cart-product__similar {
  padding-top: 8.25em;
}

.cart-product__similar .page__more {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-left: 1.25em;
}

.cart-product__similar--block {
  margin-top: 1.875em;
}

.cart-product__similar--block .main__new--bottom {
  display: none;
}

.cart-product__similar--block .main__new--arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22%;
          flex: 0 0 22%;
  max-width: 22%;
}

.cart-product__similar--block .main__new--line {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 67%;
          flex: 0 0 67%;
  max-width: 67%;
}

.cart-product__similar--slider {
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cart-product__similar--slider .item {
  outline: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  max-width: 49%;
  margin-bottom: 6px;
}

.cart-product__similar--button {
  text-align: center;
  margin-top: 1.7em;
}

.cart-product__similar--button a {
  outline: none;
  border: none;
  text-decoration: underline;
  color: #7783A7;
  line-height: 1.2;
}

.cart-product__code {
  color: #5F6B8F;
  opacity: 0.5;
  font-size: 0.9375em;
  line-height: 20px;
  margin-top: 0.625rem;
}

.cart-product__size {
  margin-top: 2.75em;
  font-size: 0.9375em;
  line-height: 20px;
  margin-bottom: 1.875rem;
}

.cart-product__size ul {
  padding: 0;
  margin: 0.875rem 0 0;
  list-style-type: none;
}

.cart-product__size ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.9375em;
}

.cart-product__size ul li:last-child {
  margin-right: 0;
}

.cart-product__size ul li.active a {
  color: #1D357C;
  background-color: #fff;
  border-color: #1D357C;
}

.cart-product__size ul li a {
  outline: none;
  border: 1px solid rgba(234, 238, 242, 0.5);
  text-decoration: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: rgba(234, 238, 242, 0.5);
  color: #5F6B8F;
  line-height: 20px;
  font-size: 0.875em;
/*  width: 2.25rem;*/
  height: 2.25rem;
	padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}
.offer-property{
	margin-bottom:1em;
}
.cart-product__link {
  display: inline-block;
  outline: none;
  border: none;
  white-space: nowrap;
  position: relative;
  color: #5F6B8F;
  line-height: 20px;
  font-size: 0.9375em;
  text-decoration: none;
}

.cart-product__link::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  height: 1px;
  background-color: #5F6B8F;
}

.cart-product__slider {
  position: relative;
}

.cart-product__slider .item {
  background-color: #F3F6F9;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  position: relative;
  overflow: hidden;
  padding-top: 1.2em;
  padding-bottom: 1.25em;
}

.cart-product__slider .item img {
  margin: 0 auto;
}

.cart-product__slider .arrow {
  width: 1.0625em;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
}

.cart-product__slider .arrow__next {
  right: 0.9375em;
}

.cart-product__slider .arrow__prev {
  left: 0.9375em;
}

.cart-product__slider .arrow span svg {
  fill: #1D357C;
}

.cart-product__slider .slick-dots li {
  padding: 0;
  margin: 0;
  height: 2px;
  background-color: rgba(119, 131, 167, 0.2);
}

.cart-product__slider .slick-dots li.slick-active button {
  width: 100%;
}

.cart-product__slider .slick-dots li button {
  padding: 0;
  height: 2px;
  width: 0;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  background-color: #1D357C;
}

.cart-product__slider .slick-dots li button::before {
  content: none;
}

.card {
  height: 100%;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  position: relative;
  overflow: hidden;
  background-color: #F3F6F9;
}

.card__indent {
  padding-top: 1.5em;
  padding-bottom: 1.875em;
  padding-left: 0.6875em;
  padding-right: 0.6875em;
  height: 100%;
  position: relative;
}

.card__close {
  position: absolute;
  width: 0.9375em;
  height: 0.9375em;
  display: inline-block;
  outline: none;
  border: none;
  text-decoration: none;
  top: 0.9375em;
  right: 5%;
  z-index: 10;
}

.card__close::before, .card__close::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  height: 1px;
  top: 50%;
  background-color: #000;
}

.card__close::before {
  transform: translateX(0) translateY(-50%) rotate(45deg);
  -webkit-transform: translateX(0) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(0) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(0) translateY(-50%) rotate(45deg);
  -o-transform: translateX(0) translateY(-50%) rotate(45deg);
}

.card__close::after {
  transform: translateX(0) translateY(-50%) rotate(-45deg);
  -webkit-transform: translateX(0) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(0) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(0) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(0) translateY(-50%) rotate(-45deg);
}

.card__image {
  margin: 0 auto 1.25em;
  position: relative;
  max-width: 180px;
}

.card__image img {
  margin: 0 auto;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

.card__image img.def {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
}

.card__image img.curr {
  opacity: 0;
}

.card__inner {
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  opacity: 1;
  margin-bottom: 1.25em;
}

.card__inner a {
  outline: none;
  border: none;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  margin-right: 0.625em;
  width: 1.0625em;
}

.card__inner a svg {
  fill: #7783A7;
}

.card__name {
  outline: none;
  border: none;
  text-decoration: none;
  color: #000;
  display: block;
  font-size: 0.8125em;
  line-height: 17px;
  margin-bottom: 0.9375rem;
}

.card__name:focus {
  outline: none;
  border: none;
}

.card .price {
  color: #7783A7;
  font-size: 1.125em;
  line-height: 20px;
}

.card__flex {
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.6875em;
  opacity: 1;
}

.card__flex .link {
  outline: none;
  border: none;
  text-decoration: none;
  color: #1d357c;
  font-size: 0.875em;
  font-weight: 600;
  display: inline-block;
}

.card__flex .arr {
  outline: none;
  border: none;
  text-decoration: none;
  display: inline-block;
}

.nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.nav ul li {
  margin-bottom: 1.5em;
}

.nav ul li:last-child {
  margin-bottom: 0;
}

.nav ul li a {
  outline: none;
  border: none;
  text-decoration: none;
  color: #000;
  line-height: 19px;
  font-weight: 600;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

.nav ul li a:hover {
  color: #1D357C;
}

.breadcrumbs {
  margin-top: 1.4375em;
  margin-bottom: 1.4375em;
}

.breadcrumbs ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.breadcrumbs ul li {
  display: inline-block;
}

.breadcrumbs ul li:last-child {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.breadcrumbs ul li:last-child a {
  padding-right: 0;
}

.breadcrumbs ul li:last-child a::after {
  content: none;
}

.breadcrumbs ul li a {
  display: inline-block;
  vertical-align: middle;
  outline: none;
  border: none;
  text-decoration: none;
  color: #7783A7;
  line-height: 20px;
  font-size: 0.8125em;
  position: relative;
  padding-right: 1.5em;
}

.breadcrumbs ul li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 4px;
  content: "-";
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
  color: #7783A7;
}

.sorting {
  color: rgba(0, 0, 0, 0.5);
  line-height: 20px;
  font-size: 0.8125em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sorting__label {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.9375em;
  padding-left: 1.6875rem;
  position: relative;
}

.sorting__label::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  content: url(../img/icon/sorting-icon.svg);
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
}

.sorting__label label {
  color: #1D357C;
}

.tab {
  margin-left: -15px;
  margin-right: -15px;
}

.tab__head {
  display: none;
}

.tab__head ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 2px solid rgba(95, 107, 143, 0.2);
}

.tab__head ul li {
  transition: all 4s ease-in 0s;
  -webkit-transition: all 4s ease-in 0s;
  -moz-transition: all 4s ease-in 0s;
  -ms-transition: all 4s ease-in 0s;
  -o-transition: all 4s ease-in 0s;
  position: relative;
  padding-top: 15px;
}

.tab__head ul li::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  bottom: -2px;
  opacity: 0;
  background-color: #1D357C;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

.tab__head ul li.active::after {
  opacity: 1;
}

.tab__head ul li.active a {
  color: #1D357C;
}

.tab__head ul li a {
  outline: none;
  border: none;
  text-decoration: none;
  color: #5F6B8F;
  line-height: 18px;
  font-size: 0.9375em;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  padding-bottom: 1.0625em;
  display: block;
}

.tab__item {
  border-bottom: 1px solid rgba(95, 107, 143, 0.2);
}

.tab__item:first-child {
  border-top: 1px solid rgba(95, 107, 143, 0.2);
}

.tab__item.active .tab__item--block {
  display: block;
}

.tab__item.active .tab__item--head a {
  color: #1D357C;
}

.tab__item--block {
  display: none;
  padding-left: 15px;
  padding-right: 15px;
}

.tab__item--head {
  display: block;
}

.tab__item--head a {
  display: block;
  outline: none;
  border: none;
  font-weight: 500;
  font-size: 1.0625em;
  text-decoration: none;
  color: rgba(95, 107, 143, 0.6);
  padding-top: 1.125em;
  padding-bottom: 1.125em;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

.tab__item ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.tab__item ul li {
  position: relative;
  padding-left: 0.9375rem;
  line-height: 22px;
  font-size: 0.9375em;
  margin-bottom: 1.5em;
}

.tab__item ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "-";
}

.checked label {
  position: relative;
  display: block;
  padding-left: 2.625em;
  color: #7783A7;
}

.checked label input {
  position: absolute;
  opacity: 0;
}

.checked label input:checked ~ span {
  border-color: #1D357C;
  background-color: #1D357C;
}

.checked label input:checked ~ span:before {
  opacity: 1;
}

.checked label span {
  position: absolute;
  display: block;
  width: 1.125em;
  height: 1.125em;
  left: 0;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border: 1px solid #dcdcdc;
  background-color: #fff;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

.checked label span::before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  left: 5px;
  height: 12px;
  opacity: 0;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateX(0) translateY(0) rotate(35deg);
  -webkit-transform: translateX(0) translateY(0) rotate(35deg);
  -moz-transform: translateX(0) translateY(0) rotate(35deg);
  -ms-transform: translateX(0) translateY(0) rotate(35deg);
  -o-transform: translateX(0) translateY(0) rotate(35deg);
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

.popup {
  position: fixed;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

.popup.active {
  opacity: 1;
  visibility: visible;
}

.popup.active.popup__container {
  transform: translateX(0) translateY(0);
  -webkit-transform: translateX(0) translateY(0);
  -moz-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  -o-transform: translateX(0) translateY(0);
}

.popup__overflow {
  position: absolute;
}

.popup__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  transform: translateX(100%) translateY(0);
  -webkit-transform: translateX(100%) translateY(0);
  -moz-transform: translateX(100%) translateY(0);
  -ms-transform: translateX(100%) translateY(0);
  -o-transform: translateX(100%) translateY(0);
}

.popup__container .page__wrap {
  height: 100%;
}

.popup__block {
  left: 0;
  right: 0;
  padding-top: 2.5em;
  padding-bottom: 1.875em;
}

.popup__block > .page__flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.popup__close, .modal__close {
  position: absolute;
  top: 5%;
  right: 15px;
  width: 0.9375em;
  height: 0.9375em;
  display: block;
}

.popup__close::before, .modal__close::before, .popup__close::after, .modal__close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}

.popup__close::before, .modal__close::before {
  transform: translateX(0) translateY(-50%) rotate(45deg);
  -webkit-transform: translateX(0) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(0) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(0) translateY(-50%) rotate(45deg);
  -o-transform: translateX(0) translateY(-50%) rotate(45deg);
}

.popup__close::after, .modal__close::after {
  transform: translateX(0) translateY(-50%) rotate(-45deg);
  -webkit-transform: translateX(0) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(0) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(0) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(0) translateY(-50%) rotate(-45deg);
}

.popup__box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.popup__box:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 1.25em;
}

.popup__box > .page__flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.popup__box .title {
  font-size: clamp(1.25em, 3vw, 3.125em);
  font-weight: 500;
  margin-bottom: 1.25rem;
}

.popup__box .phone {
  margin-bottom: 0.9375em;
}

.popup__box .phone a {
  color: #000;
  font-size: clamp(1.125em, 3vw, 1.875em);
  line-height: 1.25;
}

.popup__box .info {
  line-height: 1.2;
  font-size: 0.9375em;
}

.popup__box .info a {
  outline: none;
  border: none;
  text-decoration: underline;
  color: #1D357C;
}

.modal {
  position: fixed;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

.modal.active {
  opacity: 1;
  visibility: visible;
}

.modal.active .modal__container {
  transform: translateX(0) translateY(0);
  -webkit-transform: translateX(0) translateY(0);
  -moz-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  -o-transform: translateX(0) translateY(0);
}

.modal__overflow {
  position: absolute;
}

.modal__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  transform: translateX(100%) translateY(0);
  -webkit-transform: translateX(100%) translateY(0);
  -moz-transform: translateX(100%) translateY(0);
  -ms-transform: translateX(100%) translateY(0);
  -o-transform: translateX(100%) translateY(0);
  overflow-x: hidden;
  overflow-y: auto;
}

.modal__container .page__wrap {
  height: 100%;
}

.modal__block {
  left: 0;
  right: 0;
  padding-top: 2.5em;
  padding-bottom: 1.875em;
}

.modal__block--box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.modal__block--box:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 1.25em;
}

.modal__block--box > .page__flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.modal__block--box .title {
  font-size: clamp(1.25em, 3vw, 3.125em);
  font-weight: 500;
  margin-bottom: 1.25rem;
}

.modal__block--box .phone {
  margin-bottom: 0.9375em;
}

.modal__block--box .phone a {
  color: #000;
  font-size: clamp(1.125em, 3vw, 1.875em);
  line-height: 1.25;
}

.modal__block--box .info {
  line-height: 1.2;
  font-size: 0.9375em;
}

.modal__block--box .info a {
  outline: none;
  border: none;
  text-decoration: underline;
  color: #1D357C;
}

.modal__block--box .subinfo {
  line-height: 1.2;
  font-size: 1.0625em;
  margin-bottom: 1.5rem;
}

.modal__block--box .sizing {
  color: #1D357C;
  font-size: 1.125em;
  line-height: 1.2;
  margin-bottom: 0.9375em;
}

.modal__block--box .sizing__select {
  display: block;
  margin-top: 0.625em;
}

.modal__block--box .sizing__select select {
  outline: none;
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: #1D357C;
  color: #fff;
  font-size: 0.8125rem;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
}

.modal-filter {
  position: fixed;
  z-index: 5;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  opacity: 0;
  visibility: hidden;
}

.modal-filter.active {
  opacity: 1;
  visibility: visible;
}

.modal-filter.active .modal-filter__container {
  transform: translateX(0) translateY(0);
  -webkit-transform: translateX(0) translateY(0);
  -moz-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  -o-transform: translateX(0) translateY(0);
}

.modal-filter__overflow {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.4);
}

.modal-filter__container {
  position: absolute;
  background-color: #fff;
  max-width: 400px;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  transform: translateX(100%) translateY(0);
  -webkit-transform: translateX(100%) translateY(0);
  -moz-transform: translateX(100%) translateY(0);
  -ms-transform: translateX(100%) translateY(0);
  -o-transform: translateX(100%) translateY(0);
}

.modal-filter__head {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  padding-top: 0.9375em;
  padding-bottom: 0.9375em;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}

.modal-filter__head .page__flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal-filter__head--desc {
  position: relative;
  padding-left: 1.5em;
  color: #1D357C;
  font-size: 0.875em;
}

.modal-filter__head--desc span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
}

.modal-filter__button {
  margin-bottom: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal-filter__button .page__btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  max-width: 48%;
  min-width: initial;
}

.modal-filter__close {
  width: 15px;
  height: 15px;
  outline: none;
  border: none;
  text-decoration: none;
  position: relative;
  display: block;
}

.modal-filter__close::before, .modal-filter__close::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: #000;
}

.modal-filter__close::before {
  transform: translateX(0) translateY(-50%) rotate(45deg);
  -webkit-transform: translateX(0) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(0) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(0) translateY(-50%) rotate(45deg);
  -o-transform: translateX(0) translateY(-50%) rotate(45deg);
}

.modal-filter__close::after {
  transform: translateX(0) translateY(-50%) rotate(-45deg);
  -webkit-transform: translateX(0) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(0) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(0) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(0) translateY(-50%) rotate(-45deg);
}

.modal-filter__body {
  padding-top: 0.9375em;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  padding-bottom: 1.875em;
}

.modal-filter__body .title {
  color: #000;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 1.25em;
  line-height: 1.24;
  margin-bottom: 2.25em;
}

.modal-filter__body--block .checked {
  margin-bottom: 1.25em;
}

.modal-filter__body--block .checked:last-child {
  margin-bottom: 0;
}

.modal-size {
  position: fixed;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

.modal-size.active {
  opacity: 1;
  visibility: visible;
}

.modal-size__overflow {
  position: absolute;
  background-color: #1d357c7d;
}

.modal-size__block {
  padding-top: 2.125em;
  padding-bottom: 2.125em;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

.modal-size__block .info {
  color: #757575;
  line-height: 1.2;
  margin-top: 1.875em;
}

.modal-size__large .modal-size__block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.modal-size__small .modal-size__block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.modal-size__table {
  margin-top: 1.875em;
}

.modal-size__table table {
  width: 100%;
}

.modal-size__table table tr:last-child td {
  padding-bottom: 0;
}

.modal-size__table table tr td {
  text-align: center;
  padding-left: 0.625em;
  padding-right: 0.625em;
  font-size: 0.875em;
  line-height: 1.2;
  padding-bottom: 1.875em;
}

.modal-size__table table tr td:first-child {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.modal-size__table table tr td span {
  color: rgba(0, 0, 0, 0.54);
}

.modal-size__close {
  position: absolute;
  right: 0.9375em;
  top: 1.25em;
  display: inline-block;
  width: 1.125em;
  height: 1.125em;
  outline: none;
  border: none;
  z-index: 1;
  text-decoration: none;
}

.modal-size__close::before, .modal-size__close::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  top: 50%;
}

.modal-size__close::before {
  transform: translateX(0) translateY(-50%) rotate(45deg);
  -webkit-transform: translateX(0) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(0) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(0) translateY(-50%) rotate(45deg);
  -o-transform: translateX(0) translateY(-50%) rotate(45deg);
}

.modal-size__close::after {
  transform: translateX(0) translateY(-50%) rotate(-45deg);
  -webkit-transform: translateX(0) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(0) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(0) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(0) translateY(-50%) rotate(-45deg);
}

.modal-size__container {
  position: absolute;
  top: 50%;
  max-width: 1446px;
  width: 100%;
  left: 50%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -webkit-box-shadow: 0px 0px 30px rgba(29, 53, 124, 0.08);
          box-shadow: 0px 0px 30px rgba(29, 53, 124, 0.08);
}

.modal-size__container--indent {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal-size__container--indent .title {
  font-size: 1.875em;
  line-height: 1.3;
  font-weight: 600;
}

.modal-size__container--image {
  max-width: 30%;
  top: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  position: absolute;
  display:none;
}

.modal-size__container--image .image {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  display: inline-block;
}

.modal-size__container--image .image img {
  opacity: 0;
  visibility: hidden;
}

.preloader {
  position: fixed;
  z-index: 10;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

.preloader__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.preloader__before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #F3F6F9;
}

.preloader__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  outline: none;
  border: none;
  text-decoration: none;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
}

.preloader__percent {
  position: absolute;
  left: 5%;
  bottom: 10%;
  color: rgba(29, 53, 124, 0.3);
  line-height: 30px;
  font-weight: 500;
  font-size: 2.5em;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

.m-catalog {
  position: fixed;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

.m-catalog.active {
  opacity: 1;
  visibility: visible;
}

.m-catalog.active .m-catalog__container {
  transform: translateX(0) translateY(0);
  -webkit-transform: translateX(0) translateY(0);
  -moz-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  -o-transform: translateX(0) translateY(0);
}

.m-catalog__overflow {
  position: absolute;
}

.m-catalog__container {
  position: absolute;
  max-width: 400px;
  width: 100%;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  transform: translateX(100%) translateY(0);
  -webkit-transform: translateX(100%) translateY(0);
  -moz-transform: translateX(100%) translateY(0);
  -ms-transform: translateX(100%) translateY(0);
  -o-transform: translateX(100%) translateY(0);
}

.m-catalog__container--indent {
  padding-top: 4.875em;
  padding-left: 1.875em;
  padding-right: 1.875em;
  padding-bottom: 1.875em;
}

.m-catalog__container .title {
  line-height: 29px;
  font-weight: 500;
  font-size: 1.5em;
}

.m-catalog__category {
  color: #7783A7;
  line-height: 1.2;
  font-size: 0.875em;
}

.m-catalog__nav {
  margin-top: 1.875em;
}

.m-catalog__nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.m-catalog__nav ul li {
  margin-bottom: 1.5em;
}

.m-catalog__nav ul li a {
  color: #000;
  outline: none;
  border: none;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.2;
  font-size: 0.9375em;
}

.m-menu {
  position: fixed;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

.m-menu.active {
  opacity: 1;
  visibility: visible;
}

.m-menu.active .m-menu__container {
  transform: translateX(0) translateY(0);
  -webkit-transform: translateX(0) translateY(0);
  -moz-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  -o-transform: translateX(0) translateY(0);
}

.m-menu__overflow {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.4);
}

.m-menu__container {
  position: absolute;
  max-width: 100%;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  transform: translateX(100%) translateY(0);
  -webkit-transform: translateX(100%) translateY(0);
  -moz-transform: translateX(100%) translateY(0);
  -ms-transform: translateX(100%) translateY(0);
  -o-transform: translateX(100%) translateY(0);
}

.m-menu__container--head {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
  position: relative;
  text-align: center;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  padding-top: 1.875em;
  padding-bottom: 1.25em;
}

.m-menu__container--body {
  padding-top: 1.875em;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}

.m-menu__container--bottom .city {
  color: #7783A7;
  line-height: 15px;
  font-size: 0.9375em;
  margin-right: 1.4375em;
  position: relative;
  padding-left: 1.125em;
}

.m-menu__container--bottom .city::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  content: url(../img/icon/city-pointer.svg);
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
}

.m-menu__container--bottom .phone {
  margin-top: 0.75em;
  margin-bottom: 1.25em;
}

.m-menu__container--bottom .phone a {
  color: #000;
  font-weight: 500;
  font-size: 1.25em;
}

.m-menu__container--bottom .page__btn {
  min-width: 100%;
}

.m-menu__search {
  margin-bottom: 1.875em;
}

.m-menu__nav {
  margin-bottom: 16.9375em;
}

.m-menu__nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.m-menu__nav ul li {
  margin-bottom: 1.5em;
}

.m-menu__nav ul li a {
  color: #000;
  outline: none;
  border: none;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.0625em;
  line-height: 15px;
}

.m-menu__close {
  position: absolute;
  top: 50%;
  left: 0.9375em;
  outline: none;
  border: none;
  text-decoration: none;
  display: inline-block;
  width: 0.9375em;
  height: 0.9375em;
}

.m-menu__close::before, .m-menu__close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #1D357C;
}

.m-menu__close::before {
  transform: translateX(0) translateY(-50%) rotate(45deg);
  -webkit-transform: translateX(0) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(0) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(0) translateY(-50%) rotate(45deg);
  -o-transform: translateX(0) translateY(-50%) rotate(45deg);
}

.m-menu__close::after {
  transform: translateX(0) translateY(-50%) rotate(-45deg);
  -webkit-transform: translateX(0) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(0) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(0) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(0) translateY(-50%) rotate(-45deg);
}

.m-search {
  position: fixed;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

.m-search.active {
  opacity: 1;
  visibility: visible;
}

.m-search.active .m-search__container {
  transform: translateX(0) translateY(0);
  -webkit-transform: translateX(0) translateY(0);
  -moz-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  -o-transform: translateX(0) translateY(0);
}

.m-search__overflow {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.4);
}

.m-search__container {
  position: absolute;
  background-color: #fff;
  top: 0;
  width: 100%;
  right: 0;
  max-width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  transform: translateX(100%) translateY(0);
  -webkit-transform: translateX(100%) translateY(0);
  -moz-transform: translateX(100%) translateY(0);
  -ms-transform: translateX(100%) translateY(0);
  -o-transform: translateX(100%) translateY(0);
}

.m-search__container--head {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
  position: relative;
  text-align: center;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  padding-top: 1.875em;
  padding-bottom: 1.25em;
}

.m-search__container--body {
  padding-top: 1.875em;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
}

.m-search__close {
  position: absolute;
  top: 50%;
  left: 0.9375em;
  outline: none;
  border: none;
  text-decoration: none;
  display: inline-block;
  width: 0.9375em;
  height: 0.9375em;
}

.m-search__close::before, .m-search__close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #1D357C;
}

.m-search__close::before {
  transform: translateX(0) translateY(-50%) rotate(45deg);
  -webkit-transform: translateX(0) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(0) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(0) translateY(-50%) rotate(45deg);
  -o-transform: translateX(0) translateY(-50%) rotate(45deg);
}

.m-search__close::after {
  transform: translateX(0) translateY(-50%) rotate(-45deg);
  -webkit-transform: translateX(0) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(0) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(0) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(0) translateY(-50%) rotate(-45deg);
}

.m-search__box--bottom {
  margin-top: 1.875em;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

.m-search__box--bottom .name {
  color: #7783A7;
  font-size: 0.9375em;
  font-weight: 500;
  margin-bottom: 0.875em;
}

.m-search__box--bottom ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.m-search__box--bottom ul li {
  margin-bottom: 0.875em;
}

.m-search__box--bottom ul li a {
  outline: none;
  color: #7783A7;
  font-size: 0.9375em;
  border: none;
  text-decoration: underline;
  font-weight: 500;
}


.tab__item--block table {
width: 100%;
margin-bottom: 1rem;
color: #212529;
border:none;
}

.tab__item--block table th,
.tab__item--block table td {
padding: 0.75rem;
vertical-align: top;
border-top: 1px solid #dee2e6;
}

.tab__item--block table thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6;
}

.tab__item--block table tbody + tbody {
border-top: 2px solid #dee2e6;
}

#tab0{
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.catalog_bg{
	background: linear-gradient(180deg, #F3F6F9 0%, rgba(243, 246, 249, 0) 100%);

}
.modal_bg{
	background:#1D357C;
}
.menu_overlay{
    display: none;
    background: #1d357c80;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0;
}

/* скрываем кнопки форм */
/*
.header__consultation--bottom, .modal-btn{
	display:none !important;
}
*/
.flex_wrap{
	display: flex;
	gap: 18px;
	margin:2rem 0;
}
.personal_sect{
	width:33.3333%;
	background: #F3F6F9;
	border-radius: 10px;
	position: relative;
	padding: 170px 30px 30px 30px;
}
.personal_sect .icon{
	position: absolute;
	top:30px;
	right: 30px;
}
.personal_sect .name{
	display:block;
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom:10px;
}
.widget-payment-checkout-info{
	margin-bottom: 10px;
}


.coockieMess
{
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 33333333333333;
	background: #f3f6f9;
	padding: 15px;
	width: 100%;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	  align-items: center;
	
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
	
	animation: upShow 1s ease-in-out;
}
.coockieMess span
{
	padding: 10px 20px 10px 0px;
	font-size: clamp(0.8em, 3vw, 1em);
	text-align:center;
}
.coockieMess span a
{
	color: #000;
}
.setCoockie.page__btn
{
	min-width: 60px;
	padding: 10px 15px;
}

@keyframes upShow {
	from {
		opacity: 0; 
		-webkit-transform: translateY(100%);
		-moz-transform: translateY(100%);
		-o-transform: translateY(100%);
		transform: translateY(100%);
	}
	to {
		opacity: 1;
		
		-webkit-transform: translateY(0%);
		-moz-transform: translateY(0%);
		-o-transform: translateY(0%);
		transform: translateY(0%);	
	}
}
.footMenu
{
    margin-bottom: 1.25rem;
}
.footMenu a
{
	display: block;
	font-size: 0.875em;
	color: #7783A7;
	text-decoration: none;
}
.footMenu a:hvoer
{
	color: #00327f;
}
.footer__bottom
{
	padding-bottom: 5.4375em;
}
.cart-product__size ul li{
    margin-bottom: 0.9375em;
}
.g-recaptcha{
	margin-bottom:15px;
}