/* START  ОБНУЛЕНИЕ*/
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

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

html,
body {
  width: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #4B4B4B;
  background-color: transparent;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: top;
  border-style: none;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

.editor ol li ul {
  padding-top: 20px;
  margin-bottom: 10px;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

details {
  display: block;
}

summary {
  display: list-item;
}

/*==========================================================================*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  /*-webkit-appearance: none;*/
}

button {
  cursor: pointer;
}

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

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* END ОБНУЛЕНИЕ*/
/*===================================================*/
/* START theme.css*/
@font-face {
  font-family: "Montserrat-Regular";
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat-Regular"),
    url("/local/assets/fonts/Montserrat-Regular.woff2") format("woff2"),
    url("/local/assets/fonts/Montserrat-Regular.woff") format("woff"),
    url("/local/assets/fonts/Montserrat-Regular.ttf") format("ttf");
}

@font-face {
  font-family: "Montserrat-Medium";
  font-style: normal;
  font-weight: 500;
  src: local("Montserrat-Medium"),
    url("/local/assets/fonts/Montserrat-Medium.woff2") format("woff2"),
    url("/local/assets/fonts/Montserrat-Medium.woff") format("woff"),
    url("/local/assets/fonts/Montserrat-Medium.ttf") format("ttf");
}

@font-face {
  font-family: "Montserrat-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: local("Montserrat-SemiBold"),
    url("/local/assets/fonts/Montserrat-SemiBold.woff2") format("woff2"),
    url("/local/assets/fonts/Montserrat-SemiBold.woff") format("woff"),
    url("/local/assets/fonts/Montserrat-SemiBold.ttf") format("ttf");
}

@font-face {
  font-family: "Montserrat-Bold";
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat-Bold"),
    url("/local/assets/fonts/Montserrat-Bold.woff2") format("woff2"),
    url("/local/assets/fonts/Montserrat-Bold.woff") format("woff"),
    url("/local/assets/fonts/Montserrat-Bold.ttf") format("ttf");
}

a, a:visited, a:hover, a:active, a:visited {
  text-decoration: none;
}

body {
  position: relative;
}

.container {
  max-width: 1360px;
  padding: 0 40px;
  margin: 0 auto;
}

ul, ol {
  margin-bottom: 0;
}

ul li:before {
  content: unset;
}

ul li {
  padding: 0;
  list-style: none;
}

/* Page style */
ul.breadcrumb__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: auto;
  margin-bottom: 20px;
}

ul.breadcrumb__list li {
  font-size: 14px;
  color: #8A8894;
  padding-right: 30px;
}

ul.breadcrumb__list li:first-child {
  list-style: none;
}

ul.breadcrumb__list li a span {
  color: #8A8894;
}

ul.breadcrumb__list li:hover a span {
  color: #86BC24;
}

ul.breadcrumb__list li span {
  color: #86BC24;
}

.b24-form-state-container .b24-form-success {
  background-color: #e8e8e8 !important;
}

.page-title {
  margin-top: 30px;
  margin-bottom: 50px;
}

.b24_wrapper {
  display: none;
  position: fixed;
  top: 50vh;
  left: 50%;
  max-height: 90vh;
  overflow-y: auto;
  z-index: 1000;
  transform: translateX(-50%) translateY(-50%);
  box-shadow: 0 0 100px #000;
  border-radius: 15px;
}

.clouse_wrapper_popup {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 40px;
  transform: rotate(45deg);
  cursor: pointer;
  color: #86BC24 !important;
  z-index: 200;
}

.b24-form-wrapper {
  position: relative;
  display: block;
  background-color: rgba(0, 0, 0, .08);
  background-color: var(--b24-background-color);
  min-height: 250px;
  margin: 0 auto;
  -webkit-transition: min-height .18s ease;
  -o-transition: min-height .18s ease;
  transition: min-height .18s ease;
  word-break: break-word;
  border-radius: var(--ui-border-radius-md);
}

.too_high_form .b24-form-wrapper {
  max-width: 1000px !important;
}

@media screen and (min-width: 1000px) {
  .too_high_form .b24-form-content {
    padding-left: 31px;
    padding-right: 31px;
    column-count: 2;
    column-gap: 30px;
  }
}

/* Footer */
.footer {
  background-color: #333333;
  margin-top: auto;
}

ul.footer__list,
ul.language__list {
  list-style-type: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
}

li.footer__item {
  margin-bottom: 20px;
  line-height: 130%;
  font-size: 14px;
}

.footer__item a {
  color: #ffffff;
}

.footer__item a:hover,
.footer__item.footer__item-active a {
  color: #86BC24;
}

.link-active>a {
  color: #86BC24 !important;
}

a.person__link {
  text-decoration: underline;
}

a.person__link:hover {
  color: #86BC24 !important;
}

/* SERG */
/* Шапка */
.header {
  position: relative;
  z-index: 102;
}

.header-top {
  padding: 10px 0;
  background-color: #fff;
}

.header-top__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.language {
  position: relative;
  -webkit-align-self: center;
  align-self: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 20px;
}

.language__head {
  font-size: 16px;
  color: #86BC24;
  padding-right: 16px;
  position: relative;
  cursor: pointer;
}

.language__head.in::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 5px;
}

.language__head:before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  background-image: url('../../assets/img/svg/lang-arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 0;
  top: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.language__list {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100;
  border-radius: 2px;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
}

.language li a {
  display: block;
  padding: 3px 10px;
  color: #212121;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.language li a:hover {
  background-color: #86BC24;
  color: #fff;
}

.header .dropdown-btn.mob {
  display: none;
}

.dropdown-menu .intsta+span {
  display: none;
}

.header .dropdown-btn.desc {
  display: block;
}
.top-top-messengers {
  display: flex;
}
.header__delivery {
  font-size: 16px;
  color: #333333;
  padding-left: 20px;
  border-left: 1px solid #000;
  padding-right: 20px;
  margin-right: auto;
}

.header__phone {
  font-size: 16px;
  line-height: 1.3;
  margin-right: 40px;
}

.header__phone span {
  white-space: nowrap;
  color: #86BC24;
  font-family: "Montserrat-Medium", sans-serif;
  padding-right: 4px;
}

.header__phone a {
  color: #333333;
  white-space: nowrap;
}

.header-bottom {
  background: #333333;
  padding: 14px 0;
  position: relative;
}

.header-bottom__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}

.header-bottom__inner .language {
  display: none;
  margin-left: auto;
  margin-right: 40px;
}

.whatsapp-btn {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 5px 10px 5px 6px;
  border: 1px solid #86BC24;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.3;
}

.whatsapp-btn:hover {
  color: #86BC24;
}

.max-btn {
  min-width: 90px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.max-btn img {
  max-height: 32px;
}

.header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: auto;
  list-style-type: none;
}

.header-nav li {
  margin-right: 50px;
}

.header-nav a {
  font-size: 18px;
  color: #fff;
  font-family: "Montserrat-Medium", sans-serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-nav a:hover,
.header-nav__item.header-nav__item-active a {
  color: #86BC24;
}

.dropdown-btn {
  width: 50px;
  height: 50px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  border-radius: 10px;
  cursor: pointer;
  border: 1px solid #86BC24;
}

.dropdown-btn span {
  display: block;
  position: absolute;
  height: 2px;
  width: 24px;
  background: #fff;
  border-radius: 3px;
  opacity: 1;
  left: 12px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.dropdown-btn span:nth-child(1) {
  top: 14px;
}

.dropdown-btn span:nth-child(2),
.dropdown-btn span:nth-child(3) {
  top: 23px;
}

.dropdown-btn span:nth-child(4) {
  top: 32px;
}

.dropdown-btn.open span:nth-child(1) {
  top: 23px;
  width: 0%;
  left: 50%;
}

.dropdown-btn.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dropdown-btn.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.dropdown-btn.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 14px);
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 50px 50px 0;
  display: none;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, .2);
}

.dropdown-menu__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}

.dropdown-menu__col {
  width: 320px;
}

.dropdown-menu .main-list li {
  margin-bottom: 30px;
}

.dropdown-menu .main-list a {
  font-family: "Montserrat-Medium";
  display: block;
  width: 100%;
  font-size: 24px;
  color: #212121;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.dropdown-menu .main-list a:hover {
  color: #86BC24;
}

.dropdown-menu .main-list ul {
  margin-top: 30px;
}

.dropdown-menu .main-list ul li {
  margin-bottom: 20px;
}

.dropdown-menu .main-list ul a {
  font-family: 'Montserrat-Regular';
  font-size: 18px;
  color: #4B4B4B;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.dropdown-menu .sec-list a:hover {
  color: #86BC24;
}

.dropdown-menu__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-top: 1px solid #BFBFBF;
  padding: 40px 0 50px 0;
}

.dropdown-menu__footer .language {
  display: -webkit-inline-flex;
  display: inline-flex;
  margin-left: 0;
  margin-right: auto;
}

.dropdown-menu__footer .header__phone span {
  display: inline;
}

.dropdown-menu__footer .whatsapp-btn {
  margin-right: 20px;
}

.slide-menu {
  width: 500px;
  top: 140px;
  background-color: #fff;
  height: calc(100vh - 140px);
}

.slide-menu__delivery {
  font-size: 14px;
  color: #212121;
  padding: 20px;
  border-bottom: 1px solid #BFBFBF;
}

.slide-menu ul {
  padding: 15px 0;
}

.slide-menu ul a {
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 18px;
  color: #212121;
  padding: 15px 20px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.slide-menu ul.slide-menu__submenu--active a {
  font-family: 'Montserrat-Regular';
  justify-content: flex-start;
  font-size: 14px;
  padding: 10px 20px;
}

.slide-menu ul.slide-menu__submenu--active a.slide-menu__control {
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
}

.slide-menu ul.slide-menu__submenu--active a svg {
  margin-right: 10px;
}

.slide-menu ul a .slide-menu__decorator {
  color: #86BC24;
}

.slide-menu__footer {
  border-top: 1px solid #BFBFBF;
  padding: 30px 30px;
}

.slide-menu__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.slide-menu__btns a {
  margin-right: 20px;
}

.slide-menu__phone {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  color: #86BC24;
  margin-bottom: 20px;
}

.slide-menu__phone span {
  white-space: nowrap;
}

.slide-menu__phone a {
  font-weight: 400;
  color: #333333;
  text-decoration: none;
  white-space: nowrap;
}

.slide-menu__phone a:hover {
  text-decoration: underline;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  background-color: #212121;
  z-index: 101;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.block-link ul li:before {
  display: none !important;
}

.footer__info_link {
  display: flex;
  padding-top: 35px;
}

.footer__info_link img {
  margin-right: 10px;
  width: 30px;
  background: #fff;
  height: 30px;
  padding: 4px;
  border-radius: 7px;
}

/*  */
.header__phone {
  display: flex;
  align-items: center;
}

.header__phone-select {
  z-index: 99;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 42px;
  justify-content: center;
  margin-right: 15px;
  min-width: 185px;
}

.header__phone-select-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  width: 100%;
  z-index: 100;
  border-radius: 2px;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
}

.header__phone-select.in .header__phone-select-options {
  display: block;
}

.header__phone-select>span {
  position: relative;
  padding: 5px 15px 5px 10px;
  text-align: right;
  user-select: none;
  cursor: pointer;
}

.header__phone-select>span::before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  background-image: url('/local/templates/ftk_rostr/../../assets/img/svg/lang-arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 0;
  top: 11px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__phone-select.in>span::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 12px;
}

.header__phone-select-link {
  display: block;
  padding: 3px 10px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  user-select: none;
}

.header__phone-select-link:hover {
  background-color: #86BC24;
}

.header__phone-select-link:hover span {
  color: #fff;
}

.header__phone-select-link span {
  color: #212121;
  font-size: 18px;
}

.mobile__phone .header__phone-select {
  min-width: 0 !important;
}

.mobile__phone .header__phone {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
}

.mobile__phone .header__phone-select>span {
  margin-left: -10px;
}

.mobile__phone .header__phone-select-options {
  min-width: 185px;
}

.vacansii-item {
  margin-bottom: 60px;
}

.region_vacansii {
  color: #9bc748;
  font-weight: normal;
  font-size: 25px;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

.region_vacansii::before {
  content: url("/local/assets/img/svg/company.svg");
  margin-right: 20px;
  margin-top: 5px;
}

.name_vacansii {
  padding-left: 57px;
  color: #000;
  margin: 10px 0;
  font-size: 28px;
}

.vakansii-list details {
  padding-left: 57px;
}

.vakansii-list details[open] {
  margin-bottom: 100px;
}

.vakansii-list summary {
  margin-bottom: 30px;
  cursor: pointer;
  font-size: 16px;
}

.detail_vacansii {
  padding-left: 40px;
  border-left: 1px solid #ccc;
  margin-left: 4px;
}

.detail_vacansii ul {
  margin: 20px 0;
}

.detail_vacansii li {
  padding-left: 15px;
  margin-left: 15px;
  margin-bottom: 5px;
  list-style: disc;
  font-size: 14px;
}

details[open] summary~* {
  animation: sweep .3s ease-in-out;
}

@keyframes sweep {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.number_item {
  font-size: 74px;
  font-weight: bold;
  color: #f8f8f8;
  position: absolute;
  margin-top: 15px;
}

.vakansiicall {
  width: 450px;
  position: absolute;
  left: 50%;
  background: #94c33dbf;
  padding: 30px 40px;
  border-radius: 40px;
  color: #fff;
  margin-top: -100px;
}

.vakansiitext {
  font-size: 20px;
  margin-bottom: 20px;
  display: block;
}

.vakansiiphone>span {
  font-size: 24px;
}

.vakansiiemail {
  margin-top: 10px;
  display: inline-block;
}

/* overlay */
.b24p-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .55);
  z-index: 10000;
  display: none;
  /* включаем через класс */
  padding: 24px;
}

/* show */
.b24p-overlay.is-open {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* modal */
.b24p-modal {
  position: relative;
  max-width: min(900px, 100%);
  max-height: min(80vh, 100%);
  overflow: auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .35);
  padding: 20px;
}

/* close btn */
.b24p-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  background: rgba(0, 0, 0, .08);
  font-size: 22px;
  line-height: 36px;
}

body.b24p-lock {
  overflow: hidden;
}

@media screen and (min-width: 1360px) {
  footer .btn-popup {
    position: absolute;
    margin-top: -107px;
    margin-left: 325px;
    padding: 20px 30px;
  }

  footer .b24_link_footer {
    position: absolute;
    margin-top: -107px;
    margin-left: 325px;
    padding: 20px 30px;
  }
}

@media screen and (max-width: 1360px) {
  footer .btn-popup {
    padding: 20px 20px;
  }

  footer .b24_link_footer {
    padding: 20px 20px;
  }

  .header__phone span {
    display: block;
  }

  .dropdown-menu__col {
    width: 260px;
  }

  .dropdown-menu .main-list a {
    font-size: 18px;
  }

  .dropdown-menu .sec-list a {
    font-size: 14px;
  }

  .slide-menu__phone span {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .vakansiicall {
    width: 450px;
    max-width: 92%;
    position: static;
    left: 50%;
    background: #94c33d;
    padding: 30px 40px;
    border-radius: 40px;
    color: #fff;
    margin: 0 auto 40px;
  }

  .header-top .language {
    display: none;
  }

  .header-top .header__delivery {
    display: none;
  }

  .header .dropdown-btn.mob {
    display: block;
  }

  .header .dropdown-btn.desc {
    display: none;
  }

  .header .whatsapp-btn {
    margin-left: auto;
  }

  .header__phone span {
    display: inline;
  }

  .header-bottom__inner {
    position: static;
  }

  .header-bottom__inner .language {
    display: -webkit-inline-flex;
    display: inline-flex;
  }

  .header-nav {
    display: none;
  }

  .dropdown-menu {
    display: none !important;
  }

  .dropdown-menu__col {
    width: 100%;
  }

  .slide-menu__phone span {
    display: inline;
  }
}

/* Футер   */
.footer {
  padding-top: 40px;
}

.footer a {
  color: #fff;
}

.footer__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 70px;
  padding-top: 30px;
}

.footer__logotype {
  display: block;
}

.footer__contact {
  width: 250px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 75px;
}

.footer__contact-list {
  margin-bottom: 40px;
}

.footer__contact-list li {
  margin-bottom: 15px;
}

.footer__contact-list li:last-child {
  margin-bottom: 0;
}

.footer__logo {
  margin-bottom: 30px;
}

.footer__tagline {
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  display: block;
  margin-bottom: 20px;
}

.footer__navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-right: 15px;
}

.footer__list-column {
  margin-right: 60px;
}

.footer__list-column:last-child {
  margin-right: 0;
}

.footer__list-head {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  position: relative;
  display: none;
}

.footer__list-head:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url('../../assets/img/svg/arrow-bot.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
}

.footer__social {
  width: 190px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.social__inner {
  margin-bottom: 50px;
}

.footer__social-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 50px;
}

.footer__social-btns .soc-btn {
  margin-right: 20px;
}

.footer__social-btns .soc-btn:last-child {
  margin-right: 0;
}

.footer__info a,
.footer__info {
  font-family: "Montserrat-Regular";
  font-size: 12px;
  line-height: 1.3;
  font-weight: 400;
  color: #fff;
}

.footer__bottom {
  padding-top: 20px;
  padding-bottom: 30px;
  border-top: 1px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.footer__copyright {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.footer__navigation-other {
  margin-left: auto;
}

.footer__navigation-other .footer__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.footer__navigation-other .footer__list .footer__item {
  margin-bottom: 0;
  margin-right: 20px;
}

.footer__navigation-other .footer__list .footer__item:last-child {
  margin-right: 0;
}

.footer__navigation-other .footer__list a {
  font-size: 12px;
}

.footer-phone {
  font-size: 20px;
  display: inline-block;
  line-height: 1.3;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-phone:hover .footer-phone__phone {
  text-decoration: underline;
}

.footer-phone__city {
  color: #86BC24;
  display: block;
}

.footer-phone__phone {
  color: #fff;
  white-space: nowrap;
}

.write-link {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.write-link:hover .write-link__text {
  text-decoration: underline;
}

.intsta img {
  max-height: 33px;
}

.write-link__icon {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background-color: #86BC24;
  margin-right: 10px;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.write-link__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
}

.soc-btn {
  width: 40px;
  height: 40px;
  background: #86BC24;
  border-radius: 10px;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.soc-btn:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (max-width: 1360px) {
  .footer__contact {
    width: 220px;
    margin-right: 30px;
  }

  .footer__tagline {
    font-size: 14px;
  }

  .footer__list-column {
    margin-right: 30px;
  }
}

@media screen and (max-width: 991px) {
  .footer__content {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__contact {
    width: 300px;
    margin-right: 75px;
  }

  .footer__navigation {
    width: calc(100% - 375px);
    margin-right: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: block;
  }

  .footer__list-column {
    margin-right: 0;
    width: 100%;
    padding-top: 20px;
    border-bottom: 1px solid #fff;
  }

  .footer__list {
    display: none;
  }

  .footer__list-head {
    display: block;
  }

  .footer__social {
    width: calc(100% - 375px);
    margin-left: auto;
    margin-top: 40px;
  }

  .footer__copyright {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .footer__contact {
    width: 250px;
    margin-right: 30px;
  }

  .footer__navigation {
    width: calc(100% - 280px);
  }

  .footer__social {
    width: calc(100% - 280px);
  }

  .footer__bottom {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__copyright {
    width: 100%;
  }

  .footer__navigation-other {
    margin-left: 0;
    margin-top: 20px;
  }
}

/* END theme.css*/
/* START sergstyle.css*/
body ul {
  list-style: none;
  padding-left: 0;
}

.swiper-button-prev,
.swiper-button-next {
  border: 1px solid transparent;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.swiper-button-next {
  background: #86BC24;
}

.swiper-button-next:hover {
  background: transparent;
  border: 1px solid #86BC24;
}

.swiper-button-prev:hover {
  background: #86BC24;
}

.swiper-button-next:hover:after {
  color: #86BC24;
}

@media screen and (max-width: 1024px) {
  .swiper-button-next:hover {
    background: #86BC24;
    border: none;
  }

  .swiper-button-next:hover:after {
    color: #fff;
  }

  .swiper-button-prev:hover {
    background: #fff;
  }

  body .swiper-button-next:after, body .swiper-button-prev:after {
    color: #737373;
  }
}

body .swiper-button-next:after,
body .swiper-button-prev:after {
  font-size: 20px;
  color: #737373;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body .swiper-button-next:after {
  color: #fff;
}

body .swiper-button-prev {
  left: -90px;
}

body .swiper-button-next {
  right: -90px;
}

body .breadcrumb__list li {
  position: relative;
}

body .breadcrumb__list li:last-child:before {
  display: none;
}

body .breadcrumb__list li:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #8A8894;
  position: absolute;
  right: 13px;
  left: auto;
  top: 50%;
  margin-top: -2px;
  border-radius: 50%;
}

body .btn-toggle {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

body .product__inner .swiper-container {
  position: relative;
}

body .product__inner .swiper-container:before {
  content: '';
  display: inline-block;
  width: 210px;
  height: 100%;
  background: -webkit-linear-gradient(right, #FFFFFF 50%, rgba(255, 255, 255, 0) 97.69%);
  background: linear-gradient(270deg, #FFFFFF 50%, rgba(255, 255, 255, 0) 97.69%);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  opacity: 0.5;
}

body .product__title {
  font-family: "Montserrat-Medium";
  margin-right: 10px;
}

body .block__inner_slider .swiper-slide {
  background-color: #fff;
  box-shadow: 0px 8px 16px rgba(142, 141, 208, 0.12);
  position: relative;
}

body .block__inner_slider .swiper-slide:hover:before {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/*
body .block__inner_slider .swiper-slide:before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url('/local/assets/img/svg/play.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -25px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
*/
.social-a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.otgruzka-and-dostavka .block__item .block__content a:not(.btn) {
  text-decoration: none;
}

.block__inner_slider .swiper-slide .block__text {
  font-family: "Montserrat-Regular";
  font-size: 18px;
  padding: 10px 20px;
}

body .section-top__icon-item span {
  font-size: 16px;
  line-height: 1.4;
}

body .sticker span {
  font-size: 16px;
}

main table {
  width: 100%;
  border-collapse: collapse;
  border: 40px solid #F5F5FB;
  color: #212121;
  font-size: 16px;
  line-height: 1.2;
}

.popup table {
  border: unset;
  border-collapse: collapse;
  color: #212121;
  font-size: 16px;
  line-height: 1.2;
}

.popup th,
.popup td {
  border-bottom: 1px solid #C9C8D3;
}

main table th,
main table td {
  border: 1px solid #C9C8D3;
}

.popup table th,
main table th {
  font-family: "Montserrat-Medium";
  padding: 20px 15px;
  text-align: start;
}

.popup table td,
main table td {
  font-family: "Montserrat-Regular";
  padding: 20px 15px;
}

.popup table td b,
main.popupe th b,
main table td b,
main table th b {
  font-family: "Montserrat-Medium";
}

/* END sergstyle.css*/
/*#####*/
.header-bottom {
  background: #333333;
}

section {
  padding: 20px 0px 50px 0px;
}

.pt-0 {
  padding-top: 0 !important;
}

.mt-50 {
  margin-top: 50px;
}

.pb-0 {
  padding-bottom: 0 !important;
}

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

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

.btn {
  font-family: "Montserrat-Medium";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  text-decoration: none;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  transition: all .3s;
}

.btn-sm {
  padding: 15px 30px;
  font-size: 16px;
}

.btn svg {
  display: block;
  margin-left: 10px;
}

.btn svg path {
  stroke: white;
}

.btn-green {
  background: #86BC24;
  color: #fff;
  border: 1px solid #86BC24;
}

.btn-tr {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #FFFFFF;
  color: #fff;
}

.btn:hover {
  background: transparent;
  color: #86BC24;
  border: 1px solid #86BC24;
  transition: all .3s;
}

.btn-tr-green {
  background: transparent;
  border: 1px solid #86BC24;
  color: #86BC24;
  transition: all .3s;
}

.btn-tr-green:hover {
  background: #86BC24;
  color: #fff;
  transition: all .3s;
}

.btn:hover svg path {
  stroke: #86BC24;
}

.btn-white {
  background: #fff;
  border: 1px solid #86BC24;
  color: #86BC24;
  transition: all .3s;
}

.btn-white svg path {
  stroke: #86BC24;
  transition: all .3s;
}

.btn-white:hover {
  background: #86BC24;
  color: #fff;
  border: 1px solid #fff;
  transition: all .3s;
}

.btn-white:hover svg path {
  stroke: #fff;
  transition: all .3s;
}

.wapp {
  display: flex;
  align-items: center;
  border: 1px solid #86BC24;
  padding: 5px;
  border-radius: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #212121;
  margin-right: 10px;
}

.max {
  display: flex;
  align-items: center;
  border: 1px solid #86BC24;
  padding: 5px;
  border-radius: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #212121;
  width: 85px;
  margin-right: 10px;
}

.wapp img {
  padding-right: 10px;
}

.max img {
  padding-right: 10px;
  max-width: 40px;
}

.library__inner {
  overflow: hidden;
}

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

.library__inner.swiper-wrapper {
  width: auto;
}

.library__inner a {
  display: block;
  margin: 0 15px 30px 15px;
  cursor: pointer;
  height: 280px;
}

.library__inner a:nth-child(6n+1) {
  width: calc(35% - 30px)
}

.library__inner a:nth-child(6n+2) {
  width: calc(26% - 30px)
}

.library__inner a:nth-child(6n+3) {
  width: calc(39% - 30px)
}

.library__inner a:nth-child(6n+4) {
  width: calc(43% - 30px)
}

.library__inner a:nth-child(6n+5) {
  width: calc(24% - 30px)
}

.library__inner a:nth-child(6n+6) {
  width: calc(33% - 30px)
}

.library__inner a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*START ОНСНОВНОЙ БЛОК*/
.block__title-section {
  padding-top: 0 !important;
  margin-bottom: 20px;
}

.block__inner.block__inner_slider {
  margin-right: 0;
  margin-left: 0;
}

.block__item_3 .block__video {
  height: 230px;
}

.block__item_2 .block__img {
  order: 2;
}

.block__item .block__content a:not(.btn) {
  font-family: "Montserrat-Medium" !important;
  text-decoration: underline;
}

.block__social-item {
  text-decoration: none !important;
}

.block__widget_social a:hover span,
.block__social-item:hover span {
  color: #86BC24;
}

.block__item_img .block__content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
}

.proizvodstvo .block__item .block__title,
.sheet-quality .block__item .block__title {
  width: 470px;
}

.proizvodstvo .block__item_bg .block__title {
  font-size: 32px;
}

.block__item_img .block__img_info {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 410px;
}

.block__item_img .block__link {
  margin-top: 40px;
}

p:last-child {
  padding-bottom: 0;
}

.bg-section {
  padding: 100px 0;
  background: #F5F5FB;
}

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

.block__subscription {
  margin-bottom: 50px;
}

.block__img {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 50%;
  padding-right: 15px;
}

.block__img.block__img_r {
  padding-left: 15px;
  padding-right: 0;
  order: 2;
}

.block__img .block__video {
  height: 351px;
}

.block__img img {
  width: 100%;
  height: auto;
}

h2.block__title {
  padding-top: 0px;
}

.block__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-basis: calc(100% - 30px);
  overflow: hidden;
  margin-right: 15px;
  margin-left: 15px;
}

.block__item_count {
  margin-bottom: 100px;
}

.block__item_cart,
.block__item_3,
.block__item_2 {
  flex-direction: column;
  justify-content: flex-start;
  flex-grow: 0;
  flex-shrink: 0;
}

.block__item_3 {
  flex-basis: calc(33.333% - 30px);
  margin-bottom: 60px;
}

.block__item_3:nth-last-child(3),
.block__item_3:nth-last-child(2),
.block__item_3:nth-last-child(1) {
  margin-bottom: 0;
}

.design-advantage .block__item_3:nth-last-child(3),
.design-advantage .block__item_3:nth-last-child(2),
.design-advantage .block__item_3:nth-last-child(1) {
  margin-bottom: 60px;
}

.design-advantage .block__item-3.block__item_3,
.design-advantage .block__item-4.block__item_3 {
  margin-bottom: 0px;
}

.block__item_2 {
  flex-basis: calc(50% - 30px);
  margin-bottom: 60px;
}

.block__item_2:nth-last-child(2),
.block__item_2:nth-last-child(1) {
  margin-bottom: 0;
}

.block__item_cart {
  flex-basis: calc(33.333% - 30px);
  align-items: flex-start;
}

.block__item_cart .block__title,
.block__item_3 .block__title,
.block__item_2 span.block__title {
  display: block;
  font-family: "Montserrat-Medium";
  font-size: 24px;
  color: #86BC24;
  margin-bottom: 20px;
}

.block__item_cart .block__content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  margin-bottom: 30px;
}

.block__item_cart .block__link {
  order: 5;
}

.block__item_cart .block__title {
  color: #212121;
  margin-bottom: 30px;
}

.block__item_cart .block__img {
  order: 1;
  margin-top: auto;
  margin-bottom: 30px;
  height: 200px;
}

.block__item_cart .block__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block__item_cart:nth-last-child(3),
.block__item_cart:nth-last-child(2),
.block__item_cart:nth-last-child(1) {
  margin-bottom: 0;
}

.info {
  background: #F5F5FB;
  border-radius: 10px;
  padding: 25px;
}

.info__item {
  display: flex;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}

.info__item:before {
  content: url("/local/assets/img/svg/error_outline.svg");
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.block__item_bg {
  background: #F5F5FB;
  border-radius: 10px;
  padding: 50px 30px;
}

.block__item_bg-col {
  background: #F5F5FB;
  border-radius: 10px;
  padding: 50px;
}

.block__item_bg-col .block__content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.block__item_bg-col .block__content .block__text {
  margin-bottom: 30px;
}

.block__item_bg .block__title {
  font-size: 32px;
  line-height: 120%;
  color: #212121 !important;
}

.about-advantage .block__item_bg .block__title,
.proizvodstvo .block__item_bg .block__title {
  font-family: "Montserrat-Bold";
}

.block__item_2.block__item_bg-col .block__title {
  font-size: 40px;
  line-height: 120%;
  color: #212121;
}

.block__item_bg-col span.block__title {
  margin-bottom: 30px;
}

.block__inner_slider img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.block__widget {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  margin-top: 30px;
}

.block__item_bg-col .block__widget {
  margin-top: auto;
}

.block__widget_social {
  flex-direction: row;
  justify-content: space-around;
}

.block__widget_social a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none !important;
}

.block__widget_social span {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #212121;
}

.block__widget_social img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.block__widget_file {
  flex-direction: column;
  max-width: 515px;
}

.block__widget_file a {
  display: flex;
}

.block__widget_file img {
  max-height: 60px;
}

.block__widget_file-bg {
  background: #F5F5FB;
}

.block__widget_file span {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #4B4B4B;
  padding-left: 15px;
}

.block__title_num {
  display: inline-block;
  font-family: "Montserrat-Bold";
  font-size: 144px;
  line-height: 120%;
  color: #86BC24;
  padding-right: 15px;
}

.block__text_num {
  display: inline-block;
  padding-right: 20px;
  font-weight: 700;
  font-size: 48px;
  line-height: 140%;
  color: #86BC24;
}

.block__text_num-wrap {
  display: flex;
  align-items: flex-start;
}

.block__inner_slider {
  position: relative;
}

.sklad .block__item:last-child {
  margin-bottom: 0;
}

.sklad .block__title {
  font-size: 32px;
  font-family: "Montserrat-Medium";
  display: flex;
  align-items: start;
  padding-top: 60px;
}

.sklad .block__title_num {
  margin-top: -65px;
}

.promyshlennoe-oborudovanie_zakaz .block__item-0 .block__img {
  padding: 0;
}

/*END ОНСНОВНОЙ БЛОК*/
.swiper-button-next {
  right: -60px;
  left: auto;
}

.swiper-button-prev {
  left: -60px;
  right: auto;
}

.swiper-slide_video {
  display: flex;
  flex-direction: column;
}

.swiper-slide_video .block__video {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 230px;
}

/*START POPUP*/
.popup {
  background-color: #fff;
  margin: 0 auto;
  padding: 50px;
  max-width: 750px;
  border-radius: 10px;
}

.popup__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  color: #212121;
  margin-bottom: 50px;
}

.popup__subtitle {
  margin-bottom: 30px;
  font-family: "Montserrat-Medium";
  font-size: 32px;
  line-height: 120%;
  color: #212121;
}

.popup__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #4B4B4B;
  margin-bottom: 30px;
}

.result {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 650px;
}

.result__title {
  display: block;
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  margin-bottom: 70px;
}

.result img {
  max-width: 130px;
}

/*END POPUP*/
.label-file {
  display: flex;
  flex-wrap: nowrap;
  padding-left: 10px;
  margin-top: 20px;
  max-width: 300px;
}

.file-text {
  padding-left: 10px;
}

.nice-select .list,
.nice-select {
  width: 100%;
  z-index: 100;
}

.formgroup {
  position: relative;
  margin-bottom: 30px;
}

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

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

.formgroup .label {
  display: block;
  margin-bottom: 10px;
  font-family: "Montserrat-Medium";
  font-size: 18px;
  line-height: 120%;
  color: #212121;
}

.formgroup textarea,
.formgroup input[type='text'],
.formgroup input[type='email'],
.formgroup input[type='password'],
.formgroup input[type='tel'] {
  width: 100%;
  padding: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  border: 1px solid #C9C8D3;
  box-sizing: border-box;
  border-radius: 10px;
  color: #212121;
}

.formgroup textarea {
  line-height: 120%;
}

.formgroup textarea.error,
.formgroup input[type='text'].error,
.formgroup input[type='email'].error,
.formgroup input[type='password'].error,
.formgroup input[type='tel'].error {
  border: 1px solid red;
}

label.error {
  position: absolute;
  left: 0;
  bottom: -20px;
  font-size: 12px;
  color: red;
}

.formgroup textarea::placeholder,
.formgroup input::placeholder {
  color: #8A8894;
}

.submit-wrap {
  margin-top: 30px;
}

.submit-wrap .btn {
  width: auto;
}

.checkbox {
  display: flex;
  cursor: pointer;
}

.checkbox__text a,
.checkbox__text {
  font-size: 14px;
  line-height: 120%;
  color: #8A8894;
  margin-left: 10px;
}

form .checkbox__text a {
  margin: 0px;
  font-family: "Montserrat-Medium", sans-serif;
  color: #212121;
}

.checkbox__text a:hover {
  text-decoration: underline;
}

.checkbox__input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.checkbox__icon {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 24px;
  border: 1px solid #C4C4C4;
  border-radius: 4px;
}

.checkbox__icon:after,
.checkbox__icon:before {
  content: '';
  display: none;
  position: absolute;
  height: 2px;
  background: #86BC24;
  z-index: 10;
}

.checkbox__icon:before {
  width: 12px;
  top: 10px;
  left: 7px;
  transform: rotate(-45deg);
}

.checkbox__icon:after {
  width: 6px;
  top: 12px;
  left: 5px;
  transform: rotate(45deg);
}

.checkbox__input:focus+.checkbox__icon {
  border: 1px solid #F845FC;
}

.checkbox__icon.checkbox__icon_green {
  background: #EEFCD0;
  border-color: transparent;
}

.checkbox__input:checked+.checkbox__icon.checkbox__icon_green {
  background: #EEFCD0;
}

.checkbox__input.error+.checkbox__icon {
  border-color: #F93232;
}

.checkbox:hover .checkbox__icon {
  border-color: #86BC24;
}

.checkbox__input:checked+.checkbox__icon:after,
.checkbox__input:checked+.checkbox__icon:before {
  display: block;
}

.checkbox__trigger-icon {
  position: relative;
  display: block;
  width: 48px;
  height: 24px;
  background: #F4F3FE;
  border-radius: 12px;
  transition: all .3s;
}

.checkbox__trigger {
  display: none;
}

.checkbox__trigger-icon:after {
  position: absolute;
  top: 4px;
  left: 4px;
  right: auto;
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  transition: all .3s;
}

.checkbox__trigger:checked+.checkbox__trigger-icon {
  background: #86BC24;
  transition: all .3s;
}

.checkbox__trigger:checked+.checkbox__trigger-icon:after {
  left: auto;
  right: 4px;
  transition: all .3s;
}

.radio {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 50px;
}

.radio:last-child {
  margin-right: 0;
}

.radio__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #4B4B4B;
  margin-left: 10px;
}

.radio__input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.radio:hover .radio__icon {
  border: 1px solid #86BC24;
}

.radio__input:checked+.radio__icon {
  border: 1px solid #86BC24;
}

.radio__input:checked+.radio__icon:before {
  opacity: 1;
}

.radio__icon {
  position: relative;
  display: block;
  width: 31px;
  height: 31px;
  border: 1px solid #C9C8D3;
  border-radius: 50%;
}

.radio__icon:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  opacity: 0;
  border-radius: 50%;
  top: 7px;
  left: 7px;
  background-color: #86BC24;
}

/*ERROR*/
.error-page {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 50px;
}

.error__text {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 48px;
  line-height: 130%;
  text-transform: uppercase;
  color: #494C52;
  margin-bottom: 40px;
}

.error__subtext {
  display: block;
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  color: #494C52;
  max-width: 750px;
}

.error__num {
  font-weight: 700;
  font-size: 220px;
  line-height: 120%;
  text-transform: uppercase;
  color: #86BC24;
}

.error-page .btn {
  margin-top: 70px;
}

/*История компании*/
.history .block__title-section {
  text-align: center;
}

.history .block__item_img .block__content {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 50%;
}

.history .block__subscription {
  max-width: 1020px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  text-align: center;
}

.history .block__text-inner {
  font-size: 16px;
}

.history .block__item {
  margin-bottom: 0 !important;
}

.history .block__item-0 {
  display: flex;
  justify-content: flex-end;
}

.history .block__img,
.history .block__content {
  padding-bottom: 100px;
}

.history .block__content,
.history .block__img.block__img_r {
  position: relative;
  padding-left: 45px;
  padding-right: 0;
  flex-basis: 50% !important;
}

.history .block__content.block__content_l,
.history .block__img {
  position: relative;
  padding-right: 45px;
  padding-left: 0;
  flex-basis: 50% !important;
}

.history .block__img {
  padding-top: 78px;
}

.history .block__content_l .block__title {
  text-align: right;
}

.history .block__content {
  overflow: unset !important;
}

.history .block__inner {
  position: relative;
  padding-top: 50px;
}

.history .block__inner:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 10;
  display: block;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 77.52%, #FFFFFF 100%), linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 25.72%), #86BC24;
}

.history .block__content:before,
.history .block__content.block__content_l:before {
  position: absolute;
  content: url("/local/assets/img/svg/company.svg");
  top: 8px;
  z-index: 11;
}

.history .block__content:before {
  right: calc(100% - 20px);
}

.history .block__content.block__content_l:before {
  right: -20px;
}

.support-consultation a {
  color: #86BC24;
}

.support-consultation a:hover {
  color: #212121;
}

.home-services .block__img {
  flex-basis: auto;
  padding-right: 0;
}

.services p {
  padding-bottom: 20px;
}

.services a.block__link {
  text-decoration: underline;
  color: #86BC24;
  line-height: 48px;
}

.services a.block__link:hover {
  text-decoration: none;
  color: #4B4B4B;
}

.sheet-quality .block__item_count {
  margin-bottom: 70px;
}

.sheet-quality .block__item_count:last-child {
  margin-bottom: 0;
}

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

.sheet-grey .block__item_3 .block__img {
  flex-basis: auto;
  padding-right: 0;
  margin-bottom: 25px;
}

.sheet-grey .block__item_3 img {
  width: 90px;
  height: 90px;
}

.services .block__content,
.sklad .block__content,
.zakaz-sending .block__content,
.welded-joint .block__content,
.about-advantage-gray .block__content,
.processing-welding .block__content {
  padding-left: 15px;
}

.services .block__content.block__content_l,
.sklad .block__content.block__content_l,
.support-client .block__content.block__content_l,
.sheet-on-order .block__content.block__content_l,
.processing .block__content.block__content_l,
.processing-welding .block__content.block__content_l,
.design-center .block__content.block__content_l,
.welded-joint .block__content.block__content_l {
  padding-right: 15px;
  padding-left: 0px;
}

.sklad .block__img,
.sklad .block__img.block__img_r {
  padding-top: 70px;
}

.services a.block__link {
  text-decoration: underline;
  color: #86BC24;
  line-height: 48px;
}

.processing-column span.block__title,
.processing-column h2.block__title {
  padding-bottom: 30px;
  margin-bottom: 0px;
  color: #212121;
}

.processing-column .block__item_2 .block__img {
  order: 2;
  padding-top: 50px;
  padding-right: 0px;
}

.processing-column .block__content ul,
.design-center .block__content ul {
  margin-bottom: 0px;
}

.processing-equipment h2.block__title-section,
.processing-welding h2.block__title-section,
.design-advantage h2.block__title-section,
.design-line h2.block__title-section {
  text-align: center;
}

.processing-equipment .block__subscription {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.processing-welding .block__item:last-child {
  margin-bottom: 0;
}

.processing-equipment .block__img {
  padding-right: 0px;
}

.processing-equipment .block__video {
  height: 230px;
}

.processing-equipment .block__content {
  padding-top: 30px;
}

.block__text_num {
  font-family: "Montserrat-Bold", sans-serif;
  padding-right: 20px;
  font-size: 48px;
  line-height: 1;
  color: #86BC24;
}

.svarnoe-soedinenie_sertificate .block__img.block__img_r {
  text-align: center;
}

.svarnoe-soedinenie_sertificate .block__img.block__img_r img {
  max-width: 360px;
}

.zakaz-i-oplata_top .block__item_2 {
  margin-bottom: 90px;
}

.zakaz-i-oplata_top .block__item_2:nth-last-child(1),
.zakaz-i-oplata_top .block__item_2:nth-last-child(2) {
  margin-bottom: 0;
}

.services .block__item:last-child {
  margin-bottom: 0;
}

.contact_delivery .contact__item {
  display: flex;
  flex-direction: column;
}

.contact_delivery .contact__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: auto;
}

.contact_delivery .contact__img {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-grow: 1;
  flex-basis: auto;
}

@media screen and (max-width: 1500px) {
  body .swiper-button-prev {
    left: auto;
    top: -75px;
    right: 70px;
  }

  body .swiper-button-next {
    left: auto;
    top: -75px;
    right: 0px;
  }
}

@media screen and (max-width: 1360px) {
  body .product__inner .swiper-container:before {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  body .btn-toggle {
    width: 50px;
    height: 50px;
    margin-left: 20px;
  }

  .block__item_cart {
    -webkit-flex-basis: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
  }

  body .section__color-name {
    margin-left: 10px;
  }

  body .section__filter {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  body .section__filter .size {
    width: 100%;
    margin-bottom: 30px;
  }

  body .section__filter .sklad {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  body .btn-toggle {
    margin-left: auto;
  }

  body .section__item {
    padding: 20px;
  }

  body .section__head {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  body .section__color-wrap {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
  }

  body .section__filter-item {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  body .section__filter-item label {
    margin-bottom: 20px;
  }

  body .section__filter .size {
    margin-bottom: 10px;
  }

  body .section__filter .sklad {
    margin-bottom: -20px;
  }
}

/*#1024*/
@media screen and (max-width: 1024px) {
  .block__item_cart .btn {
    padding: 15px 30px;
    font-size: 16px;
  }

  section {
    padding: 35px 0;
  }

  .container {
    padding: 0 30px;
  }

  .services a.block__link {
    line-height: 1;
  }

  .sheet-grey .block__title-section {
    margin-bottom: 30px;
  }

  .block__title-section {
    margin-bottom: 0;
  }

  .processing-equipment .block__video {
    height: 190px;
  }

  .popup table,
  main table {
    font-size: 14px;
    border: 10px solid #F5F5FB;
  }

  .block__title_num {
    font-size: 96px;
  }

  .sklad .block__title_num {
    margin-top: 0;
  }

  .sklad .block__img, .sklad .block__img.block__img_r {
    padding-top: 0;
  }

  .sklad .block__title {
    padding-top: 0;
    display: flex;
    align-items: center;
  }
}

/*#768*/
@media screen and (max-width: 768px) {
  .swiper-slide_video .block__video {
    flex-basis: 200px;
  }

  .block__inner_slider .swiper-slide .block__text {
    font-size: 16px;
  }

  .bg-section {
    padding: 70px 0;
  }

  .swiper-scrollbar-drag {
    background: #86BC24;
    border-radius: 2.5px;
  }

  .block__item_img .block__link {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .library__inner {
    margin: 0;
    overflow: unset;
    flex-wrap: unset;
    padding-bottom: 30px;
  }

  .library__inner a {
    margin: auto;
  }

  .block__item_3 {
    flex-basis: calc(50% - 30px);
    margin-bottom: 50px;
  }

  .processing-equipment .block__img {
    flex-basis: auto;
    padding-bottom: 0;
  }

  .processing-column .block__img {
    flex-basis: auto;
  }

  .processing-column .block__item_2 {
    flex-basis: calc(100% - 30px);
    margin-bottom: 20px;
  }

  .processing-welding .block__item:last-child,
  .processing-column .block__item_2:last-child {
    margin-bottom: 0;
  }

  .processing-welding .block__img.block__img_r,
  .processing-welding .block__img {
    order: 2;
    padding-top: 50px;
    padding-bottom: 0;
  }

  .promyshlennoe-oborudovanie_zakaz .block__item-0,
  .block__item_bg-col,
  .proektirovanie-yemkostey_3 .block__item_3 {
    flex-basis: calc(100% - 30px);
    margin-bottom: 20px;
  }

  .promyshlennoe-oborudovanie_zakaz .block__item-0,
  .block__item_bg-col {
    margin-bottom: 50px !important;
  }

  .info__item {
    font-size: 16px;
  }

  .block__item_bg-col:last-child {
    margin-bottom: 0 !important;
  }

  .block__item_bg-col span.block__title {
    font-size: 32px;
  }

  .proektirovanie-yemkostey_3 .block__item_3:last-child {
    margin-bottom: 0 !important;
  }

  .block__subscription {
    margin-bottom: 30px;
  }

  .block__item_2 {
    margin-bottom: 20px;
  }

  .block__item_bg {
    padding: 30px 30px;
  }

  .block__item_2 {
    margin-bottom: 50px;
  }

  .history .block__img {
    order: 0;
  }

  .history .block__img_r {
    order: 2;
  }

  .svarnoe-soedinenie_sertificate .block__item_img {
    flex-wrap: unset;
  }

  .svarnoe-soedinenie_sertificate .block__img.block__img_r {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%;
    padding-top: 60px;
    padding-left: 30px;
  }

  .history .block__img,
  .history .block__content {
    padding-bottom: 80px;
  }

  .history .block__content,
  .history .block__img.block__img_r {
    padding-left: 35px;
  }

  .history .block__img {
    padding-right: 35px;
  }

  .zakaz-i-oplata_top .block__item_2 {
    margin-bottom: 70px !important;
    flex-basis: calc(100% - 30px);
  }

  .zakaz-i-oplata_top .block__item_2:nth-last-child(1) {
    margin-bottom: 0 !important;
  }

  .proizvodstvo .block__item .block__title, .sheet-quality .block__item .block__title {
    width: unset;
  }

  .swiper-scrollbar {
    background: #F5F5FB;
    border-radius: 2.5px;
    width: 280px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  .error__text {
    font-size: 36px;
    max-width: 600px;
  }

  .error__subtext {
    font-size: 24px;
    max-width: 650px;
  }

  .error__num {
    font-size: 144px;
  }

  .error-page .btn {
    margin-top: 50px;
  }

  .page-title {
    margin-bottom: 30px;
  }

  .page-title__h1 {
    font-size: 40px;
  }

  .block__item_cart:nth-last-child(3),
  .block__item_count {
    margin-bottom: 50px;
  }

  .block__item_img {
    flex-wrap: wrap;
  }

  .block__img.block__img_r {
    padding-left: 0px;
    padding-top: 25px;
    flex-basis: 100%;
    padding-bottom: 0;
  }

  .block__img {
    flex-basis: 100%;
    padding-bottom: 30px;
    padding-right: 0;
  }

  .services .block__img {
    order: 2;
    padding-bottom: 0;
    padding-top: 50px;
  }

  .services .block__content,
  .sklad .block__content {
    padding-left: 0px;
  }

  .sheet-grey .block__inner {
    margin: 0;
  }

  .sheet-grey .block__item_3 {
    flex-basis: 100%;
    max-width: 580px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 70px;
  }

  .sheet-grey .block__item_3:last-child {
    padding-bottom: 0;
  }

  .sheet-grey .block__item_3 .block__img {
    padding-top: 0;
    order: 0;
    padding-bottom: 0;
  }

  .sklad .block__title {
    font-size: 24px;
    padding-bottom: 10px;
  }

  .sklad .block__img {
    order: 2;
    padding-top: 50px !important;
    padding-bottom: 0;
  }

  .popup {
    max-width: 95vw;
  }

  .popup__title {
    font-size: 32px;
    margin-bottom: 40px;
  }
}

/*#700*/
@media screen and (max-width: 700px), (max-width: 850px) and (max-height: 500px) {
  .swiper-slide_video .block__video {
    flex-basis: 160px;
  }

  section {
    padding: 20px 0;
  }

  .btn {
    padding: 15px 30px;
    font-size: 16px;
  }

  .block__item_img .block__link {
    text-align: center;
    margin-top: 40px;
  }

  .block__content {
    max-width: 100%;
    overflow: auto;
  }

  .block__item_cart .block__title, .block__item_3 .block__title, .block__item_2 .block__title {
    display: block;
    font-size: 18px !important;
  }

  .block__item_2.block__item_bg-col .block__title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .block__item_cart .block__title {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .promyshlennoe-oborudovanie_zakaz .block__item-0 .block__img {
    flex-basis: unset;
  }

  .promyshlennoe-oborudovanie_zakaz .block__item-0 {
    margin-bottom: 40px;
  }

  .block__item_2,
  .block__item_3 {
    flex-basis: calc(100% - 30px);
    margin-bottom: 40px !important;
  }

  .block__item_3:nth-last-child(1) {
    margin-bottom: 0 !important;
  }

  .block__item_bg {
    padding: 30px 20px;
  }

  .block__item_cart:nth-last-child(2),
  .block__item_count {
    margin-bottom: 40px;
  }

  .block__widget {
    padding: 20px;
  }

  .block__social-item img {
    width: 40px;
  }

  .block__widget_file span {
    font-size: 14px;
  }

  .block__item_bg-col {
    margin-bottom: 40px !important;
    padding: 40px 20px;
  }

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

  .block__widget_social img {
    width: 45px;
    height: 45px;
  }

  .block__widget_social span {
    font-size: 14px;
  }

  .block__item_bg-col:last-child {
    margin-bottom: 0 !important;
  }

  .block__item_bg-col .block__title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .home-services .block__img {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .block__item_cart {
    margin-bottom: 40px;
  }

  .block__item_cart .block__contet {
    margin-bottom: 20px;
  }

  .history .block__inner {
    margin: 0;
    flex-direction: column;
  }

  .history .block__item_img {
    flex-direction: column;
    margin-right: 0;
    margin-left: 0;
    align-items: flex-end;
  }

  .history .block__item_img:nth-child(even) {
    align-items: flex-start;
  }

  .history .block__img {
    order: 2;
  }

  .history .block__img,
  .history .block__content {
    padding-bottom: 20px;
    width: 50%;
  }

  .history .block__img {
    min-height: 140px;
  }

  .history .block__img img {
    height: 100%;
    object-fit: cover;
  }

  .history .block__content,
  .history .block__img.block__img {
    padding-left: 20px;
    padding-right: 0;
  }

  .history .block__content.block__content_l,
  .history .block__img.block__img_r {
    padding-right: 20px;
    padding-left: 0;
  }

  .history .block__text-inner {
    font-size: 14px;
  }

  .history .block__content::before, .history .block__content.block__content_l::before {
    top: 0;
    content: url("/local/assets/img/svg/company-mobile.svg");
  }

  .history .block__content::before {
    right: calc(100% - 16px);
  }

  .history .block__content.block__content_l::before {
    right: -16px;
  }

  .history .block__img,
  .history .block__img.block__img_r {
    padding-top: 0;
  }

  .zakaz-i-oplata_top .block__item_2 {
    margin-bottom: 40px !important;
  }

  .svarnoe-soedinenie_sertificate .block__item_img {
    flex-wrap: wrap;
  }

  .svarnoe-soedinenie_sertificate .block__img.block__img_r {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    padding-top: 30px;
    padding-left: 0;
  }

  .processing-welding .block__item {
    margin-bottom: 30px;
  }

  .processing-welding .block__img.block__img_r,
  .processing-welding .block__img {
    padding-top: 30px;
  }

  .zakaz-i-oplata_top .block__img {
    flex-basis: auto;
    padding-bottom: 0px;
  }

  .block__title_num {
    font-size: 64px;
  }

  .sklad .block__title {
    font-size: 20px;
    padding-bottom: 10px;
  }

  .sklad .block__img {
    padding-top: 20px !important;
  }

  .sklad .block__item {
    margin-bottom: 20px;
  }

  .error-page {
    margin-top: 30px;
  }

  .error__text {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .error__subtext {
    font-size: 16px;
  }

  .error__num {
    font-size: 72px;
  }

  .error-page .btn {
    margin-top: 40px;
  }

  .popup {
    padding: 30px 20px;
  }

  .popup__title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .formgroup .label {
    font-size: 16px;
  }

  .popup__text {
    margin-top: 0 !important;
    font-size: 14px;
  }

  .formgroup-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .formgroup-flex .radio {
    margin-bottom: 20px;
  }

  .formgroup-flex .radio:last-child {
    margin-bottom: 0;
  }

  .popup__subtitle {
    font-size: 20px;
  }

  .block__title-section {
    margin-bottom: 0;
  }

  .formgroup textarea,
  .formgroup input[type='text'],
  .formgroup input[type='email'],
  .formgroup input[type='password'],
  .formgroup input[type='tel'] {
    padding: 13px 20px;
  }
}

@media screen and (max-width: 575px) {
  .page-title__h1 {
    font-size: 24px;
  }

  .container {
    padding: 0 15px;
  }

  .header__phone-select {
    margin-right: 6px;
    min-width: 68px;
    margin-left: -10px;
  }

  .header__phone {
    margin-right: 5px;
  }

  .header-top__inner .max-btn span {
    display: none;
  }

  .header-top__inner .header__phone-select.in .header__phone-select-options {
    min-width: 186px;
  }
  .header-top__inner .header__phone-select.in .header__phone-select-options a span {
    font-size: 16px;
  }
  .header-top__inner {
	justify-content: space-between;
}
  .top-top-messengers {
    float: right;

  }
  .top-top-messengers a {
    min-width: 35px;
    overflow: hidden;
  }
  .header-bottom {
    padding: 0px 0;
    height: 62px;
  }

  .header-bottom__inner {
    height: 62px;
  }

  .header-bottom__inner .language {
    margin-right: 0;
  }

  .header__logo {
    width: 120px;
  }

  .header__logo img {
    width: 100%;
    height: auto;
  }

  .dropdown-btn {
    width: 40px;
    height: 40px;
  }
  .header-top__inner .header__phone span {
  	max-width: 110px;
  	overflow: hidden;
    padding-left: 4px;
    font-size: 11px;
    text-align: center;
  }
  .header-top__inner .header__phone-select > span::before {
	width: 7px;
	height: 9px;
	background-size: contain;
	right: -1;
	top: 9px;

}
  .header-top__inner .header__phone a {
	font-size: 14px;
}
  .dropdown-btn span {
    left: 7px;
  }

  .dropdown-btn span:nth-child(1) {
    top: 10px;
  }

  .dropdown-btn span:nth-child(2),
  .dropdown-btn span:nth-child(3) {
    top: 19px;
  }

  .dropdown-btn span:nth-child(4) {
    top: 28px;
  }

  .slide-menu {
    width: 300px;
    top: 62px;
    height: calc(100vh - 62px);
  }

  .slide-menu__delivery {
    padding: 20px;
  }

  .slide-menu ul a {
    padding: 10px 20px;
  }

  .slide-menu__footer {
    padding: 20px;
  }

  section {
    padding: 20px 0;
  }

  body .swiper-button-prev,
  body .swiper-button-next {
    width: 40px;
    height: 40px;
  }

  body .swiper-button-prev:after,
  body .swiper-button-next:after {
    font-size: 16px;
  }

  body .swiper-button-prev {
    right: 50px;
    top: -35px;
  }

  body .swiper-button-next {
    top: -35px;
  }

  body .bg-section {
    padding: 40px 0;
  }

  body .product .block__title-section {
    padding-right: 110px;
  }

  body .block__item_cart {
    -webkit-flex-basis: calc(100% - 30px);
    flex-basis: calc(100% - 30px);
  }

  .footer__content {
    padding-bottom: 40px;
  }

  .footer__contact {
    width: 100%;
    margin-right: 0;
  }

  .footer__contact-list {
    margin-bottom: 30px;
  }

  .footer__tagline {
    margin-bottom: 20px;
  }

  .footer__navigation {
    width: 100%;
  }

  .footer__social {
    width: 100%;
  }

  .footer__social-btns {
    margin-bottom: 20px;
  }

  .footer__navigation-other {
    margin-top: 15px;
  }

  .footer__navigation-other .footer__list {
    display: block;
  }

  .footer__navigation-other .footer__list .footer__item {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .footer__navigation-other .footer__list .footer__item:last-child {
    margin-bottom: 0;
  }

  .footer-phone {
    font-size: 16px;
  }

  .footer-phone__city {
    display: inline;
  }

  .services .block__content.block__content_l,
  .sklad .block__content.block__content_l {
    padding-right: 0px;
    padding-left: 0px;
  }

  .sheet-grey .block__item_3 {
    max-width: unset;
    padding-bottom: 0;
  }

  .sheet-grey .block__item_3 .block__img {
    margin-bottom: 20px;
  }

  .sheet-grey .block__item_3 img {
    width: 60px;
    height: 60px;
  }
}

.banner__mouse img {
  animation-duration: 5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: scroll;
}

@keyframes scroll {
  0% {
    transform: translateY(0px);
  }

  33% {
    transform: translateY(-20px);
  }

  66% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(0px);
  }
}

/*BANNER*/
.banner {
  position: relative;
  color: #fff;
  padding: 100px 0;
}

.banner:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: -webkit-linear-gradient(bottom, rgba(51, 51, 51, 0.72), rgba(51, 51, 51, 0.72));
  background: linear-gradient(0deg, rgba(51, 51, 51, 0.72), rgba(51, 51, 51, 0.72));
}

.banner__preload {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background: url("/local/assets/img/preload-min.jpg") center/cover no-repeat;
  opacity: 1;
}

.banner__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner__media-item {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.banner__content {
  position: relative;
  z-index: 10;
}

.banner__title {
  font-family: "Montserrat-Bold";
  font-size: 48px;
  line-height: 1.2;
  color: #fff;
  max-width: 1100px;
  margin-bottom: 30px;
}

.banner__subtitle {
  font-size: 24px;
  line-height: 1.4;
  color: #fff;
  max-width: 875px;
}

.banner__subtitle a {
  color: #fff;
}

.banner__subtitle a:hover {
  color: #86BC24;
}

.banner__link {
  display: flex;
  padding-top: 60px;
}

.banner__link a:first-child {
  margin-right: 50px;
}

.banner.banner_big {
  padding-top: 140px;
  padding-bottom: 50px;
}

.banner_big .banner__title {
  font-size: 28px;
  width: 48%;
  padding: 20px 30px;
  border-radius: 20px 20px 0 0;
  border-bottom: 5px solid #86bc24cc;
  cursor: pointer;
}
.banner_big .banner__title.active {
  background: #86bc24cc;
}

.banner_big .banner__link {
  padding-top: 150px;
}

.banner_big .banner__subtitle {
  color: #86BC24;
}

.banner_big .banner__subscribe {
  margin-top: 100px;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.banner_big .banner__subscribe span {
  padding-left: 15px;
  font-size: 16px;
}

.banner__content-inner {
  position: relative;
}

.banner__mouse {
  position: absolute;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
  height: 210px;
  width: 1px;
  cursor: pointer;
}

.banner__mouse:after,
.banner__mouse:before {
  display: block;
  position: relative;
  left: 0;
  content: '';
  height: calc(105px - 17px);
  width: 2px;
  background: #86BC24;
}

.banner__mouse:after {
  top: 0;
}

.banner__mouse:before {
  bottom: 0;
}

.banner__mouse img {
  width: 24px;
  height: 34px;
  position: relative;
  top: 0;
  left: -11px;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .banner__mouse {
    display: none;
  }

  .banner {
    padding: 70px 0;
  }

  .banner__title {
    font-size: 40px;
  }

  .banner__subtitle {
    font-size: 20px;
  }

  .banner__link {
    padding-top: 50px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    max-width: 430px;
  }

  .banner__link a {
    width: 100%;
  }

  .banner__link a:first-child {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .banner__link a:nth-child(2) {
    font-size: 18px;
  }

  .banner.banner_big {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .banner_big .banner__title {
    font-size: 48px;
    margin-bottom: 25px;
  }

  .banner_big .banner__subtitle {
    font-size: 24px;
    max-width: 505px;
  }

  .banner_big .banner__link {
    padding-top: 80px;
    flex-direction: row;
    align-items: stretch;
    max-width: unset;
  }

  .banner_big .banner__link a:first-child {
    margin-bottom: 0;
    margin-right: 30px;
  }

  .banner_big .banner__link a:nth-child(2) {
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .banner {
    padding: 40px 0;
  }

  .banner__title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .banner__link {
    padding-top: 30px;
    width: 100%;
    max-width: 350px;
  }

  .banner__link a:first-child {
    margin-bottom: 20px;
  }

  .banner__link a:nth-child(2) {
    font-size: 16px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .banner.banner_big {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .banner_big .banner__title {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .banner_big .banner__subtitle {
    max-width: 255px;
  }

  .banner__subtitle, .banner_big .banner__subtitle {
    font-size: 16px;
  }

  .banner_big .banner__link {
    padding-top: 30px;
    flex-direction: column;
    align-items: stretch;
    max-width: 270px;
  }

  .banner_big .banner__subscribe {
    margin-top: 55px;
  }

  .banner_big .banner__link a:first-child {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .banner_big .banner__link a:nth-child(2) {
    font-size: 14px;
  }

  .banner_big .banner__subscribe img {
    width: 30px;
    height: 30px;
  }

  .banner_big .banner__subscribe span {
    font-size: 14px;
  }
}

#cookie_notification {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 90%;
  max-width: 645px;
  padding: 30px;
  background: #333333;
  box-shadow: 0px 5px 20px rgba(111, 132, 90, 0.12);
  border-radius: 10px;
  z-index: 2000;
  color: #ffffff;
  animation: cookieUp 1s ease-in-out;
}

#cookie_notification.show {
  display: flex;
}

@keyframes cookieUp {
  0% {
    bottom: -300px;
  }

  100% {
    bottom: 15px;
  }
}

#cookie_notification a {
  color: #86BC24;
  text-decoration: underline;
}

#cookie_notification p {
  font-size: 14px;
}

@media (max-width: 767px) {
  #cookie_notification {
    margin: 0 10px;
    padding: 20px;
    right: 0;
    width: calc(100% - 20px);
  }
}

.block-link a {
  display: inline-block;
  background-color: #f4f4f4;
  padding: 3px;
  margin: 3px 3px 3px 3px;
  text-decoration: none !important;
}
