/* Fonts */

@font-face {
  font-family: 'Montserrat';
  font-weight: 500;
  src: url(../fonts/Montserrat-Medium.woff)
}

@font-face {
  font-family: 'Montserrat';
  font-weight: 700;
  src: url(../fonts/Montserrat-Bold.woff)
}

@font-face {
  font-family: 'Montserrat';
  font-weight: 800;
  src: url(../fonts/Montserrat-ExtraBold.woff)
}

/* Reset */

html {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 170px 0 0 0;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat';
  font-weight: 500;
  color: #1F2021;
}

body * {
  margin: 0;
  padding: 0;
  outline: 0;
  background-repeat: no-repeat;
  background-position: center;
  font-weight: normal;
  font-style: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

img {
  border: none;
  -webkit-user-drag: none;
}

input,
textarea {
  border: none;
  border-radius: 0;
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

textarea {
  resize: none;
}

/* Global */

html.-scroll-lock {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1660px;
  margin: 0 auto;
  padding: 0 30px;
}

.start-element {
  height: 1px;
}

/* UI KIT */

.-mobile-display {
  display: none;
}

.-dark-block {
  background-color: #1F2021;
  color: #fff;
}

.-caps {
  text-transform: uppercase;
}

.-nowrap {
  white-space: nowrap;
}

.-bold,
.-bold * {
  font-weight: 700 !important;
}

.-extrabold,
.-extrabold * {
  font-weight: 800 !important;
}

.title em {
  color: #C6C7C9;
}

.-dark-block .title em {
  color: #434547;
}

.title-1,
.title-1 * {
  font-weight: 700;
  font-size: 149px;
  line-height: 149px;
  letter-spacing: -0.04em;
}

.title-1 img {
  width: 160px;
  display: inline-block;
}

.title-2,
.title-2 * {
  font-weight: 700;
  font-size: 68px;
  line-height: 80px;
  letter-spacing: -0.04em;
}

.text-1,
.text-1 * {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.02em;
}

.text-2,
.text-2 * {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.02em;
}

.text-3,
.text-3 * {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
}

.text-4,
.text-4 * {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.02em;
}

.default-link,
.default-links a {
  color: #1F2021;
  transition: color 0.4s;
}

.-dark-block .default-link,
.-dark-block .default-links a {
  color: #fff;
}

.default-link.-blue,
.default-links a.-blue {
  color: #0596FA;
}

.default-link.-has-icon,
.default-links a.-has-icon {
  display: inline-flex;
  align-items: center;
}

.default-link img,
.default-links a svg,
.default-link svg,
.default-links a img {
  display: inline;
  width: 100%;
  max-width: 20px;
  height: auto;
  margin-right: 8px;
}

.default-link img,
.default-links a img {
  filter: brightness(0);
  transition: opacity 0.4s, transform 0.4s, filter 0.4s;
}

.default-link.-anchor img,
.default-links.-anchor a img {
  max-width: 14px;
  margin: 0 0 0 5px;
  opacity: 0;
  transform: translateY(-5px);
}

.default-link.-target img,
.default-links.-target a img {
  position: relative;
  top: 1px;
  width: 12px;
  margin-left: 2px;
  opacity: 0;
  transform: translate(-2px, 2px);
  transition: opacity 0.3s, transform 0.3s, filter 0.3s;
}

.default-link svg .fill {
  fill: #1F2021;
  transition: fill 0.4s;
}

.default-link svg .stroke {
  stroke: #1F2021;
  transition: stroke 0.4s;
}

.button-container {
  display: flex;
}

.default-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0596FA;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  transition: background-color 0.4s;
}

.default-button.-rectangle {
  height: 64px;
  padding: 0 24px;
}

.default-button.-circle {
  flex-direction: column;
  width: 160px;
  height: 160px;
  padding: 13px 15px 0 15px;
  border-radius: 50%;
  text-align: center;
}

.default-button.-circle.-map-link {
  padding-top: 0;
}

.default-button.-circle img {
  display: block;
  max-width: 32px;
  max-height: 32px;
  margin-bottom: 26px;
}

.input+.input {
  margin-top: 20px;
}

.input label {
  display: block;
  margin-bottom: 4px;
}

.input input {
  display: block;
  width: 100%;
  height: 56px;
  padding: 0 20px;
  border: 1px solid #55585A;
  background-color: #55585A;
  color: #fff;
  font-family: 'Montserrat';
  font-weight: 500;
  transition: border-color 0.4s;
}

.input.-error input {
  border-color: #FA3E2C;
}

.input input::placeholder {
  color: #797D81;
}

.input__error-text {
  display: none;
  margin-top: 8px;
  color: #FA3E2C;
}

.input.-error .input__error-text {
  display: block;
}

.checkbox input {
  display: none;
}

.checkbox label {
  position: relative;
  display: inline-block;
  min-height: 24px;
  padding: 2px 0 0 36px;
  cursor: pointer;
  user-select: none;
}

.checkbox label::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 22px;
  height: 22px;
  border: 1px solid transparent;
  background-color: #55585A;

  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.checkbox.-error label::before {
  border-color: #FA3E2C;
}

.checkbox label::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  opacity: 0;
  transition: opacity 0.2s;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxNiAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIgNkw2IDEwTDE0IDIiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMyIvPgo8L3N2Zz4K');
}

.checkbox input:checked+label::after {
  opacity: 1;
}

/* .header */

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  margin-bottom: 66px;
  padding: 39px 0 16px 0;
  background-color: #fff;
  transition: transform 0.4s;
}

.header.-fixed,
html.-scroll-lock .header {
  transform: translateY(-23px);
}

.header .container,
.header__side-left,
.header__side-right {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__open-menu {
  display: none;
}

.header__open-nav {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
  transition: opacity 0.4s;
}

.header__open-nav::after {
  content: '';
  width: 10px;
  height: 6px;
  margin-left: 6px;
  transition: transform 0.4s;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMC40MDAzOTEgMS44TDEuNjAwMzkgMC4yMDAwMDFMNS4wMDAzOSAyLjc1TDguNDAwMzkgMC4yMDAwMDFMOS42MDAzOSAxLjhMNS4wMDAzOSA1LjI1TDAuNDAwMzkxIDEuOFoiIGZpbGw9IiMxRjIwMjEiLz4KPC9zdmc+Cg==)
}

.header__nav-container:hover .header__open-nav::after {
  transform: rotate(180deg);
}

.header.-fixed .header__open-nav {
  opacity: 1;
  pointer-events: auto;
}

.header__nav {
  position: absolute;
  top: 0;
  left: -30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 30px 30px 30px;
  background-color: #fff;
  transition: opacity 0.4s;
}

.header__nav.-hidden {
  padding-top: 50px;
  opacity: 0;
  pointer-events: none;
}

.header.-fixed .header__nav.-visible {
  opacity: 0;
  pointer-events: none;
}

.header.-fixed .header__nav-container:hover .header__nav.-hidden {
  opacity: 1 !important;
  pointer-events: auto !important;
}

.header__nav a+a {
  margin-top: 4px;
}

.header__lang {
  display: flex;
  align-items: center;
  margin-left: 270px;
}

.header__lang img {
  display: block;
  margin-right: 8px;
}

.header__side-right .default-button {
  height: 48px;
  margin-left: 158px;
}

/* .mobile-menu */

.mobile-menu {
  display: none;
}

/* .main-block */

.main-block__title {
  margin-left: -15px;
  font-size: 228px;
  letter-spacing: -0.055em;
}

.en .main-block__title {
  font-size: 217px;
}

.main-block__title em {
  display: inline-block;
  margin: 0 -22px;
  font-size: 80px;
  letter-spacing: 0;
}

.main-block__suptitle {
  margin-top: -24px;
  text-align: right;
}

.main-block__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 46px 0 -40px 0;
  counter-reset: main-block-item;
}

.main-block__list-item {
  display: block;
  width: calc(33% - 15px);
  margin: 0 20px 40px 0;
  color: #1F2021;
}

.main-block__list-item:nth-child(3n+3) {
  margin-right: 0;
}

.main-block__list-item:nth-child(4) .main-block__list-preview-inner img {
  height: 100px;
}

.main-block__list-preview {
  position: relative;
  width: 100%;
}

.main-block__list-preview-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s;
}

.main-block__list-preview-inner img {
  max-width: 100%;
  max-height: 100%;
}

.main-block__list-preview img {
  display: block;
  height: 264px;
  object-fit: cover;
}

.main-block__list-item p {
  position: relative;
  counter-increment: main-block-item;
  padding-left: 135px;
  margin-top: 25px;
}

.main-block__list-item p::before {
  content: '0'counter(main-block-item);
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 500;
}

.main-block__list-item p::after {
  position: absolute;
  top: 10px;
  left: 63px;
  content: '';
  width: 32px;
  height: 2px;
  background-color: #1F2021;
}

.main-block__list-item .default-link {
  display: inline-block;
  margin: 5px 0 0 135px;
}

@media screen and (max-width: 1677px) {
  .main-block__title {
    margin-left: -0.8944vw;
    font-size: 13.5vw;
  }

  .main-block__title em {
    margin-left: -1.3118vw;
    font-size: 4.7704vw;
  }

  .main-block__suptitle {
    margin-top: -1.4311vw;
  }
}

/* .comanies-block */

.comanies-block {
  margin-top: 200px;
}

.comanies-block__section {
  display: flex;
  justify-content: space-between;
}

.comanies-block__section:nth-child(even) {
  flex-direction: row-reverse;
}

.comanies-block__section-info,
.comanies-block__section-image {
  width: 50%;
}

.comanies-block__section-info {
  width: 41%;
  padding-top: 120px;
}

.comanies-block__section-image img {
  display: block;
  width: 50vw;
  min-width: 50vw;
  height: 100%;
  min-height: 1080px;
  object-fit: cover;
}

@media screen and (max-width: 760px) {
  .comanies-block__section-image img {
    min-height: unset !important;
  }
}

/*#production-6 .comanies-block__section-image img {*/
/*  object-position: left;*/
/*}*/

.comanies-block__section:nth-child(even) .comanies-block__section-image {
  display: flex;
  justify-content: flex-end;
}

.comanies-block__section-info-container {
  display: flex;
  justify-content: space-between;
  padding: 64px 0;
}

.comanies-block__section-info-left {
  width: 39%;
  min-width: 39%;
  padding-right: 30px;
}

.comanies-block__section-info-left .default-button {
  margin-top: 64px;
}

.comanies-block__section-info-right p+p {
  margin-top: 26px;
}

.comanies-block__certificates-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 31px 0 -8px 0;
}

.comanies-block__certificates-list img {
  display: block;
  width: 72px;
  margin: 0 8px 8px 0;
  transform: translateZ(0);
}

/* .map-block */

.map-block {
  margin-top: 200px;
}

.map-block .title {
  text-align: right;
}

.map-block__description {
  position: absolute;
  width: 385px;
  margin-top: -116px;
}

.map-block__map {
  position: relative;
  margin-top: 96px;
}

.map-block__map-inner {
  position: relative;
  width: 1290px;
  margin: 0 auto;
}

.map-block__map-inner svg g path {
  transition: 0.4s;
}

.map-block__map-inner svg g.-hover path {
  fill: #818B92;
  stroke: #818B92;
}

.map-block__map svg {
  display: block;
  width: 100%;
  height: auto;
}

.map-block__map-colors {
  position: absolute;
  top: 88px;
  right: 0;
  text-align: right;
}

.map-block__map-colors li:not(:last-child) {
  margin-bottom: 4px;
}

.map-block__map-colors li::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  border-radius: 50%;
  background-color: #1F2021;
}

.map-block__map-colors li.-yellow::after {
  background-color: #FA9214;
}

.map-block__map-colors li.-green::after {
  background-color: #029154;
}

.map-block__map-colors li.-pink::after {
  background-color: #6D48BB;
}

.map-block__map-colors li.-sky::after {
  background-color: #00BFFF;
}

.map-block__addresses {
  width: 500px;
  margin-top: -324px;
}

.map-block__addresses li {
  position: relative;
  padding-left: 22px;
}

.map-block__addresses li+li {
  margin-top: 12px;
}

.map-block__addresses li::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #1F2021;
}

.map-block__addresses li.-yellow::before {
  background-color: #FA9214;
}

.map-block__addresses li.-green::before {
  background-color: #029154;
}

.map-block__addresses li strong {
  display: block;
  margin-bottom: 2px;
}

.map-block__map .point {
  position: absolute;
  transform: translate(-50%, -100%);
}

.map-block__map .point.-main-office {
  z-index: 1;
  top: 27.1%;
  left: 46.4%;
}

.map-block__map .point.-factory-1 {
  z-index: 3;
  top: 46.8%;
  left: 31.2%;
}

.map-block__map .point.-factory-2 {
  z-index: 1;
  top: 39.5%;
  left: 36.3%;
}

.map-block__map .point.-factory-3 {
    z-index: 1;
    top: 43.5%;
    left: 8.3%;
}

.map-block__map .point.-affiliate-1 {
  top: 29.2%;
  left: 35.8%;
}

.map-block__map .point.-affiliate-2 {
  z-index: 2;
  top: 42.3%;
  left: 35.2%;
}

.map-block__map .point.-affiliate-3 {
  top: 23%;
  left: 17.7%;
}

.map-block__map .point.-affiliate-4 {
  top: 24.6%;
  left: 22.85%;
}

.map-block__map .point.-affiliate-5 {
  top: 26.5%;
  left: 43.5%;
}

.map-block__map .point.-affiliate-6 {
  top: 31.5%;
  left: 47.5%;
}

.map-block__map .point.-representation-west {
  top: 45.3%;
  left: 14.8%;
}

.map-block__map .point.-representation-east {
  top: 49.3%;
  left: 72.3%;
}

.map-block__map .point.-representation-centr {
  top: 39%;
  left: 55.3%;
}

.map-block__map .point.-representation-south {
  top: 74.8%;
  left: 47.3%;
}

.map-block__map .point.-office {
  top: 26.8%;
  left: 48%;
}

.map-block__map .point.-voda {
  top: 29%;
  left: 33%;
}

.map-block__map .point.-baza {
  top: 39%;
  left: 39%;
}

/** map tab 22.10.2021*/

.map-block__map-tabs {
  margin-top: 96px;
}

.tab-nav-item {
  font-weight: 800;
  color: #A5A6A6;
  cursor: pointer;
  transition: color 0.4s;
  padding-right: 3px;
}

.tab-nav-item:not(:last-child) {
  margin-right: 30px;
}

.tab-nav-item.active {
  color: #1F2021;
}

.scrollable-tab {
  max-width: 100%;
  overflow: auto;
}

.scrollable-inner {
  min-width: 100%;
  width: fit-content;
}

.tab-nav__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: fit-content;
  min-width: 100%;
}

.scrollable-tab::-webkit-scrollbar {
  width: 0px;
  height: 0px
}

.map-block__tab-container {
  margin-top: 48px;
  position: relative;
}

.map-block__tab-container .tab-item {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  pointer-events: none;
  /* transition: 0.3s; */
}

.map-block__tab-container .tab-item.active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}

.tab-item ul li.-befored {
  padding-left: 21px;
}

.tab-item ul li strong {
  display: flex;
  position: relative;
  justify-content: flex-start;
  align-items: center;
}

.tab-item ul li.-befored strong:before {
  content: '';
  width: 9px;
  height: 9px;
  background-color: #000;
  position: absolute;
  left: -21px;
  border-radius: 50%;
}

.tab-item ul li.-yellow strong::before {
  background-color: #FA9214;
}

.tab-item ul li.-green strong::before {
  background-color: #029154;
}

.tab-item ul li.-pink strong::before {
  background-color: #6D48BB;
}

.tab-item ul li.-sky strong::before {
  background-color: #00BFFF;
}

.tab-item ul li {
  max-width: calc(25% - 19px);
  margin-bottom: 32px;
}

.tab-item ul.col-4-li li.-befored {
  max-width: calc(25% - 19px);
  margin-bottom: 32px;
  min-width: auto;
}

.tab-item ul.col-4-li li:not(:nth-child(4n+4)) {
  margin-right: 20px;
}

.tab-item ul li.-befored {
  max-width: 33%;
  min-width: 33%;
  margin-bottom: 32px;
}

.tab-item ul {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

.tab-item ul li>strong {
  margin-bottom: 12px;
}


.tab-item ul li .text-2 {
  margin-top: 4px;
  line-height: 20px;
}

.tab-item ul li .text-2.-bold {
  margin-top: 12px;
}

.tab-item ul li .bottom-contact-link {
  margin-top: 4px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.tab-item ul li .bottom-contact-link a {
  margin-top: 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.tab-item ul li .bottom-contact-link a.-after-dot:after {
  content: '';
  width: 4px;
  height: 4px;
  background: #A5A6A6;
  margin-left: 12px;
  margin-right: 12px;
  position: relative;
  display: block;
  border-radius: 50%;
}

.scrollable-line {
  width: 100%;
  height: 2px;
  background: #DAE1E5;
  position: relative;
  margin-top: 14px;
}

.scroll-thumb {
  background: #0596FA;
  height: 4px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  transition: 0.4s;
}

/** end map tab*/


.point {
  position: relative;
  display: block;
  width: 54px;
  cursor: pointer;
}

.point img {
  display: block;
  max-width: 100%;
}

.point__info {
  position: absolute;
  top: 100%;
  left: 8px;
  width: 300px;
  margin-top: 9px;
  padding: 12px 16px;
  background-color: #1F2021;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transform: translateY(7px);
  transition: opacity 0.4s, transform 0.4s;
}

.point.-yellow .point__info {
  background-color: #FA9214;
}

.point.-green .point__info {
  background-color: #029154;
}

.point.-hover .point__info {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.point__info::before {
  content: '';
  position: absolute;
  left: 11px;
  bottom: 100%;
  width: 0;
  height: 0;
  margin-bottom: -1px;
  border: 8px solid transparent;
  border-bottom: 8px solid #1F2021;
}

.point.-yellow .point__info::before {
  border-bottom-color: #FA9214;
}

.point.-green .point__info::before {
  border-bottom-color: #029154;
}

.point__info .text+.text {
  margin-top: 4px;
}

/* .factory-block */

.factory-block {
  padding: 160px 0;
}

.factory-block.-dark-block {
  margin-top: 156px;
}

.factory-block .-pc-hidden {
  display: none;
}

.factory-block.-reverse .factory-block__title {
  text-align: right;
}

.factory-block .factory-slider {
  margin-top: 68px;
}

.factory-slider {
  position: relative;
  user-select: none;
}

.factory-slider__position {
  position: absolute;
  top: -36px;
  right: 0;
  display: flex;
  align-items: center;
}

.factory-block.-reverse .factory-slider__position {
  left: 0;
  right: auto;
}

.factory-slider__position span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 0 23px;
  background-color: #1F2021;
}

.factory-block.-dark-block .factory-slider__position span {
  background-color: #fff;
}

.factory-slider .swiper-slide {
  display: flex;
  padding-right: 20px;
}

.factory-slider .swiper-slide img {
  display: block;
  height: 740px;
  transition: transform 0.4s;
}

.factory-slider .swiper-slide-duplicate.swiper-slide-prev img,
.factory-slider .swiper-slide-duplicate-prev img,
.factory-slider .swiper-slide-active~.swiper-slide img {
  transition: transform 0s !important;
}

.factory-slider .swiper-slide-prev img {
  transform: translateX(calc((-100vw - -1660px - 10px) / 2));
}

.factory-block .factory-area {
  margin-top: 120px;
}

.factory-block .factory-about {
  margin-top: 122px;
}

/* Swiper */

.swiper-slide {
  position: relative;
}

.swiper-button-prev {
  position: absolute;
  top: 0;
  left: calc((-100vw - -1600px) / 2);
  bottom: 0;
  z-index: 3;
  width: calc(((100vw - 1600px) / 2) + 100px);
  cursor: url(../images/icons/arrow-left.svg) 0 44, auto;
}

.swiper-button-next {
  position: absolute;
  top: 0;
  right: calc((-100vw - -1600px) / 2);
  bottom: 0;
  z-index: 3;
  width: calc(((100vw - 1600px) / 2) + 100px);
  cursor: url(../images/icons/arrow-right.svg) 88 44, auto;
}

/* .factory-area */

.factory-area {
  display: flex;
  justify-content: space-between;
}

.factory-area__left {
  display: flex;
  align-items: flex-start;
  width: 32.5%;
}

.factory-area__left img {
  display: block;
  width: 104px;
  margin-right: 32px;
}

.factory-area__right {
  width: 57.75%;
}

.factory-area__icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 740px;
  margin: 42px 0 -25px 2px;
}

.factory-area__icons img {
  display: block;
  margin: 0 44px 25px 0;
  transform: translateZ(0);
}

.factory-area__icons .-bucher {
  height: 23px;
  min-height: 23px;
}

.factory-area__icons .-koch {
  height: 20px;
  min-height: 20px;
}

.factory-area__icons .-flottweg {
  height: 24px;
  min-height: 24px;
}

.factory-area__icons .-engineering {
  height: 24px;
  min-height: 24px;
}

.factory-area__icons .-bardi {
  height: 49px;
  min-height: 49px;
}

.factory-area__icons .-ipi {
  height: 40px;
  min-height: 40px;
}

.factory-area__icons .-tetra-pak {
  height: 21px;
  min-height: 21px;
}

.factory-area__icons .-sidel {
  height: 22px;
  min-height: 22px;
}

.factory-area__icons .-galdi {
  height: 22px;
  min-height: 22px;
}

.factory-area__icons .-gs-pak {
  height: 40px;
  min-height: 40px;
}

/* .factory-about */

.factory-about {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.factory-block.-reverse .factory-about {
  flex-direction: row-reverse;
}

.factory-about__preview {
  width: 32.5%;
}

.factory-about__preview img {
  display: block;
  width: 100%;
}

.factory-about__preview p {
  margin-top: 24px;
}

.factory-about__right {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 57.75%;
  margin: -15px 0 -102px;
}

.factory-about__right-item {
  width: 45%;
  margin-bottom: 102px;
}

.factory-about__right-item:nth-child(even) {
  width: 41.5%;
}

.factory-about__right-item .title+.text {
  margin-top: 16px;
}

.factory-about__right-item img {
  max-height: 56px;
}

.factory-about__right-item:nth-child(2)>img:first-child {
  margin-top: 15px;
}

.factory-about__right-item img+.text {
  margin-top: 22px;
}

.factory-about__right-item .default-button.-circle {
  margin-top: -7px;
}

.factory-about__contries {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 90%;
  margin-top: 33px;
}

.factory-about__contries li {
  display: flex;
  align-items: center;
  width: 50%;
  margin-bottom: 20px;

  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.02em;
}

.factory-about__contries li img,
.factory-about__contries li img:first-child {
  display: block;
  height: 24px;
  margin: 0 16px 0 0;
}


/* .factory-crafts */

.factory-crafts {
  margin-top: 140px;
}

.factory-block .factory-crafts+.factory-about {
  margin-top: 120px;
}

.factory-crafts__list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 32px;
  margin-right: -115px;
  margin-bottom: -32px;
}

.factory-crafts__list li {
  width: 290px;
  margin-right: 115px;
  margin-bottom: 32px;
  color: #1F2021;
}

.factory-crafts__list img {
  display: block;
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 24px;
}

/* .contacts-block */

.contacts-block {
  padding: 180px 0 140px 0;
}

.contacts-block .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.contacts-block__left,
.contacts-block__right {
  flex-grow: 1;
}

/* .contacts-block__info */

.contacts-block__left {
  width: 100%;
  max-width: 825px;
  margin-top: -22px;
}

.contacts-block__info {
  margin-top: 92px;
  margin-left: 143px;
}

.contacts-block__info .director {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 26px;
}

.contacts-block__info .director img {
  display: block;
  width: 178px;
  height: 178px;
  margin-left: -4px;
  margin-right: 36px;
  object-fit: cover;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.contacts-block__links {
  margin-top: 109px;
}

.contacts-block__links .contacts-box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 41px;
}

.contacts-block__links .list a:last-child,
.contacts-block__links .contacts-box:last-child {
  margin-bottom: 0;
}

.contacts-block__links .text {
  width: 210px;
}

.contacts-block__links .list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  margin-top: -4px;
}

.contacts-block__links .contacts-box:nth-child(2) .list {
  margin-top: -4px;
}

.contacts-block__links .list a {
  margin-bottom: 8px;
}

/* .contacts-block__right */

.contacts-block__right {
  width: 100%;
  max-width: 655px;
  margin-left: 120px;
  padding: 32px 40px 56px;
  background-color: #313334;
}

.contacts-block__right .form-block>.text {
  margin-top: 24px;
  color: #8C9093;
}

.contacts-block__right .form {
  margin-top: 40px;
}

.contacts-block__right .checkbox,
.contacts-block__right .input+.input {
  margin-top: 24px;
}

.contacts-block__right .default-button {
  width: 100%;
  margin-top: 32px;
  cursor: pointer;

  font-family: 'Montserrat';
}

/* .send-block */

.send-block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.send-block.sent .form-block {
  opacity: 0;
  pointer-events: none;

  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.send-block .thanks-block {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 24px;
  text-align: center;
  opacity: 0;
  pointer-events: none;
}

.send-block.sent .thanks-block {
  opacity: 1;
  pointer-events: auto;

  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.send-block .thanks-block img {
  display: block;
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 16px;
}

.send-block .thanks-block .title {
  font-weight: 800;
  font-size: 52px;
  line-height: 63px;
  letter-spacing: -0.06em;
}

.send-block .thanks-block .text {
  margin-top: 16px;
  color: #8C9093;
}

/* .footer */

.footer {
  padding: 48px 0;
}

.footer .container {
  display: flex;
  align-items: center;
}

.footer .copywrite {
  margin-right: 32px;
}

.footer .copywrite,
.footer .development {
  color: #676A6E;
}

.footer .development {
  margin-left: auto;
}