@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
body {
  color: #1C1C1C;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  font-family: "Montserrat", sans-serif;
  background-color: #fff;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
body.menu-is-open {
  overflow: hidden;
}

p {
  margin-bottom: 30px;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
}

.btn {
  outline: none;
  text-decoration: none;
  font-size: 25px;
  display: inline-block;
  font-family: Visby Bold, sans-serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-blue {
  color: #110939;
  text-decoration: none;
  position: relative;
  padding-right: 35px;
}
.btn-blue:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 11px;
  display: block;
  width: 21px;
  height: 21px;
  background-image: url("../img/btn-blue.svg");
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-blue:hover {
  color: #FFD25D;
  text-decoration: none;
}
.btn-blue:hover:after {
  background-image: url("../img/btn-blue-yellow.svg");
}

.btn-next {
  color: #110939;
  text-decoration: none;
  position: relative;
  padding-right: 50px;
}
.btn-next:after {
  content: "";
  position: absolute;
  right: 0;
  top: 14px;
  display: block;
  width: 28px;
  height: 16px;
  background-image: url("../img/btn-next.svg");
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-next:hover {
  color: #FFD25D;
  text-decoration: none;
}
.btn-next:hover:after {
  background-image: url("../img/btn-next-yellow.svg");
}

.btn-white {
  color: #fff;
}
.btn-white:after {
  background-image: url("../img/btn-white.svg");
}

.btn-yellow {
  color: #FFD25D;
  text-decoration: none;
  font-size: 35px;
  line-height: 1;
}
.btn-yellow:hover {
  color: #FFD25D;
  text-decoration: none;
}

.btn-top {
  position: relative;
  padding-right: 40px;
}
.btn-top:after {
  content: "";
  position: absolute;
  display: inline-block;
  right: 0;
  top: 8px;
  width: 23px;
  height: 22px;
  background-image: url("../img/btn-top-yellow.svg");
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-top:hover {
  color: #fff;
}
.btn-top:hover:after {
  background-image: url("../img/btn-top-white.svg");
}

.btn-careers {
  color: #110939;
  text-decoration: none;
  font-size: 35px;
  line-height: 1;
  position: relative;
  margin-top: 35px;
  padding-right: 33px;
}
.btn-careers:after {
  content: "";
  right: 0;
  bottom: 8px;
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../img/btn-form-blue.svg");
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-careers:hover {
  color: #FFD25D;
  text-decoration: none;
}
.btn-careers:hover:after {
  background-image: url("../img/btn-form-yellow.svg");
}

.large-link {
  display: inline-block;
  outline: none;
  text-decoration: none;
  color: #110939;
  font-size: 45px;
  line-height: 1;
  font-family: Visby Bold, sans-serif;
  position: relative;
  padding-right: 46px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.large-link:after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 26px;
  height: 26px;
  background-image: url("../img/large-link.svg");
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.large-link:hover {
  color: #FFD25D;
  text-decoration: none;
}
.large-link:hover:after {
  background-image: url("../img/large-link-yellow.svg");
}

.section-title {
  font-size: 75px;
  font-family: Visby Bold, sans-serif;
  line-height: 1;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
header .top-panel {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .top-panel .logo {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
header .top-panel .logo img {
  max-width: 176px;
}
header .top-panel .logo .logo-white {
  display: none;
}
header .top-panel .contact-email {
  margin-right: 50px;
}
header .top-panel .contact-email a {
  color: #1C1C1C;
  text-decoration: none;
  font-size: 16px;
}
header .top-panel .language {
  margin-right: 50px;
}
header .top-panel .language ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
header .top-panel .language ul li {
  display: inline-block;
  margin-right: 10px;
}
header .top-panel .language ul li a {
  color: #1C1C1C;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}
header .top-panel .language ul li.active-language a {
  font-weight: 600;
}
header .top-panel .toggle-theme {
  height: 40px;
  width: 90px;
  border-radius: 35px;
  background-color: #FBFBF6;
  margin-right: 50px;
  cursor: pointer;
  -webkit-box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, 0.35);
          box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, 0.35);
  padding: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .top-panel .toggle-theme .toggle-circle {
  background-color: #110939;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28px;
          flex: 0 0 28px;
  background-image: url("../img/update/white.svg");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .top-panel .toggle-theme span {
  font-weight: 600;
  color: #9B9B9B;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}
header .top-panel .toggle-theme span.night {
  display: none;
}
header .top-panel .menu-open {
  width: 39px;
  height: 22px;
  cursor: pointer;
}
header .top-panel .menu-open span {
  display: block;
  height: 2px;
  background-color: #1C1C1C;
  margin-bottom: 8px;
}
header .top-panel .menu-open span:nth-child(2) {
  width: 25px;
  margin-left: auto;
  margin-right: 0;
}
header .menu-overlay {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  background-image: url("../img/menu-bg-white.png");
  background-repeat: no-repeat;
  background-position: left top;
  display: none;
  overflow: scroll;
}
header .menu-overlay .top-panel .menu-close {
  width: 30px;
  height: 30px;
  display: block;
  background-image: url("../img/menu-close.svg");
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
header .menu-overlay .menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-top: 30px;
}
header .menu-overlay .menu li {
  margin-bottom: 30px;
  text-align: right;
}
header .menu-overlay .menu li a {
  font-size: 40px;
  color: #1C1C1C;
  font-family: Visby Bold, sans-serif;
  text-decoration: none;
  font-weight: 800;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .menu-overlay .menu li a:hover {
  color: #110939;
}
header .menu-overlay .menu li.active a {
  color: #110939;
}

.slide-materials {
  padding-top: 331px;
  padding-bottom: 90px;
}
.slide-materials .slide-material-map-section {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.slide-materials .slide-material-map-section .container, .slide-materials .slide-material-map-section .row, .slide-materials .slide-material-map-section .col-sm-12 {
  height: 100%;
}
.slide-materials .slide-material-map-section .slide-materials-map {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 10px;
  background-image: url("../img/slide-map.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
.slide-materials .slide-material-map-section .slide-materials-map .map-materials-items {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  opacity: 0;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}
.slide-materials .slide-material-map-section .slide-materials-map .map-materials-items.active {
  opacity: 1;
}
.slide-materials .slide-material-map-section .slide-materials-map .map-materials-items.map-materials-metallurgy {
  background-image: url("../img/update/map-metallurgy-items.png");
}
.slide-materials .slide-material-map-section .slide-materials-map .map-materials-items.map-materials-ceramic {
  background-image: url("../img/update/map-ceramic-items.png");
}
.slide-materials .slide-material-map-section .slide-materials-map .map-materials-items.map-materials-glass {
  background-image: url("../img/update/map-glass-items.png");
}
.slide-materials .slide-material-map-section .slide-materials-map .map-materials-items.map-materials-polymer {
  background-image: url("../img/update/map-polymer-items.png");
}
.slide-materials .slide-material-map-section .slide-materials-map .map-materials-items.map-materials-coating {
  background-image: url("../img/update/map-coating-items.png");
}
.slide-materials .slide-materials-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.slide-materials .slide-materials-row .slide-materials-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 55%;
          flex: 0 1 55%;
}
.slide-materials .slide-materials-row .slide-materials-left .slide-materials-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.slide-materials .slide-materials-row .slide-materials-left .slide-materials-list li {
  margin-bottom: 30px;
  line-height: 1;
}
.slide-materials .slide-materials-row .slide-materials-left .slide-materials-list li:last-child {
  margin-bottom: 0;
}
.slide-materials .slide-materials-row .slide-materials-left .slide-materials-list li a {
  color: #727981;
  font-size: 20px;
  line-height: 1;
  font-family: Visby Bold, sans-serif;
  text-decoration: none;
  position: relative;
}
.slide-materials .slide-materials-row .slide-materials-left .slide-materials-list li a.active {
  color: #110939;
  padding-left: 25px;
}
.slide-materials .slide-materials-row .slide-materials-left .slide-materials-list li a.active:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 17px;
  height: 15px;
  background-image: url("../img/materials-list.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.slide-materials .slide-materials-row .slide-materials-left .slide-materials-title {
  font-size: 65px;
  font-family: Visby Bold, sans-serif;
  line-height: 1;
  padding-top: 123px;
}
.slide-materials .slide-materials-row .slide-materials-left .slide-materials-title .slide-materials-sublabel {
  font-size: 24px;
  font-weight: 600;
  color: #110939;
  margin-bottom: 10px;
}
.slide-materials .slide-materials-row .slide-materials-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45%;
          flex: 0 1 45%;
}
.slide-materials .slide-materials-row .slide-materials-right .slide-materials-label {
  font-family: Visby Bold, sans-serif;
  font-size: 45px;
  line-height: 1;
  margin-bottom: 25px;
  padding-top: 150px;
}
.slide-materials .slide-materials-row .slide-materials-right .slide-materials-sublabel {
  font-size: 24px;
  line-height: 1.2;
}
.slide-materials .slide-materials-row .slide-materials-right .large-link {
  margin-bottom: 45px;
  float: right;
}

.main-about {
  position: relative;
  padding-top: 190px;
  padding-bottom: 90px;
  overflow: hidden;
  min-height: 1056px;
}
.main-about .main-about-image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 1290px;
  height: 1056px;
  margin-left: auto;
  margin-right: auto;
}
.main-about .main-about-image img {
  position: absolute;
}
.main-about .main-about-image img.about-image-1 {
  left: 69%;
  top: 10%;
  z-index: 2;
}
.main-about .main-about-image img.about-image-2 {
  left: 79%;
  top: 12%;
  z-index: 1;
}
.main-about .main-about-image img.about-image-3 {
  left: 95%;
  top: 56%;
  z-index: 2;
}
.main-about .main-about-image img.about-image-4 {
  left: 72%;
  top: 60%;
}
.main-about .main-about-image img.about-image-5 {
  left: 59.6%;
  top: 32.2%;
  z-index: 2;
}
.main-about .main-about-image img.about-image-6 {
  max-width: 220px;
  left: 53.6%;
  top: 62.5%;
}
.main-about .main-about-image img.about-image-7 {
  left: 46%;
  top: 77%;
  z-index: 2;
}
.main-about .main-about-image-mobile {
  display: none;
}
.main-about .section-title {
  margin-bottom: 80px;
  max-width: 818px;
}
.main-about .about-text-short-1 {
  max-width: 650px;
}
.main-about .about-text-short-2 {
  max-width: 650px;
}
.main-about .about-text-short-3 {
  max-width: 570px;
}
.main-about .about-text-short-4 {
  max-width: 470px;
}

.main-benefits {
  padding-top: 177px;
  padding-bottom: 167px;
  position: relative;
  overflow: hidden;
}
.main-benefits .benefits-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/update/benefits-bg.png");
  background-repeat: no-repeat;
  background-position: top center;
}
.main-benefits .benefits-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 108px;
}
.main-benefits .benefits-list .benefits-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.3%;
          flex: 0 1 33.3%;
  width: 33.3%;
  position: relative;
  padding-left: 110px;
}
.main-benefits .benefits-list .benefits-item .benefits-item-title {
  font-size: 35px;
  line-height: 1;
  font-family: Visby Bold, sans-serif;
  margin-bottom: 40px;
  min-height: 105px;
}
.main-benefits .benefits-list .benefits-item .benefits-item-desc {
  line-height: 1.2;
}
.main-benefits .benefits-list .benefits-item:before {
  content: "";
  position: absolute;
  left: 30px;
  top: 0;
  display: block;
  width: 47px;
  height: 41px;
}
.main-benefits .benefits-list .benefits-item:nth-child(1):before {
  background-image: url("../img/benefits-list-1.svg");
}
.main-benefits .benefits-list .benefits-item:nth-child(2):before {
  background-image: url("../img/benefits-list-2.svg");
}
.main-benefits .benefits-list .benefits-item:nth-child(3):before {
  background-image: url("../img/benefits-list-3.svg");
}

.main-industries {
  padding-top: 150px;
  background-repeat: no-repeat;
  background-position: left 0 bottom 145px;
  overflow: hidden;
}
.main-industries .industries-list .industries-item {
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  background-size: contain;
}
.main-industries .industries-list .industries-item.item-1 {
  width: 717px;
  height: 633px;
  background-image: url("../img/update/ceramic.png");
  margin-left: auto;
  margin-right: 0;
  margin-top: -165px;
}
.main-industries .industries-list .industries-item.item-1 a {
  top: 67px;
  left: 76px;
}
.main-industries .industries-list .industries-item.item-2 {
  width: 717px;
  height: 633px;
  background-image: url("../img/glass.png");
  margin-right: auto;
  margin-left: 0;
  margin-top: -233px;
}
.main-industries .industries-list .industries-item.item-2 a {
  top: 67px;
  left: 76px;
}
.main-industries .industries-list .industries-item.item-3 {
  width: 550px;
  height: 486px;
  background-image: url("../img/metallurgy.png");
  margin-right: 45px;
  margin-left: auto;
  margin-top: -290px;
}
.main-industries .industries-list .industries-item.item-3 a {
  top: 67px;
  left: 36px;
}
.main-industries .industries-list .industries-item.item-4 {
  width: 550px;
  height: 486px;
  background-image: url("../img/polymer.png");
  margin-left: 85px;
  margin-right: auto;
  margin-top: -145px;
}
.main-industries .industries-list .industries-item.item-4 a {
  top: 67px;
  left: 36px;
}
.main-industries .industries-list .industries-item.item-5 {
  width: 717px;
  height: 633px;
  background-image: url("../img/different-coating-industries.png");
  margin-right: 0;
  margin-left: auto;
  margin-top: -225px;
}
.main-industries .industries-list .industries-item.item-5 a {
  top: 67px;
  left: 76px;
}
.main-industries .industries-list .industries-item a {
  position: relative;
  display: block;
  position: relative;
  padding-left: 93px;
  font-size: 28px;
  max-width: 280px;
  font-family: Visby Bold, sans-serif;
  line-height: 1;
  padding-top: 15px;
  color: #fff;
  text-decoration: none;
}
.main-industries .industries-list .industries-item a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 73px;
  height: 64px;
  background-image: url("../img/industries-list.svg");
}

.main-products {
  padding-top: 314px;
  padding-bottom: 0;
  position: relative;
}
.main-products .main-products-image {
  position: absolute;
  width: 43%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("../img/products-bg.png");
  background-repeat: no-repeat;
  background-position: top 0 right 0;
}
.main-products .products-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-products .products-row .products-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 42%;
          flex: 0 1 42%;
  position: relative;
  padding-bottom: 240px;
}
.main-products .products-row .products-left .products-left-col {
  min-height: 648px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-products .products-row .products-left .products-button {
  padding-left: 130px;
}
.main-products .products-row .products-left .products-button .btn {
  display: inline-block;
}
.main-products .products-row .products-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
.main-products .products-row .products-right .products-button {
  display: none;
}
.main-products .products-row .products-right .products-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main-products .products-row .products-right .products-list .products-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  margin-bottom: 30px;
  padding-right: 30px;
}
.main-products .products-row .products-right .products-list .products-item a {
  color: #110939;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  padding-left: 53px;
  display: inline-block;
}
.main-products .products-row .products-right .products-list .products-item a:hover {
  color: #FFD25D;
}
.main-products .products-row .products-right .products-list .products-item a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 33px;
  height: 30px;
  background-image: url("../img/products-list.svg");
}

.main-articles {
  padding-top: 170px;
  padding-bottom: 170px;
  position: relative;
}
.main-articles .main-articles-image {
  position: absolute;
  width: 38%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: top right;
}
.main-articles .articles-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-articles .articles-row .articles-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-articles .articles-row .articles-left .articles-button {
  padding-bottom: 18px;
}
.main-articles .articles-row .articles-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  width: 50%;
}
.main-articles .articles-row .articles-right .articles-button {
  display: none;
}
.main-articles .articles-row .articles-right .articles-list .article-slide .article-slide-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main-articles .articles-row .articles-right .articles-list .article-slide .article-slide-row .article-item {
  margin-bottom: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
}
.main-articles .articles-row .articles-right .articles-list .article-slide .article-slide-row .article-item .article-data {
  color: #727981;
  font-size: 16px;
  margin-bottom: 14px;
  font-weight: 400;
}
.main-articles .articles-row .articles-right .articles-list .article-slide .article-slide-row .article-item .article-title {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 18px;
  min-height: 72px;
}
.main-articles .articles-row .articles-right .articles-list .article-slide .article-slide-row .article-item .article-title a {
  color: #110939;
  font-weight: 600;
  text-decoration: none;
}
.main-articles .articles-row .articles-right .articles-list .article-slide .article-slide-row .article-item .article-desc {
  font-size: 16px;
  font-weight: 400;
  color: #727981;
}
.main-articles .articles-row .articles-right .articles-list .article-slide .article-slide-row .article-item .article-desc a {
  font-weight: 700;
  color: #FFD25D;
}
.main-articles .articles-row .articles-right .articles-list .article-slide .article-slide-row .article-item .article-desc a:hover {
  color: #110939;
  text-decoration: none;
}
.main-articles .articles-row .articles-right .articles-list .article-slide .article-slide-row .article-item:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin-bottom: 95px;
}
.main-articles .articles-row .articles-right .articles-list .article-slide .article-slide-row .article-item:first-child .article-title {
  min-height: auto;
}
.main-articles .articles-row .articles-right .articles-list .article-list-slide {
  padding-bottom: 70px;
}
.main-articles .articles-row .articles-right .articles-list .article-list-slide .slick-prev, .main-articles .articles-row .articles-right .articles-list .article-list-slide .slick-next {
  bottom: 0;
  width: 70px;
  height: 70px;
  left: auto;
  right: auto;
  top: auto;
  text-indent: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: none;
          transform: none;
}
.main-articles .articles-row .articles-right .articles-list .article-list-slide .slick-prev {
  background-image: url("../img/prev.svg");
  left: 0;
}
.main-articles .articles-row .articles-right .articles-list .article-list-slide .slick-prev:hover {
  background-image: url("../img/prev-yellow.svg");
}
.main-articles .articles-row .articles-right .articles-list .article-list-slide .slick-next {
  background-image: url("../img/next.svg");
  left: 80px;
}
.main-articles .articles-row .articles-right .articles-list .article-list-slide .slick-next:hover {
  background-image: url("../img/next-yellow.svg");
}

footer {
  background-color: #1C1C1C;
  padding-top: 98px;
  padding-bottom: 25px;
  position: relative;
}
footer .footer-contacts {
  padding-top: 101px;
}
footer .footer-contacts .contacts-title {
  font-size: 55px;
  color: #fff;
  line-height: 1;
  margin-bottom: 60px;
  font-family: Visby Bold, sans-serif;
}
footer .footer-contacts .contacts-list .contacts-item {
  margin-bottom: 30px;
  padding-left: 85px;
  position: relative;
}
footer .footer-contacts .contacts-list .contacts-item:last-child {
  margin-bottom: 0;
}
footer .footer-contacts .contacts-list .contacts-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 62px;
  height: 61px;
}
footer .footer-contacts .contacts-list .contacts-item .contacts-label {
  color: #727981;
  font-size: 16px;
}
footer .footer-contacts .contacts-list .contacts-item .contacts-value {
  font-size: 18px;
  color: #fff;
}
footer .footer-contacts .contacts-list .contacts-item.contacts-phone .contacts-value a {
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
}
footer .footer-contacts .contacts-list .contacts-item.contacts-phone:before {
  background-image: url("../img/phone.svg");
}
footer .footer-contacts .contacts-list .contacts-item.contacts-email .contacts-value a {
  color: #fff;
  text-decoration: none;
}
footer .footer-contacts .contacts-list .contacts-item.contacts-email:before {
  background-image: url("../img/email.svg");
}
footer .footer-contacts .contacts-list .contacts-item.contacts-address .contacts-value a {
  color: #fff;
  text-decoration: none;
}
footer .footer-contacts .contacts-list .contacts-item.contacts-address:before {
  background-image: url("../img/address.svg");
}
footer .footer-button {
  padding-top: 98px;
}
footer .footer-button .btn {
  position: relative;
  padding-right: 40px;
}
footer .footer-button .btn:after {
  content: "";
  position: absolute;
  display: inline-block;
  right: 0;
  top: 8px;
  width: 23px;
  height: 22px;
  background-image: url("../img/btn-footer-form-yellow.svg");
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer-button .btn:hover {
  color: #fff;
}
footer .footer-button .btn:hover:after {
  background-image: url("../img/btn-footer-form-white.svg");
}
footer .footer-menu {
  color: #727981;
  font-size: 16px;
  font-weight: 400;
  max-width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer-menu a {
  color: #727981;
  text-decoration: none;
}
footer .footer-menu .footer-menu-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  display: block;
}
footer .footer-menu .footer-menu-left .footer-menu-left-col .footer-menu-left-item {
  margin-bottom: 10px;
  padding-right: 15px;
}
footer .footer-menu .footer-menu-left .footer-menu-left-col .footer-menu-left-item a {
  max-width: 150px;
  display: inline-block;
}
footer .footer-menu .footer-menu-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 75%;
          flex: 0 1 75%;
}
footer .footer-menu .footer-menu-right ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .footer-menu .footer-menu-right ul li {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.3%;
          flex: 0 1 33.3%;
  margin-bottom: 10px;
  padding-right: 15px;
}
footer .footer-newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 70%;
  padding-top: 35px;
}
footer .footer-newsletter .footer-newsletter-desc {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45%;
          flex: 0 1 45%;
  padding-right: 15px;
}
footer .footer-newsletter .footer-newsletter-desc .footer-newsletter-desc-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
footer .footer-newsletter .footer-newsletter-desc .footer-newsletter-desc-subtitle {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}
footer .footer-newsletter .footer-newsletter-form {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 55%;
          flex: 0 1 55%;
}
footer .footer-newsletter .footer-newsletter-form .form .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
footer .footer-newsletter .footer-newsletter-form .form .form-row .form-field {
  padding-right: 50px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 350px;
  position: relative;
}
footer .footer-newsletter .footer-newsletter-form .form .form-row .form-field:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 19px;
  height: 15px;
  display: block;
  background-image: url("../img/update/newsletter-email.svg");
}
footer .footer-newsletter .footer-newsletter-form .form .form-row .form-field input {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 12px 0;
  padding-left: 30px;
  color: #fff;
}
footer .footer-newsletter .footer-newsletter-form .form .form-row .form-field ::-webkit-input-placeholder {
  color: #fff;
}
footer .footer-newsletter .footer-newsletter-form .form .form-row .form-field ::-moz-placeholder {
  color: #fff;
}
footer .footer-newsletter .footer-newsletter-form .form .form-row .form-field :-ms-input-placeholder {
  color: #fff;
}
footer .footer-newsletter .footer-newsletter-form .form .form-row .form-field input:focus::-webkit-input-placeholder {
  color: transparent;
}
footer .footer-newsletter .footer-newsletter-form .form .form-row .form-field input:focus::-moz-placeholder {
  color: transparent;
}
footer .footer-newsletter .footer-newsletter-form .form .form-row .form-field input:focus:-ms-input-placeholder {
  color: transparent;
}
footer .footer-newsletter .footer-newsletter-form .form .form-row .form-field input:focus::-ms-input-placeholder {
  color: transparent;
}
footer .footer-newsletter .footer-newsletter-form .form .form-row .form-field input:focus::placeholder {
  color: transparent;
}
footer .footer-newsletter .footer-newsletter-form .form .form-row .form-button {
  position: relative;
  display: inline-block;
  padding-right: 22px;
  line-height: 1;
}
footer .footer-newsletter .footer-newsletter-form .form .form-row .form-button input {
  color: #FFD25D;
  font-size: 20px;
  line-height: 1;
  background: none;
  border: none;
  outline: none;
  font-family: Visby Bold, sans-serif;
}
footer .footer-newsletter .footer-newsletter-form .form .form-row .form-button:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background-image: url("../img/update/newsletter-btn.svg");
}
footer .footer-bottom {
  padding-top: 50px;
  max-width: 69%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer-bottom .footer-social .social-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
footer .footer-bottom .footer-social .social-list li {
  display: inline-block;
  margin-right: 10px;
}
footer .footer-bottom .footer-social .social-list li:last-child {
  margin-right: 0;
}
footer .footer-bottom .footer-social .social-list li a {
  position: relative;
  width: 62px;
  height: 61px;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer-bottom .footer-social .social-list li a.linkedin {
  background-image: url("../img/linkedin.svg");
}
footer .footer-bottom .footer-social .social-list li a.linkedin:hover {
  background-image: url("../img/linkedin-yellow.svg");
}
footer .footer-bottom .footer-social .social-list li a.instagram {
  background-image: url("../img/instagram.svg");
}
footer .footer-bottom .footer-social .social-list li a.instagram:hover {
  background-image: url("../img/instagram-yellow.svg");
}
footer .footer-bottom .footer-social .social-list li a.facebook {
  background-image: url("../img/facebook.svg");
}
footer .footer-bottom .footer-social .social-list li a.facebook:hover {
  background-image: url("../img/facebook-yellow.svg");
}
footer .footer-bottom .footer-social .social-list li a.twitter {
  background-image: url("../img/twitter.svg");
}
footer .footer-bottom .footer-social .social-list li a.twitter:hover {
  background-image: url("../img/twitter-yellow.svg");
}
footer .footer-bottom .footer-social .social-list li a.message {
  background-image: url("../img/message.svg");
}
footer .footer-bottom .footer-social .social-list li a.message:hover {
  background-image: url("../img/message-yellow.svg");
}
footer .footer-map {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 71%;
  background-image: url("../img/footer-map.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}

#top {
  display: inline-block;
  width: 70px;
  height: 69px;
  right: 65px;
  bottom: 65px;
  background-image: url("../img/top.svg");
}
#top:hover {
  background-image: url("../img/top-yellow.svg");
}

.fancybox-content {
  height: 100%;
  width: 100%;
  padding: 48px;
}
.fancybox-content .fancybox-close-small {
  display: none;
}
.fancybox-content .logo-white {
  display: none;
}
.fancybox-content .popup-top-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
.fancybox-content .popup-top-panel .custom-close-popup {
  display: inline-block;
  width: 29px;
  height: 29px;
  background-image: url("../img/close.svg");
}
.fancybox-content .popup-form {
  margin-left: auto;
  margin-right: auto;
  max-width: 625px;
}

.template-form .form-title {
  font-size: 55px;
  font-family: Visby Bold, sans-serif;
  margin-bottom: 60px;
}
.template-form .form-subtitle {
  font-size: 16px;
  font-family: Visby Regular, sans-serif;
}
.template-form .form-header {
  margin-bottom: 50px;
}
.template-form .form-header .form-title {
  margin-bottom: 0;
}
.template-form form .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.template-form form .form-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
.template-form form .form-col:first-child {
  padding-right: 15px;
}
.template-form form .form-col:last-child {
  padding-left: 15px;
}
.template-form form .form-field {
  margin-bottom: 10px;
  position: relative;
}
.template-form form .form-field input, .template-form form .form-field textarea {
  border: none;
  border-bottom: 1px solid #1C1C1C;
  font-size: 16px;
  font-weight: 400;
  padding: 20px 0;
  outline: none;
  width: 100%;
  background: none;
  border-radius: 0;
}
.template-form form .form-field.required:after {
  content: "*";
  position: absolute;
  right: 0;
  top: 20px;
  color: #FFD25D;
}
.template-form form .form-field textarea {
  resize: none;
  height: 67px;
}
.template-form form .form-field ::-webkit-input-placeholder {
  color: #1C1C1C;
}
.template-form form .form-field ::-moz-placeholder {
  color: #1C1C1C;
}
.template-form form .form-field :-ms-input-placeholder {
  color: #1C1C1C;
}
.template-form form .form-field input:focus::-webkit-input-placeholder, .template-form form .form-field textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
.template-form form .form-field input:focus::-moz-placeholder, .template-form form .form-field textarea:focus::-moz-placeholder {
  color: transparent;
}
.template-form form .form-field input:focus:-ms-input-placeholder, .template-form form .form-field textarea:focus:-ms-input-placeholder {
  color: transparent;
}
.template-form form .form-field input:focus::-ms-input-placeholder, .template-form form .form-field textarea:focus::-ms-input-placeholder {
  color: transparent;
}
.template-form form .form-field input:focus::placeholder, .template-form form .form-field textarea:focus::placeholder {
  color: transparent;
}
.template-form form .form-field .jq-selectbox {
  width: 100%;
}
.template-form form .form-field .jq-selectbox li {
  color: #1C1C1C;
  padding: 10px 5px;
  font-size: 14px;
}
.template-form form .form-field .jq-selectbox li.selected {
  background: #727981;
  color: #fff;
}
.template-form form .form-field .jq-selectbox li:hover {
  background: #110939;
  color: #fff;
}
.template-form form .form-field .jq-selectbox__select {
  border: none;
  border-bottom: 1px solid #1C1C1C;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  outline: none;
  width: 100%;
  background: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  font-family: "Montserrat", sans-serif;
  height: 66px;
}
.template-form form .form-field .jq-selectbox__select .jq-selectbox__select-text {
  line-height: 66px;
}
.template-form form .form-field .jq-selectbox__select .jq-selectbox__trigger {
  border: none;
}
.template-form form .form-field .jq-selectbox__select .jq-selectbox__trigger-arrow {
  border: none;
  width: 11px;
  height: 6px;
  top: 30px;
  background-image: url("../img/update/select.svg");
}
.template-form form .form-field .jq-selectbox__dropdown {
  border-radius: 0;
}
.template-form form .form-bottom {
  padding-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.template-form form .form-checkbox {
  margin-bottom: 25px;
}
.template-form form .form-checkbox label {
  font-size: 16px;
  margin-bottom: 0;
  padding-left: 15px;
}
.template-form form .form-checkbox label a {
  color: #110939;
}
.template-form form .form-button {
  display: inline-block;
  padding-right: 38px;
  position: relative;
}
.template-form form .form-button .btn-form {
  font-size: 35px;
  background: none;
  border: none;
  color: #110939;
  line-height: 1;
  padding: 0;
}
.template-form form .form-button:after {
  content: "";
  right: 0;
  bottom: 8px;
  position: absolute;
  display: block;
  width: 23px;
  height: 23px;
  background-image: url("../img/btn-form-blue.svg");
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.template-form form .form-button:hover .btn-form {
  color: #FFD25D;
}
.template-form form .form-button:hover:after {
  background-image: url("../img/btn-form-yellow.svg");
}
.template-form .jq-checkbox, .template-form .jq-radio {
  width: 29px;
  height: 29px;
  border: 1px solid #1C1C1C;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  vertical-align: middle;
}
.template-form .jq-checkbox.checked .jq-checkbox__div {
  width: 15px;
  height: 7px;
  margin: 8px 0 0 6px;
  border-color: #1C1C1C;
}

.page-top {
  padding-top: 153px;
  min-height: 600px;
  position: relative;
  overflow: hidden;
  margin-bottom: 110px;
}
.page-top .page-top-background {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("../img/update/page-top-background.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.page-top.page-top-news {
  min-height: 600px;
  margin-bottom: 0;
}
.page-top.page-top-news .page-top-background {
  background-image: url("../img/news-bg.png");
}
.page-top .breadcrumbs {
  font-size: 16px;
  padding-bottom: 40px;
}
.page-top .breadcrumbs a {
  text-decoration: none;
  font-weight: 400;
  color: #1C1C1C;
}
.page-top .breadcrumbs span:last-child {
  font-weight: 700;
  color: #110939;
}
.page-top .page-title {
  margin: 30px 0;
  font-size: 75px;
  line-height: 1;
  font-family: Visby Bold, sans-serif;
}
.page-top .page-subtitle {
  font-size: 30px;
  font-family: Visby Regular, sans-serif;
  max-width: 495px;
  line-height: 1.2;
  margin-bottom: 40px;
}
.page-top .page-desc {
  max-width: 695px;
  line-height: 1.2;
  margin-bottom: 40px;
  font-family: Visby Regular, sans-serif;
}
.page-top .section-line-bg {
  position: absolute;
  width: 46%;
  height: 100%;
  left: 54%;
  top: 0;
  background-repeat: no-repeat;
  background-position: top left;
}
.page-top .section-line-bg.style-1 {
  background-image: url("../img/line-1.png");
}
.page-top .section-line-bg.style-2 {
  background-image: url("../img/line-2.png");
}
.page-top .section-line-bg.style-3 {
  background-image: url("../img/line-3.png");
}
.page-top .section-line-bg.style-4 {
  background-image: url("../img/line-4.png");
}
.page-top .section-line-bg.style-5 {
  background-image: url("../img/line-5.png");
}
.page-top .section-line-bg.style-6 {
  background-image: url("../img/line-6.png");
}
.page-top.page-top-post {
  min-height: auto;
  margin-bottom: 0;
}
.page-top.page-top-post .page-title {
  margin-bottom: 35px;
  font-weight: normal;
}
.page-top.page-top-text {
  min-height: auto;
  margin-bottom: 0;
}
.page-top.page-top-text .page-title {
  margin-bottom: 20px;
  font-weight: normal;
}

.team {
  padding-top: 140px;
  padding-bottom: 0;
}
.team .team-list {
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.team .team-list .team-item {
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
}
.team .team-list .team-item:nth-child(2n) {
  margin-top: 60px;
}
.team .team-list .team-item .team-image {
  margin-bottom: 20px;
}
.team .team-list .team-item .team-name {
  font-weight: 600;
}
.team .team-list .team-item .team-email {
  font-size: 14px;
}
.team .team-list .team-item .team-pro {
  font-size: 14px;
}

.core-identity {
  padding-top: 170px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.core-identity .core-identity-background-top {
  position: absolute;
  left: 0;
  top: 45px;
  height: 239px;
  width: 42%;
  background-color: #F9F9F9;
  opacity: 0.8;
}
.core-identity .core-identity-background-full {
  position: absolute;
  left: 42%;
  top: 45px;
  height: 100%;
  width: 100%;
  background-color: #F9F9F9;
  opacity: 0.8;
}
.core-identity .core-identity-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.core-identity .core-identity-row .core-identity-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
.core-identity .core-identity-row .core-identity-right .identity-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
}
.core-identity .core-identity-row .core-identity-right .identity-list .identity-item {
  margin-bottom: 60px;
  padding-left: 88px;
  padding-right: 130px;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
.core-identity .core-identity-row .core-identity-right .identity-list .identity-item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 57px;
  height: 50px;
}
.core-identity .core-identity-row .core-identity-right .identity-list .identity-item:nth-child(1):before {
  background-image: url("../img/identity-1.svg");
}
.core-identity .core-identity-row .core-identity-right .identity-list .identity-item:nth-child(2):before {
  background-image: url("../img/identity-2.svg");
}
.core-identity .core-identity-row .core-identity-right .identity-list .identity-item:nth-child(3):before {
  background-image: url("../img/identity-3.svg");
}
.core-identity .core-identity-row .core-identity-right .identity-list .identity-item:last-child {
  margin-bottom: 0;
}
.core-identity .core-identity-row .core-identity-right .identity-list .identity-item .identity-title {
  font-size: 35px;
  font-family: Visby Bold, sans-serif;
  margin-bottom: 15px;
}
.core-identity .core-identity-row .core-identity-right .identity-list .identity-item .identity-desc {
  line-height: 1.2;
}
.core-identity .core-identity-row .core-identity-right .identity-list .identity-item .identity-desc p {
  margin: 0;
}
.core-identity .core-identity-row .core-identity-right .identity-list .identity-item .identity-desc ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-top: 20px;
  padding-left: 30px;
}
.core-identity .core-identity-row .core-identity-right .identity-list .identity-item .identity-desc ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.core-identity .core-identity-row .core-identity-right .identity-list .identity-item .identity-desc ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  width: 12px;
  height: 10px;
  background-image: url("../img/mini-list.svg");
}

.main-products.main-products-app {
  padding-bottom: 0;
}
.main-products.main-products-app .main-products-image {
  background-image: url("../img/products-bg-app.png");
}
.main-products.main-products-app .section-title {
  margin-bottom: 40px;
}
.main-products.main-products-app .section-title.white {
  color: #fff;
}
.main-products.main-products-app .section-desc {
  font-family: Visby Regular, sans-serif;
  max-width: 90%;
  line-height: 1.2;
}
.main-products.main-products-app .products-row .products-left {
  padding-bottom: 160px;
}
.main-products.main-products-app .products-row .products-left .products-left-col {
  display: block;
  position: relative;
  min-height: 730px;
}
.main-products.main-products-app .products-row .products-right .products-contact-mobile {
  display: none;
}
.main-products.main-products-app .section-contact {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 25px;
  max-width: 400px;
}
.main-products.main-products-app .section-contact .section-contact-title {
  font-size: 35px;
  line-height: 1;
  font-family: Visby Bold, sans-serif;
  margin-bottom: 25px;
}
.main-products.main-products-app .section-contact .section-contact-name {
  font-size: 20px;
  margin-bottom: 20px;
}
.main-products.main-products-app .section-contact .contact-item-label {
  font-size: 14px;
  color: #727981;
}
.main-products.main-products-app .section-contact .contact-item-value {
  font-size: 16px;
  color: #fff;
}
.main-products.main-products-app .section-contact .section-contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main-products.main-products-app .section-contact .section-contact-list .section-contact-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  margin-bottom: 10px;
}

.other-industries {
  padding-bottom: 170px;
  padding-top: 170px;
  position: relative;
}
.other-industries .other-industries-image {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 200%;
  background-image: url("../img/other-industries-bg.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  z-index: -1;
}
.other-industries .industries-list {
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.other-industries .industries-list .industries-item {
  width: 303px;
  height: 267px;
  background-repeat: no-repeat;
  background-size: contain;
}
.other-industries .industries-list .industries-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.other-industries .industries-list .industries-item span {
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
  margin-top: 28px;
  padding-left: 40px;
  margin-left: 29px;
  position: relative;
  max-width: 160px;
}
.other-industries .industries-list .industries-item span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 33px;
  height: 30px;
  background-image: url("../img/other-industries-list.svg");
}
.other-industries .industries-list .industries-item:nth-child(2n) {
  margin-top: 35px;
}

.product {
  padding-top: 153px;
  padding-bottom: 90px;
  background-repeat: no-repeat;
  background-position: bottom 110px right 0;
  position: relative;
}
.product .product-background {
  position: absolute;
  left: 45%;
  top: 0;
  background-repeat: no-repeat;
  height: 100%;
  width: 55%;
}
.product .breadcrumbs {
  font-size: 16px;
  padding-bottom: 40px;
}
.product .breadcrumbs a {
  text-decoration: none;
  font-weight: 400;
  color: #1C1C1C;
}
.product .breadcrumbs span:last-child {
  font-weight: 700;
  color: #110939;
}
.product .section-title {
  color: #110939;
  padding-top: 30px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
  width: 45%;
}
.product .products-desc {
  line-height: 1.2;
  font-family: Visby Regular, sans-serif;
}
.product .products-desc .product-mobile {
  display: none;
}
.product .products-desc .text-shorts {
  width: 43%;
}
.product .products-desc .text-medium {
  width: 60%;
}
.product .products-desc p {
  margin-bottom: 15px;
}
.product .products-desc h2 {
  font-size: 35px;
  font-family: Visby Bold, sans-serif;
  margin-bottom: 0;
}
.product .products-desc ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 40px;
  font-family: "Montserrat", sans-serif;
}
.product .products-desc ul li {
  font-size: 20px;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  margin-bottom: 40px;
  padding-left: 67px;
  padding-top: 10px;
}
.product .products-desc ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 47px;
  height: 41px;
  display: block;
  background-image: url("../img/product-list.svg");
}
.product .products-desc .btn {
  margin-top: 25px;
}

.template-mobile-top-product header > .container > .row > .col-sm-12 > .top-panel .menu-open span {
  background-color: #fff;
}
.template-mobile-top-product header > .container > .row > .col-sm-12 > .top-panel .language ul li a {
  color: #fff;
}
.template-mobile-top-product header > .container > .row > .col-sm-12 > .top-panel .contact-email a {
  color: #fff;
}
.template-mobile-top-product header > .container > .row > .col-sm-12 > .top-panel .toggle-theme {
  background-color: rgba(246, 246, 246, 0.2);
}

.other-products {
  padding-top: 80px;
  padding-bottom: 0;
}
.other-products .other-products-list {
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.other-products .other-products-list .other-products-item {
  margin-bottom: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
}
.other-products .other-products-list .other-products-item a {
  color: #110939;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  padding-left: 52px;
  padding-right: 15px;
}
.other-products .other-products-list .other-products-item a:hover {
  color: #FFD25D;
}
.other-products .other-products-list .other-products-item a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 33px;
  height: 30px;
  background-image: url("../img/other-products-list.svg");
}

.page-form {
  padding-top: 130px;
  padding-bottom: 170px;
  position: relative;
}
.page-form .template-form {
  max-width: 625px;
  margin-left: auto;
  margin-right: auto;
}
.page-form .contact-form-image {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 200%;
  width: 100%;
  background-image: url("../img/contact-form-bg.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  z-index: -1;
}

@-webkit-keyframes bgServiceWhite {
  0% {
    background-image: url("../img/services-list-bg.png");
  }
  33% {
    background-image: url("../img/services-list-bg-2.png");
  }
  66% {
    background-image: url("../img/services-list-bg-3.png");
  }
  100% {
    background-image: url("../img/services-list-bg.png");
  }
}

@keyframes bgServiceWhite {
  0% {
    background-image: url("../img/services-list-bg.png");
  }
  33% {
    background-image: url("../img/services-list-bg-2.png");
  }
  66% {
    background-image: url("../img/services-list-bg-3.png");
  }
  100% {
    background-image: url("../img/services-list-bg.png");
  }
}
@-webkit-keyframes bgServiceBlack {
  0% {
    background-image: url("../img/services-list-bg-black.png");
  }
  33% {
    background-image: url("../img/services-list-bg-black-2.png");
  }
  66% {
    background-image: url("../img/services-list-bg-black-3.png");
  }
  100% {
    background-image: url("../img/services-list-bg-black.png");
  }
}
@keyframes bgServiceBlack {
  0% {
    background-image: url("../img/services-list-bg-black.png");
  }
  33% {
    background-image: url("../img/services-list-bg-black-2.png");
  }
  66% {
    background-image: url("../img/services-list-bg-black-3.png");
  }
  100% {
    background-image: url("../img/services-list-bg-black.png");
  }
}
.our-services {
  padding-top: 0;
  padding-bottom: 46px;
  background-repeat: no-repeat;
  background-position: bottom center;
  overflow: hidden;
}
.our-services .services-list {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  min-height: 550px;
}
.our-services .services-list .service-list-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 624px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../img/services-list-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-animation: bgServiceWhite 6s infinite;
          animation: bgServiceWhite 6s infinite;
}
.our-services .services-list .services-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.our-services .services-list .services-row .services-item {
  margin-bottom: 0;
  padding-right: 130px;
  padding-top: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 34%;
          flex: 0 1 34%;
  position: relative;
}
.our-services .services-list .services-row .services-item .services-item-title {
  font-size: 35px;
  line-height: 1;
  font-family: Visby Bold, sans-serif;
  margin-bottom: 25px;
}
.our-services .services-list .services-row .services-item .services-item-number {
  position: absolute;
  font-size: 30px;
  line-height: 1;
  font-family: Visby Bold, sans-serif;
  width: 106px;
  height: 90px;
  background-image: url("../img/services-list.svg");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.our-services .services-list .services-row .services-item .services-item-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
.our-services .services-list .services-row .services-item:nth-child(2n) {
  padding-left: 130px;
  padding-right: 0;
}
.our-services .services-list .services-row.services-row-first .services-item:first-child .services-item-number {
  top: 0;
  right: 14px;
}
.our-services .services-list .services-row.services-row-first .services-item:last-child .services-item-number {
  left: 3px;
  top: 0;
}
.our-services .services-list .services-row.services-row-second .services-item:first-child .services-item-number {
  bottom: 0;
  right: 15px;
}
.our-services .services-list .services-row.services-row-second .services-item:last-child .services-item-number {
  bottom: 0;
  left: 7px;
}

.all-products {
  padding-top: 0;
  position: relative;
}
.all-products .all-products-bg-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url("../img/all-products-bg-1.png");
  background-repeat: no-repeat;
  background-position: top 90px left 0;
}
.all-products .all-products-bg-2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url("../img/all-products-bg-2.png");
  background-repeat: no-repeat;
  background-position: bottom 300px right 0;
}
.all-products .all-products-list {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 70px;
}
.all-products .all-products-list:last-child {
  margin-bottom: 10px;
}
.all-products .all-products-list .product-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  margin-bottom: 40px;
}
.all-products .all-products-list .product-item a {
  font-size: 20px;
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  color: #110939;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-left: 52px;
  padding-right: 15px;
  position: relative;
}
.all-products .all-products-list .product-item a:hover {
  color: #FFD25D;
}
.all-products .all-products-list .product-item a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 33px;
  height: 30px;
  background-image: url("../img/all-products-list.svg");
}

.careers {
  padding-top: 0;
  padding-bottom: 40px;
}
.careers .careers-list .careers-list-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
}
.careers .careers-list .careers-list-header .careers-position {
  color: #727981;
  text-transform: uppercase;
  font-size: 35px;
  font-family: Visby Bold, sans-serif;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 29%;
          flex: 0 1 29%;
}
.careers .careers-list .careers-list-header .careers-location {
  color: #727981;
  text-transform: uppercase;
  font-size: 35px;
  font-family: Visby Bold, sans-serif;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 42%;
          flex: 0 1 42%;
}
.careers .careers-list .careers-list-header .careers-type {
  color: #727981;
  text-transform: uppercase;
  font-size: 35px;
  font-family: Visby Bold, sans-serif;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 29%;
          flex: 0 1 29%;
}
.careers .careers-list .careers-item {
  border-bottom: 1px solid #1C1C1C;
  padding: 35px 0;
}
.careers .careers-list .careers-item .careers-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  position: relative;
}
.careers .careers-list .careers-item .careers-item-header .careers-position {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 29%;
          flex: 0 1 29%;
  padding-right: 15px;
}
.careers .careers-list .careers-item .careers-item-header .careers-location {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 42%;
          flex: 0 1 42%;
  padding-right: 15px;
}
.careers .careers-list .careers-item .careers-item-header .careers-type {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 29%;
          flex: 0 1 29%;
  padding-right: 60px;
}
.careers .careers-list .careers-item .careers-item-header:after {
  content: "";
  position: absolute;
  right: 0;
  top: -10px;
  display: block;
  width: 50px;
  height: 49px;
  background-image: url("../img/open-btn.svg");
}
.careers .careers-list .careers-item .careers-item-header.active:after {
  background-image: url("../img/close-btn.svg");
}
.careers .careers-list .careers-item .careers-item-full {
  max-width: 42%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  display: none;
}
.careers .careers-list .careers-item .careers-item-full p {
  margin-bottom: 25px;
}
.careers .careers-list .careers-item .careers-item-full ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.careers .careers-list .careers-item .careers-item-full ul li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 15px;
}
.careers .careers-list .careers-item .careers-item-full ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  display: block;
  width: 23px;
  height: 20px;
  background-image: url("../img/careers-list.svg");
}

.news {
  overflow: hidden;
  padding-bottom: 170px;
}
.news .news-categories {
  padding: 60px 0;
}
.news .news-categories .news-categories-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
}
.news .news-categories .news-categories-list li {
  display: inline-block;
  margin-right: 70px;
  line-height: 1;
}
.news .news-categories .news-categories-list li:last-child {
  margin-right: 0;
}
.news .news-categories .news-categories-list li a {
  color: #1C1C1C;
  font-size: 18px;
  font-family: Visby Regular, sans-serif;
  text-decoration: none;
}
.news .news-categories .news-categories-list li.active a {
  font-family: Visby Bold, sans-serif;
  color: #110939;
  text-decoration: underline;
}
.news .news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.news .news-list .news-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.3%;
          flex: 0 1 33.3%;
  padding: 0 10px;
}
.news .news-list .news-col .news-item {
  margin-bottom: 50px;
}
.news .news-list .news-col .news-item .news-item-image {
  margin-bottom: 30px;
}
.news .news-list .news-col .news-item .news-item-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.news .news-list .news-col .news-item .news-item-data .news-item-date {
  font-size: 16px;
  font-weight: 400;
  color: #727981;
}
.news .news-list .news-col .news-item .news-item-data .news-item-category a {
  color: #110939;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  padding-left: 22px;
  padding-right: 22px;
}
.news .news-list .news-col .news-item .news-item-data .news-item-category a:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 15px;
  height: 19px;
  background-image: url("../img/category-left.svg");
}
.news .news-list .news-col .news-item .news-item-data .news-item-category a:after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  width: 15px;
  height: 19px;
  background-image: url("../img/category-right.svg");
}
.news .news-list .news-col .news-item .news-item-title {
  margin-bottom: 15px;
  line-height: 1.2;
}
.news .news-list .news-col .news-item .news-item-title a {
  font-size: 20px;
  font-weight: 600;
  color: #1C1C1C;
  text-decoration: none;
}
.news .news-list .news-col .news-item .news-item-desc {
  font-size: 16px;
  font-weight: 400;
  color: #727981;
}
.news .news-list .news-col .news-item .news-item-desc a {
  font-weight: 700;
  color: #FFD25D;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news .news-list .news-col .news-item .news-item-desc a:hover {
  color: #110939;
}
.news .news-pages {
  padding-top: 20px;
  text-align: center;
}

.template-post {
  padding-bottom: 0;
}
.template-post .post-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
.template-post .post-data .post-date {
  font-size: 16px;
  font-weight: 400;
  color: #727981;
}
.template-post .post-data .post-category a {
  color: #110939;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  padding-left: 22px;
  padding-right: 22px;
}
.template-post .post-data .post-category a:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 15px;
  height: 19px;
  background-image: url("../img/category-left.svg");
}
.template-post .post-data .post-category a:after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  width: 15px;
  height: 19px;
  background-image: url("../img/category-right.svg");
}
.template-post .post-content {
  line-height: 1.2;
}
.template-post .post-content p {
  margin-bottom: 25px;
}
.template-post .post-content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 25px;
}
.template-post .post-content ul li {
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
.template-post .post-content ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 21px;
  height: 18px;
  background-image: url("../img/post-list.svg");
}
.template-post .post-content .flex-vertical-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.template-page {
  padding-bottom: 140px;
  background-image: url("../img/page-bg.png");
  background-repeat: no-repeat;
  background-position: bottom right;
}
.template-page .page-content a {
  color: #110939;
}
.template-page .page-content a:hover {
  color: #110939;
  text-decoration: underline;
}
.template-page .page-content h2, .template-page .page-content h3, .template-page .page-content h4 {
  font-weight: normal;
  font-family: Visby Bold, sans-serif;
}
.template-page .page-content h2 {
  font-size: 45px;
  margin: 50px 0;
}
.template-page .page-content h3 {
  font-size: 35px;
  margin: 40px 0;
}
.template-page .page-content h4 {
  font-size: 25px;
  margin: 30px 0;
}
.template-page .page-content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 30px;
}
.template-page .page-content ul li {
  position: relative;
  padding-left: 39px;
  margin-bottom: 20px;
}
.template-page .page-content ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 29px;
  height: 26px;
  background-image: url("../img/page-list.svg");
}

.page-thank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
  background-image: url("../img/thank-bg.png");
  background-repeat: no-repeat;
  background-position: center right;
}
.page-thank .template-thank {
  max-width: 1100px;
}
.page-thank .template-thank .thank-top .thank-mobile-title {
  display: none;
}
.page-thank .template-thank .thank-top .thank-top-title {
  font-size: 220px;
  font-family: Visby Bold, sans-serif;
  line-height: 1;
  position: relative;
}
.page-thank .template-thank .thank-top .thank-top-title:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 30px;
  height: 2px;
  width: 200%;
  background-color: #110939;
}
.page-thank .template-thank .thank-top .thank-top-title:after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  bottom: 30px;
  height: 2px;
  width: 1000px;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  background-color: #110939;
}
.page-thank .template-thank .thank-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-thank .template-thank .thank-bottom .thank-bottom-desc {
  font-weight: 400;
  line-height: 1.2;
  max-width: 450px;
}
.page-thank .template-thank .thank-bottom .thank-bottom-desc .btn {
  line-height: 1.6;
}
.page-thank .template-thank .thank-bottom .thank-bottom-desc p {
  margin-bottom: 50px;
}
.page-thank .template-thank .thank-bottom .thank-bottom-title {
  font-size: 220px;
  font-family: Visby Bold, sans-serif;
  line-height: 1;
}

@-webkit-keyframes bgErrorWhite {
  0% {
    background-image: url("../img/update/404-1.png");
  }
  33% {
    background-image: url("../img/update/404-2.png");
  }
  66% {
    background-image: url("../img/update/404-3.png");
  }
  100% {
    background-image: url("../img/update/404-1.png");
  }
}

@keyframes bgErrorWhite {
  0% {
    background-image: url("../img/update/404-1.png");
  }
  33% {
    background-image: url("../img/update/404-2.png");
  }
  66% {
    background-image: url("../img/update/404-3.png");
  }
  100% {
    background-image: url("../img/update/404-1.png");
  }
}
@-webkit-keyframes bgErrorBlack {
  0% {
    background-image: url("../img/update/404-black-1.png");
  }
  33% {
    background-image: url("../img/update/404-black-2.png");
  }
  66% {
    background-image: url("../img/update/404-black-3.png");
  }
  100% {
    background-image: url("../img/update/404-black-1.png");
  }
}
@keyframes bgErrorBlack {
  0% {
    background-image: url("../img/update/404-black-1.png");
  }
  33% {
    background-image: url("../img/update/404-black-2.png");
  }
  66% {
    background-image: url("../img/update/404-black-3.png");
  }
  100% {
    background-image: url("../img/update/404-black-1.png");
  }
}
.page-404 {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-404 .template-404 {
  text-align: center;
}
.page-404 .template-404 .template-404-title {
  font-size: 366px;
  line-height: 1;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Visby Bold, sans-serif;
}
.page-404 .template-404 .template-404-title .image-404 {
  margin: 0 50px;
  width: 267px;
  height: 245px;
  background-image: url("../img/update/404-1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-animation: bgErrorWhite 6s infinite;
          animation: bgErrorWhite 6s infinite;
}
.page-404 .template-404 .template-404-title .white {
  display: inline-block;
}
.page-404 .template-404 .template-404-title .black {
  display: none;
}
.page-404 .template-404 .template-404-desc {
  line-height: 1.2;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: 400;
}
.page-404 .template-404 .template-404-desc p {
  margin-bottom: 50px;
}
.page-404 .template-404 .template-404-desc .btn {
  line-height: 1.6;
}

.page-template-about .main-about {
  padding-top: 0;
  padding-bottom: 0;
}

.page-template-ceramic .page-top .page-top-background {
  background-image: url("../img/update/ceramic-background.png");
}
.page-template-ceramic .main-products.main-products-app .main-products-image {
  background-image: url("../img/update/ceramic-products-bg.png");
}

.page-template-metallurgy .page-top .page-top-background {
  background-image: url("../img/update/metallurgy-background.png");
}
.page-template-metallurgy .main-products.main-products-app .main-products-image {
  background-image: url("../img/update/metallurgy-products-bg.png");
}

.page-template-coating .page-top .page-top-background {
  background-image: url("../img/update/coating-background.png");
}
.page-template-coating .main-products.main-products-app .main-products-image {
  background-image: url("../img/update/coating-products-bg.png");
}

.page-template-glass .page-top .page-top-background {
  background-image: url("../img/update/glass-background.png");
}
.page-template-glass .main-products.main-products-app .main-products-image {
  background-image: url("../img/update/glass-products-bg.png");
}

.page-template-polymer .page-top .page-top-background {
  background-image: url("../img/update/polymer-background.png");
}
.page-template-polymer .main-products.main-products-app .main-products-image {
  background-image: url("../img/update/polymer-products-bg.png");
}

.page-template-production .page-top .page-top-background {
  background-image: url("../img/update/production-bg.png");
}

.page-template-products .page-top .page-top-background {
  background-image: url("../img/update/products-bg.png");
}

.page-template-suppliers .page-top {
  margin-bottom: 0;
}
.page-template-suppliers .page-top .page-top-background {
  background-image: url("../img/update/suppliers-bg.png");
}
.page-template-suppliers .main-industries {
  padding-top: 220px;
}

.page-template-careers .page-top .page-top-background {
  background-image: url("../img/update/careers-bg.png");
}

.page-template-news .page-top .page-top-background {
  background-image: url("../img/update/news-bg.png");
}

.page-template-production .page-form {
  padding-top: 170px;
  padding-bottom: 0;
}

.cookie-popup {
  max-width: 1300px;
  height: auto;
  padding: 0;
}
.cookie-popup .cookie-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cookie-popup .cookie-row .cookie-col {
  position: relative;
}
.cookie-popup .cookie-row .cookie-col:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 58%;
          flex: 0 1 58%;
}
.cookie-popup .cookie-row .cookie-col:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 42%;
          flex: 0 1 42%;
}
.cookie-popup .cookie-row .cookie-col img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 100%;
}
.cookie-popup .cookie-row .cookie-col .cookie-content {
  padding: 60px 80px;
  padding-right: 15px;
}
.cookie-popup .cookie-row .cookie-col .cookie-content h2 {
  font-size: 48px;
  font-family: Visby Bold, sans-serif;
  line-height: 1.2;
  margin-bottom: 30px;
}
.cookie-popup .cookie-row .cookie-col .cookie-content p {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 15px;
}
.cookie-popup .cookie-row .cookie-col .cookie-content p a {
  font-weight: 600;
  color: #1C1C1C;
  text-decoration: underline;
  outline: none;
}
.cookie-popup .cookie-row .cookie-col .cookie-buttons {
  padding-top: 20px;
}
.cookie-popup .cookie-row .cookie-col .cookie-buttons .btn {
  margin-right: 40px;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999;
}
#preloader video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#preloader .light-video {
  display: block;
}
#preloader .dark-video {
  display: none;
}

body.loaded #preloader {
  display: none;
}

.page-template-production .page-form {
  padding-top: 110px;
}