html {
  min-height: 100vh;
}

html.is-hidden {
  overflow: hidden;
}

body {
  background: #F2F5F7;
  font-family: 'Segoe UI', Arial, Verdana, Tahoma, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: #003333;
  opacity: 1;
  min-height: 100vh;
}

.global-wrapper {
  min-width: 320px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  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 {
  font-size: 1.125rem;
  margin-bottom: 1em;
}

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

a:not([class]) {
  color: #FFD800;
  border-bottom: 1px solid #FFD800;
  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 1em;
  font-weight: inherit;
  font-size: inherit;
}

ul:not([class]) li {
  padding-left: 20px;
  margin-bottom: 5px;
  position: relative;
}

ul:not([class]) li:before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #FFD800;
  position: absolute;
  top: 7px;
  left: 0;
}

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

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

ol:not([class]) li {
  margin-bottom: 5px;
}

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

.main-btn {
  display: inline-block;
  min-width: 150px;
  height: 50px;
  font-size: 1.125rem;
  line-height: 50px;
  background-color: #23E0A8;
  border-radius: 8px;
  font-weight: 500;
  padding: 0 1em;
  color: inherit;
  text-align: center;
  transition: background-color .3s;
  white-space: nowrap;
  z-index: 1;
}

.main-btn:hover {
  background-color: #1ab688;
}

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

.yellow-btn {
  display: inline-block;
  min-width: 150px;
  height: 50px;
  font-size: 1.125rem;
  line-height: 50px;
  border-radius: 30px;
  background-color: #FFD800;
  font-weight: 500;
  padding: 0 1em;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  transition: background-color .3s;
  white-space: nowrap;
  z-index: 1;
}

.yellow-btn:hover {
  background-color: #ccad00;
}

.yellow-btn:active {
  box-shadow: inset 1px 2px #665600;
  border-top: 1px solid #665600;
}

.yellow-btn_mod {
  text-transform: none;
}

.white-btn {
  display: inline-block;
  min-width: 150px;
  height: 50px;
  font-size: 1.125rem;
  line-height: 50px;
  border-radius: 30px;
  background-color: #fff;
  font-weight: 500;
  padding: 0 1em;
  color: inherit;
  text-align: center;
  text-transform: uppercase;
  transition: background-color .3s;
  white-space: nowrap;
  z-index: 1;
}

.white-btn:hover {
  background-color: #e6e6e6;
}

.white-btn:active {
  box-shadow: inset 1px 2px #b3b3b3;
  border-top: 1px solid #b3b3b3;
}

h1, .main-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: .35em;
}

h2, .section-title {
  font-size: 2.25rem;
  font-weight: 500;
  color: #000;
  line-height: 1.2;
  margin-bottom: 1.5em;
  text-align: center;
}

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

.col-mod-left {
  padding-left: 0;
}

.col-mod-right {
  padding-right: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, .row {
    display: block;
  }
  ::i-block-chrome, .row:after {
    content: '';
    display: table;
    height: 0;
    clear: both;
  }
}

@media (min-resolution: 0.001dpcm) {
  _:-o-prefocus .row, body .row {
    display: block;
  }
  _:-o-prefocus .row:after, body .row:after {
    content: '';
    display: table;
    height: 0;
    clear: both;
  }
}

[class^="col-"] {
  float: left;
}

@media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
  .row:after {
    content: '';
    display: table;
    height: 0;
    clear: both;
  }
}

@font-face {
  font-family: 'ico-icon';
  src: url("../fonts/icons/ico-icon.ttf?afbcla") format("truetype"), url("../fonts/icons/ico-icon.woff?afbcla") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="ico-"], [class*=" ico-"] {
  font-family: 'ico-icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/SegoeUI-Semilight/SegoeUI-Semilight.woff2") format("woff2"), url("../fonts/SegoeUI-Semilight/SegoeUI-Semilight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

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

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

.logo-loader {
  width: 80px;
  height: 80px;
  background: url(../img/static/logo.svg) no-repeat center top;
  background-size: contain;
  margin-bottom: 2em;
  animation: pulse 2s linear infinite;
}

@keyframes pulse {
  0% {
    opacity: .2;
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: .2;
    transform: scale(0.9);
  }
}

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

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

.head_left-column {
  display: flex;
  align-items: center;
}

.head-logo {
  max-height: 80px;
  max-width: 80px;
  flex: 80px 0 0;
  margin-right: 1.7em;
}

.head-logo a {
  border-bottom: none;
}

.head-logo img {
  max-width: 100%;
  max-height: 100%;
}

.head-nav {
  flex: 1 0 0;
  padding-right: 9%;
}

.head-menu {
  display: flex;
  justify-content: space-between;
  font-size: 1.125rem;
  font-weight: 500;
  width: 100%;
}

.head-menu li {
  padding: 0 .3em;
}

.head-menu li.active {
  pointer-events: none;
  color: #FFD800;
}

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

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

.head_right-column {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.head_phone-number {
  font-size: 1.25rem;
  font-weight: 500;
}

.head-btn {
  margin-right: 1.7em;
  max-width: 246px;
  width: 100%;
}

.fixed-menu {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(242, 245, 247, 0.95);
  padding: 0.4em 0;
  transform: translate3d(0, -100px, 0);
  visibility: visible !important;
  width: 100%;
  z-index: 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: #000;
}

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

.hamburger.is-active .hamburger-box:after {
  opacity: 0;
}

.hamburger.is-active .hamburger-box:before {
  opacity: 0;
}

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

.hamburger-inner {
  background: #000;
}

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

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

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

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

.main-section .main-title {
  width: 105%;
}

.main-section_img-list {
  display: flex;
  margin: 2.3em 0 2.7em;
}

.main-section_img-list li {
  margin-right: 1em;
}

.main-section_img-list li:last-child {
  margin-right: 0;
}

.main-section_img-list img {
  max-width: 100%;
}

.main-section_form {
  display: flex;
  justify-content: space-between;
  max-width: 470px;
}

.main-section_form-input {
  height: 50px;
  flex-basis: calc(100% - 180px);
  border-width: 1px;
  border-color: #c4ccd3;
  border-style: solid;
  border-radius: 8px;
  background-color: white;
  font-size: 1.25rem;
  padding: 0 1em;
  width: 100%;
  transition: border .3s;
}

.main-section_form-input:focus {
  border: 1px solid #23E0A8;
}

.main-section_form-input::-webkit-input-placeholder {
  color: #c4ccd3;
}

.main-section_form-input::-moz-placeholder {
  color: #c4ccd3;
}

.main-section_form-input::input-placeholder {
  color: #c4ccd3;
}

.main-section_img {
  position: relative;
  left: -20px;
  width: calc(100% + 20px);
}

.main-section_img img {
  max-width: 100%;
}

.company-box {
  margin-top: 6.2em;
  text-align: center;
}

.h3 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 3em;
  color: #c4ccd3;
  text-transform: uppercase;
  text-align: center;
}

.h3-mod {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 3em;
  color: #c4ccd3;
  text-transform: uppercase;
  text-align: center;
}

.brand-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-list li {
  padding: 0 1.5em;
}

.brand-list img {
  max-width: 100%;
}

/***commodity-groups_section**/
.commodity-groups_section {
  padding: 2.5em 0;
  background: #182931;
  color: #fff;
}

.commodity-groups_section .h3 {
  color: #fff;
}

.commodity-groups_content {
  display: flex;
  margin: 0 -1em;
  justify-content: space-between;
}

.commodity-groups_content li {
  padding: 0 1em;
  margin-bottom: .7em;
}

.commodity-groups_content li:nth-child(9) {
  flex: 140px 0 0;
}

.commodity-group_item {
  font-size: 0.875rem;
  font-weight: 300;
  text-align: center;
}

.commodity-group_item.first-item {
  text-align: left;
}

.commodity-group_item.first-item .item-icon {
  justify-content: flex-start;
}

.commodity-group_item.first-item .text {
  padding-left: 10px;
}

.commodity-group_item .item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 85px;
  margin-bottom: 1em;
  filter: invert(76%) sepia(53%) saturate(861%) hue-rotate(0deg) brightness(103%) contrast(106%);
}

.commodity-group_item img {
  max-width: 71px;
  max-height: 100%;
}

.commodity-group_item .item-icon_second img {
  max-width: 105px;
}

.commodity-group_item .item-icon_fifth img {
  max-width: 55px;
}

.commodity-group_item .item-icon_six img {
  width: 48px;
  height: 70px;
}

.commodity-group_item .item-icon_seven img {
  max-width: 44px;
}

.commodity-group_item .item-icon_eight img {
  max-width: 66px;
  max-height: 66px;
}

.commodity-group_item .item-icon_nine img {
  width: 90px;
  height: auto;
}

/****single-window_section***/
.single-window_section {
  padding: 4em 0 2em;
  color: #000;
}

.single-window_section .top-text {
  display: block;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
  padding: 0 13%;
  margin-bottom: 4.4em;
  text-align: center;
}

.single-window_content {
  display: flex;
  flex-wrap: wrap;
}

.single-window_icon-list {
  padding: 0 1.5em;
  flex: 100% 0 0;
}

.single-window_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  cursor: pointer;
  color: #999;
  text-transform: uppercase;
  transition: color .3s;
  text-align: center;
}

.single-window_item.active {
  color: inherit;
}

.single-window_item-first {
  align-items: flex-start;
}

.single-window_item-first .text {
  text-align: center;
  padding-left: 1.6em;
}

.single-window_item-last {
  align-items: flex-end;
  padding-right: 10px;
  text-align: right;
}

.single-window_item-second {
  padding-right: 2.2em;
}

.single-window_item-fourth {
  padding-left: 1.5em;
}

.single-window_icon {
  display: block;
  margin-bottom: .5em;
}

.single-window_icon img {
  max-width: 100%;
  width: auto !important;
}

.single-window_line {
  padding: 0 4.8em;
  margin-top: 10px;
  height: 164px;
  flex: 100% 0 0;
  max-width: 100%;
}

.single-window_line-content {
  position: relative;
  height: 100%;
}

.single-window_line-content img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity .6s ease-out;
}

.single-window_line-content img.is-active {
  opacity: 1;
}

.single-window_left-column {
  flex: 51% 0 0;
  max-width: 51%;
}

.single-window_right-column {
  flex: 49% 0 0;
  max-width: 49%;
}

.phone-img {
  margin-top: -6em;
  position: relative;
  z-index: 1;
  text-align: center;
}

.phone-img img {
  max-width: 100%;
}

.single-window_monitor {
  width: 443px;
  height: 441px;
  background: url(../img/bg/monitor-bg.png) no-repeat center top;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  margin-top: -4em;
  position: relative;
  padding: 2.9em 1em 10em;
  z-index: 2;
}

.single-window_monitor-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.single-window_monitor-content img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity .6s ease-out;
  z-index: -1;
}

.single-window_monitor-content img.is-active {
  opacity: 1;
  z-index: 1;
}

.single-window_text-box {
  background: #fff;
  padding: 2em 2.7em;
  margin-top: -5em;
  min-height: 96%;
  position: relative;
  z-index: 1;
}

.single-window_text-box:before {
  content: '';
  display: block;
  width: 400%;
  min-height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.single-window_text-box .text-box_inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.single-window_text-item {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1.375rem;
  font-weight: 300;
  transition: opacity .6s ease-out;
  z-index: 1;
}

.single-window_text-item.is-active {
  opacity: 1;
  z-index: 1;
}

.single-window_text-item .title {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: .8em;
}

.single-window_text-item p {
  font-weight: 300;
  font-size: inherit;
  margin-bottom: 1.3em;
  line-height: 1.2;
}

.single-window_text-item ul:not([class]) li:before {
  top: 13px;
}

/*sale-section*/
.sale_section {
  margin: 4em 0 0;
  color: #000;
  padding: 2em 0 4em;
  background: #fff;
}
.sale_section .container {
  background: transparent url("../img/bg/365.png") 0 50% scroll no-repeat;
  padding-left: 300px;
}
.sale_section .section-title {
  font-size: 60px;
  line-height: normal;
  font-weight: 700;
  margin: 0 0 .6rem;
}
.sale_section .top-text {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 1rem;
}
.sale_section p {
  font-size: 20px;
  margin: 0;
}
.sale_section span {
  color: #007fff;
}

/***advantages-section**/
.advantages-section {
  position: relative;
  color: #000;
  padding: 1em 0 0;
  z-index: 1;
}

.advantages-section:after {
  content: '';
  display: block;
  width: 57%;
  height: 66%;
  background: #FFD700;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.advantages-section .container {
  position: relative;
  padding-bottom: 7.3em;
}

.advantages-section_content {
  padding-top: 2em;
}

.advantage-item {
  background: #fff;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
  width: 382px;
  min-height: 150px;
  padding: .8em 3.2em 1em 1.2em;
  margin-bottom: 3em;
  position: relative;
  text-align: right;
  transition: transform .8s, opacity .8s;
}

.advantage-item p {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 0.875rem;
}

.advantage-item.is-fade {
  opacity: 0;
  transform: translatex(-30px);
}

.advantage-item_first {
  margin-left: 38em;
}

.advantage-item_second {
  margin-left: 13em;
  width: 413px;
}

.advantage-item_third {
  margin-left: 3em;
  padding-left: .3em;
  width: 457px;
}

.advantage-item_title {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.35em;
}

.advantage-item_icon {
  width: 65px;
  height: 65px;
  background: #FFD800;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 7px;
  margin: auto;
  right: -32px;
}

.advantage-item_icon.is-anim:before {
  width: 0 !important;
}

.advantage-item_icon.is-anim:after {
  height: 0 !important;
}

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

.advantage-item_icon:after, .advantage-item_icon:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.advantage-item_icon:before {
  width: 49px;
  height: 1px;
  border-bottom: 1px dashed #000;
  left: 100%;
  transition: width .7s;
  transition-delay: .8s;
}

.advantage-item_icon:after {
  width: 1px;
  height: 286px;
  right: -49px;
  top: 50%;
  bottom: auto;
  border-left: 1px dashed #000;
  z-index: 2;
  transition: height .7s;
  transition-delay: 1.5s;
}

.advantage-item_icon-first {
  padding-left: 1em;
}

.advantage-item_icon-second.is-anim:before {
  height: 0;
}

.advantage-item_icon-second.is-anim:after {
  width: 0;
}

.advantage-item_icon-second:before {
  top: 100%;
  left: 0;
  right: 0;
  bottom: auto;
  height: 70px;
  width: 1px;
  border-left: 1px dashed #000;
  transition: height .7s;
  transition-delay: .8s;
}

.advantage-item_icon-second:after {
  top: auto;
  bottom: -70px;
  left: 33px;
  right: 0;
  margin: auto;
  width: 187px;
  height: 1px;
  border-bottom: 1px dashed #000;
  transition: width .7s;
  transition-delay: 1.5s;
}

.advantage-item_icon-third:after {
  height: 70px;
}

.advantage-item_circle {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  border: 1px solid #000;
  z-index: 2;
  transition: opacity .4s;
}

.advantage-item_circle.is-anim {
  opacity: 0;
}

.advantage-item_circle.circle-first {
  bottom: -216px;
  right: -85px;
}

.advantage-item_circle.circle-second {
  bottom: -25px;
  right: -195px;
}

.advantage-item_circle.circle-third {
  bottom: 5px;
  right: -197px;
}

.advantage-item_circle.circle-third:after {
  content: '';
  display: block;
  width: 110px;
  height: 1px;
  right: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-bottom: 1px dashed #000;
}

.laptop-img {
  position: absolute;
  right: 15px;
  bottom: 5em;
}

.laptop-img img {
  max-width: 100%;
}

/**resolving-issues_section**/
.resolving-issues_section {
  padding: 5em 0;
}

.resolving-issues_content {
  display: flex;
  justify-content: space-between;
  margin-top: 6.2em;
  margin-bottom: 6em;
  position: relative;
}

.resolving-issues_content:before {
  content: '';
  display: block;
  width: 100%;
  height: 27px;
  background: url(../img/bg/line.png) no-repeat center top;
  background-size: contain;
  position: absolute;
  top: 137px;
  left: 0;
  z-index: 10;
}

.resolving-issues_content .left-column {
  flex: 156px 0 0;
  max-width: 156px;
  border-radius: 20px;
  background-color: #182931;
  box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.1);
  color: #fff;
}

.resolving-issues_content .right-column {
  flex: 156px 0 0;
  max-width: 156px;
  border-radius: 20px;
  background-color: #182931;
  box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.1);
  color: #fff;
}

.resolving-issues_content .center-column {
  flex-basis: 1 0 0;
  max-width: calc(100% - 358px);
  box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}

.resolving-issues_list {
  display: flex;
  flex-direction: column;
  font-size: 1.125rem;
  font-weight: 300;
  height: 100%;
}

.resolving-issues_list li {
  flex: 1 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7em;
  line-height: 1.4;
  text-align: center;
}

.resolving-issues_list li:first-child {
  margin-bottom: 2em;
  font-size: 1.5rem;
}

.resolving-issues_list li:last-child {
  padding-bottom: 3em;
}

.resolving-issues_tab-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  cursor: pointer;
  font-size: 1.5rem;
  height: 150px;
  font-weight: 300;
}

.resolving-issues_tab-item .item-icon {
  height: 50px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: .6em;
}

.resolving-issues_tab-item .item-icon img {
  max-width: 100%;
  max-height: 100%;
}

.mobile_img-slider {
  padding: 1.5em;
  display: none;
  text-align: center;
}

.mobile_img-slider img {
  max-width: 100%;
  width: auto;
  display: inline-block;
}

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

.mobile_img-slider .slick-slide {
  height: auto;
}

.mobile_img-slider .slick-slide > div {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.wrapper_resolving-issues_header {
  position: relative;
  z-index: 1;
}

.wrapper_resolving-issues_header .square {
  position: absolute;
  height: 150px;
  width: 150px;
  top: 0;
  left: 0;
  background: #FFD800;
  z-index: -1;
}

.resolving-issues_tab-slide {
  padding: 2em 4em;
  position: relative;
}

.resolving-issues_tab-slide .box-text {
  background: #EAEAEA;
  max-width: 600px;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.3em 2em;
  border-radius: 10px;
  color: #000;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 2.5em;
  z-index: 1;
}

.resolving-issues_tab-slide p {
  font-size: 1.125rem;
  font-weight: 300;
}

.resolving-issues_tab-slide p:last-child {
  margin-bottom: 0;
}

.resolving-issues_tab-slide .box-img {
  text-align: center;
}

.resolving-issues_tab-slide .box-img img {
  display: inline-block;
  width: auto;
  max-width: 100%;
}

.resolving-issues_tab-slide .box-img_third {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.resolving-issues_tab-slide .subtitle {
  font-size: 1.125rem;
  font-weight: 700;
  margin-left: 1.3em;
  margin-bottom: 0.7em;
}

.resolving-issues_box-list li {
  position: relative;
  padding-left: 1.3em;
  margin-bottom: 10px;
}

.resolving-issues_box-list li:before {
  content: '';
  display: block;
  width: 12px;
  height: 10px;
  background: url(../img/icons/triangle-icon.png) no-repeat center top;
  background-size: contain;
  position: absolute;
  top: 6px;
  left: 0;
}

.control-marking_list {
  display: flex;
  margin-top: 5.5em;
}

.control-marking_list li {
  flex: 1 0 0;
}

@media only screen and (min-width: 767px) {
  .control-marking_item {
    position: relative;
  }
  .control-marking_item:hover .control-marking_item-img {
    transform: scale(0);
  }
  .control-marking_item:hover .control-marking_item-desc {
    transform: scale(1);
  }
}

.control-marking_item-img {
  position: relative;
  transition: transform .4s;
}

.control-marking_item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.control-marking_item-img .title {
  font-size: 1.375rem;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.5em;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
}

.yellow-color {
  color: #FFD800;
}

.control-marking_item-desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F0F0F0;
  font-size: 1.125rem;
  font-weight: 300;
  padding: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform-origin: 50% 50%;
  transform: scale(0);
  transition: transform .3s;
}

.section-title_bg {
  background: #FFD800;
  padding: 0.35em 15px;
  margin-bottom: 2em;
}

.connector-section {
  padding-bottom: 5.2em;
}

.connector-section .large-text {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: .8em;
}

.connector-section_desc {
  padding-left: 1em;
  color: #000;
  width: 105%;
}

.bold-text {
  font-weight: 700;
}

.connector-section_footer {
  display: flex;
  justify-content: space-between;
  margin-top: 2.7em;
}

.connector-section_footer a {
  flex: 48% 0 0;
  max-width: 48%;
  min-width: auto;
}

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

.connector-img img {
  max-width: 100%;
}

/***calculator-section***/
.calc-content {
  margin-left: -15px;
  margin-right: -15px;
  background: #fff;
  border-radius: 40px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.3;
  color: #000;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
  padding: 1em 5.3em 1.1em;
}

.calc_tab-names {
  display: flex;
  border-bottom: 6px solid #d1d1d1;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.2em;
  padding: 0;
  width: 85.5%;
  position: relative;
}

.calc_tab-names li {
  padding: 1em;
  padding-bottom: .7em;
  font-weight: 400;
  cursor: pointer;
  text-align: center;
  width: 50%;
}

.calc_tab-names .line {
  padding: 0 !important;
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 50%;
  height: 6px;
  background: #FFD800;
}

.calc-slider {
  overflow: hidden;
}

.calc-slide {
  display: flex !important;
  flex: 50% 0 0;
  flex-wrap: wrap;
  max-width: calc(50% - 1px);
}

.calc-list {
  display: flex;
  width: 200%;
  transition: transform .8s;
}

.calc_rates-names {
  list-style-type: none;
  flex: 263px 0 0;
  max-width: 263px;
  margin-top: 2.85em;
}

.calc_rates-names li {
  height: 62px;
  display: flex !important;
  align-items: center;
  cursor: pointer;
  padding: .2em 1.3em;
}

.calc_rates-names li.active {
  background: #FFD800;
}

.calc_rates-names_mobile {
  display: none;
}

.rate-item {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity .2s;
}

.rate-item.is-visible {
  height: auto;
  overflow: visible;
  min-height: 644px;
  animation: fadein 1s forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.rates-content_footer {
  flex: 100% 0 0;
  max-width: 100%;
  padding-top: 1.5em;
  font-size: .935rem;
}

.rates-content_footer p {
  margin-bottom: 1em;
}

.rates-content_footer p:last-child {
  margin-bottom: 0;
}

.rates-content {
  max-width: calc(100% - 263px);
  flex: calc(100% - 263px);
  border: 1px solid #d1d1d1;
  border-radius: 10px;
  padding: 1.2em 1.8em;
}

.rates-content_mod {
  max-width: 100%;
  padding: 1.7em 4.4em;
  border: none;
}

.rates-content_mod .rate-item_title {
  margin-bottom: 1.7em;
}

.rates-content_mod .rate-item_list {
  padding-bottom: 1.7em;
  margin-bottom: 1.7em;
  padding-left: 3.2em;
}

.rates-content_mod .rate-item_footer {
  padding-left: 0;
  align-items: stretch;
}

.support_all-product_groups {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: calc(calc(100% - 455px) / 2);
  margin-bottom: 3em;
}

.support_all-product_groups .switch-btn {
  flex: 60px 0 0;
  margin-left: 1.3em;
}

.rate-item_title {
  font-size: 1.875rem;
  margin-bottom: 1.43em;
  text-align: center;
}

.rate-item_list {
  list-style-type: none;
  border-bottom: 1px solid #DDDDDD;
  padding: 0 1.5em .7em;
  margin-bottom: .5em;
}

.rate-item_list li {
  position: relative;
  padding-left: .8em;
  margin-bottom: .25em;
}

.rate-item_list li:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FFD800;
  position: absolute;
  top: 12px;
  left: 0;
}

.rate-table {
  margin-left: 2em;
  margin-bottom: 1.05em;
}

.rate-table td {
  padding: .26em;
}

.rate-table td:first-child {
  width: 292px;
}

.rate-table td:last-child {
  text-align: center;
}

.rate-item_footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 0.3em 0 .75em;
}

.rate-item_footer .left-column {
  flex: 300px 0 0;
}

.rate-item_footer .yellow-btn {
  min-width: 293px;
  margin-bottom: 1.4em;
}

.rate-item_footer .yellow-btn:last-child {
  margin-bottom: 0;
}

.rate-item_footer .right-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  flex-basis: calc(100% - 300px);
  max-width: calc(100% - 300px);
}

.rate_total-price {
  font-size: 1.875rem;
  margin-bottom: .3em;
  overflow: hidden;
  text-align: right;
  width: 100%;
}

.wrapper-counter-btn {
  display: inline-block;
  position: relative;
  height: 27px;
  line-height: 27px;
  white-space: nowrap;
}

.wrapper-counter-btn .text {
  display: inline-block;
  vertical-align: middle;
}

.wrapper-counter-btn .counter-back, .wrapper-counter-btn .counter-forward {
  display: inline-block;
  border: none;
  min-width: 22px;
  height: 100%;
  background: none;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
}

.wrapper-counter-btn .counter-back:hover:after, .wrapper-counter-btn .counter-back:hover:before {
  background: #FFD800;
}

.wrapper-counter-btn .counter-forward:hover:after, .wrapper-counter-btn .counter-forward:hover:before {
  background: #FFD800;
}

.wrapper-counter-btn .counter-back:focus, .wrapper-counter-btn .counter-forward:focus {
  outline: none;
  border: none;
}

.wrapper-counter-btn .counter-back:before {
  content: '';
  display: block;
  width: 15px;
  height: 1px;
  background-color: #b1b1b1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: background .3s;
}

.wrapper-counter-btn .counter-forward:after, .wrapper-counter-btn .counter-forward:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #b1b1b1;
  transition: background .3s;
}

.wrapper-counter-btn .counter-forward:after {
  height: 15px;
  width: 1px;
}

.wrapper-counter-btn .counter-forward:before {
  height: 1px;
  width: 15px;
}

.wrapper-counter-btn .product-count {
  display: inline-block;
  width: 22px;
  min-width: 22px;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  padding: 0 2px;
  height: 100%;
  background: #fff;
  max-width: 150px;
  border: none;
  text-align: center;
  vertical-align: middle;
}

.wrapper-counter-btn .product-count:focus {
  border: none;
  outline: none;
}

.wrapper-counter-btn .product-count_base-mod, .wrapper-counter-btn .product-count_base {
  min-width: 32px;
}

.input-buffer {
  display: inline-block;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.switch-btn {
  display: inline-block;
  width: 60px;
  height: 30px;
  border-radius: 15px;
  background: #555;
  cursor: pointer;
  position: relative;
  transition-duration: 300ms;
  z-index: 100000;
}

.switch-btn::after {
  content: "";
  width: 24px;
  height: 24px;
  background: #fff;
  box-shadow: -0.5px 0.9px 1px rgba(3, 3, 3, 0.04);
  border-radius: 50%;
  top: 3px;
  left: 3px;
  transition-duration: 300ms;
  position: absolute;
  z-index: 1;
}

.switch-on {
  background: #FFD800;
}

.switch-on::after {
  left: 30px;
}

.rate-item_range {
  margin-top: 1.5em;
  margin-bottom: 1.9em;
  padding-left: 1.4em;
}

.rate-item_range-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .8em;
}

.rate-item_range-top .field-number {
  width: 68px;
  border: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  margin-left: 1em;
}

.rate-item_range-top .field-number:focus {
  outline: none;
  border: none;
}

.rate-item_range .ui-state-default {
  display: inline-block;
  outline: none;
  width: 22px !important;
  height: 22px !important;
  background-color: #fff;
  border: none;
  border-radius: 50%;
  border: 1px solid rgba(238, 101, 0, 0.5) !important;
  position: relative;
  display: inline-block;
  z-index: 10;
}

.rate-item_range .ui-state-default:after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background-color: #ee6500;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.rate-item_range .ui-state-default:focus {
  outline: none;
}

.rate-item_range .ui-slider {
  margin: 0 0 .8em;
}

.rate-item_range .ui-widget-content {
  background-color: #d1d1d1;
  border: none;
  border-radius: 3px;
  height: 6px;
  width: 96%;
}

.rate-item_range .ui-widget-header {
  height: 6px;
  top: 0;
  background-color: #EE6500;
}

.rate-item_range .ui-slider-horizontal .ui-slider-handle {
  top: -9px !important;
  cursor: pointer;
  margin-left: -3px;
}

.rate-item_special-offer {
  font-weight: 500;
  margin-top: -.8em;
  margin-bottom: 1em;
  padding-left: 9%;
}

/***equipment-section**/
.equipment-section {
  padding: 6.5em 0 4em;
}

.equipment-content {
  padding-top: 4em;
}

.equipment-content [class^="col-"] {
  margin-bottom: 1.875em;
}

.equipment-item {
  background: #fff;
  padding: 1.25em;
  padding-top: 3em;
  padding-bottom: 2.2em;
  color: #000;
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  height: 100%;
  text-align: center;
}

.equipment-item_img {
  height: 230px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 1.6em;
}

.equipment-item_img img {
  max-width: 100%;
  max-height: 100%;
}

.equipment-item_title {
  display: block;
  font-size: 1.35rem;
  font-weight: 500;
  margin-bottom: 1.3em;
}

.equipment-item_btn {
  font-size: 1.125rem;
  color: #00759C;
  transition: color .3s;
}

.equipment-item_btn:hover {
  color: #23E0A8;
}

/***advantages-mod_section***/
.advantages-mod_section {
  padding: 4.1em 0;
  color: #000;
}

.advantages-mod_section .img-box {
  padding-left: 2em;
  position: relative;
  text-align: center;
  z-index: 2;
}

.advantages-mod_section .img-box img {
  max-width: 100%;
}

.advantages-mod_section .row {
  align-items: center;
  padding-top: 1.7em;
}

.advantages-mod_item {
  display: flex;
  align-items: center;
}

.advantages-mod_item-icon {
  width: 65px;
  height: 65px;
  background: #FFD800;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.advantages-mod_item-icon:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: auto;
  width: 1px;
  height: 140px;
  background: #D2D2D2;
  z-index: -1;
}

.advantages-mod_item-icon.icon-second:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 140px;
  height: 1px;
  margin: auto;
  background: #D2D2D2;
}

.advantages-mod_item-icon.icon-last:after {
  display: none;
}

.advantages-mod_item-icon img {
  max-width: 55%;
  max-height: 55%;
}

.advantages-mod_item-desc {
  flex: 1 0 0;
  padding-left: 1.7em;
}

.advantages-mod_item-desc .item-title {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.2em;
}

.advantages-mod_item-desc p {
  font-weight: 300;
}

/***bottom-section**/
.bottom-section {
  padding: 1em 0 0;
}

.unified-box {
  height: 100%;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 281px;
  padding: 1em;
  padding-bottom: 3em;
  background: #fff;
  text-align: center;
}

.unified-box.box-telegram {
  border: 1px solid #039be5;
}

.unified-box.box-yt {
  border: 1px solid #FF0000;
}

.unified-box.box-forum {
  border: 1px solid #2D485D;
}

.unified-box_title {
  font-size: 1.875rem;
  font-weight: 500;
  color: #000;
}

.unified-box_btn {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 0 1.8em;
  border-radius: 30px;
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translatex(-50%);
  transition: background .3s;
}

.unified-box_btn img {
  margin-left: 12px;
}

.unified-box_btn.blue-btn {
  background: #039BE5;
}

.unified-box_btn.blue-btn:hover {
  background: #0279b3;
}

.unified-box_btn.blue-btn:active {
  background: #025780;
}

.unified-box_btn.red-btn {
  background: #FF0000;
}

.unified-box_btn.red-btn:hover {
  background: #cc0000;
}

.unified-box_btn.red-btn:active {
  background: #990000;
}

.unified-box_btn.dark-btn {
  background: #2D485D;
}

.unified-box_btn.dark-btn:hover {
  background: #1c2d3b;
}

.unified-box_btn.dark-btn:active {
  background: #0c1318;
}

.download-box {
  border: 1px solid #bfbfbf;
  border-radius: 40px;
  min-height: 157px;
  position: relative;
  color: #000;
  padding-top: 3em;
  margin-top: 11.5em;
  margin-bottom: 9em;
  text-align: center;
}

.download-box .title {
  display: block;
  font-size: 1.875rem;
  font-weight: 500;
  margin-bottom: .5em;
}

.download-box_icon {
  position: absolute;
  top: -32px;
  left: 50%;
  padding: 0 3.5em;
  background: #F2F5F7;
  transform: translate(-50%);
}

.download-box_btns {
  display: flex;
  justify-content: space-between;
  padding: 0 3.7em;
  position: relative;
  bottom: -25px;
  width: 100%;
}

.download-box_btns a {
  max-width: 300px;
  font-size: 1.5rem;
  width: 100%;
  text-transform: none;
}

.contact-form {
  box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  background: #fff;
  padding: 7em 10em 6.6em;
  position: relative;
  margin-bottom: -12.5em;
  z-index: 2;
}

.contact-form_title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 2.9em;
  text-align: center;
}

.contact-form_row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 3em;
}

.contact-form_row .form-group {
  flex: 30% 0 0;
  margin-bottom: 0;
}

.form-group {
  margin-bottom: 1.5em;
}

.form-control {
  height: 50px;
  border-bottom: 1px solid #000;
  width: 100%;
  transition: border-bottom  .3s;
}

.form-control:focus {
  border-bottom: 1px solid #FFD800;
}

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

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

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

.contact-form_submit {
  border-radius: 10px;
  flex: 195px 0 0;
  height: 40px;
  line-height: 40px;
  text-transform: none;
}

.equipment-popup {
  display: flex;
}
.equipment-popup-block {
  display: block;
}

.equipment-popup .left-column {
  flex: 60% 0 0;
  padding: 1em;
  border-right: 1px solid #D2D2D2;
}

.equipment-popup .right-column {
  flex: 40% 0 0;
  padding: 1em;
  text-align: center;
}

.equipment-popup_title {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1.5em;
  text-align: center;
}
.equipment-popup-block .equipment-popup_title {
  text-align: left;
  margin-bottom: 1em;
}

.equipment-popup_img {
  margin-bottom: 1.7em;
  text-align: center;
}

.equipment-popup-block .equipment-popup_img {
  text-align: left;
  margin-bottom: 1em;
}

.equipment-popup_img img {
  max-width: 100%;
}

.equipment-popup_price {
  font-size: 1.5rem;
  font-weight: 500;
  display: block;
  margin-bottom: 1.2em;
}

.modal-dialog_equipment.modal-dialog_kompleks {
  max-width: 900px;
}
.kompleks-popup {
  display: flex;
}
.kompleks-popup + .kompleks-popup {
  margin-top: 1em;
  border-top: 1px solid #D2D2D2;
}

.kompleks-popup .left-column {
  flex: 55% 0 0;
  padding: 1em 10px 1em 0;
  display: flex;
  align-items: center;
}
.kompleks-popup .right-column a {
  margin: 0 0 10px;
  font-size: 1rem;
  min-width: 48%;
}

.kompleks-popup .right-column {
  flex: 45% 0 0;
  display: flex;
  padding: 1em 0 0;
  flex-wrap: wrap;
  justify-content: space-between;
}

.kompleks-popup_title {
  font-size: 1.125rem;
  font-weight: 500;
}

button.close {
  width: 25px;
  height: 25px;
  border: none;
  position: absolute;
  top: .5em;
  right: .5em;
  border-radius: 50%;
  opacity: 1;
  transform: rotate(45deg);
  transition: background .3s;
}

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

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

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

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

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

.modal-dialog {
  max-width: 480px;
}

.modal-dialog_equipment {
  max-width: 780px;
}

.modal-dialog_video {
  max-width: 90%;
  height: 90%;
}

.modal-dialog_video .modal-content {
  height: 100%;
  padding: 0;
}

.modal-dialog_video iframe {
  width: 100%;
  height: 100%;
}

.modal-backdrop {
  z-index: 120;
}

.modal {
  z-index: 130;
}

.modal-content {
  padding: 2em;
  border-radius: 0;
}

.error {
  font-size: .875rem;
  font-weight: 600;
  color: red;
}

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

.tablet-small_visible, .mobile-visible, .tablet-visible {
  display: none;
}

.tab {
  cursor: pointer;
}

.tab-item {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity .2s;
}

.tab-item.is-visible {
  height: auto;
  overflow: visible;
  animation: fadein 1s forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

.tablet-small_visible {
  display: none;
}

.mobile-visible {
  display: none;
}

.tablet-visible {
  display: none;
}

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

.unified_top-section .left-column {
  padding-top: 2em;
}

.unified_top-section .top-text {
  font-size: 1.125rem;
  display: block;
  margin-bottom: 2.8em;
}

.unified_top-section .yellow-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  padding: 0 1.5em;
  text-transform: none;
  margin-bottom: 1em;
  min-width: 230px;
}

.unified_top-section .yellow-btn img {
  max-height: 100%;
  margin-left: 25px;
}

.unified_top-section .pdf-icon {
  width: 25px;
  height: 38px;
}

.unified_top-section .version-text {
  display: block;
  font-size: 0.875rem;
  line-height: 1.7;
  padding-left: 4.5em;
  color: #000;
  text-align: center;
}

.unified_top-section .btns-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.unified_top-section .btns-box-image {
  display: flex;
  flex-wrap: wrap;
}
.unified_top-section .btns-box-image .btns-box {
  margin-right: 2rem;
}

.unified_top-section_mod {
  padding: 2em 0;
}

.unified_top-section_mod .main-title {
  margin-bottom: .8em;
}

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

.unified_top-section_img img {
  max-width: 100%;
}

/**.mobile-mark_section***/
.mobile-mark_section {
  padding: 3em 0 1.5em;
  color: #000;
}

.mobile-mark_section .top-text {
  display: block;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 3.5em;
  text-align: center;
}

.application-img {
  margin-bottom: 3.7em;
  text-align: center;
}

.application-img img {
  width: 100%;
}

.marking-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.7em;
  margin: 0 -15px;
  margin-bottom: 4em;
}

.marking-list li {
  flex: 25% 0 0;
  max-width: 25%;
  padding: 0 15px;
  margin-bottom: 1.875em;
}

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

.marking-item p {
  font-weight: 300;
  padding: 0 2%;
}

.marking-item p:last-child {
  margin-bottom: 0;
}

.marking-item_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFD800;
  box-shadow: 1.5px 2.598px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 110px;
  height: 110px;
  padding: 0.3em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5em;
}

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

.marking-item_title {
  display: block;
  font-weight: 500;
  font-size: 1.125rem;
  margin-bottom: 1.2em;
  min-height: 52px;
  text-transform: uppercase;
}

.mobile-mark_price-box {
  box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.1);
  border-radius: 40px;
  background: #fff;
  padding: 3em 1.5em;
}

.mobile-mark_price-box table {
  border-top: 1px solid #dddddd;
  font-size: 1.125rem;
  font-weight: 300;
  margin-bottom: 2em;
  width: 100%;
}

.mobile-mark_price-box td {
  padding: .9em 1.5em;
}

.mobile-mark_price-box td:last-child {
  border-left: 1px solid #FFD800;
  width: 190px;
  text-align: center;
}

.mobile-mark_price-box tr {
  border-bottom: 1px solid #dddddd;
}

.mobile-mark_price-box .price-box_footer {
  display: flex;
  justify-content: flex-end;
}

.mobile-mark_price-box .yellow-btn {
  min-width: 292px;
  margin-right: 1.3em;
}

.mobile-mark_price-box .yellow-btn:last-child {
  margin-right: 0;
}

.equipment-content_mod {
  padding-top: 1.5em;
  padding-bottom: 5em;
}

/***about-us_section**/
.about-us_header-section {
  position: relative;
  color: #fff;
  padding-top: 4em;
  padding-bottom: 3.3em;
  z-index: 2;
}

.about-us_header-section:before {
  content: '';
  display: block;
  width: 70%;
  height: 56%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg/dark-bg.png) no-repeat right top;
}

.about-us_header-section:after {
  content: '';
  display: block;
  width: 492px;
  height: 598px;
  background: url(../img/bg/broken-line_bg.png) no-repeat center top;
  background-size: contain;
  position: absolute;
  top: 0;
  right: calc(calc(100vw - 1779px) / 2);
  z-index: -1;
}

.about-us_header-section .text-box {
  padding-right: 20%;
}

.about-us_header-section .section-title {
  color: #fff;
  font-weight: 700;
  width: 103%;
  text-align: left;
}

.about-us_header-bg {
  position: absolute;
  top: 3em;
  left: 15px;
  display: block;
  width: 100%;
  height: 60%;
  position: absolute;
  top: 3em;
  left: 0;
  right: 0;
  background: #F2F5F7;
  border-radius: 40px;
  max-width: 1175px;
  margin-left: auto;
  margin-right: auto;
  z-index: -2;
}

.main-content_mod {
  background: #fff;
}

.advantages-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: -7.5em;
  padding-top: 2px;
  z-index: 1;
}

.advantages-list:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/bg/adv-bg.png) no-repeat center top;
  position: absolute;
  top: 0;
  left: -10px;
  z-index: -1;
}

.advantages-list li {
  display: flex;
  margin-bottom: 1.8em;
}

.advantages-list li:nth-child(1) {
  flex: 100% 0 0;
  padding-left: 16em;
  justify-content: center;
  margin-bottom: 5px;
}

.advantages-list li:nth-child(2) {
  flex: 50% 0 0;
  max-width: 50%;
  padding-top: 3px;
  padding-right: 10px;
  justify-content: flex-end;
}

.advantages-list li:nth-child(3) {
  flex: 50% 0 0;
  max-width: 50%;
  justify-content: flex-end;
  padding-right: 4.7em;
}

.advantages-list li:nth-child(4) {
  flex: 40% 0 0;
  max-width: 40%;
  padding-left: 3.7em;
}

.advantages-list li:nth-child(5) {
  flex: 60% 0 0;
  max-width: 60%;
  padding-left: 7.2em;
}

.advantage-item_mod {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1em;
  border-radius: 20px;
  background: #fff;
  font-size: 1.125rem;
  color: #003333;
  position: relative;
  width: 255px;
  height: 140px;
  text-align: center;
}

.advantage-item_number {
  font-size: 2.25rem;
  font-weight: 700;
  display: block;
  margin-bottom: 0.3em;
}

.about-us_body-section .section-title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #003333;
}

.about-us_body-section .right-column {
  text-align: right;
}

.about-us_body-section .subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.6em;
}

.about-us_body-section .top-row {
  margin-bottom: 4em;
}

.about-us_body-section p {
  line-height: 1.2;
}

.about-us_body-top {
  background: url(../img/bg/green-line_bg.jpg) no-repeat center top;
  padding-top: 4.3em;
  padding-bottom: 4.4em;
}

.people-img {
  display: inline-block;
  border: 4px solid #182931;
  border-radius: 20px;
  overflow: hidden;
}

.people-img img {
  width: 100%;
  display: block;
}

.value-box {
  position: relative;
  z-index: 1;
}

.value-box:after {
  content: '';
  display: block;
  width: 1440px;
  height: 790px;
  background: url(../img/bg/purple-line.png) no-repeat center right;
  position: absolute;
  top: 3.33em;
  left: 15px;
  z-index: -1;
}

.value-box .h3-mod {
  color: #003333;
}

.value-box_top {
  padding: 7.5em 0 5.5em;
  background: url(../img/bg/value-bg.png) no-repeat 38% top;
}

.value-box_top-text {
  font-weight: 500;
  display: block;
  font-size: 1.125rem;
  margin-top: -2.7em;
  text-align: center;
}

.value-row {
  padding: 0 3.5em;
}

.value-item {
  margin-bottom: 2.5em;
  font-size: 1.125rem;
  text-align: center;
}

.value-item_img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 125px;
  margin-bottom: 1.1em;
}

.value-item_img img {
  max-height: 100%;
  max-width: 100%;
}

/**partners-section**/
.partners-section {
  padding: 10em 0 0;
}

.partners-section .section-title {
  font-weight: 700;
  font-size: 1.875rem;
  color: #003333;
}

.partners-slider {
  margin: 0 -15px;
  margin-top: 5.4em;
  margin-bottom: 9em;
  padding: 0 4em;
}

.partners-slider .slick-slide {
  padding: 0 15px;
}

.partners-slider .slick-arrow {
  width: 25px;
  height: 62px;
  border: none;
  background: url(../img/icons/arrow-icon.png) no-repeat center top;
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: none;
  transition: filter .3s;
}

.partners-slider .slick-arrow:hover {
  filter: invert(72%) sepia(16%) saturate(1882%) hue-rotate(109deg) brightness(98%) contrast(90%);
}

.partners-slider .slick-prev {
  left: 2.2%;
  transform: rotate(180deg);
}

.partners-slider .slick-next {
  right: 2.2%;
}

.partner-item {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3.5em;
}

.partner-item:last-child {
  margin-bottom: 0;
}

.partner-item img {
  max-width: 100%;
  max-height: 100%;
}

/***services-section**/
.services-section {
  padding: 5.8em 0 0;
}

.services_tab-names {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 3em;
  color: #000;
  z-index: 1;
}

.services_tab-names li {
  min-width: 251px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1em;
  font-weight: 300;
  font-size: 1.5rem;
  margin-right: -1px;
  border: 1px solid #FFD800;
}

.services_tab-names li.active {
  background: #FFD800;
}

.tab-item_title {
  line-height: 1.8;
  margin-bottom: 1.2em;
}

.content-tabs {
  color: #000;
}

.content-tabs .top-text {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 2.2em;
  text-align: center;
}

.service-box {
  border: 1px solid #d7d7d7;
  border-radius: 50px;
  padding: 1.5em;
  padding-bottom: 0.7em;
}

.service-box .bottom-subtitle {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  padding-top: 10px;
  text-align: center;
}

.service-box_content {
  display: flex;
}

.service-box_content .left-column {
  flex: 38% 0 0;
  max-width: 38%;
}

.service-box_content .right-column {
  flex: 36% 0 0;
  max-width: 36%;
}

.service-box_content .center-column {
  flex: 26% 0 0;
  max-width: 26%;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service_center-img {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.service_center-img img {
  max-width: 100%;
  max-height: 100%;
}

.services-list {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  font-size: 1.125rem;
}

.services-list li {
  display: flex;
  align-items: center;
  margin-bottom: 4em;
}

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

.service-item_icon {
  width: 81px;
  height: 81px;
  flex: 81px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #FFD800;
  padding: 1em;
  margin-right: 1em;
}

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

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

.services-list_left .service-item_icon {
  margin: 0 0 0 1em;
}

.services-list_left li {
  justify-content: flex-end;
}

.services-row {
  align-items: center;
  position: relative;
  margin-bottom: 4em;
}

.services_plus-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 33px);
  margin: auto;
  width: 66px;
  height: 66px;
  background-color: #23e0a8;
  border-radius: 50%;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 60px;
}

.service_right-column {
  z-index: 2;
}

.advantageous-offer_box {
  border-radius: 40px;
  box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.1);
  background: #FFD800;
  padding: 2.5em;
}

.advantageous-offer_box p {
  font-size: 1.5rem;
  font-weight: 400;
}

.advantageous-offer_box-footer {
  display: flex;
  align-items: flex-end;
  padding-top: 10px;
}

.advantageous-offer_box-footer .left-column {
  flex: 40% 0 0;
  padding-right: 1em;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.15;
}

.advantageous-offer_box-footer .right-column {
  flex: 1 0 0;
  display: flex;
  justify-content: space-between;
}

.advantageous-offer_box-footer .white-btn {
  flex: 48% 0 0;
}

.turnkey-marking_item {
  display: flex;
  align-items: center;
}

.turnkey-marking_item .item-content {
  flex: 1 0 0;
}

.turnkey-marking_item .item-number {
  flex: 75px 0 0;
  font-size: 4.5rem;
  font-weight: 700;
}

.turnkey-marking_item .three-number {
  color: #ff3333;
  position: relative;
  top: 10px;
  text-align: right;
}

.turnkey-marking_item .first-number {
  color: #ff9900;
}

.turnkey-marking_item .second-number {
  color: #ffcc00;
  position: relative;
  top: -15px;
}

.turnkey-marking_item .subtitle {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 3px;
}

.turnkey-markings_list {
  font-weight: 300;
  font-size: 1.125rem;
}

.turnkey-markings_list li {
  margin-bottom: 5px;
}

.turnkey-markings_list .text:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 12px;
  background: url(../img/icons/triangle-icon.png) no-repeat center top;
  background-size: contain;
  position: relative;
  margin-right: 3px;
  top: 1px;
}

.turnkey-markings_list-red {
  text-align: right;
}

.turnkey-markings_list-red li {
  display: flex;
  justify-content: flex-end;
}

.turnkey-markings_list-red .text:before {
  filter: invert(51%) sepia(68%) saturate(7060%) hue-rotate(344deg) brightness(118%) contrast(108%);
}

.turnkey-markings_list-orange .text:before {
  filter: invert(61%) sepia(65%) saturate(2476%) hue-rotate(359deg) brightness(104%) contrast(105%);
}

.turnkey-markings_list-yellow .text:before {
  filter: invert(71%) sepia(72%) saturate(1551%) hue-rotate(2deg) brightness(109%) contrast(103%);
}

.turnkey-marking_img {
  padding-top: 20px;
  text-align: center;
}

.turnkey-marking_img img {
  max-width: 100%;
}

.turnkey-markings_content {
  margin-bottom: 5.5em;
  padding-top: 5.5em;
  color: #000;
}

.turnkey-markings_content .h3-mod {
  color: inherit;
  margin-bottom: 2.4em;
  text-transform: none;
}

.turnkey-markings_content .fourth-column {
  display: flex;
  justify-content: center;
  padding-top: 3em;
  padding-left: 35%;
}

.turnkey-markings_content .first-column {
  padding-right: 0;
  text-align: right;
}

.turnkey-markings_content .third-column {
  padding-left: 0;
}

.turnkey-marking_item-fourth {
  max-width: 440px;
  align-items: flex-start;
  width: 100%;
}

.integration-img {
  margin-top: -13em;
}

.integration-img img {
  max-width: 100%;
}

.integration_text-box {
  border-radius: 30px;
  background: #fff;
  color: #000;
  padding: 1.2em;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
}

.education-table {
  font-size: 1.5rem;
  width: 100%;
}

.education-table tr {
  border-bottom: 1px solid #dddddd;
}

.education-table th {
  color: #ffcc00;
  font-weight: 900;
  padding: 0.7em;
  text-transform: uppercase;
}

.education-table th:first-child {
  text-align: left;
}

.education-table td {
  padding: 0.7em;
  font-weight: 300;
  border-right: 1px solid #FFD800;
  vertical-align: top;
  text-align: center;
}

.education-table td:first-child {
  text-align: left;
}

/***main-footer***/
.main-footer {
  flex: 0 0 auto;
  background: #182931;
  padding: 19em 0 4em;
  color: #fff;
}

.main-footer .container {
  padding: 0 3em;
}

.main-footer .row {
  align-items: center;
}

.main-footer img {
  max-width: 100%;
}

.main-footer .text {
  display: block;
  font-size: .75rem;
  letter-spacing: 0.1em;
  margin-bottom: 2.8em;
  padding-left: 1em;
  text-transform: uppercase;
}

.main-footer .right-column {
  position: relative;
  left: -2em;
}

.footer-logo {
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
}

.footer-logo a {
  border-bottom: none;
}

.footer-logo img {
  width: 100%;
  height: 100%;
}

.social-network {
  display: flex;
  align-items: center;
}

.social-network li {
  padding: 0 1.3em;
}

.social-network a {
  border-bottom: none;
  transition: filter .3s;
}

.social-network a:hover {
  filter: invert(66%) sepia(100%) saturate(364%) hue-rotate(105deg) brightness(94%) contrast(89%);
}

.social-network img {
  max-width: 100%;
}

.footer_phone-number {
  font-size: 1.875rem;
  color: inherit;
  display: inline-block;
  margin-bottom: 0.7em;
}

.copyright {
  font-size: 1.5rem;
}

.scroll-to-top {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #1ab688;
  cursor: pointer;
  position: fixed;
  right: 20px;
  bottom: 2em;
  opacity: 0;
  transform: scale(0);
  transition: transform 0.4s, opacity 0.6s;
  z-index: 100;
}

.scroll-to-top:after {
  content: "";
  display: block;
  height: 30%;
  width: 30%;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 4px;
  bottom: 0;
  left: -1px;
  right: 0;
  margin: auto;
  transform: rotate(-45deg);
}

.scroll-to-top:hover {
  opacity: 0.7;
}

.scroll-to-top-visible {
  transform: scale(1);
  opacity: 1;
}

.scroll-to-top-visible.is-hidden {
  display: none;
}

/* document-list */
.document-list .title {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 1em;
}
.document-list_item {
  margin-top: 10px;
  text-align: center;
}

/***news-section**/
.news-groups {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -4px;
  padding-bottom: 18px;
  border-bottom: 1px solid #f4f8fa;
}
.news-groups + .tab-container {
  margin-top: 18px;
}
.news-groups div,
.news-groups a {
  border-radius: 5px;
  color: #000000;
  background: #f4f8fa;
  padding: 0 6px;
  height: 36px;
  margin: 4px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 13px;
  text-decoration: none;
}
.news-groups div:hover,
.news-groups a:hover {
  background: #ffd800;
}
.news-groups div.is-active,
.news-groups a.is-active {
  background: #ffd800;
}
.news-groups img {
  margin-right: 6px;
}
.news-section .slick-arrow {
  background: #f4f8fa;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 37px;
  width: 44px;
  padding: 0;
  font-weight: 500;
  color: #007eff;
  transition: color .3s, background .3s;
  top: -69px;
  border: 0;
  position: absolute;
  right: 10px;
}

.news-section .slick-arrow:hover {
  background: #ffd800;
  color: #000;
}

.news-section .slick-arrow.prev-slide {
  right: 64px;
  transform: rotate(180deg);
  padding-bottom: 4px;
}

.news-section {
  background: #fff;
  padding: 4.1em 0;
}

.news_tab-list {
  display: flex;
  margin-bottom: 2em;
  max-width: 50%;
}

.news_tab-list li {
  background: #f4f8fa;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 37px;
  min-width: 85px;
  padding: 0 1em;
  font-weight: 500;
  margin-right: 10px;
  color: #000;
  transition: color .3s, background .3s;
}

.news_tab-list li:last-child {
  margin-right: 0;
}

.news_tab-list li.active {
  background: #007eff;
  color: #fff;
}
.news_tab-list li:hover {
  background: #ffd800;
  color: #000;
}

.news-section .see-all_mod-btn {
  position: absolute;
  top: -69px;
  right: 108px;
  background: #f4f8fa;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 37px;
  min-width: 85px;
  padding: 0 1em;
  font-weight: 500;
  color: #007eff;
  transition: color .3s, background .3s;
}

.news-section .see-all_mod-btn:hover {
  background: #ffd800;
  color: #000;
}

.article-box {
  position: relative;
}

.article-item {
  background: #f4f8fa;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}

.article-item > a {
  display: block;
  border-bottom: none;
  color: inherit;
  height: 100%;
}

.article-item > a:hover .article-item_title {
  color: #47B7EE;
}

.article-item p {
  font-size: .875rem;
}

.article-item_img {
  height: 200px;
  margin-bottom: .7em;
  text-align: center;
}

.article-item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-item_desc {
  padding: .5em 1.5em 1.9em;
}

.article-item_date {
  display: block;
  font-size: .875rem;
  color: #B7C3C8;
  margin-bottom: .5em;
}

.article-item_title {
  font-size: 1.25rem;
  font-weight: 700;
  display: block;
  margin-bottom: .6em;
  text-transform: uppercase;
  transition: color .3s;
}

.article-item_title:last-child {
  margin-bottom: 0;
}

.article-slider {
  margin: 0 -10px;
}

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

.article-slider .slick-slide {
  padding: 0 10px;
  height: auto;
}

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

.video-box {
  position: relative;
}

.video-item {
  background: #f4f8fa;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}

.video-item > a {
  display: block;
  border-bottom: none;
  color: inherit;
  height: auto;
}

.video-item > a:hover .video-item_img:before {
  opacity: 0.8;
}

.video-item p {
  font-size: .875rem;
}

.video-item_img {
  height: 250px;
  margin-bottom: .7em;
  position: relative;
  text-align: center;
}

.video-item_img:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(51, 51, 51, 0.7), rgba(51, 51, 51, 0.7));
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity .3s;
}

.video-item_img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.video-item_img .ico-play {
  font-size: 2.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-item_img .ico-play:before {
  content: "\e909";
  color: #f64f4f;
}

.video-item_desc {
  padding: .5em 1.5em 1.9em;
}

.video-item_date {
  display: block;
  font-size: .875rem;
  color: #B7C3C8;
  margin-bottom: .5em;
}

.video-item_title {
  font-size: 1.25rem;
  font-weight: 700;
  display: block;
  margin-bottom: .6em;
  text-transform: uppercase;
  transition: color .3s;
}

.video-item_title:last-child {
  margin-bottom: 0;
}

.video-slider {
  margin: 0 -10px;
}

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

.video-slider .slick-slide {
  padding: 0 10px;
  height: auto;
}

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

.news-menu {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -5px 10px;
}

.news-menu li {
  padding: 0 5px;
  margin-bottom: 10px;
}

.news-menu li.active a {
  background: #007eff;
  color: #fff;
}

.news-menu a {
  background: #f4f8fa;
  border-radius: 5px;
  height: 37px;
  display: flex;
  align-items: center;
  padding: 0 1.1em;
  color: #000;
  border-bottom: none;
  font-weight: 500;
  transition: background .3s, color .3s;
}

.news-menu a:hover {
  background: #ffd800;
  color: #000;
}

.news-row {
  margin: 0 -10px;
}

.news-row [class^="col-"] {
  padding: 0 10px;
  margin-bottom: 1.25em;
}

.news-row .news-item {
  background: #f4f8fa;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}

.news-row .news-item > a {
  display: block;
  border-bottom: none;
  color: inherit;
  height: 100%;
}

.news-row .news-item > a:hover .news-item_title {
  color: #47B7EE;
}

.news-row .news-item p {
  font-size: .875rem;
}

.news-row .news-item_img {
  height: 200px;
  margin-bottom: .7em;
}

.news-row .news-item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-row .news-item_img-mod {
  text-align: center;
}

.news-row .news-item_img-mod img {
  width: auto;
  height: auto;
  max-height: 100%;
}

.news-row .news-item_desc {
  padding: .5em 1.5em 1.9em;
}

.news-row .news-item_desc-mod {
  padding: 1.1em;
}

.news-row .news-item_date {
  display: block;
  font-size: .875rem;
  color: #B7C3C8;
  margin-bottom: .5em;
}

.news-row .news-item_title {
  font-size: 1.25rem;
  font-weight: 700;
  display: block;
  margin-bottom: .6em;
  text-transform: uppercase;
  transition: color .3s;
}

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

.news-detailed_img {
  margin: 3em 0 1.3em 0;
}

.news-detailed_img img {
  width: 100%;
}

.news-detailed_date {
  display: block;
  font-size: .875rem;
  margin-bottom: 1em;
  color: #B7C3C8;
}

.news-detailed {
  margin-bottom: 4em;
}

.news-detailed_desc {
  font-size: 1rem;
}
.news-detailed_desc h2 {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.news-detailed_desc h3 {
  margin-bottom: 1em;
}

.news-detailed .video-large {
  display: block;
  height: 734px;
}

.news-detailed .video-large iframe {
  width: 100%;
  height: 100%;
}


@media only screen and (max-width: 1919px) and (min-width: 1201px) {
  .video-item_img {
    height: 13vw;
  }
  .article-item_img {
    height: 10.2vw;
  }
  .news-row .news-item_img {
    height: 10.2vw;
  }
}

@media only screen and (max-width: 1499px) {
  .article-item_img {
    height: 128px;
  }
  .article-item_title {
    font-size: .935rem;
  }
  .article-item p {
    font-size: .75rem;
  }
  .article-item_date {
    font-size: .75rem;
  }
  .video-item_img {
    height: 160px;
  }
  .video-item_title {
    font-size: .935rem;
  }
  .video-item_date {
    font-size: .75rem;
  }
  .video-item_desc {
    padding: .5em 1em 1.3em;
  }
  .article-item_desc {
    padding: .5em 1em 1.3em;
  }
  .news-detailed .video-large {
    height: 545px;
  }
  .news-detailed_desc {
    font-size: .875rem;
  }
  .news-detailed_desc h3 {
    font-size: 1.125rem;
  }

  .news-row .news-item_img {
    height: 125px;
  }
  .news-row .news-item_title {
    font-size: .935rem;
  }
  .news-row .news-item p {
    font-size: .75rem;
  }
  .news-row .news-item_date {
    font-size: .75rem;
  }
  .news-row .news-item_desc {
    padding: .5em 1.1em 1.3em;
  }
  .news-row .news-item_img img {
    object-fit: cover;
  }
}

@media only screen and (max-width: 1200px) {
  .head-menu {
    font-size: 1rem;
  }
  .head-nav {
    padding-right: 0;
  }
  .head_phone-number {
    font-size: 1.125rem;
  }
  .head-btn {
    max-width: 160px;
    display: flex;
    align-items: center;
    line-height: 1.2;
    white-space: normal;
  }
  .single-window_item {
    font-size: 1.25rem;
  }
  .single-window_text-item {
    font-size: 1.125rem;
  }
  .phone-img {
    margin-top: -4em;
  }
  .advantage-item_first {
    margin-left: 20em;
  }
  .advantage-item_second {
    margin-left: 2em;
  }
  .advantage-item_third {
    margin-left: 0;
  }
  .advantage-item {
    position: relative;
    width: 400px;
    z-index: 2;
  }
  .advantage-item_circle.circle-third {
    right: -169px;
  }
  .advantage-item_circle.circle-third:after {
    width: 83px;
  }
  .wrapper_resolving-issues_header .square {
    width: 115px;
    height: 115px;
  }
  .resolving-issues_tab-item {
    font-size: 1.25rem;
  }
  .resolving-issues_tab-item {
    height: 115px;
  }
  .resolving-issues_list li:first-child {
    margin-bottom: 0;
    flex: 115px 0 0;
  }
  .resolving-issues_content:before {
    top: 105px;
  }
  .resolving-issues_tab-slide {
    padding: 2em;
  }
  .control-marking_item-img .title {
    font-size: 1.25rem;
  }
  .yellow-btn {
    font-size: 1rem;
  }
  .equipment-item_title {
    font-size: 1.35rem;
  }
  .unified-box_title {
    font-size: 1.5rem;
  }
  .download-box_btns {
    padding: 0 1.5em;
  }
  .download-box_btns a {
    max-width: 270px;
  }
  .contact-form_title .min {
    display: inline;
  }
  .contact-form {
    padding: 3em 5em;
    margin-bottom: -8em;
  }
  .main-footer {
    padding: 12em 0  3em;
  }
  .main-footer .container {
    padding: 0 15px;
  }
  .footer_phone-number {
    font-size: 1.5rem;
  }
  .copyright {
    font-size: 1.35rem;
  }
  .download-box {
    margin: 6em 0;
  }
  .equipment-section {
    padding-bottom: 1em;
  }
  .equipment-content {
    padding-top: 0;
  }
  .advantages-mod_section .row {
    padding-top: 0;
  }
  .control-marking_list {
    margin-top: 0;
  }
  .resolving-issues_content {
    margin-top: 0;
  }
  .advantages-section_content {
    padding-top: 0;
  }
  .single-window_section .top-text {
    margin-bottom: 3em;
  }
  .commodity-groups_content {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .commodity-groups_content li {
    flex: 20% 0 0;
  }
  .commodity-groups_content li:nth-child(9) {
    flex: 20% 0 0;
  }
  .commodity-group_item.first-item {
    text-align: center;
  }
  .commodity-group_item.first-item .item-icon {
    justify-content: center;
  }
  .single-window_monitor {
    width: 410px;
  }
  .laptop-img {
    width: 70%;
  }
  .calc-content, .rates-content_mod {
    padding-left: 2em;
    padding-right: 2em;
  }
  .rate_total-price {
    font-size: 1.5rem;
  }
  .rate-item_list li:before {
    top: 9px;
  }
  .rate-item.is-visible {
    min-height: 586px;
  }
  .support_all-product_groups {
    margin-right: calc(calc(100% - 330px) / 2);
  }
  h2, .section-title {
    font-size: 2rem;
  }
  .mobile-mark_section .min {
    display: inline;
  }
  .about-us_header-section:before {
    background-size: cover;
  }
  .advantages-list:before {
    background-size: contain;
  }
  .advantage-item_mod {
    width: 220px;
    height: 124px;
  }
  .advantage-item_number {
    font-size: 1.5rem;
  }
  .advantages-list li:nth-child(1) {
    padding-left: 14em;
  }
  .advantages-list li:nth-child(3) {
    padding-right: 0.8em;
  }
  .advantages-list li:nth-child(4) {
    padding-left: 0;
  }
  .advantages-list li:nth-child(5) {
    padding-left: 6.2em;
  }
  .about-us_body-section .subtitle {
    font-size: 1.35rem;
  }
  .value-item_img {
    height: 56px;
  }
  .partner-item {
    margin-bottom: 2em;
  }
  .partners-slider {
    margin-bottom: 3em;
    margin-top: 2em;
  }
  .services-list {
    font-size: 1rem;
  }
  .service-item_icon {
    width: 50px;
    height: 50px;
    flex: 50px 0 0;
  }
  .service-box .bottom-subtitle {
    font-size: 1rem;
  }
  .advantageous-offer_box p {
    font-size: 1.25rem;
  }
  .advantageous-offer_box-footer .left-column {
    font-size: 1.35rem;
  }
  .turnkey-markings_list .min {
    display: inline;
  }
  .services-section {
    padding-top: 3em;
  }
  .turnkey-markings_content {
    padding-top: 3em;
    margin-bottom: 3em;
  }
  .turnkey-marking_item .three-number {
    top: 23px;
  }
  .value-box_top {
    padding-left: 1.7em;
  }
  .partners-section {
    padding-top: 5em;
  }

  .sale_section .section-title {
    font-size: 46px;
  }
  .sale_section .top-text {
    font-size: 28px;
  }
  .sale_section p {
    font-size: 20px;
  }

  .modal-dialog_video {
    height: 50vw;
  }
  .modal-dialog_video .modal-content {
    height: 50vw;
  }

  .news-groups {
    justify-content: center;
  }

  .news-detailed_img {
    margin-top: 0;
  }
}

@media only screen and (max-width: 991px) {
  .tablet-visible {
    display: block;
  }
  .tablet-hidden {
    display: none;
  }
  h1, .main-title {
    font-size: 2.2rem;
  }
  .hamburger {
    display: block;
  }
  .head-nav {
    position: fixed;
    top: 91px;
    right: -100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #F2F5F7;
    box-shadow: -10px 0 10px -10px rgba(0, 0, 0, 0.2);
    color: #232323;
    padding: 1.25em;
    padding-top: 3em;
    padding-bottom: 7em;
    max-width: 375px;
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100vh;
    text-align: center;
    transition: right .4s;
    scrollbar-color: #FFD800 #E6E6E6;
    scrollbar-width: thin;
    z-index: 100;
  }
  .head-nav.is-open {
    right: 0;
  }
  .head-menu {
    display: block;
    font-size: 1.125rem;
  }
  .head-menu li {
    padding: 0;
    margin-bottom: 1em;
  }
  .head_right-column {
    justify-content: space-between;
  }
  .head-btn {
    max-width: 250px;
  }
  .ui-header {
    padding: 0.5em 0;
  }
  .single-window_section .min {
    display: inline;
  }
  h2, .section-title {
    margin-bottom: 1em;
  }
  .single-window_section .top-text {
    font-size: 1.25rem;
    padding: 0;
  }
  .single-window_item {
    font-size: 1rem;
  }
  .single-window_icon {
    text-align: center;
  }
  .single-window_icon img {
    display: inline-block;
    max-width: 70%;
  }
  .single-window_text-item .title {
    font-size: 1.35rem;
  }
  .single-window_monitor {
    width: 330px;
    height: 381px;
  }
  .phone-img {
    margin-top: -5em;
    width: 90%;
  }
  .single-window_text-box {
    padding: 1.5em;
  }
  .single-window_section {
    padding-bottom: 0;
  }
  .advantages-section_content {
    padding-top: 2em;
  }
  .advantage-item {
    padding-top: 3em;
    padding-right: 1em;
    padding-left: 1em;
    width: 100%;
    text-align: center;
  }
  .advantage-item_first {
    margin-left: 0;
  }
  .advantage-item_second {
    margin-left: 0;
  }
  .advantage-item_icon:after, .advantage-item_icon:before {
    display: none;
  }
  .advantage-item_circle {
    display: none;
  }
  .advantage-item_icon {
    left: 0;
    right: 0;
    bottom: auto;
    top: -32px;
  }
  .laptop-img {
    position: static;
    width: 100%;
  }
  .resolving-issues_content .left-column, .resolving-issues_content .right-column {
    display: none;
  }
  .resolving-issues_content .center-column {
    max-width: 100%;
    flex: 100% 0 0;
  }
  .resolving-issues_content:before {
    display: none;
  }
  .wrapper_resolving-issues_header .square {
    width: 146px;
    height: 115px;
  }
  .control-marking_item-img .title {
    font-size: 1.125rem;
  }
  .connector-img {
    margin-top: 2em;
    text-align: center;
  }
  .equipment-item_img {
    height: 160px;
  }
  .equipment-item_title {
    font-size: 1.125rem;
  }
  .unified-box_btn {
    padding: 0 1em;
  }
  .unified-box_title {
    font-size: 1.25rem;
  }
  .unified-box_title .min {
    display: inline;
  }
  .unified-box {
    min-height: 200px;
  }
  .download-box_btns a {
    max-width: 230px;
    font-size: 1rem;
  }
  .download-box_btns {
    padding: 0 .5em;
  }
  .footer_phone-number {
    font-size: 1.125rem;
  }
  .copyright {
    font-size: 1rem;
  }
  .control-marking_list {
    flex-wrap: wrap;
  }
  .control-marking_list li {
    flex: 50% 0 0;
  }
  .control-marking_item-img img {
    display: block;
  }
  .connector-section_desc {
    padding-left: 0;
    width: 100%;
  }
  .calc-slide {
    display: block !important;
  }
  .calc_rates-names_mobile {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2em;
    max-width: 330px;
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 4em;
    text-align: center;
  }
  .calc_rates-names_mobile li {
    height: 36px;
    line-height: 36px;
  }
  .calc_rates-names_mobile .slick-dots {
    bottom: -2em;
  }
  .calc_rates-names_mobile .slick-dots li {
    display: inline-block !important;
    width: 8px;
    height: 8px;
    background-color: #d2d2d2;
    padding: 0;
    margin: 0 7px;
  }
  .calc_rates-names_mobile .slick-dots .slick-active {
    background: #000;
  }
  .calc_rates-names {
    display: none;
  }
  .calc_rates-names .slick-current.slick-active li {
    background-color: transparent;
  }
  .rate-item_title {
    display: none;
  }
  .rates-content {
    max-width: 100%;
  }
  .calc-slider .slick-arrow {
    border-color: #d2d2d2;
    border-width: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .calc-slider .slick-arrow:active {
    border-color: #FFD800;
  }
  .calc-slider .slick-disabled {
    border-color: #000;
  }
  .calc-slider .slick-disabled:active {
    border-color: #000;
  }
  .rate-item_special-offer {
    margin-top: 0;
  }
  .rate-item_title-tablet, .rate_total-price .text {
    display: block;
  }
  .rate-item_special-offer {
    padding-left: 5%;
  }
  .rate-item.is-visible {
    min-height: 504px;
  }
  .contact-form {
    padding: 2em 3em;
  }
  .contact-form_row {
    padding: 0 1em;
  }
  .equipment-section {
    padding-top: 3em;
  }
  .equipment-content_mod {
    padding-bottom: 0;
  }
  .marking-list li {
    flex: 50% 0 0;
    max-width: 50%;
  }
  .marking-item_title {
    margin-bottom: 0.7em;
  }
  .unified_top-section {
    padding: 3em 0;
  }
  .mobile-mark_section .top-text {
    margin-bottom: 2em;
    font-size: 1.25rem;
  }
  .about-us_header-section:before {
    width: 85%;
  }
  .about-us_header-section .text-box {
    padding-right: 23%;
  }
  .advantage-item_mod {
    width: 178px;
    height: 97px;
    font-size: 0.875rem;
  }
  .advantages-list:before {
    left: 0;
  }
  .advantages-list li:nth-child(1) {
    padding-left: 10.5em;
  }
  .advantages-list li:nth-child(2) {
    padding-right: 0;
  }
  .advantages-list li:nth-child(3) {
    padding-right: 5px;
  }
  .advantages-list li:nth-child(4) {
    padding-left: 4px;
  }
  .advantages-list li:nth-child(5) {
    padding-left: 4.9em;
  }
  .advantages-list {
    margin-top: -5.5em;
  }
  .about-us_header-section .min {
    display: inline;
  }
  .company-box {
    margin-top: 3em;
  }
  .h3-mod {
    margin-bottom: 1.8em;
  }
  .value-box {
    background-size: contain;
    background-position: center top;
  }
  .value-box .h3-mod {
    font-size: 1.35rem;
    padding-left: 3em;
  }
  .value-box_top-text {
    font-size: 1rem;
    margin-top: -1.5em;
    padding-left: 3em;
    margin-bottom: 3.5em;
  }
  .value-box:after {
    top: 1.33em;
  }
  .services_tab-names li {
    min-width: 220px;
    font-size: 1.25rem;
  }
  .tab-item_title {
    line-height: 1.5;
  }
  .services_plus-icon {
    display: none;
  }
  .service-box {
    margin-bottom: 1.5em;
  }
  .advantageous-offer_box-footer {
    display: block;
  }
  .advantageous-offer_box-footer .left-column {
    margin-bottom: 1.3em;
  }
  .advantageous-offer_box-footer .min {
    display: inline;
  }
  .turnkey-marking_item .item-number {
    font-size: 3rem;
    flex: 50px 0 0;
  }
  .turnkey-marking_item .three-number {
    top: 32px;
  }
  .services-row {
    margin-bottom: 3em;
  }
  .service-item_icon {
    padding: 0.7em;
  }
  .advantages-section .container {
    padding-bottom: 4em;
  }
  .about-us_body-section .middle-row {
    margin-bottom: 2em;
  }
  .about-us_body-top {
    border-top: 1px solid #23E0A8;
    border-bottom: 1px solid #23E0A8;
    background: none;
  }
  .value-box_top {
    padding-bottom: 1.5em;
    padding-top: 6.5em;
    background-size: contain;
  }
  .about-us_body-top {
    padding-top: 3em;
    padding-bottom: 2em;
  }
  .education-table {
    font-size: 1.125rem;
  }
  .integration-img {
    margin-top: -6em;
  }
  .partners-section {
    padding-top: 3em;
  }

  .sale_section {
    margin: 4em 0 0;
    color: #000;
    padding: 2em 0 4em;
    background: #fff;
  }
  .sale_section .container {
    background: transparent url("../img/bg/365.png") 50% 0 scroll no-repeat;
    padding-left: 15px;
  }
  .sale_section .section-title {
    font-size: 36px;
    padding-top: 200px;
  }
  .sale_section .top-text {
    font-size: 26px;
  }
  .sale_section p {
    font-size: 16px;
  }

  .news-section {
    padding: 2.5em 0;
  }
  .article-item_img {
    height: 106px;
  }
  .video-item_img {
    height: 132px;
  }

  .news-detailed .video-large {
    height: 300px;
  }

  .unified_top-section .btns-box-image .btns-box {
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .tablet-small_visible {
    display: block;
  }
  .tablet-small_hidden {
    display: none;
  }
  .head-btn {
    max-width: 150px;
  }
  .main-section_img {
    left: 0;
    margin-bottom: 1.7em;
    width: 100%;
  }
  .brand-list {
    flex-wrap: wrap;
  }
  .brand-list li {
    flex: 33% 0 0;
    max-width: 33%;
  }
  .company-box {
    margin-top: 3em;
  }
  .h3 {
    margin-bottom: 1.5em;
  }
  .commodity-groups_content li {
    flex: 25% 0 0;
  }
  .commodity-groups_content li:nth-child(9) {
    flex: 25% 0 0;
  }
  .single-window_line {
    display: none;
  }
  .single-window_left-column {
    order: 1;
    flex: 100% 0 0;
    max-width: 100%;
  }
  .single-window_icon-list {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4em;
    order: 2;
  }
  .single-window_icon-list .slick-arrow {
    border-color: #23E0A8;
  }
  .single-window_icon-list .slick-dots {
    bottom: -2em;
  }
  .single-window_icon-list .slick-dots li {
    background: #FFD800;
  }
  .single-window_icon-list .slick-dots li.slick-active {
    background: #23E0A8;
  }
  .single-window_right-column {
    order: 3;
    flex: 100% 0 0;
    max-width: 100%;
  }
  .phone-img {
    display: none;
  }
  .single-window_text-box {
    margin-top: 0;
  }
  .single-window_item {
    align-items: center;
  }
  .single-window_item-first .text {
    padding-left: 0;
  }
  .single-window_text-item {
    position: static;
    opacity: 1;
  }
  .single-window_monitor-content img {
    position: static;
    opacity: 1;
  }
  .single-window_monitor {
    width: 443px;
    height: 441px;
    padding-bottom: 10em;
  }
  .advantages-section {
    padding-top: 3em;
  }
  .single-window_text-box:before {
    width: 100%;
  }
  .wrapper_resolving-issues_header .square {
    display: none;
  }
  .resolving-issues_tab-names {
    background: #FFD800;
    padding-bottom: 2em;
  }
  .resolving-issues_tab-names .slick-arrow {
    top: 0;
    bottom: 0;
    margin: auto;
    border-color: #000;
    border-width: 2px;
  }
  .resolving-issues_tab-names .slick-prev {
    left: 5%;
  }
  .resolving-issues_tab-names .slick-next {
    right: 5%;
  }
  .resolving-issues_tab-names .slick-dots {
    bottom: 1em;
  }
  .resolving-issues_tab-names .slick-dots li {
    width: 10px;
    height: 10px;
    background: #fff;
  }
  .resolving-issues_tab-names .slick-dots li.slick-active {
    background: #000;
  }
  .resolving-issues_tab-slide .box-img {
    display: none;
  }
  .mobile_img-slider {
    display: block;
  }
  .control-marking_list .slick-track {
    display: flex;
  }
  .control-marking_list .slick-slide {
    height: auto;
  }
  .control-marking_list .slick-slide > div {
    height: 100%;
  }
  .control-marking_list .slick-slide > div > li {
    display: block;
    height: 100%;
  }
  .control-marking_list .slick-dots {
    bottom: -2em;
  }
  .control-marking_list .slick-dots li {
    background: #FFD800;
  }
  .control-marking_list .slick-dots li.slick-active {
    background: #23E0A8;
  }
  .control-marking_item {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .control-marking_item-desc {
    position: static;
    transform: none;
    height: auto;
    flex: 1 0 0;
  }
  .control-marking_item-img .title {
    font-size: 1.375rem;
  }
  .equipment-item_img {
    height: auto;
  }
  .advantages-mod_item-icon:after {
    display: none;
  }
  .advantages-mod_item-icon.icon-second:before {
    display: none;
  }
  .advantages-mod_item {
    align-items: flex-start;
  }
  .bottom-section [class^="col-"] {
    margin-bottom: 4em;
  }
  .download-box_btns {
    flex-direction: column;
    align-items: center;
    bottom: 0;
  }
  .download-box_btns a {
    font-size: 1.125rem;
    margin-bottom: 1.25em;
  }
  .download-box {
    margin: 4em 0 3em;
  }
  .calc_tab-names {
    width: 95%;
  }
  .rates-content {
    padding-left: 1em;
    padding-right: 1em;
  }
  .rate-item_list {
    padding-left: 0;
    padding-right: 0;
  }
  .rate-item_range {
    padding-left: 0;
  }
  .rate-item_footer {
    padding-left: 0;
    padding-right: 0;
  }
  .rate-item_footer .left-column {
    flex: 100% 0 0;
    max-width: 100%;
    text-align: center;
  }
  .rate_total-price {
    margin-bottom: .8em;
    text-align: center;
  }
  .rate-item_footer .main-btn {
    margin-bottom: 1em;
  }
  .rate-table {
    margin-left: 0;
  }
  .rates-content_mod {
    padding-bottom: 1em;
  }
  .rates-content_mod .rate-item_list {
    padding-left: 0;
    padding-bottom: .5em;
    margin-bottom: 1em;
  }
  .rate-item_footer .right-column {
    display: none;
  }
  .rate_total-price .text {
    display: inline;
  }
  .support_all-product_groups {
    margin-bottom: 1.5em;
  }
  .rate-item_list li:before {
    top: 6px;
  }
  .rate-item.is-visible {
    min-height: 522px;
  }
  .support_all-product_groups {
    margin-right: calc(calc(100% - 360px) / 2);
  }
  .contact-form_row {
    display: block;
  }
  .contact-form_row .form-group {
    margin-bottom: 1.5em;
  }
  .contact-form_submit {
    width: 100%;
  }
  .contact-form_title {
    margin-bottom: 1em;
  }
  .footer-logo {
    margin-bottom: 1.5em;
  }
  .main-footer_img {
    margin-bottom: 1.5em;
  }
  .main-footer .right-column {
    left: 0;
  }
  .social-network {
    justify-content: center;
  }
  .main-footer .text {
    padding-left: 0;
    text-align: center;
  }
  p {
    font-size: 1rem;
  }
  .main-section_form {
    max-width: 100%;
  }
  .advantages-section .container {
    padding-bottom: 3em;
  }
  .resolving-issues_section {
    padding: 2.5em 0 4em;
  }
  .resolving-issues_tab-slide {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .resolving-issues_tab-slide .box-text {
    padding-left: 1em;
    padding-right: 1em;
    margin-bottom: 1.2em;
  }
  .resolving-issues_content {
    margin-bottom: 3em;
  }
  .connector-section {
    padding-bottom: 2.2em;
  }
  .equipment-section {
    padding: 3em 0 1em;
  }
  .advantages-mod_section {
    padding: 2.2em 0;
  }
  .advantages-section:after {
    height: 300px;
  }
  .control-marking_item-img:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    transition: background .4s;
  }
  .control-marking_list .slick-current .control-marking_item-img:after {
    background-color: transparent;
  }
  .unified_top-section_img {
    margin-bottom: 2em;
    text-align: center;
  }
  .mobile-mark_section {
    padding-top: 1em;
  }
  .unified_top-section .btns-box {
    align-items: center;
  }
  .unified_top-section .version-text {
    padding-left: 0;
  }
  .application-img {
    margin-bottom: 2em;
  }
  .mobile-mark_price-box {
    padding: 1.25em;
  }
  .marking-list {
    margin-bottom: 2em;
  }
  .mobile-mark_price-box .yellow-btn {
    min-width: auto;
    flex: 45% 0 0;
  }
  .mobile-mark_price-box .price-box_footer {
    justify-content: space-between;
  }
  .mobile-mark_price-box .yellow-btn {
    margin-right: 0;
  }
  .unified_top-section .left-column {
    padding-top: 0;
  }
  .about-us_header-section {
    padding-top: 0;
  }
  .about-us_header-section .left-column {
    position: relative;
    padding-top: 2.7em;
    padding-bottom: 2em;
    margin-bottom: 2em;
  }
  .about-us_header-section .left-column:after {
    content: '';
    display: block;
    background: #182931;
    height: 100%;
    width: 200%;
    position: absolute;
    top: 0;
    left: -50%;
    z-index: -1;
  }
  .about-us_header-section:before {
    display: none;
  }
  .advantages-list {
    margin-top: 0;
  }
  .advantages-list li {
    padding: 0 15px;
  }
  .advantages-list li:nth-child(1) {
    flex: 50% 0 0;
    padding-left: 15px;
    margin-bottom: 1.8em;
  }
  .advantages-list li:nth-child(2) {
    padding-right: 15px;
    justify-content: center;
  }
  .advantages-list:before {
    display: none;
  }
  .advantages-list li:nth-child(3) {
    padding-right: 15px;
    justify-content: center;
    flex: 50% 0 0;
    max-width: 50%;
  }
  .advantages-list li:nth-child(4) {
    flex: 50% 0 0;
    max-width: 50%;
    justify-content: center;
    padding-left: 15px;
  }
  .advantages-list li:nth-child(5) {
    padding-left: 15px;
    justify-content: center;
    flex: 50% 0 0;
    max-width: 50%;
  }
  .advantage-item_mod {
    width: 100%;
    height: auto;
    min-width: 140px;
    border: 2px solid #471438;
    border-radius: 15px;
  }
  .about-us_header-bg {
    height: 70%;
  }
  .people-img {
    display: block;
    margin-top: 1em;
  }
  .about-us_body-section .top-row {
    margin-bottom: 2em;
  }
  .about-us_body-section:after {
    height: 52.4%;
  }
  .about-us_body-top {
    padding-top: 2.2em;
  }
  .value-box {
    background: none;
    padding-top: 0;
  }
  .value-box_top {
    padding: 6em 9em 1em 12em;
    background-size: 100% 100%;
    margin-left: -30px;
  }
  .value-box_top-text {
    padding-left: 0;
    margin-bottom: 1.5em;
  }
  .value-box .h3-mod {
    font-size: 1.125rem;
    padding-left: 0;
  }
  .value-box .min {
    display: inline;
  }
  .value-box:after {
    display: none;
  }
  .value-row {
    border: 1px solid #EBCBD3;
    border-radius: 20px;
    padding-top: 2.2em;
  }
  .min {
    display: inline;
  }
  .services-row {
    margin-bottom: 1em;
  }
  .advantageous-offer_box-footer .right-column {
    display: block;
  }
  .advantageous-offer_box-footer .white-btn {
    margin-bottom: 1.2em;
    width: 100%;
  }
  .advantageous-offer_box {
    padding-bottom: 1em;
  }
  .turnkey-markings_content .second-column {
    order: 1;
  }
  .turnkey-markings_content .third-column {
    padding-left: 15px;
    order: 2;
  }
  .turnkey-markings_content .fourth-column {
    order: 3;
    padding-left: 15px;
    padding-top: 0;
  }
  .turnkey-markings_content .first-column {
    padding-right: 15px;
    order: 4;
  }
  .turnkey-marking_item-fourth {
    max-width: 100%;
  }
  .turnkey-marking_item-first {
    text-align: left;
  }
  .turnkey-marking_item-first .item-number {
    order: 1;
    position: static;
    text-align: left;
  }
  .turnkey-marking_item-first .item-content {
    order: 2;
  }
  .turnkey-markings_list-red {
    text-align: left;
  }
  .turnkey-markings_list-red li {
    justify-content: flex-start;
  }
  .turnkey-marking_item {
    align-items: flex-start;
  }
  .turnkey-markings_content [class^="col-"] {
    margin-bottom: 1.7em;
  }
  .turnkey-marking_item .item-number {
    font-size: 3.75rem;
    line-height: 1;
  }
  .turnkey-marking_item .second-number {
    top: 0;
  }
  .turnkey-marking_img {
    padding-top: 0;
  }
  .turnkey-markings_content {
    margin-bottom: 1em;
  }
  .turnkey-markings_content .h3-mod {
    margin-bottom: 1.5em;
  }
  .services-section {
    padding-top: 1em;
  }
  .education-table {
    font-size: .935rem;
  }
  .content-tabs .top-text {
    font-size: 1.25rem;
  }

  .sale_section {
    margin: 3em 0 0;
  }
  .sale_section .container {
    padding-left: 15px;
  }
  .sale_section .section-title {
    font-size: 32px;
  }
  .sale_section .top-text {
    font-size: 20px;
  }
  .sale_section p {
    font-size: 1rem;
  }

  .video-item_img {
    height: 149px;
  }

  .news-row .news-item_img {
    height: 141px;
    object-fit: cover;
  }

  .unified_top-section .btns-box-image .btns-box {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 575px) {
  .mobile-visible {
    display: block;
  }
  .mobile-hidden {
    display: none;
  }
  .ui-header {
    padding-bottom: 2em;
  }
  .ui-header [class^="col-"] {
    position: static;
  }
  .main-btn {
    height: 43px;
    line-height: 43px;
  }
  .head-btn {
    font-size: 0.875rem;
    min-height: 35px;
    line-height: 1.3;
    height: auto;
    text-align: center;
    justify-content: center;
    max-width: 100%;
  }
  .head_right-column {
    padding-left: 0;
  }
  .head_phone-number {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: auto;
    transform: translate(-50%);
  }
  .head-logo {
    margin-right: 0;
    max-width: 100%;
  }
  .head-logo img {
    max-height: 55px;
  }
  .fixed-menu {
    padding: 0.5em 0;
  }
  .fixed-menu .head_phone-number {
    display: none;
  }
  .head-nav {
    padding-top: 4em;
    top: 75px;
  }
  .head-nav {
    right: -330px;
    max-width: 320px;
  }
  h1, .main-title {
    font-size: 1.875rem;
  }
  .main-section_form {
    display: block;
  }
  .main-section_form-input {
    margin-bottom: 1em;
  }
  .main-section_form-submit {
    width: 100%;
  }
  .main-section_form-input {
    font-size: 1rem;
    padding-bottom: 0;
  }
  .brand-list li {
    flex: 50% 0 0;
    max-width: 50%;
    margin-bottom: 1.3em;
  }
  .main-section {
    padding: 2.2em 0 1em;
  }
  .commodity-groups_content li {
    flex: 33.3333% 0 0;
    max-width: 33.3333%;
  }
  .single-window_section {
    padding-top: 2.2em;
  }
  h2, .section-title {
    font-size: 1.5rem;
  }
  .single-window_section .top-text {
    font-size: 1rem;
    margin-bottom: 2em;
  }
  .single-window_monitor {
    height: 290px;
    width: 290px;
    padding-top: 2em;
    margin-top: 0;
  }
  .single-window_text-item {
    font-size: 0.875rem;
  }
  .single-window_text-item ul:not([class]) li:before {
    top: 7px;
    width: 6px;
    height: 6px;
  }
  .single-window_text-item .title {
    font-size: 1.125rem;
  }
  .calc_tab-names {
    display: block;
    border-bottom: none;
    width: 100%;
  }
  .calc_tab-names li {
    height: 50px;
    line-height: 48px;
    padding: .2em;
    background: #EAEAEA;
    width: 100%;
    text-align: center;
  }
  .calc_tab-names li.active {
    background: #FFD800;
  }
  .calc-content {
    border-radius: 0;
    padding: 1em;
  }
  .calc_tab-names .line {
    visibility: hidden;
  }
  .calc-slider .slick-prev {
    left: 5px;
  }
  .calc-slider .slick-next {
    right: 5px;
  }
  .rates-content_mod {
    padding-top: 0;
  }
  .calc-slider .slick-slide {
    padding: 0;
  }
  .rates-content_mod .rate-item_title {
    margin-bottom: 1em;
  }
  .rate-table td:first-child {
    padding-left: 0;
  }
  .rate-table td:last-child {
    padding-right: 0;
  }
  .rate-item_range .ui-widget-content {
    width: 91%;
  }
  .rate-item_license, .rate-item_year-updates {
    display: block;
  }
  .rates-content_mod {
    border: 1px solid #DDDDDD;
    padding-top: 1.5em;
  }
  .calc-list {
    transition: none;
  }
  .rate-item_special-offer {
    padding-left: 0;
  }
  .wrapper-counter-btn .product-count {
    max-width: 82px;
  }
  .calc-slide {
    max-width: 50%;
  }
  .support_all-product_groups {
    margin-right: 3%;
  }
  .rate-item.is-visible {
    min-height: 540px;
  }
  .scroll-to-top {
    opacity: .7;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    right: 18px;
    left: auto;
  }
  .scroll-to-top:before {
    content: '';
    display: block;
    width: 140%;
    height: 140%;
    border-radius: 50%;
    border: 2px solid #1ab688;
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: -1;
  }
  .scroll-to-top:after {
    left: 0;
    top: 2px;
  }
  .connector-section .large-text {
    font-size: 1.25rem;
  }
  .connector-section_footer {
    margin-top: 1.5em;
    flex-direction: column;
  }
  .connector-section_footer a {
    margin-bottom: 1em;
    max-width: 100%;
  }
  .rate-item_footer .yellow-btn {
    min-width: auto;
    width: 100%;
  }
  .calc-content {
    font-size: 1.25rem;
  }
  .contact-form {
    padding: 1.5em;
  }
  .contact-form_title {
    font-size: 1.25rem;
  }
  .main-footer {
    text-align: center;
  }
  .main-footer .text {
    margin-bottom: 1.2em;
  }
  .social-network {
    margin-bottom: 1.5em;
  }
  .footer_phone-number {
    font-size: 1.5rem;
  }
  .head-menu {
    font-size: 1.35rem;
  }
  .advantages-section:after {
    height: 200px;
  }
  .download-box .title {
    font-size: 1.5rem;
    margin-bottom: 1.2em;
  }
  .footer-logo {
    width: 130px;
    height: 130px;
  }
  .single-window_icon-list .slick-prev {
    left: 15px;
  }
  .single-window_icon-list .slick-next {
    right: 15px;
  }
  .main-section_img-list {
    margin: 1.2em 0;
  }
  .single-window_item-last {
    padding-right: 0;
  }
  .equipment-popup {
    display: block;
  }
  .equipment-popup .left-column {
    border-right: none;
    padding-left: 0;
    padding-right: 0;
  }
  .equipment-popup .right-column {
    padding-left: 0;
    padding-right: 0;
  }
  .kompleks-popup {
    display: block;
  }
  .kompleks-popup .left-column {
    padding-right: 0;
  }
  .modal-content {
    padding-left: 1em;
    padding-right: 1em;
  }
  .equipment-popup_title {
    margin-bottom: 1em;
  }
  .unified_top-section .top-text {
    margin-bottom: 1.5em;
  }
  .unified_top-section {
    padding: 2.2em 0;
  }
  .mobile-mark_section .top-text {
    font-size: 1rem;
  }
  .application-img {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 1.5em;
  }
  .marking-list li {
    flex: 100% 0 0;
    max-width: 100%;
  }
  .marking-item_title {
    min-height: auto;
    margin-bottom: 0.5em;
  }
  .marking-list {
    margin-bottom: 1em;
  }
  .mobile-mark_price-box tr {
    display: block;
    border-bottom: none;
  }
  .mobile-mark_price-box td {
    display: block;
    padding-left: 0;
    border-bottom: 1px solid #dddddd;
  }
  .mobile-mark_price-box td:last-child {
    border-left: none;
    border-bottom: 1px solid #FFD800;
    padding-right: 5px;
    text-align: right;
    width: 100%;
  }
  .mobile-mark_price-box .price-box_footer {
    display: block;
  }
  .mobile-mark_price-box .price-box_footer .yellow-btn {
    margin-bottom: 1em;
    font-size: 0.875rem;
    width: 100%;
  }
  .mobile-mark_price-box {
    padding-top: 1.8em;
    padding-bottom: 1.8em;
  }
  .equipment-section {
    padding-top: 2em;
  }
  .about-us_header-section .left-column:after {
    left: 0;
    width: calc(100% - 10px);
  }
  .advantages-list li:nth-child(1) {
    flex: 100% 0 0;
    max-width: 100%;
  }
  .advantages-list li:nth-child(2) {
    flex: 100% 0 0;
    max-width: 100%;
  }
  .advantages-list li:nth-child(3) {
    flex: 100% 0 0;
    max-width: 100%;
  }
  .advantages-list li:nth-child(4) {
    flex: 100% 0 0;
    max-width: 100%;
  }
  .advantages-list li:nth-child(5) {
    flex: 100% 0 0;
    max-width: 100%;
  }
  .advantages-list li:last-child {
    margin-bottom: 0;
  }
  .advantage-item_mod {
    border: none;
    min-height: 138px;
    width: 286px;
    font-size: 1.125rem;
    padding: 0.7em;
    margin-bottom: .8em;
  }
  .advantages-list:before {
    display: block;
    height: 100%;
    width: 100%;
    background: url(../img/bg/adv2-bg.png) no-repeat center top;
    top: -1px;
  }
  .advantage-item_number {
    font-size: 2.25rem;
  }
  .about-us_header-bg {
    border-radius: 0;
    height: 45%;
    top: 17%;
  }
  .brand-list_mod li {
    flex: 100% 0 0;
    max-width: 100%;
    padding: .5em 0;
  }
  .value-box_top {
    background: url(../img/bg/green-line2.png) no-repeat center top;
    background-size: 100% 100%;
    padding-left: 3.5em;
    padding-right: 2.5em;
    margin-left: -15px;
    margin-bottom: 1.1em;
  }
  .value-row {
    border: none;
    position: relative;
    z-index: 1;
  }
  .value-row:after {
    content: '';
    display: block;
    width: 100%;
    height: calc(100% + 20px);
    position: absolute;
    bottom: 0;
    left: 15px;
    background: url(../img/bg/purple2-line.png) no-repeat center top;
    background-size: 100% 100%;
    z-index: -1;
  }
  .value-item_img {
    height: 100px;
  }
  .value-item {
    margin-bottom: 1.7em;
  }
  .partner-item {
    height: 100px;
    margin-bottom: 1.2em;
  }
  .partners-slider {
    margin: 0;
    padding: 0;
    margin-bottom: 3em;
  }
  .partners-slider .slick-slide {
    padding: 0 3px;
  }
  .partners-slider .slick-dots {
    bottom: -1em;
  }
  .partners-slider .slick-dots li {
    width: 8px;
    height: 8px;
    background-color: #d2d2d2;
  }
  .partners-slider .slick-dots li.slick-active {
    background: #555555;
  }
  .about-us_header-section .text-box {
    padding-right: 0;
  }
  .value-row:after {
    width: calc(100% - 15px);
  }
  .services_tab-names {
    overflow: hidden;
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 0.8em;
    margin-bottom: 1.7em;
  }
  .services_tab-names::-webkit-scrollbar {
    height: 2px;
  }
  .services_tab-names::-webkit-scrollbar-thumb {
    border-width: 1px 1px 1px 2px;
  }
  .services_tab-names::-webkit-scrollbar-track {
    border-width: 0;
  }
  .services_tab-names::-webkit-scrollbar-track:horizontal {
    background: #E7E7E7;
    border-radius: 2px;
    border-width: 1px;
  }
  .services_tab-names::-webkit-scrollbar-corner {
    background-color: transparent;
  }
  .services_tab-names::-webkit-scrollbar-thumb:horizontal {
    min-height: 2px;
    width: 2px;
    border-radius: 2px;
    background-color: #23E0A8;
  }
  .service-box {
    position: relative;
    border-radius: 10px;
    margin-top: 7em;
  }
  .service-box .left-column, .service-box .right-column {
    flex: 50% 0 0;
    max-width: 505px;
  }
  .service-box .left-column {
    padding-right: 10px;
  }
  .service-box .right-column {
    padding-left: 10px;
  }
  .service-box .center-column {
    position: absolute;
    bottom: calc(100% + 16px);
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
  }
  .service-box .center-column_mod {
    bottom: calc(100% + 10px);
  }
  .service_center-img {
    height: 75px;
  }
  .service-box .bottom-subtitle {
    position: absolute;
    background: #F2F5F7;
    font-size: 0.75rem;
    padding: 0 1.5em;
    left: 50%;
    margin: auto;
    bottom: calc(100% - 5px);
    transform: translate(-50%, 0);
  }
  .service-box .bottom-subtitle_second {
    bottom: calc(100%  - 15px);
    width: 70%;
  }
  .services-list {
    font-size: 0.75rem;
  }
  .service-item_icon {
    width: 41px;
    height: 41px;
    flex: 41px 0 0;
  }
  .advantageous-offer_box p {
    font-size: 1.125rem;
  }
  .advantageous-offer_box {
    padding: 1em;
  }
  .advantageous-offer_box-footer .left-column {
    font-size: 1.5rem;
  }
  .turnkey-markings_content {
    padding-top: 2em;
  }
  .turnkey-markings_content {
    margin-bottom: 0;
  }
  .services-section {
    padding-top: 0;
  }
  .about-us_body-section {
    padding-top: 2em;
  }
  .about-us_body-section .middle-row {
    margin-bottom: 2em;
  }
  .about-us_header-section {
    padding-bottom: 0;
  }
  .about-us_body-section .section-title {
    font-size: 1.5rem;
  }
  .wrapper_education-table {
    overflow-x: auto;
  }
  .education-table th {
    font-size: 0.75rem;
  }
  .content-tabs .top-text {
    font-size: 1rem;
  }
  .integration-img {
    margin-top: -3em;
  }
  .integration_text-box .yellow-btn {
    width: 100%;
  }
  .sale_section {
    margin: 0;
  }

  .news-section {
    background: #fff;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
  }
  .news-section .see-all_mod-btn {
    height: 28px;
    font-size: .875rem;
    top: -60px;
    right: 0;
  }
  .news_tab-list li {
    height: 28px;
    margin-right: 5px;
    min-width: 64px;
    font-size: .875rem;
  }
  .article-slider {
    display: flex;
    overflow: hidden;
    overflow-x: auto;
    margin: 0;
    padding: 0;
    padding-bottom: 1em;
  }
  .article-slider::-webkit-scrollbar {
    height: 3px;
    -webkit-appearance: none;
  }
  .article-slider::-webkit-scrollbar-thumb {
    border-width: 1px 1px 1px 2px;
  }
  .article-slider::-webkit-scrollbar-track {
    border-width: 3px;
  }
  .article-slider::-webkit-scrollbar-track:horizontal {
    background: #EDEDED;
    border-radius: 6px;
    border-width: 1px;
  }
  .article-slider::-webkit-scrollbar-corner {
    background-color: transparent;
  }
  .article-slider::-webkit-scrollbar-thumb:horizontal {
    min-height: 3px;
    width: 3px;
    border-radius: 6px;
    background-color: #47B7EE;
  }
  .article-item {
    min-width: 142px;
    margin-right: 1em;
  }
  .article-item:last-child {
    margin-right: 0;
  }
  .article-item_img {
    height: 77px;
  }
  .article-item_desc {
    padding: 0;
  }
  .article-item_date {
    font-weight: 300;
  }
  .article-item_title {
    font-size: .875rem;
  }
  .article-item p {
    font-weight: 300;
  }
  .video-slider {
    display: flex;
    overflow: hidden;
    overflow-x: auto;
    margin: 0;
    padding: 0;
    padding-bottom: 1em;
  }
  .video-slider::-webkit-scrollbar {
    height: 3px;
    -webkit-appearance: none;
  }
  .video-slider::-webkit-scrollbar-thumb {
    border-width: 1px 1px 1px 2px;
  }
  .video-slider::-webkit-scrollbar-track {
    border-width: 3px;
  }
  .video-slider::-webkit-scrollbar-track:horizontal {
    background: #EDEDED;
    border-radius: 6px;
    border-width: 1px;
  }
  .video-slider::-webkit-scrollbar-corner {
    background-color: transparent;
  }
  .video-slider::-webkit-scrollbar-thumb:horizontal {
    min-height: 3px;
    width: 3px;
    border-radius: 6px;
    background-color: #47B7EE;
  }
  .video-item {
    min-width: 142px;
    margin-right: 1em;
  }
  .video-item:last-child {
    margin-right: 0;
  }
  .video-item_img {
    height: 82px;
  }
  .video-item_desc {
    padding: 0;
  }
  .video-item_date {
    font-weight: 300;
  }
  .video-item_title {
    font-size: .875rem;
  }
  .video-item_img .ico-play {
    font-size: 1.5rem;
  }

  .news-detailed .video-large {
    height: 55vw;
  }

  .news-detailed_img {
    height: 150px;
    margin-bottom: .6em;
  }
  .news-detailed_img img {
    height: 100%;
    object-fit: cover;
  }
  .news-detailed_date {
    margin-bottom: .6em;
  }
  .news-detailed {
    margin-bottom: 2em;
  }

  .news-row .news-item {
    min-width: 142px;
    margin-right: 1em;
  }
  .news-row .news-item:last-child {
    margin-right: 0;
  }

  .news-row .news-item_date {
    font-weight: 300;
  }
  .news-row .news-item_title {
    font-size: .875rem;
  }
  .news-row .news-item p {
    font-weight: 300;
  }
}

@media only screen and (max-width: 390px) {
  .unified_top-section .btns-box-image .btns-box {
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 374px) {
  .rate-table {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 350px) {
  .head-btn {
    font-size: 0.8125rem;
    padding: 0 .5em;
  }
  .head-nav {
    top: 65px;
  }
}

.video-popup {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0 55px;
  background: #000;
}

.video-popup iframe {
  width: 100%;
  height: 100%;
}

.play-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: red;
  width: 80px;
  height: 56px;
  border-radius: 15px;
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.play-button:before {
  color: #fff;
}

.youtube {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}

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


.wait,
.disabled {
  opacity: 0.5;
}

input[disabled]{
  cursor: not-allowed !important;
}

.error-text {
  font-size: .875rem;
  color: red;
  margin-top: 1.2em;
}
.js-form .success-text,
.js-modal .success-text {
  color: #18a514;
  font-weight: 700;
}
.required-radio .error-radio {
  font-size: .875rem;
  color: red;
  display: none;
}
.notification {
    position: fixed;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(300px);
    -ms-transform: translateX(-50%) translateY(300px);
    transform: translateX(-50%) translateY(300px);
    z-index: 50;
    background-color: #1F2A32;
    border-radius: 30px;
    padding: 24px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

@media (max-width: 480px) {
    .notification {
        padding: 16px;
        border-radius: 20px;
    }
}

.notification p {
    color: #fff;
	font-size: 14px!important;
    margin-bottom: 0em!important;
}

.notification .buttons {
    margin-left: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

@media (max-width: 480px) {
    .notification .buttons {
        grid-column: 1/3;
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-left: 0;
    }
}

.notification > .button {
    margin-left: 24px;
}

@media (max-width: 480px) {
    .notification > .button {
        grid-column: 1/3;
        width: 100%;
        margin-left: 0;
    }
}

.notification.show {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
}

.notification.cookie {
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-template-columns: 40px 1fr -webkit-max-content;
    grid-template-columns: 40px 1fr max-content;
    width: min(1000px, 100vw - 48px);
}

@media (max-width: 480px) {
    .notification.cookie {
        display: grid;
        grid-template-columns: -webkit-max-content 1fr;
        grid-template-columns: max-content 1fr;
        gap: 16px 8px;
    }
}

.notification.cookie:before {
    content: "";
    width: 32px;
    height: 32px;
    display: block;
    background: url(../img/icons/cookies.svg) 0 0/contain no-repeat;
    margin-right: 8px;
}
.button.accent
{
	padding: 16px 20px;
    border-radius: 20px;
    font-size: 16px;
    line-height: 20px;
    background-color: #2C6B8E;
    color: #fff;
}

@media (max-width: 480px) {
    .notification.cookie:before {
        width: 24px;
        height: 24px;
        margin-right: 0;
    }
}