@charset "UTF-8";
/* Blocks */ /*form start*/
.form-card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
}
.form-card h4 {
  font-size: 19px;
  text-align: left;
  margin-bottom: 25px;
}
.form-card h2 {
  font-size: 31px;
  font-weight: bold;
  text-align: left;
}

.form-card h2 {
  margin-bottom: 20px;
  color: #333;
}

.form {
  display: flex;
  flex-direction: column;
}

.label-normal {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: left;
}

.no-label {
  font-size: 14px;
  text-align: left;
  display: block;
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: 38px;
  padding: 12px 6px 6px 6px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  border: 1px solid #ced4da;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right 0.75rem center/8px 10px no-repeat;
}
.custom-select:disabled, .custom-select[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.no-arrows::-webkit-outer-spin-button,
.no-arrows::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.no-arrows {
  -moz-appearance: textfield;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form label {
  text-align: left;
  margin-bottom: 8px;
  color: #555;
}

.form input {
  padding: 17px 6px 9px 6px;
  margin-bottom: 4px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  width: 100%;
}
.form input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form input:disabled, .form input[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.form button:disabled, .form button[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.password-form-row {
  width: 100%;
}
.password-form-row input {
  padding-right: 45px;
}

.form .form-row {
  text-align: left;
  position: relative;
  margin-bottom: 25px;
}
.form .form-row .all-cback-inp-span {
  color: red;
  font-size: 11px;
  margin-bottom: -13px;
  display: none;
  text-align: left;
}
.form .form-row.error .all-cback-inp-span {
  display: block;
}
.form .form-row.error input {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.error .file-label {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.error .custom-select {
  border-color: #dc3545;
}

.form .form-row.error input {
  border-color: red;
}
.form .form-row.error input:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.file-label {
  margin-bottom: 0;
  border: 1px solid #717d87;
  border-radius: 4px;
  display: flex;
  height: 44px;
  width: 185px;
  align-items: center;
  cursor: pointer;
}
.file-label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px;
  background: url("../images/add-file.svg");
  background-size: contain;
}

.form label.file-label {
  margin-bottom: 0;
}

.form .form-row label:not(.no-label) {
  position: absolute;
  top: 4px;
  left: 12px;
  padding: 10px 0;
  font-size: 14px;
  color: #b2b3b3;
  pointer-events: none;
  transition: 0.5s;
}

/*.form-row input:valid + label:not(.no-label)
*/
.form .form-row input:focus + label:not(.no-label),
.form .form-row textarea:focus + label:not(.no-label),
.form .form-row input:not(:placeholder-shown) + label:not(.no-label),
.form .form-row textarea:not(:placeholder-shown) + label:not(.no-label),
.form .form-row.active label:not(.no-label) {
  top: -8px;
  left: 7px;
  color: gray;
  font-size: 9px;
}

.form-outro {
  text-align: left;
  margin-bottom: 25px;
}
.form-outro .small {
  font-size: 10px;
  display: block;
  margin-bottom: 10px;
}
.form-outro .small a {
  color: #1e3264;
}
.form-outro a:hover, .form-outro a:focus {
  text-decoration: underline;
}

.d-block {
  font-size: 14px;
  color: #9d9e9e;
  font-weight: 700;
}
.d-block:hover, .d-block:focus {
  text-decoration: underline;
}

.login-pre {
  margin-bottom: 15px;
}
.login-pre a {
  color: #1e3264;
}
.login-pre a:hover, .login-pre a:focus {
  text-decoration: underline;
}
.login-pre p {
  font-size: 14px;
  text-align: left;
}

.btn-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn-right {
  justify-content: flex-end;
}

/*form end*/
.form .row .p-1-3,
.form .row .p-2-3 {
  margin-bottom: 0;
}

@media screen and (max-width: 576px) {
  .form .row .p-2 {
    margin: 0;
  }
}
/*radio start*/
.form .custom-control-label:after, .custom-control-label:before {
  position: absolute;
  top: 0;
  left: 0px;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  pointer-events: none;
  border-radius: 50%;
  border: 1px solid #39b54a;
}

.form .custom-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
  vertical-align: top;
  padding-left: 25px;
}
.form .custom-control-label:hover, .form .custom-control-label:focus {
  color: #1e3264;
}

.form .custom-radio .custom-control-label:before {
  border-radius: 50%;
}

.form .custom-control-label:after {
  background: 50%/50% 50% no-repeat;
}

.form .custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.form .custom-control-inline {
  display: inline-flex;
  margin-right: 30px;
  padding-left: 0px;
}

.form .custom-control-input:focus ~ .custom-control-label {
  color: #1e3264;
}

.form .custom-control-input:checked ~ .custom-control-label:before {
  color: #fff;
  background-color: #39b54a;
  border-radius: 50%;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.legend {
  font-weight: bold;
}

.form .custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.form .custom-control-label:after {
  background: 50%/50% 50% no-repeat;
}

.form fieldset {
  margin-bottom: 25px;
  text-align: left;
}
.form fieldset .all-cback-inp-span {
  color: red;
  font-size: 11px;
  margin-bottom: -13px;
  display: none;
  text-align: left;
}
.form fieldset.error .all-cback-inp-span {
  display: block;
}

.form legend {
  font-weight: bold;
  margin-bottom: 10px;
}

.form .custom-control {
  margin-bottom: 8px;
  position: relative;
  padding-left: 0px;
}

.form .col-radio .custom-control {
  margin-bottom: 15px;
}

/*radio end*/
.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox:focus + label:before {
  border-color: #1e3264;
}
.styled-checkbox + label {
  left: unset !important;
  top: unset !important;
  position: relative;
  cursor: pointer;
  padding: 0 0 0 35px;
  font-size: 13px;
  line-height: 15px;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  margin-left: -35px;
  margin-top: -4px;
  background: white;
  border: 1px solid #ccc;
}
.styled-checkbox:checked + label:before {
  background: #1e3264;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 6px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}

.textarea {
  padding: 15px 6px 6px 6px;
  margin-bottom: 4px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  width: 100%;
}
.textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.error .textarea {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px top 10px;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent;
}

input::placeholder {
  color: transparent;
}

textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent;
}

textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
}

textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}

textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent;
}

textarea::placeholder {
  color: transparent;
}

@media screen and (max-width: 576px) {
  .form .row .p-2,
  .form .row .p-3 {
    margin: 0 0 0px 0;
  }
}
/* No styles code below. Only in modules */
/* Не пишите CSS код ниже. Только в подключаемых файлах */
@font-face {
  font-family: GTE;
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/GTE/GTEestiProDisplay-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: GTE;
  font-weight: 100;
  font-style: normal;
  src: url("../fonts/GTE/GTEestiProDisplay-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: GTEMedium;
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/GTE/GTEestiProDisplay-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: GTE;
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/GTE/GTEestiProDisplay-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: GTETextMedium;
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/GTE/GTEestiProText-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: raleway;
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/raleway/Raleway-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: raleway;
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/raleway/Raleway-Black.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: raleway;
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/raleway/Raleway-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: raleway;
  font-weight: 200;
  font-style: normal;
  src: url("../fonts/raleway/Raleway-Thin.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: raleway;
  font-weight: 100;
  font-style: normal;
  src: url("../fonts/raleway/Raleway-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: raleway;
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/raleway/Raleway-SemiBold.woff2") format("woff2");
  font-display: swap;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  font-family: GTE !important;
  padding: 0;
  font-weight: 100;
  border: 0;
  box-sizing: border-box;
  font-size: 100%;
  vertical-align: baseline;
}

/*loading anim start*/
.loading-anim {
  background-color: #e8e8e8 !important;
  overflow: hidden;
  position: relative;
}

.loading-anim:before {
  z-index: 1;
  background-color: #e8e8e8;
  position: absolute;
  content: "";
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.loading-anim:after {
  animation: movementGradient 1.25s infinite;
  -ms-animation: movementGradient 1.25s infinite;
  -webkit-animation: movementGradient 1.25s infinite;
  background: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.25)), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0));
  content: " ";
  height: 100%;
  z-index: 2;
  left: -90px;
  position: absolute;
  top: 0;
  width: 90px;
}

@-webkit-keyframes movementGradient {
  0% {
    left: -90px;
  }
  100% {
    left: -webkit-calc(100% + 90px);
    left: calc(100% + 90px);
  }
}
@keyframes movementGradient {
  0% {
    left: -90px;
  }
  100% {
    left: -webkit-calc(100% + 90px);
    left: calc(100% + 90px);
  }
}
/*loading anim end*/
/*loading start*/
.loadingEffect {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 51;
  display: block;
  visibility: visible;
  opacity: 1;
}

.loading-wrapper {
  height: 10px;
  width: 100%;
  background: #CFD8DC;
  border-radius: 5px;
  overflow: hidden;
}

.loader {
  background-color: #39b54a;
  height: 100%;
  width: 80%;
  animation: loading 2s ease infinite;
}

@keyframes loading {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(130%);
  }
}
/*loading end*/
h1 {
  font-size: max(2.7966101695vw, 23px);
  line-height: max(2.7966101695vw, 31.05px);
  font-weight: 500;
  color: #1e3264;
}
@media (min-width: 1180px) {
  h1 {
    font-size: 33px;
    line-height: 36.3px;
  }
}

h2 {
  font-size: max(2.7966101695vw, 23px);
  line-height: max(2.7966101695vw, 31.05px);
  font-weight: 500;
  color: #1e3264;
}
@media (min-width: 1180px) {
  h2 {
    font-size: 33px;
    line-height: 36.3px;
  }
}

h3, .h3 {
  font-size: max(2.4576271186vw, 21px);
  line-height: max(2.4576271186vw, 28.35px);
  font-weight: 500;
  color: #1e3264;
}
@media (min-width: 1180px) {
  h3, .h3 {
    font-size: 29px;
    line-height: 31.9px;
  }
}

h4, .h4 {
  font-size: max(2.1186440678vw, 19px);
  line-height: max(2.1186440678vw, 25.65px);
  font-weight: 500;
  color: #000;
}
@media (min-width: 1180px) {
  h4, .h4 {
    font-size: 25px;
    line-height: 27.5px;
  }
}

.blue {
  color: #1e3264;
}

h5, .h5 {
  font-size: max(1.6101694915vw, 16px);
  line-height: max(1.6101694915vw, 21.6px);
  font-weight: 500;
  color: #000;
}
@media (min-width: 1180px) {
  h5, .h5 {
    font-size: 19px;
    line-height: 20.9px;
  }
}

.text-center {
  text-align: center;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-40 {
  margin-bottom: 40px;
}

img {
  display: block;
}

div {
  -webkit-tap-highlight-color: transparent;
}

a:-webkit-any-link:focus {
  outline-offset: 1px;
}

section {
  position: relative;
}

img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

button, input, a {
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

button {
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: unset !important;
}

a {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}

ul {
  list-style: none;
}

a, button {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:hover, a:focus, button:hover, button:focus {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.custom-padding {
  padding-top: 40px;
  padding-bottom: 30px;
}

@media screen and (min-width: 576px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .row .col {
    margin: 0 15px;
  }
  .row .p-2 {
    width: calc(50% - 30px);
    margin: 0 15px 15px;
  }
  .row .p-2:last-child {
    margin-bottom: 0;
  }
  .row .p-2:nth-last-child(2) {
    margin-bottom: 0;
  }
  .row .p-1 {
    width: calc(100% - 30px);
    margin: 0 15px 15px;
  }
  .row .p-1:last-child {
    margin-bottom: 0;
  }
  .row .p-3 {
    width: calc(33% - 30px);
    margin: 0 15px 15px;
  }
  .row .p-3:last-child {
    margin-bottom: 0;
  }
  .row .p-3:nth-last-child(3) {
    margin-bottom: 0;
  }
  .row .p-3:nth-last-child(2) {
    margin-bottom: 0;
  }
  .row .p-2-3 {
    width: calc(66.66% - 30px);
    margin: 0 15px 15px;
  }
  .row .p-1-3 {
    width: calc(33.33% - 30px);
    margin: 0 15px 15px;
  }
}
@media screen and (max-width: 576px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
  .row .p-1-3 {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .row .p-2-3 {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .row .p-2 {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .row .p-2:last-child {
    margin-bottom: 0;
  }
  .row .p-1 {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .row .p-1:last-child {
    margin-bottom: 0;
  }
  .row .p-3 {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .row .p-3:last-child {
    margin-bottom: 0;
  }
}
.flex {
  display: flex;
}

.flex-wrap-on {
  flex-wrap: wrap;
}

.justify-content--space-around {
  justify-content: space-around;
}

.justify-content--space-between {
  justify-content: space-between;
}

.justify-content--center {
  justify-content: center;
}

.items-center {
  align-items: center;
}

.btns-row1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btns-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/*custom radio start*/
.check__input-radio:focus + .check__box-radio + .check__text-radio,
.check__input-radio:hover + .check__box-radio + .check__text-radio {
  color: black;
}

.check__input-radio:checked + .check__box-radio:after {
  position: absolute;
  display: block;
  content: "";
  width: 50%;
  height: 50%;
  top: 3px;
  left: 3px;
  background: #e31e24;
  border-radius: 50%;
}

.check__box-radio {
  position: absolute;
  top: 2px;
  left: 0;
  width: 14px;
  height: 14px;
  overflow: hidden;
  border: 1px solid #aeaeae;
  border-radius: 50%;
  background-color: white;
  background-repeat: no-repeat;
}

.check__input-radio:checked + .check__box-radio {
  border-color: black;
}

label.check-radio {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  display: flex;
  align-items: center;
}

/*custom radio end*/
/**/
.hidden-object {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.menu-wrapper.menu-active {
  position: relative;
  z-index: 20;
  background: white;
}

.side-menu__bg {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 19;
  visibility: hidden;
  display: block;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}

.side-menu__bg.active {
  transition: visibility 0s, opacity 0.5s linear;
  visibility: visible;
  opacity: 1;
}

.menu__bg {
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 19;
  display: none;
}

.menu__bg.active {
  display: block;
}

blockquote {
  border: 2px solid #1e3264;
  border-radius: 8px;
  padding: 30px 100px 30px 120px;
  position: relative;
}
blockquote:after {
  position: absolute;
  top: -7px;
  display: block;
  content: "";
  width: 90px;
  background: white;
  left: 30px;
  height: 10px;
}
blockquote:before {
  position: absolute;
  top: -17px;
  left: 60px;
  z-index: 1;
  display: block;
  content: "";
  background: url("../images/blockqu.png") no-repeat center;
  background-size: contain;
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 1080px) {
  blockquote {
    padding: 30px 35px 30px 35px;
  }
}
@media screen and (max-width: 576px) {
  blockquote {
    padding: 25px 15px 25px 15px;
  }
}
@media screen and (min-width: 576px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .row .p-2 {
    width: calc(50% - 30px);
    margin: 0 15px 15px;
  }
  .row .p-2:last-child {
    margin-bottom: 0;
  }
  .row .p-2:nth-last-child(2) {
    margin-bottom: 0;
  }
  .row .p-1 {
    width: calc(100% - 30px);
    margin: 0 15px 15px;
  }
  .row .p-1:last-child {
    margin-bottom: 0;
  }
  .row .p-3 {
    width: calc(33% - 30px);
    margin: 0 15px 15px;
  }
  .row .p-3:last-child {
    margin-bottom: 0;
  }
  .row .p-3:nth-last-child(3) {
    margin-bottom: 0;
  }
  .row .p-3:nth-last-child(2) {
    margin-bottom: 0;
  }
  .row .p-2-3 {
    width: calc(66.66% - 30px);
    margin: 0 15px 15px;
  }
  .row .p-1-3 {
    width: calc(33.33% - 30px);
    margin: 0 15px 15px;
  }
}
@media screen and (max-width: 576px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
  .row .p-1-3 {
    width: 60%;
    margin: 0 0 15px 0;
  }
  .row .p-2-3 {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .row .p-2 {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .row .p-2:last-child {
    margin-bottom: 0;
  }
  .row .p-1 {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .row .p-1:last-child {
    margin-bottom: 0;
  }
  .row .p-3 {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .row .p-3:last-child {
    margin-bottom: 0;
  }
}
/*text start*/
.default-text address {
  font-style: italic;
  color: #555;
  line-height: 1.4;
  margin-top: 1em;
}
.default-text dfn {
  font-style: italic;
  font-weight: bold;
  color: #007acc;
  cursor: help;
}
.default-text pre {
  background-color: #f4f4f4;
  padding: 1em;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-family: "Courier New", Courier, monospace;
  overflow-x: auto;
}
.default-text mark {
  background-color: #ffeb3b;
  color: #000;
  padding: 0.1em 0.2em;
  border-radius: 3px;
}
.default-text small {
  font-size: 0.8em;
  color: #888;
}
.default-text sup, .default-text sub {
  font-size: 0.75em;
  vertical-align: baseline;
  position: relative;
}
.default-text sup {
  top: -0.5em;
}
.default-text sub {
  top: 0.2em;
}
.default-text kbd {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 2px 6px;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.9em;
  color: #333;
  box-shadow: inset 0 -1px 0 #bbb;
}
.default-text var {
  font-style: italic;
  color: #d63384;
  font-family: "Courier New", Courier, monospace;
}
.default-text dl {
  margin: 1em 0;
  padding: 0;
}
.default-text dt {
  font-weight: bold;
  color: #0056b3;
  margin-top: 0.5em;
}
.default-text dd {
  margin-left: 1.5em;
  margin-bottom: 0.5em;
  color: #333;
}
.default-text blockquote {
  padding: 30px;
  min-height: 123px;
  background-color: #EFF2E8;
  border-left: 3px solid #8ed225;
  margin-bottom: 58px;
  margin-top: 58px;
  margin-left: 10%;
  width: 78%;
  right: -31px;
}
.default-text blockquote p {
  color: #6D7380;
  padding: 14px 95px 9px 64px;
  position: relative;
  content: "";
}
.default-text blockquote p:after {
  content: "";
  display: block;
  width: 12px;
  height: 11.85px;
  position: absolute;
  top: 15px;
  left: 30px;
  background-image: url(/images/q.png);
  background-repeat: no-repeat;
  filter: invert(65%) sepia(73%) saturate(478%) hue-rotate(38deg) brightness(101%) contrast(88%);
}
.default-text b {
  color: #e31e24;
}
.default-text .image-right {
  overflow: hidden;
  margin-bottom: 45px;
}
.default-text .image-right .video {
  margin-left: 30px;
  box-sizing: border-box;
  float: right;
  max-width: 50%;
}
.default-text .image-right:last-child {
  margin-bottom: 0;
}
.default-text .image-right img {
  padding-left: 30px;
  box-sizing: border-box;
  float: right;
  max-width: 50%;
}
.default-text .image-left {
  margin-bottom: 45px;
  overflow: hidden;
}
.default-text .image-left:last-child {
  margin-bottom: 0;
}
.default-text .image-left .video {
  margin-right: 30px;
  box-sizing: border-box;
  float: left;
  max-width: 50%;
}
.default-text .image-left img {
  padding-right: 30px;
  box-sizing: border-box;
  float: left;
  max-width: 50%;
}
.default-text ul {
  list-style: disc;
  padding-left: 45px;
}
.default-text ul li {
  margin-bottom: 10px;
}
.default-text ol {
  padding-left: 45px;
}
.default-text ol li {
  margin-bottom: 10px;
}
.default-text ul.marker {
  padding-left: 0;
  list-style: none;
}
.default-text ul.marker li {
  padding-left: 40px;
  position: relative;
}
.default-text ul.marker li:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 27px;
  left: 0;
  background-size: contain;
}
.default-text .title {
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.default-text a:not(.d-button) {
  color: #0078ab;
}
.default-text a:not(.d-button):hover {
  text-decoration: underline;
}
.default-text p, .default-text span, .default-text a, .default-text li {
  font-style: normal;
  font-weight: normal;
  font-size: max(1.4406779661vw, 15px);
  line-height: max(1.4406779661vw, 20.25px);
}
@media (min-width: 1180px) {
  .default-text p, .default-text span, .default-text a, .default-text li {
    font-size: 17px;
    line-height: 18.7px;
  }
}
.default-text p + h1, .default-text p + h2, .default-text p + h3, .default-text p + h4, .default-text p + h5, .default-text span + h1, .default-text span + h2, .default-text span + h3, .default-text span + h4, .default-text span + h5, .default-text a + h1, .default-text a + h2, .default-text a + h3, .default-text a + h4, .default-text a + h5, .default-text li + h1, .default-text li + h2, .default-text li + h3, .default-text li + h4, .default-text li + h5 {
  margin-top: 3.1vw;
}
.default-text h1, .default-text h2, .default-text h3, .default-text h4, .default-text h5, .default-text h6 {
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 1.8vw;
}
.default-text h1 span, .default-text h2 span, .default-text h3 span, .default-text h4 span, .default-text h5 span, .default-text h6 span {
  font-size: inherit;
  margin-bottom: 0;
}
.default-text h1 {
  font-size: max(2.7966101695vw, 21px);
  line-height: max(2.7966101695vw, 28.35px);
}
@media (min-width: 1180px) {
  .default-text h1 {
    font-size: 33px;
    line-height: 36.3px;
  }
}
.default-text h2 {
  font-size: max(2.4576271186vw, 19px);
  line-height: max(2.4576271186vw, 25.65px);
}
@media (min-width: 1180px) {
  .default-text h2 {
    font-size: 29px;
    line-height: 31.9px;
  }
}
.default-text h3 {
  font-size: max(2.1186440678vw, 19px);
  line-height: max(2.1186440678vw, 25.65px);
}
@media (min-width: 1180px) {
  .default-text h3 {
    font-size: 25px;
    line-height: 27.5px;
  }
}
.default-text h4 {
  font-size: max(1.9491525424vw, 17px);
  line-height: max(1.9491525424vw, 22.95px);
}
@media (min-width: 1180px) {
  .default-text h4 {
    font-size: 23px;
    line-height: 25.3px;
  }
}
.default-text h5 {
  font-size: max(1.7796610169vw, 17px);
  line-height: max(1.7796610169vw, 22.95px);
}
@media (min-width: 1180px) {
  .default-text h5 {
    font-size: 21px;
    line-height: 23.1px;
  }
}
.default-text ul, .default-text ol {
  margin-bottom: 25px;
}
.default-text ul:last-child, .default-text ol:last-child {
  margin-bottom: 0;
}
.default-text img {
  width: auto;
  max-width: 100%;
  margin-bottom: 25px;
}
.default-text img:last-child {
  margin-bottom: 0;
}
.default-text .d-row {
  margin-bottom: 45px;
}
.default-text .d-row:last-child {
  margin-bottom: 0;
}
.default-text p {
  margin-bottom: 15px;
}
.default-text p:last-child {
  margin-bottom: 0;
}

ul.marker {
  list-style: none;
  padding-left: 45px;
}
ul.marker li:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 6px;
  margin-top: 6px;
  min-width: 6px;
  height: 6px;
  top: 2px;
  background: white;
  border-radius: 50%;
  border: 1px solid black;
}

@media screen and (max-width: 576px) {
  ul.marker {
    padding-left: 20px;
  }
}
@media screen and (max-width: 880px) {
  .default-text ul.marker li {
    padding-left: 25px;
  }
  .default-text ul.marker li:before {
    width: 19px;
    height: 15px;
  }
  .default-text ul.cake li {
    padding-left: 25px;
  }
  .default-text ul.cake li:before {
    width: 19px;
    height: 15px;
  }
}
@media screen and (max-width: 576px) {
  .default-text ul {
    padding-left: 17px;
  }
  .default-text blockquote {
    width: 100%;
  }
  .default-text ul.marker li {
    padding-left: 20px;
  }
  .default-text ul.marker li:before {
    width: 11px;
    height: 9px;
  }
  .default-text ul.cake li {
    padding-left: 20px;
  }
  .default-text ul.cake li:before {
    width: 11px;
    height: 9px;
  }
  .default-text h1, .default-text h2, .default-text h3, .default-text h4, .default-text h5, .default-text h6 {
    margin-bottom: 20px;
  }
  .default-text .image-right {
    overflow: hidden;
  }
  .default-text .image-right .video {
    margin-left: 0;
    max-width: 100%;
    float: none;
  }
  .default-text .image-right img {
    padding-left: 0px;
    float: none;
    max-width: 100%;
  }
  .default-text .image-left {
    overflow: hidden;
  }
  .default-text .image-left .video {
    margin-right: 0;
    max-width: 100%;
    float: none;
  }
  .default-text .image-left img {
    padding-right: 0px;
    float: none;
    max-width: 100%;
  }
  .default-text .title {
    font-size: 21px;
    line-height: 26px;
  }
  .default-text ul li, .default-text ol li {
    margin-bottom: 15px;
  }
}
/*text end*/
/*breadcrumb start*/
.breadcrumb {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 14px;
  background-color: white;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-bottom: 0px;
}
.breadcrumb .container-block {
  max-width: 1580px;
}

.breadcrumb img {
  width: 18px;
}

.breadcrumb span {
  color: #9d9e9e;
  font-weight: 100;
  white-space: nowrap;
}

.breadcrumb a {
  font-weight: 100;
  white-space: nowrap;
  color: #9d9e9e;
}

.breadcrumb a:hover, .breadcrumb a:focus {
  color: #051c2c;
}

.breadcrumb ul {
  overflow-x: auto;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumb ul::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}

.breadcrumb ul::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background-color: transparent;
}

.breadcrumb ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: transparent;
}

.breadcrumb .slash {
  margin: 0 9px;
  color: white;
  position: relative;
}
.breadcrumb .slash:after {
  position: absolute;
  top: 1px;
  left: 0;
  content: "";
  display: block;
  width: 6px;
  opacity: 0.4;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='5' height='8' viewBox='0 0 5 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 7L4 4L1 1' stroke='%23626266'/%3E%3C/svg%3E ");
  background-position: bottom center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 576px) {
  .breadcrumb {
    margin-bottom: 0px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 480px) {
  .breadcrumb {
    font-size: 13px;
  }
  .breadcrumb ul {
    padding-bottom: 0px;
  }
}
/*breadcrumb end*/
.default-padding {
  padding-top: 80px;
  padding-bottom: 60px;
}

@media screen and (max-width: 740px) {
  .default-padding {
    padding-top: 25px;
    padding-bottom: 30px;
  }
}
.default-block {
  max-width: 1580px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.default-block2 {
  max-width: 1740px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container-block {
  max-width: 1580px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.default-block .container-block {
  padding: 0 !important;
}

@media screen and (max-width: 480px) {
  .container-block {
    padding-left: 15px;
    padding-right: 15px;
  }
  .default-block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body {
  height: 100%;
}

body.locked {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.layout {
  opacity: 0;
}

.layout.loaded {
  opacity: 1;
  transition: opacity 0.3s;
}

body.locked .layout {
  position: fixed;
  overflow: hidden;
  width: 100vw;
  left: 0;
  right: 0;
  height: 100%;
}

body.layout-menu-opened-overflow {
  overflow: hidden;
}

.promo-line {
  text-align: center;
  background: #e31e24;
  padding: 10px;
}
.promo-line span {
  color: white;
  font-size: 16px;
  font-weight: bold;
}

/* header start*/
.socials > p {
  text-align: right;
  font-size: 15px;
  color: black;
  font-weight: 500;
  margin-bottom: 10px;
}

.language > p {
  font-size: 15px;
  color: black;
  font-weight: 500;
  margin-bottom: 10px;
}

.lang_list {
  display: flex;
  border: 1px solid #bfbfbf;
  border-radius: 8px;
  padding: 3px 2px;
}
.lang_list span, .lang_list a {
  font-size: 17px;
  text-transform: uppercase;
  padding: 2px 7px;
}
.lang_list span {
  color: #1e3264;
}
.lang_list a {
  color: #bfbfbf;
  border-left: 1px solid #bfbfbf;
}
.lang_list a:hover, .lang_list a:focus {
  color: #1e3264;
}

.margin-header {
  display: none;
}

header.fixed {
  position: fixed;
  top: -100px;
  z-index: 25;
  background: white;
  left: 0;
  transition: top 0.3s;
  right: 0;
  border-top: 1px solid #F0F1F2;
  border-bottom: 1px solid #F0F1F2;
}
header.fixed + .margin-header {
  display: block;
}
header.fixed.show {
  top: 0;
  transition: top 0.3s;
}

.header-top {
  padding: 12px 0;
  display: flex;
  align-items: center;
}

.hamburger {
  display: block;
}
.hamburger button {
  margin-left: 6px;
  height: 29px;
  width: 29px;
  display: block;
  background: unset;
  border: none;
  padding: 0;
}
.hamburger button img {
  display: block;
  width: 100%;
  object-fit: contain;
}

@media screen and (max-width: 576px) {
  .hamburger button {
    margin-left: 0;
  }
}
.logo {
  max-width: 277px;
  max-height: 71px;
  width: 100%;
  margin: 0 30px;
}
.logo img {
  margin-bottom: -20px;
  display: block;
  width: 100%;
}

@media screen and (min-width: 1360px) {
  .logo img {
    width: 278px;
  }
}
.catalog-btn {
  margin-right: 30px;
}
.catalog-btn button {
  white-space: nowrap;
  font-family: raleway;
  background: #1e3264;
  border-radius: 9px;
  font-weight: 700;
  font-size: 16px;
  padding: 13px 20px;
  text-transform: uppercase;
  color: white;
  display: inline-flex;
  align-items: center;
  border: none;
}
.catalog-btn button img {
  object-fit: contain;
  width: 23px;
  min-width: 23px;
  height: 23px;
  margin-right: 15px;
}
.catalog-btn button:hover, .catalog-btn button:focus {
  transition: 0.3s;
  background: #2a468b;
}

.header-tools {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-tools .stocks-h {
  margin-left: 25px;
}
.header-tools .stocks-h a {
  height: 30px;
  display: flex;
  align-items: flex-end;
}
.header-tools .stocks-h a:hover, .header-tools .stocks-h a:focus {
  text-decoration: underline;
}
.header-tools .stocks-h span {
  color: #000;
  font-weight: 500;
  font-size: 21px;
}
.header-tools .stocks-h img {
  width: 25px;
  margin-right: 6px;
}
.header-tools .discount-h {
  margin-left: 30px;
}
.header-tools .discount-h a {
  height: 30px;
  display: flex;
  align-items: flex-end;
}
.header-tools .discount-h a:hover, .header-tools .discount-h a:focus {
  text-decoration: underline;
}
.header-tools .discount-h span {
  color: #000;
  font-weight: 500;
  font-size: 15px;
}
.header-tools .discount-h img {
  width: 25px;
  margin-right: 6px;
}
.header-tools .phone {
  text-align: center;
  margin-left: auto;
}
.header-tools .phone a {
  white-space: nowrap;
  display: block;
  font-size: 26px;
  color: black;
}
.header-tools .phone span {
  font-weight: 100;
  color: #9d9e9e;
  font-size: 16px;
}
.header-tools .user {
  margin-left: auto;
}
.header-tools .user span {
  display: none;
}
.header-tools .user img {
  width: 23px;
}
.header-tools .cart {
  margin-left: 20px;
}
.header-tools .cart button > span {
  display: none;
}
.header-tools .cart img {
  width: 23px;
}

.cart {
  position: relative;
}

.bucket-amount {
  z-index: 1;
  height: 20px;
  background: #1e3264;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  top: -12px;
  right: -9px;
  position: absolute;
}
.bucket-amount span {
  font-size: 10px;
  color: white;
}

/*search start*/
.search-c {
  margin-right: 30px;
  position: relative;
}
.search-c input {
  max-width: 380px;
  font-family: raleway;
  width: 20vw;
  font-weight: 100;
  border-radius: 9px;
  box-sizing: border-box;
  font-size: 16px;
  padding: 0 15px;
  color: black;
  border: 1px solid #9d9e9e;
  height: 50px;
}
.search-c input::placeholder {
  color: #c5c6c6;
  opacity: 1; /* Firefox */
}
.search-c input::-ms-input-placeholder { /* Edge 12 -18 */
  color: #c5c6c6;
}
.search-c button {
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
  top: 0;
  right: 0;
  position: absolute;
  width: 20%;
  max-width: 60px;
  border: none;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1e3264;
}
.search-c button img {
  object-fit: contain;
  width: 60%;
}

.mobile-search-btn {
  display: none;
  margin-left: 15px;
}
.mobile-search-btn button {
  background: transparent;
  border: none;
  padding: 0;
}
.mobile-search-btn button img {
  object-fit: contain;
  width: 25px;
  filter: invert(1);
}

.search-container .mobile-close-btn {
  position: absolute;
  top: -25px;
  right: -25px;
  display: none;
}
.search-container .mobile-close-btn button {
  background: transparent;
  border: none;
}
.search-container .mobile-close-btn button img {
  filter: invert(1);
  width: 20px;
}

@media screen and (max-width: 1250px) {
  .header-tools .stocks-h {
    display: none;
  }
  .header-tools .discount-h {
    display: none;
  }
  .header-tools {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1000px) {
  .mobile-search-btn {
    display: block;
  }
  .search-container .mobile-close-btn {
    display: block;
  }
  header .search-container {
    border-radius: 10px;
    z-index: 55;
    background: white;
    padding: 30px;
    width: 80vw;
    left: 50%;
    transform: translateX(-50%);
    position: fixed;
    top: -100%;
  }
  header .search-container .search-c {
    margin-right: 0px;
  }
  header .search-container .search-c input {
    max-width: unset;
    width: calc(100% - 55px);
  }
  header .search-container.show {
    top: 50px;
  }
}
/*search end*/
@media screen and (max-width: 1480px) {
  .logo {
    max-width: 210px;
  }
  .header-tools .phone a {
    font-size: 21px;
  }
  .header-tools .phone span {
    font-size: 13px;
  }
  .header-tools .stocks-h {
    margin-left: 15px;
  }
  .header-tools .discount-h {
    margin-left: 15px;
  }
  .header-tools .cart {
    margin-left: 15px;
  }
}
@media screen and (max-width: 780px) {
  .header-top .catalog-btn {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .mobile-search-btn button img {
    width: 22px;
    margin-bottom: -3px;
  }
  .logo {
    margin: 0 15px;
  }
  .header-top .header-tools .user {
    display: none;
  }
  .header-tools .phone a {
    font-size: 16px;
  }
  .header-tools .phone span {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .promo-line span {
    font-size: 12px;
  }
  .header-tools .phone {
    margin-left: 0px;
  }
}
.logo img {
  margin-bottom: 0;
}

/* header end*/
/*xxxxxxxxxxxx*/
.menu-main-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: white;
  padding: 25px 35px 20px 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-main-top img {
  width: 200px;
  height: 18px;
}

.menu-main-top .menu-mob {
  position: unset;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 28px;
}

.menu-main-bottom {
  z-index: 2;
  background: white;
  position: absolute;
  bottom: 0px;
  padding-bottom: 20px;
  padding-top: 20px;
  width: -webkit-calc(100% - 16px);
  width: calc(100% - 16px);
}

.header-s .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.menu-main-content {
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 300px;
}

.menu-main-content ul {
  list-style: none;
  position: relative;
}

.menu-main-content > ul.no-hover > li > a.maintainHover {
  background: white;
}

.menu-main-content .no-hover .level-2 {
  display: none !important;
}

.menu-main-content .no-hover .level-2.displ {
  display: block !important;
}

.menu-main-ul {
  padding-top: 10px;
  position: relative;
}

.menu-main-content > ul > li .level-2 {
  display: none;
}

.menu-main-content {
  position: relative;
}
@media screen and (min-width: 577px) {
   .menu-main-content {
    min-height: 428px;
    max-height: 428px;
  }
}
.menu-main-content .level-2 {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  overflow-y: hidden;
  position: absolute;
  top: 0px;
  width: calc(100vw - 340px);
  background: white;
  left: 300px;
  height: -webkit-calc(100vh - 150px);
  height: calc(100vh - 150px);
  max-width: 1240px;
  min-height: 428px;
  max-height: 428px;
  z-index: 3;
}

.menu-main-content.catalog-li .level-2 {
  top: 110px;
}

.menu-main-content .lvl-m {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 6px 0px;
}

.menu-main-content .l-h-m {
  overflow-y: auto;
  width: 370px;
  max-height: 428px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.menu-main-content UL.list-big-menu {
  margin: 0;
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0px;
  margin-bottom: 0px;
  list-style-type: none;
}

.menu-main-content UL.list-big-menu li a {
  display: block;
  color: #424343;
  font-size: 16px;
  padding: 6px 20px 6px 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: left;
}
.menu-main-content UL.list-big-menu li a:hover, .menu-main-content UL.list-big-menu li a:focus {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: rgba(63, 78, 93, 0.0509803922);
}

.menu-main-content UL.list-big-menu li a.title {
  display: inline-block;
  padding-right: 14px;
  padding-bottom: 3px;
  color: #424343;
  font-size: 16px;
}

.menu-main-content UL.list-big-menu li a.title:hover {
  text-decoration: unset;
}

.menu-main-content > ul > li {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  padding: 0 8px;
}

.menu-main-content > ul > li:hover {
  background: rgba(63, 78, 93, 0.0509803922);
}

.menu-main-content > ul > li:hover > a > img {
  filter: invert(21%) sepia(84%) saturate(7468%) hue-rotate(351deg) brightness(93%) contrast(92%);
}

.menu-main-content ul li > a {
  font-size: 18px;
  height: 100%;
  padding: 9px 0;
  width: 100%;
  color: black;
  display: flex;
  align-items: center;
}
.img-cat{
  width: 45px;
  min-width: 45px;
}
.menu-main-content ul li > a img {
  object-fit: contain;
  width: 25px;
  min-width: 25px;
  margin-right: 20px;
  transition: 0s;
}

.unit-toggle.has-toggle {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.unit-toggle-span {
  padding: 12px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.unit-title {
  text-transform: uppercase;
}

.unit-toggle__icon {
  margin-right: 10px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
}

.unit-toggle__icon:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: black;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.unit-toggle__icon:after {
  display: block;
  content: "";
  height: 100%;
  width: 1px;
  background: black;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.submenu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: none;
  max-height: unset;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 10px;
  -webkit-transition: max-height 0.3s;
  -o-transition: max-height 0.3s;
  transition: max-height 0.3s;
  padding-bottom: 15px;
  overflow: hidden;
}

.submenu-list[style*="display: block"] {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.submenu-list a {
  font-size: 0.9em;
  padding: 5px;
  color: black;
}

.menu-main-container .menu-main-container-in::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}

.menu-main-container .menu-main-container-in::-webkit-scrollbar {
  width: 12px;
  background-color: transparent;
}

.menu-main-container .menu-main-container-in::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #757575;
}

.menu-main-content .level-2.level2-info {
  width: 265px;
  height: auto;
  padding-bottom: 15px;
  padding-top: 10px;
}

.menu-main-content .level-2.level2-info a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1080px) {
  .menu-main-container .brends-s .bl {
    width: 100%;
    height: auto;
    padding: 10px 0;
  }
  .menu-main-content .level-2 {
    width: -webkit-calc(100vw - 420px);
    width: calc(100vw - 420px);
  }
}
@media screen and (max-width: 670px) {
  .menu-main-container .dresses {
    padding: 0;
  }
  .menu-main-container .dresses .dress-image {
    display: none;
  }
  .menu-main-container .dress-list {
    margin-left: 0px;
  }
  .menu-main-container {
    width: 275px;
  }
  .menu-main-content .l-h-m {
    max-height: 412px;
  }
  .menu-main-content .level-2 {
    min-height: 424px;
    max-height: 424px;
  }
  .menu-main-content ul li > a {
    font-size: 17px;
  }
  .menu-main-top {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .menu-main-top img {
    display: none;
  }
}
.mobile-block {
  display: none;
}

.catalogMenu-navigation {
  display: flex;
  padding: 10px;
  padding: 15px 20px;
  justify-content: space-between;
  border-bottom: 1px solid #f6f6f6;
  margin-bottom: 5px;
}
.catalogMenu-navigation span {
  font-weight: 500;
  font-size: 23px;
}

.subcatalogMenu-navigation {
  display: flex;
  padding: 15px 20px;
  border-bottom: 1px solid #f6f6f6;
  margin-bottom: 5px;
  justify-content: space-between;
  align-items: center;
}
.subcatalogMenu-navigation span {
  font-weight: 500;
  font-size: 23px;
}

.close-catalogMenu {
  margin-left: auto;
}
.close-catalogMenu img {
  width: 12px;
}

.close-subcatalogMenu img {
  width: 25px;
}

@media screen and (max-width: 576px) {
  .menu-main-content UL.list-big-menu li a {
    padding: 8px 20px 8px 20px;
  }
  .mobile-block {
    display: block;
  }
  .menu-main-content .l-h-m {
    max-height: unset;
  }
  .menu-main-content {
    width: 100%;
  }
  .menu-main-container {
    width: 100%;
  }
  .menu-main-container .menu-main-container-in {
    height: -webkit-calc(100% - 40px);
    height: calc(100% - 40px);
    overflow-y: auto;
  }
  .menu-main-content {
    height: calc(var(--vh, 1vh) * 100);
  }
  .menu-main-content .level-2.level2-info {
    width: 100%;
  }
  .menu-main-content > ul {
    height: calc(100% - 58px);
    padding: 0 15px 15px;
    overflow-y: auto;
  }
  .menu-main-content .level-2.level2-info ul {
    padding: 0 20px;
  }
  .menu-main-content .lvl-m {
    padding-top: 0;
    height: calc(100% - 58px);
    overflow-y: auto;
    padding-bottom: 15px;
  }
  .menu-main-ul:after {
    display: none;
  }
  #mobile-menu-button {
    display: none !important;
  }
  .has-drop:after {
    top: 15px !important;
  }
  .has-drop.has-drop-act:after {
    -webkit-transform: rotateZ(0deg);
    -ms-transform: rotate(0deg);
    transform: rotateZ(0deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .menu-main-content > ul > li:hover {
    background: white;
  }
  .menu-main-content .no-hover .level-2 {
    display: block !important;
  }
  .menu-main-content > ul > li .level-2 {
    position: fixed;
    width: 100%;
    display: block !important;
    height: calc(var(--vh, 1vh) * 100);
    left: -100%;
    transition: 0.3s;
    max-height: unset;
    min-height: unset;
  }
  .menu-main-content > ul > li .level-2.mobile-sub-open {
    left: 0;
  }
  .menu-main-top {
    z-index: 2;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .menu-main-top img {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  .menu-main-content .l-h-m {
    width: 100%;
  }
  .menu-main-content > ul > li .level-2 .center {
    padding: 20px;
  }
}
.has-drop > a {
  position: relative;
}

.has-drop > a:after {
  position: absolute;
  content: "";
  background: url(../images/arrow_scroll.svg) no-repeat;
  background-size: contain;
  display: block;
  width: 5px;
  height: 12px;
  right: 5px;
  top: calc(50% - 6px);
  transform: rotateZ(-180deg);
}

.has-drop:hover > a:after {
  background: url(../images/arr-2.svg) no-repeat;
  background-size: contain;
}

.menu-promo {
  max-height: 428px;
  position: relative;
  max-width: 720px;
  width: calc(100% - 370px);
  margin-bottom: -19px;
  margin-left: auto;
  margin-top: -6px;
}
.menu-promo img {
  height: 100%;
}
.menu-promo .default-btn-tr {
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  position: absolute;
  background: #1e3264;
  color: white;
  border: 2px solid white;
}
.menu-promo .default-btn-tr:hover, .menu-promo .default-btn-tr:focus {
  background: #2a468b;
}
@media screen and (max-width: 1180px) {
  .menu-promo {
    display: none;
  }
}
/*xxxxxxxxxxxx*/
/*main-page-top*/
.main-page-top {
  margin-bottom: 70px;
}
.main-page-top .default-block {
  display: flex;
  justify-content: space-between;
}
.main-page-top .main-left .menu-wrapper {
  margin-top: 25px;
}
.main-page-top .main-right {
  margin-top: 25px;
  width: calc(100% - 360px);
}

.slider {
  height: 100%;
  margin-bottom: 0 !important;
}
.slider .slick-list, .slider .slick-track {
  height: 100%;
  max-height: 450px;
}
.slider .slick-slide {
  height: 100%;
}
.slider .slick-slide > div {
  height: 100%;
}
.slider .slide-banner {
  display: block !important;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.slider img {
  min-width: 100%;
  min-height: 100%;
}
.slider .slick-dots {
  bottom: 15px;
}
.slider .slick-dots li button {
  padding: 0 !important;
  width: 10px !important;
  height: 10px !important;
}
.slider .slick-dots li {
  height: 10px !important;
  width: 10px !important;
}
.slider .slick-dots li button:before {
  content: "" !important;
  width: 8px !important;
  opacity: 1 !important;
  height: 8px !important;
  border: 1px solid white;
  background: #fff;
  border-radius: 50%;
  font-size: 18px !important;
}
.slider .slick-dots li.slick-active button:before {
  background: #1e3264;
  border: 1px solid #767676;
}
.slider .slick-next, .slider .slick-prev {
  opacity: 0.8;
  background: transparent;
  width: 18px;
  height: 44px;
}
.slider .slick-next:hover, .slider .slick-next:focus, .slider .slick-prev:hover, .slider .slick-prev:focus {
  opacity: 1;
  background: transparent;
}
.slider .slick-next:before, .slider .slick-prev:before {
  content: "";
  display: block;
  width: 18px;
  height: 44px;
  background: url("../images/arrow_scroll_white.svg") no-repeat;
  background-size: contain;
}
.slider .slick-next {
  right: -43px;
  transform: translate(0, -50%) rotateZ(180deg);
}

.slider .slick-next {
  border-radius: 50%;
  width: 25px;
  height: 50px;
  right: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.slider .slick-next:before {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 50px;
  width: 25px;
}

.slider .slick-prev {
  border-radius: 50%;
  left: 30px;
  width: 25px;
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.slider .slick-prev:before {
  height: 50px;
  width: 25px;
  top: 0px;
  right: 0px;
  position: absolute;
}

.main-page-top .catalog-btn {
  display: none;
}

@media screen and (max-width: 480px) {
  .slider .slick-prev {
    left: 5px;
  }
  .slider .slick-next {
    right: 5px;
  }
}
@media screen and (max-width: 1000px) {
  .main-page-top {
    margin-bottom: 40px;
  }
  .main-page-top .catalog-btn {
    width: 100%;
    margin-top: 15px;
    margin-right: 0;
    display: flex;
  }
  .main-page-top .catalog-btn button {
    justify-content: center;
    border-radius: 0;
    width: 100%;
    display: flex;
    position: relative;
  }
  .main-page-top .catalog-btn button img {
    position: absolute;
    top: 9px;
    left: 15px;
  }
  .main-page-top .main-right {
    width: 100%;
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .main-page-top {
    margin-bottom: 20px;
  }
}
/*main-page-top end*/
/*mobile catalog start*/
@media screen and (max-width: 1000px) {
  .main-left {
    position: fixed;
    display: none;
  }
}
/*mobile catalog end*/
/*products-slider-tabs  start*/
.tabs {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto 20px;
}

.radiotab {
  position: absolute;
  opacity: 0;
}

.tabs > .label {
  margin: 0px;
  display: flex;
  align-items: center;
  background: white;
  margin-bottom: -1px;
  width: auto;
  padding: 19px 30px;
  cursor: pointer;
  font-size: 24px;
  color: #b2b3b3;
  transition: background 0.3s, color 0.3s;
  border: none;
  border-radius: 0;
  text-align: center;
  border-top: solid 1px white;
  border-left: solid 1px white;
  border-right: solid 1px white;
  border-bottom: solid 1px white;
}
.tabs > .label img {
  object-fit: contain;
  filter: invert(81%) sepia(1%) saturate(0%) hue-rotate(210deg) brightness(88%) contrast(90%);
  width: 25px;
  margin-right: 18px;
}
.tabs > .label:hover {
  color: black;
}
.tabs > .label:hover img {
  filter: none;
}
.radiotab:checked + .label {
  z-index: 1;
  color: #000;
  border-top: solid 1px #b2b3b3;
  border-left: solid 1px #b2b3b3;
  border-right: solid 1px #b2b3b3;
  border-bottom: none;
}
.radiotab:checked + .label img {
  filter: none;
}

.panel {
  order: 99;
  position: absolute;
  padding: 20px 30px 0px;
  top: 72px;
  background: #fff;
  width: 100%;
  opacity: 0;
  z-index: -1;
  border-top: solid 1px #b2b3b3;
}

.radiotab:checked + .label + .panel {
  position: unset;
  opacity: 1;
  z-index: 0;
}

@media screen and (max-width: 1650px) {
  .tabs > .label {
    font-size: 19px;
  }
}
@media screen and (max-width: 700px) {
  .tabs > .label {
    padding: 10px 15px;
    font-size: 14px;
  }
  .tabs > .label img {
    width: 15px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 576px) {
  .panel {
    padding: 15px 15px 0px;
  }
}
@media screen and (max-width: 480px) {
  .tabs > .label {
    padding: 6px 7px;
  }
}
/* new tab mobile degisn */
.mobile-tabs-navigation {
  display: none;
}

.mobile-tabs-navigation-tools {
  display: none;
}

@media screen and (max-width: 480px) {
  .mobile-adapt .mobile-tabs-navigation {
    display: flex;
    background: white;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 2;
    justify-content: center;
    border-bottom: solid 1px #b2b3b3;
    padding: 5px 0 0 0;
  }
  .mobile-adapt .mobile-tabs-navigation .label {
    padding: 9px 7px;
    border-bottom: solid 1px #b2b3b3;
  }
  .mobile-adapt .mobile-tabs-navigation .label.active {
    z-index: 1;
    color: #000;
    border-top: solid 1px #b2b3b3;
    border-left: solid 1px #b2b3b3;
    border-right: solid 1px #b2b3b3;
    border-bottom: solid 1px white;
  }
  .mobile-adapt .radiotab:checked + .label + .panel {
    position: absolute;
    opacity: 0;
    z-index: -1;
  }
  .mobile-adapt .panel {
    border-top: none;
  }
  .mobile-adapt .panel.active {
    position: unset !important;
    opacity: 1 !important;
    z-index: 0 !important;
  }
  .mobile-adapt label.label {
    display: none;
  }
  .mobile-adapt-menu .mobile-tabs-navigation-tools {
    display: flex;
    background: white;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 2;
    justify-content: center;
    border-bottom: solid 1px #b2b3b3;
    padding: 5px 0 0 0;
  }
  .mobile-adapt-menu .mobile-tabs-navigation-tools .label:nth-child(2) {
    margin-left: 3px;
  }
  .mobile-adapt-menu .mobile-tabs-navigation-tools .label.active {
    z-index: 1;
    color: #e31e24;
    border-color: #e31e24;
  }
  .mobile-tabs-navigation-active {
    display: flex;
  }
  .mobile-tabs-navigation-list-close {
    width: 30px;
    position: fixed;
    top: 5px;
    right: 5px;
  }
  .mobile-tabs-navigation-more {
    width: 30px;
    display: flex;
    margin-left: 20px;
    align-items: center;
  }
  .products-slider-tabs-v2 .mobile-tabs-navigation-list .label {
    font-size: 18px;
    padding: 15px 6px;
    border: none;
  }
  .mobile-tabs-navigation-list {
    z-index: 35;
    display: none;
    overflow-y: auto;
    background: white;
    padding: 45px 40px 30px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: 0.3s;
    opacity: 0;
  }
  .mobile-tabs-navigation-list.active {
    display: block;
  }
  .mobile-tabs-navigation-list.show {
    opacity: 1;
    transition: 0.3s;
  }
  .mobile-adapt-menu .radiotab:checked + .label + .panel {
    position: absolute;
    opacity: 0;
    z-index: -1;
  }
  .mobile-adapt-menu .panel {
    border-top: none;
  }
  .mobile-adapt-menu .panel.active {
    position: unset !important;
    opacity: 1 !important;
    z-index: 0 !important;
  }
  .mobile-adapt-menu label.label {
    display: none;
  }
}
/* tabs end*/
/* catalog fixed menu start*/
header.catalog-view {
  z-index: 40;
  background: white;
}

.fixed-menu-catalog {
  display: none;
  position: fixed;
  top: 95px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 40;
  max-width: 1580px;
  width: 100%;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.fixed-menu-catalog.active {
  display: block;
}
.fixed-menu-catalog.active + .side-menu__bg_popup2 {
  transition: visibility 0s, opacity 0.5s linear;
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 1000px) {
  .menu-main-content .level-2 {
    width: calc(100vw - 340px);
  }
}
@media screen and (max-width: 576px) {
  .fixed-menu-catalog {
    display: block;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -200vw;
    transform: unset;
    z-index: 40;
    max-width: 1580px;
    width: 100%;
    transition: 0.3s;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .fixed-menu-catalog.active {
    left: 0;
    transition: 0.3s;
  }
}
/* catalog fixed menu end*/
/* products-slider-tabs-v2 start*/
.products-slider-tabs-v2 .radiotab:checked + .label:after {
  display: none;
}
.products-slider-tabs-v2 .panel {
  top: 51px;
  margin-top: 45px;
  padding: 0;
  border-top: unset;
}
.products-slider-tabs-v2 .tabs {
  justify-content: flex-start;
}
.products-slider-tabs-v2 .label {
  border: solid 1px #b2b3b3;
  border-radius: 5px;
  margin: 0 5px;
  background: white;
  min-width: 110px;
  width: auto;
  padding: 10px 23px;
  text-align: center;
  justify-content: center;
  cursor: pointer;
  font-size: 25px;
}
.products-slider-tabs-v2 .label img {
  filter: none;
}
.products-slider-tabs-v2 .label:nth-child(2) {
  margin-left: 0;
}
.products-slider-tabs-v2 .radiotab:checked + .label {
  border: solid 1px #e31e24;
  color: black;
}
.products-slider-tabs-v2 .radiotab:checked + .label img {
  filter: invert(21%) sepia(84%) saturate(7468%) hue-rotate(351deg) brightness(93%) contrast(92%);
}

.products-slider-tabs-v2 .panel .default-block2 {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 1650px) {
  .products-slider-tabs-v2 .label {
    font-size: 19px;
  }
}
@media screen and (max-width: 1280px) {
  .products-slider-tabs-v2 .panel .tabs .default-block2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1080px) {
  .products-slider-tabs-v2 .label {
    font-size: 17px;
    padding: 4px 6px;
  }
}
@media screen and (max-width: 790px) {
  .products-slider-tabs-v2 .product-list.products-slider .slick-track {
    padding-top: 15px;
  }
  .products-slider-tabs-v2 .panel {
    margin-top: 25px;
  }
  .products-slider-tabs-v2 .label {
    min-width: unset;
    font-size: 15px;
    padding: 4px 6px;
  }
  .tabs .label img {
    width: 15px;
    margin-right: 7px;
  }
}
@media screen and (max-width: 480px) {
  .products-slider-tabs-v2 .label {
    margin: 0 3px 6px;
    border-radius: 2px;
  }
  .products-slider-tabs-v2 .panel {
    margin-top: 10px;
  }
  .products-slider-tabs-v2 .tabs {
    justify-content: center;
  }
}
/* tabs end*/
.container-title {
  font-size: 29px;
  color: black;
  font-weight: 400;
  margin-bottom: 20px;
}

.block-title {
  margin-bottom: 20px;
}
.block-title h2, .block-title h3 {
  font-weight: 800;
  font-size: 49px;
  font-size: max(4.1525423729vw, 25px);
  line-height: max(4.1525423729vw, 33.75px);
}
@media (min-width: 1180px) {
  .block-title h2, .block-title h3 {
    font-size: 49px;
    line-height: 53.9px;
  }
}

@media screen and (max-width: 576px) {
  .block-title h2, .block-title h3 {
    text-align: center;
  }
}
.default-btn-tr {
  font-family: raleway;
  padding: 17px 43px;
  color: #1e3264;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 7px;
  border: 1px solid #1e3264;
  background: white;
  display: flex;
  transition: 0.3s;
}
.default-btn-tr:hover, .default-btn-tr:focus {
  background: #2a468b;
  background: #1e3264;
  color: white;
  transition: 0.3s;
}

.default-btn-blue {
  font-family: raleway;
  padding: 17px 43px;
  color: white;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 7px;
  border: 1px solid #1e3264;
  background: #1e3264;
  display: flex;
  transition: 0.3s;
}
.default-btn-blue:hover, .default-btn-blue:focus {
  background: #2a468b;
  color: white;
  transition: 0.3s;
}

.buy-btn img {
  display: none !important;
}

.default-btn-tr.small {
  padding: 12px 25px;
  font-size: 17px;
  text-transform: unset;
}

.default-btn-tr.narrow {
  padding: 8px 25px;
  font-size: 17px;
  text-transform: unset;
}

.default-btn-tr-img {
  font-family: raleway;
  color: #1e3264;
  font-size: 17px;
  font-weight: 500;
  border-radius: 7px;
  border: 1px solid #1e3264;
  background: white;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding: 14px 25px;
}
.default-btn-tr-img img {
  margin-left: 17px;
  margin-top: 2px;
  width: 17px;
}
.default-btn-tr-img:hover, .default-btn-tr-img:focus {
  transition: 0.3s;
}

.default-btn-violet {
  font-family: raleway;
  color: black;
  font-size: 17px;
  font-weight: 500;
  border-radius: 7px;
  background: #e2e7f5;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding: 14px 25px;
}
.default-btn-violet img {
  margin-left: 17px;
  width: 17px;
}
.default-btn-violet:hover, .default-btn-violet:focus {
  background: #bcc8e8;
  transition: 0.3s;
}

/*product item start*/
#product-price-place{
  color: #1e3264;
}
/*product item end*/
/*product list start*/
.product-prices {
  margin-bottom: -3px;
  display: flex;
  margin-top: 0px;
  position: relative;
}
.product-prices .product-price-old-container {
  display: flex;
  align-items: center;
}
.product-prices .product-price-old-container .percent {
  font-size: 14px;
  background: #1e3264;
  color: white;
  font-weight: 100;
  padding: 2px 10px;
}
.product-prices .product-price-old {
  margin-left: 10px;
  display: none;
  align-items: flex-end;
  white-space: nowrap;
  position: unset;
  color: #aeaeae;
  top: -21px;
  left: -11px;
}
.product-prices .product-price-old p {
  white-space: nowrap;
  display: flex;
  align-items: flex-end;
  padding: 0 25px;
  font-size: 23px;
  color: #aeaeae;
  font-weight: 100;
  text-decoration: line-through;
}
.product-prices .product-price-old p span {
  display: block;
  margin-bottom: 0px;
  font-size: 20px;
}
.product-prices .product-price {
  white-space: nowrap;
  font-size: 29px;
  font-family: GTETextMedium !important;
  color: black;
}
.product-prices .product-price span {
  padding: 0;
  font-family: GTETextMedium !important;
  font-size: 25px;
}

.products-container .item {
  min-height: var(--itmheight);
  background: white;
  position: relative;
  display: block !important;
  margin: auto;
  box-sizing: border-box;
  transition: all 0.2s ease-out;
}
.products-container .item .set-favourite {
  position: absolute;
  top: 15px;
  right: 15px;
}
.products-container .item .not-available-block {
  margin-top: 10px;
  display: none;
}
.products-container .item .not-available-block a {
  width: 100%;
  font-size: 12px;
  text-transform: uppercase;
  color: #babcbb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #aeaeae;
  padding: 14px 5px;
  margin-bottom: 2px;
  margin-top: 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.products-container .item .not-available-block a:hover, .products-container .item .not-available-block a:focus {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.products-container .item .not-available-block p {
  font-size: 11px;
  text-transform: uppercase;
  color: #babcbb;
}
.products-container .item .count {
  margin-bottom: 5px;
}
.products-container .item .count span {
  font-size: 12px;
  text-align: right;
}
.products-container .item .item-bottom {
  z-index: 2;
  position: relative;
  background: white;
  justify-content: space-between;
  display: flex;
  align-items: flex-end;
  padding: 0 15px 15px 15px;
}
.products-container .item .img {
  overflow: hidden;
  position: relative;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
  text-align: center;
  padding-bottom: 69%;
  max-width: 100%;
  width: 100%;
}
.products-container .item .img > a {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  height: calc(100% - 12px);
  width: 100%;
}
.products-container .item .img img {
  object-fit: cover;
  width: 100%;
  margin: auto;
  max-height: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}
.products-container .item .img .img-list img {
  display: none;
}
.products-container .item .img .img-list img.active-img, .products-container .item .img .img-list img.nav-itm-freeze, .products-container .item .img .img-list img.main-img {
  display: block;
}
.products-container .item .img .img-list img.main-img:not(.active-img) {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.products-container .item .item-title {
  padding: 0 15px;
  text-align: left;
  margin-bottom: 5px;
  height: 45px;
  overflow: hidden;
}
.products-container .item .item-title a {
  font-size: 24px;
  font-family: GTE !important;
  line-height: 26px;
  letter-spacing: 0.2px;
  color: black;
}
.products-container .item .available-block p {
  position: relative;
  font-size: 17px;
  color: #129f4b;
  font-weight: 100;
}
.products-container .item .on-order-block p {
  position: relative;
  font-size: 17px;
  color: #b2b3b3;
  font-weight: 100;
}
.products-container .item .props span {
  font-weight: 100;
  display: block;
  font-size: 17px;
  color: #b2b3b3;
}
.products-container .item .item-middle {
  background: white;
  margin-bottom: 0px;
  padding: 0 15px 15px 15px;
  display: none;
  min-height: 73px;
}
.products-container .item .item-middle-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.products-container .item .item-wr {
  margin-bottom: 10px;
  border: 1px solid white;
}
.products-container .item:hover .item-wr, .products-container .item:focus .item-wr {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  border: 1px solid #e4e5e5;
}
.products-container .item:hover .item-middle, .products-container .item:focus .item-middle {
  display: block;
}
.products-container .item .img-navs {
  display: flex;
  position: absolute;
  bottom: 0px;
  width: 100%;
  opacity: 0;
}
.products-container .item .img-navs .nav-itm {
  width: calc(25% - 14px);
  margin: 0 7px;
  height: 3px;
  background: #F0F1F2;
}
.products-container .item .img-navs .nav-itm.nav-itm-freeze, .products-container .item .img-navs .nav-itm.nav-itm-active {
  background: black;
}
.products-container .item [data-child="2"] .img-navs .nav-itm {
  width: calc(50% - 14px);
}
.products-container .item [data-child="3"] .img-navs .nav-itm {
  width: calc(33.33% - 14px);
}
.products-container .item:hover .img-navs, .products-container .item.hover .img-navs {
  opacity: 1;
}
.products-container .item .on-order-block {
  display: none;
}
.products-container .item .order-btn {
  display: none;
  background: #1e3264;
  color: white;
}
.products-container .item .order-btn:hover, .products-container .item .order-btn:focus {
  background: #2a468b;
}
.products-container .item .toorder .on-order-block {
  display: block;
}
.products-container .item .toorder .item-middle {
  justify-content: flex-end;
}
.products-container .item .toorder .order-btn {
  display: flex;
}
.products-container .item .toorder .buy {
  display: none;
}
.products-container .item .toorder .available-block {
  display: none;
}
.products-container .item .pr_on_order .on_order_text {
  display: inline-block;
}
.products-container .item .pr_on_order .product-prices {
  display: none;
}
.products-container .item .pr_on_order .img img {
  opacity: 0.5;
}
.products-container .item .pr_on_order .bottom_pr {
  display: none;
}
.products-container .item .pr_on_order .order-block {
  display: block;
}
.products-container .available-block p {
  color: #129f4b;
}
.products-container .available-block p:before {
  display: none;
}
.products-container .default-btn-tr {
  align-items: center;
  padding: 10px 33px;
}
.products-container .default-btn-tr img {
  margin-left: 17px;
  width: 20px;
  display: none;
}

.stocks {
  cursor: pointer;
  position: absolute;
  top: 5px;
  left: 10px;
  right: 10px;
  padding: 0px;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
.stocks span {
  color: black;
  font-size: 17px;
  padding: 2px 4px;
  display: none;
}

.pr_new .stocks .new-stock_text {
  display: inline-flex !important;
  align-items: center;
}
.pr_new .stocks .new-stock_text:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/icon_new_color.svg") no-repeat;
  background-size: contain;
  margin-right: 5px;
}

.not-available .product-prices {
  display: none;
}
.not-available .img {
  opacity: 0.5;
}
.not-available .bottom_pr {
  display: none;
}
.not-available .available-block .available {
  display: none;
}
.not-available .available-block .onorder {
  display: none;
}
.not-available .available-block .not-available {
  display: block !important;
}
.not-available .not-available-block {
  margin-top: 32px;
  display: block;
}
.not-available .add-to-cart {
  display: none !important;
}

.props-down {
  display: none;
}

.on-order .add-to-cart {
  display: none !important;
}
.on-order .product-prices {
  display: none;
}
.on-order .img {
  opacity: 0.5;
}
.on-order .bottom_pr {
  display: none;
}
.on-order .available-block .available {
  display: none;
}
.on-order .available-block .onorder {
  display: block !important;
}
.on-order .available-block .not-available {
  display: none;
}
.on-order .on-order-block {
  display: block !important;
}

.discount .product-prices .product-price {
  color: black;
}
.discount .product-prices .product-price-old {
  display: flex;
}
.discount .stocks .new-discount_text {
  display: inline-flex !important;
  align-items: center;
}
.discount .stocks .new-discount_text:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/icon_actsii.svg") no-repeat;
  background-size: contain;
  margin-right: 5px;
}

.hit .stocks .hit_text, .pr_top .stocks .hit_text {
  display: inline-flex !important;
  align-items: center;
}
.hit .stocks .hit_text:before, .pr_top .stocks .hit_text:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/icon_TOP_color.svg") no-repeat;
  background-size: contain;
  margin-right: 5px;
}

@media screen and (max-width: 576px) {
  .stocks span {
    font-size: 13px;
  }
  .products-container .item .discount .stocks .new-discount_text:before {
    width: 15px;
    height: 15px;
  }
  .products-container .item .hit .stocks .hit_text:before {
    width: 15px;
    height: 15px;
  }
  .products-container .item .pr_new .stocks .new-stock_text:before {
    width: 15px;
    height: 15px;
  }
}
.on-order-block {
  display: none;
}

.order-btn {
  display: none;
  background: #1e3264;
  color: white;
}
.order-btn:hover, .order-btn:focus {
  background: #2a468b;
}

.toorder .on-order-block {
  display: block;
}
.toorder .item-middle {
  justify-content: flex-end;
}
.toorder .order-btn {
  display: flex;
}
.toorder .buy {
  display: none;
}
.toorder .available-block {
  display: none;
}

.pr_on_order .on_order_text {
  display: inline-block;
}
.pr_on_order .product-prices {
  display: none;
}
.pr_on_order .img img {
  opacity: 0.5;
}
.pr_on_order .bottom_pr {
  display: none;
}
.pr_on_order .order-block {
  display: block;
}

/*product slider start*/
.discount-slider .products-container .item .discount .stocks .new-discount_text {
  display: none !important;
}

.pr_new-slider .products-container .item .pr_new .stocks .new-stock_text {
  display: none !important;
}

.hits-slider .products-container .item .discount .stocks .hit_text {
  display: none !important;
}

@media screen and (max-width: 576px) {
  .products-slider-tabs .tabs .default-block2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*product slider end*/
.products-slider-section {
  padding-bottom: 1px;
}
.products-slider-section .slick-track {
  margin-left: unset !important;
}

.products-slider {
  min-height: var(--itmheight);
}

.product-list.products-slider {
  margin: 0 -10px;
}
.product-list.products-slider .slick-track {
  padding-bottom: 58px;
  padding-top: 30px;
  margin-top: -20px;
}
.product-list.products-slider .slick-next, .product-list.products-slider .slick-prev {
  background: white;
  width: 18px;
  height: 44px;
}
.product-list.products-slider .slick-next:before, .product-list.products-slider .slick-prev:before {
  content: "";
  display: block;
  width: 18px;
  height: 44px;
  background: url("../images/arrow_scroll.svg") no-repeat;
  background-size: contain;
}
.product-list.products-slider .slick-next {
  right: -43px;
  transform: translate(0, -50%) rotateZ(180deg);
}
.product-list.products-slider .slick-slide {
  box-sizing: unset !important;
  padding: 10px;
}
.product-list .products-container:not(.slick-slider) {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.product-list .products-container:not(.slick-slider) .item {
  width: calc(25% - 20px);
  margin: 0 10px 20px 10px;
}

@media screen and (max-width: 1840px) {
  .product-list.products-slider .slick-next {
    border-radius: 50%;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 15px;
    z-index: 2;
  }
  .product-list.products-slider .slick-next:before {
    position: absolute;
    height: 23px;
    width: 12px;
  }
  .product-list.products-slider .slick-prev {
    left: 36px;
    border-radius: 50%;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }
  .product-list.products-slider .slick-prev:before {
    position: absolute;
    height: 23px;
    width: 12px;
  }
}
@media screen and (max-width: 1650px) {
  .default-btn-tr {
    padding: 8px 24px;
    font-size: 16px;
  }
  .products-container .item .item-title {
    margin-bottom: 5px;
    height: 35px;
  }
  .product-prices .product-price-old {
    top: -19px;
    left: -18px;
  }
  .products-container .item .item-title a {
    font-size: 21px;
    line-height: 23px;
  }
  .product-prices .product-price {
    font-size: 29px;
  }
  .product-prices .product-price-old p {
    font-size: 21px;
  }
  .product-prices .product-price-old p span {
    margin-bottom: 1px;
    font-size: 14px;
  }
  .products-container .item2 .default-btn-tr {
    padding: 8px 24px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1450px) {
  .product-prices .product-price {
    font-size: 21px;
  }
  .product-prices .product-price span {
    font-size: 21px;
  }
}
@media screen and (max-width: 1050px) {
  .product-prices .product-price-old {
    top: -19px;
    left: -18px;
  }
  .products-container .item .item-title a {
    font-size: 19px;
    line-height: 23px;
  }
  .product-prices .product-price {
    font-size: 23px;
  }
  .product-prices .product-price-old p {
    font-size: 17px;
  }
  .product-prices .product-price-old p span {
    margin-bottom: 1px;
    font-size: 14px;
  }
  .product-prices .product-price-old-container .percent {
    font-size: 9px;
    padding: 2px 6px;
  }
}
@media screen and (max-width: 630px) {
  .products-container .default-btn-tr {
    padding: 6px 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1280px) {
  .product-list.products-slider .slick-prev {
    left: -10px;
    width: 12px;
    background: transparent;
    height: 23px;
  }
  .product-list.products-slider .slick-next {
    right: -10px;
    width: 12px;
    height: 23px;
    background: transparent;
  }
}
@media screen and (max-width: 992px) {
  .products-container .item .props span {
    font-size: 15px;
  }
}
@media screen and (max-width: 750px) {
  .products-container .item .props span {
    font-size: 12px;
  }
}
/*product end start*/
/*product slider start*/
@media screen and (max-width: 576px) {
  .products-container .item .img > a {
    top: 5px;
    left: 5px;
    display: flex;
    height: calc(100% - 12px);
    width: calc(100% - 10px);
  }
  .product-list .products-container:not(.slick-slider) .item {
    width: 50%;
    margin: 0 0 0 0;
  }
  .product-list .products-container:not(.slick-slider) .item .item-bottom {
    padding: 0 8px 14px 8px;
  }
  .product-list .products-container:not(.slick-slider) .item .item-title {
    line-height: 13px;
    margin-bottom: 5px;
  }
  .product-list .products-container:not(.slick-slider) .item .item-title a {
    line-height: 13px;
    font-size: 12px;
    font-weight: 500;
  }
  .product-list .products-container:not(.slick-slider) .item .item-wr {
    margin-bottom: 0;
    border: none;
    border-top: 1px solid #e4e5e5;
  }
  .product-list .products-container:not(.slick-slider) .item:nth-child(2n) .item-wr {
    border-left: 1px solid #e4e5e5;
  }
  .product-list .products-container:not(.slick-slider) .item:nth-child(1) .item-wr, .product-list .products-container:not(.slick-slider) .item:nth-child(2) .item-wr {
    border-top: 1px solid white;
  }
}
@media screen and (max-width: 480px) {
  .product-list.products-slider .slick-slide {
    padding: 2px;
  }
}
/*product slider end*/
/*catalog list start*/
.catalog-items .product-list .products-container {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.catalog-items .product-list .products-container .item {
  width: calc(33% - 20px);
  margin: 0 10px 20px 10px;
}
.catalog-items .product-list .products-container .item:hover .item-wr, .catalog-items .product-list .products-container .item:focus .item-wr {
  box-shadow: 2px 4px 14px rgba(0, 0, 0, 0.17);
}

@media screen and (max-width: 1400px) {
  .product-prices .product-price {
    font-size: 21px;
  }
  .product-prices .product-price span {
    font-size: 19px;
  }
  .product-prices .product-price-old p {
    font-size: 16px;
  }
  .products-container .item .item-title a {
    font-size: 17px;
    line-height: 17px;
  }
  .products-container .default-btn-tr {
    padding: 7px 15px;
  }
  .products-container .order-btn {
    padding: 5px 9px;
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .products-container .default-btn-tr {
    font-size: 12px;
  }
  .products-container .item .item-title {
    margin-bottom: 6px;
    height: 37px;
    line-height: 15px;
  }
  .products-container .item .item-title a {
    font-size: 15px;
    line-height: 15px;
  }
}
@media screen and (max-width: 650px) {
  .catalog-items .product-list .products-container {
    margin: 0;
  }
  .catalog-items .product-list .products-container .item {
    width: 50%;
    margin: 0px;
  }
}
@media screen and (max-width: 576px) {
  .products-container .item .item-title a {
    font-size: 15px;
    line-height: 16px;
  }
  .products-container .item .props span {
    font-size: 13px;
  }
  .products-container .item .available-block p {
    font-size: 15px;
  }
  .product-prices .product-price span {
    font-size: 15px;
  }
  .product-prices .product-price-old p {
    font-size: 13px;
    padding: 0 8px 0 0;
  }
  .product-prices .product-price-old p span {
    font-size: 13px;
  }
  .products-container .default-btn-tr {
    padding: 6px 8px 5px;
    border-radius: 4px;
    font-size: 10px;
  }
  .product-prices .product-price-old {
    top: -15px;
  }
  .product-prices .product-price {
    font-size: 15px;
  }
  .products-container .item .img {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 480px) {
  .products-container .item .img {
    padding-bottom: 66%;
  }
  .product-list.products-slider .slick-prev,
  .product-list.products-slider .slick-next {
    top: 42%;
  }
  .products-container .item .item-middle {
    padding: 0 8px 10px 8px;
    min-height: 40px;
  }
}
/*product update*/
@media screen and (max-width: 480px) {
  .product-list .products-container:not(.slick-slider) {
    margin: 0;
    max-height: var(--slStandardheight);
    overflow: hidden;
    transition: 0.3s;
  }
  .product-list .products-container:not(.slick-slider).showmore {
    max-height: var(--slMaxheight);
    transition: 0.3s;
  }
  .product-list .products-container:not(.slick-slider) .item {
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
    border: none !important;
    margin: 0px 0 20px 0;
  }
  .product-list .products-container:not(.slick-slider) .item .item-title {
    height: auto;
    margin-bottom: 10px;
  }
  .product-list .products-container:not(.slick-slider) .item .item-title a {
    line-height: 13px;
    font-size: 15px;
  }
  .product-list .products-container:not(.slick-slider) .item .img {
    margin-bottom: 16px;
  }
  .product-list .products-container:not(.slick-slider) .item .product-prices {
    margin-top: 0;
  }
  .product-list .products-container:not(.slick-slider) .item .item-bottom {
    padding: 0 15px 14px 15px;
  }
  .product-list .products-container:not(.slick-slider) .item .item-middle {
    display: block !important;
    padding: 0 15px 10px 15px;
  }
  .product-list .products-container:not(.slick-slider) .item .img > a {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
  }
  .product-list .products-container:not(.slick-slider) .item .item-wr {
    height: 100%;
    border: 1px solid #e4e5e5;
  }
  .product-list .products-container:not(.slick-slider) .item:hover .item-wr, .product-list .products-container:not(.slick-slider) .item:focus .item-wr {
    position: unset;
    box-shadow: unset;
  }
  .product-list .products-container:not(.slick-slider) .item .default-btn-tr {
    padding: 9px 20px 8px;
    border-radius: 4px;
    font-size: 14px;
  }
}
/*catalog list end*/
/* catalog lvl1 start*/
.catalog-lvl1 .products-container .item .img img {
  object-fit: contain;
}

.catalog-lvl1 .catalog-content {
  min-height: unset;
}

.catalog-lvl1 .catalog-items {
  width: 100%;
}

.catalog-lvl1 .product-list {
  min-height: unset;
  width: 100%;
}

.catalog-lvl1 .product-list .products-container .item:hover .img img {
  display: block !important;
}

.catalog-lvl1 .catalog-content .product-list .products-container .item {
  padding: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border: 1px solid white;
}

.catalog-lvl1 .catalog-content .product-list .products-container .item:hover {
  border: 1px solid #9c9c9c;
}

.catalog-lvl1 .catalog-content .product-list .products-container .item .default-btn-tr {
  display: block;
  text-align: center;
  margin: 30px auto 0;
}

@media screen and (max-width: 650px) {
  .catalog-lvl1 .catalog-content .product-list .products-container .item {
    padding: 10px;
  }
}
/* catalog lvl1 end*/
/*furniture-category*/
.furniture-category {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1450px;
  margin: 0 auto 85px;
}
.furniture-category .f-c-item {
  margin: 0 15px 20px 15px;
  width: calc(20% - 30px);
  text-align: center;
}
.furniture-category .f-c-item:hover, .furniture-category .f-c-item:focus {
  text-decoration: underline;
}
.furniture-category .f-c-item .img {
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 210px;
}
.furniture-category .f-c-item .img img {
  height: 100%;
  object-fit: contain;
}
.furniture-category .f-c-item .txt {
  font-size: 26px;
  font-size: max(2.2033898305vw, 17px);
  line-height: max(2.2033898305vw, 22.95px);
  color: black;
}
@media (min-width: 1180px) {
  .furniture-category .f-c-item .txt {
    font-size: 26px;
    line-height: 28.6px;
  }
}

@media screen and (max-width: 1080px) {
  .furniture-category .f-c-item {
    width: calc(25% - 30px);
  }
  .furniture-category .f-c-item .img {
    height: 15vw;
  }
}
@media screen and (max-width: 480px) {
  .furniture-category {
    margin: 0 -15px 30px;
  }
  .furniture-category .f-c-item {
    width: calc(50% - 30px);
  }
  .furniture-category .f-c-item .img {
    height: 40vw;
  }
}
/*furniture-category end*/
.promo2 {
  margin-top: 80px;
  height: 26vw;
  background: url("../images/temp/interior.jpg") no-repeat;
  background-position: right;
  background-size: cover;
  padding: 45px 0;
}
.promo2 .promo-logo {
  position: absolute;
  bottom: -10px;
  max-width: 443px;
  width: 100%;
  right: 65px;
  text-align: right;
}
.promo2 .promo-logo p {
  font-size: 42px;
  margin-bottom: 13px;
}
.promo2 .default-block2 {
  height: 100%;
  position: relative;
}
.promo2 .default-block2 .txt {
  padding: 0 55px;
}
.promo2 .default-block2 .txt li {
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 65%, rgba(255, 255, 255, 0.7343312325) 75%, rgba(255, 255, 255, 0) 100%);
  padding: 2px 5px;
  text-transform: uppercase;
  font-size: 21px;
  margin-bottom: 10px;
  max-width: 500px;
  color: #1e3264;
  align-items: center;
  display: flex;
}
.promo2 .default-block2 .txt li img {
  width: 24px;
  margin-right: 14px;
  height: 20px;
  object-fit: contain;
}

@media screen and (max-width: 1180px) {
  .promo2 {
    margin-top: 20px;
  }
  .promo2 .promo-logo p {
    font-size: max(2.7966101695vw, 21px);
    line-height: max(2.7966101695vw, 28.35px);
  }
}
@media screen and (max-width: 1180px) and (min-width: 1180px) {
  .promo2 .promo-logo p {
    font-size: 33px;
    line-height: 36.3px;
  }
}
@media screen and (max-width: 1180px) {
  .promo2 .promo-logo {
    width: 30vw;
  }
  .promo2 .default-block2 .txt li {
    font-size: 19px;
  }
}
@media screen and (max-width: 900px) {
  .promo2 .default-block2 .txt {
    padding: 0;
  }
  .promo2 .default-block2 .txt li {
    font-size: 15px;
  }
  .promo2 {
    padding: 25px 0;
    margin-top: 0;
    background-position: center;
    height: 47vw;
  }
}
@media screen and (max-width: 576px) {
  .promo2 .promo-logo {
    right: 15px;
  }
  .promo2 {
    height: 70vw;
  }
}
@media screen and (max-width: 480px) {
  .promo2 {
    height: 90vw;
  }
  .promo2 .default-block2 .txt li {
    font-size: 12px;
    max-width: 310px;
  }
}
/* blog start*/
.blog {
  margin: 100px auto;
}

.blog-items {
  display: flex;
  margin: 0 -15px;
}
.blog-items .blog-item {
  margin: 0 15px;
  width: calc(33.333% - 30px);
}
.blog-items .blog-item:hover .blog-item-text a, .blog-items .blog-item:focus .blog-item-text a {
  text-decoration: underline;
}
.blog-items .blog-item-text {
  max-width: 400px;
  margin: 20px auto 0;
  text-align: center;
}
.blog-items .blog-item-text a {
  font-weight: bold;
  font-size: 28px;
  color: black;
}

@media screen and (max-width: 1650px) {
  .blog-items .blog-item-text a {
    font-size: 21px;
  }
}
@media screen and (max-width: 480px) {
  .blog-items {
    flex-wrap: wrap;
    margin: 0;
  }
  .blog-items .blog-item {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .blog {
    margin: 60px auto;
  }
  .blog-item-title {
    font-size: 17px;
  }
}
/* blog end*/
/*footer start*/
.subscribe {
  background: #1e3264;
  padding: 15px 20px;
}
.subscribe .sub-in {
  max-width: 1280px;
  margin: auto;
}
.subscribe .sub-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.subscribe .sub-right {
  display: flex;
}
.subscribe .sub-right .custom-button {
  background: white;
  padding: 12px 31px;
  font-weight: 600;
  color: black;
  font-size: 16px;
  border: none;
  margin-left: 10px;
  border-radius: 3px;
}
.subscribe .sub-right .custom-button:hover, .subscribe .sub-right .custom-button:focus {
  text-decoration: underline;
}
.subscribe .sub-right input {
  background: #d2e1e8;
  width: 280px;
  border-radius: 3px;
  font-size: 15px;
  height: 36px;
  padding: 3px 10px;
  border: none;
}
.subscribe .sub-left p {
  font-family: raleway !important;
  font-size: 17px;
  color: white;
}
.subscribe .sub-left span {
  font-family: raleway !important;
  font-size: 12px;
  color: #8f99b2;
}

@media screen and (max-width: 800px) {
  .subscribe .sub-form {
    flex-direction: column;
  }
  .subscribe .sub-form .sub-left {
    width: 100%;
  }
  .subscribe .sub-form .sub-right {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .subscribe .sub-right .custom-button {
    padding: 6px 15px;
  }
  .subscribe .sub-right input {
    width: calc(100% - 130px);
  }
}
.footer-content {
  max-width: 1280px;
  margin: auto;
}

.foo-b-in {
  max-width: 1280px;
  margin: auto;
}

.foo-b-out {
  padding: 20px 0;
  background: white;
}

.foo-main {
  background: #fbfbfb;
  padding: 40px 0;
}

.foo-logo {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.foo-logo .city {
  margin-left: 20px;
  margin-top: -12px;
}
.foo-logo .city a {
  color: #4273c9;
  display: flex;
}
.foo-logo .city a:hover, .foo-logo .city a:focus {
  text-decoration: underline;
}
.foo-logo .city a img {
  width: 20px;
  margin-right: 10px;
}
.foo-logo a {
  max-width: 280px;
  display: block;
}

@media screen and (min-width: 1359px) {
  .foo-logo img {
    width: 278px;
  }
}
.foo-c {
  display: flex;
  justify-content: space-between;
}
.foo-c .foo-c-1 {
  width: 60%;
}
.foo-c .foo-c-2 {
  width: 23%;
}
.foo-c .foo-c-3 {
  width: 17%;
}

.foo-c-all p {
  font-size: 17px;
  font-family: "raleway" !important;
  font-weight: 500;
  color: #000;
  margin-bottom: 25px;
}
.foo-c-all ul li {
  margin-bottom: 13px;
}
.foo-c-all ul li a {
  font-family: "raleway" !important;
  color: #898989;
  font-size: 13px;
}
.foo-c-all ul li a:hover, .foo-c-all ul li a:focus {
  text-decoration: underline;
}

.foo-c-1 ul {
  max-width: 660px;
  column-count: 3;
}

.foo-b {
  max-width: 1020px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.foo-b p {
  margin-right: 20px;
  font-size: 15px;
  font-weight: 500;
  color: #000;
}
.foo-b a {
  margin-right: 20px;
  color: #817979;
  font-size: 14px;
}

.socials-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.socials-icons a {
  margin-left: 7px;
}

.socials-icons a:hover, .socials-icons a:focus {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.socials-icons img {
  height: 22px;
  width: auto;
}

@media screen and (max-width: 720px) {
  .foo-c-1 ul {
    column-count: 1;
  }
  .foo-b {
    flex-wrap: wrap;
  }
  .foo-b p {
    margin-bottom: 5px;
  }
  .foo-c .foo-c-1 {
    width: 200px;
  }
  .foo-c .foo-c-3 {
    width: 150px;
  }
}
@media screen and (max-width: 480px) {
  .foo-c .foo-c-2 {
    width: 40%;
    text-align: right;
  }
  .foo-c-all p {
    font-size: 14px;
  }
  .foo-b {
    justify-content: center;
  }
  .foo-c .foo-c-1 {
    width: 60%;
  }
  .foo-c {
    flex-wrap: wrap;
  }
  .foo-c .foo-c-3 {
    margin-left: auto;
  }
}
/*footer end*/
/*catalog start*/
.catalog-content {
  display: flex;
  margin-bottom: 80px;
}

/*
catalog filters start
*/
.close-filter-block {
  display: none;
}

.filters-title {
  margin-bottom: 40px;
}
.filters-title h3 {
  text-transform: uppercase;
  font-size: 21px;
  text-align: center;
}

.catalog-filters {
  height: 100%;
  background: #f5f5f5;
  width: 390px;
  min-width: 390px;
  margin-right: 40px;
  padding: 25px;
}

.catalog-filters .slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.catalog-filters .slide .custom-button {
  padding: 6px 14px;
  color: #bae3fa;
  margin-left: 18px;
}

.catalog-filters .item_top .icon-close {
  display: none;
}

.catalog-filters .filters__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.catalog-filters .filter__obj {
  margin-right: 5px;
  background: white;
  padding: 0px 20px 0px 7px;
  position: relative;
}

.catalog-filters .filter__obj .icon-close {
  top: -2px;
  right: -6px;
  position: absolute;
}

.catalog-filters .filter__obj .icon-close span {
  border: none;
}

.catalog-filters .slide {
  margin-bottom: 15px;
}

.catalog-filters .custom-link {
  width: 170px;
  height: 44px;
  color: #051c2c;
  background: white;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  font-size: 27px;
  text-transform: uppercase;
  border-color: #aeaeae;
  cursor: default;
}

.catalog-filters .custom-link:hover, .catalog-filters .custom-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.catalog-filters .item.item__btns {
  display: none;
}

.catalog-filters .item {
  width: 100%;
  margin: 0 auto 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  border-bottom: 1px solid white;
  transition: all 0.4s ease-out;
}

.catalog-filters .item .item {
  margin: 0 auto 5px;
}

.item_top {
  display: none;
}

.catalog-filters .item:first-child {
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.catalog-filters .item:last-child {
  border: none;
}

.catalog-filters .item .links-content p:before {
  background: url(../images/arrow-blue.png) no-repeat;
  background-size: contain;
  width: 14px;
  height: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  content: "";
  left: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.catalog-filters .item .links-content p {
  margin-bottom: 12px;
  padding-left: 14px;
  position: relative;
}

.catalog-filters .item .content p > a:hover {
  text-decoration: underline;
}

.catalog-filters .item .content p > a {
  color: #051c2c;
  font-size: 17px;
}

.catalog-filters .item .content:not(.active) {
  max-height: 0 !important;
  overflow: hidden;
  transition: all 0.6s ease;
}

.catalog-filters .item .content.active {
  overflow: hidden;
  padding-top: 0px;
  transition: all 0.3s ease;
}

.catalog-filters .item .content label {
  cursor: pointer;
  font-size: 17px;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #5b5b5b;
}

.filter-already-block {
  border-bottom: 1px #e5e5e5 solid;
  margin-bottom: 30px;
}

.filter-already-title {
  font-size: 21px;
  margin: 10px 0;
}

.reset-filters {
  color: #051c2c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.filtered-item-all {
  padding: 15px 0px 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px #e5e5e5 solid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.filtered-item-all span {
  font-size: 15px;
}

.filtered-item-all .icon-close span, .filtered-item-all .icon-close span:before, .filtered-item-all .icon-close span:after {
  height: 2px;
}

.filtered-item-all .icon-close:hover span {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.filtered-item-all .icon-close span {
  border: none;
}

.filtered-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 20px 15px 0;
  border-top: 1px #e5e5e5 solid;
}

.filtered-item span {
  font-size: 15px;
}

.filtered-item .icon-close span, .filtered-item .icon-close span:before, .filtered-item .icon-close span:after {
  height: 2px;
}

.filtered-item .icon-close {
  position: absolute;
  top: 9px;
  right: 5px;
}

.filtered-item .icon-close:hover span {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.filtered-item .icon-close span {
  border: none;
}

@media screen and (max-width: 576px) {
  .catalog-filters .item .content label {
    font-size: 15px;
  }
  .catalog-filters .item .content p > a {
    font-size: 15px;
  }
}
.catalog-filters .item .content label input {
  margin-right: 10px;
}

.catalog-filters .item .f-title {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  padding: 12px 25px 12px 0;
  font-size: 19px;
  color: black;
  position: relative;
}
.catalog-filters .item .f-title:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 0px;
  width: 20px;
  height: 20px;
  background: url(../images/plus.svg) no-repeat;
  background-size: contain;
}
.catalog-filters .item .f-title.active {
  color: #1e3264;
}
.catalog-filters .item .f-title.active:before {
  background: url(../images/minus.svg) no-repeat;
  background-size: contain;
}

.catalog-filters .item item__btns {
  display: none;
}

.catalog-filters .item .item-in {
  padding: 0px;
}

.catalog-filters .item .item__one__line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.catalog-filters .item .item__one__line .f-title {
  max-width: 75%;
}

.catalog-filters .item .item__one__line .custom-button__white {
  margin-top: 30px;
  padding: 6px 20px;
}

.catalog-filters .item .item__one__line .f-title:after {
  display: none;
}

@media screen and (min-width: 881px) {
  .catalog-content .show__all_filters {
    display: none;
  }
  .catalog-content .catalog-filters::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
  }
  .catalog-content .catalog-filters::-webkit-scrollbar {
    width: 12px;
    background-color: transparent;
  }
  .catalog-content .catalog-filters::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #1e3264;
  }
  .catalog-content .catalog-filters .hide_all_filters {
    display: none;
  }
  .catalog-content .catalog-filters form {
    height: 100%;
    overflow: unset;
  }
  .catalog-content.active .hide_all_filters {
    display: none;
  }
  .catalog-content.active .show__all_filters {
    display: block;
  }
  .catalog-content.active .catalog-filters {
    overflow: hidden;
    position: absolute;
    height: 0px;
    padding: 0;
    padding-bottom: 0;
  }
  .catalog-content.active .catalog-filters .hide_all_filters {
    display: none;
  }
  .catalog-content.active .catalog-filters form {
    height: 1px;
    overflow: hidden;
  }
}
@media screen and (max-width: 1400px) {
  .catalog-filters {
    width: 295px;
    min-width: 295px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 992px) {
  .catalog-filters .item .item__one__line .custom-button__white {
    font-size: 16px;
  }
  .catalog-filters {
    min-width: 300px;
    width: 300px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 1180px) {
  .close-filter-block {
    display: block;
  }
  .close-filter-block img {
    width: 20px;
  }
  .filters-title {
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f6f6f6;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .catalog-filters .item .item__one__line .custom-button__white {
    margin-top: 0;
  }
  .hide_all_filters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    position: unset;
  }
  .hide_all_filters span {
    position: absolute;
    right: 8px;
  }
  .catalog-filters {
    padding-bottom: 30px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: scroll;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    background: white;
    left: -100%;
    z-index: 19;
    position: fixed;
    top: 0px;
    width: 100vw;
    height: 100vh;
    height: -webkit-calc(var(--vh, 1vh) * 100);
    height: calc(var(--vh, 1vh) * 100);
  }
  .catalog-filters .item__btns {
    z-index: 6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100vw;
    background: white;
    padding: 6px 25px;
  }
  .catalog-filters .item__btns .item-in {
    width: 100%;
  }
  .catalog-filters .item_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .catalog-filters .item_top .icon-close {
    display: block;
  }
  .catalog-filters.active {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    left: 0;
  }
  .catalog-filters .item:first-child {
    padding-bottom: 30px;
    padding-top: 30px;
    margin-bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .catalog-filters .item {
    border-color: #767676;
  }
  .catalog-filters .item .f-title {
    font-size: 19px;
  }
  .catalog-filters .item .f-title:after {
    width: 9px;
    -webkit-transform: rotateZ(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotateZ(-90deg);
  }
  .catalog-filters .item .custom-link {
    border: none;
    margin: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
/* checkbox start*/
.check__box {
  position: absolute;
  top: calc(50% - 9px);
  left: 0;
  width: 16px;
  height: 16px;
  overflow: hidden;
  background: white;
  border: 1px solid #7d7c7c;
  background-repeat: no-repeat;
}

.check__input:checked + .check__box {
  background: #e31e24;
  border-color: #e31e24;
}

.check__input:checked + .check__box:after {
  position: absolute;
  display: block;
  content: "";
  width: 80%;
  height: 80%;
  top: 2px;
  left: 2px;
  background: url(../images/check1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(0) invert(1);
  border-radius: 0%;
}

/* checkbox end*/
/**/
.catalog-selection_block {
  display: none;
  margin-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.catalog-selection_block .dvf1 {
  font-size: 14px;
  background: transparent;
  border: none;
  display: none;
  align-self: flex-end;
  margin-top: 6px;
}
.catalog-selection_block .dvf1 img {
  width: 15px;
  margin-right: 4px;
}

.catalog-selection_block.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.catalog-selection__list {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: -8px;
}

.catalog-selection__list span {
  margin: 0 10px 8px 0;
  padding: 5px 5px 5px 12px;
  background: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid #9d9e9e;
  border-radius: 18px;
  font-size: 14px;
  color: #9d9e9e;
  position: relative;
}

.catalog-selection__list span:after {
  content: "";
  width: 15px;
  display: inline-block;
  height: 15px;
  margin-bottom: -3px;
  margin-left: 6px;
  background: url("../images/close.svg");
  background-size: contain;
}

.catalog-selection__list span:hover {
  background-color: #f5f5f5;
}

.catalog-selection__list span.clear_filters {
  padding: 5px 12px 5px 12px;
}

.catalog-selection__list span.clear_filters:after {
  display: none;
}

@media screen and (max-width: 1180px) {
  .catalog-selection_block {
    display: flex;
  }
  .catalog-selection_block .dvf1 {
    display: flex;
  }
}
@media screen and (max-width: 480px) {
  .catalog-selection__list span {
    display: flex;
    align-items: center;
    margin: 0 5px 6px 0;
    padding: 3px 5px 3px 10px;
  }
  .catalog-selection_block {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-selection__list span:after {
    content: "";
    width: 10px;
    display: inline-block;
    height: 10px;
    margin-bottom: 0px;
  }
  .catalog-selection__list span {
    font-size: 10px;
  }
  .catalog-selection__list {
    margin-left: 0;
    margin-top: 10px;
  }
}
/**/
/*add-1*/
.main-l-m {
  display: none;
  font-size: 17px;
  font-weight: 500;
  color: #1e3264;
  width: 100%;
  background: white;
  align-items: center;
  justify-content: center;
  padding: 10px 5px;
  border: solid 1px #b2b3b3;
  border-radius: 4px;
}
.main-l-m img {
  margin-top: 3px;
  width: 15px;
  margin-left: 10px;
}

@media screen and (max-width: 576px) {
  .main-l-m {
    margin-bottom: 25px;
    display: flex;
  }
}
.load-more-btn {
  display: flex;
  justify-content: center;
}
.load-more-btn .default-btn-tr {
  white-space: nowrap;
}

.page_title {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.page_title h3 {
  font-size: max(2.7966101695vw, 21px);
  line-height: max(2.7966101695vw, 28.35px);
}
@media (min-width: 1180px) {
  .page_title h3 {
    font-size: 33px;
    line-height: 36.3px;
  }
}

@media screen and (max-width: 650px) {
  .load-more-btn {
    margin-top: 40px;
  }
}
/*add-1 end*/
/* product page start*/
#description-place{
  max-width: 760px;
  font-weight: 200;
}
/* common structure start*/
.product-page-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.product-page-container .pr-left {
  width: calc(68% - 20px);
  margin-right: 20px;
}
.product-page-container .pr-right {
  width: 32%;
  border-left: 1px solid #d9dada;
}

.product-main-slider-container {
  position: relative;
}

.product-main-slider {
  width: calc(100% - 200px);
  margin: 30px auto 25px;
}
.product-main-slider .swiper-button-prev:after, .product-main-slider .swiper-rtl .swiper-button-next:after {
  content: "";
}
.product-main-slider .swiper-button-next:after, .product-main-slider .swiper-rtl .swiper-button-prev:after {
  content: "";
}
.product-main-slider .swiper-button-next {
  transform: scaleX(-1);
}
.product-main-slider .swiper-button-next, .product-main-slider .swiper-button-prev {
  background: url(../images/arrow_scroll.svg) no-repeat;
  background-size: contain;
}
.product-main-slider img {
  height: 35vw;
  max-height: 550px;
}
.product-main-slider .swiper {
  height: 35vw;
  max-height: 550px;
}

.product-media-thumb-container {
  --thumbWidth: 140px;
  width: var(--thumbSliderWidth);
  overflow: hidden;
  margin: auto;
}

.product-media-thumb img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.product-media-thumb .swiper-slide-img-wrapper {
  cursor: pointer;
  width: 140px;
  height: 87px;
  padding: 5px;
  border: 1px solid #d9dada;
  margin: auto;
}
.product-media-thumb .swiper-slide-thumb-active .swiper-slide-img-wrapper {
  border-color: black;
}

/* common structure end*/
/*right start*/
.pr-right {
  position: sticky;
  top: 0px;
}

.pr-left2 {
  margin-top: var(--mtpr-left, 0px);
}

.product-short-image {
  max-height: 180px;
  margin-bottom: 15px;
}
.product-short-image img {
  max-height: 180px;
  display: block;
  object-fit: contain;
  margin: auto;
}

.arrow-right:after {
  content: "";
  height: 10px;
  width: 10px;
  transform: scaleX(-1);
  background: url("../images/arrow_scroll.svg") no-repeat;
  background-size: contain;
  display: inline-block;
}

.conf-ttl {
  text-transform: uppercase;
  font-size: 16px;
}

.product-config {
  padding: 15px;
}

.config-name {
  font-size: 16px;
  color: #9d9e9e;
}

.chose-link a {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 100;
  color: #1e3264;
  border-bottom: 1px dashed #1e3264;
}

.fabric-chosen {
  display: flex;
  align-items: center;
}
.fabric-chosen .fabric-ico {
  margin-right: 7px;
  width: 10px;
  height: 10px;
  background: #d9dada;
}
.fabric-chosen .fabric-ico img {
  width: 100%;
  height: 100%;
}
.fabric-chosen span {
  color: black;
  font-size: 16px;
}

.product-config-row {
  border-bottom: 1px solid #d9dada;
  padding: 5px 0;
  margin-top: 0px;
  display: flex;
  justify-content: space-between;
}
.product-config-row .itm {
  width: 33%;
}
.product-config-row.fabric-row .itm:last-child {
  display: flex;
  justify-content: flex-end;
}

.iconvalue {
  display: flex;
  align-items: center;
}
.iconvalue img {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  background: #F4F4F5;
}
.iconvalue span {
  font-size: 12px;
}

.fabric-row-no {
  display: flex;
  align-items: center;
}

.fabric-row-yes {
  display: flex;
  align-items: center;
}

.product-promo-info {
  padding: 8px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #e2e7f5;
}
.product-promo-info a {
  font-weight: 100;
  font-size: 16px;
  color: #9d9e9e;
  color: #7f8085;
}
.product-promo-info a:hover, .product-promo-info a:focus {
  text-decoration: underline;
}
.product-promo-info span {
  font-weight: 300;
  font-size: 16px;
}

.pr-left {
  position: relative;
}

.product-page-price {
  padding: 15px;
}
.product-page-price .product-price {
  font-size: 29px;
  font-family: GTETextMedium !important;
  color: black !important;
}
.product-page-price .product-price span:first-child {
  font-weight: 300;
}
.product-page-price .product-price span {
  font-family: GTETextMedium !important;
  font-size: 23px;
}
.product-page-price .percent {
  font-size: 12px;
  background: #1e3264;
  color: white;
  font-weight: 100;
  padding: 2px 10px;
  margin-left: 15px;
  margin-bottom: 0px;
}

.discount .product-page-price .product-prices {
  display: flex;
}
.discount .product-page-price .product-price-old-container {
  display: flex;
  align-items: flex-end;
  margin-left: 0px;
  margin-bottom: 3px;
}
.discount .product-page-price .product-price-old-container span, .discount .product-page-price .product-price-old-container p {
  font-size: 17px;
  font-weight: 100;
  text-decoration: line-through;
  color: #9d9e9e;
}

.product-btns {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  align-items: center;
}
.product-btns a {
  display: flex;
  justify-content: center;
  width: calc(50% - 8px);
  font-size: 21px;
}
.product-btns a:last-child {
  color: #1e3264;
}
.product-btns a:first-child:hover, .product-btns a:first-child:focus {
  background: #1e3264;
  color: white;
  transition: 0.3s;
}

@media screen and (max-width: 1550px) {
  .product-btns a {
    font-size: 17px;
    padding: 14px 9px;
  }
}
.products-props-right {
  padding: 15px;
}
.products-props-right .size-list {
  border-bottom: 1px solid #9d9e9e;
  padding-bottom: 15px;
  margin-top: 10px;
}
.products-props-right .size-list-row {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.products-props-right .size-list-row span:first-child {
  display: block;
  font-weight: 100;
  margin-right: 10px;
  color: #9d9e9e;
}
.products-props-right .size-list-row span {
  font-size: 16px;
}

.products-post-info {
  padding: 15px;
}
.products-post-info .products-post-info-row {
  margin-bottom: 10px;
}
.products-post-info .products-post-info-row span {
  font-size: 14px;
  color: black;
}

@media screen and (max-width: 992px) {
  .product-short-image {
    display: none;
  }
  .product-btns a {
    width: auto;
    margin-bottom: 10px;
  }
  .product-btns {
    align-items: flex-start;
    flex-direction: column;
  }
  .product-config-row {
    padding: 5px 0;
  }
  .chose-link a {
    font-size: 14px;
  }
  .product-page-container .pr-left {
    width: calc(58% - 20px);
  }
  .product-main-slider .swiper {
    height: auto;
    max-height: 160px;
  }
  .product-main-slider img {
    height: auto;
    max-height: 160px;
    width: auto;
    margin: auto;
  }
  .product-media-thumb .swiper-slide-img-wrapper {
    width: 75px;
    height: 50px;
  }
  .product-media-thumb-container {
    --thumbWidth: 75px;
  }
  .product-page-container .pr-right {
    width: 42%;
  }
}
@media screen and (max-width: 720px) {
  .product-page-container {
    flex-direction: column;
  }
  .product-page-container .pr-left {
    width: 100%;
    margin-right: 0;
  }
  .product-page-container .pr-right {
    margin-top: 35px;
    width: 100%;
    position: unset;
    border-left: none;
  }
  .product-page-container .pr-left2 {
    margin-top: 0px;
  }
  .product-btns {
    flex-direction: row;
    justify-content: flex-start;
  }
  .product-btns .buy_one_click_btn {
    margin-left: 10px;
  }
}
@media screen and (max-width: 480px) {
  .product-btns a {
    font-size: 14px;
  }
  .product-main-slider {
    width: calc(100% - 65px);
  }
}
/*right end*/
/*navs start*/
.remotenav-container {
  position: sticky;
  z-index: 2;
  background: white;
  top: 0;
}

.remotenav {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.remotenav:after {
  position: absolute;
  width: calc(100% + 210px);
  content: "";
  display: block;
  height: 1px;
  bottom: 0px;
  left: -190px;
  z-index: -1;
  background: #b2b3b3;
}
.remotenav a {
  font-weight: 300;
  background: white;
  color: #d9dada;
  display: block;
  padding: 14px 24px;
  border: 1px solid white;
  border-bottom: 1px solid #b2b3b3;
}
.remotenav a.active {
  color: black;
  border-top: 1px solid #b2b3b3;
  border-left: 1px solid #b2b3b3;
  border-right: 1px solid #b2b3b3;
  border-bottom: 1px solid white;
}

@media screen and (max-width: 992px) {
  .remotenav a {
    font-size: 12px;
    padding: 9px 10px;
  }
}
@media screen and (max-width: 480px) {
  .remotenav:after {
    width: calc(100% + 203px);
  }
  .remotenav a {
    font-size: 10px;
    padding: 5px 4px;
  }
}
/*navs end*/
.product-page-additional-info-block {
  margin-top: 45px;
}

/*description start*/
.description-block {
  padding-bottom: 25px;
  margin-bottom: 55px;
  border-bottom: 1px solid #d9dada;
}
.description-block .default-text {
  margin-top: 25px;
}

/*description end*/
/*reviews start*/
.rev-ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}
.rev-ttl h3 span {
  color: #9d9e9e;
}
.rev-ttl .default-btn-tr {
  padding: 10px 25px;
  font-size: 17px;
  text-transform: unset;
}

.review__container .review__show__more {
  margin: auto;
  display: block;
}
.review__container .review__item {
  margin-bottom: 35px;
}
.review__container .review__item .reviewer__name {
  display: flex;
  align-items: center;
  font-size: 21px;
}
.review__container .review__item .reviewer__name span.city:before {
  margin-right: 5px;
  content: "•";
  display: inline-block;
  color: black;
}
.review__container .review__item .reviewer__name span.date {
  display: block;
  margin-left: auto;
  color: black;
  font-weight: 300;
  font-size: 17px;
}
.review__container .review__item .general__rating {
  margin: 10px 0 15px 0;
}
.review__container .review__item .reviewer__text {
  font-size: 16px;
  font-weight: 100;
  color: #9d9e9e;
}
.review__container .review__item .reviewer__text p {
  font-weight: 100;
}

/*reviews end*/
/*props start*/
.props-block {
  margin-top: 55px;
  margin-bottom: 55px;
  padding-bottom: 25px;
  border-bottom: 1px solid #d9dada;
}

.specifications_container .spec__row {
  margin-top: 18px;
  display: flex;
}
.specifications_container .spec__row p {
  display: inline-block;
  margin-bottom: -5px;
}
.specifications_container .spec__row .spec__col:nth-child(2) {
  width: auto;
  min-width: 150px;
}
.specifications_container .spec__row .spec__col:nth-child(2) p {
  padding: 3px;
  background: white;
}
.specifications_container .spec__row .spec__col:nth-child(1) {
  max-width: 550px;
  width: 100%;
  position: relative;
}
.specifications_container .spec__row .spec__col:nth-child(1) p {
  position: relative;
  z-index: 1;
  color: #9d9e9e;
  background: white;
  padding: 3px 5px 3px 0;
}
.specifications_container .spec__row .spec__col:nth-child(1):after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  bottom: 3px;
  left: 0;
  border-bottom: 1px dashed #9d9e9e;
  position: absolute;
}

@media screen and (max-width: 480px) {
  .specifications_container .spec__row .spec__col:nth-child(1) {
    max-width: 240px;
  }
}
/*props end*/
/*add info start*/
.add-info {
  margin-top: 55px;
}
.add-info .product-promo-info {
  padding: 12px 15px;
  margin-top: 15px;
}
.add-info p:first-child {
  width: 70%;
  color: #2b2a29;
}
.add-info p:last-child {
  width: 30%;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .add-info p:first-child {
    width: 50%;
  }
  .add-info p:last-child {
    width: 50%;
  }
}
/*add info end*/
/*config start*/
.config-block {
  padding: 35px 10px;
}

.ttl {
  font-size: 21px;
}

.fabricator {
  display: flex;
  width: 100%;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #F0F1F2;
}

.fabricator > div.content ul li.active:before {
  content: "";
  background: #e00000;
  background-size: contain;
  position: absolute;
  width: 12px;
  height: 12px;
  display: block;
  right: 13px;
  border: 1px solid black;
  top: 0px;
  z-index: 1;
}

.fabricator > div.content ul li.active:after {
  content: "";
  background: url("../images/check1.svg") no-repeat;
  background-size: contain;
  position: absolute;
  width: 10px;
  height: 10px;
  display: block;
  z-index: 1;
  right: 15px;
  top: 1px;
}

.fabricator > div.title {
  width: 225px;
  min-width: 225px;
  padding-right: 25px;
}

.config-block .sp_back {
  display: none;
}

.sp_title {
  display: block;
  margin: 15px 0 25px;
  font-size: 19px;
}

.fabpricer span {
  font-weight: bold;
  font-size: 19px;
  display: flex;
  align-items: flex-end;
}
.fabpricer .sale {
  font-size: 10px;
  background: #1e3264;
  color: white;
  font-weight: 100;
  padding: 2px 6px;
  margin-left: 15px;
  margin-bottom: 3px;
}
.fabpricer s {
  display: flex;
  align-items: center;
  margin-left: 8px;
  color: #9d9e9e;
  font-size: 14px;
  font-weight: 300;
}
.fabpricer s span {
  color: #9d9e9e;
  font-size: 14px;
  font-weight: 300;
}

.c_contet_line {
  padding: 0 20px;
}

.fabricator .content ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.fabs-btn {
  margin-top: 35px;
}

.showallfabs {
  text-transform: uppercase;
  color: #727271;
  border-bottom: 1px dashed #727271;
  cursor: pointer;
}

.fabricator > div.title .fabnamer {
  display: block;
  margin-bottom: 8px;
  position: relative;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

.fabhide {
  display: none;
}

.fabricator > div.content ul li {
  display: flex;
  width: 42px;
  height: 42px;
  max-width: 42px;
  margin: 2px;
  position: relative;
  cursor: pointer;
}
.fabricator > div.content ul li .sprite {
  width: 42px;
  height: 42px;
}

.fabricator > div.content ul li .overpoint {
  display: none;
  position: absolute;
  top: 80%;
  left: 50%;
  padding: 5px;
  background: white;
  transform: translate(-50%, -50%);
  font-size: 12px;
  z-index: 2;
  text-align: center;
}
.fabricator > div.content ul li .overpoint img {
  height: 95px;
  width: 95px;
}
.fabricator > div.content ul li .series_onclick > img {
  max-height: 100%;
}
.fabricator > div.content ul li:not(.active):hover .overpoint {
  display: block;
}

@media screen and (max-width: 992px) {
  .fabricator {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .c_contet_line {
    padding: 0;
  }
}
/*config end*/
.product-page-container {
  margin-bottom: 55px;
  border-bottom: 1px solid #d9dada;
}
.product-page-container .stocks {
  left: unset;
  right: 0;
}
.product-page-container .stocks span {
  margin-left: 10px;
}

.product-top-ttl {
  margin-bottom: 10px;
}

.product-top-ttl-tag {
  font-size: max(2.7118644068vw, 21px);
  line-height: max(2.7118644068vw, 28.35px);
}
@media (min-width: 1180px) {
  .product-top-ttl-tag {
    font-size: 32px;
    line-height: 35.2px;
  }
}

@media screen and (max-width: 992px) {
  .product-page-container .stocks {
    justify-content: flex-start;
    margin-bottom: 10px;
    position: unset;
  }
  .product-page-container .stocks span {
    margin-left: 0;
    padding: 0;
    margin-right: 10px;
  }
}
.product-props .code {
  margin-bottom: 10px;
}
.product-props .code span {
  font-size: max(1.7796610169vw, 16px);
  line-height: max(1.7796610169vw, 21.6px);
}
@media (min-width: 1180px) {
  .product-props .code span {
    font-size: 21px;
    line-height: 23.1px;
  }
}
.product-props .available-block {
  margin-bottom: 10px;
}
.product-props .available-block span {
  font-size: max(1.4406779661vw, 12px);
  line-height: max(1.4406779661vw, 16.2px);
}
@media (min-width: 1180px) {
  .product-props .available-block span {
    font-size: 17px;
    line-height: 18.7px;
  }
}
.product-props .available-block .not-available {
  display: none;
}
.product-props .available-block .onorder {
  display: none;
}
.product-props .available-block .available {
  color: #129f4b;
}
.product-props .product-testim-top {
  display: flex;
  align-items: center;
}
.product-props .product-testim-top .rating {
  margin-right: 10px;
}
.product-props .product-testim-top span {
  font-size: 14px;
  color: black;
}

/* product page blocks start*/
/*rating start*/
.rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.rating .rateStarPopup {
  width: 13px;
  height: 13px;
  background: url("../images/star-gray.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 2px;
}

.rating .rateStarPopup.active {
  background: url("../images/star.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.rating .rateStarPopup.active50 {
  position: relative;
}

.rating .rateStarPopup.active50:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  content: "";
  display: block;
  background: url("../images/star.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.rating .rateStarPopup.active25 {
  position: relative;
}

.rating .rateStarPopup.active25:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  content: "";
  display: block;
  background: url("../images/star.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.rating .rateStarPopup.active75 {
  position: relative;
}

.rating .rateStarPopup.active75:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  height: 100%;
  content: "";
  display: block;
  background: url("../images/star.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

/*rating end*/
/* product page blocks end*/
/* product page end*/
/*default_popup2 start*/
.default_popup2.active + .side-menu__bg {
  transition: visibility 0s, opacity 0.5s linear;
  visibility: visible;
  opacity: 1;
}

.popup_title2 {
  padding-right: 20px;
  padding-bottom: 4px;
  min-height: 40px;
  margin-bottom: 10px;
  border-bottom: 1px solid #cecece;
}
.popup_title2 p {
  font-weight: bold;
}

.no-title .popup_title2 {
  border: none;
  min-height: 15px;
}

.popup_body2 {
  padding: 3px;
  height: 100%;
  box-sizing: border-box;
}

.default_popup2 {
  background: white;
  box-sizing: border-box;
  opacity: 0;
  max-height: calc(90vh - 60px);
  max-width: 1280px;
  visibility: hidden;
  padding: 15px;
  position: fixed;
  left: 50%;
  top: 50%;
  border-radius: 5px;
  width: 95vw;
  transform: translate(-50%, -50%) scale(0, 0);
}

.default_popup2.active {
  z-index: 42;
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1, 1);
}

.default_popup2.mini {
  max-width: 345px;
}
.default_popup2.mini .popup_close2 {
  top: 15px;
  right: 15px;
  height: 20px;
}

.default_popup2.medium {
  max-width: 650px;
}
.default_popup2.medium .popup_close2 {
  top: 15px;
  right: 15px;
  width: 22px;
  height: 22px;
}

.default_popup2.maxi {
  max-width: unset;
}

.default_popup2 .popup_content2 {
  position: relative;
  overflow-y: auto;
  box-sizing: border-box;
  height: auto;
  max-height: calc(90vh - 175px);
  background: white;
  overflow-x: hidden;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px 0px 0px;
}

.default_popup2#cart-popup .popup_content2 {
  max-height: calc(90vh - 248px);
}

.icon-close2 {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}

.icon-close2 span:before, .icon-close2 span:after {
  top: 40%;
  left: 0px;
}

.icon-close2 span:before {
  transform: rotate(45deg);
}

.icon-close2 span:after {
  transform: rotate(-45deg);
}

.icon-close2 span, .icon-close2 span:before, .icon-close2 span:after {
  cursor: pointer;
  border-radius: 1px;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
  width: 100%;
  background: black;
  height: 3px;
}

.icon-close2 span {
  background: transparent;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  border-radius: 50%;
}

@media screen and (max-width: 576px) {
  .icon-close2 span:before, .icon-close2 span:after {
    height: 1px;
  }
  .icon-close2 span:before, .icon-close2 span:after {
    top: 48%;
  }
  .icon-close2 {
    width: 25px;
    height: 25px;
    border: none;
  }
}
.default_popup2::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}

.default_popup2::-webkit-scrollbar {
  width: 12px;
  background-color: transparent;
}

.default_popup2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #757575;
}

.side-menu__bg_popup2 {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 41;
  visibility: hidden;
  display: block;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}

.search-side-menu-bg.active {
  transition: visibility 0s, opacity 0.5s linear;
  visibility: visible;
  opacity: 1;
}

.default_popup2.active + .side-menu__bg_popup2 {
  transition: visibility 0s, opacity 0.5s linear;
  visibility: visible;
  opacity: 1;
}

.default_popup2 .bottom_btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.default_popup2 .popup_close2 {
  position: absolute;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 10px;
  cursor: pointer;
  width: 25px;
  height: 25px;
}

@media screen and (max-width: 576px) {
  .default_popup2 {
    max-height: 88vh;
    max-height: calc(var(--vh, 1vh) * 80);
  }
  .default_popup2 .default-text p.h5 {
    font-size: 17px;
  }
  .default_popup2 .default-text p.h5 span {
    font-size: 17px;
  }
}
@keyframes popupToggle {
  0% {
    transform: translate(-50%, -10%) scale(0, 0);
  }
  25% {
    transform: translate(-50%, -20%) scale(0.4, 0.05);
  }
  50% {
    transform: translate(-50%, -50%) scale(1, 1);
  }
  75% {
    transform: translate(-50%, -50%) scale(1, 1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1, 1);
  }
}
/*default_popup2 end*/
/*input start*/
.modal-form input {
  display: block;
  width: 100%;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  text-align: left;
  border: 0;
  background: none;
  outline: none !important;
  border-bottom: 1px solid #F0F1F2;
  padding: 15px 15px 15px 5px;
}

/*input end*/
/*forms start*/
.contacts__form .select2-container {
  max-width: 100%;
  width: 100% !important;
}
.contacts__form .select2-container--default .select2-selection--single {
  outline: none;
}
.contacts__form .select2-container--default .select2-selection--single {
  height: 41px;
  border-radius: 0;
  border: 1px solid #767676;
}
.contacts__form .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #fafafa;
  border: 1px solid #babcbb;
}
.contacts__form .select2-container--disabled .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #fafafa;
  border: 1px solid #babcbb;
}
.contacts__form .select2-container--default.select2-container--disabled .select2-selection--single {
  outline: none;
}
.contacts__form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 41px;
}
.contacts__form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

form label.checkbox {
  box-sizing: border-box;
  cursor: pointer;
  font-size: 19px;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
form label.checkbox span {
  font-size: 15px;
}
form label.checkbox a {
  color: black;
}
form label.checkbox .cback-inp-error-text {
  position: absolute;
  bottom: 0;
  left: 0;
}
form label.checkbox.error .cback-inp-error-text {
  display: block;
}

.contacts__form .buttons-row {
  position: relative;
  display: flex;
  justify-content: flex-start;
  margin-top: 60px;
  margin-bottom: 30px;
}
.contacts__form .buttons-row .drop_list {
  right: calc(50% - 290px);
}
.contacts__form .buttons-row .drop_list .bal_popup_row {
  text-align: right;
}
.contacts__form .buttons-row .drop_list .bal_popup_row span:first-child {
  color: gray;
}
.contacts__form .buttons-row .drop_list .bal_popup_row a {
  text-decoration: underline;
  color: black;
}
.contacts__form .buttons-row button {
  margin: 0px;
}
.contacts__form .buttons-row button:first-child {
  margin-right: 50px;
}
.contacts__form .buttons-row.small-margin {
  margin-top: 30px;
  margin-bottom: 70px;
}
.contacts__form .buttons-row.right-btn {
  justify-content: flex-end;
}
.contacts__form .buttons-row.right-btn button:first-child {
  margin-right: 0px;
}
.contacts__form .form-row {
  position: relative;
  flex-direction: column;
  display: flex;
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
}
.contacts__form .form-row.select {
  position: relative;
}
.contacts__form .form-row.select:after {
  position: absolute;
  bottom: 18px;
  right: 15px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: gray transparent transparent transparent;
}
.contacts__form .form-row:last-child {
  margin-bottom: 0;
}
.contacts__form .form-row.error input {
  border-color: #e31e24;
}
.contacts__form .form-row.error textarea {
  border-color: #e31e24;
}
.contacts__form .form-row.error .cback-inp-error-text {
  display: block;
}
.contacts__form .form-row.label-left {
  align-items: center;
  flex-direction: row;
}
.contacts__form .form-row.label-left span.check__text {
  margin-right: 10px;
}
.contacts__form .form-row.label-left span.label {
  font-size: 16px;
  white-space: nowrap;
  margin-right: 10px;
  color: #7d7d7d;
}
.contacts__form .form-col2 {
  width: calc(50% - 20px);
}
.contacts__form .form-col3 {
  display: flex;
  justify-content: space-between;
}
.contacts__form .form-col3 .form-row {
  width: calc(33.333% - 20px);
}
.contacts__form .label {
  color: #424343;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.contacts__form .label span {
  color: #e31e24;
}
.contacts__form .dsbl.select .label {
  display: none;
}
.contacts__form textarea {
  width: 100%;
  border-radius: 4px;
  outline: none;
  font-size: 16px;
  padding: 5px 15px;
  box-sizing: border-box;
  height: 100%;
  background-color: white;
  border: 1px solid #b2b3b3;
}
.contacts__form input {
  min-width: 50px;
  padding: 5px 15px;
  width: 100%;
  font-size: 16px;
  height: 41px;
  border-radius: 4px;
  background-color: white;
  border: 1px solid #b2b3b3;
  box-sizing: border-box;
}
.contacts__form input:disabled {
  background: #fafafa;
  border: 1px solid #b2b3b3;
}
.contacts__form select {
  border-radius: 4px;
  min-width: 50px;
  position: relative;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  padding: 5px 15px;
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  outline: none;
  height: 41px;
  background-color: white;
  border: 1px solid #b2b3b3;
  box-sizing: border-box;
}
.contacts__form select:disabled {
  background: #fafafa;
  border: 1px solid #b2b3b3;
}
.contacts__form .cback-inp-error-text {
  color: red;
  font-size: 11px;
  margin-bottom: -13px;
  display: none;
  position: absolute;
  bottom: -2px;
  right: 0;
}
.contacts__form .form__in {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
.contacts__form .form__in.small-margin {
  margin-bottom: 30px;
}
.contacts__form .form__in .f__right {
  width: 56%;
}
.contacts__form .form__in .f__right .form-row {
  height: 100%;
}
.contacts__form .form__in .f__left {
  width: calc(41% - 20px);
  display: flex;
  flex-direction: column;
}
.contacts__form .form_part {
  width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
}
.contacts__form .form_one_col {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.contacts__form .form_col {
  flex-direction: row;
  justify-content: space-between;
}

@media screen and (max-width: 1280px) {
  .contacts__form .label {
    font-size: 14px;
    margin-bottom: 3px;
    line-height: 19px;
  }
}
@media screen and (max-width: 720px) {
  .register_form .buttons-row {
    margin-top: 40px;
    flex-direction: column-reverse;
    align-items: center;
  }
  .register_form .buttons-row button {
    width: 100%;
    max-width: 300px;
    margin: 0 0 20px 0;
  }
  .register_form .buttons-row a {
    box-sizing: border-box;
    width: 100%;
    max-width: 300px;
    margin: 0 0 20px 0;
  }
  .register_form .buttons-row button:first-child {
    margin-right: 0px;
  }
  .contacts__form .buttons-row .drop_list {
    top: 120px;
    right: calc(50% - 150px);
  }
  .register_form .form__in {
    flex-direction: column;
  }
  .register_form .form_part {
    margin-bottom: 30px;
    width: 100%;
  }
  .register_form .form_part:last-child {
    margin-bottom: 0;
  }
  .register_form .form_col {
    flex-direction: column;
  }
}
@media screen and (max-width: 576px) {
  .contacts__form input, .contacts__form select, .contacts__form textarea {
    font-size: 14px;
  }
  .contacts__form .form-col3 {
    flex-wrap: wrap;
  }
  .contacts__form .form-col3 .form-row {
    width: 100%;
  }
  .contacts__form .label {
    font-size: 14px;
  }
  .contacts__form .form__in .f__left {
    width: 100%;
  }
  .contacts__form .form__in .f__right {
    margin-top: 30px;
    width: 100%;
  }
  .contacts__form .form__in {
    flex-direction: column;
  }
  .contacts__form .form-col2 {
    width: 100%;
    margin-bottom: 30px;
  }
  .contacts__form .form-col2:last-child {
    margin-bottom: 0;
  }
  .contacts__form textarea {
    min-height: 200px;
  }
}
/*forms end
*/
/* buy one click start*/
.buyoneclickform .form_one_col {
  margin-top: 30px;
}
.buyoneclickform .buyoneclickform-ttl {
  font-weight: 500;
  font-size: 21px;
  margin-bottom: 20px;
}
.buyoneclickform input {
  display: block;
  width: 100%;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  text-align: left;
  border: 0;
  background: none;
  outline: none !important;
  border-radius: 0;
  border-bottom: 1px solid #4d4d4d;
  padding: 15px 15px 8px 5px;
}
.buyoneclickform .custom-button__white {
  font-family: raleway;
  padding: 17px 43px;
  color: #1e3264;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 7px;
  border: 1px solid #1e3264;
  background: white;
  display: flex;
  justify-content: center;
  width: 210px;
  margin: auto;
  transition: 0.3s;
}
.buyoneclickform .custom-button__white:hover, .buyoneclickform .custom-button__white:focus {
  background: #2a468b;
  background: #1e3264;
  color: white;
  transition: 0.3s;
}

.show-more-props {
  cursor: pointer;
  position: relative;
}
.show-more-props:after {
  position: absolute;
  content: "";
  background: url(../images/arrow_scroll.svg) no-repeat;
  background-size: contain;
  display: block;
  width: 10px;
  height: 13px;
  right: -17px;
  top: calc(50% - 8px);
  transform: rotateZ(-90deg);
}
.show-more-props.act:after {
  top: calc(50% - 4px);
  transform: rotateZ(90deg);
}

.buy-one-click-css .row {
  align-items: flex-start;
}
.buy-one-click-css .p-2-3 {
  text-align: center;
}
.buy-one-click-css .p-1-3 {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* buy one click end*/
/*cart start*/
.counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 32px;
}

.counter button {
  cursor: pointer;
  color: #aeaeae;
  width: 25px;
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  border: none;
  padding: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.counter button:hover, .counter button:focus {
  color: black;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #f8f8f8;
}

.counter input {
  border: 1px solid #aeaeae;
  font-family: GTE;
  border-radius: 4px;
  font-size: 19px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 29px;
  outline: none;
  height: 29px;
  text-align: center;
}

.counter input.small {
  font-size: 13px;
}

.cart_item {
  padding: 8px 0;
  border-bottom: 1px solid #ededed;
  display: flex;
}

.cart_itm_img {
  max-width: 200px;
  width: 48%;
  padding-bottom: 20%;
  max-height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cart_itm_img img {
  position: absolute;
  top: 0;
  height: 100%;
  object-fit: contain;
}

.c-title {
  display: none;
}

.cart_itm_title a {
  font-size: 16px;
  font-family: GTE !important;
  line-height: 19px;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: black;
}

.cart_itm_p2 {
  display: flex;
  align-items: center;
}

.cart_itm_p1 {
  display: flex;
  align-items: center;
}

.cart_itm_kinds {
  display: flex;
  align-items: center;
}

.cart_itm_price_block {
  display: flex;
  align-items: center;
}

.cart_item .delete {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 10px;
}
.cart_item .delete img {
  width: 20px;
}

.cart_item .delete span {
  color: transparent;
  display: block;
  position: relative;
}

.cart-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 42px 0px;
}
.cart-empty img {
  width: 45px;
  margin-right: 10px;
}

.cart_item .cart-col-x {
  border-right: 1px solid #ededed;
  display: flex;
  align-items: center;
}
.cart_item .cart-1 {
  justify-content: center;
  width: 19%;
}
.cart_item .cart-2 {
  padding: 5px 15px;
  width: 34%;
}
.cart_item .cart-3 {
  width: 19%;
}
.cart_item .cart-3 .cart_itm_kinds {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.cart_item .cart-3 .cart_itm_kinds button.props {
  background: transparent;
}
.cart_item .cart-3 .cart_itm_kinds button.props:hover {
  text-decoration: underline;
}
.cart_item .cart-3 .cart_itm_kinds button.props:before {
  margin-bottom: -2px;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 7px;
  background: url("../images/plus-ico.svg") no-repeat;
  background-size: contain;
}
.cart_item .cart-3 .sizes {
  min-width: 170px;
  padding: 5px 15px;
  width: 45%;
  border-right: 1px solid #ededed;
}
.cart_item .cart-3 .colors {
  padding: 5px 15px;
  width: 55%;
}
.cart_item .cart-4 {
  justify-content: center;
  width: 9%;
}
.cart_item .cart-5 {
  border-right: none;
  justify-content: center;
  width: 15%;
}
.cart_item .cart-6 {
  border-right: none;
  width: 4%;
}

button.props {
  border: 1px solid black;
  border-radius: 9px;
  padding: 10px;
  font-weight: 800;
  color: #e31e24;
}

/*cart end*/
/*cart popup start*/
.cart-bottom-btns {
  padding: 20px 0;
  max-width: 950px;
  margin: auto;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.cart-bottom-btns.empty {
  justify-content: center;
}
.cart-bottom-btns.empty .cart-total {
  display: none;
}
.cart-bottom-btns .gotoorder {
  display: inline-flex;
  align-items: center;
  background: white;
  font-weight: 500;
}
.cart-bottom-btns .gotoorder:hover, .cart-bottom-btns .gotoorder:focus {
  text-decoration: underline;
  color: black;
}
.cart-bottom-btns .gotoorder img {
  width: 20px;
  margin-right: 8px;
}

.cart-total {
  padding: 15px;
  display: flex;
  align-items: center;
  border: 1px solid #1e3264;
  border-radius: 6px;
  background: #e1e7f5;
}

.total_sum {
  margin-right: 10px;
  padding: 0 10px;
  display: flex;
}
.total_sum p {
  display: none;
}
.total_sum span {
  font-weight: 500;
  color: black;
  font-size: max(2.1186440678vw, 17px);
  line-height: max(2.1186440678vw, 22.95px);
}
@media (min-width: 1180px) {
  .total_sum span {
    font-size: 25px;
    line-height: 27.5px;
  }
}

.cart-bottom-btns .continue-buy {
  background: #e1e7f5;
  display: inline-flex;
  align-items: center;
}
.cart-bottom-btns .continue-buy:hover, .cart-bottom-btns .continue-buy:focus {
  color: black;
  text-decoration: underline;
}
.cart-bottom-btns .continue-buy img {
  width: 20px;
  margin-right: 8px;
}

@media screen and (max-width: 800px) {
  .cart-bottom-btns {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  .cart-total {
    margin-bottom: 27px;
    flex-direction: column;
  }
  .total_sum {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
    display: flex;
    padding: 0;
    justify-content: space-between;
    align-items: center;
  }
  .total_sum p {
    font-weight: 500;
    display: block;
  }
  .default_popup2#cart-popup .popup_content2 {
    max-height: calc(90vh - 343px);
  }
}
@media screen and (max-width: 576px) {
  .cart-bottom-btns .gotoorder {
    padding: 9px 23px 12px;
  }
  .cart-bottom-btns {
    padding-bottom: 0;
    padding-top: 5px;
  }
  .default_popup2#cart-popup {
    top: 0;
    padding: 15px 10px 5px;
    border-radius: 0;
    left: 0;
    transform: unset;
    max-height: 101vh;
    height: calc(var(--vh, 1vh) * 100);
    max-width: 101vw;
    width: 100vw;
  }
  .default_popup2#cart-popup .popup_content2 {
    max-height: calc(100vh - 255px);
  }
  .cart-bottom-btns .continue-buy {
    width: 100%;
    background: white;
    justify-content: center;
    border: 1px solid #1e3264;
  }
  .cart-total {
    margin-bottom: 20px;
    width: 100%;
  }
}
#cart-popup {
  padding: 15px 25px;
}
#cart-popup .popup_title2 p {
  font-weight: 500;
  font-size: 19px;
}

.cart-popup .cart_itm_img {
  height: 120px;
  padding: 0;
}
.cart-popup .cart_itm_title a {
  font-size: 19px;
}
.cart-popup .sizes .props2 p {
  display: flex;
  align-items: center;
}
.cart-popup .sizes .props2 span {
  white-space: nowrap;
  width: 50%;
  display: block;
}
.cart-popup .sizes .props2 span:nth-child(2) {
  padding-left: 6px;
}
.cart-popup .sizes .props2 span:nth-child(1) {
  text-align: right;
}
.cart-popup .colors span {
  display: block;
}
.cart-popup .product-prices .product-price-old-container {
  flex-direction: column-reverse;
  align-items: flex-end;
}
.cart-popup .product-prices {
  flex-direction: column-reverse;
}
.cart-popup .product-prices .product-price-old {
  position: unset;
}
.cart-popup .product-prices .product-price-old p {
  padding: 0;
  font-size: 19px;
}
.cart-popup .product-prices {
  margin-top: 0;
  margin-bottom: 0;
}
.cart-popup .discount .product-prices .product-price-old {
  display: block;
}

@media screen and (max-width: 992px) {
  .cart-popup .sizes .props2 span:nth-child(1) {
    width: 70px;
  }
  .cart-popup .cart_itm_img {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    height: auto;
    max-height: unset;
  }
  .cart_item .cart-3 .cart_itm_kinds {
    justify-content: flex-start;
    margin-top: 12px;
  }
  .cart_itm_img img {
    position: unset;
    width: auto;
    top: 0;
    max-height: 100px;
  }
  .cart_item {
    flex-wrap: wrap;
  }
  .cart_item .cart-col-x {
    border: none;
  }
  .cart_item .cart-1 {
    justify-content: flex-start;
    width: 50%;
  }
  .cart_item .cart-2 {
    width: 50%;
  }
  .cart_item .cart-3 {
    width: 100%;
  }
  .cart_item .cart-3 .sizes {
    width: 50%;
    padding: 20px 0;
    border: none;
  }
  .cart_item .cart-3 .colors {
    width: 50%;
    padding: 20px 0 20px 15px;
  }
  .cart_item .cart-4 {
    justify-content: flex-start;
    width: 65%;
  }
  .cart_item .cart-5 {
    width: 30%;
  }
  .cart_item .delete {
    padding-bottom: 0;
  }
  .cart_item .cart-6 {
    align-items: flex-end;
    width: 5%;
  }
}
@media screen and (max-width: 576px) {
  .cart_itm_img {
    max-height: 100px;
  }
  .cart_item .delete img {
    width: 15px;
  }
  .cart_item .delete {
    padding: 5px 0 5px 5px;
  }
  .cart_item .cart-6 {
    align-items: center;
  }
  .cart_item {
    margin-bottom: 10px;
  }
  .cart_item .product-prices .product-price {
    font-size: 19px;
  }
}
/*cart popup end*/
/*cabinet start*/
@media screen and (min-width: 1024px) {
  .tabs.small-tabs > .label {
    font-size: 17px;
    padding: 9px 15px;
  }
}
.page-ttl {
  margin: 40px auto;
  text-align: center;
}
.page-ttl .h2 {
  font-size: 31px;
  font-weight: 500;
}

.exit {
  display: flex;
  align-items: center;
}
.exit img {
  width: 15px;
  margin-right: 8px;
}
.exit span {
  font-size: 17px;
  color: black;
}

.profile-p .tabs .label img {
  filter: unset;
}
.profile-p .tabs input[checked] + .label img,
.profile-p .tabs .label:hover img {
  filter: invert(21%) sepia(84%) saturate(7468%) hue-rotate(351deg) brightness(93%) contrast(92%);
}
.profile-p .panel {
  padding-top: 50px;
}
.profile-p .form2 .form-row {
  flex-direction: row;
  align-items: center;
}
.profile-p .form2 label {
  white-space: nowrap;
  font-size: 19px;
  margin-right: 10px;
  color: #b2b3b3;
}
.profile-p .row {
  margin-bottom: 45px;
}
.profile-p .row:last-child {
  margin-bottom: 0;
}

.pass-flex {
  position: relative;
}

.show-pass {
  position: absolute;
  right: 10px;
  background: transparent;
  border: none;
  height: 41px;
  margin-left: 10px;
}
.show-pass img {
  object-fit: contain;
  width: 25px;
}

.show-pass.active:after {
  content: "";
  position: absolute;
  right: 0px;
  top: calc(50% - 2px);
  border: 1px solid white;
  transform: rotateZ(41deg);
  width: 25px;
  height: 2px;
  background: #a5a5a5;
}

@media screen and (max-width: 480px) {
  .show-pass {
    right: 1px;
    height: 34px;
  }
  .show-pass.active:after {
    right: 5px;
  }
}
.nova-poshta-mark label {
  width: auto !important;
}

.nova-poshta-row {
  flex-direction: row !important;
}
.nova-poshta-row .p-2 {
  min-width: 400px;
}

.profile-p {
  margin-bottom: 50px;
}

@media screen and (max-width: 1000px) {
  .save-chg-prof-but {
    margin-top: 40px;
  }
  .pl15 {
    padding-left: 25px;
  }
  .form2 .row {
    margin-left: 0;
    margin-right: 0;
    flex-direction: column;
  }
  .form2 .row .p-3 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .form2 .row.row-no-wrap {
    margin-right: -15px;
    margin-left: -15px;
    flex-direction: row;
  }
  .form2 .row.row-no-wrap .p-2 {
    margin: 0 15px;
    width: calc(50% - 30px);
  }
  .profile-p .row {
    margin-bottom: 0;
  }
  .profile-p .tabs > .label {
    font-size: 14px;
    padding: 6px 8px;
  }
  .profile-p .tabs > .label img {
    width: 14px;
    margin-right: 7px;
  }
  .profile-p .form2 label {
    width: 150px;
    text-align: right;
  }
}
@media screen and (max-width: 576px) {
  .nova-poshta-mark {
    flex-direction: column !important;
  }
  .nova-poshta-mark label {
    margin-bottom: 10px;
  }
  .nova-poshta-row .p-2 {
    min-width: unset;
  }
  .profile-p .panel {
    padding-top: 35px;
    padding-right: 0;
    padding-left: 0;
  }
  .profile-p .contacts__form select {
    height: 35px;
  }
  .profile-p .contacts__form input {
    height: 35px;
  }
  .profile-p .contacts__form .form__in {
    margin-bottom: 0;
  }
  .profile-p .default-btn-tr.small {
    text-align: center;
    justify-content: center;
    width: 100%;
  }
  .profile-p .tabs .default-block2 {
    padding-left: 0;
    padding-right: 0;
  }
  .profile-p .tabs > .label img {
    width: 25px;
    margin-right: 2px;
  }
  .profile-p .tabs > .label span {
    display: block;
    max-width: 60px;
  }
  .profile-p .tabs #tabone + .label span {
    max-width: 90px;
  }
  .profile-p .form2 label {
    width: 125px;
    min-width: 70px;
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .profile-p .tabs > .label {
    width: 33.33%;
    justify-content: center;
  }
  .profile-p .dostavka .form2 label {
    width: 90px;
  }
  .pl15 {
    padding-left: 0;
  }
}
@media screen and (max-width: 390px) {
  .profile-p .tabs > .label {
    font-size: 12px;
    padding: 4px 4px;
  }
  .profile-p .tabs > .label img {
    width: 18px;
  }
  .profile-p .tabs #tabone + .label span {
    max-width: 70px;
  }
}
/*history start*/
.order-history-container .product-prices .product-price-old {
  position: absolute;
}

.history-empty {
  font-size: 21px;
  text-align: center;
  padding: 30px 0;
  color: #9d9a9a;
}

.order-history-record {
  border: solid 1px #b2b3b3;
  border-radius: 8px;
  margin-bottom: 20px;
}

.order-history-item {
  padding: 10px 5px;
  display: flex;
  align-items: center;
}
.order-history-item .o-h p {
  font-size: 19px;
}
.order-history-item .o-h p span {
  font-weight: 500;
}
.order-history-item .o-h-1 {
  width: 35%;
}
.order-history-item .o-h-2 {
  text-align: center;
  width: 16%;
}
.order-history-item .o-h-3 {
  text-align: center;
  width: 17%;
}
.order-history-item .o-h-4 {
  text-align: center;
  width: 18%;
}
.order-history-item .o-h-5 {
  text-align: right;
  width: 10%;
}
.order-history-item .o-h-6 {
  min-width: 50px;
  padding: 0 10px;
  width: 4%;
}

@media screen and (max-width: 992px) {
  .history .panel {
    padding-left: 0;
    padding-right: 0;
  }
  .order-history-item .o-h p {
    font-size: 15px;
  }
}
@media screen and (max-width: 576px) {
  .order-history-item {
    flex-wrap: wrap;
  }
  .order-history-item .o-h-1 {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }
  .order-history-item .o-h-2 {
    text-align: left;
    width: 50%;
    margin-bottom: 15px;
  }
  .order-history-item .o-h-3 {
    text-align: left;
    margin-bottom: 15px;
    width: 50%;
  }
  .order-history-item .o-h-4 {
    text-align: left;
    width: 50%;
  }
  .order-history-item .o-h-5 {
    width: 30%;
  }
  .order-history-item .o-h-6 {
    width: 20%;
  }
}
.order-history-item-details {
  display: none;
  padding: 10px 50px 20px 20px;
  max-width: 90%;
  margin-left: auto;
}

.order-history-payments {
  margin-top: 30px;
}

.order-history-payments-in {
  font-size: 17px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.order-history-payments-in .payment {
  max-width: 180px;
  text-align: center;
  padding: 15px 10px;
  border-radius: 8px;
  border: 1px solid #1e3264;
}
.order-history-payments-in .payment span {
  display: block;
}
.order-history-payments-in .payment span:nth-child(1) {
  margin-bottom: 8px;
  font-weight: 500;
}
.order-history-payments-in .delivery {
  max-width: 180px;
  text-align: center;
  padding: 15px 10px;
  border-radius: 8px;
  border: 1px solid #1e3264;
}
.order-history-payments-in .delivery span {
  display: block;
}
.order-history-payments-in .delivery span:nth-child(1) {
  margin-bottom: 8px;
  font-weight: 500;
}
.order-history-payments-in .total p span:nth-child(1) {
  font-weight: 500;
}

.order-history-products-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order-history-products-item .img {
  max-width: 120px;
}
.order-history-products-item .cart-6 p {
  font-weight: 500;
}
.order-history-products-item .cart-6 p span {
  font-weight: 500;
}
.order-history-products-item .cart-col-x {
  padding: 10px 10px;
}

.history-more {
  margin: auto;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}
.history-more img {
  transform: rotateZ(-90deg);
  width: 8px;
  height: 20px;
}

.active .history-more img {
  transform: rotateZ(-270deg);
}

@media screen and (max-width: 800px) {
  .order-history-products-item .cart-2 {
    width: calc(100% - 290px);
  }
  .order-history-products-item .cart-5 {
    text-align: right;
    width: 150px;
  }
  .order-history-products-item .cart-6 {
    margin-left: auto;
  }
  .order-history-payments-in {
    flex-direction: column;
    align-items: flex-start;
  }
  .order-history-products-item {
    flex-wrap: wrap;
  }
  .order-history-payments-in .payment {
    border: none;
    margin-top: 15px;
    display: flex;
    padding: 0;
    margin-bottom: 15px;
    max-width: unset;
  }
  .order-history-payments-in .delivery {
    border: none;
    padding: 0;
    margin-bottom: 15px;
    max-width: unset;
    display: flex;
  }
}
/*history end*/
/*cabinet end*/
.btn-button {
  background: transparent;
  border: none;
  padding: 0;
}

/* register start*/
@media screen and (min-width: 1280px) {
  #auth_popup .label {
    padding: 9px 25px;
  }
  #auth_popup .label img {
    width: 18px;
  }
}
#auth_popup {
  max-width: 600px;
}
#auth_popup .label {
  margin: 0 10px -1px;
}
#auth_popup .label img {
  margin-bottom: 0;
}
#auth_popup .label span {
  font-weight: 500;
  font-size: 21px;
}

#tab2-auth + .label img {
  filter: none;
}

.page-height {
  min-height: calc(100vh - 500px);
}

.auth-container {
  max-width: 650px;
  margin: 50px auto 70px;
}

@media screen and (max-width: 576px) {
  .auth-container {
    margin: 20px auto 40px;
  }
}
#regfrm-fname-row .label{
  display: block;
}
.text_anotation{
  margin-bottom: 15px;
}
.forgot_pass {
  color: #817979;
  font-size: 17px;
}
.forgot_pass:hover, .forgot_pass:focus {
  text-decoration: underline;
}

.remind {
  font-size: 12px !important;
  color: black;
}

#loginform {
  max-width: 335px;
  margin: auto;
}

.success_register img {
  display: block;
  width: 150px;
  margin: 30px auto;
}
.success_register h2 {
  margin: 20px auto;
}
.success_register p {
  font-size: max(1.7796610169vw, 15px);
  line-height: max(1.7796610169vw, 20.25px);
}
@media (min-width: 1180px) {
  .success_register p {
    font-size: 21px;
    line-height: 23.1px;
  }
}

@media screen and (max-width: 576px) {
  .success_register img {
    width: 100px;
  }
}
/* register end*/
/*page menu container start*/
.page-menu-container {
  position: fixed;
  left: -500px;
  transition: all 0.3s;
  top: 0;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background: #f5f5f5;
  width: 400px;
  z-index: 25;
}
.page-menu-container.active {
  left: 0px;
  transition: left 0.3s;
}

.page-menu-container.active + .side-menu__bg_popup2 {
  transition: visibility 0s, opacity 0.5s linear;
  visibility: visible;
  opacity: 1;
}

.page-menu-container-in {
  overflow-y: auto;
  height: 100%;
  padding: 20px 0 0px;
  box-sizing: border-box;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.page-menu-container-in::-webkit-scrollbar {
  width: 5px;
}
.page-menu-container-in::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.page-menu-container-in::-webkit-scrollbar-thumb {
  background: #888;
}
.page-menu-container-in::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.page-menu-top {
  border-bottom: 1px solid white;
  padding: 0px 75px 25px 75px;
  margin-bottom: 0px;
}
.page-menu-top img {
  max-width: 100%;
  width: auto;
  margin: auto;
}

.close-page-menu {
  background: #f5f5f5;
  z-index: 1;
  padding: 0 0 5px 5px;
  position: absolute;
  top: 15px;
  right: 15px;
}
.close-page-menu img {
  width: 15px;
}

@media screen and (max-width: 480px) {
  .page-menu-container {
    width: 100vw;
  }
}
/*page menu container end*/
/*page menu addition container start*/
.p-m-line {
  padding: 15px 45px;
  border-bottom: 1px solid white;
}

.p-m-line .catalog-btn {
  margin-right: 0;
}
.p-m-line .catalog-btn button {
  margin: auto;
  display: flex;
  background: transparent;
  color: #1e3264;
}
.p-m-line .catalog-btn img {
  filter: invert(90%) sepia(26%) saturate(6045%) hue-rotate(215deg) brightness(98%) contrast(85%);
}
.p-m-line .cart {
  margin-left: 40px;
}
.p-m-line .cart button {
  display: flex;
  align-items: center;
}
.p-m-line .cart button:hover, .p-m-line .cart button:focus {
  text-decoration: underline;
}
.p-m-line .cart button > span {
  font-size: 17px;
  color: #727271;
}
.p-m-line .cart img {
  margin-right: 10px;
  width: 20px;
}
.p-m-line .user a {
  display: flex;
  align-items: center;
  font-size: 17px;
  color: #727271;
}
.p-m-line .user a:hover, .p-m-line .user a:focus {
  text-decoration: underline;
}
.p-m-line .user button {
  display: flex;
  align-items: center;
}
.p-m-line .user button:hover, .p-m-line .user button:focus {
  text-decoration: underline;
}
.p-m-line .user button span {
  font-size: 17px;
  color: #727271;
}
.p-m-line .user img {
  margin-right: 10px;
  width: 20px;
}
.p-m-line .clients-link-list p {
  font-size: 19px;
  font-weight: 500;
}
.p-m-line .clients-link-list ul li {
  margin-top: 9px;
}
.p-m-line .clients-link-list ul a {
  font-size: 17px;
  padding: 5px 0;
  color: black;
}
.p-m-line .clients-link-list ul a:hover, .p-m-line .clients-link-list ul a:focus {
  text-decoration: underline;
}
.p-m-line .socials-icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  border-radius: 2px;
  height: 30px;
  padding: 5px;
  background: white;
}
.p-m-line .socials-icons a img {
  height: 16px;
}
.p-m-line .header-tools {
  justify-content: space-around;
}

@media screen and (max-width: 480px) {
  .p-m-line {
    padding: 15px 15px;
  }
}
/*page menu addition container end*/
/*page not found start*/
.not-found h2 {
  margin: 30px auto;
  color: #1e3264;
  font-size: 29px;
}

.not-found p {
  font-weight: bold;
  color: #1e3264;
  font-size: 135px;
  line-height: 135px;
}

.not-found {
  min-height: 15vh;
  margin: 60px auto;
  text-align: center;
  color: black;
}
.not-found .default-btn-tr {
  display: inline-flex;
}

@media screen and (max-width: 576px) {
  .not-found p {
    font-size: 90px;
    line-height: 96px;
  }
  .not-found h2 {
    font-size: 19px;
  }
}
/*page not found end*/
/*contact page start*/
.contacts-link-style {
  font-size: 19px;
  font-weight: 400;
}

.contacts-link {
  margin-bottom: 4px;
  color: black;
  display: flex;
  align-items: center;
  font-size: 19px;
  font-weight: 400;
}
.contacts-link span:first-child:last-child:hover,
.contacts-link span:first-child:last-child:focus {
  text-decoration: underline;
}
.contacts-link span:first-child:not(:last-child):hover,
.contacts-link span:first-child:not(:last-child):focus {
  text-decoration: underline;
}
.contacts-link span:last-child:not(:first-child) {
  display: block;
  margin-left: 20px;
  color: #5b5b5b;
}

.contacts-tabs iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
  max-height: 400px;
}
.contacts-tabs p {
  font-size: 19px;
  margin-bottom: 8px;
}
.contacts-tabs p strong {
  font-weight: 400;
}
.contacts-tabs a {
  color: black;
  display: flex;
  align-items: center;
  font-size: 17px;
  margin-bottom: 15px;
  font-weight: 400;
}
.contacts-tabs a:hover span:first-child:not(:last-child), .contacts-tabs a:focus span:first-child:not(:last-child) {
  text-decoration: underline;
}
.contacts-tabs a span:first-child:last-child:hover,
.contacts-tabs a span:first-child:last-child:focus {
  text-decoration: underline;
}
.contacts-tabs a span:first-child:not(:last-child):hover,
.contacts-tabs a span:first-child:not(:last-child):focus {
  text-decoration: underline;
  font-weight: 400;
  width: 150px;
  min-width: 150px;
  display: block;
}
.contacts-tabs a span:first-child:not(:last-child) {
  font-weight: 400;
  width: 150px;
  min-width: 150px;
  display: block;
}
.contacts-tabs a span:last-child:not(:first-child) {
  display: block;
  margin-left: 20px;
  color: #5b5b5b;
}
.contacts-tabs .d-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contacts-tabs .d-flex a {
  margin-left: 20px;
  margin-bottom: 0;
}
.contacts-tabs .d-flex a:hover {
  text-decoration: underline;
}

.contacts-tabs .panel {
  padding-left: 0;
  padding-right: 0;
}

/*contact page end*/
.about-page .img {
  border-radius: 10px;
  overflow: hidden;
}
.about-page .p-2-3-bl1 {
  padding-left: 45px;
}
.about-page .p-2-3-bl2 {
  padding-right: 45px;
}
.about-page .p-2-23de {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1080px) {
  .about-page .p-2-3-bl1 {
    padding-left: 0px;
  }
  .about-page .p-2-3-bl2 {
    padding-right: 0px;
  }
}
@media screen and (max-width: 576px) {
  .about-page .p-2-23de {
    margin-top: 40px;
  }
  .about-page .row .p-1-3 {
    width: 100%;
  }
}
/*order page start*/
.cart_item .cart-4 span.count-text {
  font-size: 21px;
  font-weight: bold;
}

@media screen and (max-width: 992px) {
  .order-page .cart_itm_img img {
    position: absolute;
  }
}
@media screen and (max-width: 576px) {
  .order-page .cart_item .cart-3 {
    width: 100%;
    margin-bottom: 15px;
  }
  .order-page .cart_item {
    padding-bottom: 30px;
  }
  .order-page .cart_itm_img {
    padding-bottom: 56%;
    width: 100%;
  }
  .order-page .cart_item .cart-1 {
    width: 180px;
  }
  .order-page .cart_item .cart-4 {
    padding-left: 7px;
    width: 50%;
  }
  .order-page .cart_item .cart-5 {
    width: 50%;
    justify-content: flex-end;
  }
  .order-page .cart_item .cart-2 {
    align-items: flex-start;
    width: calc(100% - 180px);
  }
}
@media screen and (min-width: 576px) {
  .order-page .counter {
    justify-content: center;
  }
  .order-page .cart_item .cart-5 {
    justify-content: center;
    width: 27%;
  }
  .order-page .cart_item .cart-1 {
    border-right: 0;
    width: 10%;
  }
  .order-page .cart_item .cart-3 {
    width: 32%;
  }
  .order-page .cart_itm_img {
    padding-bottom: 60%;
    width: 80%;
  }
  .order-page .cart_item .cart-4 {
    width: 8%;
  }
  .order-page .cart_item .cart-2 {
    width: 23%;
  }
}
@media screen and (min-width: 576px) and (max-width: 800px) {
  .order-page .cart_item .cart-3 {
    width: 26%;
  }
  .order-page .cart_item .cart-4 {
    width: 14%;
  }
}
.order-total-payment {
  display: flex;
  justify-content: flex-end;
  padding: 20px 0 40px 0;
  border-bottom: 1px solid #ededed;
}
.order-total-payment .to-pay {
  display: flex;
  align-items: center;
}
.order-total-payment .to-pay span {
  color: #1e3264;
  font-size: 19px;
}
.order-total-payment .to-pay .pay-count {
  margin-left: 10px;
  padding: 10px 28px;
  border: 1px solid #1e3264;
  border-radius: 6px;
}
.order-total-payment .to-pay .pay-count span {
  color: #1e3264;
  font-size: 21px;
  font-weight: 400;
}

.order-page .cart_item .cart-5 span {
  font-weight: 400;
}
.order-page h4 {
  color: #1e3264;
}
.order-page .personal-info {
  border-bottom: 1px solid #ededed;
}
.order-page .product-prices {
  margin-top: 0;
}

.contacts__form.placehol .label:not(.pos-left) {
  position: absolute;
  cursor: pointer;
  left: 13px;
  top: 12px;
  transition: 0.3s;
  color: #a59d9d;
  font-size: 17px;
}
.contacts__form.placehol .select2js .label:not(.pos-left) {
  display: none !important;
}
.contacts__form.placehol .label.pos-left {
  color: #7d7d7d;
  margin-right: 10px;
}
.contacts__form.placehol input {
  padding: 10px 9px 5px 9px;
}
.contacts__form.placehol textarea {
  padding: 18px 15px 5px 15px;
  min-height: 150px;
}
.contacts__form.placehol .active .label:not(.pos-left) {
  transition: 0.3s;
  position: absolute;
  left: 6px;
  color: #a59d9d;
  transform: translateY(-70%);
  font-size: 11px;
}

.oplata-div {
  max-width: 400px;
}

/*dostavka start*/
.direct-rows-div {
  width: 100%;
}
.direct-rows-div > .row-min {
  margin-top: 15px;
}

.delivery-custom {
  display: flex;
  align-items: flex-start;
}
.delivery-custom .p-x {
  margin: 0 15px 10px 15px;
  width: 100%;
}
.delivery-custom .address-row {
  width: calc(100% - 250px);
}
.delivery-custom .address-row .checkbox {
  min-width: 110px;
  width: 110px;
}
.delivery-custom > .checkbox {
  font-size: 18px;
  margin-bottom: 0;
  min-width: 280px;
  width: 280px;
  margin-top: 10px;
}

.selfdelivery-div .address-row .form-row {
  max-width: 550px;
}

.direct-delivery-div > .checkbox {
  margin-bottom: 15px;
}
.direct-delivery-div .address-row {
  width: calc(100% + 30px);
}

.checkbox_row {
  display: flex;
  align-items: center;
}
.checkbox_row label.checkbox {
  margin-bottom: 0;
}

@media screen and (max-width: 1180px) {
  .delivery-custom > .checkbox {
    min-width: 200px;
    width: 200px;
  }
  .delivery-custom .address-row {
    width: 100%;
  }
}
@media screen and (max-width: 880px) and (min-width: 576px) {
  .delivery-custom > .checkbox {
    min-width: 130px;
    width: 130px;
  }
  .row-min .p-3 {
    margin-bottom: 15px !important;
    min-width: 300px;
  }
  .direct-rows-div .row .p-2-3 {
    width: 100%;
    margin: 0 15px 15px 15px;
  }
  .direct-rows-div .row .p-1-3 {
    max-width: 250px;
    width: 100%;
    margin: 0 15px 15px 15px;
  }
}
@media screen and (max-width: 576px) {
  .delivery-custom {
    flex-direction: column;
  }
  .delivery-custom > .checkbox {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
/*dostavka end*/
/*order page end*/
/*feedback popup2 start*/
#popup-feedback2 {
  position: fixed;
  right: 20px;
  max-width: 380px;
  width: 100%;
  z-index: 5;
  bottom: -100%;
  min-height: 100px;
  border: 1px solid #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 20px 70px 20px 20px;
  vertical-align: middle;
  color: #fff;
  transition: 0.3s;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

#popup-feedback2.show {
  bottom: 0;
  transition: 0.5s;
}

#popup-feedback2 .popup_title {
  text-align: center;
  color: white;
  margin-bottom: 10px;
}

#popup-feedback2 .popup_buttons a, #popup_feedback2 .btn_cancel {
  position: absolute;
  right: 10px;
  top: 5px;
  color: #fff;
  text-decoration: none;
}

.popup-feedback_overlay2 {
  position: fixed;
  left: 0;
  z-index: 58;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.popup-feedback_overlay2.show {
  display: block;
}

.p-error {
  background: url("../images/error.png") 95% center no-repeat rgba(242, 78, 94, 0.8);
}

.p-success {
  background: url("../images/success.svg") 95% center no-repeat rgba(28, 157, 0, 0.8);
  background-size: 45px;
}

/*feedback popup2 end*/
/*show info notification start*/
.notifications {
  position: fixed;
  max-width: 450px;
  width: 90vw;
  bottom: 15px;
  left: 50%;
  z-index: 45;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.noti {
  position: relative;
  height: 0;
  transition: height 300ms ease;
  flex-shrink: 0;
  opacity: 1;
}

.noti.out {
  animation: notiOut 500ms ease forwards;
}

@keyframes notiOut {
  to {
    height: 0;
  }
}
.noticard {
  color: white;
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  isolation: isolate;
  width: 100%;
  height: auto;
  background: rgba(41, 41, 44, 0.9);
  border-radius: 1rem;
  overflow: hidden;
  animation: notiCardIn 500ms ease;
}

.error .notidesc {
  color: white;
}
.error .noticard {
  padding-left: 30px;
  background: url(../images/error.png) 10px 12px no-repeat rgba(229, 27, 47, 0.9);
  background-size: 25px;
}

.success .notidesc {
  color: white;
}
.success .noticard {
  padding-left: 30px;
  background: url(../images/success.svg) 10px 12px no-repeat rgba(28, 157, 0, 0.9);
  background-size: 25px;
}

@keyframes notiCardIn {
  from {
    transform: translateX(50%);
    opacity: 0;
  }
}
.noti.out .noticard {
  animation: notiCardOut 500ms ease forwards;
}

@keyframes notiCardOut {
  to {
    opacity: 0;
    transform: scale(0.5);
  }
}
.noticard:before {
  position: absolute;
  content: "";
  inset: 0.0625rem;
  border-radius: 0.9375rem;
  z-index: 2;
}

.noticard:after {
  position: absolute;
  content: "";
  width: 0.25rem;
  inset: 0.65rem auto 0.65rem 0.5rem;
  border-radius: 0.125rem;
  background: var(--gradient);
  transition: transform 300ms ease;
  z-index: 4;
}

.notititle {
  position: relative;
  color: white;
  padding: 0.85rem 3.5rem 0.4rem 1.25rem;
  font-weight: 500;
  font-size: 1.1rem;
  transition: transform 300ms ease;
  z-index: 6;
}

.notititle .close-ico {
  position: absolute;
  top: 0;
  right: 0;
}

.notititle .icon-close2 span:before, .notititle .icon-close2 span:after {
  background: white;
  height: 2px;
}

.notititle .icon-close2 {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 13px;
  top: 11px;
}

.notidesc {
  color: #c1c1c8;
  padding: 0 0.5rem 0.85rem 1.25rem;
  transition: transform 300ms ease;
  z-index: 5;
}

.notiglow, .notiborderglow {
  position: absolute;
  width: 20rem;
  height: 20rem;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle closest-side at center, white, transparent);
  opacity: 0;
  transition: opacity 300ms ease;
}

.notiglow {
  z-index: 3;
}

.notiborderglow {
  z-index: 1;
}

.noti:hover .notiglow {
  opacity: 0.1;
}

.noti:hover .notiborderglow {
  opacity: 0.1;
}

@media screen and (max-width: 576px) {
  .notidesc {
    font-size: 13px;
  }
}
/*show info notification end*/
/*confirm start*/
.confirm {
  display: none;
}
.confirm input[type=button] {
  padding: 5px 10px;
  margin: 10px 5px;
  border-radius: 5px;
  cursor: pointer;
  background: #ddd;
  border: 1px solid #ccc;
}
.confirm input[type=button]:hover {
  background: #ccc;
}
.confirm > div:first-of-type {
  position: fixed;
  width: 100%;
  z-index: 34;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0px;
  left: 0px;
}
.confirm > div:last-of-type {
  padding: 10px 20px;
  background: white;
  position: fixed;
  width: auto;
  z-index: 35;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  border: 1px solid #333;
}
.confirm > div:last-of-type div:first-of-type {
  min-width: 150px;
  padding: 10px;
}
.confirm > div:last-of-type div:last-of-type {
  text-align: right;
}

/*confirm end*/