@font-face {
  font-family: 'Graphik-Regular';
  src: url("../fonts/AnyConv.com__Graphik-Regular.woff2") format(woff2), url("../fonts/AnyConv.com__Graphik-Regular.woff") format(woff);
  font-weight: 500;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Oswald';
  src: url("../fonts/Oswald-Regular.woff2") format(woff2), url("../fonts/Oswald-Regular.woff") format(woff);
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Inter';
  src: url("../fonts/Inter-Regular.woff2") format(woff2), url("../fonts/Inter-Regular.woff") format(woff);
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
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 {
  -webkit-box-sizing: content-box;
  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;
  -webkit-text-decoration: underline dotted;
  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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

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

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

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

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

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

details {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}

ul[class],
ol[class] {
  padding: 0
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0
}

ul[class] {
  list-style: none
}

img {
  max-width: 100%;
  display: block
}

input,
button,
textarea,
select {
  font: inherit
}

a {
  text-decoration: none;
  color: inherit
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}

[dir="rtl"] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

html,
body {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  scroll-behavior: smooth;
  font-family: 'Inter';
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 19px;
  color: #3a3a3a
}

html {
  font-size: 10px
}

body>* {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.footer {
  margin-top: auto
}

button {
  cursor: pointer
}

.container {
  max-width: 123rem;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem
}

.btn {
  text-align: center;
  border: none;
  border-radius: 5px;
  background: #3f86f9;
  color: #fff;
  -webkit-transition: all .4s ease-in;
  -o-transition: all .4s ease-in;
  transition: all .4s ease-in
}

.btn:hover {
  background: #0955d0;
  -webkit-transition: all .4s ease-in;
  -o-transition: all .4s ease-in;
  transition: all .4s ease-in
}

a {
  -webkit-transition: all .4s ease-in;
  -o-transition: all .4s ease-in;
  transition: all .4s ease-in
}

a:hover {
  -webkit-transition: all .4s ease-in;
  -o-transition: all .4s ease-in;
  transition: all .4s ease-in
}

.title {
  font-size: 2.6rem;
  line-height: 3.1rem;
  text-transform: uppercase;
  font-weight: 400
}

.menu__list-item--active {
  color: #3f86f9
}

.overflow {
  overflow: hidden
}

.header {
  padding: 15px 0
}

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

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem
}

.menu__list li {
  padding: 20px 0 20px 0
}

.menu__list li a,
.header__info-date,
.header__info-address,
.header__contact-phone,
.header__contact-email {
  font-size: 14px;
  line-height: 17px
}

.menu__list li:first-child {
  position: relative
}

.menu__list .sub-menu li:first-child,
.menu__list .sub-menu li:nth-child(2) {
  position: relative
}

.sub-menu {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  width: 25rem;
  padding: 2rem;
  background-color: #fff;
  border-radius: 5px;
  display: none
}

.sub-menu .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
  width: 80rem
}

ul.sub-menu[class] {
  padding: 2rem
}

.sub-menu li a {
  margin-bottom: 4rem;
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 24px
}

.sub-menu .sub-menu li {
  width: 38%;
  position: relative
}

.sub-menu .sub-menu li a {
  margin-bottom: 2rem;
  font-size: 16px;
  text-transform: none;
  text-align: left
}

.menu__list li:first-child::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background: url("../images/home/menu-arrows.svg") no-repeat;
  top: 27px;
  right: -15px
}

.menu__list .sub-menu li:first-child::after {
  display: none
}

.menu__list .sub-menu li:first-child::before,
.menu__list .sub-menu li:nth-child(2):before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background: url("../images/home/menu-icon-arrows.svg") no-repeat;
  right: 0px;
  top: 25px
}

.menu__list li:hover:first-child>.sub-menu {
  display: block
}

.menu__list li:hover:nth-child(2)>.sub-menu {
  display: block
}



.menu__list .sub-menu .sub-menu li {
  position: relative;
  margin-left: 60px
}

.menu__list .sub-menu .sub-menu li::before {
  position: absolute;
  content: '';
  width: 60px;
  height: 60px;
  top: 10px;
  left: -60px
}

.menu__list .sub-menu .sub-menu li:first-child::before {
  background: url("../images/home/menu-icon-1.svg") no-repeat
}

.menu__list .sub-menu .sub-menu li:nth-child(2)::before {
  background: url("../images/home/menu-icon-2.svg") no-repeat
}

.menu__list .sub-menu .sub-menu li:nth-child(3)::before {
  background: url("../images/home/menu-icon-3.svg") no-repeat
}

.menu__list .sub-menu .sub-menu li:nth-child(4)::before {
  background: url("../images/home/menu-icon-4.svg") no-repeat
}

.menu__list .sub-menu .sub-menu li:nth-child(5)::before {
  background: url("../images/home/menu-icon-5.svg") no-repeat
}

.menu__list .sub-menu .sub-menu li:nth-child(6)::before {
  background: url("../images/home/menu-icon-6.svg") no-repeat
}

.menu__list .sub-menu .sub-menu li:nth-child(7)::before {
  background: url("../images/home/menu-icon-7.svg") no-repeat
}

.menu__list .sub-menu li:nth-child(2) li::before {
  display: none
}

.menu__list .sub-menu li:nth-child(2) .sub-menu {
  width: 30rem
}

.menu__list li a:hover,
.header__contact-phone:hover,
.header__contact-email:hover {
  color: #3f86f9
}

.menu__list .sub-menu .sub-menu::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: .5
}

.header__info-date {
  margin-bottom: 5px;
  opacity: .6
}

.header__contact-phone {
  display: block;
  margin-bottom: 5px
}

.header__contact-email {
  display: block
}

.header__inner-btn {
  display: block;
  width: 190px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 5px;
  background: #3f86f9;
  color: #fff;
  font-size: 14px
}

.header__inner-btn:hover {
  background: #0955d0
}

.box-mobile {
  display: none
}

.logo--mobile {
  display: none
}

body.mobile-class .logo--mobile {
  display: none
}

body.mobile-class .logo--desctop {
  display: block
}

.footer {
  padding: 9rem 0 2.5rem 0;
  background: #3f86f9;
  color: #fff
}

.footer-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.footer-block__item-logo {
  display: block;
  margin-bottom: 15px;
  font-size: 3.5rem;
  line-height: 3.9rem
}

.footer__list li {
  margin-bottom: 10px;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in
}

.footer__list li:hover {
  text-decoration: underline;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in
}

.footer-block__item-phone,
.footer-block__item-address,
.footer-block__item-email {
  display: block;
  position: relative;
  margin-bottom: 3.5rem;
  margin-left: 4rem
}

.footer-block__item-phone::before,
.footer-block__item-address::before,
.footer-block__item-email::before {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  top: -1.5px;
  left: -40px
}

.footer-block__item-phone::before {
  background: url("../images/home/icon-footer-phone.svg") no-repeat
}

.footer-block__item-address::before {
  background: url("../images/home/icon-footer-address.svg") no-repeat
}

.footer-block__item-email::before {
  background: url("../images/home/icon-footer-email.svg") no-repeat
}

.footer-block__item-btn {
  display: block;
  width: 285px;
  height: 58px;
  line-height: 58px;
  font-family: 'Inter';
  color: #3f86f9;
  border: none;
  border-radius: 5px;
  text-align: center;
  background-color: #fff
}

.footer-block__item-btn:hover {
  background: #0955d0;
  color: #fff
}

.footer__line {
  margin-top: 3.5rem;
  margin-bottom: 2rem;
  width: 100%;
  height: 1px;
  background-color: #fff
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.footer__bottom-text {
  font-size: 14px
}

.footer-block__item--mobile {
  display: none
}

.heading {
  min-height: 62rem;
  background: url("../images/home/heading-bg.jpg") no-repeat;
  background-size: cover
}

.heading-wrapper {
  min-height: 62rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.heading-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.heading-block__left {
  width: 50%
}

.heading-block__left-subtitle {
  width: 38rem;
  margin-left: auto;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
 display:block
}

.heading-block__left-title {
  font-size: 12rem;
  line-height: 14rem;
  color: #fff
}

.heading-block__left-text {
  width: 230px;
  margin-left: auto;
  margin-bottom: 4rem;
  font-size: 24px;
  line-height: 29px;
  color: #fff
}

.heading-block__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem
}

.heading-block__bottom-btn,
.heading-block__bottom-button {
  display: block;
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-size: 16px
}

.heading-block__right-text--mobile {
  display: none
}

.heading-block__bottom-btn {
  max-width: 285px
}

.heading-block__bottom-btn:hover {
  background: #0955d0
}

.heading-block__bottom-button {
  max-width: 230px;
  color: #3f86f9;
  text-align: center;
  font-size: 16px;
  border-radius: 5px;
  background: #f2f2f2
}

.heading-block__bottom-button:hover {
  background: #0955d0;
  color: #fff
}

.heading-block__right {
  width: 50%
}

.heading-block__right-text {
  font-size: 23px;
  line-height: 29px;
  color: #fff
}

.advantages {
  padding: 12rem 0 13rem 0
}

.advantages-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem
}

.advantages-box {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 90rem;
  gap: 2rem
}

.advantages-box__item {
  padding: 4.5rem 2rem;
  width: calc(100% / 3 - 2rem);
  border: 1px solid rgba(63, 134, 249, 0.5);
  border-radius: 5px
}

.advantages-box__item-title {
  color: #2867cd;
  text-align: center;
  text-transform: uppercase
}

.advantages-box__item-btn {
  display: block;
  width: 285px;
  height: 70px;
  line-height: 70px
}

.are {
  padding: 12rem 0 12rem 0;
  background: #3f86f9
}

.are-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem
}

.are-block__title {
  color: #fff
}

.are-box {
  margin-bottom: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 90rem;
  gap: 2rem
}

.are-box__item {
  margin-bottom: 5rem;
  width: calc(100% / 3 - 2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem
}

.are-box__item:last-child {
  margin-right: auto;
  margin-left: 12px
}

.are-box__item-number {
  font-family: 'Oswald';
  font-size: 4.8rem;
  line-height: 4rem;
  color: #fff
}

.are-box__item-text {
  width: 160px;
  font-size: 18px;
  line-height: 22px;
  color: #fff
}

.are-wrapper__form {
  padding: 4rem;
  border-radius: 5px;
  background: #fff
}

.are-wrapper__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.are-wrapper__form-title {
  max-width: 54rem;
  margin-bottom: 15px;
  font-size: 2.4rem;
  line-height: 2.9rem;
  text-transform: uppercase
}

.are-wrapper__form-input {
  width: 270px;
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border: none;
  border-bottom: 1px solid #3f86f9;
  background-color: transparent;
  opacity: .4;
  font-size: 12px
}

.are-wrapper__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  margin-bottom: 20px
}

.are-wrapper__text p {
  margin-left: 5px;
  font-size: 10px;
  opacity: 0.4
}

.are-wrapper__form-btn {
  width: 263px;
  height: 53px;
  line-height: 53px
}

.are .are-wrapper__form-btn {
  background: #3f86f9;
  color: #fff
}

.about-home {
  padding: 12rem 0 12rem 0
}

.about-home__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem
}

.about-home__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 90rem;
  gap: 2rem
}

.about-home__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 285px;
  padding: 1.5rem;
  border-radius: 5px;
  background: #3f86f9
}

.about-home__item {
  margin-bottom: 2rem
}

.about-home__item-title {
  margin-bottom: 5px;
  font-family: 'Oswald';
  font-size: 5rem;
  line-height: 7rem;
  color: #fff
}

.about-home__item-text {
  color: #fff
}

.about-home__number-btn {
  display: block;
  width: 100%;
  height: 50px;
  margin-top: auto;
  line-height: 50px;
  text-align: center;
  font-family: 'Inter';
  color: #3f86f9;
  border: none;
  border-radius: 5px;
  background: #fff
}

.about-home__number-btn:hover {
  background: #0955d0;
  color: #fff
}

.about-home__info {
  width: 59rem
}

.about-home__info-img {
  position: relative;
  margin-bottom: 15px
}

.about-home__info-play {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #3f86f9;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.about-home__info-title {
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: 2.4rem;
  text-transform: uppercase
}

.about-home__list {
  margin-left: 20px
}

.about-home__list-item {
  margin-bottom: 5px;
  list-style: disc
}

.accardion {
  padding: 12rem 0 12rem 0
}

.accardion-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem
}

.accardion-block__title {
  line-height: 2.1rem
}

.questions-accardion {
  width: 90rem
}

.questions__wrapper {
  padding: 3rem 0 3rem 0;
  border-bottom: 1px solid #3f86f9;
  border-top: 1px solid #3f86f9
}

.questions__wrapper:nth-child(2) {
  border-bottom: none;
  border-top: none
}

.questions-accardion__btn {
  position: relative;
  cursor: pointer
}

.questions-accardion__btn::after {
  position: absolute;
  content: '';
  width: 40px;
  height: 20px;
  background: url("../images/home/accardion-arrows-v.svg") no-repeat;
  right: 0;
  top: 0;
  -webkit-transition: all .4s ease-in;
  -o-transition: all .4s ease-in;
  transition: all .4s ease-in
}

.questions-accardion__btn.open.questions-accardion__btn::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all .4s ease-in;
  -o-transition: all .4s ease-in;
  transition: all .4s ease-in
}

.questions-accardion__date {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  opacity: 0.6
}

.questions-accardion__content {
  padding-top: 3rem
}

.questions-accardion__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem
}

.questions-accardion__left-img {
  margin-bottom: 10px
}

.questions-accardion__left-link {
  position: relative;
  text-decoration: underline;
  color: #3f86f9
}

.questions-accardion__left-link::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 10px;
  background: url("../images/home/accardion-arrows-link.svg") no-repeat;
  top: 40%;
  right: -30px
}

.questions-accardion__right {
  max-width: 56rem;
  font-size: 14px;
  line-height: 17px
}

.questions-accardion__content {
  display: none
}

.stages {
  padding: 12rem 0 12rem 0;
  background: #3f86f9
}

.stages-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem
}

.stages-block__title {
  color: #fff
}

.stages-box {
  max-width: 90rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.stages-box__item {
  margin-bottom: 4rem;
  width: calc(100% / 3 - 2rem)
}

.stages-box__item:last-child {
  margin-right: auto;
  margin-left: 30px
}

.stages-box__item-number {
  margin-bottom: 5px;
  font-family: 'Oswald';
  font-size: 20px;
  color: #fff
}

.stages-box__item-img {
  margin-bottom: 20px;
  position: relative
}

.stages-box__item-img::after {
  position: absolute;
  content: '';
  width: 111%;
  height: 1px;
  background-color: #fff;
  top: 4px;
  right: -30px
}

.stages-box__item:nth-child(4) .stages-box__item-img::after,
.stages-box__item:nth-child(5) .stages-box__item-img::after {
  width: 222%;
  right: -35rem
}

.stages-box__item-title {
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #fff
}

.stages-box__item-text {
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  opacity: 0.6
}

.feedback {
  padding: 12rem 0 12rem 0
}

.feedback-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem
}

.feedback-block__lefr-title {
  margin-bottom: 5px
}

.feedback-block__left-text {
  font-size: 14px;
  opacity: 0.6
}

.feedback-block__right {
  max-width: 90rem
}

.feedback-block__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 4rem
}

.feedback-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem
}

.feedback-block__item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid #3f86f9;
  border-radius: 5px
}

.feedback--contact .feedback-block__item-img {
  border: 1px solid #fff
}

.feedback-block__item p {
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: all .4s ease-in;
  -o-transition: all .4s ease-in;
  transition: all .4s ease-in
}

.feedback-block__item p:hover {
  color: #3f86f9;
  -webkit-transition: all .4s ease-in;
  -o-transition: all .4s ease-in;
  transition: all .4s ease-in
}

.feedback-block__right-map iframe {
  width: 90rem;
  height: 460px
}

.manufacturing {
  padding: 12rem 0 12rem 0;
  background: #3f86f9
}

.manufacturing-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem
}

.manufacturing-block__title {
  max-width: 290px;
  color: #fff
}

.manufacturing-box {
  max-width: 90rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem
}

.manufacturing-box__item {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  width: calc(100% / 3 - 2rem)
}

.manufacturing-box__item-number {
  font-family: 'Oswald';
  font-size: 4.8rem;
  line-height: 4.1rem;
  color: #fff
}

.manufacturing-box__item-text {
  font-size: 14px;
  line-height: 17px;
  color: #fff
}

.principles {
  padding: 12rem 0 12rem 0
}

.principles-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 6rem
}

.principles-block__title {
  max-width: 290px
}

.principles-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.principles-box__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2rem
}

.principles-box__item {
  padding: 2rem 2rem 7rem 2rem;
  width: calc(100% / 3 - 2rem);
  border: 1px solid #3f86f9;
  border-radius: 5px
}

.principles-box__item-text {
  font-size: 2rem;
  line-height: 2.4rem
}

.principles-block__item {
  padding: 2rem;
  border: 1px solid #3f86f9;
  border-radius: 5px
}

.principles-block__item-text {
  margin-bottom: 9rem;
  font-size: 2rem;
  line-height: 2.4rem
}

.principles-block__item-info {
  font-size: 12px;
  line-height: 14px;
  opacity: .6
}

.manufacturer-slider {
  padding-bottom: 12rem
}

.manufacturer-slider__top {
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem
}

.manufacturer-slider__top-title {
  max-width: 285px
}

.manufacturer-slider__top-text {
  max-width: 59rem
}

.manufacturer-slider__box {
  margin-left: calc(50% - 123rem / 2)
}

.manufacturer-slider__item {
  margin: 0 10px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
/*  height: 53rem*/
}

.manufacturer-slider__box-img {
  margin-bottom: 15px;
  -o-object-fit: cover;
  object-fit: cover
}

.manufacturer-slider__box-title {
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase
}

.manufacturer-slider__list {
  margin-left: 17px;
  margin-bottom: 10px
}

.manufacturer-slider__list-item {
  list-style: disc
}

.manufacturer-slider__box-btn {
  margin-top: auto;
  display: block;
  width: 100%;
  height: 53px;
  line-height: 53px
}

.slick-list {
  padding-right: 10%
}

.manufacturer-slider__arrows {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.manufacturer-slider__arrows .slick-next,
.manufacturer-slider__arrows .slick-prev,
.manufacturer-slider__arrows--mobile .slick-next,
.manufacturer-slider__arrows--mobile .slick-prev,
.customers-slider__arrows--mobile .slick-next,
.customers-slider__arrows--mobile .slick-prev,
.portfolio-slider__arrows--mobile .slick-next,
.portfolio-slider__arrows--mobile .slick-prev,
.certificates-slider__arrows--mobile .slick-next,
.certificates-slider__arrows--mobile .slick-prev {
  font-size: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  width: 36px;
  height: 36px;
  border-radius: 5px
}

.manufacturer-slider__arrows .slick-next,
.manufacturer-slider__arrows--mobile .slick-next,
.customers-slider__arrows--mobile .slick-next {
  background: url("../images/home/arrows-right-slider.svg") no-repeat;
  background-color: #3f86f9;
  background-position: center;
  margin-left: 5px
}

.manufacturer-slider__arrows .slick-prev,
.manufacturer-slider__arrows--mobile .slick-prev,
.customers-slider__arrows--mobile .slick-prev {
  background: url("../images/home/arrows-left-slider.svg") no-repeat;
  background-color: #3f86f9;
  opacity: 0.5;
  background-position: center
}

.manufacturer-slider__mobile,
.manufacturer-slider__box--mobile,
.manufacturer-slider__arrows--mobile,
.customers-slider__mobile,
.customers-slider__box--mobile,
.customers-slider__arrows--mobile,
.portfolio-slider__mobile,
.portfolio-slider__box--mobile,
.portfolio-slider__arrows--mobile,
.certificates-slider__arrows--mobile,
.certificates-slider__mobile,
.certificates-slider__box--mobile {
  display: none
}

.portfolio-slider__arrows--mobile .slick-next,
.certificates-slider__arrows--mobile .slick-next {
  background: url("../images/home/arrows-right-black-slider.svg") no-repeat;
  background-position: center;
  margin-left: 5px;
  background-color: #fff
}

.portfolio-slider__arrows--mobile .slick-prev,
.certificates-slider__arrows--mobile .slick-prev {
  background: url("../images/home/arrows-left-black-slider.svg") no-repeat;
  background-color: #fff;
  background-position: center;
  opacity: .5
}

.customers-slider {
  padding: 12rem 0 12rem 0
}

.customers-slider__title {
  width: 25rem;
  -webkit-transform: translateY(27px);
  -ms-transform: translateY(27px);
  transform: translateY(27px)
}

.customers-slider__box {
  margin-left: calc(50% - 70rem / 2)
}

.customers-slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 120px;
  margin: 0 10px 0 10px;
  padding: 1.6rem 6.5rem;
  border: 1px solid rgba(63, 134, 249, 0.5);
  border-radius: 5px
}

.customers-slider__item img {
  margin: 0 auto;
  -o-object-fit: cover;
  object-fit: cover
}

.customers-slider__arrows {
  margin: 3rem 0 0 26rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.customers-slider__arrows .slick-next,
.customers-slider__arrows .slick-prev {
  font-size: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  width: 36px;
  height: 36px;
  border-radius: 5px
}

.customers-slider__arrows .slick-next {
  background: url("../images/home/arrows-right-slider.svg") no-repeat;
  background-color: #3f86f9;
  background-position: center;
  margin-left: 5px
}

.customers-slider__arrows .slick-prev {
  background: url("../images/home/arrows-left-slider.svg") no-repeat;
  background-color: #3f86f9;
  opacity: 0.5;
  background-position: center
}

.portfolio-slider {
  padding: 12rem 0 12rem 0;
  background: #3f86f9
}

.portfolio-slider__title {
  width: 250px;
  color: #fff;
  -webkit-transform: translateY(27px);
  -ms-transform: translateY(27px);
  transform: translateY(27px)
}

.portfolio-slider__box {
  margin-left: calc(50% - 70rem / 2)
}

.portfolio-slider__item {
  margin: 0 10px 0px 10px
}

.portfolio-slider__item-img {
  width: 100%;
  margin-bottom: 15px;
  -o-object-fit: cover;
  object-fit: cover
}
.angary-portfolio .portfolio-slider__item-img{
	height: 250px;
}
.portfolio-slider__item-text {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase
}

.portfolio-slider__arrows {
  margin: 3rem 0 0 25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.portfolio-slider__arrows .slick-next,
.portfolio-slider__arrows .slick-prev {
  font-size: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  width: 36px;
  height: 36px;
  border-radius: 5px
}

.portfolio-slider__arrows .slick-next {
  background: url("../images/home/arrows-right-black-slider.svg") no-repeat;
  background-position: center;
  margin-left: 5px;
  background-color: #fff
}

.portfolio-slider__arrows .slick-prev {
  background: url("../images/home/arrows-left-black-slider.svg") no-repeat;
  background-color: #fff;
  background-position: center;
  opacity: .5;
  margin-left: 1rem
}

.certificates-slider {
  padding: 12rem 0 12rem 0;
  background: #3f86f9
}

.certificates-slider__title {
  width: 250px;
  color: #fff;
  -webkit-transform: translateY(57px);
  -ms-transform: translateY(57px);
  transform: translateY(57px)
}

.certificates-slider--page .certificates-slider__title {
  -webkit-transform: translateY(27px);
  -ms-transform: translateY(27px);
  transform: translateY(27px)
}

.certificates-slider__box {
  margin-left: calc(50% - 70rem / 2)
}

.certificates-slider__item {
  margin: 0 15px
}

.certificates-slider__item img {
  width: 100%
}

.certificates-slider__arrows {
  margin: 3rem 0 0 26.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px
}

.certificates-slider__arrows .slick-next,
.certificates-slider__arrows .slick-prev {
  font-size: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  width: 36px;
  height: 36px;
  border-radius: 5px
}

.certificates-slider__arrows .slick-next {
  background: url("../images/home/arrows-right-black-slider.svg") no-repeat;
  background-position: center;
  margin-left: 5px;
  background-color: #fff
}

.certificates-slider__arrows .slick-prev {
  background: url("../images/home/arrows-left-black-slider.svg") no-repeat;
  background-color: #fff;
  background-position: center;
  opacity: .5
}

.certificates-slider--metallicheckie .certificates-slider__arrows .slick-next,
.certificates-slider--metallicheckie .certificates-slider__arrows--mobile .slick-next {
  background: url("../images/home/arrows-right-slider.svg") no-repeat;
  background-color: #3f86f9;
  background-position: center;
  margin-left: 5px
}

.certificates-slider--metallicheckie .certificates-slider__arrows .slick-prev,
.certificates-slider--metallicheckie .certificates-slider__arrows--mobile .slick-prev {
  background: url("../images/home/arrows-left-slider.svg") no-repeat;
  background-color: #3f86f9;
  opacity: 0.5;
  background-position: center
}

.work {
  padding: 12rem 0 12rem 0
}

.work-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem
}

.work-block__category {
  width: 285px
}

.work-block__category-title {
  width: 200px;
  margin-bottom: 4rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #000
}

.work-block__list li {
  margin-bottom: 2rem
}

.work-block__category-active {
  padding: 9px 5px;
  border: 1px solid #3f86f9;
  border-radius: 5px;
  text-align: center
}

.work-block__wrapper {
  max-width: 88rem;
  width: 100%
}

.work-block__content {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem
}

.work-block__item {
  margin-bottom: 2rem;
  width: calc(100% / 3 - 2rem)
}

.work-block__item-title {
  font-size: 17.5px;
  text-transform: uppercase
}

.work-block__item-img {
  margin-bottom: 15px;
  height: 150px;
  width: 238px;
  object-fit: cover	
}

.work-block__hidden {
  display: none
}

.work__btn {
  display: block;
  width: 285px;
  height: 53px;
  line-height: 53px;
  margin: 0 auto
}

.work__btn:hover {
  background: #0955d0
}

.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem
}

.about {
  padding: 12rem 0 12rem 0;
  background: #f5f5f5
}

.about-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem
}

.about-content {
  width: 90rem
}

.about-content__text {
  margin-bottom: 5rem;
  opacity: 0.5
}

.about-content__wrapper {
  position: relative;
  padding: 0rem 3rem 0rem 3rem;
  border: 1px solid rgba(0, 0, 0, 0.2)
}

.about-content__wrapper::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  left: 47%;
  top: 0
}

.about-content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.about-content__item-text {
  position: relative;
  width: 50%;
  padding: 3rem 0 3rem 0
}

.about-content__item-text::before {
  position: absolute;
  content: '';
  width: 115%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  left: -30px;
  top: 0
}

.about-content__requisites:last-child .about-content__item-text {
  border-bottom: none
}

.about-content__requisites:first-child .about-content__item-text::before {
  display: none
}

.are-box--about {
  width: 90rem
}

.feedback--contact {
  background: #3f86f9
}

.feedback--contact .feedback-block__lefr-title,
.feedback--contact .feedback-block__left-text,
.feedback--contact .feedback-block__item p {
  color: #fff
}

.are--contact {
  background: #fff
}

.are--contact .are-block__title {
  color: #3a3a3a
}

.are--contact .are-wrapper__form {
  background: #3f86f9
}

.are--contact .are-wrapper__form-input {
  background-color: #fff;
  opacity: 1;
  height: 36px;
  line-height: 36px;
  padding: 1rem
}

.are--contact .are-wrapper__form-input::-webkit-input-placeholder {
  color: #3f86f9
}

.are--contact .are-wrapper__form-input::-moz-placeholder {
  color: #3f86f9
}

.are--contact .are-wrapper__form-input:-ms-input-placeholder {
  color: #3f86f9
}

.are--contact .are-wrapper__form-input::-ms-input-placeholder {
  color: #3f86f9
}

.are--contact .are-wrapper__form-input,
.are--contact .are-wrapper__form-input::placeholder {
  color: #3f86f9
}

.are--contact .are-wrapper__text p,
.are--contact .are-wrapper__form-title,
.are-wrapper__file {
  color: #fff;
  opacity: 1
}

.are-wrapper__file {
  margin-bottom: 1rem
}

.are--contact .are-wrapper__form-input::-webkit-input-placeholder {
  opacity: .4
}

.are--contact .are-wrapper__form-input::-moz-placeholder {
  opacity: .4
}

.are--contact .are-wrapper__form-input:-ms-input-placeholder {
  opacity: .4
}

.are--contact .are-wrapper__form-input::-ms-input-placeholder {
  opacity: .4
}

.are--contact .are-wrapper__form-input::placeholder,
.are--contact .are-wrapper__text p {
  opacity: .4
}

.contact {
  padding: 12rem 0 12rem 0
}

.are--contact .are-wrapper__form-btn {
  background-color: #fff;
  color: #3f86f9
}

.contact-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem
}

.contact-block__content {
  width: 90rem
}

.contact-block__content-img {
  margin-bottom: 2rem
}

.contact-block__info-text {
  display: block;
  margin-bottom: 15px
}

.contact-block__info-text span {
  font-weight: 700
}

.contact-block__content a:hover {
  color: #3f86f9
}

.contact-production {
  padding: 12rem 0 12rem 0;
  background: #3f86f9
}

.contact-production__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.contact-production__box-title {
  color: #fff
}

.contact-production__gallery {
  width: 90rem;
  display: -ms-grid;
  display: grid;
  gap: 2rem;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr)
}

.contact-production__gallery-img:nth-child(2) {
  -ms-grid-column-span: 2;
  grid-column: span 2
}

.contact-production__gallery-img:nth-child(3) {
  -ms-grid-column-span: 3;
  grid-column: span 3
}

.contact-production--mobile {
  display: none
}

.vacancies {
  padding: 12rem 0 0rem 0
}

.vacancies-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem
}

.vacancies-block__content {
  width: 90rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem
}

.vacancies-block__item {
  width: calc(100% / 3 - 2rem)
}

.vacancies-block__item-img {
  margin-bottom: 15px
}

.vacancies-block__item-text {
  font-size: 18px;
  text-transform: uppercase
}

.vacancies--mobile {
  display: none
}

.sitemap {
  padding: 12rem 0 12rem 0
}

.sitemap-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12rem
}

.sitemap-menu__list li {
  margin-bottom: 3rem
}

.sitemap-menu__list li a:hover {
  color: #3f86f9
}

.sitemap-menu__list li:nth-child(7),
.sitemap-menu__list li:nth-child(8) {
  position: relative
}

.sitemap-menu__list .sub-menu {
  position: absolute;
  display: none;
  width: 250px;
  z-index: 2;
  padding: 0 1rem
}

.sitemap-menu__list .sub-menu li {
  margin-bottom: 1.5rem
}

.sitemap-menu__list li:nth-child(7):hover .sub-menu,
.sitemap-menu__list li:nth-child(8):hover .sub-menu {
  display: block;
  padding-top: 15px;
  background-color: #fff
}

.thankyou {
  min-height: 400px
}

.thankyou-block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 400px
}

.thankyou-block__inner-title {
  margin-bottom: 4rem;
  font-size: 4.8rem;
  line-height: 58px
}

.thankyou-block__inner-text {
  margin-bottom: 5rem;
  font-size: 2rem
}

.thankyou-block__inner-btn {
  display: block;
  width: 285px;
  height: 53px;
  line-height: 53px
}

.error {
  padding: 12rem 0 12rem 0;
  min-height: 500px
}

.error-block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 500px
}

.error-block__inner-title {
  margin-bottom: 6rem;
  font-size: 4.8rem
}

.error-block__inner-img {
  margin-bottom: 6rem
}

.error-block__inner-text {
  margin-bottom: 6rem;
  font-size: 2.4rem;
  text-transform: uppercase
}

.error-block__inner-btn {
  display: block;
  width: 285px;
  height: 53px;
  line-height: 53px
}

.policy {
  padding: 12rem 0 12rem 0
}

.policy-block__title {
  margin-bottom: 4rem;
  text-align: center
}

.policy div {
  padding-top: 2rem;
  margin-bottom: 2rem;
  font-size: 2.4rem;
  line-height: 3rem
}

.policy p {
  margin-bottom: 1rem;
  font-size: 16px;
  line-height: 24px
}

.nershaveika {
  padding: 12rem 0 12rem 0;
  background: #fff
}

.nershaveika--perila,
.nershaveika--ograzhdinia {
  padding-bottom: 0
}

.nershaveika-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 5rem
}

.aside--active {
  color: #3f86f9
}

.aside li {
  margin-bottom: 1rem;
  list-style: none;
  cursor: pointer
}

.aside li:nth-child(1),
.aside li:nth-child(2) {
  position: relative
}

.aside li:nth-child(1),
.aside li:nth-child(2) {
  position: relative
}

.aside li:nth-child(1)::before,
.aside li:nth-child(2)::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  background: url("../images/nershaveika/nershaveika-arrows.svg") no-repeat;
  top: 12px;
  right: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg)
}

.aside li a {
  font-size: 2.6rem;
  line-height: 3.1rem;
  text-transform: uppercase;
  font-weight: 400
}

.aside ul {
  padding: 0
}

ul[class].aside-menu {
  width: 250px;
  padding: 1.5rem;
  background: #fff;
  border-radius: 5px;
  display: none
}

.aside-menu li:nth-child(1)::before,
.aside-menu li:nth-child(2)::before {
  display: none
}

.aside-menu li a {
  font-size: 16px;
  line-height: 22px;
  text-transform: none
}

.aside li:hover ul[class].aside-menu {
  display: block
}

.sidebar--mobile {
  display: none
}

.search__wrapper-filter {
  display: none
}

.nershaveika-box {
  max-width: 90rem;
  width: 100%
}

.nershaveika-box__info {
  padding-bottom: 7rem;
  border-bottom: 1px solid #3f86f9
}

.nershaveika-box__info-title {
  margin-bottom: 3rem
}

.nershaveika-box__info-text {
  margin-bottom: 3rem
}

.nershaveika-box__list {
  margin-left: 2rem
}

.nershaveika-box__list-item {
  list-style: disc
}

.nershaveika-box__number-title {
  padding-top: 7rem;
  margin-bottom: 5rem
}

.nershaveika-box__item {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.nershaveika-box__item-number {
  font-family: 'Oswald';
  font-size: 4.8rem;
  line-height: 6.1rem;
  text-transform: uppercase;
  color: #3f86f9
}

.vacancies--nershaveika {
  padding-bottom: 12rem;
  background: #3f86f9;
  color: #fff
}

.vacancies--nershaveika .vacancies-block__item-title {
  margin-bottom: 12px;
  font-size: 18px;
  text-transform: uppercase
}

.vacancies--nershaveika .vacancies-block__item-text {
  font-size: 16px;
  text-transform: none
}

.nershaveika-box--lestnici .nershaveika-box__number-title {
  padding-top: 0
}

.nershaveika-box--lestnici .nershaveika-box__number {
  padding-bottom: 7rem;
  border-bottom: 1px solid #3f86f9
}

.nershaveika-box--lestnici .nershaveika-box__info {
  padding-bottom: 0;
  border-bottom: none
}

.nershaveika-box--lestnici .nershaveika-box__info {
  padding-top: 7rem
}

.lestnici {
  padding-bottom: 0
}

.proectirovanie-price {
  padding: 12rem 0 12rem 0;
  background: #3f86f9
}

.proectirovanie-price__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.proectirovanie-price__block-title {
  color: #fff
}

.proectirovanie-price__box {
  max-width: 90rem;
  width: 100%
}

.proectirovanie-price__wrapper {
  position: relative;
  border: 1px solid #fff
}

.proectirovanie-price__wrapper::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 47%
}

.proectirovanie-price__item {
  position: relative;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.proectirovanie-price__item::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  right: 0;
  top: 0
}

.proectirovanie-price__item:first-child.proectirovanie-price__item::before {
  display: none
}

.proectirovanie-price__item:first-child .proectirovanie-price__item-text {
  font-weight: 700
}

.proectirovanie-price__item-text {
  width: 50%;
  color: #fff
}

.nershaveika-box .nershaveika-box__info--proectirovanie {
  padding-bottom: 5rem
}

.ograshdenia-box__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem
}

.ograshdenia-box__item {
  width: calc(100% / 3 - 2rem)
}

.ograshdenia-box__item-img {
  margin-bottom: 15px
}

.ograshdenia-box__item-text {
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase
}

.ograshdenia-box__number .nershaveika-box__list {
  margin-bottom: 2rem
}

.ograshdenia-box__list-item {
  margin-bottom: 5px;
  list-style: disc
}

.about-home--metallicheckie,
.about-home--metallicheckie .about-home__number-btn {
  background: #3f86f9;
  color: #fff
}

.about-home--metallicheckie .about-home__number {
  background: #fff;
  color: #3f86f9
}

.about-home--metallicheckie .about-home__item-title,
.about-home--metallicheckie .about-home__item-text {
  color: #3f86f9
}

.certificates-slider--metallicheckie {
  background-color: #fff
}

.nershaveika-box__img {
  margin-bottom: 3rem
}

.metal {
  padding: 12rem 0 12rem 0;
  background: #3f86f9
}

.metal-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem
}

.metal-block__title {
  color: #fff
}

.metal-box {
  max-width: 90rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.metal-box__item {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% / 3 - 2rem)
}

.metal-box__item-img {
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 15px
}

.metal-box__item-text {
  margin-bottom: 15px;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase
}

.metal-box__list {
  margin: 0 0 1rem 2rem
}

.metal-box__list-item {
  margin-bottom: .3rem;
  list-style: disc;
  color: #fff
}

.metal-box__item-btn {
  margin-top: auto;
  display: block;
  max-width: 240px;
  width: 100%;
  height: 53px;
  line-height: 53px;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  color: #3F86F9
}

.contact-production__inner {
  max-width: 90rem;
  width: 100%
}

.contact-production--metallicheskie {
  background-color: #fff
}

.contact-production--metallicheskie .contact-production__box-title {
  color: #000
}

.metallicheskie-box {
  margin-top: 2rem
}

.metallicheskie-box__wrapper {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: (1fr)[2];
  grid-template-rows: repeat(2, 1fr)
}

.metallicheskie-box__img:nth-child(1) {
  -ms-grid-column-span: 2;
  grid-column: span 2
}

.metallicheskie-box__wrapper-btn {
  display: block;
  width: 285px;
  height: 53px;
  line-height: 53px;
  margin: 4rem auto 0 auto
}

.metal-box__item-btn:hover {
  background: #0955d0;
  color: #fff
}

.metallicheskie-box__wrapper--hidden {
  display: none
}

.show-mettal {
  margin-top: 2rem;
  display: -ms-grid;
  display: grid
}

.certificates-slider--metallicheckie .certificates-slider__title {
  color: #000
}

.metalllest {
  padding-bottom: 12rem
}

.metalllest-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem
}

.metalllest-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 2rem;
  width: calc(100% / 3 - 2rem)
}

.metalllest-block__item-img {
	height: 278px;
    width: 278px;
    object-fit: cover;
  margin-bottom: 15px
}

.metalllest-block__item-title {
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase
}

.metalllest-block__item-text {
  margin-top: auto;
  font-size: 14px
}

.lestzakaz {
  padding: 12rem 0 12rem 0;
  background: #3f86f9
}

.lestzakaz-block,
.metallnam-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem
}

.lestzakaz-block__title {
  color: #fff
}

.lestzakaz-box,
.metallnam-box {
  max-width: 90rem;
  width: 100%
}

.lestzakaz-box__text {
  margin-bottom: 2rem;
  color: #fff
}

.lestzakaz-box__title {
  margin-bottom: 3rem;
  font-size: 2.6rem;
  line-height: 3.1rem;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff
}

.lestzakaz .nershaveika-box__item-number,
.lestzakaz .nershaveika-box__item-text {
  color: #fff
}

.lestzakaz-box-line {
  margin: 7rem 0 7rem 0;
  width: 100%;
  height: 1px;
  background-color: #fff
}

.metallnam {
  padding: 12rem 0 12rem 0
}

.metallnam-block__title {
  width: 280px
}

.metallnam-box__text {
  margin-bottom: 2rem
}

.lestzakaz-box__img {
  margin-bottom: 3rem
}

.lestzakaz.zakladnie {
  padding-top: 0;
  padding-bottom: 0
}

.zakladnie {
  background-color: #fff
}

.zakladnie .estzakaz-block__title,
.zakladnie .lestzakaz-box__text,
.zakladnie .lestzakaz-box__title,
.zakladnie .nershaveika-box__item-number,
.zakladnie .nershaveika-box__item-text {
  color: #000
}

.zakladnie .lestzakaz-box-line {
  background-color: #000;
  opacity: .3
}

.zakladnie-box {
  margin-bottom: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.zakladnie-box__img {
  width: calc(100% / 3 - 2rem)
}

.lestzakaz-box__title {
  margin-bottom: 3rem
}

.zakladnie .lestzakaz-block__title {
  color: #000
}

.zakladnie-box--mobile {
  display: none
}

.lestzakaz-box__title--mobile {
  display: none
}

.ispitamia {
  padding-bottom: 10rem
}

.ispitamia .lestzakaz-box-line {
  background-color: #000;
  opacity: .3
}

.nershaveika-box--lestnici.ispitamia .nershaveika-box__number {
  padding-bottom: 0;
  border-bottom: none
}

.nershaveika-box--lestnici.ispitamia .nershaveika-box__info {
  padding-top: 0
}

.ispitania--price .proectirovanie-price__item-text {
  width: 25%
}

.ispitania--price .proectirovanie-price__item-text:nth-child(2),
.ispitania--price .proectirovanie-price__item-text:nth-child(4) {
  text-align: center
}

.ispitania--price .proectirovanie-price__wrapper,
.ispitania--price .proectirovanie-price__box {
  position: relative
}

.ispitania--price .proectirovanie-price__wrapper::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 29%
}

.ispitania--price .proectirovanie-price__box::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 85%;
  background-color: #fff;
  top: 15%;
  right: 29%
}

.ispitania-box__subtitle {
  margin-bottom: 2rem;
  color: #fff
}

@media (min-width: 1960px) {
  .manufacturer-slider__item {
    height: 65rem
  }
}

@media (max-width: 1250px) {
  .heading-block__left-title {
    font-size: 9rem
  }

  .heading-block__right-text {
    font-size: 2rem
  }

  .advantages-box,
  .are-box,
  .about-home__box,
  .questions-accardion,
  .stages-box,
  .feedback-block__right,
  .manufacturing-box,
  .principles-box,
  .about-content,
  .are-box--about,
  .contact-block__content,
  .contact-production__gallery,
  .are-box--about,
  .vacancies-block__content {
    max-width: 90rem;
    width: 100%
  }

  .manufacturer-slider__box {
    margin-left: calc(50% - 100rem / 2)
  }

  .manufacturer-slider__mobile,
  .manufacturer-slider__box--mobile,
  .manufacturer-slider__arrows--mobile,
  .customers-slider__mobile,
  .customers-slider__box--mobile,
  .customers-slider__arrows--mobile,
  .portfolio-slider__mobile,
  .portfolio-slider__box--mobile,
  .portfolio-slider__arrows--mobile,
  .certificates-slider__arrows--mobile,
  .certificates-slider__mobile,
  .certificates-slider__box--mobile {
    display: block
  }

  .manufacturer-slider__box,
  .customers-slider__box,
  .portfolio-slider__box,
  .certificates-slider__box {
    display: none
  }

  .manufacturer-slider__arrows .slick-next,
  .manufacturer-slider__arrows .slick-prev,
  .customers-slider__arrows .slick-next,
  .customers-slider__arrows .slick-prev,
  .portfolio-slider__arrows .slick-next,
  .portfolio-slider__arrows .slick-prev,
  .certificates-slider__arrows .slick-next,
  .certificates-slider__arrows .slick-prev {
    display: none !important
  }

  .are {
    padding: 8rem 0 8rem 0
  }

  .are-box {
    margin-bottom: 1rem
  }

  .are-wrapper__form-input,
  .are-wrapper__text,
  .are .are-wrapper__form-btn,
  .are-wrapper__file input {
    max-width: 270px;
    width: 100%
  }

  .are-wrapper__info {
    gap: 3rem
  }

  .customers-slider__title,
  .portfolio-slider__title,
  .certificates-slider__title {
    margin-bottom: 2rem;
    width: 100%;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }

  .stages-block,
  .feedback-block,
  .principles-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .feedback-block__right-map iframe {
    width: 100%
  }

  .feedback-block__right,
  .principles-block__title {
    max-width: 100%
  }

  .principles-box {
    max-width: 100%
  }

  .footer-block {
    gap: 20px
  }

  .about-content__item-text::before {
    width: 114%
  }

  .are-wrapper__info-img {
    width: 300px
  }
}

@media (max-width: 1000px) {

  .are-wrapper__info,
  .about-home__block,
  .are-block,
  .feedback-block__contact,
  .manufacturing-block,
  .metallnam-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .stages-box__item,
  .metallnam-block__title {
    width: 100%
  }

  .stages-box__item-img::after,
  .stages-box__item:nth-child(4) .stages-box__item-img::after,
  .stages-box__item:nth-child(5) .stages-box__item-img::after {
    width: 100%;
    right: 0
  }

  .stages-box__item:last-child {
    margin-left: 0
  }

  .feedback-block__item {
    margin-bottom: 20px
  }

  .manufacturing-box,
  .manufacturing-block__title,
  .are-box--about,
  .nershaveika-box {
    max-width: 100%
  }

  .about-content__item-text::before {
    width: 119%
  }

  .are-wrapper__info-img {
    width: 100%
  }

  .policy {
    padding: 0 0 4rem 0
  }

  .ispitania--price .proectirovanie-price__block-title {
    display: none
  }

  .metal-box__item {
    width: calc(100% / 2 - 2rem)
  }

  .proectirovanie-price__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .proectirovanie-price__box {
    padding-bottom: 2rem;
    overflow-x: auto
  }
}

@media (max-width: 850px) {
	.metalllest-block__item-img{
		width: 100%;
		height:330px;
	}
	.angary-portfolio .portfolio-slider__item-img{
	height: 280px;
}
  .heading-block,
  .advantages-block,
  .accardion-block,
  .contact-block,
  .contact-production__box,
  .vacancies-block,
  .lestzakaz-block,
  .metal-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .heading-block__left,
  .heading-block__right,
  .heading-block__left-subtitle,
  .heading-block__left-text {
    width: 100%
  }

  .heading-block__right-text {
    display: none
  }

  .heading-block__right-text--mobile {
    margin-bottom: 2rem;
    display: block
  }

  .manufacturer-slider__box-title {
    text-transform: none
  }

  .are-box__item {
    width: calc(100% / 2 - 2rem)
  }

  .principles-box__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .principles-box__item {
    padding-bottom: 2rem;
    width: 100%
  }

  .footer-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .work-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0
  }

  .work-block__category {
    width: 100%
  }

  .work-block__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    overflow-x: auto
  }

  .work-block__list li a {
    display: block;
    text-align: center
  }

  .work-block__list li {
    min-width: 220px
  }

  .work,
  .contact,
  .vacancies,
  .lestzakaz {
    padding: 5rem 0 5rem 0
  }

  .about-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .about,
  .contact-production {
    padding: 5rem 0 5rem 0
  }

  .about-content__item-text::before {
    width: 116%
  }

  .about-block {
    gap: 3rem
  }

  .aside {
    display: none
  }

  .search__wrapper-filter {
    display: block;
    position: relative;
    margin-left: 3rem;
    margin-bottom: 2rem
  }

  .search__wrapper-filter::before {
    position: absolute;
    content: '';
    width: 3rem;
    height: 3rem;
    background: url("../images/nershaveika/Filters.svg") no-repeat;
    top: 0;
    left: -30px
  }

  .sidebar-show {
    display: block
  }

  .sidebar--mobile {
    margin-bottom: 2rem;
    padding: 1rem;
    background: #EFF2F7
  }

  .sidebar--mobile li {
    padding-top: .5rem;
    padding-bottom: .5rem
  }

  .nershaveika {
    padding: 5rem 0 0rem 0
  }

  .metalllest {
    padding-bottom: 3rem
  }

  .aside li a {
    font-size: 20px;
    text-transform: none
  }

  .metalllest-block__item {
    width: calc(100% / 2 - 2rem)
  }

  .ispitamia {
    padding-bottom: 0
  }

  .proectirovanie-price__inner {
    overflow-x: auto
  }

  .proectirovanie-price__wrapper {
    min-width: 86rem
  }

  .proectirovanie-price__inner-box {
    position: relative;
    padding-bottom: 2rem;
    min-width: 86rem
  }

  .proectirovanie-price__inner-box::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 93%;
    background-color: #fff;
    top: 0;
    right: 29%
  }

  .ispitania--price .proectirovanie-price__box::after {
    display: none
  }

  .ograshdenia-box__list {
    margin-left: 2rem
  }

  .ograshdenia-box__info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3.5rem
  }

  .ograshdenia-box__item {
    width: calc(100% / 2 - 2rem)
  }
}

@media (max-width: 650px) {
  .heading-block__left-subtitle {
    font-size: 20px
  }

  .heading-block__left-text {
    font-size: 24px
  }

  .heading-block__left-title {
    margin: 20px 0 20px 0;
    font-size: 64px;
    line-height: 77px;
    font-weight: 400;
    letter-spacing: 3px
  }

  .heading-block__right-text {
    font-size: 14px;
    line-height: 18px
  }

  .heading-block__bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem
  }

  .heading-block__bottom-btn,
  .heading-block__bottom-button {
    max-width: 100%;
    height: 69px;
    line-height: 69px
  }

  .heading-wrapper,
  .heading {
    min-height: 50rem
  }

  .heading-block__left {
    padding-top: 80px
  }

  .heading-block__left-text {
    margin-bottom: 10px
  }

  .advantages,
  .accardion,
  .stages,
  .feedback,
  .principles {
    padding: 5rem 0 5rem 0
  }

  .title {
    font-size: 20px;
    line-height: 24px
  }

  .advantages-box__item {
    padding: 4.5rem;
    width: 100%
  }

  .advantages-box {
    gap: 1rem
  }

  .advantages-box__item-btn {
    width: 100%;
    height: 50px;
    line-height: 50px
  }

  .manufacturer-slider__item {
    height: 52rem
  }

  .manufacturer-slider__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .manufacturer-slider__top-title {
    max-width: 100%
  }

  .manufacturer-slider__top-text {
    max-width: 100%
  }

  .are-wrapper__form-title {
    max-width: 100%;
    font-size: 20px;
    line-height: 24px
  }

  .customers-slider,
  .portfolio-slider {
    padding: 5rem 0 5rem 0
  }

  .portfolio-slider__item-text {
    text-transform: none
  }

  .about-home__box,
  .questions-accardion__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .about-home__number,
  .about-home__info,
  .manufacturing-box__item {
    width: 100%
  }

  .about-home,
  .certificates-slider {
    padding: 5rem 0 5rem 0
  }

  .questions-accardion__left img {
    width: 100%
  }

  .feedback-block__right-map iframe {
    height: 458px
  }

  .feedback-block__item p {
    font-size: 16px;
    text-transform: none
  }

  .feedback-block__contact {
    margin-bottom: 2rem
  }

  .manufacturing-box__item-number {
    font-size: 48px;
    line-height: 45px
  }

  .manufacturing-box__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .work-block__item-title {
    font-size: 14px
  }

  .work-block__item-img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
	height: 207px;  
    margin-bottom: 5px
  }

  .work-block__item {
    margin-bottom: 1rem
  }

  .work__btn {
    width: 100%
  }

  .work-block__category-title {
    width: 100%
  }

  .about-content__text {
    margin-bottom: 20px
  }

  .policy div {
    font-size: 18px;
    line-height: 24px
  }

  .policy,
  .policy-block,
  .policy-block p {
    max-width: 100%
  }

  .policy div.policy-block__title {
    padding-top: 0;
    font-size: 20px
  }

  .policy-block p {
    width: 100%
  }

  .work-block__hidden {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .stages-box__item {
    margin-bottom: 2.5rem
  }

  .manufacturing-box {
    gap: 3rem
  }

  .vacancies-block__item {
    width: 100%
  }

  .vacancies-block__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .customers-slider__title,
  .portfolio-slider__title {
    margin-bottom: 3rem
  }

  .customers-slider__arrows {
    margin-top: 1rem
  }

  .manufacturing-block {
    gap: 4rem
  }

  .work-block__item {
    width: 100%
  }

  .work-block__list li {
    min-width: 160px
  }

  .work-block__list li a {
    font-size: 12px
  }

  .vacancies-block__content {
    gap: 0
  }

  .contact-production__gallery-img,
  .contact-production__box-title,
  .vacancies-block__title,
  .vacancies-block__item {
    margin-left: 10px
  }

  .contact-production,
  .vacancies {
    display: none
  }

  .vacancies--nershaveika {
    display: block
  }

  .contact-production--mobile,
  .vacancies--mobile {
    display: block
  }

  .nershaveika--ograzhdinia .nershaveika-box__item:last-child,
  .nershaveika--ograzhdinia .nershaveika-box__number {
    margin-bottom: 0
  }
}

@media (max-width: 550px) {
  .manufacturer-slider {
    padding-bottom: 4rem
  }

  .are-box__item {
    width: 100%
  }

  .are-wrapper__form-input,
  .are-wrapper__text,
  .are .are-wrapper__form-btn {
    max-width: 100%;
    width: 100%
  }

  .are,
  .manufacturing {
    padding: 5rem 0 4rem 0
  }

  .are-box__item-number {
    font-size: 35px
  }

  .are-box__item {
    margin-bottom: 0
  }

  .are-box__item-text {
    font-size: 16px
  }

  .are-box__item:last-child {
    margin: 0
  }

  .are-wrapper__form {
    padding: 2rem;
    margin-top: 2rem
  }

  .about-home__item-title {
    font-size: 5rem;
    line-height: 7rem
  }

  .advantages-block__title {
    font-size: 20px;
    text-transform: uppercase
  }

  .questions-accardion__title {
    display: block;
    font-size: 16px;
    width: 260px
  }

  .questions-accardion__date {
    font-size: 12px
  }

  .accardion-block {
    gap: 3rem
  }

  .questions__wrapper {
    padding: 2rem 0 2rem 0
  }

  .manufacturing-box__item {
    margin-bottom: 0
  }

  .principles-box__item-text,
  .principles-block__item-text {
    font-size: 16px;
    line-height: 22px
  }

  .principles-block__item-text {
    margin-bottom: 10px
  }

  .principles-block {
    gap: 3rem
  }

  .principles-box__wrapper {
    gap: 1rem
  }

  .footer-block__item--hidden {
    display: none
  }

  .footer-block__item--mobile {
    display: block;
    width: 100%
  }

  .footer {
    padding-top: 4rem
  }

  .footer-block__item-subtitle {
    text-transform: uppercase
  }

  .footer-block__item-logo {
    margin-bottom: 0
  }

  .footer-block {
    gap: 3rem
  }

  .footer-block__item-phone,
  .footer-block__item-address,
  .footer-block__item-email {
    margin-bottom: 2.5rem
  }

  .footer-block__item-btn {
    width: 100%;
    margin: 30px 0 20px 0
  }

  .footer-block__item-logo {
    font-size: 3rem
  }

  .work-block__category-title {
    margin-bottom: 20px
  }

  .work-block__item {
    width: 100%
  }

  .about-content__wrapper {
    padding: 0 1rem 0 1rem
  }

  .about-content {
    max-width: 100%
  }

  .about-content__item-text::before {
    left: -11px;
    width: 110%
  }

  .about-content__item-text {
    font-size: 12px
  }

  .contact-production__gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1rem;
    overflow-x: auto
  }

  .contact-production__gallery-img img {
    padding-bottom: 1.5rem;
    min-width: 285px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
  }

  .are--contact .are-wrapper__form {
    margin-top: 0
  }

  .vacancies-block__content {
    overflow-x: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  .vacancies-block__item {
    min-width: 295px;
    padding-bottom: 1rem
  }

  .vacancies-block__item-img {
    margin-bottom: 5px;
    -o-object-fit: cover;
    object-fit: cover
  }

  .vacancies-block__item-text {
    font-size: 14px
  }

  .vacancies {
    padding-bottom: 2rem
  }

  .vacancies--nershaveika {
    padding-bottom: 5rem
  }

  .nershaveika-box__number {
    margin-bottom: 4.5rem
  }

  .sitemap-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem
  }

  .sitemap {
    padding: 3rem 0 3rem 0
  }

  .sitemap-menu__list li {
    margin-bottom: 0
  }

  .sitemap-menu__list li {
    padding: 1rem 0
  }

  .thankyou-block__inner-text {
    font-size: 16px;
    text-align: center
  }

  .error {
    padding: 2rem 0;
    min-height: unset
  }

  .error-block__inner-title {
    margin-bottom: 6rem;
    font-size: 40px
  }

  .thankyou-block__inner-btn {
    width: 100%
  }

  .error-block__inner-text {
    font-size: 24px
  }

  .nershaveika-box__info-title {
    margin-bottom: 2rem
  }

  .nershaveika-box__info {
    padding-bottom: 4rem
  }

  .nershaveika-box__number-title {
    padding-top: 4rem;
    margin-bottom: 2rem
  }

  .aside li {
    margin-bottom: 0
  }

  .aside li a {
    font-size: 16px;
    text-transform: none
  }

  .vacancies-block__item-img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
  }

  .nershaveika-box__item-number {
    font-size: 4.8rem;
    line-height: 4.1rem
  }

  .nershaveika-box__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1.5rem
  }

  .metalllest-block__item {
    width: 100%
  }

  .nershaveika--perila .nershaveika-box__number,
  .nershaveika--perila .nershaveika-box__number .nershaveika-box__item:last-child {
    margin-bottom: 0
  }

  .metalllest-block__item-title {
    margin-bottom: 1rem
  }

  .lestzakaz-box-line {
    margin: 4rem 0 4rem 0
  }

  .lestzakaz-box__title {
    font-size: 24px;
    line-height: 28px;
    text-transform: none
  }

  .lestzakaz {
    padding-bottom: 2rem
  }

  .nershaveika-box__info-text {
    margin-bottom: 2rem
  }

  .proectirovanie-price {
    padding: 3rem 0 3rem 0
  }

  .proectirovanie-price__item {
    padding: 1rem
  }

  .nershaveika-box__info-text:last-child {
    margin-bottom: 0
  }

  .nershaveika-box--lestnici .nershaveika-box__info {
    padding-top: 0rem
  }

  .nershaveika-box--lestnici .nershaveika-box__number {
    padding-bottom: 2rem
  }

  .nershaveika-box__img {
    margin-bottom: 5rem
  }

  .proectirovanie-box {
    padding-top: 2rem
  }

  .metal-box__item {
    width: 100%
  }

  .metal-box__item-btn {
    max-width: 100%
  }

  .metallicheskie-box__wrapper {
    padding-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow-x: auto
  }

  .metallicheskie-box__img img {
    min-width: 285px;
    height: 100%
  }

  .metallicheskie-box__wrapper--hidden {
    display: none
  }

  .show-mettal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .contact-production--metallicheskie {
    display: none
  }

  .metal {
    padding: 5rem 0 5rem 0
  }

  .metallnam {
    padding: 5rem 0 0rem 0
  }

  .nershaveika-box__item {
    margin-bottom: 2.3rem
  }

  .ograshdenia-box__item {
    width: 100%
  }

  .ograshdenia-box__item img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
  }

  .about-home--metallicheckie .about-home__box {
    gap: 3rem
  }

  .zakladnie-box__img {
    width: 100%
  }

  .zakladnie-box__img img {
    width: 100%
  }

  .zakladnie-box {
    margin-bottom: 2rem
  }

  .zakladnie-box {
    display: none
  }

  .zakladnie-box--mobile {
    padding-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    margin-left: 15px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  .lestzakaz-box__title {
    display: none
  }

  .lestzakaz-box__title--mobile {
    max-width: 100%;
    margin-left: 15px;
    display: block;
    color: #000
  }

  .zakladnie-box--mobile .zakladnie-box__img {
    min-width: 285px
  }

  .about-home__info-img--img {
    height: 25rem;
    -o-object-fit: cover;
    object-fit: cover
  }

  .certificates-slider__title {
    margin-bottom: 30px
  }

  .certificates-slider--page .certificates-slider__title {
    margin-bottom: 50px
  }

  .principles-box__wrapper {
    margin-bottom: 1rem
  }

  .manufacturer-slider__arrows .slick-next,
  .manufacturer-slider__arrows .slick-prev,
  .manufacturer-slider__arrows--mobile .slick-next,
  .manufacturer-slider__arrows--mobile .slick-prev,
  .customers-slider__arrows--mobile .slick-next,
  .customers-slider__arrows--mobile .slick-prev,
  .portfolio-slider__arrows--mobile .slick-next,
  .portfolio-slider__arrows--mobile .slick-prev,
  .certificates-slider__arrows--mobile .slick-next,
  .certificates-slider__arrows--mobile .slick-prev {
    width: 26px;
    height: 26px
  }

  .certificates-slider__item {
    margin: 0 10px
  }

  .contact-block__info-text:last-child {
    margin-bottom: 0
  }

  .customers-slider__item {
    margin: 0 5px 0 5px
  }

  .ispitania--price {
    margin-top: 5rem;
    padding: 5rem 0 3rem 0
  }
}

@media (max-width: 380px) {
  .manufacturer-slider__item {
    height: 49rem
  }
}

.nav-icon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  display: none;
  z-index: 6;
  border-radius: 50%
}

.nav-icon__middle {
  position: relative;
  width: 24px;
  height: 2px;
  border-radius: 5px;
  background-color: #fff
}

.nav-icon__middle::before,
.nav-icon__middle::after {
  position: absolute;
  content: '';
  width: 24px;
  height: 2px;
  background-color: #fff;
  border-radius: 5px
}

.nav-icon--active .nav-icon__middle::before,
.nav-icon--active .nav-icon__middle::after,
.nav-icon--active .nav-icon__middle {
  background-color: #3f86f9
}

.nav-icon__middle::before {
  top: 7px;
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in
}

.nav-icon__middle::after {
  bottom: 7px;
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in
}

.nav-icon.nav-icon--active .nav-icon__middle {
  background-color: transparent;
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in
}

.nav-icon.nav-icon--active .nav-icon__middle::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in
}

.nav-icon.nav-icon--active .nav-icon__middle::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 0;
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in
}

@media (max-width: 1550px) {
  .sub-menu .sub-menu {
    width: 60rem
  }

  .sub-menu li:hover:first-child>.sub-menu {
    gap: 1rem
  }
}

@media (max-width: 1050px) {

  .header__contact,
  .header__info {
    display: none
  }

  .sub-menu .sub-menu {
    width: 30rem
  }
}

@media (max-width: 700px) {
  .nav-icon {
    position: relative;
    display: block;
    z-index: 8
  }

  .menu {
    position: fixed;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    background: #fff;
    right: 0;
    top: 0;
    color: #363636;
    z-index: 2;
    border-radius: 0px;
    -webkit-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in
  }

  .menu__list {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 5.5rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 2rem;
    gap: 0rem
  }

  ul.menu__list[class] {
    padding-left: 2rem
  }

  .menu__list li a {
    text-align: left;
    font-size: 18px;
    font-weight: 500
  }

  .menu.nav--active {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
    margin-left: 0
  }

  .header__inner-btn {
    display: none
  }

  .logo {
    position: relative;
    z-index: 3
  }

  .box-mobile {
    display: block;
    padding-left: 2rem;
    padding-top: 2rem
  }

  .box-mobile .header__contact,
  .box-mobile .header__inner-btn,
  .box-mobile .header__info {
    display: block
  }

  .box-mobile .header__contact {
    margin-bottom: 10px
  }

  .box-mobile .header__inner-btn {
    margin-bottom: 2rem
  }

  .header {
    padding: 10px 0;
    background: #3f86f9
  }

  .logo--desctop {
    display: none;
    width: 90px
  }

  .logo--mobile {
    display: block
  }

  .header {
    height: 50px
  }

  .menu__list .sub-menu {
    width: 320px;
    height: 700px;
    overflow-y: auto;
    overflow-x: hidden
  }

  .menu__list li:nth-child(2) .sub-menu {
    height: auto
  }

  ul.sub-menu[class] {
    padding-left: 0
  }

  .sub-menu .sub-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    z-index: 1
  }

/*  .sub-menu li:hover:first-child>.sub-menu {
    gap: 1rem;
    height: 700px;
    overflow-y: auto
  }*/

  .sub-menu li a,
  .sub-menu .sub-menu li a {
    margin-bottom: 0
  }

  .menu__list .sub-menu li:first-child::before {
    right: 0px
  }

  .menu__list .sub-menu .sub-menu::before {
    display: none
  }

  .menu__list li {
    padding: 15px 0 15px 0
  }

  .menu__list li:first-child::after {
    top: 22px
  }

  .menu__list li .sub-menu li {
    width: 230px
  }
}

@media (max-width: 550px) {
  .box-mobile .header__inner-btn {
    width: 100%
  }

  .menu__list li .sub-menu li {
    width: 180px
  }

  .menu__list .sub-menu li:first-child::before,
  .menu__list .sub-menu li:nth-child(2):before {
    right: -40px
  }
}