html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

a {
  background-color: transparent;
}

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

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;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

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;
}

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  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;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  font-family: "Roboto", sans-serif;
  background: white;
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  color: rgb(58, 57, 55);
}

a {
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.5s !important;
}
a:hover {
  color: rgb(9, 140, 60);
}

.green {
  color: rgb(9, 140, 60);
}

.blue {
  color: rgb(16, 88, 164);
}

.container {
  padding: 0 15px;
  max-width: 1475px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px !important;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 720px !important;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 540px !important;
  }
}

.sec .container, .page .news .container {
  max-width: 1475px;
}

.container.sec {
  max-width: 1474px;
}

.d-flex, .q {
  display: flex;
}

.body-wrap {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

footer {
  margin-top: auto;
}

h1 {
  font-size: 70px;
  font-weight: 700;
  line-height: 64px;
  text-transform: uppercase;
  font-family: "Bebas Neue";
  margin: 0;
}

h2 {
  margin: 0;
  font-size: 70px;
  font-weight: 700;
  line-height: 64px;
  text-transform: uppercase;
  font-family: "Bebas Neue";
}

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

p {
  margin: 0;
}

.svg, rect, line, circle {
  transition: 0.5s ease;
}

a {
  transition: color 0.5s ease;
  box-sizing: border-box;
}

li a {
  transition: color 0.5s ease;
}

button {
  cursor: pointer;
  box-sizing: border-box;
}

textarea {
  transition: border 0.5s;
  box-sizing: border-box;
}
textarea:focus {
  transition: border 0.5s;
  outline: none;
  border: 1px solid rgb(9, 140, 60);
}

input {
  transition: 0.5s;
  box-sizing: border-box;
  border: 1px solid #fff;
}
input:disabled {
  pointer-events: none;
  opacity: 0.5;
}
input:focus {
  border: 1px solid rgb(9, 140, 60);
  transition: 0.5s;
}
input:focus-visible {
  outline: initial;
}

path, rect, .svg {
  transition: fill 0.5s, stroke 0.5s;
}

div {
  box-sizing: border-box;
}

.icon {
  transition: fill 0.5s, stroke 0.5s;
}

html * {
  scrollbar-width: thin;
  scrollbar-color: blue rgb(9, 140, 60);
}

.menu__scroll, .menu, .menu2, .popup-call__box, .arcticmodal-container_i, .arcticmodal-container_i2, .arcticmodal-container, .custom-select__body {
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}

*::-webkit-scrollbar,
html *::-webkit-scrollbar {
  height: 7px;
  width: 7px;
}

*::-webkit-scrollbar-track,
html *::-webkit-scrollbar-track {
  background: #E7E7E7;
  border-radius: 3px;
}

*::-webkit-scrollbar-thumb,
html *::-webkit-scrollbar-thumb {
  background-color: rgb(9, 140, 60);
  border-radius: 6px;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  width: max-content;
  height: auto;
  box-sizing: border-box;
  color: rgb(16, 88, 164);
  font-size: 14px;
  font-family: "TT Norms";
  font-weight: 700;
  line-height: 16.1px;
  text-transform: uppercase;
}
.btn:hover {
  color: rgb(9, 140, 60);
}
.btn:hover .svg circle {
  fill: rgb(9, 140, 60);
}
.btn .svg {
  margin-left: 18px;
}

.search {
  height: 81px;
  margin-right: 27px;
  margin-left: 22px;
}
.search .svg {
  width: 100%;
  height: 100%;
}
.search .svg:nth-child(2) {
  display: none;
}
.search.active .svg:first-child {
  display: none;
}
.search.active .svg:nth-child(2) {
  display: block;
}
.search rect {
  transition: 0.5s;
}
.search:hover rect {
  fill: rgb(9, 140, 60);
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.eot");
  src: url("../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype"), url("../fonts/Roboto-Medium.svg#Roboto-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/BebasNeueRegular.eot");
  src: url("../fonts/BebasNeueRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeueRegular.woff2") format("woff2"), url("../fonts/BebasNeueRegular.woff") format("woff"), url("../fonts/BebasNeueRegular.ttf") format("truetype"), url("../fonts/BebasNeueRegular.svg#BebasNeueRegular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms";
  src: url("../fonts/TTNorms-Bold.eot");
  src: url("../fonts/TTNorms-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/TTNorms-Bold.woff2") format("woff2"), url("../fonts/TTNorms-Bold.woff") format("woff"), url("../fonts/TTNorms-Bold.ttf") format("truetype"), url("../fonts/TTNorms-Bold.svg#TTNorms-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/BebasNeueBold.eot");
  src: url("../fonts/BebasNeueBold.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeueBold.woff2") format("woff2"), url("../fonts/BebasNeueBold.woff") format("woff"), url("../fonts/BebasNeueBold.ttf") format("truetype"), url("../fonts/BebasNeueBold.svg#BebasNeueBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms";
  src: url("../fonts/TTNorms-Medium.eot");
  src: url("../fonts/TTNorms-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/TTNorms-Medium.woff2") format("woff2"), url("../fonts/TTNorms-Medium.woff") format("woff"), url("../fonts/TTNorms-Medium.ttf") format("truetype"), url("../fonts/TTNorms-Medium.svg#TTNorms-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms";
  src: url("../fonts/TTNorms-Regular.eot");
  src: url("../fonts/TTNorms-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/TTNorms-Regular.woff2") format("woff2"), url("../fonts/TTNorms-Regular.woff") format("woff"), url("../fonts/TTNorms-Regular.ttf") format("truetype"), url("../fonts/TTNorms-Regular.svg#TTNorms-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
input::-webkit-input-placeholder {
  color: rgba(250, 250, 255, 0.6) !important;
}

input::-moz-placeholder {
  color: rgba(250, 250, 255, 0.6) !important;
}

input:-ms-input-placeholder {
  color: rgba(250, 250, 255, 0.6) !important;
}

input:-moz-placeholder {
  color: rgba(250, 250, 255, 0.6) !important;
}

.menu-btn, .menu {
  display: none;
}

.box-modal__close {
  z-index: 10;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  fill: white;
  z-index: 20;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
.box-modal__close:hover {
  transition: 0.5s;
  transform: rotate(90deg);
}

.box-modal {
  position: relative;
}

.popup-call__box {
  position: absolute;
  top: -22rem;
  left: 50%;
  height: auto;
  margin-left: -282px;
  overflow: hidden;
  height: max-content;
  transition: 0.5s all;
  height: auto;
  width: 564px;
  padding: 52px;
  box-sizing: border-box;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 8px;
  background: rgb(255, 255, 255);
}

.menu-btn, .menu {
  display: none;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  display: none;
}

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

.custom-checkbox + label {
  display: flex;
  align-items: center;
  user-select: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #494949;
  cursor: pointer;
}
.custom-checkbox + label:hover:before {
  border: 1px solid rgb(9, 140, 60);
}

.custom-checkbox + label::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  display: flex;
  flex-grow: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px;
  background: #FFFFFF;
  flex: 1 0 auto;
  transition: 0.2s;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
  background-color: #ffffff;
  max-width: 20px;
  margin-right: 11px;
}

.custom-checkbox:checked + label::before {
  background: url(../img/check2.png) no-repeat center center;
  background-size: 8px;
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  bottom: 19px;
  position: absolute;
  z-index: 2;
}

.swiper-pagination-bullet {
  width: 52px;
  height: 2px;
  background-color: #ffffff;
  opacity: 0.2;
}

.swiper-pagination-bullet-active {
  background-color: rgb(9, 140, 60) !important;
  opacity: 1;
}

.tabs__pane {
  display: none;
}

.tabs__pane_show {
  display: block;
}

.tabs__btn_active {
  color: #20252d !important;
  position: relative;
}

.swiper-button-next, .swiper-button-prev {
  z-index: 9;
}

.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.bread {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
.bread a {
  color: rgba(9, 9, 9, 0.4);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}
.bread a:after {
  content: "/";
  display: inline-block;
  color: rgba(9, 9, 9, 0.4) !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 10px;
}
.bread a:hover {
  color: rgb(9, 140, 60);
}
.bread p {
  color: rgba(9, 9, 9, 0.4);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}
.bread p:after {
  display: none;
}

.mob {
  display: none;
}

/* SELECT */
.selectCF {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  width: max-content;
  height: auto;
  background: transparent;
}

.selectCF li {
  list-style: none;
  cursor: pointer;
  perspective: 900px;
  -webkit-perspective: 900px;
  text-align: left;
  width: 100%;
  height: 100%;
  max-height: 100%;
  box-sizing: border-box;
}

.selectCF > li {
  position: relative;
  border: none;
}

.selectCF span {
  display: flex;
  height: auto;
  line-height: 100%;
  color: #888888;
  z-index: 1;
  align-items: center;
}

.selectCF .arrowCF {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  width: 7px;
  height: 5px;
  text-align: center;
  vertical-align: top;
  background: url(../img/down-arrow.png) no-repeat !important;
  position: absolute;
  right: -16px;
  top: 8px;
}

.selectCF .titleCF {
  font-size: 16px;
  font-weight: 400;
  text-overflow: ellipsis;
  color: #000000 !important;
  white-space: nowrap;
  width: max-content !important;
  height: max-content !important;
  box-sizing: border-box;
  background: transparent !important;
}

.selectCF .searchCF {
  position: absolute;
  top: 3px;
  right: 0;
  z-index: -1;
}

@keyframes searchActive {
  from {
    transform: rotateY(180deg);
  }
  to {
    transform: rotateY(0deg);
  }
}
@-moz-keyframes searchActive {
  from {
    transform: rotateY(180deg);
  }
  to {
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes searchActive {
  from {
    -webkit-transform: rotateY(180deg);
  }
  to {
    -webkit-transform: rotateY(0deg);
  }
}
.searchActive .searchCF {
  z-index: 1;
  animation: searchActive 0.3s alternate 1;
  -moz-animation: searchActive 0.3s alternate 1;
  -webkit-animation: searchActive 0.3s alternate 1;
}

.searchActive .titleCF {
  opacity: 0;
}

.selectCF .searchCF input {
  border: none !important;
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
  background: transparent;
}

.selectCF .searchCF input:active, .selectCF .searchCF input:focus {
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}

.selectCF li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 1px;
  width: 100%;
  background: grey;
  max-height: 255px;
  overflow-y: auto;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  z-index: 2;
  box-sizing: border-box;
  padding-bottom: 10px;
  border-top: none;
}

.selectCF li ul li {
  padding: 9px 0 9px 10px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-top: none;
  box-sizing: border-box;
  height: 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #FAFAFF;
}
.selectCF li ul li:last-child {
  border-radius: 0px 0px 5px 5px;
  padding-bottom: 10px;
}
.selectCF li ul li:hover {
  color: rgb(9, 140, 60);
}

.onCF .arrowCF {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

@-moz-keyframes effect1 {
  from {
    transform: translateY(15px);
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    opacity: s1;
  }
}
@-webkit-keyframes effect1 {
  from {
    -webkit-transform: translateY(15px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0px);
    opacity: 1;
  }
}
.onCF li ul {
  display: block;
  position: absolute;
  -moz-animation: effect1 0.3s alternate 1;
  -webkit-animation: effect1 0.3s alternate 1;
  left: -6.55px;
  top: 22px;
  border-radius: 0 0 4px 4px;
  width: 100%;
  min-width: max-content;
  padding-right: 10px;
}

ul.info li, #event-change {
  color: #FFF;
}

ul.info {
  padding: 0;
  display: none;
}

ul.info li {
  display: inline-block;
  border-radius: 5px;
  padding: 0 5px;
}

.accordeon, .accordeon2 {
  padding: 5px 0 30px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 26px;
  width: 100%;
}

.accordeon__item {
  width: 100%;
  list-style-type: none;
}

.accordeon__item:first-child .accordeon__button {
  margin-top: 0;
}

.accordeon__button, .accordeon__button2 {
  width: 100%;
  text-align: left;
  border: none;
  cursor: pointer;
  position: relative;
  transition: all 0.5s ease;
  font-size: 17px;
  font-weight: 700;
  color: #282828;
  display: flex;
  justify-content: space-between;
}

.accordeon__button:hover, .accordeon__button2:hover {
  color: rgb(9, 140, 60);
}

.accordeon__button:after, .accordeon__button2:after {
  content: "";
  position: absolute;
  right: 0px;
  background: url(img/down-arrow.png) no-repeat !important;
  width: 7px;
  left: inherit;
  height: 5px;
  top: 8px;
  bottom: inherit;
  transition: all 0.5s ease;
}

.accordeon__button.active:after, .accordeon__button2.active:after {
  content: "";
  position: absolute;
  right: 0px;
  background: url(img/down-arrow.png) no-repeat !important;
  width: 7px;
  left: inherit;
  height: 5px;
  bottom: 30%;
  transition: all 0.5s ease;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.accordeon__panel, .accordeon__panel2 {
  max-height: 0;
  overflow: hidden;
  margin-left: 0;
  transition: all 0.5s ease;
}

.panel__text, .panel__text2 {
  list-style-type: none;
  padding-top: 0px;
  max-width: 688px;
  margin-top: 30px;
}

.panel__info {
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 20px;
}
.panel__info:last-child {
  margin-bottom: 0;
}

.pag {
  display: none;
  width: max-content;
  justify-content: center;
  margin: 25px auto 0;
  position: relative;
  bottom: 0 !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
}
.pag .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background: rgb(230, 230, 230);
  opacity: 1;
  margin-right: 10px !important;
}
.pag .swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}

.nav-mob {
  display: none;
}
.nav__send {
  position: relative;
  left: 10px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: #11ab4d;
  line-height: 18px;
  text-transform: uppercase;
  margin: 3px auto 0;
  font-family: "TT Norms";
}
.nav__send .svg {
  position: relative;
  top: 2px;
  margin-left: 5px;
}
.nav__send:hover {
  color: white;
}
.nav__send:hover .svg path {
  fill: white;
}
.nav__box {
  align-items: center;
  box-sizing: border-box;
  border-radius: 0px 0px 20px 20px;
  background: #1d2023;
  padding: 0 28px;
  margin-bottom: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.nav__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0px;
  position: relative;
}
.nav__logo img {
  object-fit: contain;
  margin-right: 15px;
  width: 100%;
  height: auto;
}
.nav__logo:after {
  content: "";
  display: block;
  height: 81px;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: -25px;
  top: -20px;
}
.nav__list {
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
  height: 81px;
  top: 0px;
  left: 0px;
  margin-left: auto;
}
.nav__list li {
  margin: 0 2px;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.nav__list li:after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  bottom: -50px;
  cursor: pointer;
  left: 0;
  width: 100%;
  height: 50px;
  background: transparent;
}
.nav__list li a {
  width: 100%;
  padding: 0 10px;
  height: 100%;
  display: flex;
  width: max-content;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 700;
  line-height: 18.2px;
  text-transform: uppercase;
  align-items: center;
}
.nav__list li span {
  width: 100%;
  padding: 0 10px;
  cursor: pointer;
  height: 100%;
  display: flex;
  width: max-content;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 700;
  line-height: 18.2px;
  transition: 0.5s;
  text-transform: uppercase;
  align-items: center;
}
.nav__list li span .svg {
  margin-left: 8px;
}
.nav__list li span:hover {
  background: rgb(9, 140, 60);
  color: white;
}
.nav__list li span:hover .svg {
  transform: rotate(180deg);
}
.nav__list li span:hover .svg path {
  fill: white;
}
.nav__list li:hover a {
  background: rgb(9, 140, 60);
  color: white;
}
.nav__list li:hover a .svg {
  transform: rotate(180deg);
}
.nav__list li:hover a .svg path {
  fill: white;
}
.nav__list li ul {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  transition: 0.5s;
  width: 406px;
  top: 100%;
  left: 0;
  z-index: 5;
  box-sizing: border-box;
  border: 1px solid rgb(29, 32, 35);
  border-radius: 0px 0px 10px 10px;
  box-shadow: 4px 4px 40px 0px rgba(0, 0, 0, 0.1);
  background: rgb(255, 255, 255);
  padding: 15px 0;
}
.nav__list li ul li {
  width: 100%;
  height: 36px;
  margin: 0 !important;
}
.nav__list li ul li:after {
  display: none !important;
}
.nav__list li ul li:last-child {
  margin-bottom: 0;
}
.nav__list li ul li a {
  font-weight: 400;
  height: 100%;
  padding: 0 30px;
  display: flex;
  align-items: center;
  width: 100%;
  color: rgba(58, 57, 55, 0.7) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 18.2px;
  font-family: "TT Norms";
  text-transform: none !important;
  background: transparent !important;
  border: none !important;
}
.nav__list li ul li a:hover {
  background: rgb(9, 140, 60) !important;
  color: white !important;
}
.nav__list li:hover ul {
  opacity: 1;
  pointer-events: inherit;
}
.nav__list li.active a {
  background: rgb(9, 140, 60);
  color: white;
}
.nav__list li.active a .svg path {
  fill: white;
}
.nav__list li:first-child {
  margin-left: 0;
}
.nav__list li:last-child {
  margin-right: 0;
}
.nav__info {
  margin-left: 0px;
}
.nav__info a {
  display: block;
  width: max-content;
  text-align: center;
}
.nav__tel {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 auto 3px;
  position: relative;
  left: 8px;
}
.nav__tel:hover {
  color: rgb(9, 140, 60);
}
.nav__mail {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 700;
  line-height: 18.2px;
  text-transform: uppercase;
}
.nav__mail:hover {
  color: rgb(9, 140, 60);
}

.header__wrap {
  position: relative;
  overflow: hidden;
  padding: 83px 48px;
  border-radius: 50px;
}
.header__pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}
.header__content {
  padding: 46px 48px;
  border-radius: 45px;
  box-shadow: 4px 4px 40px 0px rgba(0, 0, 0, 0.1);
  background: rgb(255, 255, 255);
  max-width: 61%;
  width: 100%;
}
.header__content h1 {
  margin-bottom: 3px;
}
.header__text {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 43px;
  font-family: "Roboto";
}
.header__row {
  flex-wrap: wrap;
  justify-content: space-between;
}
.header__item {
  margin-bottom: 34px;
  align-items: center;
  width: 50%;
}
.header__item img {
  width: 70px;
}
.header__item:nth-child(n+3) {
  margin-bottom: 0;
}
.header__item p {
  margin-left: 28px;
  color: rgb(137, 136, 135);
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.main {
  padding: 150px 0 98px;
}
.main__wrap {
  position: relative;
  overflow: hidden;
  padding: 50px 46px;
  border-radius: 50px;
  box-shadow: 4px 4px 40px 0px rgba(0, 0, 0, 0.1);
  background: rgb(255, 255, 255);
}
.main__row {
  justify-content: space-between;
  flex-wrap: wrap;
}
.main__pic {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -419px;
  width: 790px;
}
.main__item {
  align-items: center;
  width: 50%;
  margin-bottom: 156px;
}
.main__item img {
  width: 107px;
}
.main__item p {
  margin-left: 26px;
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  color: rgb(156, 156, 155);
  text-transform: uppercase;
  font-family: "Bebas Neue";
}
.main__item p span {
  color: rgb(58, 57, 55);
  display: block;
}
.main__item:nth-child(n+3) {
  margin-bottom: 0;
}
.main__item:nth-child(2n) {
  text-align: right;
  justify-content: flex-end;
}
.main__item:nth-child(2n) img {
  order: 2;
}
.main__item:nth-child(2n) p {
  margin-left: 0;
  margin-right: 26px;
}

.news {
  padding: 109px 0 121px;
}
.news__top {
  position: relative;
  align-items: center;
  margin-bottom: 80px;
  padding-left: 28px;
  justify-content: space-between;
}
.news__top .btn {
  margin-left: 52px;
}
.news__top h2 {
  position: relative;
  left: -54px;
}
.news__sub {
  position: absolute;
  top: 11px;
  left: 50%;
  margin-left: -397px;
  font-size: 282px;
  font-family: "Bebas Neue";
  font-weight: 700;
  line-height: 100px;
  text-align: center;
  text-transform: uppercase;
  color: transparent;
  z-index: -1;
  white-space: nowrap;
  -webkit-text-stroke: 2px rgba(0, 0, 0, 0.1);
}
.news .swiper1 {
  margin-top: -27px;
  overflow: hidden;
  padding: 30px;
}
.news .swiper1 .swiper-slide {
  transition: 0.5s;
  opacity: 0;
}
.news .swiper1 .swiper-slide a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.1);
  background: rgb(255, 255, 255);
  border: 2px solid white;
  padding: 30px;
}
.news .swiper1 .swiper-slide a img {
  width: 100%;
  object-fit: cover;
  overflow: hidden;
  height: 307px;
  border-radius: 30px;
  margin-bottom: 21px;
}
.news .swiper1 .swiper-slide a span {
  display: block;
  color: rgb(9, 140, 60);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.news .swiper1 .swiper-slide a h3 {
  margin-top: 0;
  margin-bottom: 10px;
  transition: 0.5s;
  color: rgb(58, 57, 55);
  font-size: 29px;
  font-weight: 700;
  font-family: "TT Norms";
  line-height: 35px;
  text-transform: uppercase;
}
.news .swiper1 .swiper-slide a p {
  color: rgba(58, 57, 55, 0.6);
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
}
.news .swiper1 .swiper-slide a:hover {
  border: 2px solid rgb(9, 140, 60);
}
.news .swiper1 .swiper-slide a:hover h3 {
  color: rgb(9, 140, 60);
}
.news .swiper1 .swiper-slide-active {
  opacity: 1;
}
.news .swiper1 .swiper-slide-active + div, .news .swiper1 .swiper-slide-active + div + div {
  opacity: 1;
}

.arrows {
  position: relative;
}
.arrows div {
  position: relative;
  width: 47px;
  height: 47px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  background: rgb(9, 140, 60);
  border-radius: 50%;
  transition: 0.5s;
}
.arrows div:first-child {
  margin-right: 20px;
}
.arrows div:hover {
  background: rgb(16, 88, 164);
}

.footer {
  padding: 53px 0 50px;
  background: rgb(29, 32, 35);
}
.footer__title {
  color: rgb(255, 255, 255);
  font-size: 206.95px;
  font-family: "Bebas Neue";
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 29px;
}
.footer__row {
  justify-content: space-between;
  padding: 46px 38px 53px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer__item {
  margin-right: 100px;
}
.footer__item p {
  margin-bottom: 27px;
  color: rgb(255, 255, 255);
  font-size: 44.29px;
  font-weight: 700;
  line-height: 44.29px;
  font-family: "Bebas Neue";
  text-transform: uppercase;
}
.footer__item ul li {
  margin-bottom: 15px;
}
.footer__item ul li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 500;
  line-height: 18.2px;
  font-family: "TT Norms";
}
.footer__item ul li:last-child {
  margin-bottom: 0;
}
.footer__item ul li:hover a {
  color: rgb(9, 140, 60);
}
.footer__el {
  margin-bottom: 29px;
}
.footer__el span {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer__el a, .footer__el p {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: right;
  display: block;
  text-transform: uppercase;
}
.footer__el a:hover {
  color: rgb(9, 140, 60);
}
.footer__el:last-child {
  margin-bottom: 0;
}
.footer__bottom {
  padding: 40px 38px 0;
  align-items: center;
}
.footer__text {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  text-transform: uppercase;
  margin-right: 50px;
}
.footer__policy {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  text-transform: uppercase;
}
.footer__policy:hover {
  color: rgb(9, 140, 60);
}
.footer__com {
  align-items: center;
  margin-left: auto;
}
.footer__com p {
  margin-right: 20px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
}

.page .news.sec .btn {
  font-family: "Roboto", sans-serif;
  margin: 25px 0 0 30px;
}
.page .news.sec .btn .svg {
  margin-left: 31px;
}
.page .news.sec h2 {
  left: -52px;
  top: 10px;
}
.page .news.sec .arrows {
  top: 13px;
  right: 30px;
}
.page .news__top h2 {
  left: 0;
}
.page .news .btn {
  justify-content: center;
  margin: 25px auto 0;
}
.page .news__top {
  margin-bottom: 115px;
}
.page .nav__box {
  margin-bottom: 46px;
}
.page .news .swiper1 .swiper-slide a {
  box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.1);
}
.page .news .swiper2 .swiper-slide {
  opacity: 1;
}

.about h1 {
  margin-bottom: 57px;
}
.about__pic {
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
  height: 370px;
  margin-bottom: 50px;
}
.about__text {
  margin-bottom: 50px;
}
.about__text p {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: rgba(58, 57, 55, 0.6);
  margin-bottom: 24px;
}
.about__text p:last-child {
  margin-bottom: 0;
}
.about__block {
  width: 100%;
  overflow: hidden;
  padding: 80px 45px;
  border-radius: 50px;
  background: rgb(222, 228, 239);
  margin-bottom: 50px;
}
.about__block p {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: rgba(9, 9, 9, 0.6);
  margin-bottom: 20px;
}
.about__block p:last-child {
  margin-bottom: 0;
}
.about__images {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.about__images img {
  width: 32%;
  overflow: hidden;
  object-fit: cover;
  border-radius: 30px;
  height: 400px;
  margin-bottom: 20px;
}

.news-page {
  padding-bottom: 150px;
}
.news-page__row {
  justify-content: flex-start;
  flex-wrap: wrap;
}
.news-page__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  width: 31.9%;
  height: auto;
  border-radius: 30px;
  box-shadow: 4px 4px 40px 0px rgba(0, 0, 0, 0.1);
  background: rgb(255, 255, 255);
  border: 2px solid transparent;
  padding: 30px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.news-page__item img {
  width: 100%;
  object-fit: contain;
  height: 213px;
  border-radius: 30px;
  margin-bottom: 30px;
}
.news-page__item span {
  display: block;
  color: rgb(9, 140, 60);
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 17px;
}
.news-page__item h3 {
  margin-top: 0;
  margin-bottom: 17px;
  transition: 0.5s;
  color: rgb(58, 57, 55);
  font-size: 23px;
  font-weight: 700;
  font-family: "TT Norms";
  line-height: 35px;
  text-transform: uppercase;
}
.news-page__item p {
  color: rgba(58, 57, 55, 0.6);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.news-page__item:hover {
  border: 2px solid rgb(9, 140, 60);
}
.news-page__item:hover h3 {
  color: rgb(9, 140, 60);
}
.news-page__item:nth-child(3n) {
  margin-right: 0;
}
.news-page__link {
  margin: 40px auto 0;
  font-family: "TT Norms";
  color: rgb(9, 140, 60);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  line-height: 110%;
  border-bottom: 1px solid rgb(9, 140, 60);
  width: max-content;
}
.news-page__link:hover {
  color: rgb(16, 88, 164);
  border-bottom: 1px solid rgb(16, 88, 164);
}
.news-page__data {
  color: rgb(9, 140, 60);
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 30px;
}

.news-item {
  padding-bottom: 90px;
}

.quality {
  padding-bottom: 120px;
}
.quality__row {
  justify-content: space-between;
  flex-wrap: wrap;
}
.quality__row a {
  width: 49%;
  padding: 27px 20px 27px 30px;
  border-radius: 30px;
  box-shadow: 4px 4px 40px 0px rgba(0, 0, 0, 0.1);
  background: rgb(255, 255, 255);
  border: 2px solid transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.quality__row a:hover {
  border: 2px solid rgb(9, 140, 60);
}
.quality__row a:hover span {
  color: rgb(9, 140, 60);
}
.quality__row div {
  width: 100%;
  max-width: 74%;
}
.quality__row div span {
  display: block;
  transition: 0.5s;
  color: rgb(58, 57, 55);
  font-family: "TT Norms";
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.quality__row div p {
  color: rgba(58, 57, 55, 0.6);
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.quality__row img {
  width: 80px;
}

.contacts__row {
  justify-content: space-between;
  border-radius: 30px;
  box-shadow: 4px 4px 40px 0px rgba(0, 0, 0, 0.1);
  background: rgb(255, 255, 255);
  padding: 50px 40px;
  margin-bottom: 20px;
}
.contacts__item span {
  display: block;
  color: rgb(9, 140, 60);
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.contacts__item a, .contacts__item p {
  color: rgb(58, 57, 55);
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}
.contacts__item a:hover {
  color: rgb(9, 140, 60);
}

#map {
  width: 100%;
  overflow: hidden;
  height: 447px;
  border-radius: 30px;
}

.items__title {
  margin-bottom: 30px;
  color: rgb(9, 140, 60);
  font-size: 40px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}

.shipment__row {
  justify-content: space-between;
  flex-wrap: wrap;
}
.shipment__row table {
  width: 46.3%;
  border-collapse: collapse;
  margin-bottom: 50px;
}
.shipment__row table thead td {
  background: rgb(9, 140, 60);
  color: rgb(255, 255, 255);
  font-size: 17px;
  font-weight: 700;
  line-height: 35px;
  font-family: "TT Norms";
  text-transform: uppercase;
}
.shipment__row table thead td:first-child {
  padding-left: 20px;
  border-radius: 10px 0 0 10px;
}
.shipment__row table thead td:last-child {
  border-radius: 0px 10px 10px 0px;
}
.shipment__row table tbody td {
  height: 42px;
  background: white;
  color: rgb(58, 57, 55);
  font-size: 17px;
  font-weight: 400;
  line-height: 35px;
  font-family: "TT Norms";
}
.shipment__row table tbody td:first-child {
  padding-left: 20px;
}
.shipment__row table tbody tr:nth-child(2n) td {
  background: rgb(223, 238, 226);
}
.shipment__row table:nth-child(2) thead td, .shipment__row table:nth-child(3) thead td, .shipment__row table:nth-child(6) thead td {
  background: rgb(16, 88, 164);
}
.shipment__row table:nth-child(2) tbody tr:nth-child(2n) td, .shipment__row table:nth-child(3) tbody tr:nth-child(2n) td, .shipment__row table:nth-child(6) tbody tr:nth-child(2n) td {
  background: rgb(222, 228, 239);
}
.shipment__title {
  margin-bottom: 30px;
  color: rgb(58, 57, 55);
  font-size: 30px;
  font-family: "TT Norms";
  font-weight: 700;
  line-height: 35px;
  text-transform: uppercase;
}

.gallery__item {
  position: relative;
  margin-bottom: 50px;
}
.gallery__item:last-child {
  margin-bottom: 0;
}
.gallery__item .swip {
  overflow: hidden;
}
.gallery__item .swip .swiper-slide {
  overflow: hidden;
  height: 350px;
  border-radius: 30px;
}
.gallery__item .swip .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery__item .pag {
  display: flex;
}
.gallery__item .pag .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: rgba(9, 140, 60, 0.15);
}
.gallery__item .arrows {
  position: initial;
}
.gallery__item .arrows div {
  top: 50%;
  width: 70px;
  height: 70px;
  z-index: 5;
  margin-top: -20px;
}
.gallery__item .arrows div .svg {
  position: relative;
  z-index: 5;
}
.gallery__item .arrows div:first-child {
  position: absolute;
  left: -34px;
}
.gallery__item .arrows div:nth-child(2) {
  position: absolute;
  right: -34px;
}
.gallery__item .arrows div:hover .svg .pp {
  fill: rgb(16, 88, 164);
}

.product {
  padding-bottom: 20px;
}
.product .room3__slider {
  width: 100%;
  max-width: 665px;
}
.product .room3__slider .mySwiper5 {
  width: 100%;
  overflow: hidden;
  height: 400px;
  border-radius: 30px;
}
.product .room3__slider .mySwiper5 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product .room3__slider .mySwiper6 {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  margin: 20px 0 0;
  height: 88px;
}
.product .room3__slider .mySwiper6 .swiper-slide {
  height: 100%;
  cursor: pointer;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.product .room3__slider .mySwiper6 .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}
.product .room3__slider .mySwiper6 .swiper-slide:after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.product .room3__slider .mySwiper6 .swiper-slide:hover:after {
  opacity: 0;
}
.product .room3__slider .mySwiper6 .swiper-slide-thumb-active:before {
  z-index: 3;
  opacity: 1 !important;
}
.product .room3__slider .mySwiper6 .swiper-slide-thumb-active:after {
  background: rgba(0, 0, 0, 0);
  opacity: 1 !important;
}
.product b {
  font-size: 25px;
  font-weight: 700;
  text-align: LEFT;
  color: #3a3937;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 40px;
  display: block;
}
.product h2 {
  margin-top: 0;
  margin-bottom: 37px;
  color: rgb(58, 57, 55);
  font-size: 25px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 35px;
  text-transform: uppercase;
}
.product__back {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  color: #3a3937;
  line-height: 24px;
  margin-bottom: 15px;
}
.product__back .svg {
  margin-right: 10px;
}
.product__back:hover {
  color: #1058A4;
}
.product__back:hover .svg circle {
  fill: #1058A4;
}
.product .about__text p {
  font-size: 18px;
}
.product .about__text ul {
  padding-left: 14px;
}
.product .about__text ul li {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  color: rgba(58, 57, 55, 0.6);
}
.product .about__text ul li:before {
  content: "";
  display: inline-flex;
  flex: 1 0 auto;
  width: 5px;
  height: 5px;
  max-width: 5px;
  border-radius: 50%;
  margin-right: 12px;
  position: relative;
  top: 10px;
  background: rgba(9, 9, 9, 0.6);
}
.product__wrap {
  border-radius: 50px;
  margin-bottom: 50px;
  box-shadow: 4px 4px 40px 0px rgba(0, 0, 0, 0.1);
  background: rgb(255, 255, 255);
  padding: 58px 50px;
}
.product__wrap span {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: rgb(9, 140, 60);
  margin-bottom: 20px;
}
.product__wrap p {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 3px;
  display: flex;
  align-items: flex-start;
  color: rgba(9, 9, 9, 0.6);
}
.product__wrap_2 {
  background: transparent;
  padding: 0;
  box-shadow: none;
}
.product__wrap_3 {
  background: rgb(222, 228, 239);
}
.product__wrap_3 p {
  margin-bottom: 30px;
}
.product__wrap_3 p:last-child {
  margin-bottom: 0;
}
.product__flex {
  align-items: center;
  margin-bottom: 50px;
  justify-content: space-between;
}
.product__flex img {
  border-radius: 30px;
  box-shadow: 4px 4px 40px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 100%;
  max-width: 47%;
  object-fit: contain;
}
.product__flex div {
  width: 100%;
  max-width: 46%;
}
.product__flex div p {
  color: rgba(9, 9, 9, 0.6);
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 20px;
}
.product__flex div p:last-child {
  margin-bottom: 0;
}
.product__top {
  margin-bottom: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.product__btn {
  width: 100%;
  height: 52px;
  background: #098c3c;
  border-radius: 7px;
  padding: 0 12px;
  justify-content: space-between;
  color: white;
}
.product__btn .svg {
  height: 35px;
}
.product__btn .svg circle {
  fill: white;
}
.product__btn .svg path {
  fill: #098c3c;
}
.product__btn:hover {
  background: #1058a4;
  color: white;
}
.product__btn:hover .svg circle {
  fill: white;
}
.product__btn:hover .svg path {
  fill: #1058a4;
}
.product__content {
  margin-left: 80px;
  width: 100%;
  max-width: 605px;
}
.product__content h1 {
  font-size: 70px;
  font-weight: 700;
  color: #3a3937;
  line-height: 65px;
  margin-bottom: 8px;
}
.product__content h1 span {
  display: block;
  color: #1058A4;
}
.product__content div p {
  font-size: 18px;
  margin-bottom: 6px;
  font-weight: 400;
  color: rgba(58, 57, 55, 0.6);
  line-height: 24px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dee2e6;
  display: flex;
  justify-content: space-between;
}
.product__content div p span {
  color: rgb(58, 57, 55);
}
.product__content div p:last-of-type {
  margin-bottom: 19px;
  border: none;
}
.product__sub {
  font-size: 18px;
  font-weight: 400;
  color: #3A3937;
  line-height: 24px;
  margin-top: 10px;
}
.product__sub span {
  color: rgb(9, 140, 60);
}
.product__links a {
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  color: #098C3C;
}
.product__links a:hover {
  color: #1058A4;
}
.product__tech {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}
.product__tech div {
  display: flex;
  width: 25%;
  flex-direction: column;
  text-align: center;
  align-items: center;
  height: 177px;
  border: 1px solid #dee2e6;
  padding: 70px 40px 22px;
}
.product__tech div img {
  object-fit: contain;
  max-width: 100%;
  max-height: 50px;
}
.product__tech div p {
  margin-top: auto;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  color: rgba(58, 57, 55, 0.6);
  line-height: 24px;
}

.error__box {
  width: 100%;
  max-width: 973px;
  margin: 150px auto;
}
.error__box p {
  margin: 60px 0;
  color: rgba(58, 57, 55, 0.6);
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}
.error__box a {
  margin: 0 auto;
}

.policy__item {
  margin-bottom: 50px;
}
.policy__item:last-child {
  margin-bottom: 0;
}
.policy__item span {
  display: block;
  font-size: 30px;
  font-weight: 500;
  color: rgb(58, 57, 55);
  margin-bottom: 20px;
  line-height: 100%;
}
.policy__item p {
  color: rgba(58, 57, 55, 0.6);
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}

.hit {
  padding-bottom: 52px;
}
.hit .news__top {
  margin-bottom: 100px;
}
.hit .news__sub {
  margin-left: -660px;
  top: 13px;
}
.hit .swiper2 {
  padding: 30px;
  overflow: hidden;
}
.hit .swiper2 .swiper-slide {
  padding: 22px;
  width: 325px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #ffffff;
  border-radius: 22px;
  box-shadow: 2.98px 2.98px 29.83px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: 0.5s;
  border: 1px solid white;
}
.hit .swiper2 .swiper-slide:hover {
  border: 1px solid rgb(9, 140, 60);
}
.hit .swiper2 .swiper-slide img {
  width: 100%;
  height: 229px;
  border-radius: 22px;
  margin-bottom: 22px;
  overflow: hidden;
  object-fit: cover;
}
.hit .swiper2 .swiper-slide h3 {
  font-size: 25px;
  font-weight: 700;
  color: #3a3937;
  line-height: 26px;
  margin-bottom: 9px;
  margin-top: 0;
}
.hit .swiper2 .swiper-slide p {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 400;
  color: rgba(58, 57, 55, 0.6);
  line-height: 18px;
}
.hit .swiper2 .swiper-slide p span {
  color: rgb(58, 57, 55);
}
.hit .swiper2 .swiper-slide p:last-of-type {
  margin-bottom: 20px;
}
.hit .swiper2 .swiper-slide a {
  width: 100%;
  height: 52px;
  background: rgba(16, 88, 164, 0.1);
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 9px 0 14px;
  font-size: 14px;
  font-weight: 700;
  color: #1058a4;
  line-height: 12px;
  text-transform: uppercase;
}
.hit .swiper2 .swiper-slide a .svg {
  width: 35px;
}
.hit .swiper2 .swiper-slide a:first-of-type {
  margin-top: auto;
}
.hit .swiper2 .swiper-slide a:last-of-type {
  background: #098c3c;
  margin-top: 10px;
  color: white;
}
.hit .swiper2 .swiper-slide a:last-of-type .svg circle {
  fill: white;
}
.hit .swiper2 .swiper-slide a:last-of-type .svg path {
  fill: rgb(9, 140, 60);
}
.hit .swiper2 .swiper-slide a:hover {
  background: rgb(16, 88, 164);
  color: white;
}
.hit .swiper2 .swiper-slide a:hover .svg circle {
  fill: white;
}
.hit .swiper2 .swiper-slide a:hover .svg path {
  fill: rgb(16, 88, 164);
}
.hit__image {
  margin-top: 0 !important;
  height: auto !important;
  background: transparent !important;
  padding: 0 !important;
}

.page2 .nav .container {
  padding: 0;
}
.page2 .nav__box {
  background: #1d2023;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.page2 .sec .container {
  max-width: 1382px;
}
.page2 .news__top {
  margin-bottom: 60px;
}

.catalog__box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.range_container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.sliders_control {
  position: relative;
  min-height: auto;
}

.form_control {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  color: #635a5a;
  margin-top: 30px;
}
.form_control span {
  display: flex;
  align-items: center;
}
.form_control input[type=number] {
  color: #1b1b1b;
  width: auto;
  height: auto;
  font-size: 14px;
  border: none;
  background: transparent;
  position: absolute;
  top: 7px;
  right: 3px;
  left: inherit;
}
.form_control_container {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  width: 273px;
  height: 31px;
  border-radius: 5px;
  background-color: #f3f3f3;
  justify-content: flex-start;
  padding-left: 14px;
}
.form_control_container__time {
  color: #a8a8a8;
  font-size: 14px;
  margin-right: 16px;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 28px;
  height: 28px;
  background: url(../img/range.svg) no-repeat center 0px !important;
  background-color: #1058a4;
  cursor: pointer;
  border-radius: 50%;
  border: none;
  top: 0px;
  z-index: 20 !important;
  position: relative;
  background-size: 100% !important;
}

input[type=range]:nth-child(2)::-webkit-slider-thumb {
  background: url(../img/range.svg) no-repeat center 0px !important;
  background-color: #1058a4;
  position: relative;
  top: 0px;
  height: 28px;
  z-index: 20 !important;
  width: 28px;
  border-radius: 50%;
}

.catalog__el_blue input[type=range]::-webkit-slider-thumb {
  background: url(../img/range.svg) no-repeat center 0px !important;
}

input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 22px;
  z-index: 20 !important;
  height: 22px;
  border-radius: 50%;
  background: url(../img/range.svg) no-repeat center 0px !important;
  background-color: #1058a4;
  cursor: pointer;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  opacity: 0;
}

input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  height: 4px;
  width: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  background-color: #E0E5EB;
  pointer-events: none;
  border: none;
  top: inherit;
  z-index: 2 !important;
  bottom: -81px;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
}
input[type=range]:hover, input[type=range]:focus {
  border: none !important;
}

#fromSlider, #fromSlider2, #fromSlider3, #fromSlider4 {
  height: 0;
  z-index: 1;
}

#event-change {
  padding: 20px 0;
  position: absolute;
  color: transparent;
  z-index: -1;
  opacity: 0;
}

.catalog {
  padding-bottom: 150px;
}
.catalog__item {
  position: relative;
  margin-bottom: 70px;
  width: 100%;
  height: 555px;
  align-items: flex-start;
  padding: 20px;
}
.catalog__item:nth-child(2n) {
  background: rgb(248, 248, 248);
}
.catalog__item:nth-child(2n) .catalog__right {
  order: 1;
}
.catalog__item:nth-child(2n) .catalog__left {
  order: 2;
  margin-right: 0;
  margin-left: 20px;
}
.catalog__text {
  width: 100%;
  max-width: 631px;
}
.catalog__text p {
  color: rgb(16, 25, 32);
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 20px;
}
.catalog__name {
  font-size: 24px;
  font-weight: 700;
  color: #3a3937;
  line-height: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.catalog .form_control {
  margin-top: 0;
}
.catalog .form_control input[type=number] {
  width: auto;
  height: 22px;
  font-size: 18px;
  font-weight: 500;
  color: #272727;
  line-height: 31px;
  border: none;
  background: transparent;
  position: absolute;
  top: 50%;
  z-index: 5;
  right: inherit;
  margin-top: -9px;
  left: 18px;
}
.catalog .form_control input[type=number]:focus {
  border: none;
}
.catalog .range_container_sum .form_control input[type=number] {
  left: 39px;
}
.catalog .form_control_container__rub {
  font-size: 18px;
  font-weight: 500;
  color: #272727;
  line-height: 31px;
  margin-right: 34px;
  margin-left: auto;
  position: relative;
  top: 1px;
}
.catalog .form_control_container {
  width: 47.5%;
  height: 51px;
  background: #ffffff;
  border: 1px solid #d5d5d5;
  border-radius: 10px;
  z-index: -1;
  padding-left: 15px;
  box-sizing: border-box;
}
.catalog__el {
  margin-bottom: 82px;
}
.catalog__el_type {
  margin-bottom: 40px;
}
.catalog__el_type .custom-checkbox + label {
  opacity: 0.6;
  font-size: 18px;
  font-weight: 400;
  color: #272727;
  line-height: 27px;
}
.catalog__el_type .custom-checkbox + label:hover {
  color: rgb(9, 140, 60);
}
.catalog__el_type .custom-checkbox + label::before {
  width: 31px;
  max-width: 31px;
  transition: 0s;
  height: 31px;
  box-sizing: border-box;
  border-radius: 50%;
  margin-right: 25px;
  border: 2px solid #d9d9d9;
}
.catalog__el_type .custom-checkbox:checked + label::before {
  background: url(../img/check2.svg) no-repeat 50% 50%;
  background-color: rgb(9, 140, 60);
  border: 2px solid rgb(9, 140, 60);
  background-size: 15px;
}
.catalog__el_type .custom-checkbox:checked + label {
  color: rgb(22, 23, 23);
  font-weight: 500;
}
.catalog__el_type .calc__item {
  margin-bottom: 10px;
}
.catalog__el_type .calc__item:last-child {
  margin-bottom: 0;
}
.catalog__info {
  flex: 1 0 auto;
  width: 100%;
  max-width: 285px;
  margin-right: 50px;
}
.catalog__info h2 {
  display: none;
  font-size: 35px;
  line-height: 100%;
}
.catalog__title {
  color: rgb(16, 25, 32);
  font-size: 35px;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.catalog__btn {
  width: 275px;
  height: 52px;
  background: #1058a4;
  border-radius: 10px;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  line-height: 14px;
}
.catalog__btn .svg {
  margin-left: 16px;
}
.catalog__btn:hover {
  background: rgb(9, 140, 60);
  color: white;
}
.catalog__btn_block {
  width: 295px;
  height: 71px;
  border-radius: 17px;
  background: white;
  display: flex;
  position: fixed;
  top: 37%;
  left: 31%;
  align-items: center;
  justify-content: center;
}
.catalog__remove {
  display: flex;
  width: 285px;
  height: 50px;
  background: #af0709;
  border-radius: 10px;
  color: white;
  margin-bottom: 35px;
}
.catalog__remove .svg {
  margin-left: 10px;
}
.catalog__remove:hover {
  background: rgb(9, 140, 60);
  color: white;
}
.catalog__sum {
  color: rgb(9, 140, 60);
  font-size: 25px;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.catalog__sum span {
  color: rgba(16, 25, 32, 0.2);
  font-size: 25px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: line-through;
  text-transform: uppercase;
  margin-left: 20px;
}
.catalog .swiper2 {
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 50px 20px;
}
.catalog .swiper2 .swiper-slide {
  padding: 22px;
  width: 310px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #ffffff;
  border-radius: 22px;
  box-shadow: 2.98px 2.98px 29.83px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: 0.5s;
  border: 1px solid white;
}
.catalog .swiper2 .swiper-slide:hover {
  border: 1px solid rgb(9, 140, 60);
}
.catalog .swiper2 .swiper-slide img {
  width: 100%;
  height: 229px;
  border-radius: 22px;
  margin-bottom: 22px;
  overflow: hidden;
  object-fit: cover;
}
.catalog .swiper2 .swiper-slide h3 {
  font-size: 25px;
  font-weight: 700;
  color: #3a3937;
  line-height: 26px;
  margin-bottom: 9px;
  margin-top: 0;
}
.catalog .swiper2 .swiper-slide p {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 400;
  color: rgba(58, 57, 55, 0.6);
  line-height: 18px;
}
.catalog .swiper2 .swiper-slide p span {
  color: rgb(58, 57, 55);
}
.catalog .swiper2 .swiper-slide p:last-of-type {
  margin-bottom: 20px;
}
.catalog .swiper2 .swiper-slide a {
  width: 100%;
  height: 52px;
  background: rgba(16, 88, 164, 0.1);
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 9px 0 14px;
  font-size: 14px;
  font-weight: 700;
  color: #1058a4;
  line-height: 12px;
  text-transform: uppercase;
}
.catalog .swiper2 .swiper-slide a .svg {
  width: 35px;
}
.catalog .swiper2 .swiper-slide a:first-of-type {
  margin-top: auto;
}
.catalog .swiper2 .swiper-slide a:last-of-type {
  background: #098c3c;
  margin-top: 10px;
  color: white;
}
.catalog .swiper2 .swiper-slide a:last-of-type .svg circle {
  fill: white;
}
.catalog .swiper2 .swiper-slide a:last-of-type .svg path {
  fill: rgb(9, 140, 60);
}
.catalog .swiper2 .swiper-slide a:hover {
  background: rgb(16, 88, 164);
  color: white;
}
.catalog .swiper2 .swiper-slide a:hover .svg circle {
  fill: white;
}
.catalog .swiper2 .swiper-slide a:hover .svg path {
  fill: rgb(16, 88, 164);
}

.filter {
  display: none;
}

.menu2 {
  z-index: 10 !important;
}

.menu {
  z-index: 60 !important;
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.menu-search {
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.45s ease, opacity 0.45s ease, visibility 0.45s;
  z-index: 100;
  overflow: hidden;
  width: 1350px;
  background: #fff;
  border: 1px solid #1d2023;
  border-radius: 0 0 10px 10px;
  box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.1);
  padding: 30px 30px 117px;
  position: absolute;
  top: 82px;
  left: 50%;
  margin-left: -675px;
}
.menu-search.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.menu-search h2 {
  margin-bottom: 30px;
  color: #3a3937;
  text-align: center;
}
.menu-search__form {
  width: 100%;
  position: relative;
}
.menu-search__form input::-webkit-input-placeholder {
  color: rgba(39, 39, 39, 0.5) !important;
}
.menu-search__form input::-moz-placeholder {
  color: rgba(39, 39, 39, 0.5) !important;
}
.menu-search__form input:-ms-input-placeholder {
  color: rgba(39, 39, 39, 0.5) !important;
}
.menu-search__form input:-moz-placeholder {
  color: rgba(39, 39, 39, 0.5) !important;
}
.menu-search__form input {
  width: 100%;
  height: 89px;
  background: #ffffff;
  border: 2px solid #11ab4d;
  border-radius: 10px;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 600;
  color: rgb(39, 39, 39);
  line-height: 23px;
}
.menu-search__form input:focus {
  border: 2px solid #1058A4;
}
.menu-search__form button {
  width: 132px;
  height: 89px;
  background: #11ab4d;
  border-radius: 10px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  line-height: 17px;
  border: none;
}
.menu-search__form button:hover {
  background: #1058A4;
  color: white;
}

.form_control_container__txt {
  position: absolute;
  font-size: 12px;
  font-weight: 500;
  color: rgba(39, 39, 39, 0.5);
  line-height: 31px;
  top: 12px;
  left: 20px;
}

.catalog__el_type .custom-checkbox + label {
  display: flex;
  min-width: 55px;
  min-height: 30px;
  width: max-content;
  height: max-content;
  border: 2px solid #d9d9d9;
  border-radius: 5px;
  padding: 0 11px;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.catalog__el_type .custom-checkbox + label::before {
  display: none;
}
.catalog__el_type .custom-checkbox + label:hover {
  border: 2px solid rgb(9, 140, 60);
}

.catalog__el_type {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.catalog__el_type .calc__item {
  margin-bottom: 0;
}

.catalog__el_type .custom-checkbox:checked + label {
  background: #1058a4;
  border: 2px solid #1058a4;
  color: white;
  opacity: 1;
}

.calc__more {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  text-decoration: underline;
  color: #098c3c;
  line-height: 27px;
}
.calc__more:hover {
  color: #1058a4;
}

.catalog__el .calc__item.hidden {
  display: none;
}

.catalog__name {
  width: 100%;
}

.catalog__el_type2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 35px;
}
.catalog__el_type2 .catalog__name {
  margin-bottom: 10px;
}
.catalog__el_type2 .custom-checkbox:checked + label {
  opacity: 1;
}
.catalog__el_type2 .custom-checkbox:checked + label:before {
  background: #1058a4;
}
.catalog__el_type2 .custom-checkbox + label {
  opacity: 0.6;
  font-size: 18px;
  font-weight: 400;
  color: #272727;
  line-height: 27px;
}
.catalog__el_type2 .custom-checkbox + label::before {
  box-sizing: border-box;
  width: 31px;
  height: 31px;
  border: 2px solid #d9d9d9;
  border-radius: 50%;
  max-width: 31px;
  margin-right: 20px;
  box-sizing: border-box;
}

.tabs__pane .product__content {
  max-width: 100%;
  margin-left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.tabs__pane .product__content div {
  width: 48%;
}
.tabs__pane .product__content div p:first-child {
  border-top: 1px solid #dee2e6;
  padding-top: 13px;
}
.tabs__pane .product__content div p:last-child {
  border-bottom: 1px solid #dee2e6;
}

.tabs__nav {
  display: flex;
  gap: 9px;
  margin-bottom: 50px;
}
.tabs__nav a {
  width: 231px;
  height: 52px;
  background: rgba(16, 88, 164, 0.1);
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: #1058a4;
  line-height: 12px;
  text-transform: uppercase;
}
.tabs__nav a:hover {
  background: rgb(9, 140, 60);
  color: white;
}
.tabs__nav .tabs__btn_active {
  background: #1058a4;
  color: white !important;
}

.popup-call__box {
  width: 1350px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 4px 4px 40px 0px rgba(0, 0, 0, 0.1);
  padding: 50px 100px;
  margin-left: -675px;
}
.popup-call__box h2 {
  margin-bottom: 30px;
}
.popup-call__box h2 span {
  color: #1058a4;
}
.popup-call__box .custom-checkbox + label {
  font-size: 18px;
  font-weight: 400;
  color: #898887;
  line-height: 22px;
  margin-bottom: 20px;
}
.popup-call__box .custom-checkbox + label a {
  color: #898887;
}
.popup-call__box .custom-checkbox + label a:hover {
  color: rgb(9, 140, 60);
}
.popup-call__box .custom-checkbox + label::before {
  width: 34px;
  height: 34px;
  border-radius: 5px;
  max-width: 34px;
  margin-right: 15px;
  background: rgba(9, 140, 60, 0.1);
}
.popup-call__box .custom-checkbox:checked + label::before {
  background: url(../img/check.svg) no-repeat center center;
  background-color: #098c3c;
}

.popup__btn {
  width: 100%;
  height: 80px;
  background: rgba(16, 88, 164, 0.1);
  border-radius: 10px;
  border: none;
}
.popup__btn:hover {
  background: rgb(9, 140, 60);
  color: white;
}
.popup__form {
  width: 100%;
}
.popup__form button {
  width: 100%;
  height: 80px;
  background: rgba(16, 88, 164, 0.1);
  border-radius: 10px;
  border: none;
}
.popup__form button:hover {
  background: rgb(9, 140, 60);
  color: white;
}
.popup__form input::-webkit-input-placeholder {
  color: #898887 !important;
}
.popup__form input::-moz-placeholder {
  color: #898887 !important;
}
.popup__form input:-ms-input-placeholder {
  color: #898887 !important;
}
.popup__form input:-moz-placeholder {
  color: #898887 !important;
}
.popup__form input, .popup__form textarea {
  padding-left: 30px;
  height: 80px;
  background: #dee4ef;
  border-radius: 10px;
  border: 1px solid #dee4ef;
  font-size: 20px;
  font-weight: 500;
  text-align: LEFT;
  line-height: 24px;
  color: #000;
}
.popup__form input:focus, .popup__form textarea:focus {
  border: 1px solid rgb(9, 140, 60);
}
.popup__form input {
  width: 23.5%;
}
.popup__form input:nth-child(1), .popup__form input:nth-child(2), .popup__form input:nth-child(3) {
  width: 32%;
}
.popup__form textarea {
  margin-top: 20px;
  height: 196px;
  padding-top: 25px;
  width: 100%;
}
.popup__flex {
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}
.popup__add, .popup .chous {
  display: flex;
  align-items: center;
  margin: 20px 0;
  font-size: 18px;
  font-weight: 400;
  color: #898887;
  line-height: 22px;
}
.popup__add .svg, .popup .chous .svg {
  margin-right: 15px;
}
.popup__add:hover, .popup .chous:hover {
  color: rgb(9, 140, 60);
}
.popup__text {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 500;
  color: #898887;
  line-height: 24px;
  text-align: center;
}

label.error {
  display: none !important;
}

#file-list {
  flex-wrap: wrap;
  margin-top: 0;
  display: flex;
  gap: 20px;
}

.file-item {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  font-size: 14px;
}
.file-item:last-child {
  margin-bottom: 25px;
}

.file-item span {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #3A3937;
  margin-right: 10px;
  margin-bottom: 0px;
  overflow: hidden;
}

.remove-btn {
  transition: 0.5s;
  cursor: pointer;
  color: red;
  margin-left: 5px;
  margin-right: 0 !important;
  color: rgb(9, 140, 60) !important;
  text-decoration: underline;
}
.remove-btn:hover {
  color: #000 !important;
}

.chous {
  cursor: pointer;
  transition: 0.5s;
  display: flex;
  align-items: center;
  margin: 15px 0;
  font-size: 18px;
  font-weight: 400;
  color: #898887;
  line-height: 22px;
}
.chous .svg {
  margin-right: 15px;
}
.chous:hover {
  color: rgb(9, 140, 60);
}

input.error {
  border: 1px solid red !important;
}

#popup-thank .popup-call__box {
  padding-top: 200px;
  height: 696px;
}
#popup-thank h2 {
  text-align: center;
}

.catalog__selects {
  display: flex;
  gap: 16px;
  max-width: 100%;
  margin-bottom: 100px;
}

.custom-select {
  position: relative;
  width: 100%;
}
.custom-select:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 23px;
  background: url(../img/sel.svg) no-repeat center center;
  width: 10px;
  height: 5px;
}

.custom-select__head {
  min-height: 51px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 16px 24px;
  width: 100%;
  height: 51px;
  background: #ffffff;
  border: 1px solid #d5d5d5;
  border-radius: 10px;
  padding-left: 15px;
  box-sizing: border-box;
}
.custom-select__head span {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #C9C9C9;
}
.custom-select__head img {
  width: 14px;
}

.custom-select__body {
  display: none;
  border-radius: 10px;
  position: absolute;
  top: 59px;
  border: 1px solid #d5d5d5;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 50;
  max-height: 253px;
  overflow-y: auto;
  padding: 10px;
  flex-wrap: wrap;
  gap: 10px;
}

.custom-select.active .custom-select__body {
  display: flex;
}

.custom-select__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 3px 15px;
  cursor: pointer;
  transition: 0.5s;
}
.custom-select__item:hover {
  background: #EFEFEF;
}
.custom-select__item input {
  display: none;
}
.custom-select__item > img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}
.custom-select__item .name {
  font-weight: 400;
  font-size: 21px;
  line-height: 25px;
  color: #342F38;
}
.custom-select__item .check {
  opacity: 0;
  width: 23px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 24px;
  right: 20px;
}
.custom-select__item .check img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.custom-select__item img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}
.custom-select__item img.active .check {
  background: #1677ff;
  border-color: #1677ff;
}
.custom-select__item img.active img {
  opacity: 1;
}

.custom-select__item.active .check {
  opacity: 1;
}

.custom-select.disabled {
  pointer-events: none;
  opacity: 0.45;
}

.custom-select.disabled .custom-select__head {
  cursor: not-allowed;
}

.custom-select__head br {
  display: none !important;
}

.page2 .nav {
  position: fixed;
  left: 50%;
  z-index: 20;
  margin-left: -731px;
  width: 1456px;
}
.page2 .about.sec {
  margin-top: 102px;
}

.note {
display: none;
  position: fixed;
  bottom: 50px;
  width: 1600px;
  left: 50%;
  margin-left: -800px;
  box-sizing: border-box;
  background: rgba(42, 45, 50, 0.85);
  border-radius: 50px;
  padding: 40px;
  z-index: 50;
  align-items: center;
  justify-content: space-between;
}
.note div:first-of-type {
  width: 100%;
  max-width: 79%;
}
.note__name {
  font-weight: 700;
  font-size: 30px;
  line-height: 150%;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: "Bebas Neue";
  margin-bottom: 5px;
}
.note__text {
  font-weight: 300;
  font-size: 17px;
  line-height: 160%;
  color: #FFFFFF;
}
.note__close {
  background: linear-gradient(0deg, #098C3C, #098C3C), #098C3C;
  border-radius: 5000px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 228px;
  height: 79px;
  font-weight: 600;
  font-size: 17px;
  line-height: 23px;
  color: #FFFFFF;
  cursor: pointer;
  transition: 0.5s;
}
.note__close:hover {
  background: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 1550px) {
  .news .swiper1 .swiper-slide a h3, .news-page__item h3 {
    font-size: 24px;
  }
  .container {
    max-width: 1381px;
  }
  .news .swiper1 .swiper-slide a img, .news-page__item img {
    height: 225px;
  }
  .news .swiper1 .swiper-slide a span, .news-page__item span {
    font-size: 18px;
  }
  .news .swiper1 .swiper-slide a p, .news-page__item p {
    font-size: 16px;
  }
  .product__flex img {
    max-width: 46%;
  }
  .product__flex div {
    max-width: 46%;
  }
  .product__flex div p {
    font-size: 18px;
  }
  .container.sec, .sec .container, .page .news .container {
    max-width: 1381px;
  }
  .page .news .swiper1 .swiper-slide a img {
    height: 290px;
  }
  .header__item img {
    height: auto;
  }
  .header__item p, .header__text {
    font-size: 18px;
  }
  .main__item {
    margin-bottom: 135px;
  }
  .main__pic {
    margin-left: -350px;
    width: 700px;
  }
  .main__item img {
    width: 90px;
  }
  .main__item p {
    font-size: 20px;
  }
  .header__content {
    max-width: 57%;
  }
  .hit .swiper2 .swiper-slide img {
    height: 200px;
  }
  .nav__list {
    justify-content: flex-end;
  }
  .search {
    height: 81px;
    margin-right: 18px;
    margin-left: 22px;
    position: relative;
    top: -9px;
    width: 79px;
  }
  .search .svg {
    height: 121%;
  }
  .nav__logo {
    width: 150px;
  }
  .nav__list li a {
    padding: 0 7.5px;
    font-size: 12px;
  }
  .nav__logo:after {
    right: -7px;
    top: -24px;
  }
  .footer__title {
    font-size: 179px;
  }
  .footer__row {
    padding-left: 0;
    padding-right: 0;
  }
  .footer__bottom {
    padding-left: 0;
    padding-right: 0;
  }
  .footer__item ul li a {
    font-size: 17px;
  }
  .menu-search {
    width: 1100px;
    margin-left: -550px;
    padding-bottom: 60px;
  }
  .catalog .swiper2 .swiper-slide {
    width: 316px;
  }
  .nav__list li a {
    padding: 0 11.5px;
    font-size: 14px;
  }
  .page2 .nav {
    width: 1351px;
    margin-left: -675px;
  }
  .page2 .nav .container {
    max-width: 1382px;
    padding: 0;
  }
  .note {
    width: 1350px;
    margin-left: -675px;
  }
}
@media screen and (max-width: 1350px) {
  .note {
    width: 1200px;
    margin-left: -600px;
  }
  .footer__title {
    font-size: 179px;
  }
  .nav__list li a {
    font-size: 10px;
  }
  .footer__title {
    font-size: 180px;
  }
  .main__item {
    margin-bottom: 107px;
  }
  .main__pic {
    width: 620px;
    margin-left: -310px;
  }
  .main__item p {
    font-size: 20px;
  }
  .contacts__row {
    padding: 40px;
  }
  .product__flex div {
    max-width: 46%;
  }
  .nav__list li a {
    font-size: 12px;
  }
  .catalog .swiper2 .swiper-slide {
    width: 31.8%;
  }
  .search .svg {
    height: 117%;
  }
  .footer__title {
    font-size: 170px;
  }
  .header__item p {
    margin-left: 20px;
  }
  .header__content {
    padding: 46px 28px;
  }
  .popup-call__box {
    width: 1200px;
    margin-left: -600px;
  }
  .page2 .nav {
    left: 10px;
    width: 98.5%;
    margin-left: 0;
  }
}
@media screen and (max-width: 1199px) {
  .note {
    width: 100%;
    left: 0;
    margin-left: 0;
    flex-direction: column;
  }
  .note div:first-of-type {
    text-align: center;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .menu-btn, .menu {
    display: block;
  }
  .menu-btn {
    width: 53px;
    height: 53px;
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 11;
    overflow: hidden;
    background: url(../img/bur1.svg) no-repeat;
  }
  .menu-btn span {
    width: 38px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    transition: all 0.5s;
    margin-left: 5px;
  }
  .menu-btn span:nth-of-type(2) {
    top: calc(50% - 8.5px);
    width: 48px;
    height: 2px;
    margin-left: 0;
  }
  .menu-btn span:nth-of-type(3) {
    top: calc(50% + 9.4px);
    width: 24px;
    height: 2px;
    margin-left: 12px;
  }
  .menu, .menu2 {
    position: fixed;
    top: 95px;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px 20px;
    background: white;
    transform: translateX(-100%);
    transition: transform 0.5s;
    z-index: 10;
    overflow: hidden;
    overflow-y: auto;
  }
  .menu .nav__info, .menu2 .nav__info {
    display: block;
    margin-left: 0;
    margin-top: 30px;
  }
  .menu .nav__info a, .menu2 .nav__info a {
    color: rgb(58, 57, 55);
  }
  .menu .nav__info .nav__tel, .menu2 .nav__info .nav__tel {
    margin: 0 0 10px;
  }
  .menu__list, .menu2__list {
    display: block;
    text-align: center;
    left: 0;
  }
  .menu__list li, .menu2__list li {
    margin-bottom: 20px;
    border: none;
    justify-content: flex-start;
    flex-direction: column;
    margin-right: 0;
    height: 45px;
    display: flex;
    margin-bottom: 5px;
  }
  .menu__list li a, .menu2__list li a {
    border: none;
    height: 45px;
    width: 100%;
    display: flex;
    padding: 0 15px;
    align-items: center;
    border-radius: 5px;
    background: rgb(222, 228, 239);
    justify-content: space-between;
    color: rgb(58, 57, 55);
    font-size: 16px;
    font-weight: 500;
    line-height: 18.2px;
    text-transform: uppercase;
    font-family: "TT Norms";
    padding-top: 2.5px;
  }
  .menu__list li a img, .menu2__list li a img {
    width: 15px;
    margin-left: 10px;
  }
  .menu__list li.open, .menu2__list li.open {
    height: auto;
  }
  .menu__list li.open a, .menu2__list li.open a {
    height: 45px;
    background: rgb(9, 140, 60);
    color: white;
  }
  .menu__list li.open a .svg, .menu2__list li.open a .svg {
    transform: rotate(180deg);
  }
  .menu__list li.open a .svg path, .menu2__list li.open a .svg path {
    fill: white;
  }
  .menu__list li ul, .menu2__list li ul {
    margin-top: 15px;
    display: none;
  }
  .menu__list li ul li, .menu2__list li ul li {
    margin-bottom: 15px;
    padding-left: 0px;
    height: auto !important;
  }
  .menu__list li ul li a, .menu2__list li ul li a {
    color: rgba(0, 0, 0, 0.7) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    font-family: "TT Norms" !important;
    line-height: 18.2px !important;
    background: transparent !important;
    text-transform: none !important;
    height: auto !important;
  }
  .menu .nav__send, .menu2 .nav__send {
    margin-top: 20px;
    display: flex;
    width: 100%;
    height: 45px;
    background: #098C3C;
    border-radius: 5px;
    justify-content: flex-start;
    padding-left: 20px;
    color: white !important;
  }
  .menu .nav__send .svg, .menu2 .nav__send .svg {
    top: 0;
    margin-left: 10px;
  }
  .menu .nav__send .svg path, .menu2 .nav__send .svg path {
    fill: white;
  }
  .menu.active, .menu2.active {
    transform: translateX(0%);
  }
  .menu-btn.active {
    background: url(../img/bur2.svg) no-repeat;
  }
  .menu-btn.active span:nth-of-type(1) {
    display: none;
  }
  .menu-btn.active span:nth-of-type(2) {
    top: 50%;
    width: 24px;
    transform: translate(-50%, 0%) rotate(45deg);
  }
  .menu-btn.active span:nth-of-type(3) {
    width: 24px;
    top: 50%;
    transform: translate(-50%, 0%) rotate(-44deg);
  }
  .nav__box {
    position: relative;
    padding: 0;
    margin-bottom: 0;
    border: none;
    background: transparent;
  }
  .nav {
    background: rgb(29, 32, 35);
    padding: 25px 0;
    margin-bottom: 30px;
  }
  .nav__list, .nav__info {
    display: none;
  }
  li.open ul {
    display: block;
  }
  .main {
    padding: 100px 0;
  }
  .main__pic {
    position: relative;
    left: 0;
    margin-left: 0;
    top: 0;
    width: auto;
    display: block;
    margin: 0 auto;
  }
  .news__sub {
    display: none;
  }
  .arrows {
    display: none;
  }
  .pag {
    display: flex;
  }
  .pag .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: rgba(9, 140, 60, 0.15);
  }
  .news__top {
    margin-bottom: 20px;
    flex-direction: column-reverse;
  }
  .news__top h2 {
    left: 0;
    margin-bottom: 36px;
  }
  .footer__title {
    font-size: 142px;
  }
  .footer__row {
    flex-direction: column;
    padding-bottom: 30px;
  }
  .footer__info {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer__el span, .footer__el a, .footer__el p {
    text-align: left;
  }
  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 30px;
  }
  .footer__text {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .footer__com {
    margin-left: 0;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 30px;
    width: 100%;
  }
  .footer__item {
    margin-right: 0;
  }
  .footer__lists {
    width: 100%;
    justify-content: space-between;
  }
  .page .nav__box {
    margin-bottom: 0;
  }
  .bread {
    margin-bottom: 30px;
  }
  .about h1 {
    margin-bottom: 30px;
  }
  .page .news__top {
    margin-bottom: 0;
  }
  .page .news .swiper1 .swiper-slide-next + div a {
    box-shadow: inherit;
  }
  .about__images img {
    height: 350px;
  }
  .news-page__item {
    width: 48.6%;
    margin-right: 0 !important;
  }
  .news-page__row {
    justify-content: space-between;
  }
  .quality__row {
    flex-direction: column;
  }
  .quality__row a {
    width: 100%;
  }
  .contacts__row {
    padding: 30px 20px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .contacts__item {
    margin-bottom: 30px;
  }
  .contacts__item:last-child {
    margin-bottom: 0;
  }
  .contacts__item span {
    font-size: 15px;
  }
  .contacts__item a, .contacts__item p {
    font-size: 16px;
  }
  .shipment__row {
    flex-direction: column;
  }
  .shipment__row table {
    width: 100%;
    margin-bottom: 30px;
  }
  .shipment__row table:last-child {
    margin-bottom: 0;
  }
  .product__flex {
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .product__flex div {
    margin-top: 30px;
    max-width: 100%;
  }
  .product__flex img {
    max-width: 100%;
  }
  .error__box img {
    width: 100%;
  }
  .header__content {
    max-width: 100%;
  }
  .product__top {
    padding-bottom: 76px;
    position: relative;
    flex-direction: column;
  }
  .product__content {
    margin-left: 0;
    margin-top: 30px;
    max-width: 100%;
  }
  .product__content a {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .product__top img {
    margin-right: 0;
    width: 100%;
  }
  .page .news__top {
    padding-left: 0;
  }
  .page2 .nav__box {
    border: none;
  }
  .catalog {
    padding-bottom: 50px;
  }
  .filter {
    margin-bottom: 20px;
    display: flex;
    width: 100%;
    background: #1058A4;
    border-radius: 7.45662px;
    padding-left: 15px;
    padding-right: 9px;
    align-items: center;
    justify-content: space-between;
    height: 52px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    line-height: 12px;
  }
  .catalog__info {
    max-width: 100%;
    margin-right: 0;
  }
  .catalog__info h2 {
    display: block;
    margin-bottom: 30px;
  }
  .nav__logo:after {
    display: none;
  }
  .search {
    margin-left: auto;
    margin-right: 65px;
    width: 53px;
    height: 53px;
    top: 0;
    background: url(../img/search-mob.svg) no-repeat center center;
  }
  .search .svg {
    display: none !important;
  }
  .search.active {
    background: url(../img/close-icon.svg) no-repeat center center;
  }
  .menu-btn {
    top: 0px;
  }
  .catalog__remove {
    width: 100%;
  }
  .catalog__btn_block {
    position: relative;
    top: 0px;
    left: 0px;
    width: auto;
    height: auto;
  }
  .catalog__btn_block .catalog__btn {
    width: 100%;
  }
  .menu, .menu2 {
    height: 91%;
    padding-bottom: 60px;
  }
  .product .room3__slider {
    max-width: 100%;
  }
  .product .room3__slider .mySwiper6 {
    display: none;
  }
  .popup-call__box {
    padding: 50px 30px;
    width: 100%;
    margin-left: 0;
    left: 0;
  }
  .popup__form input {
    width: 49%;
  }
  .menu__scroll, .menu, .menu2, .popup-call__box, .arcticmodal-container_i, .arcticmodal-container_i2, .arcticmodal-container {
    width: 100%;
  }
  .hit__image {
    width: 100% !important;
  }
  .page2 .nav {
    left: 0;
    width: 100%;
    margin-left: 0;
  }
  .nav {
    padding: 15px 0;
  }
  .menu-search h2 {
    font-size: 30px;
    line-height: 30px;
    text-align: left;
    font-family: "Roboto", sans-serif;
  }
  .menu-search__form input {
    height: 80px;
  }
  .menu-search__form button {
    position: relative;
    top: 0;
    right: 0;
    height: 52px;
    font-size: 14px;
    width: 100%;
    margin-top: 15px;
  }
  .menu-search {
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .menu-search {
    width: 100%;
    margin-left: 0;
    left: 0;
  }
  .page2 .menu-search {
    position: fixed;
    width: 100%;
    margin-left: 0;
    left: 0;
  }
  input, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .header__row {
    flex-direction: column;
  }
  .header__item {
    width: 100%;
    margin-bottom: 16px !important;
  }
  .header__item:last-child {
    margin-bottom: 0 !important;
  }
  .footer__title {
    font-size: 104px;
  }
  .footer__lists {
    flex-direction: column;
  }
  .footer__item {
    margin-bottom: 30px;
  }
  .footer__item:last-child {
    margin-bottom: 0;
  }
  .news .swiper1 .swiper-slide a {
    box-shadow: none;
  }
  .news .swiper1 .swiper-slide-active a {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  }
  .news__top .btn {
    margin-left: 0;
  }
  .footer__title {
    font-size: 78px;
  }
  .page .news .swiper1 .swiper-slide-next a {
    box-shadow: none;
  }
  .news .swiper1 {
    margin-top: 0;
  }
  .page .news.sec h2 {
    left: 0;
  }
  .news {
    padding: 60px 0;
  }
  .page .news__top {
    padding-left: 0;
  }
  .catalog .swiper2 .swiper-slide {
    width: 48%;
  }
  .tabs__nav {
    display: flex;
    gap: 9px;
    margin-bottom: 30px;
    flex-direction: column;
  }
  .tabs__nav a {
    width: 100%;
  }
  .product__tech div {
    width: 33%;
    padding: 50px 40px 22px;
  }
  .tabs__pane .product__content {
    flex-direction: column;
  }
  .tabs__pane .product__content div {
    width: 100%;
  }
  .tabs__pane .product__content div p:last-child {
    margin-bottom: 0;
    border: none;
  }
  .popup__form input:nth-child(1), .popup__form input:nth-child(2), .popup__form input:nth-child(3) {
    width: 100%;
  }
  .popup__form input {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .header__wrap {
    padding: 20px;
    position: initial;
  }
  .header__content {
    padding: 30px;
    border-radius: 30px;
  }
  .header {
    overflow: hidden;
    position: relative;
  }
  .header__pic {
    position: absolute;
    top: inherit;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 84%;
    z-index: -1;
    object-fit: cover;
    overflow: hidden;
    border-radius: 30px;
  }
  .header__text {
    margin-bottom: 20px;
  }
  h1 {
    font-size: 58px;
    line-height: 100%;
  }
  .main__row {
    flex-direction: column;
  }
  .main__item {
    margin-bottom: 15px !important;
    width: 100%;
  }
  .main__item img {
    width: 64px;
    margin-right: 15px;
  }
  .main__item:last-child {
    margin-bottom: 0 !important;
  }
  .main__item:nth-child(2n) {
    text-align: left;
    justify-content: flex-start;
  }
  .main__item:nth-child(2n) img {
    order: 1;
  }
  .main__item:nth-child(2n) p {
    margin-right: 0;
    order: 2;
  }
  .main__item p {
    margin-left: 0;
  }
  .main__wrap {
    padding: 0 30px 30px;
  }
  .menu__list li.open a {
    text-align: left;
  }
  .news-page__item {
    width: 100%;
  }
  .about__images img {
    width: 100%;
  }
  .quality__row a {
    flex-direction: column;
    align-items: flex-start;
  }
  .quality__row a img {
    width: 71px;
    height: auto;
    margin-top: 20px;
  }
  .catalog .swiper2 .swiper-slide {
    width: 100%;
  }
  .catalog .swiper2 {
    gap: 10px 0px;
  }
  .catalog__name {
    font-size: 25px;
  }
  .menu2 {
    height: 90%;
  }
}
@media screen and (max-width: 576px) {
  button:active, button:focus {
    outline: none;
  }
  button::-moz-focus-inner {
    border: 0;
  }
  a:active, a:focus {
    outline: none;
  }
  input, textarea {
    outline: none;
  }
  input:active, textarea:active {
    outline: none;
  }
  input:focusout {
    outline: none;
  }
  .mm {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .mm li {
    margin-bottom: 40px !important;
    width: 100% !important;
    margin-top: 0 !important;
  }
  .mob {
    display: block !important;
  }
  .nav__logo {
    width: 150px;
  }
  .nav__logo img {
    margin-right: 0;
  }
  .menu-btn {
    right: 0px;
    top: 0px;
  }
  .menu {
    top: 83px;
  }
  h1 {
    font-size: 34px;
  }
  .header__text {
    font-size: 16px;
    line-height: 18px;
  }
  .header__item {
    margin-bottom: 9px !important;
    position: relative;
    left: -10px;
  }
  .header__item p {
    font-size: 14px;
    margin-left: 5px;
    line-height: 18px;
    width: 100%;
    max-width: 202px;
  }
  .header__item p br {
    display: none;
  }
  .header__item img {
    width: 50px;
  }
  .header__wrap {
    padding: 0px;
  }
  .header {
    overflow: visible;
    margin-bottom: 208px;
  }
  .header__pic {
    height: 653px;
    bottom: -270px;
  }
  .header__content, .header__wrap {
    border-radius: 20px;
  }
  .nav {
    margin-bottom: 50px;
  }
  .main__pic {
    width: 100%;
  }
  .main__wrap {
    border-radius: 20px;
  }
  .main__item p {
    font-size: 17px;
    line-height: 17px;
  }
  h2 {
    font-size: 35px;
    line-height: 110%;
  }
  .main {
    padding-bottom: 12px;
  }
  .news__top h2 {
    margin-bottom: 28px;
  }
  .btn .svg {
    margin-left: 10px;
  }
  .news .swiper1 .swiper-slide a {
    border-radius: 20px;
    padding: 20px;
  }
  .news .swiper1 .swiper-slide a img {
    height: auto;
    margin-bottom: 20px;
  }
  .news-page__item img {
    height: auto;
    margin-bottom: 20px;
  }
  .news .swiper1 .swiper-slide a span, .news-page__item span {
    font-size: 14px;
    margin-bottom: 7px;
  }
  .news .swiper1 .swiper-slide a h3, .news-page__item h3 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 25px;
  }
  .news .swiper1 .swiper-slide a p, .news-page__item p {
    font-size: 14px;
    line-height: 17px;
  }
  .pag {
    margin-top: 20px;
  }
  .news {
    padding-bottom: 60px;
  }
  .footer__title {
    font-size: 49px;
  }
  .news .swiper1 {
    padding: 24px 10px;
  }
  .footer {
    padding: 30px 0;
  }
  .footer__title {
    margin-bottom: 21px;
  }
  .footer__item p {
    font-size: 30px;
    margin-bottom: 6px;
  }
  .footer__item ul li a {
    font-size: 14px;
  }
  .footer__el span {
    font-size: 14px;
    line-height: 100%;
  }
  .footer__el a, .footer__el p {
    font-size: 16px;
  }
  .footer__policy, .footer__text {
    font-size: 16px;
  }
  .footer__com img {
    width: 74px;
  }
  .footer__com p {
    font-size: 16px;
  }
  .footer__row {
    padding-top: 19px;
    padding-bottom: 23px;
  }
  .footer__item ul li {
    margin-bottom: 10px;
  }
  .footer__item {
    margin-bottom: 17px;
  }
  .news__top {
    margin-bottom: 0px;
  }
  .page .header {
    margin-bottom: 0;
  }
  .page .nav {
    margin-bottom: 30px;
  }
  .bread a, .bread p {
    font-size: 13px;
  }
  .bread a:after, .bread p:after {
    font-size: 13px;
  }
  .about__pic {
    height: 200px;
    margin-bottom: 30px;
  }
  .about__text p {
    font-size: 14px;
  }
  .about__text {
    margin-bottom: 30px;
  }
  .about__block {
    padding: 30px 10px;
    border-radius: 20px;
    margin-bottom: 30px;
  }
  .about__block p {
    font-size: 14px;
  }
  .about__images {
    margin-bottom: 30px;
    flex-direction: column;
  }
  .about__images img {
    width: 100%;
    margin-bottom: 10px;
    height: 200px;
    border-radius: 20px;
  }
  .about__images img:last-child {
    margin-bottom: 0;
  }
  .page .news .container {
    position: relative;
  }
  .page .news .container .btn {
    position: absolute;
    top: 37px;
    left: 50%;
    margin-left: -82px;
  }
  .page .news__top h2 {
    margin-bottom: 70px;
  }
  .news-page__link {
    font-size: 14px;
  }
  .news-page__item:nth-child(n+5) {
    display: none;
  }
  .news-page {
    padding-bottom: 100px;
  }
  .news-item {
    padding-bottom: 10px;
  }
  .about__images img:nth-child(n+4) {
    display: none;
  }
  .quality__row div span {
    font-size: 18px;
    line-height: 24px;
  }
  .quality__row div p {
    font-size: 14px;
    line-height: 17px;
  }
  .quality__row div p br {
    display: none;
  }
  .quality {
    padding-bottom: 60px;
  }
  #map {
    width: 110%;
    overflow: hidden;
    height: 400px;
    border-radius: 30px;
    position: relative;
    left: -15px;
  }
  .about__pic {
    border-radius: 20px;
  }
  .items__title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .shipment__title {
    font-size: 18px;
    margin: 10px 0 20px;
  }
  .shipment__row table thead td {
    font-size: 11px;
  }
  .shipment__row table tbody td {
    font-size: 11px;
    height: 24px;
  }
  .shipment__row table thead td:first-child, .shipment__row table tbody td:first-child {
    padding-left: 10px;
  }
  .gallery__item .swip .swiper-slide {
    height: 200px;
    border-radius: 20px;
  }
  .product h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .product .about__text ul li {
    font-size: 14px;
    line-height: 24px;
  }
  .product__wrap {
    margin-bottom: 30px;
    border-radius: 20px;
    padding: 30px 20px;
  }
  .product__wrap span, .product__wrap p {
    font-size: 14px;
  }
  .product {
    padding-bottom: 50px;
  }
  .product__wrap_2 {
    padding: 0;
  }
  .product h2 .del {
    display: none;
  }
  .product__flex div p {
    font-size: 14px;
    line-height: 24px;
  }
  .product__wrap_3 p {
    margin-bottom: 20px;
  }
  .error__box {
    margin: 50px 0;
  }
  .error__box p {
    font-size: 14px;
    line-height: 19px;
    margin: 30px 0;
  }
  .policy__item {
    margin-bottom: 30px;
  }
  .policy__item span {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .policy__item p {
    font-size: 14px;
    line-height: 24px;
  }
  .page .header_2 {
    margin-bottom: 208px;
  }
  .page .nav_2 {
    margin-bottom: 50px;
  }
  .main__row {
    margin-top: -15px;
  }
  .main__item img {
    width: 70px;
  }
  .nav-mob {
    display: block;
  }
  .nav-mob .nav__send {
    margin-top: 14px;
    margin-bottom: 50px;
    display: flex;
    width: 100%;
    height: 45px;
    background: #098C3C;
    border-radius: 5px;
    justify-content: flex-start;
    padding-left: 20px;
    color: white !important;
  }
  .nav-mob .nav__send .svg {
    top: 0;
    margin-left: 10px;
  }
  .nav-mob .nav__send .svg path {
    fill: white;
  }
  .nav-mob .nav__tel, .nav-mob .nav__mail {
    font-size: 18px;
    color: #3A3937;
  }
  .nav-mob .nav__tel {
    margin: 0 0 15px;
  }
  .page .nav_2 {
    margin-bottom: 20px;
  }
  .page .news .swiper1 .swiper-slide a img {
    height: 225px;
  }
  .hit .swiper2 .swiper-slide img {
    height: 229px;
  }
  .product {
    padding-bottom: 0;
  }
  .product__top img {
    height: 200px;
  }
  .product b {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 30px;
  }
  .nav-mob .nav__send, .nav__send {
    left: -2px;
    width: 101%;
  }
  .product .room3__slider .mySwiper5 {
    height: 200px;
  }
  .product__content h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .product__tech div {
    width: 50%;
  }
  .popup-call__box {
    padding-top: 70px;
  }
  .popup-call__box h2 {
    margin-bottom: 20px;
    text-align: center;
  }
  .popup__form input {
    padding-left: 20px;
    font-size: 18px;
    height: 70px;
  }
  .popup__text {
    font-size: 18px;
  }
  .popup__form textarea {
    font-size: 18px;
    padding-left: 20px;
  }
  #popup-thank .popup-call__box {
    padding-top: 134px;
    height: 521px;
  }
  .file-item span {
    overflow: hidden;
    color: #3A3937;
    margin-right: 10px;
    margin-bottom: 0px;
    text-overflow: ellipsis;
    max-width: 177px;
  }
  .page2 .nav .container {
    padding: 0 15px;
  }
  .note__close {
    height: 60px;
    font-size: 15px;
    width: 100%;
  }
  .note__name {
    font-size: 18px;
  }
  .note__text {
    font-size: 12px;
  }
  .note {
    border-radius: 20px;
    bottom: 20px;
    padding: 20px;
  }
}
@media screen and (max-width: 450px) {
  .header__pic {
    height: 653px;
    bottom: -262px;
  }
}
@media screen and (min-width: 420px) and (max-width: 430px) {
  .header__pic {
    bottom: -250px;
  }
}
@media screen and (min-width: 380px) and (max-width: 420px) {
  .header__pic {
    bottom: -250px;
  }
}
@media screen and (max-width: 380px) {
  .header__pic {
    bottom: -248px;
  }
}