html {
  min-height: 100vh;
  font-size: unset;
}

html.is-hidden {
  overflow: hidden;
}

body {
  background: #fff;
  font-family: 'HelveticaNeueCyr', Arial, Verdana, Tahoma, sans-serif !important;
  font-size: 20px;
  line-height: 1.3;
  overflow-x: hidden;
  min-width: 360px;
  color: #000;
  opacity: 1;
  min-height: 100vh;
}

.global-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

ol, ul {
  list-style: none;
  margin-bottom: 0;
}

input {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  outline: none !important;
}

@media not all and (min-resolution: 0.001dpcm) {
  select:focus, textarea:focus, input:focus {
    -webkit-appearance: none;
  }
  select:active, input:active, textarea:active {
    -webkit-appearance: none;
  }
  input, textarea, select {
    -webkit-appearance: none;
  }
  select:focus, textarea:focus, input:focus {
    font-size: 16px;
  }
  select:active, input:active, textarea:active {
    font-size: 16px;
  }
  input, textarea, select {
    font-size: 16px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

p {
  margin-bottom: 1em;
}

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

img {
  max-width: 100%;
}

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

a:not([class]) {
  color: #004651;
  border-bottom: 1px solid #004651;
  transition: border-bottom-color .3s;
}

a:not([class]):hover {
  border-bottom-color: transparent;
}

::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}

body a:hover, body a:active, body a:focus {
  text-decoration: none;
  outline: 0;
}

input:focus {
  border: none;
  outline: none;
}

button {
  -webkit-appearance: button;
  cursor: pointer;
}

button:focus {
  outline: none;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: transparent !important;
}

html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

input[type="hidden"] {
  display: none;
}

button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

ul:not([class]) {
  margin: 0 0 2.3em;
  list-style-type: disc;
  padding-left: 1.5em;
}

ul:not([class]) li {
  margin-bottom: 1em;
}

ul:not([class]) li:last-child {
  margin-bottom: 0;
}

ol:not([class]) {
  margin: 0 0 2.3em;
  padding-left: 1.5em;
  list-style-type: decimal;
}

ol:not([class]) li {
  margin-bottom: 1em;
}

ol:not([class]) li:last-child {
  margin-bottom: 0;
}

.main-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  height: 64px;
  background-color: #EDF2F3;
  border-radius: 15px;
  padding: 0 1em;
  color: #004651;
  text-align: center;
  transition: background-color .3s, color .3s;
  width: fit-content;
  white-space: nowrap;
}

.main-btn .ico-arrow {
  height: 17px;
  flex: 17px  0 0;
  background: url(/local/templates/fortification/assets/img/icons/arrow.svg) no-repeat center;
  background-size: contain;
  width: 17px;
  transition: filter .3s;
}

.main-btn:hover {
  background-color: #004651;
  color: #fff;
}

.main-btn:hover .ico-arrow {
  filter: brightness(0) invert(1);
}

.main-btn:active {
  box-shadow: inset 1px 2px black;
  border-top: 1px solid black;
}

.main-mod_btn:hover {
  background: #009eb7;
}

h1 {
  font-size: 3rem;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1em;
}

.main-title {
  color: #004651;
  font-size: 8.25rem;
  margin-bottom: .2em;
  text-transform: uppercase;
}

h2, .section-title {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 1em;
}

.white-title {
  color: #fff;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.text-upper {
  text-transform: uppercase;
}

.min {
  display: block;
}

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

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

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

.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1480px;
  width: 100%;
}

.wrapper-loader {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.wrapper-loader.is-fade .logo-loader {
  left: 50%;
  opacity: 1;
}

.wrapper-loader.is-fade .loader-text {
  left: 50%;
  opacity: 1;
}

.logo-loader_content {
  position: relative;
  height: 100px;
  margin-bottom: 1em;
  width: 100%;
}

.logo-loader {
  width: 430px;
  height: 100%;
  background: url(/local/templates/fortification/assets/img/static/logo.svg) no-repeat center top;
  background-size: contain;
  position: absolute;
  left: 0;
  opacity: 0;
  text-align: left;
  transform: translatex(-50%);
  transition: left .4s;
}

.wrapper_loader-text {
  position: relative;
  text-align: right;
  width: 100%;
}

.loader-text {
  display: inline-block;
  position: absolute;
  left: 100%;
  text-align: center;
  color: #000;
  font-size: 2rem;
  opacity: 0;
  transform: translatex(-50%);
  white-space: nowrap;
  transition: left .4s;
}

.bg-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.54);
  z-index: 90;
}

/*****HEADER*****/
.ui-header {
  padding: 1.7em 0;
  position: relative;
  z-index: 100;
}

.ui-header.is-overflow {
  overflow-y: scroll;
}

.ui-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
}

.wrapper_logo-btn {
  display: flex;
  align-items: center;
  gap: 4.7em;
}

.back-page_btn {
  display: flex;
  align-items: center;
  font-size: 1rem;
  gap: .7em;
  color: #80A3A8;
  transition: color .3s;
  width: fit-content;
}

.back-page_btn:hover {
  color: #004651;
}

.back-page_btn:hover:before {
  border-color: #004651;
}

.back-page_btn:before {
  content: '';
  display: block;
  border-top: 2px solid #80A3A8;
  border-left: 2px solid #80A3A8;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  transition: border-color .3s;
}

.head-logo {
  border-bottom: none;
  max-width: 157px;
  display: flex;
  align-items: center;
}

.callback-btn {
  min-width: 234px;
}

.wrapper_menu-btn {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity .3s, visibility .3s;
}

.wrapper_menu-btn.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.menu-btn {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 1em;
  transition: color .3s;
}

.menu-btn:hover {
  color: #004651;
}

.menu-btn:before {
  content: '';
  display: block;
  height: 20px;
  flex: 20px 0 0;
  background: url(/local/templates/fortification/assets/img/icons/menu.svg) no-repeat center top;
  background-size: contain;
  width: 20px;
}

.wrapper_menu-btn.is-fixed {
  position: fixed;
  left: 50%;
  bottom: 1em;
  max-width: 380px;
  width: 100%;
  top: auto;
  transform: translate(-50%);
}

.wrapper_menu-btn.is-fixed .menu-btn {
  justify-content: center;
  height: 64px;
  border-radius: 15px;
  background: #004651;
  color: #fff;
  margin: auto;
  z-index: 100;
  width: 100%;
  transition: background .3s;
}

.wrapper_menu-btn.is-fixed .menu-btn:before {
  filter: brightness(0) invert(1);
}

.wrapper_menu-btn.is-fixed .menu-btn:hover {
  background: #007284;
}

.wrapper_menu-btn.is-fixed .head-nav {
  bottom: -.5em;
  padding-top: 1em;
  padding-bottom: 5em;
  top: auto;
  width: 400px;
}

.wrapper_menu-btn.is-fixed .head-menu a {
  color: #8E9192;
}

.wrapper_menu-btn.is-fixed .head-menu a:hover {
  color: #000;
}

.head-nav {
  display: none;
  position: absolute;
  background: #EDF2F3;
  border-radius: 15px;
  padding: 5em 1em 3em;
  top: -1em;
  left: 50%;
  width: 348px;
  transform: translatex(-50%);
  z-index: -1;
}

.head-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1em;
  text-align: center;
}

.head-menu a {
  color: inherit;
  border-bottom: none;
  transition: color .3s;
}

.head-menu a:hover {
  color: #004651;
}

.head-menu a.active {
  color: #004651 !important;
}

.fixed-menu {
  position: fixed !important;
  top: 0;
  left: 0;
  box-shadow: 0 10px 20px -6px rgba(0, 0, 0, 0.1);
  transform: translate3d(0, -200px, 0);
  width: 100%;
}

.scroll-transform {
  transform: translate3d(0, 0, 0) !important;
  transition: transform .4s;
}

.hamburger {
  display: none;
  padding: 0;
  cursor: pointer;
  width: 30px;
  flex: 30px 0 0;
  height: 25px;
}

.hamburger.is-active .hamburger-inner {
  background: #004651;
}

.hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
  background: #004651;
}

.hamburger-box {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.hamburger-inner {
  background: #004651;
}

.hamburger-inner:after, .hamburger-inner:before {
  background: #004651;
}

.hamburger.is-active:hover, .hamburger:hover {
  opacity: 1;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  width: 100%;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  height: 3px;
}

.hamburger--spring .hamburger-inner:before {
  top: 10px;
}

.hamburger--spring .hamburger-inner:after {
  top: 20px;
}

.site-map_section {
  padding: 3em 0;
}

.site-map_menu li {
  margin-bottom: 1em;
}

.main-content {
  flex: 1 0  auto;
}

/***main-section**/
.main-section {
  padding: 4.3em 0;
}

.main-section .right-text {
  display: flex;
  justify-content: flex-end;
  padding-right: 2.5em;
  margin-bottom: 2.7em;
}

.main-section .right-text p {
  max-width: 545px;
  color: #004651;
}

.main-banner {
  min-height: 57.8vw;
  background: url(/local/templates/fortification/assets/img/bg/main-bg.jpg) no-repeat center;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  position: relative;
  border-radius: 40px;
  padding-bottom: 3em;
  color: #fff;
}

.wrapper_main-banner_text {
  position: absolute;
  bottom: 0;
  right: 1em;
  background: #fff;
  padding: .2em;
}

.main-banner_text {
  height: 12vw;
  background: #004651;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  width: 12vw;
}

.main-banner_text:after {
  content: '';
  display: block;
  height: 15px;
  flex: 15px  0 0;
  background: url(/local/templates/fortification/assets/img/icons/arrow.svg) no-repeat center;
  background-size: contain;
  filter: brightness(0) invert(1);
  width: 15px;
}

.main-banner_text:before {
  content: '';
  display: block;
  height: 87%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(/local/templates/fortification/assets/img/bg/circle-text.png) no-repeat center;
  background-size: contain;
  margin: auto;
  animation: spin 20s linear  infinite;
  width: 87%;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/**application-section**/
.application-section {
  padding: 2.2em 0;
}

.application-title {
  margin-bottom: 2.7em;
}

.application-title .bottom-text {
  display: block;
  text-align: right;
}

.title-border {
  border: 1px solid #B3C7CB;
  border-radius: 10px;
  padding: 0 .5em .2em;
  display: inline-block;
  margin-bottom: .3em;
}

.application-item {
  background: #fff;
  border-radius: 40px;
  overflow: hidden;
  border: 1px solid #EDEDED;
}

.application-item_content {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1480px;
  display: flex;
  gap: 1em;
}

.application-item_content .column {
  flex: 33% 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.application-item_content .img-column {
  flex: 1 0 0;
  background: #F9F9F9;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 466px;
  z-index: 1;
}

.application-item_content .img-column_first {
  padding-bottom: 1em;
}

.application-item_content .item-subtitle {
  color: #004651;
  margin-bottom: 1em;
}

.application-item_title {
  font-size: 3rem;
  color: #004651;
  margin-bottom: 1em;
}

.application-item_number {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #ECECEC;
  font-weight: 700;
  font-size: 21.875rem;
  line-height: .7;
  text-align: center;
  z-index: -1;
}

.dots-list {
  display: flex;
  flex-direction: column;
  padding-left: 1.5em;
  gap: 1.2em;
}

.dots-list li {
  padding-left: 1.5em;
  position: relative;
}

.dots-list li:before {
  content: '';
  display: block;
  height: 11px;
  background: #004651;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 11px;
}

.application_right-text {
  padding-left: 33.5%;
  padding-top: 2.5em;
  margin-bottom: 10.7em;
}

.application-text_content {
  padding-top: 5em;
}

.advantages-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-end;
  gap: 5px;
}

.advantage-item {
  border-radius: 40px;
  background: #EDF2F3;
  padding: 1.5em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-end;
  gap: 1.6em;
  margin-bottom: .7em;
}

.advantage-item:nth-child(1) {
  min-height: 410px;
}

.advantage-item:nth-child(2) {
  min-height: 321px;
}

.advantage-item:nth-child(3) {
  min-height: 257px;
}

.advantage-item_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  background: #004651;
  border-radius: 50%;
  padding: .5em;
  width: 70px;
}

.advantage-item_icon img {
  max-height: 100%;
}

.advantage-item_title {
  font-size: 3rem;
  color: #004651;
  margin-top: auto;
}

.advantage-item_title sup {
  font-size: 50%;
}

.advantages-text_box {
  display: flex;
}

.advantages-text_bg {
  flex: 54.5% 0 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  border-radius: 40px;
  min-height: 55.6vw;
}

.advantages-text_desc {
  flex: 1 0 0;
  background: #004651;
  border-radius: 40px;
  color: #fff;
  padding: 1.5em;
  padding-top: 3em;
}

.advantages-text_desc-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4em;
  max-width: 620px;
  height: 100%;
}

.advantages-text_desc-inner .section-title {
  margin-bottom: 0;
  line-height: 1.2;
}

.advantages-text_desc-inner .main-btn {
  justify-content: space-between;
  width: 100%;
}

.advantages-text_desc-inner p {
  font-size: 1.5rem;
  max-width: 500px;
  margin-bottom: 3em;
}

/**modules-section**/
.modules-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .5em;
  padding: 3.5em 0 8.7em;
}

.modules-section .left-column {
  display: flex;
  justify-content: flex-end;
}

.modules-section_right-content {
  max-width: 737px;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3em;
  width: 100%;
}

.modules-section_right-content .section-title {
  margin-bottom: 0;
  line-height: 1.2;
}

.modules-advantages_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.module-advantage_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5em;
  padding: 1.5em;
  border-radius: 30px;
  border: 1px solid #004651;
  min-height: 360px;
}

/**coating-section**/
.coating-section {
  background: #EDF2F3;
  border-radius: 40px;
  padding: 3em 0 3.6em;
}

.unified-section_header {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 1em;
  margin-bottom: 6em;
}

.unified-section_header .section-title {
  margin-bottom: 0;
  line-height: 1.2;
}

.unified-section_header .text {
  line-height: 1.2;
}

.coating-section_row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
  margin-bottom: 3em;
}

.coating-img img {
  height: 100%;
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.coating-section_footer {
  display: flex;
  justify-content: space-between;
  padding: 0 17%;
  gap: 10%;
}

.coating-section_footer .section-title {
  flex: 65% 0 0;
  margin-bottom: 0;
}

.download-btn {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: .7em;
  transition: color .3s;
}

.download-btn:hover {
  color: #004651;
}

.download-btn .ico-arrow {
  height: 34px;
  flex: 34px 0 0;
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #004651;
  border-radius: 10px;
}

.download-btn .ico-arrow:before {
  content: '';
  display: block;
  background: url(/local/templates/fortification/assets/img/icons/download.svg) no-repeat center;
  background-size: contain;
  height: 14px;
  width: 14px;
}

/**benefits-section**/
.benefits-section {
  padding: 5em 0 5.5em;
}

.benefits-section_header {
  margin-bottom: 4.5em;
}

.benefits-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.benefit-item {
  padding: 1.5em 1.4em 2.5em 2.5em;
  border: 1px solid #004651;
  border-radius: 30px;
  min-height: 415px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.benefit-item .dots-list {
  gap: .34em;
  padding-left: 0;
}

.benefit-item_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  color: #004651;
  width: 100%;
}

.ticker-slider {
  margin-bottom: 3em;
  margin-left: -.5em;
  margin-right: -.5em;
}

.ticker-slider .slick-slide {
  padding: 0 .5em;
}

.ticker-mod_slider {
  margin: 4.8em -1.1em 4em;
}

.ticker-mod_slider .slick-slide {
  padding: 0 1.1em;
}

.ticker-mod_slider .ticker-text {
  position: relative;
}

.ticker-mod_slider .ticker-text:after {
  content: '';
  display: block;
  position: absolute;
  right: -2rem;
  top: 0;
  bottom: 0;
  height: 16px;
  background: #004651;
  border-radius: 50%;
  margin: auto;
  width: 16px;
}

.ticker-text {
  font-size: 3rem;
  border: 1px solid #B3C7CB;
  border-radius: 10px;
  padding: 0 .5em .1em;
  display: inline-block;
  margin-bottom: .3em;
}

/**application-banner**/
.application-banner {
  background: url(/local/templates/fortification/assets/img/bg/banner/02.jpg) no-repeat center;
  background-size: cover;
  border-radius: 40px;
  color: #fff;
  padding: 3.1em 0 2.5em;
}

.application-banner .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 41vw;
}

.application-banner .section-title {
  max-width: 722px;
}

.application-banner_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
}

.application-banner_footer .text {
  max-width: 430px;
}

.application-banner_footer .main-btn {
  max-width: 631px;
  justify-content: space-between;
  flex: 1 0 0;
}

/**flexibility-section**/
.flexibility-section {
  background: #004651;
  color: #fff;
  border-radius: 40px;
  padding: 5em 0;
}

.flexibility-box {
  display: flex;
  gap: 1.7em;
}

.flexibility-desc {
  flex: 1 0 0;
  padding-top: 2.7em;
}

.flexibility-img {
  max-width: 655px;
}

.flexibility-img img {
  border-radius: 40px;
}

.flexibility-row {
  display: flex;
  flex-direction: column;
  gap: 1em;
  justify-content: space-between;
  padding: 0 8% 0 17%;
  margin-bottom: 1.8em;
}

.flexibility_advantage-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.2em;
  border-top: 1px solid #BBBBBB;
  padding-top: 1.5em;
  max-width: 366px;
}

.flexibility_advantage-item .item-title {
  font-size: 3rem;
}

.flexibility_advantage-item.second-item {
  margin-left: auto;
}

.flexibility-box_second {
  gap: 6em;
  align-items: flex-end;
}

.flexibility-box_second .section-title {
  margin-bottom: .4em;
}

.flexibility-box_second .flexibility-desc {
  max-width: 585px;
  padding-top: 2.5em;
  padding-bottom: 8%;
  position: relative;
}

.flexibility-box_second .flexibility-desc:after {
  content: '';
  display: block;
  height: 1px;
  background: #BBBBBB;
  position: absolute;
  top: 0;
  left: 0;
  width: 355px;
}

/**text-section**/
.text-section {
  padding: 6em 0;
}

.text-section_title {
  line-height: 1.2;
}

.text-section_title {
  max-width: 1070px;
}

.text-section_right-column {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

.text-section_right-column p {
  max-width: 850px;
  padding-top: .7em;
}

/**work-section**/
.work-section {
  padding: 4em 0 2em;
}

.works-slider {
  margin: 0 -1px;
  padding-top: 12px;
}

.works-slider .slick-slide {
  padding: 0 1px;
  height: auto;
}

.works-slider .slick-slide > div {
  height: 100%;
}

.works-slider .slick-track {
  display: flex;
}

.work-item {
  height: 100%;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.2em;
  gap: 1.7em;
  width: 380px !important;
  min-height: 416px;
  background: #EDF2F3;
  border-radius: 30px;
}

.work-item_number {
  color: #D5E1E3;
  font-size: 8.625rem;
  font-weight: 500;
  line-height: 1;
}

/**factory-section**/
.factory-section {
  position: relative;
}

.factory-slide {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  overflow: hidden;
  color: #fff;
  border-radius: 40px;
  position: relative;
  z-index: 1;
}

.factory-slide:before {
  content: '';
  display: block;
  height: 100%;
  background: linear-gradient(315deg, rgba(0, 0, 0, 0.4), rgba(0, 70, 81, 0.4));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.factory-slide .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 48.5vw;
  padding-bottom: 1.5em;
  padding-top: 3em;
  gap: 1.7em;
}

.factory-slide .section-title {
  max-width: 770px;
}

.factory-slide_content {
  margin-top: auto;
  display: flex;
  gap: 1.7em;
}

.factory-slide_content .left-column {
  flex: 1 0 0;
  padding-top: 2.2em;
  padding-bottom: 4em;
}

.factory-slide_content .right-column {
  flex: 365px 0 0;
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.factory-slide_content p {
  max-width: 530px;
}

.factory_small-img {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
}

.factory_small-img img {
  width: 100%;
  display: block;
  border-radius: 20px;
}

.factory-slider_footer {
  position: absolute;
  bottom: 1.7em;
  left: calc(calc(100vw - 1450px) / 2);
  display: flex;
  align-items: center;
  gap: 2em;
  z-index: 10;
}

.factory-slider_arrows {
  height: 50px;
  position: relative;
  width: 100px;
}

.slick-arrow {
  height: 50px;
  background: #fff;
  border-radius: 10px;
  border: none;
  width: 50px;
  transform: none;
  transition: background .3s;
}

.slick-arrow:hover {
  background: #004651;
}

.slick-arrow:hover:before {
  border-color: #fff;
}

.slick-arrow:before {
  content: '';
  display: block;
  height: 20%;
  border-right: 2px solid #004651;
  border-top: 2px solid #004651;
  position: absolute;
  top: 0;
  left: 0;
  right: 4px;
  bottom: 0;
  margin: auto;
  width: 20%;
  transform: rotate(45deg);
  transition: border-color .3s;
}

.slick-prev:before {
  right: 0;
  left: 4px;
  transform: rotate(-135deg);
}

.pagination-number {
  margin-right: .5em;
  font-size: 1.25rem;
}

.factory-slider_pagination {
  font-size: 1rem;
  color: #fff;
}

/**text-other_section**/
.text-other_section {
  padding: 5.5em 0 4em;
}

.text-other_section .section-title {
  max-width: 1170px;
  margin-bottom: 1.3em;
}

.text-other_section .section-title:last-child {
  margin-bottom: 0;
}

/**news-section**/
.news-section {
  padding: 4em 0 3em;
}

.news-section_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2em;
  margin-bottom: 3.7em;
}

.news-section_header .section-title {
  margin-bottom: 0;
}

.news-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.5em 1.5em;
  margin-bottom: 4em;
}

.news-row:last-child {
  margin-bottom: 0;
}

.news-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1em;
}

.news-item_date {
  color: #828282;
  font-size: 1rem;
}

.news-item_title a {
  color: inherit;
  border-bottom: none;
  transition: color .3s;
}

.news-item_title a:hover {
  color: #004651;
}

.news-item_link {
  color: #004651;
  position: relative;
  padding-bottom: 2px;
}

.news-item_link:hover:after {
  left: 0;
  right: auto;
  width: 100%;
}

.news-item_link:after {
  content: '';
  display: block;
  height: 1px;
  background: #004651;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  transition: width .3s;
}

.news-item_img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  padding-top: 50%;
  width: 100%;
}

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

.news-item_img:hover .news-item_arrow {
  background: #004651;
}

.news-item_img:hover .news-item_arrow:before {
  filter: brightness(0) invert(1);
}

.news-item_arrow {
  background: #EDF2F3;
  height: 45px;
  border-radius: 12px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: .6em;
  right: .6em;
  transition: background .3s;
  z-index: 2;
}

.news-item_arrow:before {
  content: '';
  display: block;
  height: 14px;
  background: url(/local/templates/fortification/assets/img/icons/arrow.svg) no-repeat center top;
  background-size: contain;
  width: 14px;
  transition: filter .3s;
}

.download-list {
  display: flex;
  align-items: center;
  gap: 6.3em;
  margin-bottom: 3.3em;
}

.download-list a {
  display: flex;
  align-items: center;
  border-bottom: none;
  gap: .5em;
  transition: color .3s;
}

.download-list a:hover {
  color: #001a1e;
}

.download-list a:hover .ico-download {
  background: #004651;
}

.download-list a:hover .ico-download:before {
  filter: brightness(0) invert(1);
}

.download-list .ico-download {
  height: 34px;
  flex: 34px 0 0;
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EDF2F3;
  border-radius: 10px;
  transition: background .3s;
}

.download-list .ico-download:before {
  content: '';
  display: block;
  background: url(/local/templates/fortification/assets/img/icons/download.svg) no-repeat center;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(8%) sepia(79%) saturate(7192%) hue-rotate(181deg) brightness(93%) contrast(103%);
  height: 14px;
  width: 14px;
  transition: filter .3s;
}

/**form-section**/
.form-section {
  padding: 3.3em 0 2.2em;
}

.static-form_fields {
  display: flex;
  gap: 10px;
  margin-bottom: 1.1em;
}

.static-form_fields .form-group {
  margin-bottom: 0;
  flex: 1 0 0;
}

.static-form_fields .error {
  position: absolute;
}

.static-form {
  padding-top: 10px;
}

.static-form .wrapper_form_submit {
  flex: 0 0 auto;
}

.wrapper_form_submit {
  position: relative;
  height: 64px;
}

.form-submit_btn {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.form-policy {
  display: block;
  font-size: 1rem;
  color: #828282;
  text-align: right;
}

.form-policy a {
  color: #000;
  border-bottom: none;
  transition: color .3s;
}

.form-policy a:hover {
  color: #004651;
}

.black-text {
  color: #000;
}

.form-group {
  margin-bottom: .5em;
  position: relative;
}

.form-group.focus .form-label {
  font-size: 0.625rem;
  left: 2em;
  line-height: 2.6;
}

.form-textarea_group.focus .form-label {
  background: #fff;
  line-height: 1;
  top: .3em;
  width: 100%;
  z-index: 10;
}

.form-control {
  border: none;
  border: 1px solid #004651;
  background: #fff;
  border-radius: 15px;
  height: 64px;
  padding-left: 1em;
  padding-right: 1em;
  display: block;
  resize: none;
  outline: none;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  transition: border .3s;
}

.form-control:focus {
  border: 1px solid #001a1e;
}

.form-control::-webkit-input-placeholder {
  color: inherit;
}

.form-control::input-placeholder {
  color: inherit;
}

.form-control::-moz-input-placeholder {
  color: inherit;
}

.form-textarea {
  height: 154px;
  padding-top: 1em;
}

.form-label {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 1em;
  pointer-events: none;
  line-height: 64px;
  color: #828282;
  max-width: calc(100% - 2.8em);
  transition: all 0.3s;
  white-space: nowrap;
  z-index: 2;
}

/**news-mod_section**/
.news-mod_section {
  padding: 1.8em 0 4em;
}

.news-mod_section h1 {
  margin-bottom: 1.7em;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.load-btn {
  gap: 1em;
}

.load-btn:hover:after {
  filter: brightness(0) invert(1);
}

.load-btn:after {
  content: '';
  display: block;
  height: 25px;
  flex: 25px 0 0;
  background: url(/local/templates/fortification/assets/img/icons/load.svg) no-repeat center;
  background-size: contain;
  width: 25px;
  transition: filter .3s;
}

/**article-section**/
.article-section {
  padding: 1.8em 0 3em;
}

.article-main_title {
  margin-bottom: .2em;
  max-width: 1070px;
}

.article-date {
  display: block;
  font-size: 1rem;
  margin-bottom: 2.3em;
  color: #828282;
}

.article-img {
  margin: 0;
}

.article-img img {
  border-radius: 20px;
  width: 100%;
}

.article-content {
  max-width: 965px;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 0 6em;
}

.article-content:last-child {
  padding-bottom: 0;
}

.article-mod_content {
  padding-top: 6em;
}

.article-text_bg {
  background: #EDF2F3;
  border-radius: 10px;
  padding: 2em;
  margin: 2.2em 0;
}

.article-row_imgs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5em .5em;
}

.article-img_item {
  display: flex;
  flex-direction: column;
  gap: .8em;
}

.article-img_item .article-img {
  position: relative;
  padding-top: 84%;
}

.article-img_item .article-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

h4 {
  font-weight: 500;
  font-size: 1.25rem;
  margin-bottom: 1.7em;
}

.h4 {
  margin-top: 1em;
  font-weight: 500;
  font-size: 1.25rem;
  margin-bottom: 1em;
}

/**privacy-policy_section**/
.privacy-policy_section {
  padding: 1.7em 0 4em;
}

.privacy-policy_section p {
  margin-bottom: 0;
  font-size: 1rem;
}

.privacy-policy_section .site-link {
  border-bottom-color: transparent;
  transition: border-bottom-color .3s, color .3s;
}

.privacy-policy_section .site-link:hover {
  color: #004651;
  border-bottom-color: #004651;
}

.privacy-policy_section .email {
  transition: color .3s;
}

.privacy-policy_section .email:hover {
  color: #004651;
}

.privacy-policy_section .top-text {
  margin-bottom: 1.3em;
}

.policy-content {
  max-width: 1020px;
}

/***modal**/
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.close {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
}

button.close {
  width: 25px;
  height: 25px;
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  border: none;
  position: absolute;
  top: 1.7em;
  right: 1.7em;
  transform: rotate(45deg);
  transition: color .3s;
}

button.close:hover:after, button.close:hover:before {
  background: #004651;
}

button.close:after, button.close:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #000;
  transition: background .3s;
}

button.close:after {
  width: 100%;
  height: 2px;
}

button.close:before {
  height: 100%;
  width: 2px;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal.fade .modal-dialog {
  transition: all .2s ease;
  opacity: 0;
}

.modal.show .modal-dialog {
  opacity: 1;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
  max-width: 537px;
}

.modal-dialog_sent {
  max-width: 657px;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
  min-height: calc(100% - (1.75rem * 2));
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  padding: 4em 2.1em 2em;
  border: none;
  border-radius: 40px;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  z-index: 120;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-backdrop.show {
  opacity: .8;
}

.modal {
  z-index: 130;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.modal.show .modal-dialog {
  animation: animModal 300ms;
  animation-fill-mode: forwards;
  transition: all .2s ease;
}

@keyframes animModal {
  0% {
    opacity: 0;
    transform: translate(25px, 10px) scale(0.92) rotateX(15deg);
  }
  100% {
    opacity: 1;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
}

.error {
  display: block;
  font-size: .875rem;
  color: #ec617a;
}

.input-error {
  border-color: #ec617a !important;
}

/***main-footer***/
.main-footer {
  flex: 0 0 auto;
  background: #EDF2F3;
  border-radius: 40px 40px 0 0;
  padding-top: 3em;
}

.main-footer_top {
  display: flex;
  gap: 4.3em;
  margin-bottom: 4.4em;
}

.footer_left-column {
  flex: 331px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1em;
}

.footer-subtitle {
  font-weight: 500;
  display: block;
  margin-bottom: 2.3em;
}

.footer_right-column {
  flex: 1 0 0;
}

.footer-form {
  position: relative;
}

.footer-form .form-group {
  margin-bottom: 0;
}

.footer-form .form-control {
  border-color: transparent;
  padding-right: 4.7em;
}

.footer-form .error {
  position: absolute;
}

.wrapper_footer-form_submit {
  position: absolute;
  top: 0;
  bottom: 0;
  right: .5em;
  margin: auto;
  background: #004651;
  height: 54px;
  border-radius: 15px;
  width: 73px;
  transition: background .3s;
  z-index: 2;
}

.wrapper_footer-form_submit:hover {
  background: #001a1e;
}

.wrapper_footer-form_submit:before {
  content: '';
  display: block;
  height: 16px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: url(/local/templates/fortification/assets/img/icons/email.svg) no-repeat center;
  background-size: contain;
  width: 21px;
  transition: filter .3s;
}

.footer-form_submit {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.footer_top-row {
  display: flex;
  justify-content: space-between;
  gap: 2em;
  margin-bottom: 3.3em;
  padding-right: 18%;
}

.footer_phone-number {
  font-size: 4.75rem;
  color: #004651;
  font-weight: 500;
  display: inline-block;
  margin-top: -.6em;
}

.social-list {
  display: flex;
  gap: 1em;
}

.social-list a {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  transition: background .3s;
}

.social-list a img {
  max-height: 100%;
}

.social-list .vk {
  background: #2F89CE;
}

.social-list .vk:hover {
  background: #266da4;
}

.social-list .yt {
  background: #EB3223;
}

.social-list .yt:hover {
  background: #c92012;
}

.footer_bottom-row {
  display: flex;
  gap: 6.8em;
}

.footer_bottom-row .footer-subtitle {
  margin-bottom: .6em;
}

.footer-email {
  transition: color .3s;
}

.footer-email:hover {
  color: #004651;
}

.footer_right-column_mod {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.3em;
  font-size: 1rem;
  color: #828282;
}

.main-footer_bottom {
  display: flex;
  align-items: center;
  gap: 4.4em;
}

.copyright {
  color: #77797A;
  font-size: 1rem;
}

.footer-policy_btn {
  transition: color .3s;
}

.footer-policy_btn:hover {
  color: #004651;
}

.footer-studio {
  display: flex;
  align-items: center;
  gap: 10px;
}

.studio-logo {
  position: relative;
  top: 0px;
  transition: filter .3s;
}

.studio-logo:hover {
  filter: brightness(0) saturate(100%) invert(14%) sepia(45%) saturate(5050%) hue-rotate(172deg) brightness(91%) contrast(101%);
}

.scroll-to-top {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: end;
  gap: 1em;
  flex: 240px 0 0;
  width: 240px;
  height: 58px;
  font-size: 1.25rem;
  padding: 0 1em;
  border-radius: 12px 12px 0 0;
  background: #004651;
  color: #fff;
  cursor: pointer;
  transition: background .3s;
}

.scroll-to-top .ico-arrow {
  height: 14px;
  flex: 14px  0 0;
  background: url(/local/templates/fortification/assets/img/icons/arrow-2.svg) no-repeat center;
  background-size: contain;
  width: 14px;
}

.scroll-to-top:hover {
  background: #001a1e;
}

.input-file {
  display: flex;
  align-items: center;
  gap: .3em;
  color: #004651;
  position: relative;
  cursor: pointer;
  margin-bottom: .5em;
  width: fit-content;
  transition: color .3s;
}

.input-file:hover {
  color: #001a1e;
}

.input-file:hover .pin-icon {
  background: #004651;
}

.input-file:hover .pin-icon:before {
  filter: brightness(0) invert(1);
}

.input-file:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.pin-icon {
  height: 34px;
  flex: 34px 0 0;
  background: #EDF2F3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  width: 34px;
  transition: background .3s;
}

.pin-icon:before {
  content: "";
  display: block;
  height: 12px;
  flex: 12px 0 0;
  background: url(/local/templates/fortification/assets/img/icons/pin.svg) no-repeat center;
  background-size: contain;
  width: 12px;
  transition: filter .3s;
}

.upload-file {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.upload-message_box {
  display: flex;
  align-items: center;
  gap: 1em;
  transform: scale(1, 0);
  color: #004651;
  transform-origin: left top;
  transition: transform .3s, margin .3s;
}

.upload-message_box:before {
  content: '';
  display: block;
  height: 15px;
  flex: 15px 0 0;
  background: url(/local/templates/fortification/assets/img/icons/check.svg) no-repeat center;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(21%) sepia(19%) saturate(3384%) hue-rotate(150deg) brightness(96%) contrast(102%);
}

.upload-message_box.is-active {
  width: auto;
  transform: scale(1, 1);
}

.callback-submit_btn {
  width: 100%;
}

.form-policy_callback {
  display: block;
  margin-top: 2em;
  margin-bottom: 1.5em;
  text-align: left;
}

.popup-title {
  margin-bottom: .6em;
}

.popup_top-text {
  display: block;
  margin-bottom: 2.3em;
}

.callback-form_fields {
  margin-bottom: 1.1em;
}

.modal-content_sent {
  flex-direction: row;
  gap: 2em;
}

.popup-icon {
  height: 70px;
  flex: 70px 0 0;
  border-radius: 50%;
  background: #004651;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
}

.popup-icon:before {
  content: "";
  display: block;
  height: 30px;
  flex: 35px 0 0;
  background: url(/local/templates/fortification/assets/img/icons/check.svg) no-repeat center;
  background-size: contain;
  width: 35px;
}

.tablet-small_visible {
  display: none;
}

.mobile-visible {
  display: none;
}

.tablet-visible {
  display: none;
}

@media only screen and (max-width: 1479px) {
  .main-title {
    font-size: 8.8vw;
  }
  .coating-section_footer {
    padding: 0 10%;
  }
  .footer_phone-number {
    font-size: 5vw;
  }
  .scroll-to-top {
    gap: .5em;
  }
  .factory-slider_footer {
    left: 1em;
  }
}

@media only screen and (max-width: 1359px) {
  h2, .section-title, .application-item_title, .advantage-item_title, .ticker-text, .flexibility_advantage-item .item-title {
    font-size: 2.5rem;
  }
  h1 {
    font-size: 2.5rem;
  }
  body {
    font-size: 1rem;
  }
  .advantage-item:nth-child(1) {
    min-height: 350px;
  }
  .advantage-item:nth-child(2) {
    min-height: 280px;
  }
  .advantage-item:nth-child(3) {
    min-height: 220px;
  }
  .footer_phone-number {
    font-size: 4.7vw;
  }
  .scroll-to-top {
    flex: 170px 0 0;
    font-size: .875rem;
    width: 170px;
  }
  .application-item_number {
    font-size: 15rem;
  }
  .application-item_content .img-column {
    min-height: 370px;
  }
  .modules-section {
    gap: 1em;
  }
  .module-advantage_item {
    min-height: 280px;
  }
  .flexibility-img {
    max-width: 50%;
  }
  .wrapper_logo-btn {
    gap: 2em;
  }
}

@media only screen and (max-width: 1199px) {
  h2, .section-title, .application-item_title, .advantage-item_title, .ticker-text, .flexibility_advantage-item .item-title {
    font-size: 2rem;
  }
  h1 {
    font-size: 2rem;
  }
  .flexibility-row {
    padding: 0 5%;
  }
  .factory-slide_content .right-column {
    flex: 250px 0 0;
  }
  .main-footer_top, .main-footer_bottom {
    gap: 2em;
  }
  .footer_left-column {
    flex: 270px 0 0;
  }
  .footer_right-column_mod, .copyright {
    font-size: .875rem;
  }
  .footer_top-row {
    padding-right: 1em;
  }
  .footer_bottom-row {
    gap: 2em;
  }
  .news-mod_section h1 {
    margin-bottom: 1em;
  }
  .article-date {
    margin-bottom: 1.2em;
  }
}

@media only screen and (max-width: 1024px) {
  .tablet-visible {
    display: block;
  }
  .tablet-hidden {
    display: none !important;
  }
  .wrapper_main-banner_text {
    padding: 0;
  }
  .application-title .bottom-text {
    display: inline;
  }
  .application-item_number {
    font-size: 10rem;
  }
  .application-item_content .img-column {
    min-height: 275px;
  }
  .dots-list {
    padding-left: 0;
  }
  .main-btn {
    height: 55px;
  }
  .main-btn .ico-arrow {
    flex: 14px 0 0;
    height: 14px;
    width: 14px;
  }

  .advantage-item_icon {
    height: 55px;
    width: 55px;
    padding: .7em;
  }
  .work-item {
    min-height: 260px;
    border-radius: 20px;
  }
  .work-item_number {
    font-size: 6rem;
  }
  .main-footer_top, .main-footer_bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .main-footer_bottom {
    gap: 1em;
  }
  .footer_left-column {
    flex: auto;
    width: 100%;
  }
  .footer_right-column {
    flex: auto;
    width: 100%;
  }
  .footer-subtitle {
    margin-bottom: 1em;
  }
  .wrapper_menu-btn.is-fixed {
    max-width: 300px;
  }
  .wrapper_menu-btn.is-fixed .head-nav {
    width: 320px;
  }
  .advantages-text_desc-inner p {
    margin-bottom: 0;
  }
  .advantages-text_desc-inner {
    gap: 2em;
  }
  .advantages-text_box {
    flex-direction: column;
  }
  .advantages-text_bg {
    order: 1;
    border-radius: 20px 20px 0 0;
  }
  .advantages-text_desc {
    order: 2;
    border-radius: 0 0 20px 20px;
  }
  .advantage-item {
    border-radius: 20px;
  }
  .module-advantage_item {
    border-radius: 20px;
  }
  .coating-section {
    border-radius: 20px;
  }
  .benefit-item {
    border-radius: 20px;
  }
  .application-banner {
    border-radius: 20px;
  }
  .flexibility-section {
    border-radius: 20px;
  }
  .factory-slide {
    border-radius: 20px;
  }
  .news-item_img {
    border-radius: 10px;
  }
  .main-footer {
    border-radius: 20px 20px 0 0;
  }
  .main-section {
    padding-top: 3em;
    padding-bottom: 2em;
  }
  .application-title {
    margin-bottom: 1.5em;
  }
  .application-text_content {
    padding-top: 4em;
  }
  .application_right-text {
    padding-top: 0;
    margin-bottom: 5em;
  }
  .application-section {
    padding-bottom: 1em;
  }
  .modules-section {
    display: flex;
    flex-direction: column;
    gap: 3em;
    padding-bottom: 5em;
  }
  .modules-section_right-content {
    padding-right: 15px;
    max-width: 100%;
  }
  .unified-section_header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2.2em;
  }
  .coating-section_footer {
    padding: 0 1.5em;
  }
  .benefits-section {
    padding: 4em 0;
  }
  .benefit-item {
    min-height: 300px;
  }
  .flexibility-row {
    padding: 0 1em;
  }
  .flexibility-box_second {
    gap: 2em;
  }
  .flexibility-box_second .flexibility-desc::after {
    width: 100%;
  }
  .text-section {
    padding: 4em 0 1em;
  }
  .text-section_right-column p {
    padding-top: 0;
  }
  .text-other_section {
    padding: 4em 0 1em;
  }
  .news-row {
    gap: 1em;
  }
  .news-section {
    padding-bottom: 1em;
  }
  .form-control {
    height: 55px;
  }
  .form-label {
    line-height: 55px;
  }
  .wrapper_footer-form_submit {
    height: 50px;
  }
  .scroll-to-top {
    height: 50px;
  }
  .wrapper_menu-btn.is-fixed .menu-btn {
    height: 50px;
  }
  .application-item {
    border-radius: 20px;
  }
  .news-mod_section {
    padding-top: 1em;
    padding-bottom: 2em;
  }
  .ui-header .back-page_btn {
    display: none;
  }
  .back-page_btn {
    margin-bottom: 1.2em;
  }
  .article-content {
    padding: 2em 	0 4em;
  }
  .article-mod_content {
    padding-top: 4em;
  }
  h4 {
    margin-bottom: 1.1em;
  }
}

@media only screen and (max-width: 767px) {
  .tablet-small_visible {
    display: block;
  }
  .tablet-small_hidden {
    display: none !important;
  }
  .callback-btn {
    min-width: 157px;
  }
  .min {
    display: inline;
  }
  .application-item_content {
    flex-direction: column;
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .application-item_content .column {
    flex: auto;
  }
  .application-item_content .img-column {
    min-height: auto;
    margin: 1em 0;
    padding-top: 5em;
  }
  .application-item_content .img-column_first {
    padding-bottom: 0;
  }
  .application_right-text {
    padding-left: 0;
  }

  .advantages-list {
    display: flex;
    flex-direction: column;
    align-items: normal;
  }
  .advantage-item {
    min-height: 200px !important;
    gap: 1em;
    width: 100%;
  }
  .coating-section_footer {
    padding: 0;
    gap: 1.7em;
  }
  .benefit-item {
    padding: 1.3em 1em;
  }
  .ticker-text {
    font-size: 1.25rem;
  }
  .flexibility_advantage-item {
    max-width: 100%;
  }
  .flexibility_advantage-item.second-item {
    margin-left: 0;
  }
  .flexibility-row {
    margin: 1.7em 0;
  }
  .flexibility-box_second .flexibility-desc {
    padding: 1em 0;
  }
  .factory-slide_content .right-column {
    flex: 200px 0 0;
  }
  .factory-slide_content .right-column {
    padding-bottom: 0;
  }
  .news-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 2em 1em;
  }
  .form-policy {
    font-size: .8125rem;
  }
  .scroll-to-top {
    font-size: 0;
    height: 35px;
    flex: 35px 0 0;
    padding: 0;
    position: fixed;
    bottom: 2rem;
    right: 1rem;
    border-radius: 50%;
    z-index: 100;
    width: 35px;
  }
  .scroll-to-top .ico-arrow {
    position: relative;
    top: -2px;
  }
  .dots-list li::before {
    height: 8px;
    width: 8px;
  }
  .advantages-text_desc {
    padding-top: 1em;
    padding: 1em;
  }
  .advantages-text_desc .section-title {
    font-size: 1.35rem;
  }
  .advantages-text_desc-inner p {
    font-size: 1.125rem;
  }
  .ticker-mod_slider .ticker-text::after {
    width: 10px;
    height: 10px;
    right: -1.3em;
  }
  .main-footer {
    padding: 2em 0;
  }
  .logo-loader {
    width: 200px;
  }
  .logo-loader_content {
    height: 40px;
  }
  .loader-text {
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 600px) {
  .mobile-visible {
    display: block;
  }
  .mobile-hidden {
    display: none !important;
  }
  body {
    font-size: .875rem;
  }
  .head-logo {
    max-width: 80px;
  }
  h2, .section-title, .application-item_title, .advantage-item_title, .ticker-text, .flexibility_advantage-item .item-title {
    font-size: 1.7rem;
    margin-bottom: .7em;
  }
  .wrapper_main-banner_text {
    right: 0.5em;
  }
  .main-banner_text::after {
    height: 10px;
    flex: 10px 0 0;
    width: 10px;
  }
  .main-banner {
    border-radius: 20px;
  }
  .ui-header {
    padding: 1em 0;
  }
  .application-title {
    font-size: 1.25rem;
  }
  .application-section {
    padding-top: 1em;
  }
  .application_right-text {
    margin-bottom: 8em;
  }

  .module-advantage_item {
    min-height: 160px;
    padding: 1em;
  }
  .advantage-item_icon {
    height: 45px;
    width: 45px;
  }
  .coating-section_row {
    display: flex;
    flex-direction: column;
  }
  .coating-section_footer {
    flex-direction: column;
    align-items: center;
  }
  .benefits-row {
    display: flex;
    flex-direction: column;
    gap: 1em;
  }
  .benefit-item {
    min-height: 250px;
  }
  .application-banner_footer {
    flex-direction: column;
  }
  .application-banner_footer .main-btn {
    flex: auto;
  }
  .flexibility-box {
    flex-direction: column;
  }
  .flexibility-desc {
    order: 1;
  }
  .flexibility-img {
    order: 2;
    max-width: 100%;
  }
  .flexibility-img img {
    border-radius: 20px;
  }
  .flexibility-row {
    padding: 0;
  }
  .flexibility-box_second .flexibility-desc {
    padding-bottom: 0;
  }
  .flexibility-section {
    padding: 3em 0;
  }
  .work-item {
    min-height: 170px;
  }
  .factory-slide_content {
    flex-direction: column;
  }
  .factory-slide_content .right-column {
    display: none;
  }
  .slick-arrow {
    height: 37px;
    border-radius: 5px;
    width: 37px;
  }
  .factory-slider_arrows {
    height: 37px;
    width: 74px;
  }
  .factory-slide_content .left-column {
    padding-top: 0;
  }
  .factory-slide .section-title {
    margin-bottom: .2em;
  }
  .factory-slide .container {
    min-height: auto;
    padding-top: 1.5em;
    gap: 1em;
  }
  .ticker-text {
    font-size: 1.25rem;
  }
  .ticker-mod_slider .ticker-text::after {
    right: -1.1em;
  }
  .news-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 2em;
  }
  .main-btn {
    height: 50px;
    border-radius: 8px;
  }
  .form-control {
    height: 50px;
    line-height: 50px;
    border-radius: 8px;
  }
  .static-form_fields {
    flex-direction: column;
  }
  .wrapper_form_submit {
    width: 100%;
  }
  .form-policy {
    text-align: center;
  }
  .wrapper_footer-form_submit {
    height: 45px;
    border-radius: 8px;
    width: 55px;
  }
  .footer_bottom-row {
    flex-direction: column;
    gap: 1em;
  }
  .footer_right-column_mod {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2em;
  }
  .main-footer_top {
    margin-bottom: 2em;
  }
  .footer_top-row {
    margin-bottom: 2em;
  }
  .footer_phone-number {
    margin-top: 0;
    font-size: 6.3vw;
  }
  .global-wrapper {
    overflow: hidden;
  }
  .head-nav {
    width: 300px;
  }
  .wrapper_menu-btn.is-fixed {
    max-width: 120px;
  }
  .wrapper_menu-btn.is-fixed .menu-btn {
    height: 45px;
    border-radius: 8px;
  }
  .wrapper_menu-btn.is-fixed .head-nav {
    width: 250px;
  }
  .modal-content {
    border-radius: 15px;
  }
  .modal-content {
    padding: 3em 1em 2em;
  }
  button.close {
    top: .7em;
    right: .7em;
  }
  .form-policy_callback {
    margin-top: 1em;
  }
  .input-file {
    margin-bottom: .3em;
  }
  .popup-icon {
    height: 45px;
    flex: 45px 0 0;
    width: 45px;
  }
  .popup-icon:before {
    height: 17px;
    flex: 20px 0 0;
    width: 20px;
  }
  .main-section {
    padding-top: 1em;
  }
  .text-other_section .section-title {
    font-size: 1.35rem;
  }
  .static-form {
    padding-top: 0;
  }
  .module-advantage_item {
    border-radius: 10px;
  }
  .news-mod_section h1 {
    margin-bottom: .5em;
  }
  h1 {
    margin-bottom: .5em;
  }
  .download-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 1em;
    margin-bottom: 1.7em;
  }
  .load-btn {
    width: 100%;
  }
  .news-item_arrow {
    height: 35px;
    border-radius: 5px;
    width: 35px;
  }
  .back-page_btn {
    font-size: .875rem;
  }
  .back-page_btn:before {
    height: 6px;
    width: 6px;
  }
  .callback-btn {
    min-width: auto;
    height: 35px;
    flex: 35px 0 0;
    font-size: 0;
    background: #004651;
    border-radius: 50%;
    width: 35px;
  }
  .callback-btn:before {
    content: '';
    display: block;
    background: url(/local/templates/fortification/assets/img/icons/phone.svg) no-repeat center;
    background-size: contain;
    height: 15px;
    width: 15px;
    filter: brightness(0) invert(1);
  }
  .callback-btn:active {
    border-top: none;
    box-shadow: none;
  }
  .article-row_imgs {
    grid-template-columns: repeat(2, 1fr);
  }
  .article-img img {
    border-radius: 10px;
  }
  h1 {
    font-size: 1.7rem;
  }
  .article-content {
    padding-bottom: 3em;
  }
  .article-mod_content {
    padding-top: 3em;
  }
  .article-text_bg {
    padding: 1.2em;
    margin: 1.7em 0;
  }
  .article-main_img img {
    min-height: 45vw;
    object-fit: cover;
    width: 100%;
  }
  .article-section {
    padding: 1em 	0;
  }
  .form-group.focus .form-label {
    line-height: 2;
    left: 1.6em;
  }
}

.callback-btn_mod-mobile {
	display: none;
}
@media (max-width: 600px) {
	.callback-btn {
		display: none;
	}
	.callback-btn_mod-mobile {
		display: flex;
	}
.block-2-application-section-scheme-2{
	padding-bottom: 100px;
	}
}
.yd {
	background:#020202;
}
.yd > img {
	width: 20px;
	height: auto;
}