html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  min-height: 100%;
}

.wrapper-fixed-footer {
  min-height: 100%;
  padding-bottom: 250px;
  position: relative;
}

.brand-color {
  color: #523ab0;
}

.brand-list {
  color: #523ab0;
}

.brand-list:hover,
.brand-list:focus {
  color: #523ab0;
  text-decoration: none;
}

a:focus,
button:focus {
  outline: none !important;
}

b {
  font-weight: 700;
}

body {
  min-width: 300px;
  font-size: 16px;
  line-height: 1.3;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  background-color: #ffffff;
}

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

* html .page-wrapper {
  height: 100%;
}

.center-bl {
  max-width: 1230px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}

.border-none {
  border: 0 !important;
}

.vertical-middle-wrapper {
  width: 100%;
  content: '';
  display: table;
  height: 100%;
  vertical-align: middle;
}

.vertical-middle-wrapper > * {
  vertical-align: middle !important;
  height: 100% !important;
  display: table-cell !important;
}

img {
  max-width: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article,
aside,
figure,
figcaption,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

a:hover {
  text-decoration: underline;
}

a.link-underline:hover {
  text-decoration: none;
}

a.link-underline {
  text-decoration: underline;
  color: #3c3340;
}

input:focus,
textarea:focus {
  outline: none;
}

.logo {
  width: 160px;
  margin-right: 73px;
  float: left;
}

.dropdown-custom {
  width: 50px;
  margin-left: 25px;
  padding-right: 14px;
  text-align: center;
  position: relative;
  float: right;
}

.dropdown-custom:after {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-width: 5px 3px 0 3px;
  content: "";
  border-color: #666666 transparent transparent transparent;
}

.dropdown-custom span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.dropdown-custom ul {
  width: 100%;
  position: absolute;
  z-index: 20;
  top: 25px;
  right: 0;
  display: none;
  background-color: white;
  border: 1px solid #dad9d9;
  border-radius: 4px;
}

.dropdown-custom ul li {
  display: block;
}

.dropdown-custom ul li a {
  padding: 5px 5px;
  display: block;
  text-transform: uppercase;
  color: black;
  font-weight: 400;
  font-size: 13px;
}

.dropdown-custom ul li a:hover {
  color: #523ab0;
  text-decoration: none;
}

.main-slider {
  max-width: 1440px;
  margin: 0 auto;
}

.main-slider .item {
  height: 600px;
}

.main-slider .slick-dots {
  position: absolute;
  bottom: 35px;
  left: 10px;
  right: 10px;
  text-align: center;
}

.main-slider .slick-dots li {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin: 0 7px;
  border: 2px solid #ffffff;
  opacity: 0.6;
  background-color: #523ab0;
  cursor: pointer;
  border-radius: 50%;
}

.main-slider .slick-dots li button {
  display: none;
}

.main-slider .slick-dots li.slick-active {
  opacity: 1;
}

.main-slider .slick-dots li:hover {
  opacity: 0.8;
}

.underground-popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 500;
  display: none;
}

.flex-bl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.text-bg {
  padding-top: 130px;
  padding-bottom: 97px;
}

.text-bg .caption-block {
  margin-left: -7px;
  margin-bottom: 35px;
  color: #1a1a1a;
  font-size: 70px;
  text-transform: uppercase;
  position: relative;
}

.text-bg .caption-block p {
  margin: -13px 0;
  letter-spacing: 2px;
  color: #523ab0;
  font-size: 100px;
  text-transform: uppercase;
}

.text-bg .caption-block:before {
  top: -41px;
  left: 6px;
  right: 0;
  z-index: -1;
  bottom: -70px;
  position: absolute;
  content: "";
  background: url("/img/logo_bg.svg") no-repeat center left/contain;
}

.text-bg .one-block {
  width: 49%;
  float: left;
  color: #404040;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.text-bg .one-block:nth-child(2) {
  float: right;
}

.text-bg .one-block p {
  margin-bottom: 25px;
}

.text-bg .one-block p:last-child {
  margin-bottom: 0;
}

.grey-bl-m {
  padding: 98px 0;
  background-color: #fafafa;
}

.grey-bl-m .box-img {
  width: 640px;
  margin-right: 50px;
}

.grey-bl-m .text-bl {
  width: 500px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.grey-bl-m .caption {
  margin-bottom: 25px;
  padding-top: 45px;
  position: relative;
  color: #1a1a1a;
  font-size: 48px;
  text-transform: uppercase;
}

.grey-bl-m .caption:before {
  width: 100px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #523ab0;
  content: "";
}

.grey-bl-m p {
  margin-bottom: 85px;
  font-size: 16px;
  color: #404040;
  line-height: 22px;
}

.grey-bl-m a {
  width: 200px;
  padding: 12px;
  margin-right: 25px;
  float: left;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.26px;
  border-radius: 4px;
}

.grey-bl-m a.btn-violet {
  background-color: #8c53fc;
}

.grey-bl-m a.btn-grey {
  background-color: #787878;
}

.box-top-footer {
  padding: 100px 0 18px;
}

footer {
  background-color: #fafafa;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}

footer .copyright {
  padding: 20px 10px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  background-color: #8c53fc;
}

footer .top-footer {
  padding: 60px 0 54px;
}

footer .top-footer .logo-box {
  width: 215px;
  margin-right: 16%;
  float: left;
  padding-left: 12px;
  color: #404040;
  line-height: 27px;
  font-weight: 400;
}

footer .top-footer .logo-box .logo {
  width: 100%;
  margin-bottom: 4px;
  display: block;
}

footer .top-footer .one-block {
  width: 14%;
  margin-right: 10%;
  padding-top: 12px;
  float: left;
  font-weight: 300;
  line-height: 26px;
  color: #404040;
}

footer .top-footer .one-block:last-child {
  margin-right: 0;
}

footer .top-footer .one-block a {
  color: #404040;
}

footer .top-footer .one-block .caption {
  margin-bottom: 25px;
  color: #1a1a1a;
  font-weight: 500;
  text-transform: uppercase;
}

.ul-custom li {
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
  color: #1a1a1a;
  font-size: 16px;
  line-height: 22px;
}

.ul-custom li:last-child {
  margin-bottom: 0;
}

.ul-custom li:before {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 12px;
  color: #523ab0;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E903";
}

.inform-block {
  padding: 35px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.inform-block .text-i {
  width: 590px;
  font-size: 18px;
  color: #1a1a1a;
  line-height: 27px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.inform-block .box-img {
  width: 100%;
  text-align: right;
}

.box-ionizers {
  padding: 75px 0 70px;
  border: 1px solid #f0f0f0;
  background-color: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box-ionizers .one-block {
  width: 30%;
  float: left;
  margin-right: 55px;
}

.box-ionizers .one-block:last-child {
  margin-right: 0;
}

.box-ionizers .one-block .box-ico {
  margin-bottom: 20px;
  color: #523ab0;
  font-size: 50px;
}

.box-ionizers .one-block .caption {
  margin-bottom: 20px;
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.box-ionizers .one-block p {
  color: #404040;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
}

.box-big-review {
  padding: 45px 0 0;
}

.box-big-review .one-block {
  width: 48%;
  margin-bottom: 45px;
  margin-right: 4%;
  padding: 40px 20px 20px;
  float: left;
  border: 1px solid #f0f0f0;
  background-color: #fafafa;
  border-radius: 3px;
}

.box-big-review .one-block:nth-child(2n+2) {
  margin-right: 0;
}

.box-big-review .one-block p {
  padding-top: 20px;
  color: #404040;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.box-big-review .one-block .box-img {
  width: 210px;
  margin-right: 70px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.box-big-review .one-block .box-img img {
  max-height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}

.box-big-review .one-block .text-bl {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.box-big-review .one-block .text-bl .text-l {
  margin-bottom: 30px;
  color: #523ab0;
}

.box-big-review .one-block .text-bl .name-p {
  margin-bottom: 15px;
  color: #1a1a1a;
  font-size: 21px;
}

.box-big-review .one-block .brand-link {
  padding: 13px 55px;
  font-size: 14px;
  color: #ffffff;
  background-color: #523ab0;
  display: inline-block;
  border-radius: 4px;
}

.box-big-review .one-block .brand-link:hover {
  text-decoration: none;
  opacity: 0.8;
}

.w-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-d1 {
  padding: 100px 0;
}

.block-d1 .wr1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-d1 .wr1 .left-q {
  color: #1a1a1a;
}

.block-d1 .wr1 .left-q .caption {
  margin-bottom: 20px;
  font-size: 36px;
}

.block-d1 .wr1 .left-q ul {
  margin-bottom: 20px;
}

.block-d1 .wr1 .left-q ul li {
  margin-bottom: 10px;
}

.block-d1 .wr1 .left-q p {
  margin-bottom: 20px;
  font-size: 16px;
}

.block-d1 .wr1 .left-q p:last-child {
  margin-bottom: 0;
}

.block-d1 .wr1 .right-q {
  width: 500px;
  margin-left: 100px;
}

.block-d1.bg-grey {
  background-color: #fafafb;
}

.block-video {
  width: 100%;
  height: 500px;
  background: url("/img/bg-video.png") no-repeat center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block-video .title {
  margin-bottom: 60px;
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  color: white;
}

.block-d2 {
  padding: 100px 0;
  color: #1a1a1a;
  font-size: 16px;
}

.block-d2 .caption {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 300;
}

.block-d2 .txt1 {
  margin-bottom: 10px;
  font-weight: 400;
}

.block-d2 .txt2 {
  margin-bottom: 20px;
  line-height: 24px;
}

.block-d2 .txt3 {
  margin-bottom: 70px;
  padding-top: 30px;
  font-size: 24px;
}

.rank-bl {
  position: relative;
}

.rank-bl .flex-rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rank-bl:before {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 135px;
  z-index: 20;
  font-size: 18px;
  color: white;
  content: "Direct Sales";
}

.rank-bl .one-block {
  width: 200px;
  float: left;
}

.rank-bl .one-block .rank1 {
  height: 120px;
  font-size: 18px;
  color: #523ab0;
  text-align: center;
}

.rank-bl .one-block .rank1 span {
  padding-bottom: 5px;
  display: block;
  font-size: 48px;
  font-weight: 400;
}

.rank-bl .one-block .box-photo {
  position: relative;
  padding-top: 70px;
  background-color: #523ab0;
  text-align: center;
  color: white;
}

.rank-bl .one-block .box-photo:before {
  width: 1px;
  bottom: 0;
  top: 70px;
  right: 0;
  position: absolute;
  content: "";
  background-color: #3a257e;
}

.rank-bl .one-block .box-photo:after {
  bottom: 0;
  top: 0;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 8.5px 0 8.5px;
  border-color: #ffffff transparent transparent transparent;
}

.rank-bl .one-block .box-photo .count-i {
  margin-bottom: 50px;
  font-size: 24px;
}

.rank-bl .one-block .box-photo img {
  max-width: 145px;
  margin-bottom: 40px;
  display: inline-block;
}

.rank-bl .one-block .box-photo .pay-i {
  padding-bottom: 50px;
  font-size: 30px;
}

.indirect-sales {
  margin-bottom: 30px;
  padding: 25px 0 0;
  background-color: #e6e6e6;
  color: #1a1a1a;
}

.indirect-sales .article {
  text-align: center;
  margin-bottom: 40px;
  font-size: 18px;
}

.indirect-sales .count-as-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.indirect-sales .count-as-table div {
  width: 200px;
  padding: 12px 10px;
  border-bottom: 1px solid #ffffff;
  float: left;
  text-align: center;
  font-size: 21px;
}

.indirect-sales .count-as-table div:nth-child(1) {
  padding-left: 30px;
  text-align: left;
}

.indirect-sales .count-as-table div span {
  margin-right: 20px;
  font-size: 16px;
  display: inline-block;
}

.text-static-style {
  padding: 100px 0 120px;
  font-size: 16px;
  color: #1a1a1a;
  font-weight: 300;
  line-height: 24px;
}

.text-static-style .clearfix:last-child .part-item {
  margin-bottom: 0;
}

.text-static-style.grey-l {
  background-color: #fafafb;
}

.text-static-style ul {
  margin-bottom: 100px;
  font-weight: 400;
  line-height: 28px;
}

.text-static-style ul.mb0 {
  margin-bottom: 0;
}

.text-static-style p {
  margin-bottom: 40px;
}

.text-static-style p.bold-txt {
  font-weight: 400;
}

.text-static-style .right-img {
  margin-left: 100px;
  margin-bottom: 20px;
  float: right;
}

.text-static-style .bix-txt {
  margin-bottom: 50px;
  font-size: 36px;
  line-height: 39px;
}

.text-static-style .bix-txt2 {
  margin-bottom: 45px;
  font-size: 24px;
  font-weight: 400;
}

.text-static-style .txt-big-violet {
  padding-top: 60px;
}

.text-static-style .txt-left {
  margin-right: 70px;
  padding-top: 30px;
  font-size: 200px;
  line-height: 150px;
  text-transform: uppercase;
  color: #523ab0;
  float: left;
}

.text-static-style .part-item {
  width: 48%;
  margin-bottom: 80px;
  float: left;
}

.text-static-style .part-item .ul-custom {
  margin-bottom: 0;
}

.text-static-style .part-item .ul-custom li {
  margin-bottom: 10px;
}

.text-static-style .part-item p {
  margin-bottom: 20px;
}

.text-static-style .part-item p.small-txt {
  font-size: 14px;
}

.text-static-style .part-item p:last-child {
  margin-bottom: 0;
}

.text-static-style .part-item:nth-child(2n+2) {
  float: right;
}

.play-btn {
  width: 102px;
  height: 102px;
  margin: 0 auto;
  position: relative;
  display: block;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
}

.play-btn:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.play-btn:before {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -22px 0 0 -13px;
  border-style: solid;
  border-width: 23px 0 23px 40px;
  content: "";
  display: block;
  border-color: transparent transparent transparent #523ab0;
}

.modal-clear .modal-content {
  background-color: transparent;
}

.modal-clear .close-modal {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 200;
  opacity: 1;
  font-size: 20px;
  line-height: 18px;
  display: block;
  color: #523ab0;
  background-color: white;
  text-shadow: none;
  border-radius: 50%;
}

.ukraine-line {
  padding: 90px 0 120px;
  color: #1a1a1a;
  line-height: 24px;
}

.ukraine-line .caption {
  margin-bottom: 25px;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 40px;
}

.ukraine-line p {
  margin-bottom: 20px;
}

.ukraine-line p:last-child {
  margin-bottom: 0;
}

.awards-block {
  padding: 80px 0;
  border: 1px solid #f0f0f0;
  background-color: #fafafa;
}

.awards-block .one-block {
  width: 25%;
  float: left;
  color: #1a1a1a;
  font-size: 24px;
}

.awards-block .one-block .number-a {
  padding-top: 25px;
  margin-bottom: 10px;
  color: #523ab0;
  font-size: 60px;
  font-weight: 500;
}

.awards-document {
  padding: 50px 0 20px;
}

.awards-document .imglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.awards-document .imglist a {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 30px;
  float: left;
  display: block;
}

.awards-document .imglist a:nth-child(4n+4) {
  margin-right: 0;
}

html,
body {
  width: 100%;
}

svg {
  max-width: 100% !important;
  height: auto;
  display: block;
}

.heyo:hover {
  fill: #4eb244;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.enabled {
  fill: #523ab0;
  cursor: pointer;
}

.description {
  pointer-events: none;
  position: absolute;
  font-size: 18px;
  text-align: left;
  background: white;
  padding: 20px 25px;
  z-index: 5;
  margin: 0 auto;
  line-height: 24px;
  color: #333333;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px #eee;
          box-shadow: 0 0 0 1px #eee;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}

.description div {
  padding-bottom: 5px;
  font-weight: 400;
  text-transform: uppercase;
}

.description.active {
  display: block;
}

.description:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
}

.svg-map {
  max-width: 670px;
  margin: 0 auto;
  padding: 130px 0 90px;
  text-align: center;
}

.form-contact {
  padding-top: 90px;
  text-align: center;
}

.form-contact .caption {
  margin-bottom: 50px;
  font-size: 36px;
  color: #1a1a1a;
}

.form-contact .write-us {
  padding: 18px 85px;
  background-color: #523ab0;
  text-transform: uppercase;
  font-size: 16px;
  color: white;
  display: inline-block;
  border-radius: 3px;
}

.form-contact .write-us:hover {
  text-decoration: none;
  opacity: 0.8;
}

.form-contact .write-us:focus {
  text-decoration: none;
}

.contact-form .modal-content {
  padding: 80px 100px;
  background-color: #fafafa;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.contact-form .modal-title {
  margin-bottom: 55px;
  text-align: center;
  color: #1a1a1a;
  font-size: 36px;
}

.contact-form input {
  width: 100%;
  height: 54px;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  color: #787878;
  background-color: white;
  font-size: 18px;
  border: 1px solid #c1c1c1;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.contact-form textarea {
  width: 100%;
  height: 150px;
  margin-bottom: 30px;
  padding: 15px 20px;
  font-size: 18px;
  border-radius: 3px;
  border: 1px solid #c1c1c1;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  resize: none;
}

.contact-form .btn-violet {
  width: 310px;
  margin: 0 auto;
  padding: 20px;
  color: white;
  font-weight: 500;
  background-color: #523ab0;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  border: 0;
  display: block;
  border-radius: 4px;
}

.contact-form .btn-violet:hover {
  text-decoration: none;
  opacity: 0.8;
}

.contact-form .close {
  position: absolute;
  top: 20px;
  right: 35px;
  font-size: 40px;
  color: #523ab0;
}

.contact-form .close:hover {
  text-decoration: none;
  opacity: 1;
}

.text-for-contact {
  padding: 80px 0;
  font-size: 18px;
  display: none;
}

.text-for-contact .one-block {
  width: 50%;
  float: left;
  padding: 20px;
  line-height: 25px;
  margin-bottom: 50px;
}

.text-for-contact .one-block .name-city {
  margin-bottom: 15px;
  font-weight: 400;
  text-transform: uppercase;
}

.flex-photo {
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-photo.right-p .box-img {
  margin-left: 30px;
  margin-right: 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
      order: 2;
}

.flex-photo.right-p .text-bl {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
      order: 1;
}

.flex-photo .box-img {
  width: 600px;
  margin-right: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.flex-photo .box-img.big-photo {
  width: 735px;
}

.flex-photo .box-img.h600 {
  height: 600px;
}

.flex-photo .text-bl {
  width: 100%;
}

.flex-photo .text-bl .caption {
  margin-bottom: 15px;
  padding-top: 29px;
  position: relative;
  color: #1a1a1a;
  font-size: 48px;
  text-transform: uppercase;
}

.flex-photo .text-bl .caption:before {
  width: 100px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #523ab0;
  content: "";
}

.flex-photo .text-bl .text-lin {
  margin-bottom: 80px;
  color: #404040;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.flex-photo .text-bl .line-ico {
  margin-bottom: 41px;
  font-size: 24px;
  font-weight: 300;
  color: #1a1a1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.flex-photo .text-bl .line-ico:last-child {
  margin-bottom: 0;
}

.flex-photo .text-bl .line-ico i {
  margin-right: 52px;
  display: inline-block;
  font-size: 59px;
  color: #523ab0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.page-about {
  padding-top: 100px;
}

.page-about .flex-photo .box-img {
  width: 650px;
}

.page-about .flex-photo .text-bl .caption {
  margin-bottom: 30px;
  font-size: 30px;
}

@media (max-width: 1230px) {
  .flex-photo .box-img {
    width: 480px;
  }

  .flex-photo .box-img.big-photo {
    width: 530px;
  }

  .page-about .flex-photo .box-img {
    width: 580px;
  }
}

@media (max-width: 992px) {
  .flex-photo .text-bl .line-ico i {
    margin-right: 30px;
    font-size: 59px;
  }

  .flex-photo .text-bl .caption {
    font-size: 38px;
  }

  .flex-photo .box-img {
    width: 380px;
  }

  .flex-photo .box-img.big-photo {
    width: 380px;
  }
}

@media (max-width: 768px) {
  .flex-photo .box-img {
    width: 200px;
    margin-right: 40px;
  }

  .flex-photo .box-img.big-photo {
    width: 230px;
  }

  .flex-photo .box-img.h600 {
    height: 260px;
  }

  .flex-photo .text-bl .caption {
    font-size: 24px;
  }

  .flex-photo .text-bl .text-lin {
    margin-bottom: 80px;
    font-size: 14px;
  }

  .flex-photo .text-bl .line-ico {
    margin-right: -100px;
  }

  .page-about {
    padding-top: 50px;
  }

  .page-about .flex-photo {
    margin-bottom: 80px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .page-about .flex-photo .box-img {
    width: 100% !important;
    margin: 0 0 30px 0 !important;
    -webkit-box-ordinal-group: 0 !important1;
    -ms-flex-order: 0 !important;
        order: 0 !important;
  }

  .page-about .flex-photo .box-img img {
    width: 100%;
  }

  .page-about .flex-photo .text-bl .line-ico {
    font-size: 20px;
  }

  .page-about .flex-photo .text-bl .line-ico i {
    font-size: 47px;
  }
}

@media (max-width: 480px) {
  .text-bg .one-block {
    width: 100%;
    margin-bottom: 20px;
  }

  .flex-photo {
    margin-bottom: 50px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex-photo .box-img {
    width: 100% !important;
    margin: 0 0 30px 0 !important;
    -webkit-box-ordinal-group: 0 !important1;
    -ms-flex-order: 0 !important;
        order: 0 !important;
  }

  .flex-photo .text-bl .line-ico {
    font-size: 20px;
  }

  .flex-photo .text-bl .line-ico i {
    font-size: 47px;
  }

  .flex-photo .text-bl .caption {
    padding-top: 20px;
    font-size: 19px;
  }

  .page-about .flex-photo .text-bl .caption {
    margin-bottom: 30px;
    padding-top: 10px;
    font-size: 22px;
  }
}

header {
  padding: 25px 0 22px;
}

header .menu {
  padding: 9px 0 0;
  float: left;
}

header .menu li {
  display: inline-block;
}

header .menu li a {
  color: #1a1a1a;
  font-size: 14px;
  letter-spacing: 1.4px;
  font-weight: 400;
  text-transform: uppercase;
}

header .menu li:last-child {
  margin-right: 0;
}

header .menu li.active a {
  color: #523ab0;
}

.bg-header {
  padding: 75px 20px;
  font-size: 60px;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  background: url("/img/bg-title.png") no-repeat center/cover;
}

@media (min-width: 992px) {
  .c-header > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .c-header > div .c-header__logo {
    -webkit-transform: none;
            transform: none;
  }

  .c-header > div .c-header__column.t-center {
    width: 75%;
  }

  .c-header > div .c-header__column.t-center li {
    font-size: 16px;
  }

  .c-header > div .t-right {
    width: 10%;
  }
}

@media (max-width: 992px) {
  header .logo {
    position: absolute;
    margin-left: -80px;
    top: -5px;
    left: 50%;
    display: block;
  }

  header .menu {
    width: 250px;
    position: fixed;
    left: -250px;
    top: 0;
    bottom: 0;
    padding: 10px 0;
    background-color: white;
    z-index: 1002;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  header .menu li {
    margin-right: 0;
    display: block;
  }

  header .menu li a {
    padding: 9px 15px;
    color: #1a1a1a;
    font-size: 15px;
    letter-spacing: 1.4px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
  }

  header .menu li a:hover,
  header .menu li a:focus {
    text-decoration: none;
  }

  body.open-menu .underground-popup {
    display: block !important;
    background-color: rgba(0, 0, 0, 0.4);
  }

  body.open-menu header .menu {
    left: 0;
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}

@media (max-width: 480px) {
  .bg-header {
    padding: 65px 20px;
    font-size: 40px;
  }
}

.menu-btn {
  width: 30px;
  height: 22px;
  margin-top: 1px;
  margin-left: 5px;
  display: none;
  float: left;
  position: relative;
  z-index: 1001;
}

.menu-btn span {
  width: 100%;
  height: 4px;
  margin-bottom: 5px;
  display: block;
  background-color: #523ab0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.menu-btn span:last-child {
  margin-bottom: 0;
}

.menu-btn.open {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.menu-btn.open span {
  position: absolute;
  top: 40%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.menu-btn.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-btn.open span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-btn.open span:nth-child(3) {
  display: none;
}

@media (max-width: 992px) {
  .menu-btn {
    display: block;
  }
}

@media (max-width: 1230px) {
  .center-bl {
    max-width: 100%;
  }

  .logo {
    margin-right: 40px;
  }

  .box-big-review .one-block .box-img {
    margin-right: 20px;
  }

  .text-static-style .right-img {
    max-width: 400px;
  }

  .text-static-style .txt-left {
    margin-bottom: 50px;
  }

  .contact-form .modal-content {
    padding: 40px 70px;
  }

  .contact-form .modal-content .modal-title {
    margin-bottom: 25px;
  }

  .contact-form .modal-content input {
    height: 46px;
  }

  .contact-form .modal-content textarea {
    height: 100px;
  }
}

@media (max-width: 992px) {
  .inform-block .text-i {
    width: 470px;
    padding-right: 20px;
    font-size: 16px;
  }

  .box-ionizers .one-block {
    margin-right: 35px;
  }

  .box-ionizers .one-block .caption {
    font-size: 17px;
  }

  .grey-bl-m .caption {
    font-size: 38px;
  }

  .grey-bl-m .text-bl {
    width: 450px;
  }

  footer .top-footer .logo-box {
    margin-right: 6%;
  }

  footer .top-footer .one-block {
    width: 20%;
    margin-right: 3%;
  }

  footer .copyright {
    font-size: 13px;
  }

  .text-bg .caption-block {
    font-size: 56px;
  }

  .text-bg .caption-block p {
    font-size: 80px;
  }

  body {
    overflow-x: hidden;
  }

  .page-about .flex-photo .text-bl .caption {
    margin-bottom: 30px;
    font-size: 24px;
  }

  .page-about .flex-photo .box-img {
    width: 350px;
  }

  .box-big-review .one-block {
    margin-bottom: 25px;
  }

  .box-big-review .one-block .box-img {
    width: 140px;
  }

  .box-big-review .one-block .brand-link {
    padding: 10px 25px;
  }

  .block-d2 {
    padding: 60px 0;
  }

  .block-d1 {
    padding: 60px 0;
  }

  .block-d1 .wr1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .block-d1 .wr1 .left-q {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
        order: 2;
  }

  .block-d1 .wr1 .right-q {
    width: 100%;
    margin-left: 0;
    text-align: center;
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
        order: 1;
  }

  .text-static-style .txt-left {
    margin-bottom: 120px;
    font-size: 160px;
  }

  .rank-bl {
    margin-bottom: 30px;
    overflow-x: auto;
  }

  .rank-bl .flex-rank,
  .rank-bl .indirect-sales {
    min-width: 900px;
    margin-bottom: 0;
  }

  .awards-block .one-block {
    font-size: 18px;
  }

  .awards-block .one-block img {
    max-width: 80%;
  }

  .awards-block .one-block .number-a {
    padding-top: 10px;
    font-size: 50px;
  }
}

@media (max-width: 480px) {
  .main-slider .item {
    height: 300px;
  }

  .text-bg .caption-block {
    font-size: 29px;
    line-height: 59px;
  }

  .text-bg .caption-block p {
    font-size: 38px;
  }

  .grey-bl-m {
    padding: 60px 0 40px;
  }

  .grey-bl-m .text-bl {
    width: 100%;
  }

  .grey-bl-m .text-bl .caption {
    font-size: 25px;
  }

  .grey-bl-m .text-bl p {
    margin-bottom: 45px;
  }

  .grey-bl-m a {
    width: 380px;
    padding: 12px;
    margin-right: 20px;
    font-size: 12px;
  }

  .grey-bl-m a:last-child {
    margin-right: 0;
  }

  .box-top-footer {
    padding: 40px 0 0;
    margin-bottom: 0;
  }

  footer .top-footer .logo-box {
    width: 44%;
    font-size: 13px;
    padding-top: 20px;
    line-height: 21px;
  }

  footer .top-footer .one-block {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
    font-size: 14px;
  }

  footer .top-footer .one-block .caption {
    margin-bottom: 5px;
  }

  footer .top-footer .one-block:nth-child(3) {
    margin-right: 0;
  }

  .text-bg {
    padding-top: 40px;
  }

  .main-slider .slick-dots {
    bottom: 15px;
  }

  .ul-custom li {
    margin-bottom: 14px;
    font-size: 15px;
  }

  .inform-block {
    display: block;
  }

  .inform-block .text-i {
    width: 100%;
  }

  .inform-block .box-img {
    width: 100%;
    padding-top: 40px;
    float: none;
  }

  .box-ionizers .one-block {
    width: 100%;
    margin-bottom: 30px;
  }

  .box-ionizers .one-block .box-ico {
    margin-bottom: 10px;
    font-size: 40px;
  }

  .box-big-review .one-block .flex-bl {
    display: block;
  }

  .box-big-review .one-block .box-img {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
    text-align: center;
  }

  .box-big-review .one-block .text-bl .name-p {
    margin-bottom: 10px;
  }

  .box-big-review .one-block .text-bl .text-l {
    margin-bottom: 15px;
  }

  .rank-bl .one-block .rank1 {
    height: 90px;
    font-size: 16px;
  }

  .rank-bl .one-block .rank1 span {
    font-size: 38px;
  }

  .rank-bl .one-block .box-photo .count-i {
    margin-bottom: 30px;
    font-size: 18px;
  }

  .rank-bl .one-block .box-photo .pay-i {
    padding-bottom: 30px;
    font-size: 23px;
  }

  .text-static-style .right-img {
    width: 100%;
  }

  .text-static-style .txt-big-violet {
    padding-top: 20px;
  }

  .text-static-style .txt-left {
    margin-right: 40px;
    margin-bottom: 10px;
    font-size: 120px;
    float: none;
    text-align: center;
    padding-top: 0;
  }

  .text-static-style .part-item {
    width: 100%;
    margin-bottom: 50px;
    float: none;
  }

  .text-static-style .bix-txt {
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 30px;
  }

  .text-static-style .bix-txt2 {
    font-size: 19px;
  }

  .block-d1 .wr1 .left-q .caption {
    font-size: 21px;
  }

  .block-video {
    height: 300px;
  }

  .block-video .title {
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 40px;
  }

  .play-btn {
    width: 80px;
    height: 80px;
  }

  .play-btn:before {
    margin: -14px 0 0 -8px;
    border-width: 15px 0 16px 27px;
  }

  .ukraine-line {
    font-size: 14px;
  }

  .ukraine-line .caption {
    font-size: 25px;
    line-height: 33px;
  }

  .form-contact .caption {
    font-size: 25px;
  }

  .contact-form .modal-content {
    padding: 40px 20px;
  }

  .contact-form .modal-content .btn-violet {
    width: 100%;
    padding: 15px;
    font-size: 14px;
  }

  .contact-form .modal-content textarea {
    margin-bottom: 20px;
    padding: 15px;
    font-size: 16px;
  }

  .contact-form .modal-content input {
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .contact-form .modal-title {
    font-size: 30px;
  }

  .contact-form .close {
    top: 10px;
    right: 15px;
  }

  .text-for-contact .one-block {
    width: 100%;
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .main-slider .item {
    height: 350px;
  }

  .text-bg {
    padding-top: 70px;
    padding-bottom: 20px;
  }

  .text-bg .caption-block {
    font-size: 42px;
  }

  .text-bg .caption-block p {
    font-size: 58px;
  }

  .text-bg .one-block {
    width: 47%;
    font-size: 14px;
  }

  .grey-bl-m .flex-bl {
    display: block;
  }

  .grey-bl-m .flex-bl .box-img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 30px !important;
  }

  .grey-bl-m .flex-bl .caption {
    padding-top: 25px;
    font-size: 30px;
  }

  footer .top-footer {
    padding: 20px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  footer .top-footer .one-block {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 20px;
  }

  footer .top-footer .one-block:last-child {
    margin-right: 0;
  }

  footer .top-footer .logo-box {
    padding-left: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
        order: 5;
    text-align: center;
  }

  .box-top-footer {
    padding: 100px 0 18px;
    margin-bottom: 0;
  }

  .box-ionizers {
    padding: 50px 0 0;
  }

  .box-ionizers .flex-bl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .box-ionizers .one-block {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 50px;
  }

  .box-ionizers .one-block:nth-child(2n+2) {
    margin-right: 0;
  }

  .box-ionizers .one-block .box-ico {
    font-size: 45px;
  }

  .box-big-review .one-block {
    width: 100%;
    margin-right: 0;
  }

  .block-d1 .wr1 .left-q .caption {
    font-size: 26px;
  }

  .block-d1 .wr1 .left-q p {
    font-size: 14px;
    line-height: 20px;
  }

  .block-d1 .wr1 .left-q .ul-custom li {
    font-size: 15px;
  }

  .block-video .title {
    margin-bottom: 50px;
    font-size: 38px;
    line-height: 50px;
  }

  .block-d2 {
    font-size: 14px;
  }

  .block-d2 .caption {
    font-size: 26px;
  }

  .block-d2 .txt3 {
    font-size: 20px;
  }

  .indirect-sales .article {
    margin-bottom: 20px;
  }

  .rank-bl:before {
    display: none;
  }

  .text-static-style {
    padding: 50px 0 70px;
    font-size: 14px;
    line-height: 22px;
  }

  .text-static-style .right-img {
    width: 400px;
    float: none;
    display: block;
    margin: 0 auto 50px !important;
  }

  .text-static-style p {
    margin-bottom: 20px;
  }

  .text-static-style .txt-left {
    margin-right: 40px;
    font-size: 120px;
  }

  .text-static-style .bix-txt {
    margin-bottom: 30px;
    font-size: 29px;
  }

  .text-static-style .bix-txt2 {
    margin-bottom: 20px;
    font-size: 21px;
  }

  .ukraine-line {
    padding: 50px 0 70px;
    line-height: 20px;
    font-size: 15px;
  }

  .ukraine-line .caption {
    font-size: 29px;
  }

  .awards-block .one-block {
    width: 45%;
    height: 180px;
    text-align: center;
  }

  .awards-block .one-block img {
    height: 155px;
    max-width: inherit;
  }

  .awards-document .imglist a {
    width: 47%;
    margin-right: 6%;
  }

  .awards-document .imglist a:nth-child(2n+2) {
    margin-right: 0;
  }

  .form-contact .caption {
    padding: 0 20px;
  }

  .awards-block {
    padding: 50px 0 40px;
  }

  .awards-block .one-block {
    width: 100%;
    height: inherit;
    margin-bottom: 20px;
  }

  .form-contact .caption {
    font-size: 30px;
  }

  .form-contact .write-us {
    padding: 14px 55px;
    font-size: 16px;
  }

  .svg-map {
    display: none;
  }

  .text-for-contact {
    display: block;
  }
}

.two-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .two-item {
    margin-bottom: 100px;
  }
}

@media (min-width: 768px) {
  .two-item.revers {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.two-item h2 {
  font-size: 26px;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .two-item h2 {
    font-size: 36px;
  }
}

.two-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.two-item__img,
.two-item__text {
  width: 100%;
  padding: 0 12px;
}

@media (min-width: 768px) {
  .two-item__img {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 300px;
  }

  .two-item__text {
    width: 40%;
  }

  .two-item__text.center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.services .ul-custom {
  line-height: 1.5;
}

