.container,
.container-fluid {
  max-width: calc(1280px + 40px);
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.container-fluid {
  max-width: 1600px;
}

#video-bg {
    overflow: hidden;
    z-index: 1;
}

#video-bg video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%; 
    min-height: 100%;
    width: auto;
    height: 100%;
}

@supports (object-fit: cover) {
     #video-bg video {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
     }
}

@media only screen and (min-width: 992px) {
    #video-bg video {
        top: -60px;
    }
}

@media only screen and (max-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media only screen and (max-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media only screen and (max-width: 576px) {
  .container {
    overflow: hidden;
    max-width: 540px;
  }
  .header .container {
    overflow: visible;
  }
}

@font-face {
  font-family: "ProximaNova";
  font-display: swap;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/ProximaNova-Light.woff") format("woff");
}

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

@font-face {
  font-family: "ProximaNova";
  font-display: swap;
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/ProximaNova-Semibold.woff") format("woff");
}

::-moz-selection {
  background-color: #FF8D00;
  color: #fff;
}

::selection {
  background-color: #FF8D00;
  color: #fff;
}

select:focus,
select:hover,
option:hover,
option:focus {
  box-shadow: none;
  border: none;
  outline: none;
  border: transparent;
}

::-webkit-input-placeholder {
  opacity: 1;
}

::-moz-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

::-ms-input-placeholder {
  opacity: 1;
}

::placeholder {
  opacity: 1;
}

button {
  border: none;
}

select[disabled],
button[disabled] {
  cursor: not-allowed;
}

label, a {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

button:focus,
a:focus,
* [role="button"]:focus,
input:focus,
textarea:focus {
  outline: none !important;
}

body {
  font-size: 20px;
  font-family: "ProximaNova", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #1A1A1A;
  background-color: #fff;
  min-width: 320px;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]:focus,
input[type="number"]:hover {
  -moz-appearance: number-input;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

textarea {
  resize: vertical;
}

ul {
  list-style-type: none;
}

ul, ol {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

.img-resp {
  display: block;
  max-width: 100%;
  height: auto;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

b, strong {
  font-weight: 700;
}

.hidden {
  display: none;
}

a {
  transition: .25s all;
}

a:hover {
  text-decoration: none;
  color: #FF8D00;
}

.btn {
  cursor: pointer;
  padding: 14px 73px;
  text-transform: uppercase;
  border-radius: 5px;
  text-align: center;
}

.btn--accent {
  background-color: #FF8D00;
  color: #ffffff;
}

.btn--accent:hover {
  color: #ffffff;
}

.underheader {
  background-color: #1A1A1A;
  padding-top: 19px;
  padding-bottom: 24px;
  color: #ffffff;
}

.underheader-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.phones {
  background: url("../img/phone-black.svg") no-repeat left center/33px;
  padding-left: 55px;
}

.phones__title {
  font-size: 16px;
  font-weight: 300;
}

.phones__items {
  display: flex;
}

.phones-item {
  display: block;
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  white-space: nowrap;
}

.phones-item:first-child {
  margin-right: 35px;
}

.action-btns {
  display: flex;
  align-items: center;
}

.action-btns__btn {
  display: flex;
  align-items: center;
  opacity: 0.5;
}

.action-btns__btn:not(:last-child) {
  margin-right: 25px;
}

.action-btns__btn:hover {
  opacity: 1;
}

.action-btns__btn svg {
  margin-right: 15px;
  width: 31px;
  height: 29px;
}

.action-btns__title {
  font-size: 15px;
  color: #ffffff;
}

.header {
  background-color: #272727;
  padding-top: 20px;
  padding-bottom: 20px;
}

.header-menu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-menu ul li {
  position: relative;
}

.header-menu ul a {
  color: #fff;
  opacity: 0.5;
  font-weight: 600;
  font-size: 20px;
  white-space: nowrap;
  display: block;
  padding: 12px 0;
}

.header-menu ul a:hover,
.header-menu ul .current_page_item a {
  opacity: 1;
}

.header-menu__item--new {
  position: absolute;
  top: -5px;
  right: 0;
  background-color: #FF8D00;
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 4px 9px;
  border-radius: 2px;
}

@media only screen and (max-width: 1200px) {
  .underheader-content {
    flex-wrap: wrap;
  }
  .action-btns {
    order: 2;
  }
  .phones {
    order: 3;
    margin: auto;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 992px) {
  .hamburger {
    display: none !important;
  }
}

@media only screen and (max-width: 992px) {
  .hamburger {
    display: block !important;
    margin-left: auto;
  }
  .header-menu {
    display: none;
  }
  .header-menu ul {
    flex-direction: column;
    text-align: center;
  }
  .header-menu__item--new {
    right: -20px;
  }
}

@media only screen and (max-width: 768px) {
  .phones-item {
    font-size: 22px;
  }
  .phones__title,
  .action-btns__title {
    font-size: 14px;
  }
  .action-btns__btn:not(:last-child) {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 576px) {
  .action-btns__btn.search {
    position: absolute;
    right: 20px;
    top: 36px;
  }
  .phones__items {
    display: block;
  }
  .logo-header {
    margin-bottom: 20px;
  }
  .action-btns {
    margin: auto;
    margin-bottom: 10px;
    width: 100%;
    justify-content: center;
  }
  .phones__title {
    text-align: center;
    margin-left: -60px;
  }
  .phones {
    background-position: bottom 20px left 0;
    max-width: 280px;
  }
  .phones-item {
    margin-top: 10px;
    font-weight: 400;
  }
}

html, body {
  scrollbar-color: #FF8D00 #714826;
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  width: 14px;
  height: 5px;
  background-color: #714826;
}

@media only screen and (max-width: 576px) {
  ::-webkit-scrollbar {
    width: 6px;
  }
}

::-webkit-scrollbar-thumb {
  background-color: #FF8D00;
  border-radius: 9em;
}

::-webkit-scrollbar-thumb:active {
  background-color: #e67f00;
}

.hero {
  background-color: #1A1A1A;
  padding-top: 11vmin;
  padding-bottom: 11vmin;
  color: #ffffff;
  position: relative;
}

.hero--page {
  padding-top: 9.5vmin;
  padding-bottom: 20vmin;
}

.hero--page .hero-grid {
  overflow: hidden;
}

.hero--page .hero-grid .right {
  padding-top: 6vw;
  position: relative;
}

.page-id-11 .hero-grid .right,
.page-id-14 .hero-grid .right { padding-top: 0; }
.page-id-11 .hero--page,
.page-id-14 .hero--page { padding-bottom: 80px; }

.hero--page .hero-grid .right .swiper-slide img {
  max-width: 100%;
}

.hero--page .hero-grid .right::before {
  position: absolute;
  left: -5vw;
  background-color: #FF8D00;
  width: 3px;
  height: 100%;
  content: '';
  display: block;
}

.hero--page .hero-grid .left {
  max-width: 780px;
}

.soc-line {
  position: absolute;
  left: 4.8vw;
  z-index: 2;
}

.soc-line li {
  margin-bottom: 2.3vw;
}

.soc-line a {
  display: block;
}

.hero-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 334px;
  grid-template-columns: 1fr 334px;
  grid-gap: 30px;
}

.hero-grid .swiper-slide,
.hero-grid .swiper-container {
    height: 546px;
}

.hero-grid .right img {
  max-width: 20vw;
}

.hero-title {
  font-weight: 700;
  font-size: 3vw;
  text-transform: uppercase;
  margin-bottom: 4vw;
  max-width: 415px;
}

.tech .hero-title--page {
    max-width: 100%;
}

.hero-title--page {
  text-transform: none;
  margin-bottom: 25px;
  position: relative;
  line-height: 1;
}

.hero-title--page::before {
  position: absolute;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 23px;
  content: '';
  display: block;
  background: url("../img/tr.svg") no-repeat center/cover;
}

.hero-btn {
  display: block;
  max-width: 245px;
}

.hero-large-btn {
  display: block;
  max-width: 270px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  margin-top: 3vmax;
  text-transform: none;
}

.hero--page {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero--page::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 0;
}

.hero--light {
  color: #1A1A1A;
  background-color: transparent;
}

.hero--light::before {
  background-color: rgba(255, 255, 255, 0.9);
}

@media only screen and (max-width: 1700px) {
  .soc-line {
    left: 20px;
  }
  .hero-grid .left {
    padding-left: 70px;
  }
}

@media only screen and (max-width: 1400px) {
  .hero-title--page {
    margin-left: 36px;
  }
}

@media only screen and (min-width: 1400px) {
  .border-title {
    margin-left: -35px;
  }
}

@media only screen and (max-width: 1200px) {
  .hero-title {
    font-size: 5vw;
  }
  .hero-title br {
    display: none;
  }
  .hero--page .hero-grid {
    -ms-grid-columns: 1fr 380px;
    grid-template-columns: 1fr 380px;
    grid-gap: 100px;
  }
}

@media only screen and (max-width: 992px) {
  .hero--page .hero-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .hero--page .hero-grid .right {
    padding-top: 30px;
  }
  .hero--page .hero-grid .swiper-container {
    height: 500px;
    max-width: 380px;
    margin: auto;
  }
}

@media only screen and (max-width: 576px) {
  .hero-btn {
    font-size: 16px;
    max-width: 200px;
    padding: 12px 0;
  }
}

.home-bg {
  background: url("../img/home-bg.jpg") no-repeat center/cover;
  padding-top: 4vw;
}

.home-bg__block {
  background-color: #fff;
}

.s-about__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 438px;
  grid-template-columns: 1fr 438px;
  grid-gap: 4vw;
}

.s-about__title {
  font-size: 2.7vw;
  font-weight: 700;
  margin-top: 6.9vw;
  max-width: 800px;
  line-height: 1;
}

.s-about__title::after {
  display: block;
  content: '';
  width: 150px;
  height: 4px;
  background-color: #FF8D00;
  margin-top: 3vw;
  margin-bottom: 3vw;
}

.s-about__descr {
  font-size: 22px;
  margin-bottom: 6vw;
}

.s-about {
  margin-bottom: 5.5vw;
}

.s-sert__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 24vw 1fr;
  grid-template-columns: 24vw 1fr;
  grid-gap: 3vw;
}

.s-sert__grid .left {
    padding-bottom: 60px;
}

.s-sert__right-item {
  margin-top: 3.5vw;
  margin-bottom: 3.3vw;
}

@media only screen and (min-width: 992px) {
  .s-sert__right-item {
    display: flex;
  }
  .s-sert__img {
    top: -4vw;
    margin-bottom: -1.5vw!important;
  }
}

.page-products {
  padding-top: 3.6vmax;
  padding-bottom: 3.6vmax;
}

.page-products .page-title.mb-4 {
  margin-bottom: 40px;
}

.filter-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3.4vmax;
}

.product-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.filter-btn {
  padding: 10px 20px;
  background-color: #D7D7D7;
  margin-right: 10px;
  border: none;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
}

.filter-btn.active {
  background-color: #FF8D00;
}

.product-name {
  /* margin: auto; */
  background-color: #FF8D00;
  padding: 10px 20px;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  width: 100%;
  max-width: 450px;
  text-align: center;
}

.product-btn {
  font-size: 23px;
  text-transform: uppercase;
  border: 2px solid #FF8D00;
  color: #FF8D00;
  padding: 10px 40px;
  border-radius: 6px;
  opacity: .3;
}

.product-btn:hover {
  color: #ffffff;
  background-color: #FF8D00;
}

.product-btn-call {
  display: flex;
  align-items: center;
  text-align: left;
  line-height: 1;
  color: #1A1A1A;
  font-weight: 700;
  font-size: 16px;
  opacity: 0;
}

.product-btn-call img {
  margin-right: 18px;
}

.product-table__head .tr,
.product-table__body .tr {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.product-table {
  margin-top: 40px;
}

.product-table__head .td,
.product-table__body .td {
  padding: 14px;
  width: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  border-top: 2px solid transparent;
  border-bottom: 2px solid rgba(255, 141, 0, 0.3);
}

.product-table__head .td:first-child,
.product-table__body .td:first-child {
  width: 130%;
}

.product-table__head .td:not(:first-child),
.product-table__body .td:not(:first-child) {
  text-align: center;
  justify-content: center;
}

.product-table__head .td:first-child,
.product-table__body .td:first-child {
  border-left: 2px solid transparent;
}

.product-table__head .td:last-child,
.product-table__body .td:last-child {
  border-right: 2px solid transparent;
}

.product-table__head .td {
  font-weight: 700;
  opacity: 0.5;
  padding: 14px;
  border-bottom: 2px solid rgba(255, 141, 0, 0.3);
}

.product-table__head .td:not(:first-child) {
  text-align: center;
}

.product-table__body .tr:hover .product-btn {
  opacity: 1;
}

.product-table__body .tr:hover .td {
  border-top: 2px solid #FF8D00;
  border-bottom: 2px solid #FF8D00;
}

.product-table__body .tr:hover .td:first-child {
  border-left: 2px solid #FF8D00;
  border-radius: 10px 0 0 10px;
}

.product-table__body .tr:hover .td:last-child {
  border-right: 2px solid #FF8D00;
  border-radius: 0 10px 10px 0;
}

.product-table__body .tr:hover .product-btn-call {
  opacity: 1;
}

.product-table__body .td .unit {
  margin-right: 10px;
}

.s-sert__img {
  width: 100%;
  display: block;
  padding: 2.6vw;
  position: relative;
  margin: auto;
  background: url("../img/cert-bg.jpg") no-repeat center/cover;
  z-index: 2;
}

.products-wrapper:not(.active) {
    display: none;
}

.products-wrapper li {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.products-wrapper li:nth-child(even) {
  background-color: #F4F4F7;
}

@media only screen and (max-width: 992px) {
  .s-sert__img {
    margin-top: 3.5vw;
  }
}

.s-sert__left-descr {
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.3;
}

.s-sert__left-title {
  text-align: center;
  font-weight: 700;
}

.s-sert__right-title {
  margin-right: 15px;
  font-size: 32px;
  font-weight: 700;
  max-width: 260px;
  white-space: nowrap;
  width: 100%;
}

.s-sert__right-title::after {
  display: block;
  content: '';
  background-color: #FF8D00;
  height: 3px;
  width: 73px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.s-sert {
  margin-bottom: 46px;
}

.s-strategy__flex {
  margin-bottom: 2.3vw;
}

.s-strategy__flex .left {
  text-align: right;
  position: relative;
}

.s-strategy__flex .left::After {
  display: block;
  content: '';
  position: absolute;
  right: -4.3vw;
  top: 0;
  background-color: #FF8D00;
  width: 5px;
  height: 151px;
}

.s-strategy__flex .left img {
  max-width: 19vw;
  margin-left: auto;
}

.politics__flex img {
  height: 100px;
}

@media only screen and (min-width: 768px) {
  .politics__flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 768px) {
  .page-title {
    margin-bottom: 20px;
  }
  .politics-slider__title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 576px) {
  .hero-title {
    font-size: 30px;
  }
}

.politics {
  padding-top: 4.5vmax;
  padding-bottom: 2.5vmax;
}

.politics .page-descr,
.politics .page-title {
  width: 100%;
  max-width: 500px;
}

.page-title,
.border-title {
  line-height: 1.2;
  position: relative;
  padding-left: 35px;
  font-size: 2.4vmax;
}

.page-title::before,
.border-title::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 100%;
  background-color: #FF8D00;
}

.border-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-left: 35px;
}

.border-title::before {
  width: 6px;
}

.page-delivery .hero--page .hero-grid .right::before {
  display: none;
}

.page-delivery .hero-text p {
  font-weight: 300;
}

.page-delivery .hero-grid {
  overflow: visible;
}

.hero-text ol {
  margin-bottom: 20px;
}

.hero-text ol li {
  margin-bottom: 2px;
}

@media only screen and (max-width: 992px) {
  .s-about__grid {
    display: block;
  }
  .s-sert__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .s-sert__grid .left {
    order: 2;
  }
  .s-about__grid {
    padding-top: 5px;
  }
  .s-about__title,
  .s-sert__right-title {
    font-size: 25px;
  }
  .s-about__descr {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .s-sert__img {
    background: none;
    margin-top: 0;
  }
  .s-sert__img img {
    margin: auto;
  }
  body {
    font-size: 17px;
  }
}

@media only screen and (min-width: 992px) {
  .page-contacts__grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 992px) {
  .page-contacts .hero-title--page {
    margin-bottom: 0;
  }
}

#popupForm .delivery {
  padding-top: 10px;
  padding-bottom: 0;
}

.page-contacts__grid {
  margin-bottom: 3.5vmax;
}

.page-contacts__grid-item {
  padding-top: 12px;
  margin-left: 3vmax;
  width: 100%;
}

.page-contacts__grid-item br {
    display: none;
}

.page-contacts__grid-item .bold {
  display: block;
}

@media only screen and (max-width: 1700px) {
  .page-contacts__grid {
    padding-left: 70px;
  }
}

.s-strategy {
  padding-top: 5.2vw;
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .s-strategy__flex {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 8.6vw;
  }
}

.s-advantages,
.s-requisites,
.s-vacancy,
.delivery {
  padding-top: 3.6vmax;
  padding-bottom: 3.6vmax;
}

.s-advantages .list-styled {
    background: none;
}

.s-advantages .politics__flex,
.s-requisites .politics__flex,
.s-vacancy .politics__flex,
.delivery .politics__flex {
  margin-bottom: 25px;
}

.s-advantages .list-styled ul,
.s-requisites .list-styled ul,
.s-vacancy .list-styled ul,
.delivery .list-styled ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.s-advantages .list-styled ul li,
.s-requisites .list-styled ul li,
.s-vacancy .list-styled ul li,
.delivery .list-styled ul li {
  margin-left: 50px;
}

.s-advantages .list-styled ul li::before,
.s-requisites .list-styled ul li::before,
.s-vacancy .list-styled ul li::before,
.delivery .list-styled ul li::before {
  left: -50px;
}

.s-requisites {
  background-color: #1A1A1A;
  color: #ffffff;
}

.s-requisites .list-styled {
  margin-top: 30px;
}

.s-requisites .list-styled li {
  font-weight: 300;
  font-size: 20px;
}

.s-requisites .list-styled b {
  min-width: 15vmax;
  display: inline-block;
  font-weight: 400;
  font-size: 22px;
}

@media only screen and (max-width: 1200px) {
  .s-requisites .list-styled ul {
    -webkit-column-count: auto;
       -moz-column-count: auto;
            column-count: auto;
  }
  .s-requisites .list-styled b {
    min-width: 40vmax;
  }
}

@media only screen and (max-width: 992px) {
  .s-advantages .list-styled ul {
    -webkit-column-count: auto;
       -moz-column-count: auto;
            column-count: auto;
  }
  .page-title {
    font-size: 27px;
  }
}

@media only screen and (max-width: 576px) {
  .s-requisites .list-styled b {
    display: block;
  }
  .s-requisites .list-styled li {
    display: block !important;
  }
  .s-advantages, .s-requisites, .s-vacancy, .delivery {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .hero--page .hero-grid .right img {
    margin: auto;
  }
}

.s-strategy__right-title {
  font-size: 2.8vw;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 4.5vw;
}

.s-strategy__left-title {
  font-size: 30px;
  margin-top: 8vw;
  text-transform: uppercase;
}

.list-styled__title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}

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

.list-styled ul {
  list-style-position: outside;
}

.list-styled ul li {
  margin-bottom: 2vw;
  margin-left: 5.5vw;
  position: relative;
}

.list-styled ul li::before {
  left: -5.5vw;
  display: block;
  top: 3px;
  content: '';
  background: url("../img/square.svg") no-repeat center/cover;
  width: 18px;
  height: 18px;
  position: absolute;
}

@media only screen and (max-width: 992px) {
  .s-strategy__left-title {
    font-size: 23px;
  }
  .hero-grid .right img {
    margin: auto;
  }
}

@media only screen and (max-width: 768px) {
  .s-strategy__flex .left {
    text-align: left;
  }
  .s-strategy__flex .left img {
    margin-left: 0;
  }
  .s-strategy__left-title {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .s-strategy__flex .left::after {
    display: none;
  }
  .s-strategy__right-title {
    margin-bottom: 20px;
  }
  .s-strategy__right-title br {
    display: none;
  }
}

.list-styled {
  background: url("../img/logo-gray.svg") no-repeat center/32vw;
}

.s-strategy__bottom-title {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

.s-vacancy {
  background-color: #F4F4F7;
}

.vacancy-tabs {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-gap: 20px;
  margin-top: 3.6vmax;
  margin-bottom: 3vmax;
  text-align: center;
}

.vacancy-tab {
  display: block;
  background-color: #fff;
  width: 100%;
  padding: 20px;
}

.vacancy-tab.active {
  background-color: #FF8D00;
}

.vacancy-tab.active .vacancy-tab__title {
  color: #ffffff;
  text-transform: uppercase;
}

.vacancy-tab.active svg path {
  fill: #fff;
}

.vacancy-content {
  display: none;
  background-color: #fff;
  padding: 20px;
}

.vacancy-content.active {
  display: block;
}

.vacancy-tab__title {
  font-size: 19px;
  font-weight: 700;
  margin-top: 10px;
  color: #1A1A1A;
}

.novacancy-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.arr-down {
  width: 34px;
  height: 34px;
  background: url("../img/arr-down.svg") no-repeat center/34px;
  flex-shrink: 0;
  margin-right: 20px;
}

.no-vacancy {
  font-size: 28px;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .s-strategy__bottom-title {
    font-size: 20px;
  }
}

.s-address {
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
}

.s-address__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 4.4vw;
}

.s-address__item {
  padding-left: 60px;
}

.s-address__item--addr {
  background: url("../img/marker.svg") no-repeat left top 44px/35px;
}

.s-address__item--phones {
  background: url("../img/phone-accent.svg") no-repeat left top 44px/41px;
}

.s-address__title {
  font-size: 2vw;
  font-weight: 700;
  line-height: 1.1;
}

.s-address__phone {
  display: block;
  color: #1A1A1A;
  font-weight: 600;
}

.s-address__name {
  font-size: 24px;
  font-weight: 700;
  opacity: 0.5;
  margin-bottom: 5px;
}

.s-address__content {
  font-size: 20px;
  font-weight: 600;
}

#map {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  min-height: 420px;
}

@media only screen and (max-width: 1200px) {
  .s-address__title {
    font-size: 25px;
  }
  .s-address__grid {
    display: block;
  }
  .s-address__item {
    margin-bottom: 20px;
  }
  .s-address__item--addr {
    background-position: left top 10px;
  }
}

@media only screen and (max-width: 768px) {
  .s-address__name {
    font-size: 20px;
  }
  .s-address__content {
    font-size: 17px;
  }
  .s-address__item--phones {
    background-position: left top 10px;
  }
  .s-strategy__flex .left img {
    max-width: 100%;
  }
  .home-bg__block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .s-about__title {
    margin-top: 0;
  }
}

@media only screen and (max-width: 576px) {
  .list-styled ul li {
    margin-left: 30px;
  }
  .list-styled ul li::before {
    left: -30px;
  }
  .home-bg__block {
    padding-left: 0;
    padding-right: 0;
  }
}

.products-page__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.products-page__bottom .s-address__item--phones {
  min-width: 240px;
}

.products-page__sert {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 21vmax 1fr;
  grid-template-columns: 21vmax 1fr;
  grid-gap: 4.7vmax;
}

.products-page__sert .page-title {
  margin-bottom: 25px;
}

.products-page__sert .s-sert__img {
  position: static;
}

@media only screen and (max-width: 992px) {
  .filter-btn,
  .product-name {
    font-size: 20px;
  }
  .product-table__head .td, .product-table__body .td {
    text-align: left !important;
  }
  .product-table__head .td:not(:first-child), .product-table__body .td:not(:first-child) {
    justify-content: flex-start;
  }
  .product-table__head .td:first-child, .product-table__body .td:first-child,
  .product-table__head .td:nth-child(2), .product-table__body .td:nth-child(2) {
    width: 160px;
    flex-shrink: 0;
  }
  .products-page__bottom {
    display: block;
  }
  .products-page__bottom-descr {
    margin-bottom: 20px;
  }
  .products-page__bottom .s-address__name {
    font-size: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .filter-btns {
    flex-wrap: wrap;
  }
  .filter-btn {
    margin-bottom: 10px;
  }
  .product-head {
    display: block;
  }
  .product-table__wrapper {
    overflow-x: scroll;
  }
  .product-btn {
    font-size: 16px;
  }
  .product-table {
    width: 780px;
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .product-btn-call {
    opacity: 1;
  }
  #popupForm .container {
    padding: 0;
  }
  .products-page__sert {
    display: block;
  }
  .products-page__bottom {
    margin-bottom: 10px;
  }
  .products-page__sert .s-sert__img {
    margin-bottom: 20px;
  }
}

.footer {
  background-color: #1A1A1A;
  padding-top: 3.1vw;
  padding-bottom: 5.7vw;
  color: #fff;
}

.footer-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.9fr 0.9fr 1.1fr 1.1fr;
  grid-template-columns: 0.9fr 0.9fr 1.1fr 1.1fr;
  grid-gap: 4vw;
}

.logo-footer {
  margin-bottom: 22px;
  display: block;
}

.footer-grid__text {
  font-size: 16px;
  font-weight: 300;
  opacity: 0.5;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .footer-grid__text p {
    margin-bottom: 30px;
  }
}

.phones-footer-wrapper {
  margin-bottom: 22px;
}

.phones-footer {
  color: #ffffff;
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}

.mails-wrapper a {
  color: #ffffff;
  font-size: 18px;
  display: block;
}

.mails-wrapper a:hover {
  color: #FF8D00;
}

.footer-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer-links {
  margin-bottom: 5.5vw;
}

.footer-links a {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  opacity: 0.5;
}

.footer-links a:hover {
  opacity: 1;
}

.footer-soc-line {
  margin-bottom: 15px;
}

.footer-soc-line ul {
  display: flex;
}

.footer-soc-line ul a {
  margin-right: 16px;
}

.subscr {
  font-size: 27px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
}

.subscr-descr {
  font-size: 15px;
  font-weight: 300;
  opacity: 0.5;
  margin-bottom: 15px;
}

.form-subscr {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.form-subscr input,
.form-subscr button {
  height: 37px;
  line-height: 37px;
  padding: 0 10px;
  border-radius: 3px;
  border: none;
  margin-right: 12px;
}

.form-subscr input::-webkit-input-placeholder, .form-subscr button::-webkit-input-placeholder {
  padding: 20px 10px;
  color: #000;
  font-size: 12px;
  opacity: 0.5;
  font-weight: 700;
}

.form-subscr input::-moz-placeholder, .form-subscr button::-moz-placeholder {
  padding: 20px 10px;
  color: #000;
  font-size: 12px;
  opacity: 0.5;
  font-weight: 700;
}

.form-subscr input:-ms-input-placeholder, .form-subscr button:-ms-input-placeholder {
  padding: 20px 10px;
  color: #000;
  font-size: 12px;
  opacity: 0.5;
  font-weight: 700;
}

.form-subscr input::-ms-input-placeholder, .form-subscr button::-ms-input-placeholder {
  padding: 20px 10px;
  color: #000;
  font-size: 12px;
  opacity: 0.5;
  font-weight: 700;
}

.form-subscr input::placeholder,
.form-subscr button::placeholder {
  padding: 20px 10px;
  color: #000;
  font-size: 12px;
  opacity: 0.5;
  font-weight: 700;
}

.form-subscr button {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.gsInformer {
  width: 290px !important;
}

.gsInformer img {
    filter: grayscale(0.6);
    transition: .25s ease filter;
}

.gsInformer img:hover {
    filter: grayscale(0);
}

.wether-today {
  font-size: 15px;
  margin-bottom: 20px;
}

.gsInformer .gsLinks {
  display: none !important;
}

.gsInformer .gsTemp {
  font-size: 40px !important;
  top: -23px;
}

.gsInformer .cols .col_h.today, .gsInformer .cols .col_h.tomorrow {
  margin-bottom: 9px;
  margin-top: 10px;
}

.dtime {
  margin-bottom: 10px !important;
}

@media only screen and (max-width: 400px) {
  .gsInformer {
    margin: auto;
  }
  .wether-today,
  .footer-title {
    text-align: center;
  }
  .hero-large-btn {
    max-width: 230px;
  }
}

.secondaryWrap td {
  display: flex;
  justify-content: center;
  align-items: center;
}

.to-up {
  position: fixed;
  bottom: 28px;
  right: 28px;
  display: none;
  z-index: 22;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .footer-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 768px) {
  .footer-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .footer-grid__policy {
    order: 10;
  }
  .s-sert__grid .left {
      padding-bottom: 20px;
  }
}

@media only screen and (max-width: 576px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 10px;
  }
}

.swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  color: #FF8D00;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 27px;
}

@media only screen and (min-width: 992px) {
  .s-about .swiper-container--1x {
    bottom: -60px;
  }
}

.swiper-container--1x:not(.politics-slider) .swiper-button-next,
.swiper-container--1x:not(.politics-slider) .swiper-button-prev {
  color: #000;
  position: static;
  margin-top: 0 !important;
  font-weight: 600;
}

.swiper-container--1x:not(.politics-slider) .swiper-buttons {
  width: 93px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.swiper-container--1x:not(.politics-slider) .swiper-pagination-fraction {
  top: 15px;
  right: 15px;
  color: #ffffff;
  left: auto;
  bottom: auto;
  width: 30px;
}

.swiper-container--grids .swiper-slide {
  height: 25vw;
  opacity: 0.5;
  transition: .25s opacity;
}

.swiper-container--grids .swiper-slide-active {
  opacity: 1;
}

.swiper-container--grids .swiper-button-prev {
  left: 10vw;
}

.swiper-container--grids .swiper-button-next {
  right: 10vw;
}

.swiper-container--grids .swiper-button-prev,
.swiper-container--grids .swiper-button-next {
  background-color: #FF8D00;
  color: #ffffff;
  width: 66px;
  height: 55px;
}

@media only screen and (max-width: 576px) {
  .swiper-container--grids .swiper-button-prev, .swiper-container--grids .swiper-button-next {
    width: 34px;
    height: 40px;
  }
}

.politics-slider {
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: visible;
}

.politics-slider .swiper-button-next {
  right: -5vmax;
}

.politics-slider .swiper-button-prev {
  left: -5vmax;
}

.politics-slider .swiper-button-next,
.politics-slider .swiper-button-prev {
  width: 55px;
  height: 55px;
  background-color: #E9E9E9;
  color: #1f201e;
}

.politics-slider__title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 3.7vmin;
}

@media only screen and (max-width: 1440px) {
  .politics-slider .swiper-slide {
    padding-left: 80px;
    padding-right: 80px;
  }
  .politics-slider .swiper-button-prev {
    left: -2px;
  }
  .politics-slider .swiper-button-next {
    right: -2px;
  }
}

@media only screen and (max-width: 576px) {
  .politics-slider .swiper-button-prev,
  .politics-slider .swiper-button-next {
    display: none;
  }
  .politics-slider .swiper-slide {
    padding-left: 0;
    padding-right: 0;
  }
}

.fancybox-bg {
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-content {
  overflow-x: hidden;
}

.fancybox-slide--html .fancybox-close-small {
  color: #222;
  font-size: 30px;
  padding: 0;
}

.fancybox-lock {
  overflow: hidden;
  margin-right: 0 !important;
}

.boss > .container {
    display: flex;
}

.boss .black {
    width: 60%;
    background-color: #1A1A1A;
    color: #ffffff;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-shadow: 1px 1px 0 #fff;
}

.boss-title {
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1;
    text-shadow: 1px 1px 0 #1A1A1A;
}

.boss-descr {
    font-size: 24px;
    opacity: 0.6;
    margin-bottom: 40px;
}

.boss .black::before {
    display: block;
    content: '';
    background-color: #1A1A1A;
    position: absolute;
    left: -200%;
    width: 200%;
    top: 0;
    height: 100%;
}

.black-lider {
    border-left: 1px solid rgba(255,255,255,.3);
    padding-left: 55px;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

.black-lider .title {
    font-size: 44px;
    font-weight: 700;
}

.black-lider::before {
    display: block;
    content: '';
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
    width: 9px;
    height: 60px;
    background-color: #FF8D00;
}

.boss .gray {
    /* width: 55%; */
    background-color: #F4F4F7;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.boss .gray::after {
    display: block;
    content: '';
    background-color: #F4F4F7;
    position: absolute;
    right: -200%;
    width: 200%;
    top: 0;
    height: 100%;
}

.gray-info__photo {
    width: 379px;
    margin-left: -60px;
    flex-shrink: 0;
}

.gray-info__photo img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gray-info__content {
    background-color: #fff;
    padding: 30px;
    margin-left: 44px;
}

.gray-info {
    display: flex;
    justify-content: space-between;
    margin-top: 5vmax;
    margin-bottom: 5vmax;
}

@media only screen and (max-width: 1300px) {
    .boss > .container {
        display: block;
    }
    .boss .black {
        width: 100%;
    }
    .gray-info__photo {
        margin-left: 0;
    }
    .boss .gray::after {
        display: none;
    }
    .gray-info {
        margin-top: 20px;
    }
    .gray-info__content {
        margin-left: 20px;
    }
    .boss-title {
        font-size: 45px;
    }
}

@media only screen and (max-width: 992px) {
    .black-lider .title {
        font-size: 34px;
    }
    .boss-title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .black-lider .title {
        font-size: 27px;
    }
    .black-lider .title br {
        display: none;
    }
    .gray-info {
        flex-direction: column;
        margin-top: 0;
        background-color: #fff;
    }
    .gray-info__content {
        order: -1;
        margin-left: 0;
    }
    .gray-info__photo {
        margin: auto;
        margin-bottom: 40px;
    }
    .boss-descr {
        margin-bottom: 25px;
    }
    .gray-info__content {
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 576px) {
    .gray-info__photo {
        width: 100%;
    }
    .boss-title {
        font-size: 30px;
    }
}

.fancybox-lock .fancybox-overlay {
  overflow: hidden;
  overflow-y: hidden;
}

body.compensate-for-scrollbar {
  overflow-y: auto;
}

.compensate-for-scrollbar {
  margin-right: 0 !important;
}

@media screen and (max-width: 768px) {
  .fancybox-content {
    max-width: calc(100% - 30px);
    padding: 20px;
    margin: 20px;
  }
}

.hamburger {
  padding: 0;
  margin: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  overflow: visible;
}

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

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

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

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.delivery .page-title {
  margin-bottom: 30px;
}

.form-multipart {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 9.3vmin;
}

.form-multipart input:not([type=file]),
.form-multipart textarea {
  width: 100%;
  max-width: 100%;
  border: 2px solid #FF8D00;
  margin-bottom: 23px;
  padding: 10px 54px;
  border-radius: 5px;
  font-size: 26px;
}

.form-multipart input:not([type=file])::-webkit-input-placeholder, .form-multipart textarea::-webkit-input-placeholder {
  color: #CBCBCB;
}

.form-multipart input:not([type=file])::-moz-placeholder, .form-multipart textarea::-moz-placeholder {
  color: #CBCBCB;
}

.form-multipart input:not([type=file]):-ms-input-placeholder, .form-multipart textarea:-ms-input-placeholder {
  color: #CBCBCB;
}

.form-multipart input:not([type=file])::-ms-input-placeholder, .form-multipart textarea::-ms-input-placeholder {
  color: #CBCBCB;
}

.form-multipart input:not([type=file])::placeholder,
.form-multipart textarea::placeholder {
  color: #CBCBCB;
}

.form-multipart textarea {
  min-height: 224px;
}

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

.upload-file input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.upload-file .upload-file__area {
  border: 2px dashed #FF8D00;
  margin-bottom: 23px;
  padding: 10px 54px;
  border-radius: 5px;
  font-size: 26px;
  width: 100%;
  max-width: 100%;
  background-color: #F6F6F6;
  color: #CBCBCB;
  order: -1;
  cursor: default;
}

.upload-file .upload-file__btn {
  cursor: pointer;
}

.upload-file svg {
  height: 59px;
  width: auto;
  flex-shrink: 0;
  margin-left: 20px;
}

@media only screen and (max-width: 992px) {
  .form-multipart input:not([type="file"]),
  .form-multipart textarea,
  .upload-file .upload-file__area {
    font-size: 20px;
    padding: 10px 24px;
  }
  .upload-file svg {
    height: 51px;
  }
  .form-multipart textarea {
    min-height: 194px;
  }
}

@media only screen and (max-width: 768px) {
  .form-multipart {
    display: block;
  }
}

@media only screen and (max-width: 400px) {
  .form-multipart input:not([type="file"]), .form-multipart textarea, .upload-file .upload-file__area {
    font-size: 18px;
  }
  .upload-file svg {
    height: 48px;
    margin-left: 10px;
  }
  .form-multipart textarea {
    min-height: 100px;
  }
}

.development {
    background-color: #1C1C1C;
    color: #ffffff;
    max-width: 1280px;
}

@media only screen and (min-width: 768px) {
    .development__flex {
        display: flex;
    }
    .development__left {
        margin-right: 5.2vmax;
    }
}

.development__left {
    width: 100%;
    max-width: 320px;
}

.development__left img {
    width: 100%;
}

.development__right {
    font-size: 32px;
    font-weight: 300;
    line-height: 1.3;
}

.development .fancybox-close-small {
    color: #ffffff;
}

@media only screen and (max-width: 768px) {
    .development__right {
        font-size: 20px;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 576px) {
    .development {
        padding-top: 30px;
    }
}