@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrIzc.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjARc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu52xP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ABc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBhc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgWxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtvAw.ttf) format('truetype');
}
.up {
  text-transform: uppercase;
}
.none {
  text-decoration: none;
}
.th {
  font-weight: 100;
}
.el {
  font-weight: 200;
}
.l {
  font-weight: 300;
}
.reg {
  font-weight: 400;
}
.med {
  font-weight: 500;
}
.sb {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.eb {
  font-weight: 800;
}
.black {
  font-weight: 900;
}
.un {
  text-decoration: underline;
}
.in {
  display: inline-block;
}
.vam {
  vertical-align: middle;
}
.rel {
  position: relative;
}
.bl {
  display: block;
}
.abs {
  position: absolute;
}
.tr {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.try {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.trx {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.tc {
  display: table-cell;
  vertical-align: middle;
}
.dn {
  display: none;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.taj {
  text-align: justify;
}
.it {
  font-style: italic;
}
.sn {
  font-style: normal;
}
.b0 {
  border: 0;
}
.bn {
  background: none;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.wa {
  width: auto;
}
.p0 {
  padding: 0;
}
.m0 {
  margin: 0;
}
.poi {
  cursor: pointer;
}
.auto {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.noup {
  text-transform: none;
}
.fix {
  position: fixed;
}
.tn {
  transform: none;
}
.bf {
  background: #fff;
}
.cf {
  color: #fff;
}
.c0 {
  color: #210B0B;
}
.ap {
  appearance: none;
}
.nw {
  white-space: nowrap;
}
.ma {
  margin: 0 auto;
}
.oh {
  overflow: hidden;
}
.pen {
  pointer-events: none;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  background: #EBEBEB;
  overflow-x: hidden;
}
body,
th,
td {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #210B0B;
}
body,
form,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
img,
table {
  border: none;
}
table {
  border-collapse: collapse;
}
table td {
  padding: 0;
}
a {
  color: #210B0B;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
a:hover {
  text-decoration: none;
}
input,
textarea,
button,
select {
  margin: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  border: 0;
  font-family: 'Roboto', sans-serif;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
button:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
button:focus::-moz-placeholder,
select:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
button:focus:-moz-placeholder,
select:focus:-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
button:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
  color: transparent;
}
button,
input[type='submit'] {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
  border: 0;
}
ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
img {
  max-width: 100%;
}
.an {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section,
header,
footer,
nav,
main {
  display: block;
}
.wrap {
  margin: 0 auto;
  width: 1680px;
}
* {
  outline: none !important;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.header {
  padding: 15px 0 19px;
  background: url('img/header.jpg') center / cover;
  margin-bottom: 80px;
  position: relative;
}
.header:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #2B3038 0%, rgba(43, 48, 56, 0) 100%);
}
.header .wrap {
  position: relative;
  z-index: 2;
}
.header ul {
  margin-top: 32px;
  margin-left: 100px;
}
.header ul li {
  display: inline-block;
}
.header ul li:not(:last-child) {
  margin-right: 55px;
}
.header ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.header ul li a:hover {
  color: #FECB24;
}
.header form {
  margin-top: 15px;
  position: relative;
  width: 330px;
  height: 50px;
  margin-left: 100px;
}
.header form input[type='text'] {
  width: 100%;
  height: 100%;
  border-radius: 555px;
  background: rgba(255, 255, 255, 0.1);
  padding: 0 32px;
  font-size: 16px;
  color: #fff;
}
.header form input[type='text']::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.header form input[type='text']:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.header form input[type='text']::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.header form input[type='text']:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.header form input[type='text']::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.header form input[type='text']::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.header form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 23px;
  width: 22px;
  height: 22px;
  background: url('img/search.svg');
}
.header .button {
  margin-top: 13px;
  width: 190px;
  height: 52px;
  border-radius: 5px;
  background: #FECB24;
  font-size: 16px;
  font-weight: 600;
  color: #210B0B !important;
}
.header .social {
  margin-top: 17px;
}
.header .social a {
  display: inline-block;
  width: 46px;
  height: 46px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 44px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #FECB24;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
}
.header .social a:hover {
  background: #FECB24;
}
.header .social a:not(:last-child) {
  margin-right: 5px;
}
.header .social a img {
  vertical-align: middle;
}
.header .menu-button {
  width: 26px;
  background: url('img/menu-button.svg') no-repeat center;
  display: none;
}
.header {
  width: 100%;
  z-index: 3;
  background: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header:after {
  background: #fff;
}
.header ul li a {
  color: #000;
}
.header form input[type='text'] {
  color: #000;
  background: rgba(0, 0, 0, 0.1);
}
.header form input[type='text']::placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.header form button {
  filter: brightness(0);
}
.header .social img {
  filter: brightness(0);
}
.index-page {
  position: relative;
  color: #fff;
  font-size: 0;
}
.index-page .bg img {
  width: 100%;
  margin-top: -80px;
}
.index-page .top-left-text {
  position: absolute;
  right: 0;
  top: 130px;
  width: 100%;
  z-index: 3;
}
@media (max-width: 768px) {
  .index-page .top-left-text {
    display: none;
  }
}
@media (max-width: 576px) {
  .index-page .top-left-text {
    display: block;
  }
}
.index-page .top-left-text .text {
  max-width: 500px;
  font-size: 20px;
  line-height: 100%;
  float: right;
}
.index-page .top-left-text .text h2 {
  padding-bottom: 38px;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  background: url('img/h2.svg') no-repeat left 0 bottom 13px;
}
.index-page .item {
  position: absolute;
  width: 92px;
  height: 96px;
  margin: -70px 0 0 -48px;
  z-index: 3;
}
.index-page .item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 96px;
  height: 103px;
  background: radial-gradient(50% 50% at 50% 50%, #101620 0%, rgba(0, 0, 0, 0.66) 100%);
  filter: blur(70px);
}
.index-page .item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url('img/index-item.svg') no-repeat center;
  z-index: 2;
}
.index-page .item:hover {
  z-index: 5;
}
.index-page .item:hover:after {
  background: url('img/index-itemh.svg') no-repeat center;
}
.index-page .item:hover .info {
  display: block;
}
.index-page .item.i1 {
  top: 52%;
  left: 12%;
  margin-top: -100px;
}
.index-page .item.i2 {
  top: 81%;
  left: 24%;
  margin-top: 20px;
}
.index-page .item.i2 p {
  top: auto;
  bottom: 100%;
}
.index-page .item.i3 {
  top: 62%;
  left: 39.5%;
}
.index-page .item.i4 {
  top: 62%;
  left: 53%;
}
.index-page .item.i5 {
  top: 82%;
  left: 67%;
  margin-top: 20px;
}
.index-page .item.i5 p {
  top: auto;
  bottom: 100%;
}
.index-page .item.i6 {
  top: 81.5%;
  left: 81%;
  margin-top: 20px;
}
.index-page .item.i6 p {
  top: auto;
  bottom: 100%;
}
.index-page .item.i6 .info {
  left: auto;
  right: 100%;
}
.index-page .item p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 170px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}
.index-page .item .info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  z-index: 4;
  border-radius: 8px;
  border: 2px solid #464E5A;
  background: rgba(43, 48, 56, 0.9);
  backdrop-filter: blur(7px);
  width: 384px;
  padding: 40px 0;
  display: none;
}
.index-page .item .info a {
  display: block;
  text-decoration: none;
  color: #fff;
  position: relative;
  padding: 0 108px 0 40px;
  font-size: 16px;
  line-height: 100%;
  background: url('img/arrow.svg') no-repeat right 40px top 50%;
}
.index-page .item .info a:hover:before {
  opacity: 1;
}
.index-page .item .info a:before {
  content: "";
  position: absolute;
  left: 19px;
  top: 0;
  width: 5px;
  height: 100%;
  background: url('img/before.svg');
  opacity: 0;
}
.index-page .item .info a:not(:last-child) {
  margin-bottom: 35px;
}
.index-page .index-form {
  position: absolute;
  top: 150px;
  width: 100%;
}
.index-page .form {
  z-index: 3;
  width: 404px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  border: 2px solid #464E5A;
  background: rgba(43, 48, 56, 0.9);
  padding: 40px;
}
.index-page .form h2 {
  position: relative;
  text-transform: uppercase;
  margin-bottom: 45px;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
}
.index-page .form h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -21px;
  width: 48px;
  height: 5px;
  background: #FECB24;
}
.index-page .form .field {
  position: relative;
  margin-bottom: 12px;
}
.index-page .form .field input[type='text'] {
  width: 100%;
  height: 60px;
  border-radius: 4px 4px 0 0;
  background: #3C434F;
  border-bottom: 2px solid #515968;
  font-size: 16px;
  padding: 20px 22px 0 22px;
  color: #fff;
  font-weight: 600;
}
.index-page .form .field input[type='text']:focus + p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  top: 13px;
}
.index-page .form .field input[type='text']:valid + p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  top: 13px;
}
.index-page .form .field p {
  position: absolute;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  pointer-events: none;
  color: rgba(255, 255, 255, 0.4);
  font-size: 16px;
  left: 22px;
  top: 21px;
}
.index-page .form button {
  width: 100%;
  height: 60px;
  margin-bottom: 18px;
  border-radius: 5px;
  background: #FECB24;
  font-size: 16px;
  font-weight: 600;
  color: #210B0B !important;
}
.index-page .form .bottom-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}
.index-page .form .bottom-text a {
  color: #fff;
}
.footer {
  background: #121315;
  padding: 60px 0 30px;
  color: #fff;
}
.footer .wrap {
  position: relative;
}
.footer .copy .logo {
  margin-bottom: 25px;
}
.footer .copy .social {
  margin-bottom: 30px;
}
.footer .copy .social a {
  display: inline-block;
  width: 46px;
  height: 46px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 44px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #FECB24;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
}
.footer .copy .social a:hover {
  background: #FECB24;
}
.footer .copy .social a:not(:last-child) {
  margin-right: 5px;
}
.footer .copy .social a img {
  vertical-align: middle;
}
.footer .copy p {
  line-height: 100%;
}
.footer ul {
  max-width: 260px;
}
.footer ul li {
  margin-bottom: 18px;
}
.footer ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}
.footer ul li a:hover {
  color: #FECB24;
}
.footer .button h3 {
  position: relative;
  margin-bottom: 39px;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}
.footer .button h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -21px;
  width: 48px;
  height: 5px;
  background: #FECB24;
}
.footer .button p {
  margin-bottom: 26px;
  font-size: 16px;
  line-height: 100%;
}
.footer .button button {
  width: 258px;
  height: 60px;
  border-radius: 5px;
  background: #FECB24;
  font-size: 16px;
  font-weight: 600;
  color: #210B0B !important;
}
.mobile-menu {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 30;
  background: #000;
  padding: 85px 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.mobile-menu .close {
  position: absolute;
  top: 22px;
  right: 40px;
  width: 18px;
  height: 18px;
  background: url('img/close.svg');
}
.mobile-menu ul li:not(:last-child) {
  margin-bottom: 40px;
}
.mobile-menu ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.mobile-menu ul li a:hover {
  color: #FECB24;
}
.popup {
  border-radius: 8px;
  border: 2px solid #464E5A;
  background: rgba(43, 48, 56, 0.9) !important;
  padding: 40px;
  color: #fff;
}
.popup.bf {
  color: #210B0B;
  background: #fff !important;
  border: 0;
}
.popup .table h2 {
  max-width: 670px;
  margin-bottom: 50px;
  font-size: 34px;
  font-weight: 700;
  line-height: 100%;
}
.popup .table h2:before {
  display: none;
}
.popup .table .tbl {
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.popup .table .tbl table {
  width: 100%;
}
.popup .table .tbl table thead {
  background: #E4E4E4;
}
.popup .table .tbl table thead tr td {
  border: 1px solid #B8B5B5;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  padding: 18px 25px;
}
.popup .table .tbl table thead tr td:first-child {
  text-align: left;
}
.popup .table .tbl table tbody tr td {
  border: 1px solid #B8B5B5;
  font-size: 17px;
  line-height: 100%;
  text-align: center;
  padding: 18px 25px;
}
.popup .table .tbl table tbody tr td:first-child {
  text-align: left;
}
.popup .table .bottom-text p {
  font-size: 20px;
  font-weight: 300;
  line-height: 100%;
}
.popup .table .bottom-text p:not(:last-child) {
  margin-bottom: 24px;
}
.popup h2 {
  position: relative;
  text-transform: uppercase;
  margin-bottom: 45px;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
}
.popup h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -21px;
  width: 48px;
  height: 5px;
  background: #FECB24;
}
.popup .field {
  position: relative;
  margin-bottom: 12px;
}
.popup .field input[type='text'] {
  width: 100%;
  height: 60px;
  border-radius: 4px 4px 0 0;
  background: #3C434F;
  border-bottom: 2px solid #515968;
  font-size: 16px;
  padding: 20px 22px 0 22px;
  color: #fff;
  font-weight: 600;
}
.popup .field input[type='text']:focus + p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  top: 13px;
}
.popup .field input[type='text']:valid + p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  top: 13px;
}
.popup .field p {
  position: absolute;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  pointer-events: none;
  color: rgba(255, 255, 255, 0.4);
  font-size: 16px;
  left: 22px;
  top: 21px;
}
.popup .button {
  width: 100%;
  height: 60px;
  margin-bottom: 18px;
  border-radius: 5px;
  background: #FECB24;
  font-size: 16px;
  font-weight: 600;
  color: #210B0B !important;
}
.popup .bottom-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}
.popup .bottom-text a {
  color: #fff;
}
h1 {
  padding-bottom: 20px;
  margin-bottom: 80px;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  background: url('img/h1.svg') no-repeat left bottom;
}
.divisions-page {
  padding-bottom: 1px;
}
.divisions-page .item {
  padding: 0 0 0 937px;
  min-height: 472px;
  margin-bottom: 80px;
  position: relative;
}
.divisions-page .item.other {
  padding: 0 937px 0 0;
}
.divisions-page .item.other .image {
  left: auto;
  right: 0;
}
.divisions-page .item h2 {
  padding-bottom: 20px;
  margin-bottom: 50px;
  font-size: 34px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  background: url('img/h1.svg') no-repeat left bottom;
}
.divisions-page .item .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 818px;
  height: 100%;
  border-radius: 8px;
}
.divisions-page .item p {
  margin-bottom: 24px;
  font-size: 19px;
  font-weight: 300;
}
.divisions-page .item .button {
  padding-top: 20px;
  text-align: right;
}
.divisions-page .item .button button {
  width: 198px;
  height: 52px;
  border-radius: 5px;
  background: #FECB24;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #210B0B !important;
}
.catalog-page {
  padding-bottom: 1px;
}
.catalog-page .wrap {
  position: relative;
}
.catalog-page h1 {
  margin-bottom: 82px;
}
.catalog-page .top-catalog {
  position: absolute;
  right: 0;
  top: 0;
}
.catalog-page .top-catalog .top-link {
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  color: #9C9C9C;
  font-size: 21px;
  line-height: 100%;
  text-transform: uppercase;
  padding: 21px 58px;
  border-radius: 6px;
  border: 3px solid #9C9C9C;
  position: relative;
  z-index: 5;
}
.catalog-page .top-catalog .top-link span {
  display: inline-block;
  vertical-align: middle;
  background: url('img/download3.svg');
  width: 23px;
  height: 25px;
  margin-left: 6px;
}
.catalog-page .top-catalog ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 3;
  margin-top: -3px;
  display: none;
}
.catalog-page .top-catalog ul li:not(:last-child) {
  border-bottom: 1px solid rgba(1, 1, 1, 0.1);
}
.catalog-page .top-catalog ul li a {
  display: block;
  text-decoration: none;
  padding: 25px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
}
.catalog-page .item {
  margin-bottom: 80px;
}
.catalog-page .item .images {
  width: 48.9%;
}
.catalog-page .item .images .slider {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 50px;
  text-align: center;
}
.catalog-page .item .images .slider .image {
  text-align: center;
  padding: 50px 20px;
}
.catalog-page .item .images .slider .image img {
  display: inline-block;
}
.catalog-page .item .images .slider .slick-prev,
.catalog-page .item .images .slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  font-size: 0;
  z-index: 2;
  width: 50px;
  height: 50px;
}
.catalog-page .item .images .slider .slick-prev {
  left: 25px;
  background: url('img/prev.svg') center / cover;
}
.catalog-page .item .images .slider .slick-next {
  right: 25px;
  background: url('img/next.svg') center / cover;
}
.catalog-page .item .images .links a {
  width: 27%;
  text-align: center;
  text-decoration: none;
  height: 65px;
  line-height: 65px;
  background: #FECB24;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
}
.catalog-page .item .images .links a.download {
  width: 11.5%;
  background: #FECB24 url('img/download.svg') no-repeat center;
}
.catalog-page .item .images .links a.download:hover {
  background: #FECB24 url('img/download.svg') no-repeat center;
}
.catalog-page .item .images .links a:hover {
  background: #322720;
  color: #FECB24;
}
.catalog-page .item .info {
  width: 46%;
}
.catalog-page .item .info h2 {
  padding-bottom: 20px;
  margin-bottom: 46px;
  font-size: 34px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  background: url('img/h1.svg') no-repeat left bottom;
}
.catalog-page .item .info p {
  margin-bottom: 32px;
  font-size: 19px;
  font-weight: 600;
  line-height: 115%;
}
.catalog-page .item .info ul li {
  padding-left: 38px;
  font-size: 19px;
  font-weight: 300;
  background: url('img/li.svg') no-repeat 0 0;
  min-height: 25px;
}
.catalog-page .item .info ul li:not(:last-child) {
  margin-bottom: 24px;
}
.production-page {
  padding-bottom: 80px;
}
.production-page .top-block {
  background: url('img/production-page.png') center / cover;
  margin-bottom: 80px;
  padding: 224px 100px 67px 100px;
  color: #fff;
}
.production-page .top-block .text {
  padding-right: 445px;
  margin-bottom: 167px;
  position: relative;
}
.production-page .top-block .text h1 {
  font-size: 56px;
  margin-bottom: 60px;
  background: url('img/h1_2.svg') no-repeat left bottom;
}
.production-page .top-block .text p {
  font-size: 48px;
  font-weight: 700;
  line-height: 140%;
}
.production-page .top-block .text .link {
  position: absolute;
  right: 0;
  top: 0;
  width: 228.605px;
  height: 73.238px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #FECB24;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 22px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  padding: 10px 0 0 28px;
}
.production-page .top-block .text .link:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -28px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  background: #FECB24 url('img/download2.svg') no-repeat center;
}
.production-page .top-block .links.other a {
  width: 32.5%;
}
.production-page .top-block .links a {
  width: 23.5%;
  text-align: center;
  text-decoration: none;
  height: 65px;
  line-height: 65px;
  background: #FECB24;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
}
.production-page .top-block .links a.active {
  background: #322720;
  color: #FECB24;
}
.production-page .top-block .links a:hover {
  background: #322720;
  color: #FECB24;
}
.production-page .tab-content {
  display: none;
}
.production-page .tab-content.active {
  display: block;
}
.production-page .text-block {
  padding-bottom: 56px;
}
.production-page .text-block .block {
  width: 47%;
}
.production-page .text-block .block.w100 {
  width: 100%;
}
.production-page .text-block .block p {
  margin-bottom: 24px;
  font-size: 19px;
  font-weight: 300;
}
.production-page .text-block .block p.bold {
  font-weight: 700;
}
.production-page .text-block .block ul {
  padding-left: 20px;
  list-style: disc;
  font-size: 19px;
  margin-bottom: 24px;
  font-weight: 300;
}
.production-page .tbl {
  padding-bottom: 15px;
}
.production-page .tbl table {
  width: 100%;
}
.production-page .tbl table thead {
  background: #E4E4E4;
}
.production-page .tbl table thead tr td {
  border: 1px solid #B8B5B5;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  padding: 18px 25px;
}
.production-page .tbl table thead tr td:first-child {
  text-align: left;
}
.production-page .tbl table tbody tr td {
  border: 1px solid #B8B5B5;
  font-size: 17px;
  line-height: 100%;
  text-align: center;
  padding: 18px 25px;
}
.production-page .tbl table tbody tr td:first-child {
  text-align: left;
}
.for-clients-page .top-block {
  margin-bottom: 80px;
  position: relative;
  padding-left: 916px;
  min-height: 472px;
}
.for-clients-page .top-block .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 820px;
  height: 100%;
  background: url('img/for-clients.png') center / cover;
  border-radius: 8px;
}
.for-clients-page .top-block h1 {
  margin-bottom: 46px;
}
.for-clients-page .top-block .item {
  margin-bottom: 41px;
}
.for-clients-page .top-block .item div {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
}
.for-clients-page .top-block .item div:first-child {
  width: 100px;
}
.for-clients-page .text-block {
  background: #fff;
  padding: 87px 0 95px;
  margin-bottom: 98px;
}
.for-clients-page .text-block p {
  font-size: 22px;
  font-weight: 300;
  width: 45%;
}
.for-clients-page .text-block .line {
  width: 1px;
  background: #9B9B9B;
}
.for-clients-page .middle-blocks {
  padding-bottom: 65px;
}
.for-clients-page .middle-blocks .item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
  padding-left: 56px;
  background: url('img/arrow3.svg') no-repeat 0 0;
}
.for-clients-page .catalog {
  background: #fff;
  padding: 56px 0 115px;
}
.for-clients-page .catalog .item {
  width: 30%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 25px;
  border-radius: 5px;
  border: 4px solid #E4E4E4;
  padding: 50px 64px;
  font-size: 23px;
  font-weight: 300;
}
.for-clients-page .catalog .item img {
  margin-bottom: 50px;
}
.for-clients-page .catalog .item p {
  margin-bottom: 30px;
  font-size: 34px;
  font-weight: 600;
  line-height: 100%;
}
.for-clients-page .bottom-block {
  padding-bottom: 80px;
  background: #fff;
}
.for-clients-page .bottom-block .text {
  width: 46%;
}
.for-clients-page .bottom-block .text p {
  margin-bottom: 24px;
  font-size: 19px;
  font-weight: 300;
}
.for-clients-page .bottom-block .image {
  width: 49%;
}
.for-clients-page .bottom-block .image img {
  border-radius: 8px;
}
.contacts-page {
  padding-bottom: 230px;
}
.contacts-page h1 {
  margin-bottom: 45px;
}
.contacts-page .content {
  margin: 0 230px;
  position: relative;
  padding-left: 500px;
}
.contacts-page .content .contacts {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.contacts-page .content .contacts .item {
  padding-left: 46px;
  font-size: 20px;
  letter-spacing: -1px;
  position: relative;
}
.contacts-page .content .contacts .item:not(:last-child) {
  margin-bottom: 24px;
}
.contacts-page .content .contacts .item img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.contacts-page .content .contacts .item a {
  text-decoration: none;
}
.contacts-page .content form h2 {
  margin-bottom: 24px;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -1.7px;
  text-transform: uppercase;
}
.contacts-page .content form .field {
  position: relative;
  margin-bottom: 20px;
}
.contacts-page .content form .field input[type='text'] {
  width: 100%;
  height: 60px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #F3F3F6;
  border: 1px solid #9F9F9F;
  font-size: 16px;
  padding: 20px 22px 0 22px;
  font-weight: 600;
}
.contacts-page .content form .field input[type='text']:focus + p {
  font-size: 12px;
  top: 13px;
}
.contacts-page .content form .field input[type='text']:valid + p {
  font-size: 12px;
  top: 13px;
}
.contacts-page .content form .field p {
  position: absolute;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  pointer-events: none;
  color: rgba(43, 48, 56, 0.7);
  font-size: 16px;
  left: 22px;
  top: 21px;
}
.contacts-page .content form .button {
  position: relative;
  margin-top: 40px;
  text-align: right;
}
.contacts-page .content form .button button {
  width: 46%;
  height: 60px;
  border-radius: 5px;
  background: #FECB24;
  font-size: 16px;
  font-weight: 600;
  color: #210B0B !important;
}
.contacts-page .content form .button p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 50%;
  font-weight: 600;
  line-height: 130%;
  text-align: left;
}
.fixed-bottom-form {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 8;
}
.fixed-bottom-form form {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  width: 260px;
  background: #fff;
  z-index: 3;
  border-radius: 5px 5px 0px 0px;
  box-shadow: 0px 4px 7px 5px rgba(0, 0, 0, 0.15);
}
.fixed-bottom-form form .link {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 20px;
  font-size: 17px;
  font-weight: 500;
  line-height: 100%;
}
.fixed-bottom-form form .form {
  padding: 42px 30px 20px 30px;
  color: #2B3038;
  position: relative;
  display: none;
}
.fixed-bottom-form form .form .close {
  position: absolute;
  top: 20px;
  right: 25px;
  background: url('img/close2.svg');
  width: 12px;
  height: 12px;
  z-index: 3;
}
.fixed-bottom-form form .form h2 {
  position: relative;
  text-transform: uppercase;
  margin-bottom: 45px;
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
}
.fixed-bottom-form form .form h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -21px;
  width: 48px;
  height: 5px;
  background: #FECB24;
}
.fixed-bottom-form form .form .field {
  position: relative;
  margin-bottom: 12px;
}
.fixed-bottom-form form .form .field input[type='text'] {
  width: 100%;
  height: 60px;
  border-radius: 4px 4px 0 0;
  background: #F3F3F6;
  border-bottom: 2px solid #D1D8E5;
  font-size: 16px;
  padding: 20px 22px 0 22px;
  font-weight: 600;
}
.fixed-bottom-form form .form .field input[type='text']:focus + p {
  font-size: 12px;
  top: 13px;
}
.fixed-bottom-form form .form .field input[type='text']:valid + p {
  font-size: 12px;
  top: 13px;
}
.fixed-bottom-form form .form .field p {
  position: absolute;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  pointer-events: none;
  color: rgba(43, 48, 56, 0.7);
  font-size: 16px;
  left: 22px;
  top: 21px;
}
.fixed-bottom-form form .form .button {
  width: 100%;
  height: 60px;
  margin: 24px 0 18px;
  border-radius: 5px;
  background: #FECB24;
  font-size: 16px;
  font-weight: 600;
  color: #210B0B !important;
}
.fixed-bottom-form form .form .bottom-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  color: #455067;
}
.fixed-bottom-form form .form .bottom-text a {
  color: #455067;
}
@media (max-width: 1710px) {
  .wrap {
    width: 1170px;
  }
  .header ul {
    margin-left: 0;
  }
  .header form {
    margin-left: 0;
    width: 200px;
  }
  .header ul li:not(:last-child) {
    margin-right: 20px;
  }
  .index-page .top-left-text {
    top: 130px;
  }
  .index-page .top-left-text .text {
    font-size: 16px;
    max-width: 460px;
  }
  .index-page .top-left-text .text h2 {
    font-size: 30px;
  }
  .index-page .form {
    right: 30px;
    width: 320px;
    padding: 25px;
    top: 130px;
  }
  .divisions-page .item .image {
    width: 500px;
  }
  .divisions-page .item {
    padding: 0 0 0 540px;
  }
  .divisions-page .item.other {
    padding: 0 540px 0 0;
  }
  .catalog-page .item .images {
    width: 52%;
  }
  .production-page .top-block {
    padding: 100px 50px 50px 50px;
  }
  .production-page .top-block .text {
    padding-right: 250px;
    margin-bottom: 50px;
  }
  .for-clients-page .top-block .image {
    width: 600px;
  }
  .for-clients-page .top-block {
    padding-left: 640px;
  }
  .for-clients-page .catalog .item {
    width: 32%;
    padding: 30px;
  }
  .contacts-page .content {
    margin: 0 100px;
  }
}
@media (max-width: 1200px) {
  .wrap {
    width: 970px;
  }
  .header ul {
    display: none;
  }
  .index-page .header {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    border-bottom: 0;
    background: #fff;
  }
  .header {
    background: #fff;
  }
  .header:after {
    display: none;
  }
  .index-page .index-form {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .index-page .index-form .wrap {
    width: auto;
    padding: 0 18px;
  }
  .index-page .form {
    width: 100%;
    padding: 40px;
  }
  .index-page {
    background: #121315;
  }
  .index-page .top-left-text {
    left: 0;
    top: 150px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .index-page .top-left-text .wrap {
    width: auto;
    padding: 0 18px;
  }
  .index-page .top-left-text .text {
    width: auto;
    max-width: 100%;
  }
  .index-page .item {
    display: none;
  }
  .index-page .item.i1 {
    display: block;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    height: auto;
    margin: -216px 18px 14px 18px;
  }
  .index-page .item:before {
    display: none;
  }
  .index-page .item:after {
    display: none;
  }
  .index-page .item p {
    display: none;
  }
  .index-page .item .info {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    width: auto;
    display: block;
  }
  .header form {
    width: 300px;
  }
  .index-page .bg {
    position: relative;
    display: block;
  }
  .index-page .bg:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 213px;
    background: linear-gradient(to bottom, transparent, #121315);
  }
  .header .menu-button {
    display: block;
  }
  .mobile-menu.opened {
    top: 0;
  }
  .footer ul {
    max-width: 200px;
  }
  .divisions-page .item .image {
    width: 500px;
  }
  .divisions-page .item {
    padding: 0 0 0 530px;
  }
  .divisions-page .item.other {
    padding: 0 530px 0 0;
  }
  .catalog-page .item .images .links a {
    width: 48.5% !important;
    margin-bottom: 15px;
  }
  .catalog-page .item .images .links a.download {
    background: #fecb24;
  }
  .catalog-page .item .images .links a.download:before {
    content: "Download";
  }
  .catalog-page .item .images {
    width: 50%;
  }
  .popup .table .tbl {
    overflow-x: scroll;
  }
  .for-clients-page .top-block .image {
    width: 500px;
  }
  .for-clients-page .top-block {
    padding-left: 530px;
    min-height: 0;
  }
  .for-clients-page .text-block p {
    width: 47%;
  }
  .for-clients-page .middle-blocks .item {
    width: 48.5%;
  }
  .contacts-page .content {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .wrap {
    width: 747px;
  }
  .header form {
    width: 200px;
  }
  .footer .copy {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer .wrap {
    position: relative;
    padding-bottom: 30px;
  }
  .footer .copy p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .footer .copy .social {
    margin: 10px 0 0 0;
  }
  .divisions-page .item {
    padding: 0 !important;
  }
  .divisions-page .item .image {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    padding-bottom: 50%;
    margin-bottom: 24px;
  }
  .catalog-page .item .images {
    width: 100%;
    order: 1;
  }
  .catalog-page .item .info {
    width: 100%;
    order: 0;
    margin-bottom: 20px;
  }
  .production-page .top-block .text {
    padding-right: 0;
  }
  .production-page .top-block .text .link {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    display: inline-block;
    margin-top: 50px;
  }
  .production-page .top-block .links a {
    width: 48.5%;
  }
  .production-page .text-block .block {
    width: 100%;
  }
  .production-page .tbl {
    overflow-x: scroll;
  }
  .for-clients-page .top-block {
    padding-left: 0;
  }
  .for-clients-page .top-block .image {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    padding-bottom: 60%;
  }
  .for-clients-page .catalog .item {
    width: 100%;
  }
  .for-clients-page .bottom-block .text {
    width: 100%;
  }
  .for-clients-page .bottom-block .image {
    width: 100%;
  }
  .contacts-page .content {
    padding-left: 0;
  }
  .contacts-page .content .contacts {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .wrap {
    width: 556px;
  }
  .header {
    padding: 9px 0;
    position: relative;
  }
  .header .logo {
    width: 70px;
  }
  .header .social {
    margin-top: 5px;
  }
  .header .social a {
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 12px;
  }
  .header .social a img {
    height: 18px;
  }
  .header .button {
    display: none;
  }
  .header .wrap form {
    width: 100%;
    order: 1000;
    margin-top: 7px;
  }
  .header form {
    height: 32px;
  }
  .header form input[type='text'] {
    height: 32px;
    padding: 0 15px;
    font-size: 12px;
  }
  .header form button {
    right: 11px;
    width: 16px;
    height: 16px;
    background: url('img/search.svg') no-repeat center / contain;
  }
  .footer ul {
    width: 48%;
    max-width: 48%;
    padding-bottom: 28px;
  }
  .footer .button {
    width: 100%;
    margin-bottom: 20px;
  }
  .production-page .top-block .text p {
    font-size: 36px;
  }
  .for-clients-page .text-block p {
    width: 100%;
  }
  .for-clients-page .text-block .line {
    width: 100%;
    height: 1px;
    margin: 30px 0;
  }
  .for-clients-page .middle-blocks .item {
    width: 100%;
  }
  .for-clients-page .middle-blocks .item br {
    display: none;
  }
  .for-clients-page .catalog {
    padding: 56px 0;
  }
  .contacts-page {
    padding-bottom: 100px;
  }
  .production-page .top-block .links.other a {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .wrap {
    width: auto;
    padding: 0 18px;
  }
  .index-page .form {
    padding: 28px 16px 22px 16px;
  }
  .index-page .form h2 {
    margin-bottom: 30px;
    font-size: 18px;
  }
  .index-page .form h2:before {
    width: 28px;
    height: 3px;
    bottom: -14px;
  }
  .index-page .form .field {
    margin-bottom: 9px;
  }
  .index-page .form .field input[type='text'] {
    height: 50px;
    padding: 18px 15px 0 15px;
    font-size: 14px;
  }
  .index-page .form .field p {
    font-size: 14px;
    top: 17px;
    left: 15px;
  }
  .index-page .form .field input[type='text']:valid + p,
  .index-page .form .field input[type='text']:focus + p {
    top: 9px;
    font-size: 10px;
  }
  .index-page .form button {
    height: 50px;
    margin: 15px 0 23px;
    font-size: 14px;
  }
  .index-page .form .bottom-text {
    font-size: 10px;
  }
  .index-page .item .info {
    padding: 27px 0;
  }
  .index-page .item .info a {
    padding: 0 56px 0 18px;
    background: url('img/arrow.svg') no-repeat right 18px top 50%;
    display: none;
    font-weight: 700;
  }
  .index-page .item .info a:nth-child(1) {
    display: block;
  }
  .index-page .item .info a:nth-child(2) {
    display: block;
  }
  .index-page .item .info a:nth-child(3) {
    display: block;
  }
  .index-page .item .info a:nth-child(4) {
    display: block;
  }
  .index-page .item .info a:nth-child(5) {
    display: block;
  }
  .index-page .item .info a:nth-child(6) {
    display: block;
    margin-bottom: 0;
  }
  .index-page .bg img {
    height: 530px;
    object-fit: cover;
  }
  .index-page .bg:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: -35px;
    left: 0;
    background: rgba(1, 1, 1, 0.15);
  }
  .index-page .top-left-text .text h2 {
    font-size: 22px;
    padding-bottom: 25px;
    background: url('img/h2_2.svg') no-repeat left 0 bottom 10px;
  }
  .index-page .top-left-text .text {
    font-size: 14px;
  }
  .footer {
    padding: 24px 0 80px;
  }
  .footer .copy .logo {
    width: 70px;
  }
  .footer .copy .social {
    margin-top: 8px;
  }
  .footer .copy .social a {
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 12px;
  }
  .footer .copy .social a img {
    height: 18px;
  }
  .footer ul li a {
    font-size: 12px;
  }
  .footer .button h3 {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .footer .button h3:before {
    bottom: -13px;
    width: 28px;
    height: 3px;
  }
  .footer .button p {
    font-size: 12px;
    margin-bottom: 34px;
  }
  .footer .button button {
    width: 100%;
    height: 40px;
    font-size: 14px;
  }
  .footer .copy p {
    left: 18px;
    font-size: 12px;
  }
  .footer .button {
    margin-bottom: 10px;
  }
  .popup {
    padding: 28px 16px 22px 16px !important;
  }
  .popup h2 {
    margin-bottom: 30px;
    font-size: 18px;
  }
  .popup h2:before {
    width: 28px;
    height: 3px;
    bottom: -14px;
  }
  .popup .field {
    margin-bottom: 9px;
  }
  .popup .field input[type='text'] {
    height: 50px;
    padding: 18px 15px 0 15px;
    font-size: 14px;
  }
  .popup .field p {
    font-size: 14px;
    top: 17px;
    left: 15px;
  }
  .popup .field input[type='text']:valid + p,
  .popup .field input[type='text']:focus + p {
    top: 9px;
    font-size: 10px;
  }
  .popup button {
    height: 50px;
    margin: 15px 0 23px;
    font-size: 14px;
  }
  .popup .bottom-text {
    font-size: 10px;
  }
  .header {
    margin-bottom: 35px;
  }
  h1 {
    margin-bottom: 35px;
    padding-bottom: 15px;
    background: url('img/h2mob.svg') no-repeat left bottom;
    font-size: 24px;
  }
  .divisions-page .item h2 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    background: url('img/h2mob.svg') no-repeat left bottom;
    font-size: 24px;
  }
  .divisions-page .item p {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .divisions-page .item .image {
    margin-bottom: 20px;
  }
  .divisions-page .item .button {
    padding: 0;
  }
  .divisions-page .item .button button {
    width: 100%;
    height: 40px;
    font-size: 14px;
  }
  .divisions-page .item {
    margin-bottom: 35px;
  }
  .catalog-page .top-catalog {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin-bottom: 35px;
  }
  .catalog-page .top-catalog .top-link {
    display: block;
    padding: 16px 22px;
    font-size: 16px;
  }
  .catalog-page .top-catalog .top-link span {
    float: right;
    margin-top: -5px;
  }
  .catalog-page h1 {
    margin-bottom: 35px;
  }
  .catalog-page .item .info h2 {
    font-size: 21px;
    margin-bottom: 12px;
    padding-bottom: 16px;
  }
  .catalog-page .item .info p {
    font-size: 13px;
    margin-bottom: 30px;
  }
  .catalog-page .item .info ul li {
    font-size: 13px;
    padding-left: 32px;
    background: url('img/li2.svg') no-repeat 0 0;
    min-height: 18px;
  }
  .catalog-page .item .info ul li:not(:last-child) {
    margin-bottom: 18px;
  }
  .catalog-page .item .images .slider .image {
    padding: 32px 56px 28px 56px;
  }
  .catalog-page .item .images .slider .slick-prev,
  .catalog-page .item .images .slider .slick-next {
    width: 32px;
    height: 32px;
  }
  .catalog-page .item .images .slider .slick-prev {
    left: 15px;
  }
  .catalog-page .item .images .slider .slick-next {
    right: 15px;
  }
  .catalog-page .item .images .slider {
    margin-bottom: 20px;
  }
  .catalog-page .item .images .links a {
    width: 100% !important;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
  .catalog-page .item {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .popup .table {
    padding: 40px 0 13px;
  }
  .popup .table h2 {
    margin-bottom: 35px;
    font-size: 21px;
  }
  .popup .table .tbl table thead tr td {
    padding: 11px 14px;
    font-size: 11.25px;
  }
  .popup .table .tbl table tbody tr td {
    padding: 11px 14px;
    font-size: 11.25px;
  }
  .popup .table .tbl {
    margin-right: -18px;
  }
  .popup .table .bottom-text p {
    font-size: 14px;
  }
  .popup .table .bottom-text p:not(:last-child) {
    margin-bottom: 12px;
  }
  .production-page .top-block {
    margin-bottom: 35px;
    padding: 35px 25px 20px 25px;
  }
  .production-page .top-block .text h1 {
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 24px;
    background: url('img/h2mob.svg') no-repeat left bottom;
  }
  .production-page .top-block .text p {
    font-size: 21px;
    line-height: 110%;
  }
  .production-page .top-block .text .link {
    margin-top: 70px;
    padding: 7px 0 0 16px;
    width: 135.004px;
    height: 43.251px;
    font-size: 13px;
  }
  .production-page .top-block .text .link:after {
    width: 65px;
    height: 65px;
    right: -20px;
    background-size: 30px;
  }
  .production-page .top-block .links a {
    width: 100%;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
  .production-page .text-block {
    padding-bottom: 20px;
  }
  .production-page .text-block .block p {
    margin-bottom: 16px;
    font-size: 13px;
  }
  .production-page .text-block .block ul {
    margin-bottom: 16px;
    font-size: 13px;
  }
  .production-page .tbl table thead tr td {
    padding: 11px 14px;
    font-size: 9.563px;
  }
  .production-page .tbl table tbody tr td {
    padding: 11px 14px;
    font-size: 9.563px;
    white-space: nowrap;
  }
  .production-page .tbl {
    margin-right: -18px;
  }
  .production-page {
    padding-bottom: 20px;
  }
  .for-clients-page .top-block h1 {
    margin-bottom: 20px;
  }
  .for-clients-page .top-block .item div:first-child {
    width: 67px;
  }
  .for-clients-page .top-block .item div:first-child img {
    width: 31px;
    max-width: 31px;
  }
  .for-clients-page .top-block .item {
    margin-bottom: 21px;
  }
  .for-clients-page .top-block .item div {
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
  }
  .for-clients-page .top-block .image {
    padding-bottom: 55%;
  }
  .for-clients-page .top-block {
    margin-bottom: 32px;
  }
  .for-clients-page .text-block {
    padding: 35px 0 45px;
    margin-bottom: 35px;
  }
  .for-clients-page .text-block p {
    font-size: 14px;
    line-height: 100%;
    width: 100%;
  }
  .for-clients-page .text-block .line {
    width: 50%;
    margin: 17px 0 23px;
  }
  .for-clients-page .middle-blocks {
    padding-bottom: 15px;
  }
  .for-clients-page .middle-blocks .item {
    padding-left: 44px;
    font-size: 14px;
    font-weight: 600;
    line-height: 125%;
    background: none;
    position: relative;
  }
  .for-clients-page .middle-blocks .item:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: url('img/arrow4.svg');
    width: 17px;
    height: 25px;
  }
  .for-clients-page .catalog {
    padding: 35px 0 10px;
  }
  .for-clients-page .catalog .item {
    padding: 25px 30px 25px 36px;
    border-radius: 2.813px;
    border: 2.25px solid #E4E4E4;
    font-size: 14px;
    line-height: 100%;
  }
  .for-clients-page .catalog .item img {
    height: 75px;
    margin-bottom: 25px;
  }
  .for-clients-page .catalog .item p {
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
  }
  .for-clients-page .bottom-block {
    padding-bottom: 40px;
  }
  .for-clients-page .bottom-block .text p {
    margin-bottom: 18px;
    font-size: 13px;
  }
  .for-clients-page .bottom-block .image {
    padding-top: 15px;
  }
  .footer form {
    display: none;
  }
  .contacts-page {
    padding-bottom: 35px;
  }
  .contacts-page h1 {
    margin-bottom: 40px;
  }
  .contacts-page .content .contacts {
    padding-bottom: 25px;
  }
  .contacts-page .content .contacts .item {
    padding-left: 40px;
    font-size: 15px;
    line-height: 110%;
  }
  .contacts-page .content .contacts .item img {
    width: 21px;
  }
  .contacts-page .content .contacts .item:not(:last-child) {
    margin-bottom: 18px;
  }
  .contacts-page .content form h2 {
    font-size: 21px;
  }
  .contacts-page .content form .field {
    margin-bottom: 9px;
  }
  .contacts-page .content form .field input[type='text'] {
    height: 50px;
    padding: 18px 15px 0 15px;
    font-size: 14px;
  }
  .contacts-page .content form .field p {
    font-size: 14px;
    top: 17px;
    left: 15px;
  }
  .contacts-page .content form .field input[type='text']:valid + p,
  .contacts-page .content form .field input[type='text']:focus + p {
    top: 9px;
    font-size: 10px;
  }
  .contacts-page .content form .button {
    margin: 0;
    padding: 15px 0 0 0;
  }
  .contacts-page .content form .button button {
    width: 100%;
    height: 50px;
    font-size: 14px;
  }
  .contacts-page .content form .button p {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    width: auto;
    margin-top: 23px;
    font-size: 10px;
  }
}
/*# sourceMappingURL=style.css.map */