@font-face {
  font-family: "Xolonium-Regular";
  /*название шрифта без пробелов*/
  font-style: normal;
  src: url("https://gostseller.ru/media/customization/fonts/ofont.ru_Xolonium.ttf");
}

@font-face {
  font-family: "Xolonium-Bold";
  /*название шрифта без пробелов*/
  font-style: normal;
  src: url("https://gostseller.ru/media/customization/fonts/ofont.ru_Xolonium_1.ttf");
}

@font-face {
  font-family: "TildaSans-Regular";
  /*название шрифта без пробелов*/
  font-style: normal;
  src: url("https://gostseller.ru/media/customization/fonts/tilda-sans.ttf");
}

@font-face {
  font-family: "TildaSans-Bold";
  /*название шрифта без пробелов*/
  font-style: normal;
  src: url("https://gostseller.ru/media/customization/fonts/TildaSans-Bold.ttf");
}

main {
  overflow: hidden;
}

p,
h4,
li,
ul,
span,
button {
  font-family: TildaSans-Regular !important;
}

a {
  font-family: TildaSans-Regular !important;
  font-size: 16px;
}

h1,
h2,
h3 {
  font-family: Xolonium-Regular !important;
  color: #00235a;
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 117%;
}

h4 {
  font-family: Xolonium-Regular !important;
  color: #00235a;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 117%;
}

@media (max-width: 480px) {

  h1,
  h2,
  h3 {
    font-size: 23px;
  }

  h4 {
    font-size: 18px;
  }
}

h1.main-h1 {
  font-size: 45px !important;
  width: 700px;
  line-height: 125%;
  margin-top: 60px;
  margin-bottom: 25px;
}

p.main-subtitle {
  font-size: 18px;
  width: 600px;
  color: #333;
  line-height: 117%;
  margin-bottom: 60px;
}

.content-background-box__text-content {
  padding: 0px;
}

section.conditional-section.banner-main.sliderset.conditional-section_bg {
  height: 500px;
}

a.banner-button-1 {
  color: #ffffff !important;
  background-color: #00235a;
  width: 180px;
  height: 45px;
  text-align: center;
  border-radius: 50px;
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-right: 20px;
}

a.banner-button-2 {
  color: #ffffff !important;
  background-color: #ff5e14;
  width: 180px;
  height: 45px;
  text-align: center;
  border-radius: 50px;
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

a.banner-button-1:hover {
  background-color: #ff5e14;
}

a.banner-button-2:hover {
  background-color: #00235a;
}

.btn-main {
  display: flex;
}

.image-main {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 50%;
}

img.banner-image-1 {
  margin-bottom: auto;
  margin-left: 60px;
  margin-top: 100px;
}

.mane-page-0-wrapper .text-page img {
  margin-bottom: unset;
}

section.conditional-section.mane-page-0-wrapper.statictext.mane-page-0.text-page.conditional-section_bg {
  padding: 40px 0 0 0;
}

.text-categorii {
  font-size: 18px;
  font-family: TildaSans-Bold !important;
  color: #00235a;
  padding: 20px;
}

.text-categorii:hover {
  color: #ff5e14;
}

.katalog-wrapper .image-zoom {
  height: 180px;
}

.katalog-wrapper .image-zoom[data-hover] .image {
  transform: scale(1);
}

.katalog-wrapper .content-background-box__background-image .image {
  position: absolute;
  width: 220px;
  height: 150px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
}

h3,
h2.main-h2 {
  line-height: 117%;
}

.katalog-wrapper .b-multirows-row {
  margin-bottom: -13px;
}

.catalog-square-btn {
  width: 100%;
  height: 100%;
  display: block;
}

.catalog-square-btn:before {
  content: "";
  position: absolute;
  left: 23px;
  bottom: -35px;
  width: 16px;
  height: 2px;
  background: #00235a;
}

.catalog-square-btn:after {
  content: "";
  position: absolute;
  left: 30px;
  bottom: -41px;
  width: 2px;
  height: 15px;
  background: #00235a;
}

.mb-25 {
  display: none;
}

img.about_img1 {
  border-radius: 10px;
  width: 460px;
  height: 274px;
  object-fit: cover;
}

section.conditional-section.about-wrapper.banner_set {
  width: 944px;
  margin-left: 450px;
  margin-top: -70px;
}

p.zagolovok {
  font-size: 25px;
  font-family: Xolonium-Bold !important;
  color: #00235a;
  margin-left: 5px;
  line-height: 100%;
}

p.about_text {
  font-size: 16px;
  font-family: TildaSans-Regular !important;
  color: #00235a;
  margin-left: 5px;
  width: 400px;
}

a.about_podrobnee {
  color: #ffffff !important;
  background-color: #ff5e14;
  width: 180px;
  height: 45px;
  text-align: center;
  border-radius: 50px;
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 5px;
  margin-top: 43px;
}

a.about_podrobnee:hover {
  background-color: #00235a;
}

.about-2 .row {
  margin-left: 215px;
}

.aktsii-wrapper .container {
  margin-top: 120px;
  margin-bottom: 120px;
}

h2.actsii-h2 {
  color: #fff;
}

.aktsii-wrapper .content-background-box__background-image .image {
  position: absolute;
  width: 220px;
  height: 150px;
}

.zagolovok-actsii {
  color: #fff;
  font-family: "TildaSans-Bold";
  font-size: 18px;
  letter-spacing: 1px;
  margin-top: 10px;
}

.text-actsii {
  font-family: "TildaSans-Regular";
  font-size: 16px;
  color: #fff;
  padding: 15px 0;
}

a.button-plus {
  color: #fff;
}

a.button-plus:hover {
  color: #ff5e14;
}

.partners-wrapper .image img {
  display: block;
  max-width: 100%;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 !important;
}

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

.button-hityprodaj {
  color: #00235a;
  background-color: #fff;
  width: 180px;
  height: 45px;
  text-align: center;
  border-radius: 50px;
  border: 1px solid #00235a;
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.button-hityprodaj:hover {
  color: #fff;
  background-color: #ff5e14;
  border: 1px solid #ff5e14;
}

.set-one-wrapper .product-item {
  border-radius: 5px;
  border: 1px solid #c7c7c7;
}

.st-button_primary {
  color: #fff;
  background-color: #ff5e14;
  width: 100px;
  height: 45px;
  text-align: center;
  border-radius: 50px;
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #ff5e14;
}

.st-button_primary:hover {
  color: #fff;
  background-color: #00235a;
  border: 1px solid #00235a;
}

.preimuchestva-wrapper .b-multirows-row {
  margin-bottom: 40px;
  height: 366px;
}

.preimuchestva-wrapper .column-gap-grid {
  column-gap: 40px !important;
}

.preimuchestva-wrapper .image-zoom {
  height: 366px;
  border-radius: 10px;
  border: 1px solid #c7c7c7;
}

.preimuchestva-wrapper .image-zoom:hover {
  border: 1px solid #ff5e14;
}

.preimuchestva-wrapper .image-zoom[data-hover] .image {
  transform: scale(1);
}

.preimuchestva-wrapper .image_cover img {
  object-fit: none;
}

.question-form {
  border: none;
  border-radius: none;
  padding: 0px;
}

section.feedback-form .h2 {
  font-family: Xolonium-Regular !important;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
}

.question-main .btn {
  color: #fff;
  background-color: #00235a;
  width: 100%;
  height: 45px;
  text-align: center;
  border-radius: 50px;
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.question-form__column {
  width: 300px;
  margin-left: 20px;
}

.forma-1-wrapper .form-text {
  max-width: 450px;
  color: #fff !important;
  font-size: 16px !important;
  padding: 20px 0;
}

.img-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  padding: 50px;
}

p.text-preimuchestva {
  font-size: 40px;
  color: #00235a;
  padding: 0px 70px;
}

p.text-preimuchestva-2 {
  padding: 0px 100px;
  font-size: 40px;
  color: #00235a;
  margin-top: -20px;
}

p.text-2 {
  font-size: 16px;
  color: #333;
  padding: 10px 70px;
  width: 380px;
}

p.text-3 {
  font-size: 16px;
  color: #333;
  padding: 10px 100px;
  width: 380px;
}

.form-wrapper .container {
  margin-top: 120px;
  margin-bottom: 120px;
}

.count-wrapper .image img {
  display: block;
  max-width: 100%;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 !important;
}

p.about_text-0 {
  width: 700px;
  color: #00235a;
  font-size: 18px;
  margin-left: -100px;
  line-height: 117%;
}

.about_podrobnee-0 {
  color: #ffffff !important;
  background-color: #ff5e14;
  width: 180px;
  height: 45px;
  text-align: center;
  border-radius: 50px;
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: -100px;
  margin-top: 43px;
}

a.about_podrobnee-0:hover {
  background-color: #00235a;
}

.forma-1-wrapper .forma {
  background-color: #ff5e14;
  padding: 80px 150px;
  width: 750px;
  margin-left: 100px;
}

.forma-1-wrapper .form-control {
  width: 450px;
  height: 50px;
  border-radius: 37px;
}

.forma-1-wrapper .button-theme {
  color: #ffffff !important;
  background-color: #00235a !important;
  border-color: #00235a !important;
  width: 180px;
  height: 45px;
  text-align: center;
  border-radius: 50px;
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.forma-1-wrapper .button-theme:hover {
  background-color: #fff !important;
  color: #00235a !important;
}

h3.form-zagolovok {
  width: 400px;
  color: #fff;
  font-size: 38px;
}

.forma-1-wrapper .form-group {
  width: 450px;
}

.forma-1-wrapper {
  height: 832px;
}

.forma-1-wrapper .content-name {
  top: 16px;
  font-size: 14px;
  color: #9c9c9c;
}

.chisla-wrapper .years-10 {
  font-family: Xolonium-Regular !important;
  font-size: 95px !important;
  color: #00235a;
  text-transform: uppercase;
  margin-left: -27px;
}

.chisla-wrapper .years-info {
  color: #00235a;
  font-size: 23px !important;
  font-family: TildaSans-Regular !important;
  margin-top: 35px;
}

.chisla-wrapper .kateg-98 {
  font-family: Xolonium-Regular !important;
  font-size: 95px !important;
  color: #00235a;
  text-transform: uppercase;
  margin-left: -20px;
}

.chisla-wrapper .kateg-info {
  color: #00235a;
  font-size: 23px !important;
  font-family: TildaSans-Regular !important;
  margin-top: 35px;
  margin-left: -20px;
}

.chisla-wrapper .tovar-1000 {
  font-family: Xolonium-Regular !important;
  font-size: 95px !important;
  color: #00235a;
  text-transform: uppercase;
  margin-left: -35px;
}

.chisla-wrapper .tovar-info {
  color: #00235a;
  font-size: 23px !important;
  font-family: TildaSans-Regular !important;
  margin-top: 35px;
  margin-left: -10px;
}

.chisla-wrapper .sotrudniki-50 {
  font-family: Xolonium-Regular !important;
  font-size: 95px !important;
  color: #00235a;
  text-transform: uppercase;
  margin-left: 120px;
}

.chisla-wrapper .sotrudniki-info {
  color: #00235a;
  font-size: 23px !important;
  font-family: TildaSans-Regular !important;
  margin-top: 35px;
  margin-left: 120px;
}

.partners-wrapper .content-background-box__container {
  min-height: 158px;
}

section.conditional-section.fon-rasprodaja-wrapper.statictext.fon-rasprodaja.text-page {
  margin-bottom: 0px;
}

.fon-rasprodaja.text-page img {
  margin-bottom: -15px;
}

.feedback-form {
  background-size: cover;
  background-repeat: no-repeat;
  background: #f8f8f8 url(https://gostseller.ru/media/uploads/frame_5264.png) center no-repeat !important;
}

.question-form form {
  display: flex;
  -webkit-box-pack: unset;
  justify-content: unset;
  margin-left: -20px;
  margin-top: 40px;
}

.form-text a {
  font-size: 12px;
}

.footer-subscribe input::placeholder {
  color: #767676 !important;
}

.question-main .btn:hover {
  background-color: #fff !important;
  color: #00235a !important;
  border: 1px solid #00235a;
}

section.feedback-form .question-form {
  background-color: transparent;
  margin-top: 50px;
}

.question-main {
  max-width: 60%;
  margin: unset;
}

.question-form .center {
  text-align: unset;
}

section.feedback-form .form-control {
  border-radius: 5px;
}

section.feedback-form .form-text {
  width: 300px;
  color: #fff !important;
  font-size: 12px !important;
  line-height: 120%;
}

section.feedback-form .form-control:valid+.label-name .content-name {
  color: #333;
}

footer {
  background: var(--footer-bg-color, #00235a) !important;
  padding: 50px 0 0px 0;
  position: relative;
  margin-top: auto;
}

.footer-contact {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}

.footer-first-column .logo img {
  width: 175px;
}

.footer-content__title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 15px;
}

.footer-content__column a {
  letter-spacing: 0.5px;
}

.developer-link a {
  font-family: TildaSans-Regular !important;
}

.footer-subscribe input {
  border-radius: 5px 0 0 5px;
}

.footer-subscribe button {
  border-radius: 0 5px 5px 0;
  font-size: 12px;
}

.button-theme {
  background-color: #ff5e14 !important;
  border-color: #ff5e14 !important;
}

.button-theme:hover {
  background: #ff5e14 !important;
  border-color: #ff5e14 !important;
  color: #00235a !important;
}

p.inform {
  color: #bdbdbd;
}

.modal .h2 {
  margin-bottom: 30px;
  font-family: "Xolonium-Regular" !important;
  color: #00235a;
  font-weight: 500;
  text-transform: uppercase;
  width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.modal {
  padding: 50px 70px;
  background-color: #f2f3f5;
  border-radius: 5px;
}

.form-close {
  display: none;
}

.fancybox-close-small {
  background: #f2f3f5 url(https://gostseller.ru/media/uploads/x.svg) 50% 50% no-repeat;
}

.form-text {
  margin-top: 10px;
}

.button-theme {
  border-radius: 50px;
  width: 180px;
  height: 45px;
  font-size: 16px;
}

.form-control {
  border-radius: 5px;
  height: 50px;
}

.form-control:valid+.label-name .content-name {
  color: #333 !important;
  font-family: "TildaSans-Regular" !important;
}

.catalog-menu-item {
  height: 187px;
  width: 100% !important;
  border: 1px solid #c7c7c7;
  border-radius: 5px;
  margin: 0 !important;
}

.catalog-menu-item:nth-child(5n + 5) {
  margin-right: 15px;
}

.catalog-menu-item:hover {
  border: 1px solid #ff5e14;
  border-radius: 5px;
}

.catalog-menu-item:hover:after {
  opacity: 0.8;
  background: #ffffff00;
}

.catalog-menu-item__name {
  position: absolute;
  left: 25px;
  top: 25px;
  font-size: 20px;
  line-height: 23px;
  font-weight: bold;
  color: #00235a;
  max-width: 150px;
  z-index: 9;
  font-family: "TildaSans-Regular";
}

.catalog-menu-item__name:hover {
  color: #ff5e14;
}

.catalog-menu-item:before {
  content: "";
  background-image: url(https://gostseller.ru/media/uploads/group_4220.svg);
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 25px;
  bottom: 25px;
  z-index: 9;
}

.client-item {
  height: 187px;
  width: 276px;
  border-radius: 5px;
}

.client-item__text {
  top: 25px;
  bottom: auto;
  left: 0px;
  font-size: 18px;
  color: #fff;
  background-color: #ff5e14;
  padding: 15px 40px;
  font-family: "Xolonium-Regular" !important;
}

.client-item:hover:after {
  opacity: 0.8;
  background: #ffffff00;
}

.client-item__text:hover {
  background-color: #00235a;
}

img.foto-about {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
}

img.foto-about-2 {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}

p.text-about-1 {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

p.text-zagolovok-1 {
  font-family: "Xolonium-Regular" !important;
  color: #00235a;
  margin-left: 90px;
  font-size: 37px;
}

p.text-zagolovok-2 {
  font-family: "Xolonium-Regular" !important;
  color: #00235a;
  margin-left: 90px;
  font-size: 70px;
  margin-top: 30px;
}

.inner-page .section-dark {
  background-color: var(--inner-page-bg, #fff);
}

a.about_vkatalog {
  color: #ffffff !important;
  background-color: #ff5e14;
  width: 180px;
  height: 45px;
  text-align: center;
  border-radius: 50px;
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 43px;
  margin-left: auto;
  margin-right: auto;
}

a.about_vkatalog:hover {
  background-color: #00235a;
}

.error__content .btn {
  margin-top: 10px;
  color: #ffffff !important;
  background-color: #ff5e14;
  width: 180px;
  height: 45px;
  text-align: center;
  border-radius: 50px;
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 40px;
}

.error__content .btn:hover {
  background-color: #00235a;
}

.error__content {
  background: url(https://gostseller.ru/media/uploads/frame_5407.png) 100% 0 no-repeat;
  min-height: 246px;
  background-size: contain;
}

.catalog-box {
  background: #00235a;
}

.catalog-box li {
  max-width: 480px;
}

.breadcrumbs a {
  color: #00235a;
}

.breadcrumbs a:hover {
  color: #ff5e14;
}

.breadcrumbs {
  font-family: "TildaSans-Regular";
}

.catalog-filter .catalog-filter-body {
  background: #f2f3f5;
  border: 1px solid #e5e5ea;
  border-radius: 5px;
  box-shadow: none;
}

.filter-range .noUi-connect::before {
  background: #ff5e14;
}

.noUi-handle {
  border: #ff5e14;
  background: #ff5e14;
}

.filter-item-title,
.catalog-filter-accordion .opener {
  font-size: 16px;
  font-family: "Xolonium-Regular" !important;
  color: #00235a;
}

.input-cont .input-placeholder {
  border-radius: 5px;
  font-size: 11px;
  color: #333;
}

.btn-border {
  color: #00235a;
}

.view-sort-item.current,
.view-sort-item:hover {
  background: #ff5e14;
  border-color: #ff5e14;
}

.view-sort-item .icon-svg {
  color: #00235a;
}

.catalog-sorting ul li a,
.catalog-right .price-download {
  color: #333;
}

.catalog-sorting ul li a:hover {
  color: #ff5e14;
}

.icon-sort-price span,
.icon-sort-price span:before,
.icon-sort-price span:after {
  background-color: #ff5e14;
}

.tabs li {
  color: #ff5e14;
}

.product-card .cart-icon {
  display: none;
}

.btn-radius:hover {
  color: #ff5e14;
}

.btn-radius .icon-svg svg {
  color: #ff5e14;
}

#sync2 .current .item {
  border-color: #ff5e14;
}

.input-number .order-up:before {
  background: #ff5e14;
}

.input-number .order-up:after {
  background: #ff5e14;
}

.input-number .order-down:before {
  background: #ff5e14;
}

.product-card__personal-cost {
  font-size: 30px;
  font-family: "TildaSans-Regular" !important;
}

.tabs li:hover {
  color: #ff5e14;
}

.product-card__title {
  color: #00235a;
  font-weight: normal;
  text-transform: none;
  font-size: 29px;
}

.frontpage .section-first,
.frontpage .section-first-alter {
  background-color: var(--frontpage-first-screen-bg-color, #f2f3f5);
}

.catalog-side__title {
  color: #00235a;
}

.catalog-side__title:hover {
  color: #ff5e14;
}

p.del-text {
  font-size: 16px;
  width: 560px;
}

img.del-foto {
  height: 320px;
  border-radius: 5px;
}

.col-lg-6.col-md-12.dostavka {
  padding: 0px 30px 0px 0px;
}

.text-page ul li:before {
  background-color: #ff5e14;
}

@media (max-width: 1279px) {
  img.del-foto {
    height: 200px;
    border-radius: 5px;
  }
}

@media (max-width: 1023px) {
  .col-lg-6.col-md-12.dostavka .about_podrobnee-0 {
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  .page-head {
    background: #fff;
  }
}

@media (max-width: 575px) {
  p.del-text {
    width: 100%;
  }
}

@media (max-width: 1279px) {
  p.text-zagolovok-1 {
    margin-left: 0px;
  }

  p.text-zagolovok-2 {
    margin-left: 0px;
  }
}

@media (max-width: 991px) {
  p.text-zagolovok-1 {
    margin-left: 95px;
  }

  p.text-zagolovok-2 {
    margin-left: 95px;
  }
}

@media (max-width: 767px) {
  p.text-zagolovok-1 {
    margin-left: 0px;
  }

  p.text-zagolovok-2 {
    margin-left: 0px;
  }

  p.text-about-1 {
    width: 100%;
  }
}

@media (max-width: 480px) {
  p.text-zagolovok-2 {
    font-size: 60px;
  }

  .catalog-menu-item {
    height: 31vw;
  }

  .catalog-menu-item__name {
    left: 15px;
    top: 15px;
    font-size: 14px;
    line-height: 17px;
    max-width: 80px;
  }
}

.catalog-menu-item__image img {
  border-radius: 5px;
}

.client-item:hover {
  background-color: transparent;
}

.button-theme {
  font-weight: 400;
}

.client-item:hover .client-item__text {
  background-color: #00235a;
}

.catalog-right {
  display: none !important;
}

.__header .contact-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
}

.__header .v3-variant .col-block.a-center {
  display: none;
}

.__header {
  height: 50px;
  padding-top: 0px;
}

.__header .catalog-btn {
  background: #fff;
  border: 1px solid #c7c7c7;
  height: 50px;
  font-size: 16px;
  max-width: 180px;
  color: #00235a;
  margin-top: auto;
  margin-left: 0px;
  margin-right: -1px;
  text-align: center;
  font-weight: normal;
  padding: 5px 4px 5px 4px;
  letter-spacing: unset;
  border-radius: 0px !important;
}

.__header .catalog-btn:hover {
  background: #fff;
  color: #ff5e14;
}

.__header .catalog-btn span::after {
  display: none;
}

.__header .catalog-btn span {
  display: none;
}

.__header .search-box input {
  width: 100%;
  height: 50px;
  background: #fff;
  padding-left: 16px;
  padding-right: 65px;
  color: #00235a;
  font-size: 16px;
  border: 1px solid #c7c7c7;
}

.__header .search-box .submit {
  width: 60px;
  height: 50px;
  font-size: 16px;
  background: #ff5e14;
}

.__header .menu-btn img {
  display: none;
}

.__header .menu-btn {
  background: #fff;
  border: 1px solid #c7c7c7;
  height: 50px;
  font-size: 16px;
  max-width: 100%;
  color: #00235a;
  margin-top: auto;
  margin-right: -1px;
  text-align: center;
  font-weight: normal;
  padding: 5px 4px 5px 4px;
  margin-left: 0px;
}

.__header .v3-variant {
  margin-left: 0px !important;
}

.__header .menu-btn:hover {
  background: #fff;
  color: #ff5e14;
}

.__header .search-box .submit:hover {
  background: #00235a;
}

.__header .contact-box a:hover {
  color: #ff5e14;
}

.contact-box img {
  display: none;
}

.__header .contact-box p {
  background: #fff;
  height: 50px;
  margin-top: auto;
}

.__header .contact-box a {
  background: #fff;
  border: 1px solid #c7c7c7;
  height: 50px;
  padding: 20px;
  display: flex !important;
  font-size: 16px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: auto;
}

.search-box input::-webkit-input-placeholder,
.s-icon-right input::-webkit-input-placeholder,
.search-input-group__row input::-webkit-input-placeholder {
  color: #e5e5e5 !important;
}

.search-box input::-moz-placeholder,
.s-icon-right input::-moz-placeholder,
.search-input-group__row input::-moz-placeholder {
  color: #e5e5e5 !important;
}

.search-box input:-ms-input-placeholder,
.s-icon-right input:-ms-input-placeholder,
.search-input-group__row input:-ms-input-placeholder {
  color: #e5e5e5 !important;
}

.search-box input::-ms-input-placeholder,
.s-icon-right input::-ms-input-placeholder,
.search-input-group__row input::-ms-input-placeholder {
  color: #e5e5e5 !important;
}

.search-box input::placeholder,
.s-icon-right input::placeholder,
.search-input-group__row input::placeholder {
  color: #e5e5e5 !important;
}

.footer-subscribe input::-webkit-input-placeholder {
  color: #ffffff !important;
}

.footer-subscribe input::-moz-placeholder {
  color: #ffffff !important;
}

.footer-subscribe input:-ms-input-placeholder {
  color: #ffffff !important;
}

.footer-subscribe input::-ms-input-placeholder {
  color: #ffffff !important;
}

.footer-subscribe input::placeholder {
  color: #ffffff !important;
}

@media (min-width: 992px) {
  .fixed .__header {
    position: fixed;
    top: -50px;
  }
}

@media (max-width: 991px) {
  h1.main-h1 {
    font-size: 35px !important;
    width: auto;
    line-height: 125%;
    margin-top: 0px;
    margin-bottom: 25px;
  }

  p.main-subtitle {
    font-size: 16px;
    width: auto;
    color: #333;
    line-height: 117%;
    margin-bottom: 60px;
  }
}

@media (max-width: 480px) {
  h1.main-h1 {
    font-size: 21px !important;
  }

  .btn-main {
    display: flex;
    flex-direction: column;
  }

  a.banner-button-2 {
    margin-top: 10px;
    width: 140px;
  }

  p.main-subtitle {
    margin-bottom: 30px;
  }

  img.banner-image-1 {
    margin-top: 40px;
  }

  a.banner-button-1 {
    width: 140px;
  }
}

.slider-promo-2-wrapper .slider-constructor {
  width: calc(100% - 218px);
  margin-left: 218px;
}

@media (max-width: 990px) {
  .slider-promo-2-wrapper .slider-constructor {
    width: 100%;
    margin-left: 0px;
  }
}

.slider-promo-2-wrapper .mb-25 {
  color: #fff;
  display: flex;
  margin-bottom: -30px !important;
}

@media (max-width: 480px) {
  .slider-promo-2-wrapper .mb-25 {
    margin-bottom: -5px !important;
  }
}

.slider-promo-2-wrapper.sliderset.conditional-section_bg {
  padding-top: 80px;
}

.btn-promo-wrapper.statictext {
  margin-top: -41px;
}

a.banner-button-3 {
  color: #ffffff !important;
  background-color: #ff5e14;
  width: 180px;
  height: 45px;
  text-align: right;
  border-radius: 50px;
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: auto;
}

a.banner-button-3:hover {
  color: #00235a !important;
}

@media (max-width: 991px) {
  .slider-promo-2-wrapper .mb-25 {
    margin-bottom: 30px !important;
  }
}

.slider-promo-2-wrapper .slider-constructor .slick-arrow {
  border-radius: 0px;
  color: #00235a;
  background-color: #fff;
}

.slider-promo-2-wrapper .slider-constructor .slick-prev {
  border-radius: 0px;
  color: #00235a;
  background-color: #ff5e14;
}

.slider-promo-2-wrapper .button_style-1 {
  border: unset;
  color: var(--main-elements-color, #ff5e14);
}

.slick-dots .slick-active button {
  background-color: #ff5e14;
}

.slick-dots button {
  border-color: transparent;
}

.slider-constructor .slick-dots {
  position: absolute;
  top: -50px;
  bottom: -20px;
  right: 0;
  left: 0px;
  text-align: right;
  width: 100%;
  justify-content: flex-end;
  margin-top: 0;
}

.katalog-2-wrapper .b-multirows-row {
  width: calc(100% - 218px);
  margin-left: 218px;
}

@media (max-width: 990px) {
  .katalog-2-wrapper .b-multirows-row {
    width: 100%;
    margin-left: 0px;
  }
}

.katalog-2-wrapper .mb-25 {
  display: table-caption;
  margin-bottom: -70px !important;
}

.katalog-2-wrapper .content-background-box__background-image .image {
  position: absolute;
  width: 220px;
  height: 150px;
  border: none;
  border-radius: 5px;
}

.katalog-2-wrapper .content-standard-box {
  border-radius: 5px;
  border: 1px solid #e0e0e0;
}

.katalog-2-wrapper .image-zoom {
  height: 150px;
}

.katalog-2-wrapper .image-zoom[data-hover] .image {
  transform: scale(1);
}

.katalog-2-wrapper .content-standard-box:hover {
  border: 1px solid #ff5e14;
  color: #ff5e14;
}

.catalog-square-btn:hover:before {
  background: #ff5e14;
}

.catalog-square-btn:hover:after {
  background: #ff5e14;
}

.set-rasprodaja-wrapper .slider-constructor .slick-arrow {
  bottom: -60px !important;
  top: auto;
}

.set-rasprodaja-wrapper .slider-constructor .slick-prev {
  left: 0px !important;
}

.set-rasprodaja-wrapper .slider-constructor .slick-next {
  left: 40px !important;
}

.set-rasprodaja-wrapper .button_style-1 {
  border: unset;
  color: var(--main-elements-color, #ff5e14);
}

.rasprodaja-wrapper.statictext.rasprodaja.text-page.conditional-section_bg {
  margin-bottom: 0px;
}

.set-rasprodaja-wrapper.product_set_slider.conditional-section_bg {
  padding-bottom: 120px;
}

.bottom-mobile-menu_radius .bottom-mobile-menu__content {
  background-color: #00235a;
}

.bottom-mobile-menu-button__counter {
  background-color: #ff5e14;
}

.bottom-mobile-menu-button .bottom-mobile-menu-button__text {
  color: #a7a7ab;
}

.bottom-mobile-menu-button:hover .bottom-mobile-menu-button__text {
  color: #fff;
}

.bottom-mobile-menu-button_active .bottom-mobile-menu-button__text {
  color: #ffffff;
}

.mane-page-0-wrapper {
  background: url(https://gostseller.ru/media/uploads/fullhd.png);
  background-position: bottom;
  background-size: cover;
}

@media (max-width: 480px) {
  .mane-page-0-wrapper {
    background: url(https://gostseller.ru/media/uploads/mobilefon.png);
    background-position: top;
  }
}

@media (max-width: 991px) {
  .katalog-2-wrapper .mb-25 {
    display: table-caption;
    margin-bottom: 20px !important;
  }
}

@media (max-width: 1280px) {
  img.about_img1 {
    height: 235px;
  }

  a.about_podrobnee {
    margin-left: 0px;
    margin-top: 0px;
  }
}

@media (max-width: 1280px) {
  img.about_img1 {
    height: 300px;
    width: 600px;
    margin-left: -5px;
  }

  p.zagolovok {
    font-size: 30px;
    margin-top: 35px;
  }

  .about-2 .row {
    margin-left: auto;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .col-md-12.text-1 {
    flex: 0 0 auto;
    width: 50%;
  }

  p.about_text {
    font-size: 16px;
    width: 450px;
  }
}

@media (max-width: 991px) {
  .about-2 .row {
    margin-left: 0px;
  }

  .col-md-12.text-1 {
    width: 40%;
  }

  .col-md-12.text-2 {
    width: 60%;
  }

  p.about_text {
    width: 450px;
  }

  a.about_podrobnee {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .about-2 .row {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .col-md-12.text-1 {
    width: 100%;
  }

  img.about_img1 {
    width: 475px;
  }

  p.zagolovok {
    font-size: 25px;
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  p.about_text {
    width: 100%;
  }
}

@media (max-width: 1280px) and (min-width: 990px) {
  .error__content h1 {
    width: min-content;
  }

  .error__content {
    padding-top: 0px;
  }

  .error__content p {
    max-width: 280px;
  }
}

@media (max-width: 990px) and (min-width: 768px) {
  .error__content {
    background: #ffffff;
    text-align: center;
  }

  .error__content .btn {
    margin: auto;
  }

  .error__content p {
    margin: auto;
    margin-bottom: 25px;
  }
}

@media (max-width: 768px) {
  .error__content h1 {
    margin-bottom: 25px;
    margin-top: 30px;
  }

  .error__content {
    padding-top: 55%;
    padding-bottom: 40px;
  }

  .error__content p {
    margin-bottom: 20px;
  }
}

.forma-1-wrapper {
  background: url(https://gostseller.ru/media/uploads/forma-fullhd.png);
  background-position: top;
  display: flex;
  align-items: center;
}

@media (max-width: 480px) {
  .forma-1-wrapper {
    background: url(https://gostseller.ru/media/uploads/forma-mobile.png);
    background-position: top;
    height: 970px;
  }
}

@media (max-width: 767px) {
  .column-gap-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    column-gap: unset;
  }
}

@media (max-width: 767px) {
  .column-gap-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    column-gap: unset;
  }
}

@media (max-width: 1279px) {
  p.about_text-0 {
    width: 660px;
    margin-left: -200px;
  }

  .about_podrobnee-0 {
    margin-left: -200px;
  }
}

@media (max-width: 990px) and (min-width: 768px) {
  p.about_text-0 {
    width: 500px;
    margin-left: -140px;
  }

  .about_podrobnee-0 {
    margin-left: -140px;
  }
}

@media (max-width: 767px) {
  p.about_text-0 {
    width: 100%;
    margin-left: auto;
  }

  .about_podrobnee-0 {
    margin-left: auto;
  }
}

.section-dark.feedback-form {
  background: url(https://gostseller.ru/media/uploads/voprosi-fullhd.png) no-repeat !important;
  background-position: bottom !important;
}

@media (max-width: 768px) {
  /*.section-dark.feedback-form {
    background: url(https://gostseller.ru/media/uploads/voprosi-mobile.png) !important;
    background-position: right !important;
    background-size: cover !important;
  }*/

  .button-hityprodaj {
    width: 180px;
  }

  .slider-constructor .slick-dots {
    top: 0px;
  }
}

.slick-dots button {
  background-color: #e5e5ea;
}

.product-card-v2__buttons>* {
  height: 40px !important;
}

.product-card-v2__title {
  font-family: "TildaSans-Regular" !important;
  font-size: 16px;
  color: #333;
  line-height: 115%;
}

.product-card-v2__price.text-color-accent {
  color: var(--main-elements-color, #333);
}

.product-card-v2__pricing-txt {
  color: #979797;
}

.product-card-v2__price,
.product-card-v2__price span,
.product-card__personal-cost strong {
  font-size: 22px;
  font-weight: normal;
  font-family: "Xolonium-Regular" !important;
  color: #ff5e14;
}

.product-card-sell-badge,
.product-sale-badge {
  height: 26px;
  background-color: #ea2f3d;
  font-weight: normal;
  font-family: "Xolonium-Regular" !important;
  border-radius: 2px;
}

.product-sale-badge {
  padding: 5px 10px;
}

.product-card__main-cost {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
  color: #00235a;
}

.product-card__personal-cost span {
  color: #00235a;
}

.product-card__main-cost strong {
  padding-left: 0;
  color: #00235a;
}

.product-card-v2__content {
  font-family: "TildaSans-Regular" !important;
}

.st-button__icon_cart {
  display: none;
}

.st-button__title {
  margin-left: 0px;
  text-align: center;
}

.product-card-v2 {
  background-color: #fff;
  border-radius: 5px;
}

section.conditional-section.fon-akcii-wrapper.statictext.fon-akcii.text-page {
  margin-bottom: 0px !important;
}

.fon-akcii-wrapper img {
  margin-bottom: 0px !important;
}

.fon-akcii-wrapper p {
  margin-bottom: 0px;
}

section.conditional-section.fon-partn-wrapper.statictext.fon-partn.text-page {
  margin-bottom: 0px !important;
}

.fon-partn-wrapper img {
  margin-bottom: 0px !important;
  margin-top: -90px;
}

.fon-partn-wrapper p {
  margin-bottom: 0px;
}

.set-one-wrapper .grid-span-1 img {
  height: 378px !important;
}

.product-card__title {
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .col-md-4.col-12.preim-image1 {
    display: flex;
  }
}

@media (max-width: 1280px) {
  .katalog-2-wrapper .b-multirows-row {
    width: 100%;
    margin-left: 0px;
  }
}

@media (max-width: 990px) {
  .set-one-wrapper .grid-span-1 img {
    display: none;
  }
}

.katalog-2-wrapper .content-background-box__background-image .image {
  width: 100%;
}

.katalog-2-wrapper .image_cover img {
  object-position: bottom;
}

.__header .custom-block {
  padding-left: 0px;
}

.__header .options-box {
  height: 100%;
  width: 100%;
  margin-left: 0px;
}

.__header .catalog-btn {
  width: 178px;
  max-width: none;
}

.general--width {
  max-width: none;
}

.__header .row .col-lg-6 {
  padding: 0px !important;
  width: 40%;
}

.slider-constructor .slick-arrow {
  border-radius: 0px !important;
  color: #00235a !important;
  background-color: #efefef !important;
  border: transparent;
}

.slider-constructor .slick-arrow:hover {
  color: #00235a !important;
  background-color: #ff5e14 !important;
}

img.preim-image-1 {
  border-radius: 5px;
  width: 368px;
  height: 368px;
  margin-bottom: 25px;
}

.nds {
  height: 368px;
  width: 368px;
  margin-bottom: 25px;
  border: 1px solid #c7c7c7;
  border-bottom: 10px solid #ff5e14;
  border-radius: 5px;
}

.nds:hover {
  border: 1px solid #ff5e14;
  border-bottom: 10px solid #ff5e14;
}

@media (max-width: 1280px) {
  img.preim-image-1 {
    width: 300px !important;
    height: 300px !important;
    margin-bottom: 20px;
  }

  .nds {
    height: 300px;
    width: 300px;
    margin-bottom: 20px;
    border-bottom: 8px solid #ff5e14;
  }

  .preimuchestva-2-wrapper .img-icon {
    padding: 30px;
  }

  p.text-preimuchestva {
    font-size: 35px;
    padding: 0px 50px;
  }

  p.text-preimuchestva-2 {
    padding: 0px 70px;
    font-size: 35px;
  }

  p.text-2 {
    font-size: 16px;
    padding: 10px 50px;
    width: 300px;
  }

  p.text-3 {
    font-size: 16px;
    padding: 10px 70px;
    width: 300px;
  }
}

@media (max-width: 991px) {
  .nds {
    height: 250px;
    width: 250px;
    margin-bottom: 20px;
  }

  img.preim-image-1 {
    width: 250px !important;
    height: 250px !important;
    margin-bottom: 20px;
  }

  p.text-2 {
    display: none;
  }

  p.text-3 {
    display: none;
  }

  p.text-preimuchestva {
    font-size: 32px;
    padding: 0px 30px;
    text-align: center;
  }

  p.text-preimuchestva-2 {
    font-size: 32px;
    padding: 0px 30px;
    text-align: center;
  }
}

@media (max-width: 820px) {
  .nds {
    height: 200px;
    width: 200px;
    margin-bottom: 15px;
    border-bottom: 5px solid #ff5e14;
  }

  img.preim-image-1 {
    width: 200px !important;
    height: 200px !important;
    margin-bottom: 15px;
  }

  p.text-preimuchestva {
    font-size: 28px;
    padding: 0px;
    text-align: center;
  }

  p.text-preimuchestva-2 {
    font-size: 28px;
    padding: 0px;
    text-align: center;
  }

  .preimuchestva-2-wrapper .img-icon {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  img.preim-image-1 {
    margin-left: 15px;
  }

  .nds {
    margin-left: 15px;
  }

  .col-md-4.col-12.preim-image1 {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .nds {
    height: 130px;
    width: 130px;
    margin-bottom: 10px;
    border-bottom: 5px solid #ff5e14;
  }

  img.preim-image-1 {
    width: 130px !important;
    height: 130px !important;
    margin-bottom: 10px;
  }

  p.text-preimuchestva {
    font-size: 20px;
    padding: 0px;
    text-align: center;
  }

  p.text-preimuchestva-2 {
    font-size: 20px;
    padding: 0px;
    text-align: center;
  }

  .preimuchestva-2-wrapper .img-icon {
    padding: 5px;
  }

  .preimuchestva-2-wrapper img.img-icon {
    max-width: 40%;
    margin-top: 15px;
  }
}

@media (max-width: 1279px) {
  .katalog-2-wrapper .mb-25 {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 767px) {
  section.conditional-section.fon-partn-wrapper.statictext.fon-partn.text-page {
    display: none;
  }

  section.conditional-section.partners-wrapper.multirow_banner_set.conditional-section_bg {
    margin-top: -40px;
  }
}

@media (max-width: 480px) {
  .rasprodaja-wrapper h3 {
    font-size: 19px;
  }
}

@media (max-width: 767px) {
  .st-button__icon+.st-button__text {
    display: flex;
  }
}

/* шапка */

.__header .row .col-lg-2 {
  width: auto !important;
  padding: 0px !important;
}

.__header .contact-box a {
  width: 180px !important;
}

.__header .contact-box p.toggled a {
  width: 180px !important;
}

/*
.__header .menu-btn {
  width: 174px !important;
}*/

.__header .logo img {
  object-fit: contain;
}

.__header .logo a {
  width: 100%;
  background-color: #ff5e14;
}

.__header .logo a {
  height: 100%;
}

.__header .logo {
  height: 50px;
}

.__header .logo a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1280px) and (min-width: 990px) {
  .__header .logo {
    width: 140px;
  }

  .__header .logo a {
    height: 100%;
  }

  /*
  .__header .menu-btn {
    width: 150px !important;
  }*/

  .__header .contact-box p.toggled a {
    width: 150px !important;
  }

  .__header .contact-box a {
    width: 170px !important;
  }

  .__header .catalog-btn {
    width: 100px !important;
  }

  /*
  .__header .menu-btn {
    width: 100px !important;
  }*/

  .mobile-header {
    display: none !important;
  }

  .__header .row .col-lg-6 {
    width: 33%;
  }
}

@media (max-width: 990px) and (min-width: 768px) {
  .mobile-header {
    display: none !important;
  }

  .__header {
    display: flex !important;
  }

  main {
    padding-top: 50px !important;
  }

  .__header .search-box {
    display: none;
  }

  .__header .row .col-lg-2 {
    width: 25% !important;
  }

  .__header .col-lg-6 {
    width: 25% !important;
  }

  .__header .logo a {
    width: 100%;
  }

  .__header .catalog-btn {
    width: 100%;
  }

  .__header .contact-box a {
    width: 100% !important;
  }

  /*
  .__header .menu-btn {
    width: 100% !important;
  }*/

  .__header .contact-box p.toggled {
    display: none;
  }

  .__header .contact-box {
    margin-left: 0px;
    width: 100% !important;
  }
}

@media (max-width: 768px) and (min-width: 578px) {
  .mobile-header {
    display: none !important;
  }

  .__header {
    display: flex !important;
  }

  .__header .row .col-lg-6 {
    display: none !important;
  }

  .__header .row .col-lg-2 {
    width: 33% !important;
    padding: 0px !important;
  }

  .__header .contact-box p.toggled {
    display: none !important;
  }

  main {
    padding-top: 50px !important;
  }
}

@media (max-width: 578px) {
  .mobile-header {
    display: none !important;
  }

  .frontpage .__header {
    display: flex !important;
    height: 100px;
    background: transparent;
  }

  .inner-page .__header {
    display: flex !important;
  }

  .frontpage header {
    background: #f2f3f5;
  }

  .frontpage header.fixed {
    background: transparent;
  }

  .__header .row .col-lg-2 {
    width: 50% !important;
  }

  .contact-box {
    display: none !important;
  }

  main {
    padding-top: 100px !important;
  }

  /*
  .__header .menu-btn {
    width: 100% !important;
  }*/

  .__header .row .col-lg-6 {
    position: absolute;
    top: 50px;
    width: 100%;
    padding-right: 24px !important;
  }

  .__header .row .col-lg-6 .catalog-btn {
    display: none !important;
  }
}

@media (max-width: 1279px) {
  .forma-1-wrapper .forma {
    padding: 80px 120px;
    width: 700px;
    margin-left: 0px;
  }
}

@media (max-width: 1023px) {
  .forma-1-wrapper .forma {
    background-color: #ff5e14;
    padding: 80px 100px;
    width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1023px) and (min-width: 481px) {
  .forma-1-wrapper {
    background: url(https://gostseller.ru/media/uploads/image_2895.png);
    display: flex;
    align-items: center;
    height: 700px;
  }
}

@media (max-width: 767px) {
  .forma-1-wrapper .forma {
    padding: 60px 60px;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  h3.form-zagolovok {
    font-size: 30px;
  }

  .forma-1-wrapper .form-text {
    width: 370px;
  }

  .forma-1-wrapper .form-control {
    width: 370px;
  }
}

@media (max-width: 575px) {
  .forma-1-wrapper .forma {
    padding: 40px 40px;
    width: 430px;
    margin-left: auto;
    margin-right: auto;
  }

  h3.form-zagolovok {
    font-size: 28px;
  }

  .forma-1-wrapper .form-text {
    width: 350px;
  }

  .forma-1-wrapper .form-control {
    width: 350px;
  }
}

@media (max-width: 480px) {
  .forma-1-wrapper .forma {
    padding: 40px 20px;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  h3.form-zagolovok {
    font-size: 26px;
  }

  .forma-1-wrapper .form-text {
    width: 310px;
  }

  .forma-1-wrapper .form-control {
    width: 310px;
  }
}

@media (max-width: 400px) {
  .forma-1-wrapper .forma {
    padding: 40px 20px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  h3.form-zagolovok {
    font-size: 21px;
  }

  .forma-1-wrapper .form-text {
    width: 250px;
    font-size: 14px !important;
    padding: 10px 0;
  }

  .forma-1-wrapper .form-control {
    width: 250px;
  }
}

@media (max-width: 1200px) {
  .chisla-wrapper .years-10 {
    font-size: 80px !important;
  }

  .chisla-wrapper .years-info {
    font-size: 22px !important;
  }

  .chisla-wrapper .kateg-98 {
    font-size: 80px !important;
  }

  .chisla-wrapper .kateg-info {
    font-size: 22px !important;
  }

  .chisla-wrapper .tovar-1000 {
    font-size: 80px !important;
  }

  .chisla-wrapper .tovar-info {
    font-size: 22px !important;
  }

  .chisla-wrapper .sotrudniki-50 {
    font-size: 80px !important;
  }

  .chisla-wrapper .sotrudniki-info {
    font-size: 22px !important;
  }
}

@media (max-width: 1025px) {
  .chisla-wrapper .years-10 {
    font-size: 70px !important;
    margin-left: 0px;
  }

  .chisla-wrapper .years-info {
    font-size: 18px !important;
    margin-top: 25px;
    margin-left: 20px;
  }

  .chisla-wrapper .kateg-98 {
    font-size: 70px !important;
  }

  .chisla-wrapper .kateg-info {
    font-size: 18px !important;
    margin-top: 25px;
  }

  .chisla-wrapper .tovar-1000 {
    font-size: 70px !important;
  }

  .chisla-wrapper .tovar-info {
    font-size: 18px !important;
    margin-top: 25px;
  }

  .chisla-wrapper .sotrudniki-50 {
    font-size: 70px !important;
    margin-left: 80px;
  }

  .chisla-wrapper .sotrudniki-info {
    font-size: 18px !important;
    margin-top: 25px;
    margin-left: 80px;
  }
}

@media (max-width: 900px) {
  .chisla-wrapper .years-10 {
    font-size: 60px !important;
    margin-left: 30px;
  }

  .chisla-wrapper .years-info {
    margin-left: 45px;
  }

  .chisla-wrapper .kateg-98 {
    font-size: 60px !important;
  }

  .chisla-wrapper .tovar-1000 {
    font-size: 60px !important;
  }

  .chisla-wrapper .sotrudniki-50 {
    font-size: 60px !important;
    margin-left: 40px;
  }

  .chisla-wrapper .sotrudniki-info {
    font-size: 18px !important;
    margin-top: 25px;
    margin-left: 40px;
  }
}

@media (max-width: 850px) {
  .chisla-wrapper .years-10 {
    font-size: 50px !important;
    margin-left: 30px;
  }

  .chisla-wrapper .years-info {
    margin-left: 50px;
  }

  .chisla-wrapper .kateg-98 {
    font-size: 50px !important;
    margin-left: 0px;
  }

  .chisla-wrapper .kateg-info {
    margin-left: 0px;
  }

  .chisla-wrapper .tovar-1000 {
    font-size: 50px !important;
  }

  .chisla-wrapper .sotrudniki-50 {
    font-size: 50px !important;
    margin-left: 40px;
  }
}

@media (max-width: 768px) {
  .row-fullhd {
    display: none !important;
  }
}

.row-fullhd {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .row-mobile {
    display: none;
  }
}

@media (max-width: 768px) {
  .row-mobile .col-12 {
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .chisla-wrapper .years-10 {
    font-size: 70px !important;
    margin-left: 0px;
  }

  .chisla-wrapper .years-info {
    font-size: 18px !important;
    margin-top: 25px;
    margin-left: 20px;
  }

  .chisla-wrapper .kateg-98 {
    font-size: 70px !important;
    margin-left: 80px;
  }

  .chisla-wrapper .kateg-info {
    font-size: 18px !important;
    margin-top: 25px;
    margin-left: 80px;
  }

  .chisla-wrapper .tovar-1000 {
    font-size: 70px !important;
    margin-top: 40px;
    margin-left: 0px;
  }

  .chisla-wrapper .tovar-info {
    font-size: 18px !important;
    margin-top: 25px;
    margin-left: 20px;
  }

  .chisla-wrapper .sotrudniki-50 {
    font-size: 70px !important;
    margin-left: 80px;
    margin-top: 40px;
  }

  .chisla-wrapper .sotrudniki-info {
    font-size: 18px !important;
    margin-top: 25px;
    margin-left: 80px;
  }
}

@media (max-width: 480px) {
  .chisla-wrapper .years-10 {
    font-size: 56px !important;
    margin-left: -15px;
  }

  .chisla-wrapper .years-info {
    font-size: 14px !important;
    margin-top: 15px;
    margin-left: 0px;
  }

  .chisla-wrapper .kateg-98 {
    font-size: 56px !important;
    margin-left: 60px;
  }

  .chisla-wrapper .kateg-info {
    font-size: 14px !important;
    margin-top: 15px;
    margin-left: 60px;
  }

  .chisla-wrapper .tovar-1000 {
    font-size: 56px !important;
    margin-top: 40px;
    margin-left: -15px;
  }

  .chisla-wrapper .tovar-info {
    font-size: 14px !important;
    margin-top: 15px;
    margin-left: 0px;
  }

  .chisla-wrapper .sotrudniki-50 {
    font-size: 56px !important;
    margin-left: 60px;
    margin-top: 40px;
  }

  .chisla-wrapper .sotrudniki-info {
    font-size: 14px !important;
    margin-top: 15px;
    margin-left: 60px;
  }
}

@media (max-width: 480px) {
  section.conditional-section.statictext.zagolovok-preimuchestva.text-page {
    margin-top: -140px !important;
  }
}

.__header .menu-box {
  background: #00235a;
  padding-left: 35px;
}

.__header .menu-box ul a {
  font-size: 14px;
}

.__header .menu-box ul a:hover {
  color: #ff5e14;
}

.__header .menu-btn.toggled {
  background: rgba(0, 0, 0, 0);
}

@media (max-width: 480px) {
  .modal .h2 {
    width: unset;
    text-align: center !important;
  }
}

@media (max-width: 1279px) {
  section.conditional-section.katalog-2-wrapper.banner_set {
    padding-top: 20px !important;
  }
}

@media (max-width: 1023px) {
  .partners-wrapper .image img {
    width: 80% !important;
  }

  @media (max-width: 767px) {
    .partners-wrapper .image img {
      width: 100% !important;
    }
  }
}

@media (max-width: 1023px) {
  p.main-subtitle {
    margin-bottom: 40px;
  }

  p.zagolovok {
    font-size: 31px;
  }

  p.about_text {
    width: 50%;
  }

  a.about_podrobnee {
    margin-top: 20px;
  }

  .slider-promo-2-wrapper .slider-constructor .slick-next {
    margin-right: 0px;
  }

  .slider-promo-2-wrapper .button.button_style-1.slick-prev.slick-arrow {
    right: 50px !important;
    left: auto !important;
  }
}

@media (max-width: 767px) {
  p.about_text {
    width: 90%;
  }

  img.about_img1 {
    margin-right: auto;
  }

  .slider-promo-2-wrapper .slider-constructor .slick-next {
    margin-right: 0px;
  }

  section.conditional-section.statictext.zagolovok-preimuchestva.text-page {
    margin-top: -50px;
  }

  .section-dark.feedback-form {
    background-position: bottom !important;
  }
}

@media (max-width: 575px) {
  .mane-page-0-wrapper {
    background-position: center !important;
  }

  section.conditional-section.set-one-wrapper.product_set_slider {
    margin-top: -20px;
  }

  section.conditional-section.statictext.zagolovok-preimuchestva.text-page {
    margin-top: -70px;
  }

  .footer-subscribe input {
    width: 100%;
  }

  p.footer-content-cookie {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .mane-page-0-wrapper {
    background-position: bottom !important;
    background-size: cover;
  }

  section.conditional-section.statictext.zagolovok-preimuchestva.text-page {
    padding-top: 120px !important;
  }
}

@media (max-width: 380px) {
  .button-hityprodaj {
    width: 140px;
  }
}

@media (max-width: 991px) {
  .mt-md-0 {
    display: none !important;
  }

  .grid-span-md-2 {
    grid-column: span 3 !important;
  }
}

@media (max-width: 767px) {
  .catalog-side__title {
    display: none;
  }
}

@media (max-width: 991px) and (min-width: 480px) {
  .mane-page-0-wrapper {
    background: url(https://gostseller.ru/media/uploads/991-480.png);
    background-position: bottom;
  }
}

.set-one-wrapper .grid-span-1 .image-zoom {
  height: 378px;
}

.set-one-wrapper .grid-span-1 .image-zoom[data-hover] .image {
  transform: scale(1);
}

.btn--fixed-width,
.btn-download--fixed-width {
  color: #fff;
  background-color: #ff5e14;
  width: 180px;
  height: 45px;
  text-align: center;
  border-radius: 50px;
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #ff5e14;
}

.btn:hover,
.btn-download:hover {
  background: #00235a;
  color: #fff;
  border: 1px solid #ff5e14;
}

.step-item.done .step-item__number {
  border-color: #ff5e14;
  text-indent: -9999px;
  background: #ff5e14 url(../images/step-done.svg) 50% 50% no-repeat;
}

.step-item.current .step-item__number {
  border-color: #ff5e14;
}

.product-card .product-item__img-text {
  font-style: normal;
  font-family: "TildaSans-Regular" !important;
  background-color: #ff5e14;
  padding: 0px 10px;
  border-radius: 3px;
  color: #fff;
  font-weight: 400;
}

.lk-exit .icon {
  fill: #ffffff;
}

.button-theme_secondary {
  --color-text: #ffffff;
  --color-background: var(--color-button-secondary-background, #fff);
}

.user-data__avatar {
  background: #00235a;
}

.lk-menu-item .icon {
  fill: #ff5e14;
}

.lk-menu-item__name {
  font-family: "Xolonium-Regular" !important;
  font-size: 18px;
  color: #00235a;
  text-transform: uppercase;
}

.lk-menu-item {
  border-color: #dedede;
  background-color: var(--color-lk-items-bg, #fff);
  border-radius: 5px;
}

.lk-menu-item:hover {
  background-color: var(--color-lk-items-hover-bg, #f2f3f5);
  border-color: #f2f3f5;
}

.lk-menu-item__text {
  font-size: 16px;
  color: #333;
}

.lk-menu li.current a {
  background: #ff5e14;
  color: #fff;
}

.lk-menu li a {
  color: #333;
}

.lk-menu li a:hover {
  background: #00235a;
}

.lk-menu li a .icon-svg {
  color: #ff5e14;
}

/* анимация появления */

h1 {
  animation: 4s show ease;
}

.main-subtitle {
  animation: 4s show ease;
}

.main-subtitle .a-button {
  animation: 4s show ease;
}

img.banner-image-1 {
  animation: 4s show ease;
}

@keyframes show {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.mb-25 {
  animation: 4s show ease;
}

.katalog-2-wrapper .b-multirows-row {
  animation: 4s show ease;
}

section.section.section-first.mobile-show {
  display: none !important;
}

.bottom-mobile-menu-button__text {
  font-size: 12px;
}

.st-button__title {
  font-size: 16px;
}

.form-control:focus {
  border-color: var(--main-elements-color, #ff5e14);
}

.form-control:focus+.label-name .content-name {
  color: #00235a;
}

@media (max-width: 480px) {
  .modal {
    padding: 50px 20px;
  }
}

.product-item__img-text {
  opacity: 1;
}

.catalog-box ul a:hover {
  color: #ff5e14;
}

.__header .catalog-btn.toggled {
  background: #ffffff;
}

img.about_deviz {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 480px) {
  img.about_deviz {
    width: 100%;
  }
}

.article-inner__share-content ul li:nth-child(2) {
  display: none !important;
}

.article-inner__share-content ul li:nth-child(3) {
  display: none !important;
}

.article-inner__share-content ul li:nth-child(4) {
  display: none !important;
}

.article-inner__share-content ul li:nth-child(6) {
  display: none !important;
}

.st-button_muted {
  background-color: #ff5e14;
  border-color: #ff5e14;
  border-radius: 50px;
}

.pagination span.active,
.pagination span:hover {
  background-color: #ff5e14;
  border-color: #ff5e14;
}

.pagination span {
  border: solid 1px #d9d9d9;
}

.pagination .prev:hover::before,
.pagination .next:hover::before {
  border-color: #ff5e14;
}

.pagination .prev:before,
.pagination .next:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: -4px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border: solid 2px #333;
  transform: rotate(45deg);
  border-left: none;
  border-bottom: none;
  transition: 0.5s;
}

.pagination .prev {
  background-color: #fff;
  border: 1px solid #d9d9de;
}

.pagination .next {
  border: 1px solid #d9d9de;
}

.pagination .prev:hover,
.pagination .next:hover {
  background-color: #ffffff;
  color: #fff;
}

.__header .catalog-box {
  margin-top: 0;
}

/*
.__header .menu-box {
  margin-top: 50px;
}*/

.question-form__column textarea.form-control {
  height: 120px;
}

.footer-phone a {
  font-family: "Xolonium-Regular" !important;
}

.footer-phone a:hover {
  color: #ff5e14;
}

.footer-contact {
  margin-bottom: 10px;
}

.footer-phone {
  margin-bottom: 5px;
}

.contact-line a {
  color: #ff5e14;
}

.contact-line a:hover {
  color: #00235a;
}

.catalog-filter__btns .btn-border:hover {
  color: #ff5e14;
}

.filter-show-all,
.filter-show-all:before {
  background: #ff5e14;
}

.input-number .order-up:hover,
.input-number .order-down:hover {
  background-color: transparent;
  border-color: #ff5e14;
}

.filter-show-all a {
  font-weight: normal;
}

.product-card__navigation {
  display: none;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  background: url(https://gostseller.ru/media/uploads/slideshow-arrow.svg) 50% 50% no-repeat;
}

#sync1.owl-theme .owl-next:hover,
#sync1.owl-theme .owl-prev:hover {
  background: url(https://gostseller.ru/media/uploads/slideshow-arrow-hover.svg) 50% 50% no-repeat;
}

.pagination span,
.pagination .next,
.pagination .prev {
  border-radius: 0;
}

.catalog-menu,
.clients-section {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
}

.clients-section {
  margin-bottom: 80px;
}

.input-number .order-up,
.input-number .order-down {
  width: 24px;
  min-width: 24px;
  height: 24px;
  border-radius: 0;
  border: 1px solid #c7c7c7;
}

.input-number--lg {
  width: 100px;
  padding: 0;
}

.input-number input[type="number"] {
  width: 60px;
  color: #00235a;
}

.input-number .order-down:before {
  top: 10px;
  left: 6px;
}

.input-number .order-up:before {
  top: 6px;
  left: 10px;
}

.input-number .order-up:after {
  top: 10px;
  left: 6px;
}

.welcome .catalog-menu-item,
.client-item {
  width: 100%;
  margin: 0 !important;
}

.__header .search-box input,
.__header .search-box input::placeholder {
  font-family: "TildaSans-Regular" !important;
}

.set-one-wrapper .slider-constructor .slick-arrow {
  bottom: -60px;
  top: auto;
  left: 0;
}

.set-one-wrapper .slider-constructor .slick-prev {
  left: 0px !important;
}

.set-one-wrapper .slider-constructor .slick-next {
  left: 40px !important;
}

main {
  overflow: hidden;
}

.shopping-cart-product .btn-border {
  flex: none;
}

.shopping-cart-product.not-available {
  justify-content: flex-start;
}

.content-title {
  color: #00235a;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "Xolonium-Regular" !important;
}

.content-title span {
  color: #ff5e14;
  font-weight: normal;
  font-family: "Xolonium-Regular" !important;
}

/* корзина */

.shopping-cart-item__img img {
  max-width: 100px;
  max-height: 100px;
}

.shopping-cart-item__img {
  margin-right: 20px;
}

.shopping-cart-item__delete svg {
  width: 23px;
  height: 23px;
  color: #767676;
}

.delivery-total__sm,
.delivery-total ul li:not(.simple-cart .delivery-total ul li:last-child),
.shopping-cart-item__uom {
  display: none;
}

.shopping-cart-item__name span {
  font-size: 12px;
  padding-bottom: 4px;
  color: #767676;
}

.shopping-cart-item__delete svg:hover {
  color: #ff5e14;
}

.new-radio__label:before {
  border-color: #ff5e14;
}

.new-radio__label:after {
  background-color: #ff5e14;
}

.delivery-total__lg,
.shopping-cart-item__total-cost,
.shopping-cart-item__cost {
  font-weight: 400;
  font-family: "Xolonium-Regular" !important;
  color: #00235a;
}

.shopping-cart-item__name {
  max-width: 30%;
}

.shopping-cart-item__numbers .input-number {
  width: 150px !important;
}

.shopping-cart-item__total-cost {
  margin-left: 10px;
}

.shopping-cart-item__total-cost span {
  font-weight: 800;
}

.simple-order-form__title {
  font-size: 18px;
  text-transform: none;
}

.new-radio__label:before {
  border-width: 1px;
}

.new-radio__label:after,
.new-radio__label:before,
.shopping-cart-btn--lg.custom-icon {
  border-radius: 0px;
}

.shopping-cart-item {
  padding: 10px 0px;
}

.delivery-cart {
  padding-right: 0;
}

.simple-order-form .form-group.comment {
  margin-top: 10px;
}

.simple-order-form .form-group {
  margin-bottom: 10px;
}

.simple-order-form__inputs,
.simple-order-form__submit {
  flex: 100%;
}

.simple-order-form__group {
  margin: 20px 0px 10px 0;
}

.simple-order-form__submit {
  margin: 0;
}

.simple-order-form .form-text {
  margin-bottom: 20px !important;
  margin-top: 15px;
}

.shopping-cart-item__name {
  font-size: 16px;
}

.shopping-cart-btn--lg.custom-icon {
  width: 100%;
}

.product-content .gap-md-20:first-child {
  display: none !important;
}

.g-title {
    font-weight: 500;
    font-family: 'Xolonium-Regular' !important;
    text-transform: uppercase;
    color: #00235a;
}

.g-text-button {
    font-size: 14px;
}

[data-collapse-open] {
    color: #ff5e14;
}

@media (max-width: 1279px) {

  .catalog-menu,
  .clients-section {
    grid-template-columns: repeat(3, 1fr);
  }

  .__header .contact-box a {
    padding: 20px 3px;
  }
}

@media (max-width: 991px) {
  p.about_text {
    width: 100%;
  }

  .shopping-cart-product.not-available {
    justify-content: flex-start;
  }

  p.del-text {
    width: 100%;
  }

  img.del-foto {
    height: auto;
    width: 100%;
  }
}

@media (min-width: 767px) and (max-width: 991px) {

  .product-card__slideshow,
  .product-card__content {
    width: 50%;
  }

  .product-card__container {
    gap: 40px;
  }
}

@media (max-width: 767px) {
  .fon-akcii-wrapper {
    display: none;
  }

  .product-card__container,
  .product-card__head {
    padding: 0;
  }

  .product-card__right {
    width: 100%;
    margin: 0;
  }

  .about-2-wrapper {
    padding-bottom: 80px;
  }

  .col-md-12.text-2,
  .col-md-12.text-1 {
    width: 100%;
  }

  .catalog-menu,
  .clients-section {
    grid-template-columns: repeat(2, 1fr);
  }

  .mobile-show,
  .product-card-bottom {
    display: none !important;
  }

  .dropdown-select-ul li.selected,
  .dropdown-select-ul li:hover,
  .dropdown-select-ul li:focus {
    background: #ff5e14;
  }

  .filter-btn {
    background: #ff5e14 url(https://gostseller.ru/static/images/filter-btn.svg) 50% 50% no-repeat;
  }

  .btn-link,
  .btn-link:hover {
    border: none;
    background: none;
  }

  .mobile-menu-head__title {
    color: #00235a;
    font-family: "Xolonium-Regular";
  }

  .product-card__title {
    font-size: 22px;
    line-height: 110%;
  }

  #sync1.owl-theme .owl-dots .owl-dot span {
    border-radius: 0;
  }

  .tab-content {
    padding: 20px 0;
  }

  #sync1.owl-theme .owl-dots .owl-dot.active span,
  #sync1.owl-theme .owl-dots .owl-dot:hover span {
    background: #ff5e14 !important;
  }

  .tab_drawer_heading {
    font-family: "Xolonium-Regular" !important;
    font-style: normal;
    font-size: 18px;
    padding: 0;
    color: #00235a;
    background-color: transparent;
    border-bottom: 1px solid #00235a;
  }

  .d_active .icon .icon-svg {
    color: #00235a;
  }

  .inner-page h2,
  .inner-page h1 {
    font-size: 22px !important;
  }

  .inner-page h3 {
    font-size: 18px !important;
  }

  .client-item {
    height: 40vw;
  }

  .delivery-cart {
    padding: 0;
  }

  .shopping-cart-item__name {
    margin-left: 0;
  }

  .content-title {
    font-size: 22px;
  }

  .simple-order-form {
    margin: 0;
    max-width: 100%;
  }

  .shopping-cart-product {
    width: 100%;
  }

  .shopping-cart-item__name {
    max-width: 100%;
    width: calc(100% - 150px);
  }

  .product-card__artikul {
    display: none;
  }

  .page-head {
        width: 100%;
        margin: 0;
        padding: 10px 0px;
    }
}

@media (max-width: 575px) {
  .chisla-wrapper .kateg-98 {
    margin-left: 15px;
  }

  .question-form__column {
    width: 100%;
    margin-left: 0;
  }

  .question-form form {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  section.feedback-form .h2,
  section.feedback-form .question-form {
    width: 100%;
  }

  section.feedback-form .question-form {
    margin: 0;
  }

  .question-main {
    padding: 0;
    max-width: 100%;
  }

  .set-rasprodaja-wrapper.product_set_slider.conditional-section_bg {
    padding-bottom: 60px;
  }

  .partners-wrapper .content-background-box__container {
    min-height: 60px;
  }

  .section-dark.feedback-form {
    background-size: cover !important;
  }

  .slider-constructor {
    padding-top: 0;
  }

  .slider-constructor .slick-dots {
    top: -20px;
  }

  .client-item__text {
    padding: 20px 10px;
    width: 100%;
  }

  .col-lg-6.col-md-12.dostavka {
    padding: 0;
  }
}

.slider-constructor .slick-dots {
  height: max-content;
  width: max-content;
  right: 0;
  left: auto;
}

.slick-dots li:not(:last-child) {
  margin-right: 6px;
}

.slick-dots button {
  border-radius: 0;
}

.footer-bottom__left p,
.footer-content-cookie,
.copy.version {
  font-size: 12px;
  color: white;
  line-height: 120%;
  opacity: 0.5;
}

.footer-bottom .copy.version {
  width: 10%;
}

.footer-content__column a {
  color: white;
}

.footer-content__column a:hover {
  opacity: 0.5;
}

.checkbox [type="checkbox"]:not(:checked)+label:before,
.checkbox [type="checkbox"]:checked+label:before {
  border: 1px solid #00235a;
}

.checkbox [type="checkbox"]:not(:checked)+label:after,
.checkbox [type="checkbox"]:checked+label:after {
  background-color: #00235a !important;
}

.inner-page .text-page p {
  text-indent: 25px;
  text-align: justify;
  line-height: 120% !important;
}

.text-page ul li p,
.text-page ol li p {
  text-indent: 0px !important;
}

.contact-line-new2 {
  display: flex !important;
  gap: 10px;
}

.contact-line2 {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #4c4c4c;
  margin-bottom: 12px;
}

.contact-line2 a {
  color: #ff5e14;
}

.contact-line2 a:hover {
  color: #00235a;
}

.form-text a {
  color: #ffffff;
}

.form-text a:hover,
a {
  color: #00235a;
}

.__header .menu-btn.toggled img+img {
  display: none;
}

.__header .menu-btn {
  width: 174px !important;
}

.__header .row .col-lg-2:last-child {
  margin-left: auto;
}

.custom-messenger-block .container {
  position: relative;
}

.messenger-block {
  position: absolute;
  right: 858px;
  top: 0px;
  border: 1px solid #c7c7c7;
  height: 50px;
  width: 72px;
}

.messenger-block a {
  position: relative;
  transition: 0.5s;
  width: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}

.messenger-block img {
  margin: 0;
  width: 30px;
}

.messenger-block a:hover::after {
  content: "Не дозвонились? Пишите нам в WhatsApp";
  font-size: 14px;
  line-height: 20px;
  padding: 20px;
  position: absolute;
  top: 90%;
  left: 50%;
  background: var(--white-color);
  color: #7c8994;
  box-shadow: 0px 2px 25px rgba(118, 118, 118, 0.15);
  border-radius: 2px;
  width: 270px;
  transition: 0.5s;
  z-index: 99;
}

.custom-messenger-block {
  position: fixed;
  height: 50px;
  max-width: 72px;
  z-index: 9999;
  width: 72px;
  margin-left: calc(50% + 1022px);
}

header,
.__header {
  position: fixed;
  top: 0;
}

.fixed::after {
  display: none;
}

.fixed .__header {
  top: 0;
  transform: none;
  transition: none;
  z-index: 998;
}

header {
  background: white;
  height: 50px;
  position: fixed;
}

.__header,
.fixed .__header {
  background: none;
}

.new-year-text__container {
  padding: 20px;
  display: flex;
  justify-content: center;
}

.march-banner-container {
  height: fit-content;
}

.march-banner-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.march-banner-container__img-mobile {
  display: none;
}

@media (min-width: 992px) {
  main {
    padding-top: 50px;
  }
}

@media (max-width: 1279px) {
  .messenger-block {
    right: 330px;
    width: 68px;
  }

  .messenger-block a {
    width: 68px;
  }

  .custom-messenger-block {
    max-width: 68px;
    width: 68px;
    margin-left: calc(50% + 412px);
  }
  
  .__header .menu-btn {
    width: 169px !important;
  }
}

@media (max-width: 991px) {
  .messenger-block {
    right: 25vw;
  }

  .custom-messenger-block {
    margin-left: 0;
    right: 0;
  }

  .__header .menu-btn {
    width: 100% !important;
  }
/*
  .__header .menu-btn {
    width: 66% !important;
  }*/
}

@media (max-width: 767px) {
  .custom-messenger-block {
    right: calc(50% - 89px);
  }

  /*
  .__header .menu-btn {
    width: 110px !important;
  }*/

  .messenger-block {
    right: 0;
  }

  .messenger-block a:hover::after {
    display: none;
  }

  .march-banner-container__img-desktop {
    display: none;
  }

  .march-banner-container__img-mobile {
    display: block;
  }
}

@media (max-width: 575px) {
  .custom-messenger-block {
    right: 12px;
  }

  .messenger-block a,
  .messenger-block,
  .custom-messenger-block {
    width: 60px;
  }

  .frontpage header.fixed,
  .__header,
  .fixed .__header,
  header {
    background: white !important;
  }
/*
  .__header .menu-btn {
    width: calc(100% - 59px) !important;
  }
*/
  .__header {
    height: 100px;
  }
}

@media (max-width: 990px) and (min-width: 578px) {
  .__header .container {
    position: relative;
  }

  .__header .search-box {
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    padding: 0 10px;
    background-color: #fff;
  }

  .__header .search-box .submit {
    right: 10px;
  }
}

@media (max-width: 768px) and (min-width: 578px) {
  .__header .row .col-lg-6 {
    display: block !important;
    width: 0;
  }

  .__header .catalog-btn {
    display: none;
  }

  main {
    padding-top: 100px !important;
  }
}