@font-face {
  font-family: "Gilroy";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/gilroy/Gilroy-Bold.eot");
  src: url("../fonts/gilroy/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/Gilroy-Bold.woff") format("woff"), url("../fonts/gilroy/Gilroy-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/gilroy/Gilroy-SemiBold.eot");
  src: url("../fonts/gilroy/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/Gilroy-SemiBold.woff") format("woff"), url("../fonts/gilroy/Gilroy-SemiBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/gilroy/Gilroy-Medium.eot");
  src: url("../fonts/gilroy/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/Gilroy-Medium.woff") format("woff"), url("../fonts/gilroy/Gilroy-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/gilroy/Gilroy-Regular.eot");
  src: url("../fonts/gilroy/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/Gilroy-Regular.woff") format("woff"), url("../fonts/gilroy/Gilroy-Regular.ttf") format("truetype");
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-width: 1px;
}
html {
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}
a, a:hover, input, textarea, select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0 none;
}
ol {
  list-style: decimal inside;
  margin-bottom: 20px;
}
ol li {
  padding: 5px 0 5px 15px;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}
:focus {
  outline: 0;
}
a img, fieldset, hr {
  border: 0;
}
mark {
  background: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media (max-width: 768px) {
  table {
    overflow-y: scroll;
    display: block;
  }
  table tbody {
    display: block;
    width: 800px;
  }
}
td {
  vertical-align: top;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], select, textarea {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0;
  -webkit-appearance: none;
}
input[type="submit"], input[type="button"], button, .button {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
}
hr {
  clear: both;
  overflow: hidden;
  display: block;
}
article, aside, details, figcaption, figure, footer, header, nav, section, summary, main {
  display: block;
}
.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 30px;
}
.aligncenter {
  margin: 0 auto 20px;
}
.alignnone {
  margin: 0 0 20px;
}
.alignleft, .aligncenter, .alignright {
  /* @include for-size($md) {
     float: none;
     margin: 0 auto 20px;
   }*/
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
figure {
  margin-bottom: 0;
}
.valign {
  display: inline-block;
  vertical-align: middle;
  max-width: 94%;
}
.vfix {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe, .fullframe object, .fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
html {
  overflow-y: scroll;
  scrollbar-color: #040098 #eaeaea;
  scrollbar-width: thin;
}
html::-webkit-scrollbar {
  width: 6px;
}
@media (max-width: 1024px) {
  html::-webkit-scrollbar {
    width: 10px;
  }
}
::-webkit-scrollbar-thumb {
  background: #040098;
}
::-webkit-scrollbar-track {
  background: #eaeaea;
}
::-webkit-scrollbar-thumb:hover {
  background: #03007f;
}
::-webkit-scrollbar-thumb:active {
  background: #03007f;
}
html {
  font: 400 16px/1.5714 "Gilroy", sans-serif;
}
@media (max-width: 1024px) {
  html {
    font-size: 14px;
  }
}
body {
  color: #000;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}
.main {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}
p {
  margin-bottom: 20px;
  line-height: 1.55;
}
@media (max-width: 480px) {
  p {
    margin-bottom: 12px;
  }
}
a {
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  text-decoration: none;
}
input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="search"], input[type="password"], textarea, select {
  height: 60px;
  width: 100%;
  border: none;
  background: #fff;
  padding: 0 20px;
  border: 1px solid transparent;
  color: #000;
  font-family: "Gilroy";
  font-size: 16px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
  border-color: #040098;
}
input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
  color: #000;
  opacity: 1;
}
input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #000;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
select option {
  color: #000;
  padding: 5px 10px;
}
textarea {
  resize: none;
  height: 100px;
  padding: 12px 20px;
  display: block;
}
.btn, .post-navigation [rel="next"], .post-navigation [rel="prev"], .submit {
  display: inline-block;
  line-height: 1.03;
  padding: 20px;
  font-size: 20px;
  font-weight: 600;
  background: #040098;
  color: #fff;
  font-family: "Gilroy";
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  min-width: 200px;
}
.btn.white, .post-navigation .white[rel="next"], .post-navigation .white[rel="prev"], .submit.white {
  background: #fff;
  color: #040098;
}
.btn:hover, .post-navigation [rel="next"]:hover, .post-navigation [rel="prev"]:hover, .submit:hover {
  background: #0500cb;
  color: #fff;
}
h1, h2 {
  font-size: 64px;
  line-height: 1.03;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 1366px) {
  h1, h2 {
    font-size: 50px;
  }
}
@media (max-width: 1024px) {
  h1, h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  h1, h2 {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  h1, h2 {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
h3 {
  font-size: 44px;
  line-height: 1.03;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 45px;
}
@media (max-width: 1366px) {
  h3 {
    font-size: 36px;
  }
}
@media (max-width: 1024px) {
  h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
h4 {
  font-size: 24px;
  line-height: 1.03;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  h4 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  h4 {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
h5 {
  font-size: 22px;
  line-height: 1.03;
}
@media (max-width: 1024px) {
  h5 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  h5 {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
h6 {
  font-size: 20px;
  line-height: 1.03;
}
@media (max-width: 1024px) {
  h6 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  h6 {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.wrap {
  margin: 0 auto;
  width: 1560px;
  max-width: 94%;
  position: relative;
}
.text {
  max-width: 100%;
}
.text ul {
  margin-bottom: 20px;
}
.text ul li {
  padding-left: 20px;
  position: relative;
}
@media (max-width: 1024px) {
  .text ul li {
    padding-left: 12px;
  }
}
.text ul li:before {
  content: "";
  background: #040098;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}
@media (max-width: 1024px) {
  .text ul li:before {
    top: 8px;
  }
}
.text h1 a:not(.btn), .text h2 a:not(.btn), .text h3 a:not(.btn), .text h4 a:not(.btn), .text h5 a:not(.btn), .text h6 a:not(.btn), .text li a:not(.btn), .text p a:not(.btn) {
  color: #000;
  text-decoration: underline;
}
.text h1 a:not(.btn):hover, .text h2 a:not(.btn):hover, .text h3 a:not(.btn):hover, .text h4 a:not(.btn):hover, .text h5 a:not(.btn):hover, .text h6 a:not(.btn):hover, .text li a:not(.btn):hover, .text p a:not(.btn):hover {
  text-decoration: none;
  color: #0500cb;
}
.text div.wp-caption {
  width: auto !important;
  text-align: center;
}
.text div.wp-caption .wp-caption-text {
  font-style: italic;
  margin-bottom: 0;
}
.text div.wp-caption.aligncenter img {
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .text div.wp-caption.alignleft {
    float: none;
    margin: 0 0 20px;
  }
}
.text div.wp-caption.alignleft, .text div.wp-caption.alignnone {
  text-align: center;
}
.text div.wp-caption.alignleft img, .text div.wp-caption.alignnone img {
  margin: 0 auto;
}
.text div.wp-caption.alignleft .wp-caption-text, .text div.wp-caption.alignnone .wp-caption-text {
  display: inline-block;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-center, .manufacturers .tab-container .tab-content .companies .company {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.alc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
div.wpcf7 .wpcf7-form-control-wrap {
  display: block !important;
  margin-bottom: 20px;
  clear: both;
}
div.wpcf7 .wpcf7-not-valid-tip {
  background: #fff;
  border: 1px solid #FF0000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  font-family: "Gilroy";
  height: 100%;
  line-height: 60px;
  padding: 0 23px;
  text-align: left;
}
div.wpcf7 .wpcf7-response-output {
  width: 100%;
  background: #fff;
  margin: 10px 0 0 0;
  font-family: "Gilroy";
  font-size: 12px;
  line-height: 20px;
  padding: 5px 20px;
  text-align: center;
  color: #000;
}
div.wpcf7 .btn-wrapper {
  display: inline-block;
  position: relative;
}
div.wpcf7 .wpcf7-spinner, div.wpcf7 .ajax-loader {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: -45px;
  margin: 0 10px;
}
div.wpcf7 .wpcf7-list-item {
  display: block;
  margin: 8px 0;
  color: #484848;
}
div.wpcf7 .wpcf7-list-item label {
  display: inline-block;
}
div.wpcf7 .wpcf7-list-item label span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  cursor: pointer;
  vertical-align: center;
}
div.wpcf7 .wpcf7-list-item label span:before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  content: "";
  border-radius: 50%;
  background: white 100%;
  border: 1px solid #D9D9D9;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
div.wpcf7 .wpcf7-list-item label input {
  display: none;
}
div.wpcf7 .wpcf7-list-item label input:checked + span:before {
  border: 1px solid #040098;
  background: radial-gradient(circle, #040098 50%, white 50%, white 100%);
}
.main-menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
@media (max-width: 1024px) {
  .main-menu {
    display: none;
  }
}
.main-menu > ul {
  font-size: 0;
}
.main-menu > ul > li {
  display: inline-block;
}
.main-menu > ul > li > a {
  font-weight: 400;
  font-size: 20px;
  color: #000;
  font-family: "Roboto";
  display: inline-block;
  line-height: 40px;
  padding: 0 25px;
}
@media (max-width: 1560px) {
  .main-menu > ul > li > a {
    padding: 0 12px;
  }
}
@media (max-width: 1366px) {
  .main-menu > ul > li > a {
    font-size: 14px;
    padding: 0 8px;
  }
}
.main-menu > ul > li > a:hover {
  background: #040098;
  color: #fff;
}
.main-menu > ul > li.menu-item-has-children > .sub-menu {
  left: 0;
  top: 150%;
}
.main-menu > ul > li.menu-item-has-children:hover > .sub-menu {
  top: 100%;
}
.main-menu .menu-item-has-children {
  position: relative;
  text-align: left;
}
.main-menu .menu-item-has-children .sub-menu {
  left: 100%;
  position: absolute;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #040098;
  font-family: "Roboto";
  min-width: 100%;
  pointer-events: none;
}
.main-menu .menu-item-has-children .sub-menu li {
  display: block;
}
.main-menu .menu-item-has-children .sub-menu li a {
  font-size: 18px;
  display: block;
  padding: 10px 25px;
  color: #fff;
  font-weight: 400;
  white-space: nowrap;
}
@media (max-width: 1560px) {
  .main-menu .menu-item-has-children .sub-menu li a {
    padding: 0 12px;
  }
}
@media (max-width: 1366px) {
  .main-menu .menu-item-has-children .sub-menu li a {
    font-size: 14px;
    padding: 0 8px;
  }
}
.main-menu .menu-item-has-children .sub-menu li a:hover {
  background: #030065;
}
.main-menu .menu-item-has-children .sub-menu li:hover > a, .main-menu .menu-item-has-children .sub-menu li.current-menu-item > a {
  background: #030065;
}
.main-menu .menu-item-has-children:hover > a {
  background: #040098;
  color: #fff;
}
.main-menu .menu-item-has-children:hover > .sub-menu {
  top: 0%;
  visibility: visible;
  opacity: 1;
  pointer-events: initial;
}
.menu-burger {
  display: none;
  width: 34px;
  height: 30px;
  position: fixed;
  top: 15px;
  right: 20px;
  z-index: 2;
  cursor: pointer;
  border-radius: 4px;
  background: #040098;
}
@media (max-width: 1024px) {
  .menu-burger {
    display: block;
  }
}
.menu-burger:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: 2px;
  background: #fff;
  -webkit-box-shadow: 0 7px 0 0 #fff, 0 -7px 0 0 #fff;
  box-shadow: 0 7px 0 0 #fff, 0 -7px 0 0 #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu-burger:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu-burger.open:before {
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(-45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(-45deg);
  -o-transform: translate(-50%, -50%) rotateZ(-45deg);
  transform: translate(-50%, -50%) rotateZ(-45deg);
  box-shadow: none;
  background: #fff;
}
.menu-burger.open:after {
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(45deg);
  -o-transform: translate(-50%, -50%) rotateZ(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
  background: #fff;
}
.mobile-main-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #040098;
  z-index: 1;
  padding: 50px 0;
  overflow: auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
@media (max-width: 1024px) {
  .mobile-main-menu {
    display: block;
  }
}
.mobile-main-menu li a {
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
}
.mobile-main-menu li a:hover {
  text-decoration: none;
}
.mobile-main-menu .sub-menu {
  display: none;
  padding-left: 20px;
}
.mobile-main-menu span {
  display: inline-block;
  padding: 5px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-main-menu .arrow {
  display: inline-block;
  height: 18px;
  width: 18px;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-main-menu .arrow path {
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-main-menu .arrow.active {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.mobile-main-menu.open {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.search-form {
  position: relative;
  z-index: 0;
  width: 120px;
}
@media (max-width: 480px) {
  .search-form {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 10px;
  }
}
.search-form input[type="text"] {
  width: 100%;
  padding: 0 30px 0 0;
  font-size: 16px;
  height: 30px;
  border: none;
  border-bottom: 1px solid black;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-form input[type="text"]:focus {
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
.search-form button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 24px;
  background: transparent;
  color: #252525;
  font-size: 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-form button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
}
.search-form button:hover {
  color: #0500cb;
}
.share-icons, .social-icons {
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  text-align: center;
}
.share-icons a, .social-icons a {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 18px;
  margin: 5px;
  width: 25px;
  height: 25px;
  background: #040098;
  border-radius: 5px;
}
.share-icons a.facebook-icon:hover, .social-icons a.facebook-icon:hover {
  background: #3b5993;
}
.share-icons a.twitter-icon:hover, .social-icons a.twitter-icon:hover {
  background: #55acee;
}
.share-icons a.instagram-icon:hover, .social-icons a.instagram-icon:hover {
  background: #d6249f;
}
.share-icons a.linkedin-icon:hover, .social-icons a.linkedin-icon:hover {
  background: #0177b5;
}
.share-icons a.pinterest-icon:hover, .social-icons a.pinterest-icon:hover {
  background: #bd1e23;
}
.share-icons a.youtube-icon:hover, .social-icons a.youtube-icon:hover {
  background: #f80000;
}
.share-icons a.vimeo-icon:hover, .social-icons a.vimeo-icon:hover {
  background: #1ab7ea;
}
.share-icons a svg, .social-icons a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 18px;
  display: block;
  color: #fff;
}
.selectric {
  border: none;
  border-bottom: 2px solid #040098;
  background: transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.selectric .label {
  line-height: 60px;
  height: 60px;
  color: #000;
  font-family: "Gilroy";
  font-size: 16px;
  margin: 0 40px 0 12px;
}
.selectric .button {
  line-height: 60px;
  height: 60px;
  width: 60px;
  background: transparent;
}
.selectric .button::after {
  display: none;
}
.selectric .button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #040098 transparent transparent transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.selectric-hover .selectric, .selectric-focus .selectric {
  border-color: #010032;
}
.selectric-hover .selectric .button::before, .selectric-focus .selectric .button::before {
  color: #010032;
}
.selectric-items ul {
  margin: 0;
}
.selectric-items ul li {
  padding: 5px 12px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.selectric-items ul li::before {
  display: none;
}
.selectric-items ul li.highlighted {
  background: #040098;
}
.breadcrumb {
  text-align: center;
  color: #000;
  margin-bottom: 20px;
}
.breadcrumb a {
  color: #000;
  position: relative;
  display: inline-block;
}
.breadcrumb a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background: #0500cb;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.breadcrumb a:hover {
  color: #0500cb;
}
.breadcrumb a:hover:before {
  width: 100%;
  opacity: 1;
}
.pagination {
  margin-top: 40px;
}
@media (max-width: 480px) {
  .pagination {
    margin-top: 20px;
  }
}
.pagination .screen-reader-text {
  display: none;
}
.pagination .nav-links {
  text-align: center;
  font-size: 0;
}
.pagination .page-numbers {
  display: inline-block;
  font-size: 14px;
  padding: 5px 10px;
  background: #040098;
  color: #fff;
  margin: 0 10px;
  border-radius: 4px;
}
.pagination svg {
  height: 12px;
}
.pagination .current {
  background: #0700fe;
}
.pagination a.page-numbers:hover {
  background: #0700fe;
}
.pagination .prev, .pagination .next {
  position: relative;
}
.posts {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.posts > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
@media (max-width: 1366px) {
  .posts {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .posts > * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
  }
}
@media (max-width: 1024px) {
  .posts {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .posts > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 600px) {
  .posts {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .posts > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.post {
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .post {
    display: block;
    margin-bottom: 12px;
  }
}
.post .thumb {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.5;
}
.post .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post .thumb:hover {
  opacity: 0.7;
}
.post .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px 20px 30px;
  background: #F2F2FA;
  position: relative;
  z-index: 0;
}
.post .post-title {
  display: block;
  margin-bottom: 10px;
}
.post .post-title a {
  color: inherit;
}
.post .post-title a:hover {
  color: #0500cb;
}
.post time {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  color: #040098;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.post .more {
  position: relative;
  display: inline-block;
  position: absolute;
  left: 20px;
  bottom: 10px;
  display: inline-block;
}
.post .more:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background: #0500cb;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.post .more:hover {
  color: #0500cb;
}
.post .more:hover:before {
  width: 100%;
  opacity: 1;
}
.single-wrapper .post-top-info {
  display: none;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .single-wrapper .post-top-info {
    margin-bottom: 12px;
  }
}
.single-wrapper .post-top-info time {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  color: #040098;
  font-size: 14px;
  letter-spacing: 1px;
}
.single-wrapper .post-top-info .cats {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.single-wrapper .post-top-info .cats a {
  color: inherit;
}
.single-wrapper .post-top-info .cats a:hover {
  color: #0500cb;
}
.single-wrapper .thumbnail {
  text-align: center;
}
.single-wrapper .thumbnail img {
  max-height: 300px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.post-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.post-navigation [rel="next"] svg, .post-navigation [rel="prev"] svg {
  display: inline-block;
  width: 30px;
  vertical-align: middle;
}
.post-navigation [rel="next"] span, .post-navigation [rel="prev"] span {
  display: inline-block;
  font-size: 20px;
  margin: 0 10px;
}
.cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: " ";
}
.link-text {
  position: absolute;
  z-index: -1;
  opacity: 0;
  font-size: 0;
}
.space {
  padding: 90px 0;
}
@media (max-width: 1366px) {
  .space {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .space {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .space {
    padding: 25px 0;
  }
}
.space-bottom {
  padding-bottom: 90px;
}
@media (max-width: 1366px) {
  .space-bottom {
    padding-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .space-bottom {
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .space-bottom {
    padding-bottom: 25px;
  }
}
.outer-space {
  margin: 90px 0;
}
@media (max-width: 1366px) {
  .outer-space {
    margin: 60px 0;
  }
}
@media (max-width: 1024px) {
  .outer-space {
    margin: 40px 0;
  }
}
@media (max-width: 480px) {
  .outer-space {
    margin: 25px 0;
  }
}
.outer-space-bottom {
  margin-bottom: 90px;
}
@media (max-width: 1366px) {
  .outer-space-bottom {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .outer-space-bottom {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .outer-space-bottom {
    margin-bottom: 25px;
  }
}
.last-no-spacing > *:last-child:not(.btn) {
  margin-bottom: 0;
  padding-bottom: 0;
}
.compensate-for-scrollbar {
  margin-right: 0 !important;
}
.grid-2 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.65%;
  width: 101.3%;
}
.grid-2 > * {
  width: 48.7%;
  margin: 0 0.65% 0.975em;
}
@media (max-width: 768px) {
  .grid-2 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.65%;
    width: 101.3%;
  }
  .grid-2 > * {
    width: 98.7%;
    margin: 0 0.65% 1.3em;
  }
}
.grid-3 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.65%;
  width: 101.3%;
}
.grid-3 > * {
  width: 32.0333333333%;
  margin: 0 0.65% 0.8666666667em;
}
@media (max-width: 1024px) {
  .grid-3 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.65%;
    width: 101.3%;
  }
  .grid-3 > * {
    width: 48.7%;
    margin: 0 0.65% 0.975em;
  }
}
@media (max-width: 768px) {
  .grid-3 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.65%;
    width: 101.3%;
  }
  .grid-3 > * {
    width: 98.7%;
    margin: 0 0.65% 1.3em;
  }
}
.diamond {
  position: relative;
}
.diamond:before {
  position: absolute;
  content: "";
  -webkit-transform: skewX(-18deg);
  -moz-transform: skewX(-18deg);
  -ms-transform: skewX(-18deg);
  -o-transform: skewX(-18deg);
  transform: skewX(-18deg);
  background: rgba(5, 0, 152, 0.05);
  width: 798px;
  height: 786px;
  left: -592px;
  top: 33px;
}
.grid-custom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .grid-custom {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.grid-custom .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  padding: 16px 12px;
}
.grid-custom .right {
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}
@media (max-width: 1440px) {
  .grid-custom .right {
    -webkit-flex-basis: 35%;
    -moz-flex-basis: 35%;
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
  }
}
@media (max-width: 768px) {
  .grid-custom .right {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.grid-custom .right span {
  margin-bottom: 0;
}
.applications .items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.65%;
  width: 101.3%;
}
.applications .items > * {
  width: 48.7%;
  margin: 0 0.65% 0.975em;
}
@media (max-width: 768px) {
  .applications .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.65%;
    width: 101.3%;
  }
  .applications .items > * {
    width: 98.7%;
    margin: 0 0.65% 1.3em;
  }
}
.applications .items .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.applications .items .item .image {
  border: 1px solid #040098;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.applications .items .item .image:hover {
  opacity: 0.7;
}
.applications .items .item .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #040098;
  padding: 26px 14px 28px 19px;
}
.applications .items .item .content strong, .applications .items .item .content p {
  color: #fff;
  margin-bottom: 0;
}
.applications .items .item .content .title-text {
  position: relative;
  display: block;
  margin-bottom: 26px;
  padding-right: 46px;
}
.applications .items .item .content .title-text a {
  color: #fff;
}
.applications .items .item .content .title-text:before {
  position: absolute;
  content: url("../img/arrow.svg");
  right: 0;
  top: -10px;
  background-color: rgba(255, 255, 255, 0.1);
  width: 36px;
  height: 36px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.applications .items .item .content .title-text:hover {
  cursor: pointer;
}
.applications .items .item .content .title-text:hover:before {
  background-color: rgba(255, 255, 255, 0.5);
}
.custom-table {
  margin-bottom: 20px;
}
.custom-table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}
.manufacturers .top-text {
  max-width: 796px;
  margin: 0 auto 74px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
.manufacturers .top-text p {
  margin-bottom: 0;
}
.manufacturers .tab-container .letter-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 91px;
}
@media (max-width: 1024px) {
  .manufacturers .tab-container .letter-tabs {
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .manufacturers .tab-container .letter-tabs {
    margin-bottom: 25px;
  }
}
.manufacturers .tab-container .letter-tabs .tab-item {
  background-color: #fff;
  border: 1px solid rgba(5, 0, 152, 0.5);
  width: 39px;
  height: 39px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 24px;
  display: grid;
  place-items: center;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.manufacturers .tab-container .letter-tabs .tab-item.active, .manufacturers .tab-container .letter-tabs .tab-item:hover {
  scale: 1.1;
  background-color: #040098;
  color: #fff;
}
.manufacturers .tab-container .tab-content .companies {
  display: none;
}
.manufacturers .tab-container .tab-content .companies .wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.7%;
  width: 101.4%;
}
.manufacturers .tab-container .tab-content .companies .wrapper > * {
  width: 23.6%;
  margin: 0 0.7% 0.875em;
}
@media (max-width: 1024px) {
  .manufacturers .tab-container .tab-content .companies .wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.7%;
    width: 101.4%;
  }
  .manufacturers .tab-container .tab-content .companies .wrapper > * {
    width: 31.9333333333%;
    margin: 0 0.7% 0.9333333333em;
  }
}
@media (max-width: 768px) {
  .manufacturers .tab-container .tab-content .companies .wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .manufacturers .tab-container .tab-content .companies .wrapper > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .manufacturers .tab-container .tab-content .companies .wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .manufacturers .tab-container .tab-content .companies .wrapper > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.manufacturers .tab-container .tab-content .companies.active {
  display: block;
}
.manufacturers .tab-container .tab-content .companies .company {
  aspect-ratio: 1.6304347826;
  padding: 20px;
  margin-bottom: 20px;
}
.manufacturers .tab-container .tab-content .companies .company .text p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 24px;
}
.manufacturers .tab-container .tab-content .companies .image {
  max-width: 260px;
  width: 100%;
}
.manufacturers .tab-container .tab-content .companies .image img {
  width: 100%;
  height: auto;
}
@media (min-width: 1025px) {
  .manufacturers .tab-container .tab-content .companies:first-child .company:nth-child(5), .manufacturers .tab-container .tab-content .companies:first-child .company:nth-child(6), .manufacturers .tab-container .tab-content .companies:first-child .company:nth-child(7), .manufacturers .tab-container .tab-content .companies:first-child .company:nth-child(8), .manufacturers .tab-container .tab-content .companies:first-child .company:nth-child(9) {
    -webkit-flex-basis: calc(100% / 5 - 1.4%);
    -moz-flex-basis: calc(100% / 5 - 1.4%);
    -ms-flex-preferred-size: calc(100% / 5 - 1.4%);
    flex-basis: calc(100% / 5 - 1.4%);
  }
}
.contact-container .wrap {
  width: 1297px;
}
.contact-container .left-right-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 59px;
}
@media (max-width: 1024px) {
  .contact-container .left-right-text {
    margin-bottom: 45px;
  }
}
@media (max-width: 768px) {
  .contact-container .left-right-text {
    margin-bottom: 35px;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.contact-container .left-right-text h3 {
  margin-bottom: 0;
}
.contact-container .left-right-text h4 {
  color: #040098;
  line-height: 150%;
  font-weight: 500;
}
.contact-container .left-right-text > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.contact-container .form-container {
  background-color: #F2F2FA;
  padding: 56px 131px 70px;
  margin-bottom: 99px;
}
@media (max-width: 1440px) {
  .contact-container .form-container {
    margin-bottom: 60px;
    padding: 45px 90px;
  }
}
@media (max-width: 1024px) {
  .contact-container .form-container {
    margin-bottom: 45px;
    padding: 45px 40px;
  }
}
@media (max-width: 768px) {
  .contact-container .form-container {
    margin-bottom: 35px;
    padding: 20px;
  }
}
.contact-container .form-container .button {
  position: relative;
  display: inline;
}
.contact-container .form-container h1 a, .contact-container .form-container h2 a, .contact-container .form-container h3 a, .contact-container .form-container h4 a, .contact-container .form-container h5 a, .contact-container .form-container h6 a, .contact-container .form-container p a {
  color: #000;
  text-decoration: underline;
}
.contact-container .form-container h1 a:hover, .contact-container .form-container h2 a:hover, .contact-container .form-container h3 a:hover, .contact-container .form-container h4 a:hover, .contact-container .form-container h5 a:hover, .contact-container .form-container h6 a:hover, .contact-container .form-container p a:hover {
  color: #0500cb;
  text-decoration: none;
}
.contact-container .text-image {
  width: min(1607px, 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: end;
  -moz-justify-content: end;
  justify-content: end;
  margin: 0 0 0 max(3%, calc(50% - (1297px / 2)));
  gap: 20px;
}
@media (max-width: 768px) {
  .contact-container .text-image {
    width: min(1607px, 94%);
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.contact-container .text-image .text-wrapper {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-flex-basis: 31.36%;
  -moz-flex-basis: 31.36%;
  -ms-flex-preferred-size: 31.36%;
  flex-basis: 31.36%;
}
@media (max-width: 1024px) {
  .contact-container .text-image .text-wrapper {
    -webkit-flex-basis: 37.36%;
    -moz-flex-basis: 37.36%;
    -ms-flex-preferred-size: 37.36%;
    flex-basis: 37.36%;
  }
}
@media (max-width: 768px) {
  .contact-container .text-image .text-wrapper {
    text-align: center;
  }
}
.contact-container .text-image .text-wrapper h3 {
  margin-bottom: 59px;
}
@media (max-width: 1440px) {
  .contact-container .text-image .text-wrapper h3 {
    margin-bottom: 25px;
  }
}
@media (max-width: 1024px) {
  .contact-container .text-image .text-wrapper h3 {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .contact-container .text-image .text-wrapper h3 {
    margin-bottom: 15px;
  }
}
.contact-container .text-image .text-wrapper p {
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 500;
  line-height: 100%;
  color: #040098;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .contact-container .text-image .text-wrapper p {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .contact-container .text-image .text-wrapper p {
    margin-bottom: 10px;
  }
}
.contact-container .text-image .text-wrapper p a {
  color: #040098;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contact-container .text-image .text-wrapper p a:hover {
  opacity: 0.7;
}
.contact-container .text-image .image {
  -webkit-flex-basis: 67.39%;
  -moz-flex-basis: 67.39%;
  -ms-flex-preferred-size: 67.39%;
  flex-basis: 67.39%;
}
@media (max-width: 1024px) {
  .contact-container .text-image .image {
    -webkit-flex-basis: 60.36%;
    -moz-flex-basis: 60.36%;
    -ms-flex-preferred-size: 60.36%;
    flex-basis: 60.36%;
  }
}
.contact-container .text-image .image img {
  object-fit: cover;
  object-position: left;
  width: 100%;
}
.product-page .right-wrapper .videos {
  position: relative;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.6%;
  width: 101.2%;
}
.product-page .right-wrapper .videos > * {
  width: 48.8%;
  margin: 0 0.6% 0.9em;
}
@media (max-width: 480px) {
  .product-page .right-wrapper .videos {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.6%;
    width: 101.2%;
  }
  .product-page .right-wrapper .videos > * {
    width: 98.8%;
    margin: 0 0.6% 1.2em;
  }
}
.product-page .right-wrapper .videos .video p {
  margin-bottom: 0;
}
.product-page .right-wrapper .videos .video iframe {
  aspect-ratio: 1.7754385965;
  height: auto;
  width: 100%;
}
.page-template-default div.wpforms-container-full:not(:empty) {
  background-color: #F2F2FA;
  padding: 56px 131px 70px;
  margin-bottom: 99px;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .page-template-default div.wpforms-container-full:not(:empty) {
    margin-bottom: 60px;
    padding: 45px 90px;
  }
}
@media (max-width: 1024px) {
  .page-template-default div.wpforms-container-full:not(:empty) {
    margin-bottom: 45px;
    padding: 45px 40px;
  }
}
@media (max-width: 768px) {
  .page-template-default div.wpforms-container-full:not(:empty) {
    margin-bottom: 35px;
    padding: 20px;
  }
}
.page-template-default div.wpforms-container-full:not(:empty) .button {
  position: relative;
  display: inline;
}
.page-template-default div.wpforms-container-full input[type=date], .page-template-default div.wpforms-container-full input[type=datetime], .page-template-default div.wpforms-container-full input[type=datetime-local], .page-template-default div.wpforms-container-full input[type=email], .page-template-default div.wpforms-container-full input[type=month], .page-template-default div.wpforms-container-full input[type=number], .page-template-default div.wpforms-container-full input[type=password], .page-template-default div.wpforms-container-full input[type=range], .page-template-default div.wpforms-container-full input[type=search], .page-template-default div.wpforms-container-full input[type=tel], .page-template-default div.wpforms-container-full input[type=text], .page-template-default div.wpforms-container-full input[type=time], .page-template-default div.wpforms-container-full input[type=url], .page-template-default div.wpforms-container-full input[type=week], .page-template-default div.wpforms-container-full select, .page-template-default div.wpforms-container-full textarea, .page-template-default .wp-core-ui div.wpforms-container-full input[type=date], .page-template-default .wp-core-ui div.wpforms-container-full input[type=datetime], .page-template-default .wp-core-ui div.wpforms-container-full input[type=datetime-local], .page-template-default .wp-core-ui div.wpforms-container-full input[type=email], .page-template-default .wp-core-ui div.wpforms-container-full input[type=month], .page-template-default .wp-core-ui div.wpforms-container-full input[type=number], .page-template-default .wp-core-ui div.wpforms-container-full input[type=password], .page-template-default .wp-core-ui div.wpforms-container-full input[type=range], .page-template-default .wp-core-ui div.wpforms-container-full input[type=search], .page-template-default .wp-core-ui div.wpforms-container-full input[type=tel], .page-template-default .wp-core-ui div.wpforms-container-full input[type=text], .page-template-default .wp-core-ui div.wpforms-container-full input[type=time], .page-template-default .wp-core-ui div.wpforms-container-full input[type=url], .page-template-default .wp-core-ui div.wpforms-container-full input[type=week], .page-template-default .wp-core-ui div.wpforms-container-full select, .page-template-default .wp-core-ui div.wpforms-container-full textarea {
  border-radius: 0;
  border: none;
  height: 60px;
}
.page-template-default div.wpforms-container-full input[type=date]:placeholder, .page-template-default div.wpforms-container-full input[type=datetime]:placeholder, .page-template-default div.wpforms-container-full input[type=datetime-local]:placeholder, .page-template-default div.wpforms-container-full input[type=email]:placeholder, .page-template-default div.wpforms-container-full input[type=month]:placeholder, .page-template-default div.wpforms-container-full input[type=number]:placeholder, .page-template-default div.wpforms-container-full input[type=password]:placeholder, .page-template-default div.wpforms-container-full input[type=range]:placeholder, .page-template-default div.wpforms-container-full input[type=search]:placeholder, .page-template-default div.wpforms-container-full input[type=tel]:placeholder, .page-template-default div.wpforms-container-full input[type=text]:placeholder, .page-template-default div.wpforms-container-full input[type=time]:placeholder, .page-template-default div.wpforms-container-full input[type=url]:placeholder, .page-template-default div.wpforms-container-full input[type=week]:placeholder, .page-template-default div.wpforms-container-full select:placeholder, .page-template-default div.wpforms-container-full textarea:placeholder, .page-template-default .wp-core-ui div.wpforms-container-full input[type=date]:placeholder, .page-template-default .wp-core-ui div.wpforms-container-full input[type=datetime]:placeholder, .page-template-default .wp-core-ui div.wpforms-container-full input[type=datetime-local]:placeholder, .page-template-default .wp-core-ui div.wpforms-container-full input[type=email]:placeholder, .page-template-default .wp-core-ui div.wpforms-container-full input[type=month]:placeholder, .page-template-default .wp-core-ui div.wpforms-container-full input[type=number]:placeholder, .page-template-default .wp-core-ui div.wpforms-container-full input[type=password]:placeholder, .page-template-default .wp-core-ui div.wpforms-container-full input[type=range]:placeholder, .page-template-default .wp-core-ui div.wpforms-container-full input[type=search]:placeholder, .page-template-default .wp-core-ui div.wpforms-container-full input[type=tel]:placeholder, .page-template-default .wp-core-ui div.wpforms-container-full input[type=text]:placeholder, .page-template-default .wp-core-ui div.wpforms-container-full input[type=time]:placeholder, .page-template-default .wp-core-ui div.wpforms-container-full input[type=url]:placeholder, .page-template-default .wp-core-ui div.wpforms-container-full input[type=week]:placeholder, .page-template-default .wp-core-ui div.wpforms-container-full select:placeholder, .page-template-default .wp-core-ui div.wpforms-container-full textarea:placeholder {
  color: #000;
}
.page-template-default div.wpforms-container-full input[type=submit], .page-template-default div.wpforms-container-full button[type=submit], .page-template-default div.wpforms-container-full .wpforms-page-button, .page-template-default .wp-core-ui div.wpforms-container-full input[type=submit], .page-template-default .wp-core-ui div.wpforms-container-full button[type=submit], .page-template-default .wp-core-ui div.wpforms-container-full .wpforms-page-button {
  display: inline-block;
  line-height: 1.03;
  padding: 20px;
  font-size: 20px;
  font-weight: 600;
  height: 60px;
  color: #fff;
  font-family: "Gilroy";
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  min-width: 200px;
  border-radius: 0;
}
.page-template-default div.wpforms-container-full input[type=submit]:not(:hover):not(:active), .page-template-default div.wpforms-container-full button[type=submit]:not(:hover):not(:active), .page-template-default div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active), .page-template-default .wp-core-ui div.wpforms-container-full input[type=submit]:not(:hover):not(:active), .page-template-default .wp-core-ui div.wpforms-container-full button[type=submit]:not(:hover):not(:active), .page-template-default .wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
  background: #040098;
}
.page-template-default .form {
  background-color: #F2F2FA;
  padding: 56px 131px 70px;
  margin-bottom: 99px;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .page-template-default .form {
    margin-bottom: 60px;
    padding: 45px 90px;
  }
}
@media (max-width: 1024px) {
  .page-template-default .form {
    margin-bottom: 45px;
    padding: 45px 40px;
  }
}
@media (max-width: 768px) {
  .page-template-default .form {
    margin-bottom: 35px;
    padding: 20px;
  }
}
.page-template-default .form .button {
  position: relative;
  display: inline;
}
.wpforms-field-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.wpforms-field-container .col-6 {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
}
.wpforms-field-container .col-4 {
  -webkit-flex-basis: 32%;
  -moz-flex-basis: 32%;
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
}
.wpforms-field-container .col-12 {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
@media (max-width: 1024px) {
  .wpforms-field-container .md-6 {
    -webkit-flex-basis: 49%;
    -moz-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }
}
@media (max-width: 1024px) {
  .wpforms-field-container .md-4 {
    -webkit-flex-basis: 32%;
    -moz-flex-basis: 32%;
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
  }
}
@media (max-width: 1024px) {
  .wpforms-field-container .md-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 768px) {
  .wpforms-field-container .sm-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.wpforms-field-container input {
  max-width: 100% !important;
}
.contact-container div.wpforms-container-full input[type=date], .contact-container div.wpforms-container-full input[type=datetime], .contact-container div.wpforms-container-full input[type=datetime-local], .contact-container div.wpforms-container-full input[type=email], .contact-container div.wpforms-container-full input[type=month], .contact-container div.wpforms-container-full input[type=number], .contact-container div.wpforms-container-full input[type=password], .contact-container div.wpforms-container-full input[type=range], .contact-container div.wpforms-container-full input[type=search], .contact-container div.wpforms-container-full input[type=tel], .contact-container div.wpforms-container-full input[type=text], .contact-container div.wpforms-container-full input[type=time], .contact-container div.wpforms-container-full input[type=url], .contact-container div.wpforms-container-full input[type=week], .contact-container div.wpforms-container-full select, .contact-container div.wpforms-container-full textarea, .contact-container .wp-core-ui div.wpforms-container-full input[type=date], .contact-container .wp-core-ui div.wpforms-container-full input[type=datetime], .contact-container .wp-core-ui div.wpforms-container-full input[type=datetime-local], .contact-container .wp-core-ui div.wpforms-container-full input[type=email], .contact-container .wp-core-ui div.wpforms-container-full input[type=month], .contact-container .wp-core-ui div.wpforms-container-full input[type=number], .contact-container .wp-core-ui div.wpforms-container-full input[type=password], .contact-container .wp-core-ui div.wpforms-container-full input[type=range], .contact-container .wp-core-ui div.wpforms-container-full input[type=search], .contact-container .wp-core-ui div.wpforms-container-full input[type=tel], .contact-container .wp-core-ui div.wpforms-container-full input[type=text], .contact-container .wp-core-ui div.wpforms-container-full input[type=time], .contact-container .wp-core-ui div.wpforms-container-full input[type=url], .contact-container .wp-core-ui div.wpforms-container-full input[type=week], .contact-container .wp-core-ui div.wpforms-container-full select, .contact-container .wp-core-ui div.wpforms-container-full textarea {
  border-radius: 0;
  border: none;
  height: 60px;
}
.contact-container div.wpforms-container-full input[type=date]:placeholder, .contact-container div.wpforms-container-full input[type=datetime]:placeholder, .contact-container div.wpforms-container-full input[type=datetime-local]:placeholder, .contact-container div.wpforms-container-full input[type=email]:placeholder, .contact-container div.wpforms-container-full input[type=month]:placeholder, .contact-container div.wpforms-container-full input[type=number]:placeholder, .contact-container div.wpforms-container-full input[type=password]:placeholder, .contact-container div.wpforms-container-full input[type=range]:placeholder, .contact-container div.wpforms-container-full input[type=search]:placeholder, .contact-container div.wpforms-container-full input[type=tel]:placeholder, .contact-container div.wpforms-container-full input[type=text]:placeholder, .contact-container div.wpforms-container-full input[type=time]:placeholder, .contact-container div.wpforms-container-full input[type=url]:placeholder, .contact-container div.wpforms-container-full input[type=week]:placeholder, .contact-container div.wpforms-container-full select:placeholder, .contact-container div.wpforms-container-full textarea:placeholder, .contact-container .wp-core-ui div.wpforms-container-full input[type=date]:placeholder, .contact-container .wp-core-ui div.wpforms-container-full input[type=datetime]:placeholder, .contact-container .wp-core-ui div.wpforms-container-full input[type=datetime-local]:placeholder, .contact-container .wp-core-ui div.wpforms-container-full input[type=email]:placeholder, .contact-container .wp-core-ui div.wpforms-container-full input[type=month]:placeholder, .contact-container .wp-core-ui div.wpforms-container-full input[type=number]:placeholder, .contact-container .wp-core-ui div.wpforms-container-full input[type=password]:placeholder, .contact-container .wp-core-ui div.wpforms-container-full input[type=range]:placeholder, .contact-container .wp-core-ui div.wpforms-container-full input[type=search]:placeholder, .contact-container .wp-core-ui div.wpforms-container-full input[type=tel]:placeholder, .contact-container .wp-core-ui div.wpforms-container-full input[type=text]:placeholder, .contact-container .wp-core-ui div.wpforms-container-full input[type=time]:placeholder, .contact-container .wp-core-ui div.wpforms-container-full input[type=url]:placeholder, .contact-container .wp-core-ui div.wpforms-container-full input[type=week]:placeholder, .contact-container .wp-core-ui div.wpforms-container-full select:placeholder, .contact-container .wp-core-ui div.wpforms-container-full textarea:placeholder {
  color: #000;
}
.contact-container div.wpforms-container-full input[type=submit], .contact-container div.wpforms-container-full button[type=submit], .contact-container div.wpforms-container-full .wpforms-page-button, .contact-container .wp-core-ui div.wpforms-container-full input[type=submit], .contact-container .wp-core-ui div.wpforms-container-full button[type=submit], .contact-container .wp-core-ui div.wpforms-container-full .wpforms-page-button {
  display: inline-block;
  line-height: 1.03;
  padding: 20px;
  font-size: 20px;
  font-weight: 600;
  height: 60px;
  color: #fff;
  font-family: "Gilroy";
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  min-width: 200px;
  border-radius: 0;
}
.contact-container div.wpforms-container-full input[type=submit]:not(:hover):not(:active), .contact-container div.wpforms-container-full button[type=submit]:not(:hover):not(:active), .contact-container div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active), .contact-container .wp-core-ui div.wpforms-container-full input[type=submit]:not(:hover):not(:active), .contact-container .wp-core-ui div.wpforms-container-full button[type=submit]:not(:hover):not(:active), .contact-container .wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
  background: #040098;
}
.large-field {
  width: 100% !important;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 118px;
  padding: 30px 0;
  background: #fff;
  -webkit-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1560px) {
  header {
    height: 106px;
  }
}
@media (max-width: 1366px) {
  header {
    height: 100px;
  }
}
@media (max-width: 1024px) {
  header {
    padding: 13px 0;
    height: 62px;
  }
}
@media (max-width: 480px) {
  header {
    height: 100px;
  }
}
header + div {
  margin-top: 118px;
}
@media (max-width: 1560px) {
  header + div {
    margin-top: 106px;
  }
}
@media (max-width: 1366px) {
  header + div {
    margin-top: 100px;
  }
}
@media (max-width: 1024px) {
  header + div {
    margin-top: 62px;
  }
}
@media (max-width: 480px) {
  header + div {
    margin-top: 100px;
  }
}
header .logo {
  display: block;
  -webkit-flex-basis: 230px;
  -moz-flex-basis: 230px;
  -ms-flex-preferred-size: 230px;
  flex-basis: 230px;
  margin-right: 20px;
}
@media (max-width: 1560px) {
  header .logo {
    -webkit-flex-basis: 180px;
    -moz-flex-basis: 180px;
    -ms-flex-preferred-size: 180px;
    flex-basis: 180px;
    margin-right: 10px;
  }
}
@media (max-width: 1366px) {
  header .logo {
    -webkit-flex-basis: 140px;
    -moz-flex-basis: 140px;
    -ms-flex-preferred-size: 140px;
    flex-basis: 140px;
  }
}
@media (max-width: 480px) {
  header .logo {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
header .logo:hover {
  opacity: 0.7;
}
header .social-icons {
  margin-left: 20px;
}
@media (max-width: 1024px) {
  header .social-icons {
    margin-right: 45px;
  }
}
@media (max-width: 480px) {
  header .social-icons {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 0;
  }
}
.top-block {
  min-height: 300px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 0;
  padding: 60px 0;
}
@media (max-width: 1024px) {
  .top-block {
    min-height: auto;
  }
}
.top-block .image {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #000;
}
.top-block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}
.top-block h1 {
  color: inherit;
}
.top-block.home-top {
  min-height: 800px;
}
@media (max-width: 1366px) {
  .top-block.home-top {
    min-height: 600px;
  }
}
@media (max-width: 1024px) {
  .top-block.home-top {
    min-height: 400px;
  }
}
.top-block.home-top img {
  opacity: 0.8;
}
.top-block.home-top p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.55;
}
.top-block.home-top .btn, .top-block.home-top .post-navigation [rel="next"], .post-navigation .top-block.home-top [rel="next"], .top-block.home-top .post-navigation [rel="prev"], .post-navigation .top-block.home-top [rel="prev"] {
  margin-top: 10px;
}
footer {
  background: #F1F1F1;
  color: #000;
}
footer .footer-top {
  padding: 65px 0 20px;
}
@media (max-width: 1024px) {
  footer .footer-top {
    padding: 30px 0;
  }
}
@media (max-width: 768px) {
  footer .footer-top {
    display: block;
    text-align: center;
  }
}
footer .footer-top > * {
  -webkit-flex-basis: 15%;
  -moz-flex-basis: 15%;
  -ms-flex-preferred-size: 15%;
  flex-basis: 15%;
}
@media (max-width: 1366px) {
  footer .footer-top > * {
    -webkit-flex-basis: 18%;
    -moz-flex-basis: 18%;
    -ms-flex-preferred-size: 18%;
    flex-basis: 18%;
  }
}
@media (max-width: 1024px) {
  footer .footer-top > * {
    -webkit-flex-basis: 30%;
    -moz-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
}
@media (max-width: 768px) {
  footer .footer-top > * {
    margin-bottom: 20px;
  }
  footer .footer-top > *:last-child {
    margin-bottom: 0;
  }
}
footer .footer-top .info-wrapper {
  -webkit-flex-basis: 32%;
  -moz-flex-basis: 32%;
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
}
@media (max-width: 1024px) {
  footer .footer-top .info-wrapper {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
footer .footer-logo {
  -webkit-flex-basis: 243px;
  -moz-flex-basis: 243px;
  -ms-flex-preferred-size: 243px;
  flex-basis: 243px;
  display: inline-block;
  margin-bottom: 28px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1024px) {
  footer .footer-logo {
    margin-bottom: 10px;
  }
}
footer .footer-logo:hover {
  opacity: 0.7;
}
footer .contacts-wrapper a {
  color: #1B1B1B;
  padding-left: 24px;
  position: relative;
  z-index: 0;
  display: inline-block;
  line-height: 1.03;
  font-size: 16px;
  margin-bottom: 6px;
}
footer .contacts-wrapper a svg {
  position: absolute;
  left: 0;
  top: 4px;
  max-height: 14px;
  max-width: 11px;
}
footer .contacts-wrapper a:hover {
  color: #040098;
}
footer p {
  font-size: 16px;
  line-height: 1.875;
  color: #262626;
}
@media (max-width: 768px) {
  footer p {
    line-height: 1.4;
  }
}
footer h4 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 28px;
}
@media (max-width: 1024px) {
  footer h4 {
    margin-bottom: 15px;
  }
}
footer .footer-menu ul li {
  margin-bottom: 6px;
}
footer .footer-menu ul li a {
  font-size: 16px;
  line-height: 1.125;
  color: #000;
  font-weight: 400;
}
footer .footer-menu ul li a:hover {
  color: #040098;
}
footer .footer-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 31px 0;
}
@media (max-width: 1024px) {
  footer .footer-bottom {
    padding: 15px 0;
  }
}
footer .copyright {
  font-size: 16px;
  line-height: 1.125;
  display: block;
  color: #262626;
  opacity: 0.5;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 768px) {
  footer .copyright {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
  }
}
@media (max-width: 480px) {
  footer .copyright {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  footer .footer-bottom-menu {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
    margin-bottom: 10px;
  }
}
footer .footer-bottom-menu ul li {
  display: inline-block;
  padding-left: 15px;
  margin-left: 15px;
  position: relative;
  z-index: 0;
}
footer .footer-bottom-menu ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  width: 1px;
  height: 12px;
  background: rgba(38, 38, 38, 0.5);
}
footer .footer-bottom-menu ul li:first-child {
  padding-left: 0;
}
@media (max-width: 768px) {
  footer .footer-bottom-menu ul li:first-child {
    margin-left: 0;
  }
}
footer .footer-bottom-menu ul li:first-child::before {
  display: none;
}
footer .footer-bottom-menu ul li a {
  color: #262626;
  opacity: 0.5;
  font-size: 16px;
  line-height: 1.125;
  display: block;
}
@media (max-width: 480px) {
  footer .footer-bottom-menu ul li a {
    font-size: 14px;
  }
}
footer .footer-bottom-menu ul li a:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .text-image-block > .flex {
    display: block;
  }
}
.text-image-block .text {
  -webkit-flex-basis: 41%;
  -moz-flex-basis: 41%;
  -ms-flex-preferred-size: 41%;
  flex-basis: 41%;
}
@media (max-width: 1024px) {
  .text-image-block .text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.text-image-block .text p {
  font-weight: 500;
}
.text-image-block .image {
  -webkit-flex-basis: 41%;
  -moz-flex-basis: 41%;
  -ms-flex-preferred-size: 41%;
  flex-basis: 41%;
  overflow: hidden;
  aspect-ratio: 0.94;
}
@media (max-width: 1366px) {
  .text-image-block .image {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 1024px) {
  .text-image-block .image {
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    margin-left: 40px;
  }
}
@media (max-width: 768px) {
  .text-image-block .image {
    aspect-ratio: none;
    margin-left: 0;
    margin-top: 20px;
  }
}
.text-image-block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products-link-list {
  padding: 85px;
  background: #F2F2FA;
}
@media (max-width: 1366px) {
  .products-link-list {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .products-link-list {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .products-link-list {
    padding: 25px 0;
  }
}
.products-link-list.home-block {
  padding: 40px 0 20px;
}
.products-link-list .top-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .products-link-list .top-wrapper {
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  .products-link-list .top-wrapper {
    margin-bottom: 15px;
  }
}
.products-link-list .top-wrapper .title {
  margin: 15px 15px 15px 0;
}
.products-link-list .top-wrapper .link {
  font-size: 16px;
  line-height: 1.55;
  text-transform: uppercase;
  font-weight: 600;
  color: #040098;
}
.products-link-list .top-wrapper .link:hover {
  color: #0500cb;
}
.products-link-list .top-wrapper .btn, .products-link-list .top-wrapper .post-navigation [rel="next"], .post-navigation .products-link-list .top-wrapper [rel="next"], .products-link-list .top-wrapper .post-navigation [rel="prev"], .post-navigation .products-link-list .top-wrapper [rel="prev"] {
  margin-right: 20px;
}
.products-link-list .list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.5%;
  width: 101%;
}
.products-link-list .list > * {
  width: 32.3333333333%;
  margin: 0 0.5% 0.6666666667em;
}
@media (max-width: 1024px) {
  .products-link-list .list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .products-link-list .list > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .products-link-list .list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .products-link-list .list > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 600px) {
  .products-link-list .list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .products-link-list .list > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.products-link-list .item {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  display: block;
  background: #040098;
}
.products-link-list .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.products-link-list .item .title {
  min-height: 82px;
  position: absolute;
  left: 0;
  right: 30px;
  bottom: 0;
  color: #fff;
  background: rgba(4, 0, 152, 0.7);
  backdrop-filter: blur(6px);
  font-size: 16px;
  line-height: 1.03;
  font-weight: 600;
  padding: 10px 65px 10px 18px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  .products-link-list .item .title {
    font-size: 14px;
  }
}
.products-link-list .item .title .short-text {
  display: block;
  text-transform: none;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 400;
  margin-top: 10px;
}
.products-link-list .item .arrow {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 18px;
  display: inline-block;
}
.products-link-list .item .arrow::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.products-link-list .item .arrow::after {
  content: "";
  width: 2px;
  height: 12px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(45deg);
  -o-transform: translate(-50%, -50%) rotateZ(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.products-link-list .item:hover img {
  opacity: 0.7;
}
.products-link-list .item:hover .title {
  background: #040098;
}
.bottom-block {
  position: relative;
  z-index: 0;
  color: #fff;
  margin-bottom: 100px;
}
@media (max-width: 1366px) {
  .bottom-block {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .bottom-block {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .bottom-block {
    margin-bottom: 25px;
  }
}
.bottom-block::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 0;
  width: 100vw;
  height: 50%;
  background: #F2F2FA;
  z-index: -1;
}
.bottom-block .wrap {
  width: 1300px;
  position: relative;
  z-index: 0;
  padding: 125px 100px;
}
@media (max-width: 1366px) {
  .bottom-block .wrap {
    padding: 60px;
  }
}
@media (max-width: 1024px) {
  .bottom-block .wrap {
    padding: 60px 30px;
  }
}
@media (max-width: 480px) {
  .bottom-block .wrap {
    padding: 40px 20px;
  }
}
.bottom-block .wrap .image {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #000;
}
.bottom-block .wrap .image img {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  object-fit: cover;
}
.bottom-block h3 {
  line-height: 1.33;
  font-weight: 700;
  color: inherit;
}
.product-page {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.product-page .product-sidebar {
  -webkit-flex-basis: 24%;
  -moz-flex-basis: 24%;
  -ms-flex-preferred-size: 24%;
  flex-basis: 24%;
  margin-right: 10%;
  background: #040098;
  color: #fff;
}
@media (max-width: 1366px) {
  .product-page .product-sidebar {
    margin-right: 40px;
    -webkit-flex-basis: 30%;
    -moz-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
}
@media (max-width: 1024px) {
  .product-page .product-sidebar {
    -webkit-flex-basis: 35%;
    -moz-flex-basis: 35%;
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
  }
}
@media (max-width: 768px) {
  .product-page .product-sidebar {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 0;
    margin-top: 20px;
  }
}
.product-page .product-sidebar-menu {
  padding: 20px 0;
}
.product-page .product-sidebar-menu ul li a {
  display: block;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.03;
  font-weight: 600;
  color: #6864FF;
  padding: 30px 40px 30px 60px;
}
@media (max-width: 1366px) {
  .product-page .product-sidebar-menu ul li a {
    padding: 20px;
  }
}
.product-page .product-sidebar-menu ul li a:hover {
  color: #fff;
  background: #1915BA;
}
.product-page .product-sidebar-menu .current-menu-item > a {
  color: #fff;
  background: #1915BA;
}
.product-page .product-sidebar-menu .menu-item-has-children {
  position: relative;
  z-index: 0;
}
.product-page .product-sidebar-menu .menu-item-has-children > a {
  padding-right: 100px;
  position: relative;
  z-index: 0;
}
@media (max-width: 1366px) {
  .product-page .product-sidebar-menu .menu-item-has-children > a {
    padding-right: 65px;
  }
}
.product-page .product-sidebar-menu .menu-item-has-children .product-sidebar-arrow {
  z-index: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 40px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: inline-block;
  cursor: pointer;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1024px) {
  .product-page .product-sidebar-menu .menu-item-has-children .product-sidebar-arrow {
    right: 20px;
  }
}
@media (max-width: 768px) {
  .product-page .product-sidebar-menu .menu-item-has-children .product-sidebar-arrow {
    cursor: none;
  }
}
.product-page .product-sidebar-menu .menu-item-has-children .product-sidebar-arrow::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
.product-page .product-sidebar-menu .menu-item-has-children .product-sidebar-arrow::after {
  content: "";
  width: 2px;
  height: 12px;
  background: currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(45deg);
  -o-transform: translate(-50%, -50%) rotateZ(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.product-page .product-sidebar-menu .menu-item-has-children .product-sidebar-arrow:hover {
  color: #040098;
  background: #fff;
}
.product-page .product-sidebar-menu .menu-item-has-children .sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #3732ff;
  color: #fff;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product-page .product-sidebar-menu .menu-item-has-children .sub-menu a {
  color: inherit;
}
.product-page .product-sidebar-menu .menu-item-has-children.hover-event {
  z-index: 2;
}
.product-page .product-sidebar-menu .menu-item-has-children.hover-event > .sub-menu {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}
.product-page .sidebar-info {
  padding: 45px 0;
  margin: 0 40px 0 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 1366px) {
  .product-page .sidebar-info {
    margin: 0 20px;
  }
}
@media (max-width: 1024px) {
  .product-page .sidebar-info {
    padding: 20px 0;
  }
}
.product-page .sidebar-info .btn, .product-page .sidebar-info .post-navigation [rel="next"], .post-navigation .product-page .sidebar-info [rel="next"], .product-page .sidebar-info .post-navigation [rel="prev"], .post-navigation .product-page .sidebar-info [rel="prev"] {
  width: 100%;
  min-width: 100%;
}
.product-page .sidebar-info .text {
  padding-bottom: 50px;
}
@media (max-width: 1024px) {
  .product-page .sidebar-info .text {
    padding-bottom: 20px;
  }
}
.product-page .sidebar-info .link-item a {
  color: rgba(255, 255, 255, 0.7);
  padding-left: 24px;
  position: relative;
  z-index: 0;
  display: inline-block;
  line-height: 1.03;
  font-size: 16px;
  margin-bottom: 8px;
}
.product-page .sidebar-info .link-item a svg {
  position: absolute;
  left: 0;
  top: 4px;
  max-height: 14px;
  max-width: 11px;
}
.product-page .sidebar-info .link-item a:hover {
  opacity: 0.7;
}
.product-page .right-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 768px) {
  .product-page .right-wrapper {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.product-page .right-wrapper p {
  line-height: 2;
  font-weight: 500;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .product-page .right-wrapper p {
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
.product-page .right-wrapper p iframe {
  margin: 0 auto;
  display: block;
}
.product-page .right-wrapper .buttons-wrapper {
  margin-top: 20px;
}
.codedropz-upload-container {
  background: #fff;
}
.codedropz-upload-container a {
  color: #000;
}
.codedropz-upload-container a:hover {
  color: #0500cb;
}
.services-block .list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.5%;
  width: 101%;
}
.services-block .list > * {
  width: 24%;
  margin: 0 0.5% 0.625em;
}
@media (max-width: 1366px) {
  .services-block .list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .services-block .list > * {
    width: 32.3333333333%;
    margin: 0 0.5% 0.6666666667em;
  }
}
@media (max-width: 1024px) {
  .services-block .list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .services-block .list > * {
    width: 49%;
    margin: 0 0.5% 0.75em;
  }
}
@media (max-width: 600px) {
  .services-block .list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .services-block .list > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.services-block .text {
  margin-bottom: 55px;
}
@media (max-width: 1024px) {
  .services-block .text {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .services-block .text {
    margin-bottom: 25px;
  }
}
.services-block .item {
  background: #040098;
  color: #fff;
  padding: 20px 15px 20px 35px;
  margin-bottom: 18px;
}
@media (max-width: 1024px) {
  .services-block .item {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .services-block .item {
    padding: 15px;
  }
}
.services-block .item .icon {
  -webkit-flex-basis: 50px;
  -moz-flex-basis: 50px;
  -ms-flex-preferred-size: 50px;
  flex-basis: 50px;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .services-block .item .icon {
    margin-right: 15px;
  }
}
.services-block .item .title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}
.map-block {
  background: #F2F2FA;
  padding-top: 90px;
}
@media (max-width: 1366px) {
  .map-block {
    padding-top: 60px;
  }
}
@media (max-width: 1024px) {
  .map-block {
    padding-top: 40px;
  }
}
@media (max-width: 480px) {
  .map-block {
    padding-top: 25px;
  }
}
@media (max-width: 768px) {
  .map-block > .flex {
    display: block;
  }
}
.map-block .text {
  -webkit-flex-basis: 32%;
  -moz-flex-basis: 32%;
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
  padding-bottom: 60px;
  margin-right: 7%;
}
@media (max-width: 1024px) {
  .map-block .text {
    padding-bottom: 40px;
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .map-block .text {
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .map-block .text {
    padding-bottom: 25px;
  }
}
.map-block .text p {
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 1366px) {
  .map-block .text p {
    line-height: 1.4;
  }
}
.map-block .text p strong {
  font-weight: 700;
}
.map-block .map-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  z-index: 0;
}
.map-block .map-wrapper .location-box {
  padding-bottom: 10px;
  position: absolute;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.map-block .map-wrapper .location-box::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ffffff transparent transparent transparent;
  transform: rotate(0deg);
  position: absolute;
  bottom: 0;
  left: 45px;
}
.map-block .map-wrapper .location-box .inner {
  background: #FFFFFF;
  box-shadow: 0 151px 98px rgba(20, 0, 66, 0.07), 0 75.5737px 50px rgba(20, 0, 66, 0.0476106), 0px 45.5221px 40.1918px rgba(20, 0, 66, 0.0410845), 0px 29.1729px 42.2856px rgba(20, 0, 66, 0.0380395), 0px 18.9075px 41.8542px rgba(20, 0, 66, 0.0361867), 0px 11.9021px 36.9493px rgba(20, 0, 66, 0.0342799), 0px 6.83849px 27.9297px rgba(20, 0, 66, 0.0310556), 0px 3.0098px 15.4271px rgba(20, 0, 66, 0.0241386);
  border-radius: 5px;
  padding: 15px 20px;
}
@media (max-width: 1024px) {
  .map-block .map-wrapper .location-box .inner {
    padding: 5px 10px;
  }
}
.map-block .map-wrapper .location-box .inner .flag {
  -webkit-flex-basis: 32px;
  -moz-flex-basis: 32px;
  -ms-flex-preferred-size: 32px;
  flex-basis: 32px;
  overflow: hidden;
  height: 20px;
  border-radius: 2px;
  margin-right: 8px;
}
.map-block .map-wrapper .location-box .inner .flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.map-block .map-wrapper .location-box .inner .title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  display: block;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .map-block .map-wrapper .location-box .inner .title {
    font-size: 18px;
  }
}
.map-block .map-wrapper .location-box.hover-event {
  opacity: 1;
}
.map-block .map-wrapper svg {
  width: 100%;
  display: block;
}
.map-block .map-wrapper svg .location-item {
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  .map-block .map-wrapper svg .location-item {
    cursor: none;
  }
}
.map-block .map-wrapper svg .location-item:hover {
  fill: #040098;
}
.map-block .map-wrapper svg .location-item.active {
  fill: #040098;
}
.map-block .map-wrapper svg .location-item.active:hover {
  fill: red;
}
.products-type-2 {
  padding: 40px;
}
.products-type-2 .list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.products-type-2 .list > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 1024px) {
  .products-type-2 .list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .products-type-2 .list > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .products-type-2 .list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .products-type-2 .list > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.products-type-2 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  position: relative;
  z-index: 0;
  background: #040098;
  color: #fff;
  font-size: 20px;
  line-height: 1.03;
  font-weight: 600;
  padding: 50px 15px 50px 30px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .products-type-2 .item {
    padding: 30px 15px 30px 30px;
  }
}
@media (max-width: 768px) {
  .products-type-2 .item {
    font-size: 16px;
    padding: 15px;
    margin-bottom: 10px;
  }
}
.products-type-2 .item .arrow {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
}
@media (max-width: 480px) {
  .products-type-2 .item .arrow {
    top: 5px;
    right: 5px;
  }
}
.products-type-2 .item .arrow::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.products-type-2 .item .arrow::after {
  content: "";
  width: 2px;
  height: 12px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(45deg);
  -o-transform: translate(-50%, -50%) rotateZ(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.products-type-2 .item .title {
  display: block;
  padding-right: 55px;
  text-transform: uppercase;
}
.products-type-2 .item .short-text {
  display: block;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 400;
  margin-top: 10px;
}
.products-type-2 .item:hover {
  background: #0500cb;
}
.page-template-default .text iframe {
  margin: 0 auto;
  display: block;
}
.tpl-product .fancybox-content {
  padding: 0;
  overflow: initial;
  max-width: 300px;
}
.tpl-product .fancybox-content .fancybox-button {
  right: auto;
  left: 100%;
  color: #fff;
  opacity: 1;
  font-weight: 700;
}
.tpl-product .fancybox-content ul {
  background: #040098;
}
.tpl-product .fancybox-content ul li a {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.03;
  font-weight: 600;
  color: #6864FF;
  padding: 30px 20px;
}
@media (max-width: 1366px) {
  .tpl-product .fancybox-content ul li a {
    padding: 20px;
  }
}
.tpl-product .fancybox-content ul li a:hover {
  color: #fff;
  background: #1915BA;
}
.tab-item:first-child {
  display: none !important;
}
