@charset "UTF-8";
@import "partials/np.css";
@font-face {
  font-family: "Golos Text";
  src: url("../fonts/golos-text_regular.ttf") format("truetype");
  src: url("../fonts/golos-text_regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Golos Text";
  src: url("../fonts/golos-text_bold.ttf") format("truetype");
  src: url("../fonts/golos-text_bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Golos Text";
  src: url("../fonts/golos-text_medium.ttf") format("truetype");
  src: url("../fonts/golos-text_medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Golos Text VF";
  src: url("../fonts/golos-text_vf.ttf") format("truetype");
  src: url("../fonts/golos-text_vf.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/*Mixins*/
.mb-5px {
  margin-bottom: 5px !important;
}

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

.mb-15px {
  margin-bottom: 15px !important;
}

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

.mb-25px {
  margin-bottom: 25px !important;
}

.mb-30px {
  margin-bottom: 30px !important;
}

.mb-35px {
  margin-bottom: 35px !important;
}

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

.mb-45px {
  margin-bottom: 45px !important;
}

.mb-50px {
  margin-bottom: 50px !important;
}

.mb-60px {
  margin-bottom: 60px !important;
}

.mb-65px {
  margin-bottom: 65px !important;
}

.mb-70px {
  margin-bottom: 70px !important;
}

.mb-75px {
  margin-bottom: 75px !important;
}

.mb-80px {
  margin-bottom: 80px !important;
}

.mb-85px {
  margin-bottom: 85px !important;
}

.mb-90px {
  margin-bottom: 90px !important;
}

.mb-95px {
  margin-bottom: 95px !important;
}

.mb-100px {
  margin-bottom: 100px !important;
}

.col-25 {
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-33 {
  flex: 0 0 33%;
  max-width: 33%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-50 {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-70 {
  flex: 0 0 70%;
  max-width: 70%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-30 {
  flex: 0 0 30%;
  max-width: 30%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-75 {
  flex: 0 0 75%;
  max-width: 75%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.compare-table tr:first-child th .caret, .home-top-abs, .new-table thead tr th .caret, .accordion__item .accordion__title .accordion__arrow, .lizing-circle__text, .content-container ul li:before, .tab-container__text thead tr th .caret, .breadcrumbs ul li:before {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.rem-abs {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.home-play__circle span, .sravnenie-middle__price:before, .plus:before, .product-fast, .play {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

* {
  box-sizing: border-box;
}

.fancybox__content {
  padding: 0;
}
.fancybox__content .f-button.is-close-btn {
  top: 5px;
  right: 5px;
}
.fancybox__content .f-button.is-close-btn svg {
  stroke: #000;
}

html {
  font-size: 14px;
  min-height: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  width: 100%;
  font-weight: 300;
  background: #fff;
  position: relative !important;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}

a:hover, a:focus, .btn:hover, .btn:focus {
  outline: none !important;
  opacity: 0.7;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

/*CSS*/
img {
  max-width: 100%;
  height: auto;
  width: auto;
}

a {
  color: #000;
  text-decoration: none;
}
a.silver {
  color: #5c6c79;
}
a.brown {
  color: #866256;
}
a.white {
  color: #000;
}

h1, .h1 {
  margin: 0px 0 20px;
  font-family: "Golos Text VF", sans-serif;
  font-weight: 500;
  font-size: 38px;
  color: #222222;
  line-height: 51px;
}

h2, .h2 {
  margin: 0px 0 35px;
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 35px;
  color: #000;
  line-height: 1.2;
}

h3, .h3 {
  margin: 0px 0 20px;
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 28px;
  color: #222222;
  line-height: 1.2;
}

h4, .h4 {
  margin: 0px 0 28px;
  font-family: "Golos Text VF", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #222222;
  line-height: 32px;
}

h5, .h5 {
  margin: 0px 0 20px;
  font-family: "Golos Text VF", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #000;
  line-height: 1.4;
}

h6, .h6 {
  margin: 0px 0 10px;
  font-family: "Golos Text VF", sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #000;
  line-height: 1.4;
}

p {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 30px;
  line-height: 26px;
  color: #222222;
  margin-top: 0;
}
p.white {
  color: #000;
}

blockquote {
  border-left: 2px solid #5A84FA;
  margin-left: 0;
  padding-left: 20px;
  font-family: "Golos Text", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  color: #222222;
  margin-bottom: 50px;
}

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

.fs-18px {
  font-size: 18px;
}

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

.fs-24px {
  font-size: 24px;
}

.commentlist .comment-author {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.commentlist .comment-author img {
  margin-right: 8px;
}
.commentlist .comment-meta a {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #9B9B9B;
}
.commentlist .comment-body p {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 8px;
}
.commentlist .comment-body p:last-child {
  margin-bottom: 0;
}
.commentlist li:before {
  display: none;
}

.content-page .wp-caption {
  max-width: 100%;
}
.content-page__bottom {
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
}
.content-page__views {
  margin-right: 10px;
}
.content-page__likes {
  cursor: pointer;
}
.content-page__likes:hover svg {
  fill: #FF7A2F;
}
.content-page__likes svg {
  transition: all 0.25s linear;
}
.content-page__views, .content-page__likes {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #9B9B9B;
}
.content-page__views span, .content-page__likes span {
  width: 18px;
  margin-right: 5px;
  line-height: 1;
}
.content-page__views span svg, .content-page__likes span svg {
  width: 100%;
  height: auto;
}
.content-page__date {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-right: 10px;
  color: #9B9B9B;
  display: flex;
  align-items: center;
}
.content-page__date span {
  margin-right: 5px;
}
.content-page__share {
  margin-bottom: 10px;
}
.content-page ul {
  margin-bottom: 40px;
}
.content-page ul li {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #222222;
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}
.content-page ul li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #2AABEE;
}

ul {
  list-style: none !important;
  margin-bottom: 40px;
  padding-left: 0;
}
ul li {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 5px;
  line-height: 1.2;
  color: #000;
  position: relative;
}

ul.line li {
  position: relative;
  padding-left: 20px;
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #222222;
  margin-bottom: 15px;
  line-height: 22px;
}
ul.line li:before {
  content: "—";
  position: absolute;
  top: -1px;
  left: 0;
  background: transparent;
}

ul.star {
  list-style: none !important;
  margin-bottom: 20px;
}
ul.star li {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.4;
  color: #000;
  position: relative;
  padding-left: 25px;
}
ul.star li:before {
  content: "\f005" !important;
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  font-weight: 900;
  color: #000;
  position: absolute;
  top: 0px;
  left: 0;
}
ul.star li.white {
  color: #000;
}

ul.hyphen {
  list-style: none !important;
  margin-bottom: 20px;
}
ul.hyphen li {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.4;
  color: #000;
  position: relative;
  padding-left: 25px;
}
ul.hyphen li:before {
  content: "";
  width: 10px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 8px;
  left: 0;
}
ul.hyphen li.white {
  color: #000;
}

ul.arrow {
  list-style: none !important;
  margin-bottom: 20px;
}
ul.arrow li {
  line-height: 1.2;
  position: relative;
  padding-left: 15px;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 10px;
  color: #50667b;
}
ul.arrow li:before {
  content: "\f061";
  font: normal normal normal 9px/1 FontAwesome;
  position: absolute;
  top: 2px;
  left: 0;
}

ul.check {
  list-style: none !important;
  margin-bottom: 20px;
}
ul.check li {
  line-height: 1.4;
  background-image: url("../images/check-list.png");
  background-position: 0 0px;
  background-repeat: no-repeat;
  padding-left: 25px;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
  color: #5c6c79;
}

ol {
  counter-reset: myCounter;
  padding-left: 0;
  margin-bottom: 40px;
}
ol ul {
  padding-left: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}
ol > li {
  list-style: none;
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #000000;
  margin-bottom: 15px;
}
ol > li strong {
  font-weight: 500;
  color: #4a4848;
}
ol > li:before {
  counter-increment: myCounter;
  content: counter(myCounter) ".";
  color: rgba(34, 34, 34, 0.4);
  margin-right: 5px;
  display: inline-block;
  text-align: center;
}

ul.list-unstyled {
  list-style: none !important;
}
ul.list-unstyled li {
  padding-left: 0 !important;
  background: none !important;
}

.btn-green {
  background: #49b7ac;
  padding: 10px 25px;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}
.btn-green:hover, .btn-green:focus {
  opacity: 0.8;
}

.btn-red {
  font-family: "Golos Text", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  padding: 24px 39px;
  color: #fff;
  border: 0;
  background: #E91E63;
  border-radius: 50px;
  box-shadow: none;
  outline: none;
  line-height: 1.5;
  position: relative;
}
.btn-red:hover, .btn-red:focus {
  text-decoration: none;
  opacity: 0.8;
  color: #000;
}

.btn-default {
  font-family: "Golos Text", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  padding: 24px 39px;
  background: #337DFD;
  color: #fff;
  border-radius: 50px;
  border: 0;
  box-shadow: none;
  outline: none;
  line-height: 1.5;
  position: relative;
}
.btn-default:hover, .btn-default:focus {
  text-decoration: none;
  opacity: 0.8;
  color: #fff;
}

.btn-primary {
  background: transparent;
  border: 1px solid #DADADA;
  padding: 20px;
  border-radius: 8px;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #222222;
  display: inline-block;
}

.btn-blue {
  background: #5A84FA;
  padding: 18px 22px;
  font-family: "Golos Text VF", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  border: 0;
}
.btn-blue:hover, .btn-blue:focus {
  opacity: 0.8;
}

.btn-violet {
  font-family: "Golos Text", sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  background: transparent;
  line-height: 18px;
  border-radius: 6px;
  padding: 10px 20px 5px;
}
.btn-violet:hover, .btn-violet:focus {
  color: #000;
}

.btn-white {
  border-radius: 50px;
  font-family: "Golos Text", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #2AABEE;
  background: #fff;
  border: 0;
  line-height: 1;
  padding: 24px 39px;
}
.btn-white i {
  margin-left: 5px;
}

.btn-transparent {
  border-radius: 50px;
  font-family: "Golos Text", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #2196F3;
  background: transparent;
  border: 1px solid #2196F3;
  line-height: 18px;
  padding: 15px 23px;
}
.btn-transparent img {
  margin-right: 16px;
  margin-top: -1px;
}

.btn-orange {
  background: #FF7A2F;
  padding: 20px 30px;
  border-radius: 8px;
  font-family: "Golos Text VF", sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  display: inline-block;
  border: 1px solid transparent !important;
}
.btn-orange.tac {
  text-align: center;
}
.btn-orange:not(:disabled) {
  cursor: pointer;
}
.btn-orange-small {
  padding: 10px;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.btn-orange:hover:not(:disabled), .btn-orange:focus:not(:disabled) {
  color: #FF7A2F;
  border-color: #FF7A2F !important;
  background: #fff;
}
.btn-orange:disabled {
  filter: grayscale(1);
}
@media (max-width: 767px) {
  .btn-orange {
    padding: 15px 20px;
  }
}

.btn-orange-small {
  background: #FF7A2F;
  border-radius: 8px;
  line-height: 14px;
  color: #fff;
  display: inline-block;
  border: 1px solid transparent !important;
  padding: 10px 15px;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 14px;
  justify-content: center;
}
.btn-orange-small:hover:not(:disabled), .btn-orange-small:focus:not(:disabled) {
  color: #FF7A2F;
  border-color: #FF7A2F !important;
  background: #fff;
}
.btn-orange-small:disabled {
  filter: grayscale(1);
}

.btn-orange-transparent {
  background: transparent;
  padding: 20px 30px;
  border: 1px solid #FF7A2F;
  border-radius: 8px;
  font-family: "Golos Text VF", sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  color: #222222;
  display: inline-block;
}
.btn-orange-transparent:hover, .btn-orange-transparent:focus {
  border-color: transparent;
  background: #FF7A2F;
  color: #fff;
}

.btn-black {
  background: #222222;
  padding: 20px 53px;
  border-radius: 8px;
  font-family: "Golos Text VF", sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  display: inline-block;
  border: 0 !important;
}

.btn-orange-white {
  background: white;
  border: 1px solid #FF7A2F;
  padding: 20px;
  border-radius: 8px;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #FF7A2F;
  display: inline-block;
}
.btn-orange-white-small {
  padding: 10px;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.btn-orange-white:hover, .btn-orange-white:focus {
  border-color: transparent;
  background: #FF7A2F;
  color: #fff;
}

.btn-orange-white-small {
  background: white;
  border: 1px solid #FF7A2F;
  border-radius: 8px;
  line-height: 14px;
  color: #FF7A2F;
  display: inline-block;
  padding: 10px 15px;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 14px;
  justify-content: center;
}
.btn-orange-white-small:hover, .btn-orange-white-small:focus {
  border-color: transparent;
  background: #FF7A2F;
  color: #fff;
}

.btn-lg {
  font-size: 15px;
  padding: 19px 37px;
}

.btn-md {
  font-size: 17px !important;
  line-height: 20px !important;
  padding: 12px 20px 8px;
}

.btn-sm {
  font-size: 12px !important;
  line-height: 15px !important;
  padding: 8px 20px 4px;
}

.compare--error {
  margin-top: 20px;
  font-size: 16px;
}

.small-title {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
}

.container {
  margin: 0 auto;
}

.comment-respond .comment-form {
  display: flex;
  flex-wrap: wrap;
}
.comment-respond .comment-form .comment-notes {
  width: 100%;
}
.comment-respond .comment-form .comment-form-comment {
  width: 100%;
}
.comment-respond .comment-form .comment-form-author, .comment-respond .comment-form .comment-form-email {
  width: 49%;
}
.comment-respond .comment-form .comment-form-author input, .comment-respond .comment-form .comment-form-email input {
  width: 100%;
}
.comment-respond .comment-form .comment-form-author {
  margin-right: 2%;
}
.comment-respond input[type=email], .comment-respond input[type=text] {
  border: 1px solid #DADADA;
  padding: 17px 30px;
  border-radius: 8px;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  outline: unset;
  transition: all 0.25s linear;
}
.comment-respond input[type=email]:focus, .comment-respond input[type=text]:focus {
  border-color: #000;
}
.comment-respond input[type=submit] {
  background: #FF7A2F;
  padding: 20px 30px;
  border-radius: 8px;
  font-family: "Golos Text VF", sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  display: inline-block;
  border: 1px solid transparent !important;
  appearance: none;
}
.comment-respond input[type=submit]:not(:disabled) {
  cursor: pointer;
}
.comment-respond input[type=submit]:hover:not(:disabled), .comment-respond input[type=submit]:focus:not(:disabled) {
  color: #FF7A2F;
  border-color: #FF7A2F !important;
  background: #fff;
}
.comment-respond textarea {
  border: 1px solid #DADADA;
  padding: 17px 30px;
  height: 220px;
  box-sizing: border-box;
  border-radius: 8px;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  width: 100%;
  box-sizing: border-box;
}

.input-form {
  border: 1px solid #DADADA;
  padding: 17px 30px;
  border-radius: 8px;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  outline: unset;
  transition: all 0.25s linear;
}
.input-form:focus {
  border-color: #000;
}

.textarea-form {
  border: 1px solid #DADADA;
  padding: 17px 30px;
  height: 300px;
  box-sizing: border-box;
  border-radius: 8px;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}

hr {
  border: 0;
  border-bottom: 1px solid #DADADA;
  margin: 30px 0;
}

.block-title {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 500;
  font-size: 35px;
  color: #222222;
}

.with-link a {
  color: #5A84FA;
  border-bottom: 1px solid rgba(90, 132, 250, 0.2);
}

.page-subtitle {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #222222;
  margin-bottom: 70px;
  max-width: 78%;
}

.content-page a {
  color: #FF7A2F;
}
.content-page a.btn-orange {
  color: #fff;
}
.content-page ul.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}
@media (max-width: 1480px) {
  .content-page ul.products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1200px) {
  .content-page ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .content-page ul.products {
    grid-template-columns: repeat(1, 1fr);
  }
}

.catalog-text a {
  color: #5A84FA;
}

.banner-w100 {
  grid-column: 1/4;
  width: 100%;
  margin-bottom: 50px;
  border-radius: 8px;
  overflow: hidden;
}

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

#content {
  margin-bottom: 100px;
}

.btn {
  display: inline-block;
}

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

.border-container {
  border: 1px solid #DADADA;
  border-radius: 8px;
  margin-bottom: 40px;
  padding: 40px;
}

.w-100 {
  width: 100%;
}

.small-border {
  padding: 23px 30px;
}

.popup {
  display: none;
}

.type-page .col-70 {
  flex: 0 0 1024px;
  max-width: 1024px;
}

.table-default {
  width: 100%;
  border-spacing: 0;
}
.table-default tr th {
  text-align: left;
  background: #5A84FA;
  padding: 10px 20px;
  font-family: "Golos Text VF", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 44px;
  color: #fff;
}
.table-default tr th:first-child {
  border-top-left-radius: 8px;
}
.table-default tr th:last-child {
  border-top-right-radius: 8px;
}
.table-default tr td {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 44px;
  padding: 10px 20px;
  border-bottom: 1px solid #DADADA;
  border-left: 1px solid #DADADA;
}
.table-default tr td:last-child {
  border-right: 1px solid #DADADA;
}
.table-default tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
.table-default tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}

.table-responsive {
  overflow-y: scroll;
}

@media (min-width: 1420px) {
  .container {
    max-width: 1400px;
  }
}
.footer {
  border-top: 1px solid #DADADA;
  padding-top: 34px;
}
.footer-payment__single {
  margin-right: 15px;
}
.footer .input-form {
  min-width: 471px;
  margin-right: 10px;
}
.footer-top {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
}
.footer-top__socials {
  display: flex;
}
.footer-top__socials a {
  display: flex;
  background: rgba(112, 112, 112, 0.1);
  width: 39px;
  height: 39px;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
.footer-top__form .btn-blue {
  align-items: center;
  background: #0088cc;
}
.footer-top__form .btn-blue span {
  margin-right: 10px;
}
.footer-top__title {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #222222;
  line-height: 34px;
  margin-bottom: 12px;
}
.footer-top__menus {
  display: flex;
  max-width: 100%;
  box-sizing: border-box;
  justify-content: space-between;
  margin-top: 54px;
}
.footer-top__left {
  width: 60%;
}
.footer-top__menu ul {
  margin: 0;
}
.footer-top__menu ul li {
  margin-bottom: 7px;
}
.footer-top__menu ul li a {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  color: #9B9B9B;
}
.footer-top__phone, .footer-top__email {
  margin-bottom: 17px;
}
.footer-top__phone a, .footer-top__email a {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #222222;
  line-height: 21px;
}
.footer-top__email {
  margin-bottom: 7px;
}
.footer-top__address {
  margin-bottom: 15px;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #222222;
  line-height: 21px;
}
.footer-bottom {
  border-top: 1px solid #DADADA;
  padding: 27px 0 39px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-bottom_payments {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.footer-bottom__left {
  display: flex;
}

.copyright, .footer-bottom__link a {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  color: #9B9B9B;
}

.header {
  padding-bottom: 30px;
  border-bottom: 1px solid #DADADA;
  margin-bottom: 25px;
  padding-top: 16px;
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 19px;
}
.header-top__right {
  display: flex;
}
.header-top__email {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  margin-right: 76px;
}
.header-top__email a {
  color: #5A84FA;
}
.header-top__phone {
  margin-right: 30px;
  position: relative;
}
.header-top__phone:before {
  content: "";
  top: 7px;
  right: -15px;
  border-top: 5px solid #222222;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
}
.header-top__phone:hover .phone-abs, .header-top__phone:focus .phone-abs {
  display: block;
}
.header-top__phone a {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #222222;
  line-height: 18px;
}
.header-top__link a {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #222222;
  line-height: 18px;
}
.header-menu ul {
  display: flex;
  margin-bottom: 0;
  margin-top: 0;
}
.header-menu ul li {
  margin-right: 35px;
}
.header-menu ul li a {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #222222;
}
.header-menu ul li a:hover, .header-menu ul li a:focus {
  color: #5A84FA;
}
.header-bottom {
  display: flex;
  align-items: center;
}
.header-bottom__logo {
  margin-right: 30px;
  max-width: 163px;
}
.header-bottom__logo a {
  display: inline-block;
}
.header-bottom__vs {
  margin-left: auto;
}
.header-bottom__login, .header-bottom__vs, .header-bottom__wishlist, .header-bottom__cart {
  margin-right: 29px;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #222222;
  line-height: 18px;
}
.header-bottom__login a:hover, .header-bottom__login a:focus, .header-bottom__vs a:hover, .header-bottom__vs a:focus, .header-bottom__wishlist a:hover, .header-bottom__wishlist a:focus, .header-bottom__cart a:hover, .header-bottom__cart a:focus {
  color: #5A84FA;
}
.header-bottom__login span, .header-bottom__vs span, .header-bottom__wishlist span, .header-bottom__cart span {
  display: block;
  text-align: center;
  font-size: 20px;
  margin-bottom: 7px;
}
.header-bottom__wishlist a.wishlist-counter-with-products {
  color: #fc2f57;
}
.header-bottom__wishlist a.wishlist-counter-with-products span:before {
  content: "\e922";
}
.header-bottom__cart {
  margin-right: 0;
  position: relative;
}
.header-bottom__search {
  margin-right: 30px;
  align-items: center;
  display: flex;
  border-radius: 8px;
  border: 1px solid #DADADA;
}
.header-bottom__search form {
  display: flex;
}
.header-bottom__search:focus-within {
  border-color: #5A84FA;
  box-shadow: 0 0 5px 0 rgba(90, 132, 250, 0.5);
}
.header-bottom__search:focus-within button {
  color: #5A84FA;
}
.header-bottom__search input {
  border: 0;
  min-width: 595px;
  outline: none !important;
}
.header-bottom__search button {
  border: 0;
  background: transparent;
  font-size: 18px;
  margin-right: 20px;
}
.header-bottom__btn {
  margin-right: 10px;
  position: relative;
}
.header-bottom__btn a {
  display: flex;
  align-items: center;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 17px 33px 17px 20px;
}
.header-bottom__btn a i {
  width: 22px;
  font-family: "icomoon";
}
.header-bottom__btn a i:before {
  content: "\e9bd";
}
.header-bottom__btn a.active i {
  font-family: FontAwesome;
}
.header-bottom__btn a.active i:before {
  content: "\f00d";
}
.header-bottom__btn i {
  margin-right: 15px;
}

.phone-abs {
  display: none;
  position: absolute;
  top: 23px;
  left: 0;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 0px 15px rgba(0, 10, 46, 0.0588235);
  min-width: 227px;
  z-index: 3;
}
.phone-abs__single {
  margin-bottom: 17px;
}
.phone-abs__single a {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #222222;
}
.phone-abs__single a:hover, .phone-abs__single a:focus {
  color: #5A84FA;
  opacity: 1;
}
.phone-abs__single-text {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #9B9B9B;
}
.phone-abs .footer-top__socials {
  flex-wrap: wrap;
}
.phone-abs .footer-top__socials a {
  min-width: 39px;
  margin-bottom: 5px;
}

.count-small {
  position: absolute;
  top: -10px;
  right: 10px;
  background: #FF7A2F;
  width: 21px;
  height: 21px;
  text-align: center;
  border-radius: 50%;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  line-height: 21px;
}

.catalog-menu {
  position: absolute;
  top: 80px;
  left: 0;
  display: none;
  z-index: 10;
}
.catalog-menu__button {
  font-size: 15px;
  color: #fff;
  background: #000;
  height: 55px;
  width: 100%;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.catalog-menu__container {
  min-width: 1031px;
  z-index: 2;
  background: #fff;
  box-shadow: 0px 0px 5px 0 rgba(34, 34, 34, 0.2);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
}
.catalog-menu__list ul li {
  margin-bottom: 18px;
}
.catalog-menu__list ul li a {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  padding: 0 !important;
}
.catalog-menu__list ul li a:hover, .catalog-menu__list ul li a:focus {
  color: #FF7A2F;
}
.catalog-menu__list-title {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #B1B1B1;
  margin-bottom: 25px;
}
.catalog-menu__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  background: #f8f8fa;
  padding: 40px 30px 40px 30px;
}
.catalog-menu__left ul li {
  margin-bottom: 20px;
}
.catalog-menu__left ul li a {
  cursor: pointer;
  font-family: "Golos Text", sans-serif;
  font-weight: 500;
  font-size: 18px;
  padding: 0 0 0 30px;
  position: relative;
  color: #FF7A2F;
}
.catalog-menu__left ul li a:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 16px;
  top: 3px;
  left: 0;
  background: #FF7A2F;
}
.catalog-menu__left ul li a.inactive {
  color: #222222;
}
.catalog-menu__left ul li a.inactive:before {
  display: none;
}
.catalog-menu__right {
  padding: 20px 30px;
  flex: 3;
}
.catalog-menu__right .tab-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

body {
  overflow-x: hidden;
  position: relative;
}
@supports (-webkit-touch-callout: none) {
  body {
    height: -webkit-fill-available;
  }
}
body.loading {
  overflow: hidden;
}
body.loading .load {
  display: flex;
  opacity: 1;
  z-index: 5000;
}
body.opened {
  overflow: hidden;
  height: 100vh;
}

.load {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.4);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.load body {
  background: #000;
}
.load .pswp__preloader__icn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.75;
  width: 50px;
  height: 50px;
  -webkit-animation: clockwise 1000ms linear infinite;
  animation: clockwise 1000ms linear infinite;
}
.load .pswp__preloader__cut {
  width: 25px;
  height: 50px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.load .pswp__preloader__donut--fake {
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  border: 2px solid red;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}
.load .pswp__preloader__donut {
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  border: 5px solid #000;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
  -webkit-animation: donut-rotate 2000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 2000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-140deg);
  }
  100% {
    transform: rotate(0);
  }
}
.breadcrumbs {
  margin-bottom: 40px;
}
.breadcrumbs ul {
  display: flex;
}
.breadcrumbs ul li {
  position: relative;
  margin-right: 35px;
}
.breadcrumbs ul li:last-child:before {
  display: none;
}
.breadcrumbs ul li a {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #9B9B9B;
}
.breadcrumbs ul li span {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #9B9B9B;
}
.breadcrumbs ul li:before {
  content: "";
  position: absolute;
  right: -25px;
  top: 50%;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #9B9B9B;
}

.pagination {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination > a, .pagination > span {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  padding: 8px 19px;
  border-radius: 8px;
  margin-right: 5px;
}
.pagination > a.prev, .pagination > span.prev {
  display: inline-block;
  margin-top: -2px;
  transform: rotate(180deg);
}
.pagination > a:hover, .pagination > a:focus, .pagination > span:hover, .pagination > span:focus {
  background: #FF7A2F;
  color: #fff;
}
.pagination > a.current, .pagination > span.current {
  background: #FF7A2F;
  color: #fff;
}
.pagination li {
  padding-left: 0 !important;
}
.pagination li:before {
  content: "";
  display: none;
}
.pagination li .page-numbers {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  padding: 8px 19px;
  border-radius: 8px;
  margin-right: 5px;
}
.pagination li .page-numbers.prev {
  display: inline-block;
  margin-top: -2px;
  transform: rotate(180deg);
}
.pagination li .page-numbers:hover, .pagination li .page-numbers:focus {
  background: #FF7A2F;
  color: #fff;
}
.pagination li .page-numbers.current {
  background: #FF7A2F;
  color: #fff;
}

.form-group, .comment-form-author, .comment-form-comment, .comment-form-email {
  margin-bottom: 25px;
}
.form-group label, .comment-form-author label, .comment-form-comment label, .comment-form-email label {
  display: block;
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #9B9B9B;
  margin-bottom: 12px;
}
.form-group label span, .comment-form-author label span, .comment-form-comment label span, .comment-form-email label span {
  color: #FF2F2F;
}
.form-group .input-form, .comment-form-author .input-form, .comment-form-comment .input-form, .comment-form-email .input-form {
  width: 100%;
}

.form-container {
  max-width: 65%;
}
.form-container .btn {
  padding: 15px 25px;
}

.account .form-container {
  max-width: 75%;
}

.in-cart {
  background: #000;
  position: fixed;
  border-radius: 6px;
  top: 32px;
  right: 32px;
  width: 0;
  max-width: 360px;
  padding: 15px 0;
  overflow: hidden;
  z-index: 0;
  box-sizing: border-box;
  transition: width 0.25s linear;
}
.in-cart.show {
  width: 360px;
  padding: 15px 24px;
  z-index: 10;
}
.in-cart__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  opacity: 0;
  width: 100vh;
  max-width: 312px;
  transition: all 0.25s linear 0.25s;
}
.show > .in-cart__inner {
  opacity: 1;
}
.in-cart__controls {
  margin-left: 20px;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
}
.in-cart__content {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
.in-cart__separator {
  height: 33px;
  width: 1px;
  background: #333333;
  margin-right: 13px;
  margin-left: 13px;
}
.in-cart__close {
  cursor: pointer;
  width: 9px;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}
.in-cart__close svg {
  width: 100%;
  height: 100%;
}
.in-cart__link {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 400px) {
  .in-cart {
    top: 0;
    right: 0;
    border-radius: 0;
    max-width: unset;
  }
  .in-cart__inner {
    max-width: unset;
    width: calc(100vw - 48px);
  }
  .in-cart.show {
    width: 100%;
  }
}

.products-mark {
  display: flex;
  margin-bottom: 6px;
}

.product-mark {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 10px;
  padding: 6px 8px;
  background: #9B9B9B;
  border-radius: 4px;
  margin-right: 2px;
}
.product-mark__hit {
  background: #ff2f57;
  color: #fff;
}
.product-mark__akc {
  color: #222222;
  background: #FFEA8A;
  text-transform: uppercase;
}
.product-mark__new {
  color: #fff;
  background: #20B379;
}
.product-mark__vig {
  background: #2AABEE;
  color: #fff;
  text-transform: uppercase;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  width: unset !important;
  height: unset !important;
  vertical-align: unset !important;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
  content: "" !important;
}

.single-product__sidebar {
  flex-shrink: 0;
  width: 340px;
}
.single-product__gallery-container {
  max-width: 40%;
  margin-right: 25px;
  flex: 0 0 40%;
}
.single-product__gallery-container img {
  height: auto !important;
}
.single-product__container {
  display: flex;
}
.single-product__details {
  margin-right: 35px;
  max-width: 33%;
}
.single-product__details-logo {
  margin-bottom: 20px;
}
.single-product__details-title {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 500;
  font-size: 35px;
  color: #222222;
  margin-bottom: 8px;
  line-height: 42px;
}
.single-product__details-income {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #9B9B9B;
  margin-bottom: 20px;
}
.single-product__details-income .tooltip {
  flex-shrink: 0;
  margin-left: 2px;
  height: 20px;
  width: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.single-product__details-avail {
  border: 1px solid #20B379;
  display: inline-block;
  padding: 6px 9px;
  padding-right: 30px;
  color: #20B379;
  border-radius: 4px;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 20px;
  position: relative;
}
.single-product__details-avail:after {
  position: absolute;
  top: 8px;
  right: 10px;
  transform: rotate(137deg);
  border-radius: 0 3px 0 0;
  content: "";
  border-top: 3px solid #20B379;
  border-right: 3px solid #20B379;
  width: 9px;
  height: 5px;
}
.single-product__details-description p {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #222222;
  margin-bottom: 12px;
}
.single-product__details-links {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.single-product__details-links a {
  border: 1px solid #DADADA;
  display: inline-block;
  padding: 3px 8px;
  border-radius: 4px;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #222222;
}
.single-product__tabs__video {
  max-width: 600px;
  height: 380px;
  position: relative;
}
.single-product__tabs__video iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .single-product__tabs__video {
    height: 200px;
  }
}

.details-list__name {
  display: flex;
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #9B9B9B;
  align-items: center;
}
.details-list__name span {
  color: #222222;
  margin-left: 5px;
}
.details-list__name .icon {
  min-width: 20px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: #222222;
  margin-right: 8px;
  margin-left: 0;
}

.more {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #5A84FA;
  display: inline-block;
}

.shadow-block {
  box-shadow: 0px 0px 15px rgba(0, 10, 46, 0.0588235);
  border-radius: 8px;
  background: #fff;
  padding: 30px;
  margin-bottom: 20px;
}
.shadow-block__title {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #222222;
  line-height: 48px;
}
.shadow-block__list {
  display: flex;
  flex-wrap: wrap;
}
.shadow-block__list a {
  border: 1px solid #DADADA;
  padding: 3px 8px;
  border-radius: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #222222;
  display: flex;
}
.shadow-block__list a.active {
  background: #FF7A2F;
  border-color: #FF7A2F;
  color: #fff;
}
.shadow-block__list a img {
  margin-right: 8px;
  max-width: 18px;
  object-fit: contain;
}

.infos-links__text {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.infos-links__text a {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #222222;
  border-bottom: 1px solid rgba(34, 34, 34, 0.2);
}
.infos-links__text a:hover, .infos-links__text a:focus {
  color: #5A84FA;
  border-color: #5A84FA;
}
.infos-links__text span {
  font-size: 21px;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  min-width: 22px;
}

.icon-small {
  font-size: 15px !important;
}

.buy-one-click .input-form {
  min-width: 80%;
  border-right: 0;
}
.buy-one-click__block {
  display: flex;
}
.buy-one-click__title {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #222222;
  margin-bottom: 15px;
}
.buy-one-click .btn {
  border-radius: 0px 8px 8px 0;
  margin-left: -16px;
}

#tabs {
  width: 100%;
  border-bottom: solid 1px #eeeeee;
  padding-right: 2px;
  margin-top: 90px;
  display: flex;
  margin-bottom: 0;
}
#tabs li {
  cursor: pointer;
  margin-right: 60px;
  margin-bottom: 0;
}
#tabs li a {
  display: inline-block;
  padding-bottom: 18px;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  border-bottom: 2px solid #FF7A2F;
}
#tabs li a:hover {
  color: #5685bc;
  outline: none;
}
#tabs li a.inactive {
  border-color: transparent;
}
#tabs li a.inactive:hover {
  color: #5685bc;
  outline: none;
}

.tab-container {
  clear: both;
  width: 100%;
  text-align: left;
  padding-top: 20px;
}
.tab-container__text {
  max-width: 80%;
}
.tab-container__text table {
  margin-bottom: 30px;
}
.tab-container__text thead tr th {
  position: relative;
  text-align: right;
  color: #fff;
  border-bottom: 0 !important;
  background: #FF7A2F;
  padding: 25px 29px !important;
  border-bottom: 0px solid white;
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.tab-container__text thead tr th .caret {
  position: absolute;
  top: 50%;
  margin-left: 11px;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  display: none;
}
.tab-container__text thead tr th .caret.active {
  display: inline-block;
}
.tab-container__text thead tr th:first-child {
  border-radius: 8px 0 0 8px;
}
.tab-container__text thead tr th:last-child {
  border-radius: 0 8px 8px 0;
}
.tab-container__text tbody:before {
  line-height: 1em;
  content: ".";
  color: white; /* bacground color */
  display: block;
}
.tab-container__text tbody tr:first-child td {
  border-top: 1px solid #DADADA;
}
.tab-container__text tbody tr:first-child td:first-child {
  border-radius: 8px 0 0 0;
}
.tab-container__text tbody tr:first-child td:last-child {
  border-radius: 0px 8px 0 0;
}
.tab-container__text tbody tr:last-child td:first-child {
  border-radius: 0 0 0 8px;
}
.tab-container__text tbody tr:last-child td:last-child {
  border-radius: 0px 0px 8px 0;
}
.tab-container__text tbody tr td {
  padding: 5px 10px;
  font-size: 14px;
  border-bottom: 1px solid #DADADA;
  border-right: 1px solid #DADADA;
}
.tab-container__text tbody tr td:first-child {
  border-left: 1px solid #DADADA;
}
.tab-container__text ul {
  margin-bottom: 40px;
}
.tab-container__text ul li {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #222222;
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}
.tab-container__text ul li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #2AABEE;
}
@media (max-width: 767px) {
  .tab-container__text {
    max-width: unset;
  }
  .tab-container__text table {
    overflow: auto;
    display: block;
  }
}
.tab-container__params {
  max-width: 600px;
}
.tab-container__params__item {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.tab-container__params__item:before {
  content: "";
  border-bottom: 1px dashed #9B9B9B;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.tab-container__params__item .tooltip {
  flex-shrink: 0;
  margin-left: 2px;
  height: 20px;
  width: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.tab-container__params__item span {
  position: relative;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 15px;
  background: #fff;
  z-index: 2;
}
.tab-container__params__item span.label {
  padding-right: 5px;
}
.tab-container__params__item span.value {
  padding-left: 5px;
}
.tab-container__params__item:last-child {
  margin-bottom: 0;
}

.preimushestva-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 80px;
}
.preimushestva-list.uslugi-list {
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 30px;
}
.preimushestva-list__single {
  margin-bottom: 30px;
}
.preimushestva-list__single-image {
  margin-bottom: 14px;
  height: 40px;
}
.preimushestva-list__single-image img {
  height: 100%;
}
.preimushestva-list__single-title {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  margin-bottom: 5px;
}
.preimushestva-list__single-text {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #9B9B9B;
}
.preimushestva-list__single-text .tooltip {
  flex-shrink: 0;
  margin-left: 2px;
  height: 20px;
  width: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

.swiper {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4px;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: auto;
  width: 100%;
}

.mySwiper {
  box-sizing: border-box;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  border: 2px solid #DADADA;
  border-radius: 8px;
  overflow: hidden;
}

.mySwiper .swiper-slide-thumb-active {
  border-color: orange;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.products-list-container {
  display: flex;
  flex-wrap: wrap;
}

.product-list__old-price {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #B1B1B1;
  line-height: 15px;
  margin-left: 12px;
  text-decoration: line-through;
}
.product-list__single {
  border: 1px solid #DADADA;
  border-radius: 8px;
  overflow: hidden;
  padding: 20px;
  margin-right: 0px;
  margin-bottom: 25px;
  position: relative;
  background: #fff;
}
.product-list__single:hover, .product-list__single:focus {
  box-shadow: 0px 0px 15px rgba(0, 10, 46, 0.0588235);
  border-color: transparent;
}
.product-list__single-image {
  position: relative;
}
.product-list__single-image .products-mark {
  position: absolute;
  bottom: -5px !important;
  left: -10px !important;
  top: inherit !important;
}
.product-list__single .products-mark {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}
.product-list__single-bottom {
  display: flex;
  align-items: center;
}
.product-list__single-bottom .pre-order-header__vs {
  margin-left: 0 !important;
}
.product-list__single-bottom .btn-orange {
  font-size: 13px;
  padding: 8px 17px;
  margin-right: 25px;
}
.product-list__single-bottom .btn-orange:hover, .product-list__single-bottom .btn-orange:focus {
  color: #fff;
  background: #000;
  border-color: #000 !important;
  opacity: 1;
}
.product-list__single-price {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #222222;
  line-height: 34px;
}
.product-list__single-name {
  margin-bottom: 12px;
  margin-top: -9px;
}
.product-list__single-name a {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 34px;
  color: #222222;
}

.single-bottom__wish {
  margin-right: 25px;
  font-size: 17px;
}
.single-bottom__wish a {
  color: #B1B1B1;
}
.single-bottom__wish a:hover, .single-bottom__wish a:focus {
  color: #222222;
}
.single-bottom__vs a {
  color: #B1B1B1;
  font-size: 17px;
}
.single-bottom__vs a:hover, .single-bottom__vs a:focus {
  color: #222222;
}

.product-small-single {
  border: 1px solid #DADADA;
  padding: 20px;
  border-radius: 8px;
  overflow: hidden;
  min-width: 130px;
}
.product-small-single__image img {
  max-width: 94px;
}
.product-small-single__price {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}
.product-small-single__name {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #222222;
}

.select-container {
  margin-bottom: 20px;
}
.select-container:after {
  content: "";
  display: block;
  clear: both;
}
.select-container .sel {
  width: 100%;
  margin-bottom: 6px;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  padding: 16px 25px;
  height: auto;
  border-radius: 8px;
  border-color: #DADADA;
}
.select-container .sel .list {
  width: 100%;
}
.select-container .sel .list li {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  padding: 16px 25px;
  min-height: auto;
}
.select-container .sel .list li:hover {
  color: #fff;
  background: #5A84FA;
}

.pre-order-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 8px;
}
.pre-order-header__price {
  display: flex;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #222222;
  line-height: 30px;
  align-items: center;
}
.pre-order-header__right a {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 19px;
  color: #B1B1B1;
  line-height: 19px;
  display: inline-block;
}
.pre-order-header__right .tinv-wraper {
  margin-left: 15px;
  display: inline-flex;
}
.pre-order-header__right .pre-order-header__vs {
  margin-left: 15px;
}
.pre-order-header__right .pre-order-header__vs.compare__selected {
  color: #fc2f57;
}
.pre-order-header__right .pre-order-header__vs:hover, .pre-order-header__right .pre-order-header__vs:focus {
  color: #5A84FA;
}
.pre-order-header__right .pre-order-header__wish:hover span:before, .pre-order-header__right .pre-order-header__wish:focus span:before, .pre-order-header__right .pre-order-header__wish.tinvwl-product-make-remove span:before {
  content: "\e922";
  color: #fc2f57;
}

.tooltip {
  border: 1px solid #B1B1B1;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  text-align: center;
  line-height: 20px;
  color: #B1B1B1;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-left: 21px;
  position: relative;
}

.pre-order-buttons a, .pre-order-buttons button {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.pre-order-buttons a:last-child, .pre-order-buttons button:last-child {
  margin-bottom: 0;
}
.pre-order-percent {
  margin-bottom: 15px;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}
.pre-order-percent span {
  color: #5A84FA;
  border-bottom: 1px solid rgba(90, 132, 250, 0.2);
}

.jBox-Tooltip {
  max-width: 300px;
}

.jBox-content {
  background: #222222;
  color: #fff;
  border-radius: 8px;
}

.jBox-pointer:after {
  background: #222222 !important;
}

.akcii-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}

.akcii-single {
  display: block;
  margin-bottom: 40px;
}
.akcii-single__info {
  padding: 0 10px;
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #9B9B9B;
}
.akcii-single__info a {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #9B9B9B;
}
.akcii-single__image {
  display: block;
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
}
.akcii-single__image img {
  max-width: 100%;
}
.akcii-single__title {
  display: inline-block;
  font-family: "Golos Text VF", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #222222;
  margin-bottom: 15px;
  padding: 0 10px;
}
.akcii-single__title.fs-18px {
  font-size: 18px;
}
.akcii-single__date {
  padding: 0 10px;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #9B9B9B;
  display: flex;
  align-items: center;
}
.akcii-single__date span {
  margin-right: 5px;
}

.not-full-text {
  max-width: 830px;
}
.not-full-text p {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #222222;
  line-height: 30px;
}
.not-full-text p.small {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 15px;
}

.block-for-video__inner {
  max-width: 600px;
  padding-top: 33%;
  position: relative;
}
.block-for-video__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-for-video__inner:before {
  content: "";
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .block-for-video__inner {
    padding-top: 56%;
  }
}
.block-for-video__title {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #222222;
  margin-bottom: 20px;
}
.block-for-video__title a {
  border-bottom: 1px solid rgba(90, 132, 250, 0.2);
  color: #5A84FA;
}
.block-for-video__content {
  background: #f8f8fa;
  border-radius: 8px;
  text-align: center;
  padding: 40px 0;
}
.block-for-video__content img {
  border-radius: 8px;
}

.extra-big {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 200px;
  color: #FF7A2F;
}

.our-team {
  margin-bottom: 116px;
}
.our-team__single {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.our-team__single-image {
  background: #f8f8fa;
  margin-bottom: 24px;
}
.our-team__single-name {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #222222;
  margin-bottom: 7px;
}
.our-team__single-job {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #9B9B9B;
}
.our-team__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 21px;
}
.our-team__big-block {
  background: #f8f8fa;
  padding: 0 30px 0 71px;
  display: flex;
}

.big-block {
  border-radius: 8px;
  margin-bottom: 16px;
}
.big-block p {
  font-size: 16px;
}
.big-block__name {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 500;
  font-size: 28px;
  color: #222222;
  margin-bottom: 15px;
}
.big-block__job {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #FF7A2F;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.big-block__image {
  min-width: 50%;
  font-size: 0;
}
.big-block__content {
  margin-top: 70px;
  margin-right: 60px;
}

.follower-count {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  margin-bottom: 30px;
}

.social-block__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}
.social-block__list-date {
  display: flex;
  align-items: center;
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #9B9B9B;
  margin-bottom: 10px;
}
.social-block__list-date img {
  margin-right: 8px;
  width: auto;
  height: auto;
}
.social-block__list-title {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 38px;
}
.social-block__list-image {
  display: block;
  font-size: 0;
  position: relative;
  margin-bottom: 20px;
  margin-top: auto;
}
.social-block__list-image img {
  border-radius: 8px;
  width: 100%;
}
@media (max-width: 767px) {
  .social-block__list-tg .swiper-slide {
    height: unset !important;
  }
}
.social-block__single {
  border: 1px solid #DADADA;
  border-radius: 8px;
  padding: 20px;
  height: 100%;
}
.social-block__single-tg {
  display: flex;
  flex-direction: column;
}

.youtube-list {
  margin-bottom: 119px;
}
.youtube-list .social-block__list-date {
  font-size: 16px;
  line-height: 20px;
}
.youtube-list .social-block__list-date img {
  width: auto;
  height: auto;
}
.youtube-list .social-block__list-title {
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 500;
}
.youtube-list .social-block__list-image {
  margin-bottom: 18px;
  position: relative;
}

.play {
  position: absolute;
  top: 50%;
  left: 50%;
}

.no-border {
  padding: 0;
  border: 0;
  border-radius: 0;
}

.tg-list {
  margin-bottom: 119px;
}

.map-container {
  margin-bottom: 40px;
}
.map-container__block {
  border-radius: 8px;
  overflow: hidden;
}
.map-container__block iframe {
  border: 0;
}

.youtubeSwiper .swiper-wrapper {
  min-width: 0;
}

.category-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
  margin-bottom: 60px;
}

.category-single {
  display: block;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 50px;
}
.category-single__container {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 0;
  border-radius: 8px;
}
.category-single__abs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(21, 20, 24, 0) 0%, #151418 100%);
  padding: 60px 30px 30px;
  border-radius: 8px;
  box-sizing: border-box;
}
.category-single__title {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #fff;
}
.category-single__count {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  border-radius: 4px;
  border: 1px solid rgba(218, 218, 218, 0.2);
  padding: 2px 8px;
}

.page-columns {
  display: flex;
}

.left-sidebar {
  flex: 0 0 23%;
  max-width: 23%;
  margin-right: 50px;
}
.left-sidebar .shadow-block__list {
  margin-bottom: 50px;
}
.left-sidebar .shadow-block__list a {
  margin-right: 10px;
  margin-bottom: 10px;
}
.left-sidebar .shadow-block__list a.active {
  background: #FF7A2F;
  border-color: #FF7A2F;
  color: #fff;
}

.manufacture-list {
  margin-bottom: 30px;
}
.manufacture-list__icon {
  height: 40px;
  width: 40px;
  margin-right: 10px;
}
.manufacture-list__item {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.manufacture-list__item:last-child {
  margin-bottom: 0;
}
.manufacture-list__title {
  font-family: "Golos Text", sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 15px;
}
.manufacture-list p {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
}
.manufacture-list p:last-child {
  margin-bottom: 0;
}
.manufacture-btn {
  margin-bottom: 50px;
}
.manufacture-list {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}
.manufacture-list a {
  color: #FF7A2F;
}
.manufacture-video {
  margin-bottom: 30px;
  width: 100%;
  padding-top: 56%;
  position: relative;
}
.manufacture-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.manufacture-video:before {
  content: "";
  display: block;
  width: 100%;
}

.videocart-menu {
  margin-bottom: 50px;
}

.uslugi-additional {
  margin-bottom: 30px;
}
.uslugi-additional__title {
  margin-bottom: 15px;
}
.uslugi-additional__list__title {
  font-family: "Golos Text", sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
}
.uslugi-additional__list__item {
  margin-bottom: 15px;
}
.uslugi-additional__list__item:last-child {
  margin-bottom: 0;
}
.uslugi-chat {
  margin-bottom: 30px;
}
.uslugi-chat span {
  margin-right: 10px;
}
.uslugi-opt {
  margin-bottom: 30px;
}
.uslugi-opt h3 {
  margin-bottom: 20px;
}
.uslugi-opt p {
  margin-bottom: 15px;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.uslugi-opt p a {
  color: #FF7A2F;
}
.uslugi-opt p.bold {
  font-weight: 600;
}

.right-sidebar .shadow-block__list {
  margin-bottom: 50px;
}

.banner-container {
  display: flex;
  overflow: hidden;
  border-radius: 8px;
}
.banner-container img:nth-child(2) {
  display: none;
}
@media (max-width: 500px) {
  .banner-container img:nth-child(1) {
    display: none;
  }
  .banner-container img:nth-child(2) {
    display: block;
  }
}

.nav-sticky {
  position: sticky;
  top: 0;
}

.archive-links {
  margin-bottom: 50px;
}
.archive-links ul li {
  margin-left: 20px;
  margin-bottom: 10px;
}
.archive-links ul li:first-child {
  margin-left: 0;
}
.archive-links ul li.current {
  display: flex;
}
.archive-links ul li.current span {
  color: #222222;
  padding: 4px 10px;
  border-radius: 0 8px 8px 0;
  background: #F4F4F4;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.archive-links ul li.current span:first-child {
  border-radius: 8px 0px 0 8px;
  padding: 4px 0px 4px 10px;
  color: #222222;
}
.archive-links ul li a {
  padding: 4px 10px;
  border-radius: 8px;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #222222;
  display: inline-block;
}
.archive-links ul li a:hover, .archive-links ul li a:focus {
  opacity: 0.6;
}

.nav-link ul li {
  margin-bottom: 10px;
}
.nav-link ul li.current span {
  color: #222222;
  padding: 4px 10px;
  border-radius: 8px;
  background: #F4F4F4;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.nav-link ul li a {
  padding: 4px 10px;
  border-radius: 8px;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #222222;
  opacity: 0.6;
  display: inline-block;
}
.nav-link ul li a:hover, .nav-link ul li a:focus {
  opacity: 1;
}

.media-image {
  border-radius: 8px;
  margin: 50px 0;
}

.content-container ul li {
  padding-left: 15px;
  color: #222222;
  line-height: 35px;
}
.content-container ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #5A84FA;
  position: absolute;
  top: 50%;
  left: 0;
}
.content-container__gallery {
  margin-bottom: 80px;
  margin-top: 70px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 25px;
  grid-auto-flow: row;
  grid-template-areas: "gal1 gal2 gal3" "gal1 gal4 gal5" "gal6 gal7 gal5";
}

.gal1 {
  grid-area: gal1;
}

.gal2 {
  grid-area: gal2;
}

.gal3 {
  grid-area: gal3;
}

.gal4 {
  grid-area: gal4;
}

.gal5 {
  grid-area: gal5;
}

.gal6 {
  grid-area: gal6;
}

.gal7 {
  grid-area: gal7;
}

.block-small-title {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 28px;
  color: #000;
  line-height: 34px;
  margin-bottom: 30px;
}

.counts {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: rgba(34, 34, 34, 0.6) !important;
}

.banner-small {
  display: flex;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 50px;
}
.banner-small img {
  width: 100%;
}

.tg-chanel {
  border: 1px solid #DADADA;
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 50px;
}
.tg-chanel .btn {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  background: #2AABEE;
  padding: 19px 0px;
  justify-content: center;
  align-self: center;
  display: flex;
  align-items: center;
}
.tg-chanel .btn span {
  margin-right: 19px;
}
.tg-chanel__title {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 19px;
  margin-bottom: 26px;
}

.sidebar__form .popup-container {
  padding: 0;
}

.sidebar__products {
  margin-bottom: 50px;
}
.sidebar__products .product-small-single {
  max-width: 200px;
  margin-bottom: 10px;
}
.sidebar__products .product-small-single:last-child {
  margin-bottom: 0;
}

.sertificates-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
  margin-bottom: 100px;
}
.sertificates-container__single {
  border: 1px solid #DADADA;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
}
.sertificates-container__single-image {
  display: inline-block;
  margin-bottom: 30px;
}
.sertificates-container__single-title {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #222222;
  margin-bottom: 8px;
}
.sertificates-container__single-size {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #9B9B9B;
}

.docs-list__container {
  border: 1px solid #DADADA;
  border-radius: 8px;
}
.docs-list__container-single {
  padding: 30px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #DADADA;
}
.docs-list__container-single:last-child {
  border: 0;
}

.docs-list__single-size {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #9B9B9B;
}
.docs-list__single-title {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 19px;
  margin-bottom: 8px;
}

.file-type {
  margin-right: 24px;
  margin-top: 4px;
}

.completed-content {
  text-align: center;
  border: 1px solid #DADADA;
  border-radius: 8px;
  padding: 140px 50px;
}
.completed-content p {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  max-width: 50%;
  margin: 0 auto 40px;
}
.completed-content__title {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #222222;
  max-width: 30%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.summary-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.summary-header__title {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #222222;
  line-height: 34px;
}
.summary-header__price {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #222222;
  line-height: 34px;
}

.summary-info {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 10px;
}
.summary-info__label {
  background: #fff;
  position: relative;
  padding-right: 5px;
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}
.summary-info__text {
  background: #fff;
  position: relative;
  padding-left: 5px;
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}
.summary-info:before {
  position: absolute;
  bottom: 6px;
  left: 0;
  content: "";
  width: 100%;
  border-bottom: 1px dashed #DADADA;
}
.summary-info .red {
  color: #FF2F2F;
}
.summary-info .green {
  color: #3CB054;
}

.summary-container .btn {
  padding: 18px;
  font-family: "Golos Text VF", sans-serif;
  font-weight: 900;
  font-size: 15px;
}
.summary-container .btn, .summary-container input {
  width: 100%;
}

.summary-links {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #222222;
  line-height: 20px;
}
.summary-links a {
  color: #5A84FA;
}

.cat-count {
  color: #9B9B9B;
  font-size: 20px;
}

.catalog .left-sidebar {
  max-width: 19%;
}
.catalog .right-col {
  width: 100%;
}
.catalog-filter {
  margin-bottom: 30px;
}
.catalog-filter__reset {
  color: #9B9B9B;
  display: inline-block;
  margin-top: 15px;
}
.catalog-filter .nav-link ul li {
  margin-left: 12px;
}
.catalog-filter .nice-select {
  float: none;
}
.catalog-filter__title {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 22px;
  color: #222222;
  margin-bottom: 11px;
}
.catalog-filter__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-height: 190px;
  overflow: auto;
}
.catalog-filter__inner::-webkit-scrollbar {
  width: 4px;
}
.catalog-filter__inner::-webkit-scrollbar-track {
  background: #F9FAFF;
}
.catalog-filter__inner::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #FF7A2F;
  transition: all 0.25s ease;
}
.catalog-sorting {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.catalog-sorting__title {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #9B9B9B;
  margin-right: 28px;
}
.catalog-sorting__left {
  display: flex;
}
.catalog-sorting__left span, .catalog-sorting__left a {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #222222;
  margin-right: 20px;
  border-bottom: 1px dashed #222222;
}
.catalog-sorting__left span:hover, .catalog-sorting__left span:focus, .catalog-sorting__left span.active, .catalog-sorting__left a:hover, .catalog-sorting__left a:focus, .catalog-sorting__left a.active {
  color: #5A84FA;
  border-color: #5A84FA;
}
.catalog-sorting__view {
  background: #F4F4F4;
  border-radius: 8px;
  padding: 2px;
}
.catalog-sorting__view a {
  padding: 10px;
  display: inline-block;
  font-size: 10px;
  color: #ABABAB;
  border-radius: 6px;
}
.catalog-sorting__view a.active {
  background: #fff;
  color: #222222;
}
.catalog-sorting__view a.active span {
  color: #222222;
}
.catalog-sorting__view a.active span:before {
  color: #222222;
}

.product-list__single:hover .product-fast {
  opacity: 1 !important;
}

.product-fast {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #222222;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 7px 14px;
  background: #FFFFFF;
  opacity: 0;
  box-shadow: 0px 0px 6px rgba(34, 34, 34, 0.0784314);
  border-radius: 8px;
  white-space: nowrap;
  z-index: 2;
}
.product-fast:hover {
  opacity: 1 !important;
}

.product-prices {
  display: flex;
  align-items: center;
}

.catalog-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px;
}
.catalog-container .product-list__single {
  margin-right: 0;
  margin-bottom: 0;
}

.slider-range {
  display: flex;
  border: 1px solid #DADADA;
  border-radius: 8px;
  margin-bottom: 10px;
}
.slider-range__text {
  display: flex;
  flex: 0 0 50%;
  padding: 17px 0;
  text-align: left;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
}
.slider-range__text input {
  height: 100%;
  width: 100%;
  border: 0;
  margin-left: 5px;
  outline: 0 !important;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
}
.slider-range__text:last-child {
  border-left: 1px solid #DADADA;
}

.check {
  position: relative;
  padding-left: 25px;
  line-height: 19px;
  margin-bottom: 17px;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  display: inline-block;
}
.check input {
  opacity: 0;
}

.checked .checkbox {
  border-color: #5A84FA;
}
.checked .checkbox:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 1px;
  width: 3px;
  transform: rotate(228deg);
  height: 6px;
  border-top: 3px solid #5A84FA;
  border-left: 3px solid #5A84FA;
  border-radius: 3px 0 0 0;
}

.checkbox {
  margin: 0;
  position: absolute;
  top: 2px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #DADADA;
  border-radius: 2px;
  background: #fff;
}

.noUi-handle {
  border-radius: 50%;
  width: 17px !important;
  height: 17px !important;
  border: 2px solid #fff;
  background: #2A63A7;
  box-shadow: none !important;
}
.noUi-handle:before, .noUi-handle:after {
  display: none;
}

.noUi-target {
  height: 2px !important;
  border-radius: 0;
  border: 0 !important;
}

.noUi-connect {
  background: #2A63A7;
}

.noUi-horizontal .noUi-handle {
  right: -10px;
  top: -8px;
}

.form-switch {
  display: inline-block;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.form-switch i {
  position: relative;
  display: inline-block;
  margin-right: 0.5rem;
  width: 46px;
  height: 26px;
  background-color: #CCCCCC;
  border-radius: 23px;
  vertical-align: text-bottom;
  transition: all 0.3s linear;
}

.form-switch i::before {
  content: "";
  position: absolute;
  left: 0;
  width: 42px;
  height: 22px;
  background-color: #CCCCCC;
  border-radius: 11px;
  transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
  transition: all 0.25s linear;
}

.form-switch i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 11px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  transform: translate3d(2px, 2px, 0);
  transition: all 0.2s ease-in-out;
}

.form-switch:active i::after {
  width: 28px;
  transform: translate3d(2px, 2px, 0);
}

.catalog-filter .nice-select {
  width: 100%;
}

.slider-range {
  margin-bottom: 20px;
}

.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #fff; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 0px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}
.sidenav .catalog-sidebar {
  padding: 30px;
}
.sidenav-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 30px;
  border-bottom: 1px solid #DADADA;
}
.sidenav-top__title {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #222222;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}

.form-switch:active input:checked + i::after {
  transform: translate3d(16px, 2px, 0);
}

.form-switch input {
  display: none;
}

.form-switch input:checked + i {
  background-color: #4BD763;
}

.form-switch input:checked + i::before {
  transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
}

.form-switch input:checked + i::after {
  transform: translate3d(22px, 2px, 0);
}

.grid-catalog {
  grid-template-columns: 1fr;
}
.grid-catalog .product-list__single {
  padding-left: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 260px 1fr 200px;
  gap: 25px;
  align-items: center;
}
.grid-catalog .product-list__single-name {
  font-size: 24px;
}
.grid-catalog .product-list__single-image {
  max-width: 260px;
}
.grid-catalog .product-list__single-middle {
  margin-right: 50px;
}
.grid-catalog .product-list__single .single-product__details-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.grid-catalog .product-list__single .products-mark {
  left: 0;
}

.history a {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #5A84FA;
}

.order-status {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding: 7px 15px;
  border: 1px solid #5A84FA;
  border-radius: 8px;
  color: #5A84FA;
}
.order-status.red {
  border-color: #FF2F2F;
  color: #FF2F2F;
}
.order-status.green {
  color: #20B379;
  border-color: #20B379;
}
.order-status.silver {
  color: #9B9B9B;
  border-color: #9B9B9B;
}

.order-delivery__name {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #222222;
  margin-right: 20px;
}
.order-delivery__track {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #9B9B9B;
}
.order-delivery__track span {
  color: #5A84FA;
}

.order-info__single {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #DADADA;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.order-info__single .btn {
  margin-right: 10px;
}
.order-info__single-delivery {
  display: flex;
  align-items: center;
}
.order-info__single:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
  justify-content: flex-start;
}
.order-info__single-title {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  margin-bottom: 15px;
}
.order-info__single-text {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}
.order-info__single-silver {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #9B9B9B;
}

.order-small-status {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #FF2F2F;
  margin-top: 10px;
}

.history-border {
  border: 1px solid #DADADA;
  border-radius: 8px;
}
.history-border__single {
  display: flex;
  justify-content: space-between;
  padding: 30px 20px;
  align-items: center;
  border-bottom: 1px solid #DADADA;
}
.history-border__single:last-child {
  border: 0;
}
.history-border__single-price {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #9B9B9B;
  margin-left: 35px;
}
.history-border__single-left {
  display: flex;
  align-items: center;
}

.shop_table {
  border-radius: 8px;
  border: 1px solid #DADADA;
  width: 100%;
}
.shop_table tr:last-child td {
  border-bottom: 0;
}
.shop_table tr td {
  padding: 30px 0;
  border-bottom: 1px solid #DADADA;
}
.shop_table tr td:first-child {
  padding-left: 30px;
}
.shop_table tr td:last-child {
  padding-right: 30px;
}
.shop_table .product-remove, .shop_table .product-subtotal, .shop_table .product-quantity {
  padding-left: 10px;
}

.product-thumbnail {
  width: 160px;
}
.product-thumbnail a {
  display: block;
}
.product-thumbnail img {
  max-width: 100px;
}
.product-name {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 500;
  font-size: 20px;
}
.product-name .product-list__single-name {
  margin-bottom: 8px;
}
.product-name .product-list__single-name a {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 500;
  font-size: 20px;
}

.quantity {
  width: 105px;
  background: #F4F4F4;
  display: flex;
  border-radius: 8px;
  padding: 10px 13px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.quantity-container {
  display: inline-block;
  text-align: center;
}

.small-price {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #9B9B9B;
}

.calc {
  max-width: 50px;
  text-align: center;
  border: 0;
  background: transparent;
  outline: none;
  font-family: "Golos Text VF", sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #222222;
}

.minus {
  display: inline-block;
  width: 11px;
  background: #9B9B9B;
  height: 3px;
  border-radius: 3px;
}

.plus {
  display: inline-block;
  width: 11px;
  background: #9B9B9B;
  height: 3px;
  border-radius: 0px;
  position: relative;
}
.plus:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  background: #9B9B9B;
  height: 11px;
  border-radius: 0px;
  display: inline-block;
}

.woocommerce-Price-amount {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #222222;
  white-space: nowrap;
}

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

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

.product-remove {
  text-align: right;
}
.product-remove a {
  display: inline-block;
  margin-top: 5px;
  font-size: 19px;
}

.product-deleted div {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #222222;
}

.product-vost {
  text-align: right;
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #9B9B9B;
}
.product-vost a {
  color: #5A84FA;
  display: inline-block;
  margin-right: 5px;
}
.product-vost a:last-child {
  margin-right: 0;
  margin-left: 5px;
}

.cart-right {
  box-shadow: 0px 0px 15px rgba(0, 10, 46, 0.0588235);
  border: 0;
}

.delete-cart {
  text-align: center;
}
.delete-cart a {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #9B9B9B;
}

.cart-editables {
  margin-right: 15px;
  margin-bottom: 38px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.cart-editables a {
  display: flex;
  align-items: center;
  margin-left: 48px;
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #646464;
}
.cart-editables a span {
  font-size: 18px;
  margin-right: 10px;
  display: inline-block;
}

.remont-banner {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 53px;
}
.remont-banner__abs {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  padding-left: 50px;
  padding-top: 50px;
  padding-bottom: 75px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
}
.remont-banner__abs .btn {
  margin-top: 45px;
}
.remont-banner__abs h1, .remont-banner__abs .h1 {
  color: #fff;
  margin-bottom: 5px;
}
.remont-banner__abs p {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #fff;
  line-height: 32px;
}
.remont-banner__abs-lizing h1, .remont-banner__abs-lizing .h1, .remont-banner__abs-lizing p {
  color: #000;
}
@media (max-width: 970px) {
  .remont-banner__abs-lizing h1, .remont-banner__abs-lizing .h1, .remont-banner__abs-lizing p {
    color: #fff;
  }
}
.remont-banner__image {
  position: relative;
  font-size: 0;
  overflow: hidden;
  border-radius: 8px;
}
.remont-banner__image-lizing:before {
  display: none;
}
.remont-banner__image:before {
  content: "";
  background: linear-gradient(90deg, #27262B 24.56%, rgba(15, 15, 17, 0) 99.81%);
  opacity: 0.8;
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.remont-banner__bottom p {
  font-size: 18px;
  line-height: 26px;
}
.remont-banner__bottom p:last-child {
  margin-bottom: 0;
}

.remont-preim__image {
  margin-bottom: 37px;
}
.remont-preim__title {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 500;
  font-size: 28px;
  color: #222222;
  margin-bottom: 19px;
}
.remont-preim__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px 25px;
  margin-bottom: 25px;
}
.remont-preim__list-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  margin-bottom: 25px;
}
.remont-preim__single {
  background: #f5f6fa;
  padding: 40px 35px 40px 40px;
  border-radius: 8px;
}
.remont-preim__single p {
  font-size: 19px;
  line-height: 28px;
}
.remont-preim__single .summary-links p {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 0;
}

.rem-normal {
  display: flex;
  padding-bottom: 0;
  padding-right: 0;
}
.rem-normal .remont-preim__content {
  width: 50%;
}
.rem-normal .remont-preim__image {
  width: 50%;
  margin-bottom: 0;
  font-size: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.popup-container {
  background: #fff;
  border-radius: 8px;
  padding: 45px 40px;
}
.popup-container p {
  font-size: 16px;
  margin-bottom: 25px;
}

.popup {
  max-width: 462px;
}

.popup-form-checks {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.popup-form-checks .check {
  margin-bottom: 0;
}

.rem-big {
  display: flex;
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
  margin-bottom: 132px;
  justify-content: space-between;
}
.rem-big__photo {
  width: 121px;
  height: 121px;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #f5f6fa;
  margin-right: -20px;
}
.rem-big__photo:nth-child(2) {
  z-index: 3;
  margin-left: 0;
}
.rem-big__photo:nth-child(3) {
  z-index: 2;
}
.rem-big__photo:last-child {
  z-index: 1;
}
.rem-big__form {
  min-width: 462px;
  width: 462px;
  position: relative;
}
.rem-big__content {
  margin-right: 160px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.rem-big__bottom {
  display: flex;
  align-items: center;
}
.rem-big__bottom span {
  font-size: 35px;
  margin-right: 47px;
}
.rem-big__title {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 500;
  font-size: 35px;
  line-height: 47px;
}

.rem-abs {
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 100%;
}

.what-rem {
  margin-bottom: 120px;
}
.what-rem__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px 25px;
}
.what-rem__list-single {
  border: 1px solid #DADADA;
  border-radius: 8px;
  padding: 30px 35px;
}

.rem-single {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.rem-single__text {
  text-align: center;
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #9B9B9B;
  line-height: 28px;
}

.type-remont__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px;
}

.type-single {
  background: #f5f6fa;
  padding: 38px 45px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  min-height: 325px;
}
.type-single__title {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  position: relative;
  z-index: 2;
}
.type-single__image {
  text-align: center;
}
.other-type .type-single__image {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  mix-blend-mode: multiply;
}

.orange-type {
  background: #FF7A2F;
  position: relative;
}
.orange-type .type-single__image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.orange-type .type-single__title {
  margin-top: auto;
  color: #fff !important;
}

.big-type {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
.big-type .type-single__title {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 500;
  font-size: 28px;
  color: #000;
  line-height: 37px;
}

.small-type {
  padding: 29px 23px;
}

.top-type img {
  margin-top: -88px;
}

.bottom-type img {
  margin-bottom: -35px;
}

.right-circle {
  position: absolute;
  bottom: 85px;
  right: 37px;
  width: 241px;
  height: 241px;
  border-radius: 50%;
  overflow: hidden;
}
.right-circle-lizing {
  border-radius: 0;
}
.right-circle__text {
  color: #FF7A2F;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Golos Text VF", sans-serif;
  font-weight: 500;
  font-size: 65px;
  line-height: 65px;
  text-align: center;
  padding: 78px 80px 80px 81px;
  transform: rotate(15deg);
}
.right-circle__text span {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  display: block;
}

.lizing-abs .btn {
  margin-top: 0;
}

.lizing-circle {
  background: #5A84FA;
  width: 189px;
  height: 189px;
  border-radius: 50%;
  text-align: center;
  line-height: 189px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  transform: rotate(-15deg);
}
.lizing-circle__text {
  position: absolute;
  top: 50%;
  font-family: "Golos Text VF", sans-serif;
  font-weight: 500;
  font-size: 24px;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  line-height: 40px;
}
.lizing-circle__text span {
  font-size: 38px;
  display: block;
}

.center-image {
  align-items: center !important;
  justify-content: center !important;
}

.rem-bg {
  background-image: url("../images/lizing-black.jpg");
  background-position: top center;
  background-repeat: no-repat;
  background-size: cover;
}
.rem-bg .rem-big__title {
  color: #fff;
}
.rem-bg .rem-big__photo {
  border-color: #000;
}
.rem-bg .rem-big__bottom .icon-long-right {
  color: #fff;
}

.accordion {
  border-radius: 8px;
  border: 1px solid #DADADA;
}

.accordion__item {
  margin: 5px auto;
  border-bottom: 1px solid #DADADA;
}
.accordion__item:last-child {
  border-bottom: 0;
}
.accordion__item .accordion__title {
  position: relative;
  display: block;
  padding: 23px 30px;
  font-family: "Golos Text VF", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  cursor: pointer;
}
.accordion__item .accordion__title .accordion__arrow {
  position: absolute;
  top: 50%;
  right: 40px;
}
.accordion__item .accordion__title .accordion__arrow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 3px;
  background: #9B9B9B;
}
.accordion__item .accordion__title .accordion__arrow:after {
  content: "";
  position: absolute;
  top: -5.5px;
  left: 5.5px;
  width: 3px;
  height: 14px;
  background: #9B9B9B;
}
.accordion__item .accordion__title.accordion-active .accordion__arrow:before {
  background: #222222;
}
.accordion__item .accordion__title.accordion-active .accordion__arrow:after {
  background: transparent;
}
.accordion__item .accordion__content {
  padding: 22px 30px;
  margin-bottom: 2px;
  font-size: 14px;
  display: none;
  border-top: 1px solid #DADADA;
}
.accordion__item .accordion__content-title {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #222222;
  margin-bottom: 19px;
}
.accordion__item .accordion__content-text {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #222222;
}

.accordion__item .accordion__rotate {
  transform: rotate(225deg);
}

.accordion__item .accordion__arrow-item {
  font-weight: 700;
}

.block-service__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
}
.block-service__list__item__image {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  display: flex;
}
.block-service__list__item__title {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 970px) {
  .block-service__list {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}

.page-404 #header {
  margin-bottom: 0;
}
.page-404 #content {
  background: #FF7A2F;
  padding: 120px 0 140px 0;
  margin-bottom: 0;
  position: relative;
  text-align: center;
}

.error-page-top {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 100%;
}
.error-page-top img {
  max-width: 130%;
  margin-left: -15%;
}

.error-image {
  margin-bottom: 70px;
}
.error-title h1, .error-title .h1 {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 500;
  font-size: 50px;
  line-height: 67px;
  color: #fff;
}
.error-text {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #fff;
  max-width: 70%;
  margin: 0 auto 50px;
}

.new-table {
  width: 100%;
  border-spacing: 0;
}
.new-table thead tr th {
  position: relative;
  text-align: right;
  color: #fff;
  border-bottom: 0 !important;
  background: #FF7A2F;
  padding: 25px 29px !important;
  border-bottom: 0px solid white;
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.new-table thead tr th .caret {
  position: absolute;
  top: 50%;
  margin-left: 11px;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  display: none;
}
.new-table thead tr th .caret.active {
  display: inline-block;
}
.new-table thead tr th:first-child {
  border-radius: 8px 0 0 8px;
}
.new-table thead tr th:last-child {
  border-radius: 0 8px 8px 0;
}
.new-table tbody:before {
  line-height: 1em;
  content: ".";
  color: white; /* bacground color */
  display: block;
}
.new-table tbody tr:first-child td {
  border-top: 1px solid #DADADA;
}
.new-table tbody tr:first-child td:first-child {
  border-radius: 8px 0 0 0;
}
.new-table tbody tr:first-child td:last-child {
  border-radius: 0px 8px 0 0;
}
.new-table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 8px;
}
.new-table tbody tr:last-child td:last-child {
  border-radius: 0px 0px 8px 0;
}
.new-table tbody tr td {
  padding: 17px 29px;
  border-bottom: 1px solid #DADADA;
}
.new-table tbody tr td:first-child {
  border-left: 1px solid #DADADA;
  padding-left: 17px;
}
.new-table tbody tr td:last-child {
  border-right: 1px solid #DADADA;
}

.nt-title {
  display: inline-block;
}

.curs-price {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  display: flex;
  flex-direction: column;
}
.curs-price.silver {
  color: #9B9B9B;
  font-size: 13px;
}
.curs-perc {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
}
.curs-perc.green {
  color: #20B379;
  display: flex;
  align-items: center;
}
.curs-perc.green:before {
  content: "";
  margin-right: 6px;
  border-bottom: 7px solid #20B379;
  display: inline-block;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.curs-perc.red {
  color: #FF2F2F;
  display: flex;
  align-items: center;
}
.curs-perc.red:before {
  content: "";
  margin-right: 6px;
  border-top: 7px solid #FF2F2F;
  display: inline-block;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.curs-info {
  display: flex;
  align-items: center;
}
.curs-info__title {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #222222;
}
.curs-info__silver {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #9B9B9B;
}
.curs-info__icon {
  margin-right: 12px;
}

.progress-bar {
  width: 144px;
  height: 6px;
  border-radius: 7px;
  background: #EFF2F5;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.progress-bar__line {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #CFD6E4;
  border-radius: 7px;
}

.curs-container {
  overflow-x: scroll;
}

.curs-container .tinvwl-table-manage-list th, .curs-container .tinvwl-table-manage-list td {
  text-align: left !important;
  font-size: 16px;
  font-weight: normal;
}
.curs-container .tinvwl-table-manage-list .button {
  background: #FF7A2F !important;
  border-radius: 8px;
  line-height: 14px;
  color: #fff;
  display: inline-block;
  border: 1px solid transparent !important;
  padding: 10px 15px;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 14px;
  justify-content: center;
}
.curs-container .tinvwl-table-manage-list .button:hover:not(:disabled), .curs-container .tinvwl-table-manage-list .button:focus:not(:disabled) {
  color: #FF7A2F !important;
  border-color: #FF7A2F !important;
  background: #fff !important;
}
.curs-container .tinvwl-table-manage-list .button:disabled {
  filter: grayscale(1);
}
.curs-container .social-buttons {
  display: none;
}

.new-table {
  min-width: 1400px;
}
.new-table .fltrow {
  display: none !important;
}
.new-table thead img {
  display: none !important;
}

.count-item {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #9B9B9B;
  margin-left: 18px;
}

.sravnenie-ul {
  font-size: 18px;
}
.sravnenie-ul li a {
  font-size: 18px !important;
}

.otlichiya {
  display: flex;
  align-items: center;
}
.otlichiya-title {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #222222;
  margin-left: 15px;
}

.sravnenie-filters {
  display: flex;
  align-items: center;
  margin: 26px 0 60px 0;
  justify-content: space-between;
}

.clear-all a {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #9B9B9B;
}

.sravnenie-middle {
  display: flex;
}
.sravnenie-middle__input {
  margin-right: 25px;
}
.sravnenie-middle__input .sel {
  min-width: 295px;
  padding-top: 17px;
  padding-bottom: 16px;
  border-radius: 8px;
  border: 1px solid #DADADA;
  height: auto;
}
.sravnenie-middle__input .sel .current {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #222222;
}
.sravnenie-middle__input label {
  display: block;
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  margin-bottom: 19px;
}
.sravnenie-middle__price {
  display: flex;
  border: 1px solid #DADADA;
  border-radius: 8px;
  padding: 15px 30px;
  position: relative;
}
.sravnenie-middle__price-info {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 33px;
  color: #9B9B9B;
  margin-left: 30px;
}
.sravnenie-middle__price-info span {
  border-bottom: 2px dashed #9B9B9B;
}
.sravnenie-middle__price:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: calc(100% - 30px);
  background: #DADADA;
}
.sravnenie-middle__price input {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 33px;
  color: #222222;
  text-align: center;
  border: 0;
  max-width: 104px;
  text-align: center;
  outline: none;
  margin-right: 30px;
}

#sravnenie-tabs {
  width: 100%;
  border-bottom: solid 1px #eeeeee;
  padding-right: 2px;
  margin-top: 90px;
  display: flex;
  margin-bottom: 0;
}
#sravnenie-tabs li {
  cursor: pointer;
  margin-right: 60px;
  margin-bottom: 0;
}
#sravnenie-tabs li a {
  display: inline-block;
  padding-bottom: 18px;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  border-bottom: 2px solid #FF7A2F;
}
#sravnenie-tabs li a:hover {
  color: #5685bc;
  outline: none;
}
#sravnenie-tabs li a.inactive {
  border-color: transparent;
}
#sravnenie-tabs li a.inactive:hover {
  color: #5685bc;
  outline: none;
}

.sravnenie-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 25px;
}

.sravnenie-remove {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #9B9B9B;
  font-size: 16px;
}

.sravnenie-single {
  position: relative;
  border: 1px solid #DADADA;
  border-radius: 8px;
  overflow: hidden;
}
.sravnenie-single .btn {
  display: block;
  text-align: center;
  margin: 0 20px 13px;
}
.sravnenie-single__image {
  padding: 10px;
  text-align: center;
}
.sravnenie-single__price {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #222222;
  margin: 0 20px 4px;
}
.sravnenie-single__name {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #222222;
  margin: 0 20px 30px;
}
.sravnenie-single__info {
  border-top: 1px solid #DADADA;
  padding: 16px 20px;
}
.sravnenie-single__info-label {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #9B9B9B;
}
.sravnenie-single__info-text {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #222222;
}

.testimonials-list {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.block-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.see-more {
  display: flex;
  align-items: center;
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #5A84FA;
}
.see-more span {
  margin-left: 6px;
  margin-top: 3px;
}

.home-products-list {
  padding: 70px 0 100px;
  background: #f8f8fa;
  border-bottom: 1px solid #DADADA;
  border-top: 1px solid #DADADA;
  margin-bottom: 100px;
}
.home-products-list.videocart-products {
  padding: 0;
  background: transparent;
  border: 0 !important;
  margin-bottom: 0;
}
.home-products-list.videocart-products .products-list-container {
  grid-template-columns: repeat(3, 1fr);
}
.home-products-list .products-list-container {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.akcii-container {
  margin-bottom: 60px;
}

.blog-container {
  margin-bottom: 60px;
}
.blog-container .akcii-list {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.home-tg .social-block__list {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.home-top {
  position: relative;
}
.home-top-img {
  height: 940px;
}
.home-top-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.home-top-abs {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
.home-top-abs_col {
  width: 50%;
}
.home-top-abs_col h1, .home-top-abs_col .h1 {
  font-size: 65px;
  line-height: 86px;
}
.home-top__country {
  margin-bottom: 50px;
  display: flex;
}
.home-top__country-single {
  display: flex;
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #222222;
  margin-right: 47px;
}
.home-top__country-single img {
  margin-right: 8px;
  width: 36px;
}
.home-top__bottom {
  background: #fff;
  padding: 37px 40px;
  border-radius: 8px;
  box-shadow: -10px 10px 20px rgba(34, 34, 34, 0.0784314);
}
.home-top__bottom-text {
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #222222;
  max-width: 70%;
  margin-bottom: 30px;
}
.home-top__bottom-text span {
  color: #5A84FA;
  border-bottom: 2px dashed #5A84FA;
}
.home-top__bottom-count {
  display: flex;
  align-items: center;
  gap: 10px;
}
.home-top__bottom-count .btn {
  font-size: 15px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 400px) {
  .home-top__bottom-count .btn {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.clock {
  border-radius: 8px;
  border: 1px solid #DADADA;
  padding: 16px 24px;
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
}

.home-page #header {
  margin-bottom: 0;
}

.home-play {
  position: absolute;
  bottom: 12%;
  right: 31%;
  z-index: 5;
}
.home-play__circle {
  width: 113.46px;
  height: 113.46px;
  border-radius: 50%;
  background: #FF7A2F;
  position: relative;
}
.home-play__circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 14px solid transparent;
  border-left: 25px solid #fff;
  border-bottom: 14px solid transparent;
  display: inline-block;
  height: 28px;
}
.home-play__text {
  margin-bottom: -120px;
  margin-left: -33px;
}

.home-about {
  padding: 60px;
  border-radius: 8px;
  border: 1px solid #DADADA;
  margin-bottom: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.home-about__left {
  margin-right: 85px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.home-about__right {
  text-align: right;
}
.home-about__right-image {
  border-radius: 8px;
  overflow: hidden;
}

.calc-online {
  display: flex;
  align-items: center;
  margin-top: 38px;
}
.calc-online .btn {
  padding-left: 30px;
  padding-right: 30px;
  margin-right: 30px;
}
.calc-online__link {
  color: #5A84FA;
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 18px;
  border-bottom: 2px dashed #5A84FA;
}

.calc-middle .sravnenie-middle__input {
  margin-right: 60px;
}
.calc-middle .sravnenie-middle__input .list {
  width: 100%;
}

.calc-before-table {
  display: flex;
  margin-bottom: 30px;
  justify-content: space-between;
  align-items: center;
}
.calc-before-table__left {
  display: flex;
  align-items: center;
}
.calc-before-table__left .sel {
  margin-right: 10px;
  border-radius: 8px;
  height: 34px;
  line-height: 34px;
}
.calc-before-table__left .check {
  margin-bottom: 0;
  margin-left: 30px;
  font-size: 15px;
}

.calc-search .btn {
  padding: 8px 19px;
  font-size: 14px;
  margin-right: 10px;
}
.calc-search .input-form {
  padding: 8px 19px;
  min-width: 546px;
}

.calc-container .new-table thead tr th {
  padding-left: 18px !important;
  padding-right: 18px !important;
  text-align: center !important;
}
.calc-container .new-table thead tr th:nth-child(2) {
  text-align: left;
}
.calc-container .new-table tbody tr td {
  padding-left: 18px;
  padding-right: 18px;
  text-align: center !important;
}
.calc-container .new-table tbody tr td:first-child {
  width: 40px;
}
.calc-container .new-table tbody tr td:nth-child(2) {
  text-align: left;
}
.calc-container .new-table tbody tr td:last-child {
  text-align: center !important;
}
.calc-container .curs-price {
  font-size: 15px;
}
.calc-container .curs-price span {
  color: #B1B1B1;
}

.nt-flex {
  display: flex;
  align-items: center;
}
.nt-flex__left {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-right: 8px;
}
.nt-flex__left span {
  display: inline-block;
}
.nt-flex__left span:first-child {
  border-bottom: 1px solid #fff;
}
.nt-flex__left span:last-child {
  margin-top: -3px;
}

.calc-text {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-right: 8px;
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 15px;
}
.calc-text span {
  display: inline-block;
}
.calc-text span:first-child {
  border-bottom: 1px solid #222222;
}

.silver-check td {
  background: #f8f8fa;
}

.scroll-right {
  display: flex;
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #222222;
  align-items: center;
  margin-bottom: 20px;
}
.scroll-right span {
  margin-left: 15px;
}

.compare-table tbody:before {
  content: "";
}
.compare-table tr:nth-child(2):before {
  content: ".";
  line-height: 1em;
  color: #fff;
  display: block;
}
.compare-table tr:nth-child(3) td {
  border-top: 1px solid #DADADA;
}
.compare-table tr:nth-child(3) td:first-child {
  border-radius: 8px 0 0 0;
}
.compare-table tr:nth-child(3) td:last-child {
  border-radius: 0px 8px 0 0;
}
.compare-table tr:first-child {
  margin-bottom: 14px;
}
.compare-table tr:first-child th {
  position: relative;
  text-align: center;
  color: #fff;
  border-bottom: 0 !important;
  background: #FF7A2F;
  padding: 25px 29px !important;
  border-bottom: 0px solid white;
  font-family: "Golos Text VF", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.compare-table tr:first-child th .caret {
  position: absolute;
  top: 50%;
  margin-left: 11px;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  display: none;
}
.compare-table tr:first-child th .caret.active {
  display: inline-block;
}
.compare-table tr:first-child th:first-child {
  border-radius: 8px 0 0 8px;
}
.compare-table tr:first-child th:last-child {
  border-radius: 0 8px 8px 0;
}
.compare-table tr td {
  text-align: center !important;
}

.contacts {
  padding-bottom: 80px;
}
.contacts__wrap {
  display: grid;
  grid-template-columns: auto 331px;
  grid-gap: 25px;
}
.contacts__map {
  border-radius: 8px;
  overflow: hidden;
}
.contacts__info {
  border-radius: 8px;
  box-shadow: 0 5px 30px rgba(34, 34, 34, 0.08);
  padding: 30px;
}
.contacts__info__item {
  margin-bottom: 30px;
}
.contacts__info__label {
  font-size: 15px;
  color: #9B9B9B;
  margin-bottom: 10px;
}
.contacts__info__value {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .contacts__wrap {
    display: flex;
    flex-direction: column-reverse;
  }
  .contacts__map {
    height: 300px;
  }
  .contacts__info {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
  }
}

@media (max-width: 1800px) {
  .home-top-abs_col h1, .home-top-abs_col .h1 {
    font-size: 45px;
    line-height: 60px;
  }
  .home-top__bottom-text {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .scroll-right {
    display: none;
  }
  .home-top-mobile {
    display: none;
  }
  .home-products-list .bigSwiper {
    display: none;
  }
}
@media (max-width: 1199px) {
  .home-about__left {
    margin-right: 30px;
  }
  .home-about__left p {
    font-size: 14px;
  }
  .desk-vis {
    display: none;
  }
  .home-products-list .bigSwiper {
    display: block;
  }
  .home-top {
    display: none;
  }
  .home-top-abs_col {
    width: 100%;
    margin-top: 30px;
  }
  .home-top__bottom-text {
    max-width: 100%;
  }
  .home-top__bottom {
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
  }
  .home-top-mobile__video {
    position: relative;
  }
  .home-top-mobile__video .home-play {
    top: 50%;
    left: 50%;
    right: initial;
    bottom: initial;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .home-top-mobile__video .home-play__text {
    display: none;
  }
  .home-about__left {
    order: 2;
    margin-bottom: 0px;
    margin-right: 0;
  }
  .home-about__right {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .home-about__right-image img {
    width: 100%;
  }
  .home-about {
    grid-template-columns: 1fr;
  }
  .home-top-img {
    height: unset;
    border-radius: 8px;
    overflow: hidden;
  }
}
@media (min-width: 1199px) and (max-width: 1439px) {
  .type-page .col-70 {
    max-width: 70%;
    flex: 0 0 70%;
  }
  .calc-search .input-form {
    min-width: 400px;
  }
  .home-top-abs_col h1, .home-top-abs_col .h1 {
    font-size: 38px;
    line-height: 45px;
  }
  .home-top__country {
    margin-bottom: 30px;
  }
  .home-top__country-single {
    font-size: 18px;
  }
  .home-top__bottom {
    padding: 20px;
  }
  .home-top__bottom-text {
    font-size: 20px;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .sertificates-container__single {
    padding: 20px;
  }
  .container {
    max-width: 1170px;
  }
  .catalog-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .pre-order-header__price {
    font-size: 24px;
  }
  .single-product__details-links a {
    font-size: 14px;
  }
  .header-bottom__search input {
    min-width: 370px;
  }
  .extra-big {
    font-size: 165px;
  }
  .remont-banner__abs .btn {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .remont-preim__single p {
    font-size: 15px;
    line-height: 20px;
  }
  .grid-catalog {
    grid-template-columns: 1fr;
  }
  .grid-catalog .details-list__name {
    font-size: 13px;
  }
  .grid-catalog .product-list__single {
    grid-template-columns: 150px 1fr 200px;
  }
}
@media (min-width: 992px) and (max-width: 1198px) {
  .type-page .col-70 {
    max-width: 70%;
    flex: 0 0 70%;
  }
  .calc-before-table {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .sravnenie-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .rem-big__content {
    margin-right: 20px;
  }
  .remont-banner__abs h1, .remont-banner__abs .h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .remont-banner__abs p {
    font-size: 20px;
    line-height: 24px;
  }
  .remont-banner__abs .btn {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .remont-banner__bottom p {
    margin-bottom: 10px;
  }
  .rem-big__title {
    font-size: 28px;
    line-height: 35px;
  }
  .remont-preim__title {
    font-size: 22px;
  }
  .remont-preim__single p {
    font-size: 15px;
    line-height: 22px;
  }
  .our-team__big-block {
    padding: 0 30px 0 30px;
  }
  .big-block__content {
    margin-top: 30px;
    margin-right: 30px;
  }
  .big-block__job {
    margin-bottom: 30px;
  }
  .not-full-text {
    width: 100%;
  }
  .extra-big {
    font-size: 130px;
  }
  .tg-chanel {
    padding: 15px;
  }
  .tg-chanel .btn span {
    margin-right: 12px;
  }
  .category-single__abs {
    flex-direction: column;
    padding: 30px;
  }
  .checkout-page .col-70 {
    flex: 0 0 65%;
    max-width: 65%;
  }
  .checkout-page .col-30 {
    flex: 0 0 35%;
    max-width: 35%;
  }
  .form-container {
    max-width: 100%;
  }
  .header-bottom__vs {
    display: none;
  }
  .catalog-menu__container {
    min-width: 750px;
  }
  .container {
    max-width: 970px;
  }
  .header-bottom__search input {
    min-width: 250px;
  }
  .single-product__gallery-container {
    max-width: 35%;
    flex: 0 0 35%;
  }
  .catalog-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .catalog .left-sidebar {
    max-width: 29%;
    flex: 0 0 29%;
  }
  .pre-order-header__price {
    font-size: 20px;
    line-height: 20px;
  }
  .product-list__single-bottom .btn-orange {
    font-size: 12px;
  }
  .tooltip {
    width: 18px;
    height: 18px;
    line-height: 18px;
  }
  .input-form {
    width: 150px;
  }
  .header-menu ul {
    margin-top: 0;
  }
  .header-menu ul li {
    margin-right: 15px;
  }
  .header-menu ul li a {
    font-size: 10px;
  }
  .footer .input-form {
    min-width: 350px;
  }
  .cart-page .shop_table {
    margin-bottom: 40px;
  }
  .cart-page .col-70, .cart-page .col-30 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .completed-content__title {
    max-width: 70%;
  }
  .completed-content p {
    max-width: 70%;
  }
  .grid-catalog {
    grid-template-columns: 1fr;
  }
  .grid-catalog .details-list__name {
    font-size: 13px;
  }
  .grid-catalog .single-product__details-list {
    display: block !important;
  }
  .grid-catalog .product-list__single {
    grid-template-columns: 150px 1fr 180px;
  }
}
@media (min-width: 992px) {
  .mobile-catalog-sorting {
    display: none;
  }
  .blog-mobile-tg {
    display: none;
  }
  .remont-banner {
    background-image: none !important;
  }
}
@media (max-width: 992px) {
  .right-sidebar {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .type-page .col-70 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .calc-middle .sravnenie-middle__input {
    margin-right: 30px;
  }
  .calc-before-table {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .sravnenie-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .remont-banner__bottom {
    max-width: 71%;
  }
  .rem-big__form {
    width: 100%;
    min-width: 100%;
  }
  .completed-content__title {
    max-width: 90%;
  }
  .completed-content p {
    max-width: 90%;
  }
  .remont-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
  }
  .remont-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .remont-banner__image {
    display: none;
  }
  .remont-banner__abs {
    position: relative;
    padding: 30px;
    width: 100%;
  }
  .remont-banner__abs .btn {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .remont-preim__list {
    display: block;
  }
  .remont-preim__single {
    margin-bottom: 25px;
  }
  .rem-normal {
    flex-direction: column;
    justify-content: space-between;
  }
  .rem-normal .remont-preim__content {
    width: 90%;
  }
  .rem-normal .remont-preim__image {
    width: 100%;
  }
  .right-circle {
    bottom: 15px;
    right: 10px;
  }
  .blog-page .nav-link ul, .about-page .nav-link ul {
    display: flex;
    align-items: center;
  }
  .about-page .left-sidebar {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .catalog .left-sidebar, .catalog-sorting {
    display: none;
  }
  .not-full-text {
    max-width: 100%;
  }
  .extra-big {
    font-size: 130px;
  }
  .big-block__content {
    margin-top: 20px;
    margin-right: 30px;
  }
  .our-team__big-block {
    padding: 0 20px 0 20px;
  }
  .rem-big {
    flex-direction: column;
  }
  .rem-big__content {
    width: 100%;
    margin-bottom: 50px;
  }
  .rem-big__title {
    margin-bottom: 70px;
  }
  .what-rem__list {
    grid-template-columns: 1fr 1fr;
  }
  .type-remont__list {
    grid-template-columns: 1fr 1fr;
  }
  .left-sidebar .tg-chanel {
    display: none;
  }
  .left-sidebar .banner-small {
    display: none;
  }
  .akcii-page .banner-w100 {
    grid-column: 1/3;
  }
  .akcii-page .akcii-list {
    grid-template-columns: 1fr 1fr;
  }
  .akcii-list {
    grid-template-columns: 1fr 1fr;
  }
  .blog-page .archive-links {
    margin-bottom: 20px;
  }
  .blog-page .archive-links ul {
    display: flex;
    margin-bottom: 20px;
  }
  .blog-page .page-subtitle {
    max-width: 100%;
  }
  .blog-page .left-sidebar {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .page-columns {
    display: block;
  }
  .category-single__title {
    font-size: 20px;
    line-height: 28px;
  }
  .category-single__abs {
    flex-direction: column;
    padding: 20px;
  }
  .header-bottom__login {
    margin-right: 15px;
  }
  .header-bottom__logo {
    margin-right: 10px;
  }
  .header-bottom__search {
    margin-right: 15px;
  }
  .header-top__email {
    margin-right: 30px;
  }
  .account {
    display: block;
  }
  .account .left-sidebar {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .account .left-sidebar ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .checkout-page .col-70 {
    flex: 0 0 100%;
    max-width: 100%;
    display: inline-block;
    order: 2;
  }
  .checkout-page .col-30 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .form-container {
    max-width: 100%;
  }
  .header-bottom__vs, .header-bottom__wishlist {
    display: none;
  }
  .header-top__phone {
    display: none;
  }
  .left-sidebar {
    flex: 0 0 17%;
    max-width: 17%;
  }
  .catalog-container {
    grid-template-columns: 1fr 1fr;
  }
  .catalog-container .product-list__single {
    max-width: 100%;
  }
  .catalog-sorting__left span, .catalog-sorting__left a {
    margin-right: 10px;
    font-size: 13px;
  }
  .catalog-sorting__left span, .catalog-sorting__left a {
    font-size: 13px;
  }
  .catalog-sorting__title {
    margin-right: 15px;
  }
  .footer .input-form {
    min-width: 70%;
  }
  .footer-top__menu ul li a {
    font-size: 14px;
  }
  .container {
    max-width: 730px;
  }
  .preimushestva-list {
    grid-template-columns: 1fr 1fr;
  }
  .product-list__single {
    max-width: 100%;
  }
  .footer-top__title {
    font-size: 16px;
  }
  .header-bottom__search input {
    min-width: 200px;
  }
  .catalog .left-sidebar {
    max-width: 28%;
    flex: 0 0 28%;
    margin-right: 30px;
  }
  .catalog-sorting__title {
    font-size: 12px;
    margin-right: 10px;
  }
  .single-product__container {
    flex-wrap: wrap;
  }
  .single-product__gallery-container {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 50px;
  }
  .single-product__details {
    max-width: 48%;
  }
  .single-product__sidebar {
    max-width: 46%;
  }
  .pre-order-header__price {
    font-size: 20px;
    line-height: 20px;
  }
  .tooltip {
    width: 18px;
    height: 18px;
    line-height: 18px;
  }
  .input-form {
    width: 150px;
  }
  .header-menu ul {
    margin-top: 0;
  }
  .header-menu ul li {
    margin-right: 15px;
  }
  .header-menu ul li a {
    font-size: 10px;
  }
  .footer-top__left {
    width: 100%;
  }
  .footer-top {
    flex-direction: column;
  }
  .footer-top__form {
    text-align: center;
  }
  .footer-bottom__left {
    display: block;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
  .copyright {
    margin-bottom: 20px;
  }
  .footer-bottom_payments {
    margin-bottom: 20px;
  }
  .shop_table {
    margin-bottom: 40px;
  }
  .cart-page .col-70 {
    order: initial;
  }
  .shop_table tr td:first-child {
    padding-left: 15px;
  }
  .product-thumbnail {
    width: 130px;
  }
  .product-name {
    min-width: 260px;
  }
  .woocommerce-Price-amount {
    font-size: 18px;
  }
  .product-name .product-list__single-name a {
    font-size: 18px;
    line-height: 30px;
  }
  .mobile-catalog-sorting {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .mobile-catalog-sorting .mobile-filter {
    border: 1px solid #DADADA;
    padding: 9px 25px;
    white-space: nowrap;
    font-family: "Golos Text", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #222222;
    border-radius: 8px;
    margin-right: 10px;
  }
  .mobile-catalog-sorting .mobile-filter span {
    margin-right: 10px;
  }
  .grid-catalog {
    grid-template-columns: 1fr;
  }
  .grid-catalog .product-list__single {
    grid-template-columns: 1fr;
    align-items: center;
  }
  .grid-catalog .product-list__single .single-product__details {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .grid-catalog .product-list__single-middle {
    text-align: center;
    margin-right: 0;
  }
  .grid-catalog .product-list__single-bottom {
    justify-content: center;
  }
  .grid-catalog .product-list__single-image {
    margin: 0 auto;
  }
  .grid-catalog .product-list__single-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .popup-container {
    padding: 30px 20px;
    max-width: 90vw;
  }
  .popup {
    max-width: unset;
  }
  .header-bottom__cart .count-small {
    right: -13px;
    line-height: 19px;
    height: 19px;
    width: 19px;
  }
  .type-page .col-70 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .calc-online .btn {
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 20px;
    font-size: 14px;
  }
  .calc-before-table {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .calc-online__link {
    font-size: 14px;
  }
  .block-info {
    display: block;
  }
  .calc-before-table__left {
    flex-wrap: wrap;
  }
  .calc-before-table__left .check {
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .calc-search .input-form {
    width: 65%;
    min-width: 65%;
  }
  .calc-middle .sravnenie-middle__input {
    margin-right: 0;
  }
  .calc-middle .sravnenie-middle__input .sel {
    width: 100%;
  }
  .home-about {
    padding: 20px;
  }
  .home-top__bottom-text {
    font-size: 18px;
  }
  .home-play__circle {
    width: 63px;
    height: 63px;
  }
  .home-play__circle span {
    border-top: 7px solid transparent;
    border-left: 14px solid #fff;
    border-bottom: 7px solid transparent;
    height: 14px;
  }
  .home-top-abs_col h1, .home-top-abs_col .h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .home-top__country-single {
    font-size: 14px;
    line-height: 20px;
    margin-right: 2%;
  }
  .home-top__country img {
    max-width: 25px;
  }
  #sravnenie-tabs {
    flex-wrap: wrap;
  }
  .sravnenie-filters {
    flex-direction: column;
  }
  .sravnenie-list {
    grid-template-columns: 1fr;
  }
  .sravnenie-middle__input {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .sravnenie-middle {
    flex-direction: column;
  }
  .otlichiya {
    margin-bottom: 30px;
  }
  #sravnenie-tabs li {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .completed-content {
    padding: 50px 30px;
  }
  .completed-content__title {
    max-width: 100%;
  }
  .completed-content p {
    max-width: 100%;
  }
  .remont-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
  }
  .remont-banner__bottom p {
    margin-bottom: 5px;
  }
  .remont-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .remont-banner__image {
    display: none;
  }
  .remont-banner__abs {
    position: relative;
    padding: 30px;
    width: 100%;
  }
  .remont-banner__abs h1, .remont-banner__abs .h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .remont-banner__abs p {
    font-size: 14px;
    line-height: 18px;
  }
  .remont-banner__abs .btn {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .remont-preim__list {
    display: block;
  }
  .remont-preim__list-two {
    display: block;
  }
  .remont-preim__single {
    margin-bottom: 25px;
    padding: 30px;
  }
  .rem-normal {
    flex-direction: column;
    justify-content: space-between;
  }
  .rem-normal .remont-preim__content {
    width: 90%;
  }
  .rem-normal .remont-preim__image {
    width: 100%;
  }
  .rem-big {
    display: block;
  }
  .rem-big__title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 40px;
  }
  .rem-big__content {
    width: 100%;
  }
  .rem-big__bottom {
    display: none;
  }
  .rem-big__bottom span {
    margin-right: 15px;
  }
  .rem-big__form {
    min-width: 100%;
    width: 100%;
  }
  .rem-big__form .popup-container {
    padding: 20px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .what-rem__list {
    grid-template-columns: 1fr;
  }
  .type-remont__list {
    display: block;
  }
  .type-single {
    margin-bottom: 25px;
  }
  .right-circle {
    display: none;
  }
  h2, .h2 {
    font-size: 20px;
  }
  .extra-big {
    font-size: 60px;
  }
  .not-full-text {
    max-width: 100%;
    margin-bottom: 50px !important;
  }
  .block-for-video__title {
    font-size: 18px;
  }
  .our-team__big-block {
    display: block;
    padding: 0 20px 0 20px;
  }
  .big-block__content {
    margin-top: 0;
    padding-top: 20px;
    margin-right: 0;
  }
  .our-team__list {
    display: block;
  }
  .our-team__single {
    margin-bottom: 40px;
  }
  .our-team__single-image, .our-team__single-name, .our-team__single_job {
    text-align: center;
  }
  .block-title {
    font-size: 24px;
  }
  .social-block__list {
    display: block;
  }
  .tg-list, .youtube-list {
    margin-bottom: 50px;
  }
  .social-block__single {
    margin-bottom: 30px;
  }
  .not-full-text p {
    font-size: 16px;
    line-height: 24px;
  }
  .left-sidebar .tg-chanel {
    display: none;
  }
  .left-sidebar .banner-small, .left-sidebar .sidebar__products, .left-sidebar .sidebar__form {
    display: none;
  }
  .pagination a, .pagination span {
    padding: 5px 10px;
    margin-right: 2px;
  }
  .blog-mobile-tg {
    margin-top: 30px;
  }
  .akcii-list {
    grid-template-columns: 1fr;
  }
  .blog-page .archive-links ul li.current {
    justify-content: center;
  }
  .blog-page .page-subtitle {
    max-width: 100%;
  }
  .blog-page .archive-links ul li {
    margin-left: 0;
  }
  .blog-page .left-sidebar {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .blog-page .left-sidebar .shadow-block__list {
    justify-content: center;
  }
  .page-columns {
    display: block;
  }
  .cart-editables {
    margin-right: 0;
    flex-direction: column;
  }
  .cart-editables a {
    margin-left: 0;
    margin-bottom: 15px;
  }
  .shop_table {
    margin-bottom: 40px;
  }
  .shop_table tr {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #DADADA;
  }
  .shop_table tr:last-child {
    border-bottom: 0;
  }
  .shop_table tr td {
    width: 100%;
    text-align: center;
    padding: 15px !important;
    border-bottom: 0;
  }
  .cart-page .col-70 {
    order: inherit !important;
  }
  .product-vost {
    text-align: center;
  }
  .product-name .details-list__name {
    align-items: center;
    justify-content: center;
  }
  .history-border__single {
    display: block;
    text-align: center;
  }
  .history-border__single-left {
    display: block;
    text-align: center;
  }
  .history-border__single-price {
    margin-left: 0;
  }
  .category-single__title {
    font-size: 20px;
    line-height: 28px;
  }
  .category-single__abs {
    flex-direction: column;
    padding: 20px;
  }
  .category-list {
    display: block;
  }
  .checkout-page .col-70 {
    flex: 0 0 100%;
    max-width: 100%;
    display: inline-block;
  }
  .checkout-page .col-30 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-50 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .form-container {
    max-width: 100%;
  }
  .page-columns {
    display: block;
  }
  .history {
    text-align: center;
  }
  .left-sidebar .nav-link ul {
    justify-content: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .left-sidebar .nav-link ul li {
    margin-right: 15px;
  }
  .sertificates-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .sertificates-container__single {
    padding: 15px;
  }
  .left-sidebar {
    max-width: 100%;
    flex: 0 0 100%;
    margin-right: 0;
    text-align: center;
    justify-content: center;
    align-self: center;
    align-items: center;
  }
  .left-sidebar-typical {
    display: none !important;
  }
  .footer-top {
    flex-direction: column;
  }
  .mobile-catalog-sorting {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .mobile-catalog-sorting .mobile-filter {
    border: 1px solid #DADADA;
    padding: 9px 25px;
    white-space: nowrap;
    font-family: "Golos Text", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #222222;
    border-radius: 8px;
    margin-right: 10px;
  }
  .mobile-catalog-sorting .mobile-filter span {
    margin-right: 10px;
  }
  .product-small-single {
    margin-right: 0;
  }
  h1, .h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .cat-count {
    display: block;
  }
  .page-subtitle {
    font-size: 14px;
    line-height: 26px;
    max-width: 100%;
  }
  .catalog-container .product-list__single {
    max-width: 100%;
  }
  .catalog-sorting {
    display: none;
  }
  .product-list__single-price {
    font-size: 15px;
  }
  .catalog .left-sidebar {
    display: none;
  }
  .catalog-container {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .product-list__single-image .products-mark {
    left: -2px !important;
  }
  .product-list__single-bottom .btn-orange {
    font-size: 12px;
    padding: 8px 12px;
    margin-right: 15px;
  }
  .single-bottom__wish {
    margin-right: 15px;
  }
  .product-list__single {
    padding: 10px;
  }
  .footer .input-form {
    min-width: 208px;
  }
  .footer-top__menu ul li a {
    font-size: 14px;
  }
  .container {
    max-width: 90%;
  }
  .breadcrumbs ul {
    flex-wrap: wrap;
  }
  .breadcrumbs ul li {
    margin-right: 20px;
  }
  .breadcrumbs ul li:before {
    right: -17px;
  }
  .preimushestva-list {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .products-list-container .swiper-slide {
    width: unset !important;
  }
  .bigSwiper .product-list__single {
    max-width: 260px;
    width: 260px;
  }
  .footer-top__title {
    font-size: 16px;
  }
  .header-bottom__search input {
    min-width: 250px;
  }
  .single-product__container {
    flex-wrap: wrap;
  }
  .single-product__gallery-container {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 50px;
  }
  .single-product__details {
    max-width: 100%;
  }
  .single-product__sidebar {
    max-width: 100%;
  }
  .pre-order-header__price {
    font-size: 20px;
    line-height: 20px;
  }
  .tooltip {
    width: 18px;
    height: 18px;
    line-height: 18px;
  }
  .input-form {
    width: 80%;
  }
  .single-product__details-links a {
    font-size: 12px;
  }
  .single-product__details {
    margin-bottom: 50px;
    margin-right: 0;
  }
  #tabs {
    flex-wrap: wrap;
  }
  #tabs li a {
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  .header-menu ul {
    margin-top: 0;
  }
  .header-menu ul li {
    margin-right: 15px;
  }
  .header-menu ul li a {
    font-size: 10px;
  }
  .d-none {
    display: none;
  }
  .footer-top__left {
    width: 100%;
  }
  .footer-top__menus {
    display: block;
  }
  .footer-top__mobile-title {
    font-family: "Golos Text", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #222222;
    margin-bottom: 15px;
  }
  .footer-top__mobile .btn {
    display: flex;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .footer-top__mobile .btn span {
    margin-right: 10px;
  }
  .footer-top__menu ul {
    display: none;
  }
  .footer-top__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer-top__title.active i {
    transform: rotate(180deg);
  }
  .copyright, .footer-bottom__link a {
    font-size: 12px;
  }
  .footer-bottom {
    padding: 20px 0;
  }
  .footer-bottom_payments {
    margin-left: 0;
  }
  .footer-payment__single:last-child {
    margin-right: 0;
  }
  .footer {
    padding-bottom: 20px;
  }
  .footer-top {
    margin-bottom: 20px;
  }
  .catalog {
    display: block;
  }
  .product-list__single-image {
    width: 100%;
  }
  .catalog-container .product-list__single {
    padding: 10px;
  }
  .catalog-container .product-list__single {
    display: flex;
    flex-direction: column;
  }
  .product-list__single-bottom {
    flex-wrap: wrap;
    margin-top: auto;
  }
  .product-list__single-bottom .pre-order-header__vs {
    margin-left: 0 !important;
  }
  .product-list__single-bottom .btn-orange {
    font-size: 14px;
    margin-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .single-bottom__wish {
    margin-right: 25px;
  }
  .product-list__single-image img {
    width: 100%;
  }
  .header-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
  }
  .header-mobile__right, .header-mobile__left {
    display: flex;
    align-items: center;
  }
  .button-search, .button-menu {
    font-size: 19px;
    margin-right: 15px;
  }
  #header {
    padding-bottom: 0;
  }
  .header-bottom__login {
    margin-right: 15px;
  }
  .mobile-menu {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 10;
    padding: 20px;
    display: none;
  }
  .mobile-menu ul {
    margin-bottom: 5vh;
  }
  .mobile-menu ul li {
    margin-bottom: 20px;
  }
  .mobile-menu ul li a {
    font-family: "Golos Text", sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #222222;
  }
  .mobile-menu .footer-top__menus {
    margin-top: 0;
  }
  .mobile-menu .footer-top__title {
    font-size: 18px;
  }
  .mobile-menu .footer-top__menu ul li a {
    font-size: 16px;
  }
  .mobile-menu .header-top__phone {
    margin-bottom: 20px;
  }
  .mobile-menu .header-top__phone a {
    font-family: "Golos Text", sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #222222;
  }
  .mobile-menu .footer-top__address {
    font-family: "Golos Text", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    margin-bottom: 20px;
  }
  .mobile-menu .header-top__email {
    margin-bottom: 10px;
  }
  .mobile-menu .header-top__email a {
    font-family: "Golos Text", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #222222;
  }
  .mobile-shop {
    margin-bottom: 5vh;
  }
  .mobile-vs, .mobile-cart, .mobile-wishlist, .mobile-login {
    font-family: "Golos Text", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #222222;
    margin-bottom: 15px;
  }
  .mobile-vs span, .mobile-cart span, .mobile-wishlist span, .mobile-login span {
    font-size: 20px;
    display: inline-block;
    min-width: 25px;
    text-align: center;
  }
  .close-mobile {
    margin-bottom: 1vh;
    text-align: right;
  }
  .close-mobile i {
    font-size: 20px;
    color: #9B9B9B;
  }
  .mobile-search {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
    z-index: 1000;
  }
  .mobile-search form {
    display: flex;
    justify-content: space-between;
  }
  .mobile-search__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
  }
  .mobile-search__close {
    font-size: 20px;
    margin-right: 20px;
  }
  .header-bottom__search button {
    margin-right: 10px;
  }
  .header-bottom__search input {
    min-width: 80%;
  }
  .order-info__single {
    flex-direction: column;
    text-align: center;
  }
  .order-info__single .btn {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .order-status {
    margin-top: 20px;
    text-align: center;
  }
  .order-info__single-delivery {
    flex-direction: column;
  }
  .order-delivery__name {
    margin-right: 0;
  }
  .akcii-list {
    display: block;
  }
  .lizing-circle {
    display: none;
  }
  .accordion__item .accordion__title .accordion__arrow {
    right: 30px;
  }
  .error-page-top {
    display: none;
  }
  .error-text {
    max-width: 100%;
    font-size: 16px;
  }
  .grid-catalog {
    grid-template-columns: 1fr;
  }
  .grid-catalog .product-list__single {
    grid-template-columns: 1fr;
    align-items: center;
  }
  .grid-catalog .product-list__single .single-product__details-list {
    align-items: center;
    justify-content: center;
    text-align: center;
    display: block;
  }
  .grid-catalog .product-list__single .single-product__details-list .details-list__name {
    align-items: center;
    justify-content: center;
  }
  .grid-catalog .product-list__single-middle {
    text-align: center;
    margin-right: 0;
  }
  .grid-catalog .product-list__single-bottom {
    justify-content: center;
  }
  .grid-catalog .product-list__single-image {
    margin: 0 auto;
  }
  .grid-catalog .product-list__single-right {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .mobile-menu {
    display: none !important;
  }
  .mobile-search {
    display: none !important;
  }
  .footer-top__title i {
    display: none;
  }
  .d-block {
    display: none;
  }
}
/**
 * alertifyjs 1.13.1 http://alertifyjs.com
 * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
 * Copyright 2019 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com)
 * Licensed under GPL 3 <https://opensource.org/licenses/gpl-3.0>*/
.alertify .ajs-dimmer {
  position: fixed;
  z-index: 1981;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  background-color: #252525;
  opacity: 0.5;
}

.alertify .ajs-modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  overflow-y: auto;
  z-index: 1981;
}

.alertify .ajs-dialog {
  position: relative;
  margin: 5% auto;
  min-height: 110px;
  max-width: 500px;
  padding: 24px 24px 0 24px;
  outline: 0;
  background-color: #fff;
}

.alertify .ajs-dialog.ajs-capture:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 1;
}

.alertify .ajs-reset {
  position: absolute !important;
  display: inline !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
}

.alertify .ajs-commands {
  position: absolute;
  right: 4px;
  margin: -14px 24px 0 0;
  z-index: 2;
}

.alertify .ajs-commands button {
  display: none;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  padding: 10px;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.alertify .ajs-commands button.ajs-close {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAh0lEQVQYlY2QsQ0EIQwEB9cBAR1CJUaI/gigDnwR6NBL/7/xWLNrZ2b8EwGotVpr7eOitWa1VjugiNB7R1UPrKrWe0dEAHBbXUqxMQbeewDmnHjvyTm7C3zDwAUd9c63YQdUVdu6EAJzzquz7HXvTiklt+H9DQFYaxFjvDqllFyMkbXWvfpXHjJrWFgdBq/hAAAAAElFTkSuQmCC);
}

.alertify .ajs-commands button.ajs-maximize {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAOUlEQVQYlWP8//8/AzGAhYGBgaG4uBiv6t7eXkYmooxjYGAgWiELsvHYFMCcRX2rSXcjoSBiJDbAAeD+EGu+8BZcAAAAAElFTkSuQmCC);
}

.alertify .ajs-header {
  margin: -24px;
  margin-bottom: 0;
  padding: 16px 24px;
  background-color: #fff;
}

.alertify .ajs-body {
  min-height: 56px;
}

.alertify .ajs-body .ajs-content {
  padding: 16px 24px 16px 16px;
}

.alertify .ajs-footer {
  padding: 4px;
  margin-left: -24px;
  margin-right: -24px;
  min-height: 43px;
  background-color: #fff;
}

.alertify .ajs-footer .ajs-buttons.ajs-primary {
  text-align: right;
}

.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button {
  margin: 4px;
}

.alertify .ajs-footer .ajs-buttons.ajs-auxiliary {
  float: left;
  clear: none;
  text-align: left;
}

.alertify .ajs-footer .ajs-buttons.ajs-auxiliary .ajs-button {
  margin: 4px;
}

.alertify .ajs-footer .ajs-buttons .ajs-button {
  min-width: 88px;
  min-height: 35px;
}

.alertify .ajs-handle {
  position: absolute;
  display: none;
  width: 10px;
  height: 10px;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMS8xNEDQYmMAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQ0lEQVQYlaXNMQoAIAxD0dT7H657l0KX3iJuUlBUNOsPPCGJm7VDp6ryeMxMuDsAQH7owW3pyn3RS26iKxERMLN3ugOaAkaL3sWVigAAAABJRU5ErkJggg==);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  cursor: se-resize;
}

.alertify.ajs-no-overflow .ajs-body .ajs-content {
  overflow: hidden !important;
}

.alertify.ajs-no-padding.ajs-maximized .ajs-body .ajs-content {
  left: 0;
  right: 0;
  padding: 0;
}

.alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body {
  margin-left: -24px;
  margin-right: -24px;
}

.alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body .ajs-content {
  padding: 0;
}

.alertify.ajs-no-padding.ajs-resizable .ajs-body .ajs-content {
  left: 0;
  right: 0;
}

.alertify.ajs-maximizable .ajs-commands button.ajs-maximize,
.alertify.ajs-maximizable .ajs-commands button.ajs-restore {
  display: inline-block;
}

.alertify.ajs-closable .ajs-commands button.ajs-close {
  display: inline-block;
}

.alertify.ajs-maximized .ajs-dialog {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
  top: 0 !important;
  left: 0 !important;
}

.alertify.ajs-maximized.ajs-modeless .ajs-modal {
  position: fixed !important;
  min-height: 100% !important;
  max-height: none !important;
  margin: 0 !important;
}

.alertify.ajs-maximized .ajs-commands button.ajs-maximize {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAASklEQVQYlZWQ0QkAMQhDtXRincOZX78KVtrDCwgqJNEoIB3MPLj7lRUROlpyVXGzby6zWuY+kz6tj5sBMTMAyVV3/595RbOh3cAXsww1raeiOcoAAAAASUVORK5CYII=);
}

.alertify.ajs-resizable .ajs-dialog,
.alertify.ajs-maximized .ajs-dialog {
  padding: 0;
}

.alertify.ajs-resizable .ajs-commands,
.alertify.ajs-maximized .ajs-commands {
  margin: 14px 24px 0 0;
}

.alertify.ajs-resizable .ajs-header,
.alertify.ajs-maximized .ajs-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 16px 24px;
}

.alertify.ajs-resizable .ajs-body,
.alertify.ajs-maximized .ajs-body {
  min-height: 224px;
  display: inline-block;
}

.alertify.ajs-resizable .ajs-body .ajs-content,
.alertify.ajs-maximized .ajs-body .ajs-content {
  position: absolute;
  top: 50px;
  right: 24px;
  bottom: 50px;
  left: 24px;
  overflow: auto;
}

.alertify.ajs-resizable .ajs-footer,
.alertify.ajs-maximized .ajs-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

.alertify.ajs-resizable:not(.ajs-maximized) .ajs-dialog {
  min-width: 548px;
}

.alertify.ajs-resizable:not(.ajs-maximized) .ajs-handle {
  display: block;
}

.alertify.ajs-movable:not(.ajs-maximized) .ajs-header {
  cursor: move;
}

.alertify.ajs-modeless .ajs-dimmer,
.alertify.ajs-modeless .ajs-reset {
  display: none;
}

.alertify.ajs-modeless .ajs-modal {
  overflow: visible;
  max-width: none;
  max-height: 0;
}

.alertify.ajs-modeless.ajs-pinnable .ajs-commands button.ajs-pin {
  display: inline-block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQklEQVQYlcWPMQ4AIAwCqU9u38GbcbHRWN1MvKQDhQFMEpKImGJA0gCgnYw0V0rwxseg5erT4oSkQVI5d9f+e9+xA0NbLpWfitPXAAAAAElFTkSuQmCC);
}

.alertify.ajs-modeless.ajs-unpinned .ajs-modal {
  position: absolute;
}

.alertify.ajs-modeless.ajs-unpinned .ajs-commands button.ajs-pin {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAO0lEQVQYlWP8//8/AzGAiShV6AqLi4txGs+CLoBLMYbC3t5eRmyaWfBZhwwYkX2NTxPRvibKjRhW4wMAhxkYGbLu3pEAAAAASUVORK5CYII=);
}

.alertify.ajs-modeless:not(.ajs-unpinned) .ajs-body {
  max-height: 500px;
  overflow: auto;
}

.alertify.ajs-basic .ajs-header {
  opacity: 0;
}

.alertify.ajs-basic .ajs-footer {
  visibility: hidden;
}

.alertify.ajs-frameless .ajs-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 60px;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 1;
}

.alertify.ajs-frameless .ajs-footer {
  display: none;
}

.alertify.ajs-frameless .ajs-body .ajs-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog {
  padding-top: 0;
}

.alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog .ajs-commands {
  margin-top: 0;
}

.ajs-no-overflow {
  overflow: hidden !important;
  outline: none;
}

.ajs-no-overflow.ajs-fixed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll !important;
}

.ajs-no-selection,
.ajs-no-selection * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (max-width: 568px) {
  .alertify .ajs-dialog {
    min-width: 150px;
  }
  .alertify:not(.ajs-maximized) .ajs-modal {
    padding: 0 5%;
  }
  .alertify:not(.ajs-maximized).ajs-resizable .ajs-dialog {
    min-width: initial;
    min-width: auto;
  }
}
@-moz-document url-prefix() {
  .alertify button:focus {
    outline: 1px dotted #3593D2;
  }
}
.alertify .ajs-dimmer,
.alertify .ajs-modal {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}

.alertify.ajs-hidden .ajs-dimmer,
.alertify.ajs-hidden .ajs-modal {
  visibility: hidden;
  opacity: 0;
}

.alertify.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.alertify.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-duration: 250ms;
  animation-duration: 250ms;
}

.alertify .ajs-dialog.ajs-shake {
  -webkit-animation-name: ajs-shake;
  animation-name: ajs-shake;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes ajs-shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes ajs-shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.alertify.ajs-slide.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-slideIn;
  animation-name: ajs-slideIn;
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.alertify.ajs-slide.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-slideOut;
  animation-name: ajs-slideOut;
  -webkit-animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.alertify.ajs-zoom.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-zoomIn;
  animation-name: ajs-zoomIn;
}

.alertify.ajs-zoom.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-zoomOut;
  animation-name: ajs-zoomOut;
}

.alertify.ajs-fade.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-fadeIn;
  animation-name: ajs-fadeIn;
}

.alertify.ajs-fade.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-fadeOut;
  animation-name: ajs-fadeOut;
}

.alertify.ajs-pulse.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-pulseIn;
  animation-name: ajs-pulseIn;
}

.alertify.ajs-pulse.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-pulseOut;
  animation-name: ajs-pulseOut;
}

.alertify.ajs-flipx.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-flipInX;
  animation-name: ajs-flipInX;
}

.alertify.ajs-flipx.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-flipOutX;
  animation-name: ajs-flipOutX;
}

.alertify.ajs-flipy.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-flipInY;
  animation-name: ajs-flipInY;
}

.alertify.ajs-flipy.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-flipOutY;
  animation-name: ajs-flipOutY;
}

@-webkit-keyframes ajs-pulseIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes ajs-pulseIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes ajs-pulseOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes ajs-pulseOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@-webkit-keyframes ajs-zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.25, 0.25, 0.25);
    transform: scale3d(0.25, 0.25, 0.25);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes ajs-zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.25, 0.25, 0.25);
    transform: scale3d(0.25, 0.25, 0.25);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes ajs-zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.25, 0.25, 0.25);
    transform: scale3d(0.25, 0.25, 0.25);
  }
}
@keyframes ajs-zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.25, 0.25, 0.25);
    transform: scale3d(0.25, 0.25, 0.25);
  }
}
@-webkit-keyframes ajs-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ajs-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ajs-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ajs-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes ajs-flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes ajs-flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-webkit-keyframes ajs-flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes ajs-flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@-webkit-keyframes ajs-flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes ajs-flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-webkit-keyframes ajs-flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes ajs-flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@-webkit-keyframes ajs-slideIn {
  0% {
    margin-top: -100%;
  }
  100% {
    margin-top: 5%;
  }
}
@keyframes ajs-slideIn {
  0% {
    margin-top: -100%;
  }
  100% {
    margin-top: 5%;
  }
}
@-webkit-keyframes ajs-slideOut {
  0% {
    margin-top: 5%;
  }
  100% {
    margin-top: -100%;
  }
}
@keyframes ajs-slideOut {
  0% {
    margin-top: 5%;
  }
  100% {
    margin-top: -100%;
  }
}
.alertify-notifier {
  position: fixed;
  width: 0;
  overflow: visible;
  z-index: 1982;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.alertify-notifier .ajs-message {
  position: relative;
  width: 260px;
  max-height: 0;
  padding: 0;
  opacity: 0;
  margin: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.alertify-notifier .ajs-message.ajs-visible {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 1;
  max-height: 100%;
  padding: 15px;
  margin-top: 10px;
  background: #fff;
  font-size: 16px;
  border: 1px solid #FF7A2F;
}

.alertify-notifier .ajs-message.ajs-success {
  background: rgba(91, 189, 114, 0.95);
}

.alertify-notifier .ajs-message.ajs-error {
  background: rgba(217, 92, 92, 0.95);
}

.alertify-notifier .ajs-message.ajs-warning {
  background: rgba(252, 248, 215, 0.95);
}

.alertify-notifier .ajs-message .ajs-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABGdBTUEAALGPC/xhBQAAAFBJREFUGBl1j0EKADEIA+ve/P9f9bh1hEihNBfjVCO1v7RKVqJK4h8gM5cAPR42AkQEpSXPwMTyoi13n5N9YqJehm3Fnr7nL1D0ZEbD5OubGyC7a9gx+9eNAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(0, 0, 0, 0.5);
  border-top-right-radius: 2px;
}

.alertify-notifier.ajs-top {
  top: 10px;
}

.alertify-notifier.ajs-bottom {
  bottom: 10px;
}

.alertify-notifier.ajs-right {
  right: 10px;
}

.alertify-notifier.ajs-right .ajs-message {
  right: -320px;
}

.alertify-notifier.ajs-right .ajs-message.ajs-visible {
  right: 290px;
}

.alertify-notifier.ajs-left {
  left: 10px;
}

.alertify-notifier.ajs-left .ajs-message {
  left: -300px;
}

.alertify-notifier.ajs-left .ajs-message.ajs-visible {
  left: 0;
}

.alertify-notifier.ajs-center {
  left: 50%;
}

.alertify-notifier.ajs-center .ajs-message {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.alertify-notifier.ajs-center .ajs-message.ajs-visible {
  left: 50%;
  -webkit-transition-timing-function: cubic-bezier(0.57, 0.43, 0.1, 0.65);
  transition-timing-function: cubic-bezier(0.57, 0.43, 0.1, 0.65);
}

.alertify-notifier.ajs-center.ajs-top .ajs-message {
  top: -300px;
}

.alertify-notifier.ajs-center.ajs-top .ajs-message.ajs-visible {
  top: 0;
}

.alertify-notifier.ajs-center.ajs-bottom .ajs-message {
  bottom: -300px;
}

.alertify-notifier.ajs-center.ajs-bottom .ajs-message.ajs-visible {
  bottom: 0;
}

.ajs-no-transition.alertify .ajs-dimmer,
.ajs-no-transition.alertify .ajs-modal,
.ajs-no-transition.alertify .ajs-dialog {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-animation: none !important;
  animation: none !important;
}

.ajs-no-transition.alertify-notifier .ajs-message {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-animation: none !important;
  animation: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .alertify .ajs-dimmer,
  .alertify .ajs-modal,
  .alertify .ajs-dialog {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-animation: none !important;
    animation: none !important;
  }
  .alertify-notifier .ajs-message {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-animation: none !important;
    animation: none !important;
  }
}

/*# sourceMappingURL=style.css.map */


