@import url(https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700&display=swap&subset=cyrillic);@charset "UTF-8";

ul {
  list-style: none;
}

* {
  box-sizing: border-box;
  outline: none;
}

.no-p {
  padding: 0;
}

.no-m {
  margin: 0;
}

.center {
  display: flex;
  justify-content: center;
}

img {
  width: 100%;
  height: 100%;
}

svg {
  width: 100%;
  height: auto;
}

.tr-auto {
  width: 100%;
  text-align: right;
}

@media (max-width: 425px) {
  .faq .right .section-h4:before {
    top: 22px;
  }
}

.full-page__wrap .img-wrapper video {
  -o-object-fit: cover;
     object-fit: cover;
}

img {
  pointer-events: none;
}

.global-wrap {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.l-col {
  width: 90px;
  height: 100vh;
}

.r-col {
  width: calc(100% - 90px);
  margin-left: 90px;
}

.header {
  background-color: #fff;
  position: fixed;
  display: -webkit-flex;
  top: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  height: 100vh;
  z-index: 200;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 0px 20px rgba(142, 156, 170, 0.25);
  justify-content: space-between;
}

.header .menu-o2 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.header .menu-o2 span {
  transition: .5s;
  width: 30px;
  display: block;
  height: 1px;
  background-color: #000;
}

.header .menu-o2 span:last-of-type {
  margin-top: 10px;
}

.header .menu-o {
  width: 100%;
  background-color: #FCD100;
  padding: 14px 0 16px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .header .menu-o {
    width: 83px;
  }
}

.header .menu-o .txt {
  font-weight: 500;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: #000000;
}

.header .menu-o .deco {
  display: block;
  margin: 10px auto 15px;
  width: 18px;
  background-color: #000;
  height: 2px;
  position: relative;
}

.header .menu-o .deco:before,
.header .menu-o .deco:after {
  content: '';
  position: absolute;
  display: block;
  top: 5px;
  width: 50%;
  background-color: #000;
  height: 2px;
  left: 0;
}

.header .menu-o .deco:after {
  top: 10px;
  width: 100%;
}

.header .menu-open span:first-of-type {
  margin-top: 10px;
  transform: rotate(-45deg);
}

.header .menu-open span:last-of-type {
  margin-top: 0;
  transform: rotate(45deg);
}

.header .logo {
  margin: 15px 0 15px;
}

@media (max-width: 1024px) {
  .header .logo {
    display: none !important;
  }
}

.header .mobicon {
  width: 149px;
}

.header .logo,
.header .menu-o {
  display: block;
}

.header .header__ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  margin: 0;
  width: 100%;
}

.header .header__ul li {
  -ms-writing-mode: tb-rl;
      writing-mode: tb-rl;
  transform: rotate(180deg);
  white-space: nowrap;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  text-align: center;
  margin-bottom: 33px;
}

.header .header__ul li a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.55);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  transition: .5s;
  border-radius: 50px;
  padding: 5px 10px;
}

.header .header__ul li a:hover {
  background: rgba(0, 0, 0, 0.07);
}

.header .header__ul li a .ic {
  font-size: 25px;
  margin-bottom: 8px;
}

.header .header-head {
  flex: 0 0 170px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

@media (max-width: 1024px) {
  .header .header-head {
    display: flex;
    justify-content: space-between;
    flex: 0 0 100%;
    padding: 0 20px 0 0 !important;
  }
}

.header .header-head .burgerwrp {
  width: 100%;
}

.header .header-head .mobicon {
  display: none;
}

@media (max-width: 1024px) {
  .header .header-head .mobicon {
    display: block;
  }
}

.header .header-head .mobcontactbtn {
  display: none;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .header .header-head .mobcontactbtn {
    display: block;
  }
}

.header .header-body {
  height: 80%;
  width: 100%;
  overflow-y: auto;
}

.header .ul__social {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header .ul__social li {
  width: 36px;
  height: 36px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.07);
}

.header .ul__social li a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
}

#fp-nav ul li,
.fp-slidesNav ul li {
  width: 8px;
  height: 8px;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span,
#fp-nav ul li a.active span {
  width: 8px;
  height: 8px;
  font-size: 0;
  margin: 0;
  border: 1px solid #c4c4c4;
  background-color: #fff;
}

#fp-nav ul li a.active span {
  background-color: #000;
  border-color: #000;
  outline: none;
  pointer-events: none;
}

.privacy {
  width: 320px;
  height: auto;
  position: fixed;
  bottom: 20px;
  left: 30px;
  z-index: 1000;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 8px 20px rgba(50, 50, 93, 0.22);
}

@media (max-width: 425px) {
  .privacy {
    bottom: 0;
    left: 0;
    width: 100vw;
    border-radius: 0;
    box-shadow: 0px 8px 20px rgba(50, 50, 93, 0.22), inset 0px 1px 0px rgba(0, 0, 0, 0.1);
  }
}

.privacy .btn {
  margin: 0;
}

.privacy .close {
  width: 31px;
  height: 31px;
  background: rgba(0, 0, 0, 0.07);
  color: #000;
  font-size: 30px;
  text-decoration: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  position: relative;
  cursor: pointer;
}

.privacy .close::before {
  content: "";
  width: 18px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.privacy .close::after {
  content: "";
  width: 18px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.privacy .pri {
  border: 1px solid red;
}

.privacy .pri-head {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 27px 33px 14px 33px;
}

@media (max-width: 425px) {
  .privacy .pri-head {
    display: none;
  }
}

.privacy .pri-head img {
  height: 40px;
  width: 40px;
}

.privacy .pri-body {
  padding: 0px 33px;
}

.privacy .pri-body .title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.9);
}

.privacy .pri-body .desc {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.7);
}

.privacy .pri-footer {
  height: 82px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  align-items: center;
  background: rgba(0, 0, 0, 0.03);
}

.privacy .pri-footer a {
  cursor: pointer;
}

ul.ulinfuuter a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.contactwidget {
  width: 270px;
  background-color: #fff;
  box-shadow: 0px 0px 25px rgba(25, 10, 56, 0.19), 0px 4px 8px rgba(25, 10, 56, 0.18);
  position: fixed;
  z-index: 1000;
  top: 15px;
  right: 10px;
}

.contactwidget .top {
  padding: 10px 10px 16px;
}

.contactwidget .bot {
  padding: 5px 10px 16px;
  background: #F2F2F2;
  box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.05);
}

.contactwidget .hd {
  display: flex;
  justify-content: flex-end;
}

.contactwidget .hd .close {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
  cursor: pointer;
}

.contactwidget .hd .close:before,
.contactwidget .hd .close:after {
  content: '';
  position: absolute;
  width: 60%;
  height: 1px;
  background-color: #fff;
  top: 50%;
  left: 50%;
}

.contactwidget .hd .close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.contactwidget .hd .close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.contactwidget .tl {
  display: flex;
  text-decoration: none;
  padding: 10px 0;
}

.contactwidget .tl .icowrp {
  display: block;
  border: 7px solid #FCD100;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  color: #FCD100;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-right: 15px;
}

.contactwidget .tl > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contactwidget .tl > div span:nth-child(1) {
  font-size: 13px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #313131;
}

.contactwidget .tl > div span:nth-child(2) {
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #313131;
  margin-top: 5px;
}

.contactwidget .mail {
  display: flex;
  text-decoration: none;
  padding: 10px 0;
}

.contactwidget .mail .icowrp {
  display: block;
  background-color: #B0B0B0;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-right: 15px;
}

.contactwidget .mail > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contactwidget .mail > div span:nth-child(1) {
  text-transform: none;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #313131;
}

.contactwidget .requestcall {
  margin-top: 5px;
  overflow: hidden;
}

.contactwidget .requestcall .hd {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.contactwidget .requestcall .hd img {
  width: 70px;
}

.contactwidget .requestcall textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  max-height: 300px;
  min-height: 95px;
  padding: 8px 14px;
  border: none;
  margin-top: 10px;
  font-size: 14px;
  line-height: 160%;
  color: #313131;
  border-bottom: 2px solid #FCD100;
}

.contactwidget .requestcall input {
  width: 100%;
  padding: 8px 14px;
  border: none;
  margin-top: 10px;
  font-size: 14px;
  line-height: 160%;
  color: #313131;
  border-bottom: 2px solid #FCD100;
}

.contactwidget .requestcall label.error {
  font-size: 10px;
  color: red;
  margin-top: -10px;
  padding-left: 20px;
  transition: 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.contactwidget .requestcall label.error.show {
  opacity: 1;
}

.contactwidget .requestcall button {
  padding: 13px 0;
  margin-top: 16px;
  background-color: #FCD100;
  border-radius: 50px;
  font-weight: 500;
  font-size: 11px;
  line-height: 134.77%;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000000;
  width: 100%;
  border: none;
  cursor: pointer;
}

.contactwidget .requestcall .success-message > div {
  display: flex;
  align-items: center;
  padding: 16px 0;
}

.contactwidget .requestcall .success-message > div span {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  color: #FCD100;
  margin-right: 19px;
}

.contactwidget .requestcall .success-message > div p {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #313131;
  margin: 0;
}

.contactwidget .requestcall .success-message > p {
  font-size: 13px;
  line-height: 140%;
  letter-spacing: -0.045em;
  color: #313131;
  margin: 0;
  text-align: justify;
}

@media (max-width: 1024px) {
  .mob-hide {
    display: block;
  }

  .header {
    width: 100%;
    height: unset;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header .header__ul,
  .header .ul__social {
    flex-direction: row;
  }

  .header .header-body,
  .header .header-head {
    height: unset;
  }

  .header .header__ul li {
    -ms-writing-mode: unset;
        writing-mode: unset;
    transform: rotate(0deg);
  }

  .header .menu-o,
  .header .logo,
  .header .header__ul li {
    margin-bottom: 0;
  }

  .header .header-body {
    display: none;
  }

  .header .header-head {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 0px 20px;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
}

@media (min-height: 610px) and (max-height: 625px) {
  .header-body {
    display: none;
  }

  .menu-body .menu__ul li a {
    padding: 9px 26px !important;
  }
}

.blogArt {
  background-color: #f4f4f4;
}

.container-article {
  max-width: 900px;
  margin: 66px auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 576px) {
  .container-article {
    width: calc( 100% - 30px) !important;
  }
}

@media (max-width: 1023px) {
  .container-article {
    margin-top: 90px !important;
  }
}

.container-article h3 {
  color: red;
}

.container-article-head {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.container-article-head ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 0;
}

.container-article-head li {
  border: 1px solid #B5AFC0;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  transition: .5s;
}

.container-article-head li:not(:last-of-type) {
  margin-right: 22px;
}

.container-article-head li a {
  color: #B5AFC0;
  text-decoration: none;
  transition: .5s;
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.container-article-head li a.post-linked-in::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 13px;
  opacity: 0.3;
  font-size: 0;
  transition: .5s;
  background: url(/images/linked.svg?9fab850a8cf7519e4b8fd3e49ec47a8c) center/contain no-repeat;
}

.container-article-head li a.post-linked-in:hover:before {
  opacity: 1;
}

.container-article-head li:hover {
  transform: translateY(-5px);
  border-color: #000;
}

.container-article-head li:hover a {
  color: #000;
}

.container-article-head .back {
  height: 43px;
  width: 100px;
  border: 1px solid #B5AFC0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #B5AFC0;
  text-decoration: none;
  border-radius: 20px;
  transition: .5s;
  position: relative;
}

.container-article-head .back .ic-arrow {
  transform: rotate(180deg);
}

.container-article-head .back .tolltip {
  position: absolute;
  bottom: -25px;
  width: 220%;
  font-size: 14px;
  right: -125px;
  transform: rotate(0);
  opacity: 0;
  transition: .5s;
  color: #B5AFC0;
}

.container-article-head .back:hover {
  border-color: #000;
  color: #000;
  transform: translateX(-20px);
}

.container-article-head .back:hover .tolltip {
  opacity: 1;
}

.container-article-body img {
  margin: 1rem 0rem;
}

.container-article-body h1 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 140%;
  color: #121212;
}

.container-article-body .date {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 134.77%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #999999;
  margin-bottom: 1rem;
}

.container-article-body p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: #121212;
  margin-top: 1rem;
}

.container-article-body blockquote {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Montserrat;
  font-style: italic;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: #121212;
  margin-left: 0;
  padding-left: 40px;
  position: relative;
}

.container-article-body blockquote::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #D4D4D4;
}

.container-article-body .two-col {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

@media (max-width: 768px) {
  .container-article-body .two-col {
    flex-direction: column;
  }
}

.container-article-body .two-col p {
  width: calc(50% - 10px);
}

@media (max-width: 768px) {
  .container-article-body .two-col p {
    width: 100%;
  }
}

.container-article-body h3 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #121212;
}

.container-article-body ol {
  list-style-type: decimal-leading-zero;
  padding-left: 30px;
}

.container-article-body .two-cat {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .container-article-body .two-cat {
    flex-direction: column;
  }
}

.container-article-body .two-cat a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  border-radius: 6px;
  padding: 16px;
  border: 1px solid #d4d4d4;
  width: calc(50% - 10px);
  text-decoration: none;
  transition: .5s;
}

.container-article-body .two-cat a:hover {
  box-shadow: 0px 0px 20px rgba(32, 18, 69, 0.15);
  background-color: #fff;
}

@media (max-width: 768px) {
  .container-article-body .two-cat a {
    width: 100%;
    margin-bottom: 10px;
  }
}

.container-article-body .two-cat a img {
  width: 87px;
  height: 87px;
  border-radius: 10px;
  margin-right: 16px;
}

.container-article-body .two-cat a div h6 {
  margin: 0;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 130%;
  color: #121212;
}

.container-article-body .two-cat a div p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 130%;
  color: #121212;
  margin-bottom: 0;
}

.container-article-body .timeline {
  padding-left: 105px;
}

.container-article-body .timeline li {
  position: relative;
}

.container-article-body .timeline li::before {
  position: absolute;
  content: '⬤';
  color: transparent;
  width: 32px;
  height: 32px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: -105px;
  border: 1px solid #C4C4C4;
  border-radius: 50%;
  transition: .5s;
  z-index: 2;
  background-color: #f4f4f4;
}

.container-article-body .timeline li:hover::before {
  border-color: #FCD100;
  color: #FCD100;
}

.container-article-body .timeline li:hover span {
  color: #FCD100;
}

.container-article-body .timeline li::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  background-color: #c4c4c4;
  top: calc(0px + (32px / 2));
  left: calc(-105px + (32px / 2));
  z-index: 1;
}

.container-article-body .timeline li:last-of-type::after {
  display: none;
}

.container-article-body .timeline li span {
  position: absolute;
  top: -2px;
  left: -55px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 38px;
  line-height: 100%;
  color: #C4C4C4;
}

.container-article-body h2 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #121212;
}

.container-article-body ul {
  padding-left: 40px;
}

.container-article-body ul li {
  position: relative;
}

.container-article-body ul li::before {
  position: absolute;
  content: "\e930";
  color: #FCD100;
  top: 5px;
  left: -40px;
  font-family: 'megawatt' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.container-article-body ul li p {
  margin-top: 0;
}

.container-article-footer {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.container-article-footer ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 0;
}

.container-article-footer ul li {
  border: 1px solid #B5AFC0;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  transition: .5s;
}

.container-article-footer ul li:not(:last-of-type) {
  margin-right: 22px;
}

.container-article-footer ul li a {
  color: #B5AFC0;
  text-decoration: none;
  transition: .5s;
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.container-article-footer ul li a.post-linked-in::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 13px;
  opacity: 0.3;
  font-size: 0;
  transition: .5s;
  background: url(/images/linked.svg?9fab850a8cf7519e4b8fd3e49ec47a8c) center/contain no-repeat;
}

.container-article-footer ul li a.post-linked-in:hover:before {
  opacity: 1;
}

.container-article-footer ul li:hover {
  transform: translateY(-5px);
  border-color: #000;
}

.container-article-footer ul li:hover a {
  color: #000;
}

.container-article-footer .tegs a {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140.62%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #121212;
  opacity: 0.5;
}

.container-article-footer .tegs a:not(:last-of-type) {
  margin-right: 15px;
}

.container-article hr {
  width: 100% !important;
}

.copy {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  width: 100%;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  opacity: 0.5;
}

.center .btn .ic-arrow {
  color: #FCD100;
  margin-left: 10px;
}

.overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  display: none;
  background-color: rgba(0, 0, 0, 0.3);
}

.menu {
  position: fixed;
  left: 0;
  transition: .5s;
  top: 0;
  background-color: #fff;
  z-index: 1000;
  height: 100%;
  padding-top: 24px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  transform: translateX(-100%);
}

.menu-social a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-social a:hover span {
  color: #000;
}

.menu-social a span {
  color: rgba(0, 0, 0, 0.5);
}

.menu .ic {
  font-size: 22px;
  width: 35px;
}

.menu .ic.ic2-about {
  font-size: 12px;
}

.menu .close-modal {
  width: 47px;
  height: 47px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #D4D4D4;
  border-radius: 50%;
  text-decoration: none;
  font-size: 35px;
  color: #000;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
}

.menu-head {
  display: -moz-flex;
  display: -ms-flex;
  padding-bottom: 30px;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid rgba(0, 0, 0, 0.03);
}

.menu-head,
.menu-body,
.menu-footer {
  padding-right: 24px;
  padding-left: 24px;
}

.menu-body {
  flex-grow: 1;
  overflow-y: auto;
}

.menu-body .log-reg {
  text-transform: uppercase;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  margin-bottom: 20px;
}

.menu-body .log-reg a {
  text-decoration: none;
  border-radius: 50px;
  padding: 17px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.8);
}

.menu-body .log-reg .log {
  padding: 17px 25px;
}

.menu-body .menu__ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.menu-body .menu__ul li {
  width: 245px;
  margin-bottom: 4px;
  margin-top: 4px;
}

.menu-body .menu__ul li.group {
  box-shadow: inset 0 0 0 3px rgba(252, 209, 0, 0.76);
  border-radius: 25px;
  padding-bottom: 8px;
}

.menu-body .menu__ul li.group .title {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  margin: 19px 25px 15px;
  display: block;
}

.menu-body .menu__ul li.group a {
  width: calc(100% - 15px);
  margin: 0 auto;
}

.menu-body .menu__ul li.group a + a {
  margin-top: 8px;
}

.menu-body .menu__ul li.group a .ic {
  width: 27px;
  font-size: 18px;
}

.menu-body .menu__ul li a {
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.07);
  padding: 19px 26px;
  width: 100%;
  display: block;
  text-transform: uppercase;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  transition: .5s;
}

.menu-body .menu__ul li a:hover {
  background-color: rgba(0, 0, 0, 0.09);
  color: #000;
}

.menu-footer {
  flex-grow: 0;
}

.menu-footer .menu-social {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.menu-footer .menu-social li {
  width: 36px;
  height: 36px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.07);
}

.menu-footer .menu-social li a {
  text-decoration: none;
}

.bottom-m {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 250px;
  height: 50px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px 0px 0px 0px;
  box-shadow: 0px 0px 20px rgba(142, 156, 170, 0.25);
  color: rgba(0, 0, 0, 0.5);
  font-size: 15px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  background-color: #fff;
  z-index: 100;
  text-decoration: none;
}

.bottom-m span {
  color: #FCD100;
  margin-right: 10px;
}

.r-col .l {
  position: relative;
}

.modal-video {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-decoration: none;
  text-align: center;
}

.modal-video span {
  color: #fff;
  text-decoration: none;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 135%;
}

.modal-video::before {
  color: #fff;
  position: absolute;
  content: '▶';
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 20px;
  left: 50%;
  transform: translateX(-50%);
  top: 43%;
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
  display: none;
}

.lightbox .video-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.close-modal {
  position: absolute;
  right: 20px;
  top: 20px;
  text-decoration: none;
  color: #fff;
  font-size: 30px;
  width: 51px;
  height: 51px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal {
  z-index: 200;
}

.modal-vid {
  position: fixed;
  display: none;
}

.modal-vid .close-modal {
  position: fixed;
}

.modal-vid iframe {
  width: 68vw;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .modal-vid iframe {
    width: 100vw;
  }
}

.cust-overlay {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
}

@media (max-width: 576px) {
  .menu {
    overflow-y: scroll;
  }
}

@-webkit-keyframes ajaxmodaloverlayapear {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes ajaxmodaloverlayapear {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes ajaxmodalapear {
  from {
    transform: translate(0, -100px);
    opacity: 0;
  }

  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes ajaxmodalapear {
  from {
    transform: translate(0, -100px);
    opacity: 0;
  }

  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.modal-overlay-contformajax {
  -webkit-animation: ajaxmodaloverlayapear 0.2s ease;
          animation: ajaxmodaloverlayapear 0.2s ease;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.modal-overlay-contformajax .modal-body {
  -webkit-animation: ajaxmodalapear 1s ease;
          animation: ajaxmodalapear 1s ease;
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(25, 10, 56, 0.03);
  box-sizing: border-box;
  box-shadow: 0px 5px 7px rgba(25, 10, 56, 0.19), 0px 0px 15px rgba(25, 10, 56, 0.05);
  max-width: 538px;
  position: relative;
}

.modal-overlay-contformajax .modal-body .close {
  position: absolute;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.15);
  top: 13px;
  right: 15px;
  cursor: pointer;
}

.modal-overlay-contformajax .modal-body .close:before,
.modal-overlay-contformajax .modal-body .close:after {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
}

.modal-overlay-contformajax .modal-body .close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal-overlay-contformajax .modal-body .close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-overlay-contformajax .modal-body > div:nth-child(1) {
  padding: 50px 0 50px;
}

.modal-overlay-contformajax .modal-body > div:nth-child(1) .ic-round-check {
  font-size: 60px;
  color: #fff;
  position: relative;
}

.modal-overlay-contformajax .modal-body > div:nth-child(1) .ic-round-check:before {
  position: relative;
  z-index: 2;
}

.modal-overlay-contformajax .modal-body > div:nth-child(1) .ic-round-check:after {
  content: "";
  position: absolute;
  transform: scale(1.1);
  background-color: #FCD100;
  border-radius: 50%;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.modal-overlay-contformajax .modal-body > div:nth-child(1) .m-title {
  font-family: Montserrat;
  font-size: 20px;
  line-height: 140%;
  color: rgba(0, 0, 0, 0.9);
  margin: 34px 0 0;
  padding: 0 0 15px;
  position: relative;
}

.modal-overlay-contformajax .modal-body > div:nth-child(1) .m-title:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 43px;
  background-color: #FCD100;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}

.modal-overlay-contformajax .modal-body .m-text {
  font-family: Montserrat;
  font-size: 16px;
  line-height: 140%;
  color: rgba(0, 0, 0, 0.65);
  margin: 20px 0 0;
  padding: 0 50px;
}

.modal-overlay-contformajax .modal-body .m-text + .m-text {
  margin-top: 8px;
}

.modal-overlay-contformajax .modal-body .m-text .accent {
  color: black;
}

.modal-overlay-contformajax .modal-body > div:nth-child(2) {
  background-color: #FAFAFA;
  padding: 20px 0;
}

.modal-overlay-contformajax .modal-body > div:nth-child(2) .m-text {
  margin: 0;
}

.modal-overlay-contformajax .modal-body > div:nth-child(2) .m-text + .m-text {
  margin-top: 8px;
}

.show-left {
  transform: translateX(0%);
}

@-webkit-keyframes puls {
  0% {
    transform: scale(1, 1);
    background-color: rgba(252, 209, 0, 0.3);
  }

  50% {
    transform: scale(1.09, 1.3);
    background-color: rgba(252, 209, 0, 0.4);
  }

  100% {
    transform: scale(1, 1);
    background-color: rgba(252, 209, 0, 0.3);
  }
}

@keyframes puls {
  0% {
    transform: scale(1, 1);
    background-color: rgba(252, 209, 0, 0.3);
  }

  50% {
    transform: scale(1.09, 1.3);
    background-color: rgba(252, 209, 0, 0.4);
  }

  100% {
    transform: scale(1, 1);
    background-color: rgba(252, 209, 0, 0.3);
  }
}

@-webkit-keyframes puls2 {
  0% {
    transform: scale(1, 1);
    background-color: rgba(0, 66, 102, 0.3);
  }

  50% {
    transform: scale(1.09, 1.3);
    background-color: rgba(0, 66, 102, 0.4);
  }

  100% {
    transform: scale(1, 1);
    background-color: rgba(0, 66, 102, 0.3);
  }
}

@keyframes puls2 {
  0% {
    transform: scale(1, 1);
    background-color: rgba(0, 66, 102, 0.3);
  }

  50% {
    transform: scale(1.09, 1.3);
    background-color: rgba(0, 66, 102, 0.4);
  }

  100% {
    transform: scale(1, 1);
    background-color: rgba(0, 66, 102, 0.3);
  }
}

@-webkit-keyframes svg_f2 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes svg_f2 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes svg_f3 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

@keyframes svg_f3 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes svg_f5 {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes svg_f5 {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

#f2 {
  -webkit-animation: svg_f2 20s infinite linear;
          animation: svg_f2 20s infinite linear;
}

#f3 {
  -webkit-animation: svg_f3 20s infinite linear;
          animation: svg_f3 20s infinite linear;
}

#f5 {
  -webkit-animation: svg_f5 10s infinite linear;
          animation: svg_f5 10s infinite linear;
}

#f3,
#f2,
#f1,
#f4,
#f5,
#a1,
#a2 {
  transform-origin: 50%;
}

.i {
  width: 26px;
  height: 26px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.85);
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 26px;
  margin-left: 17px;
}

.section-h1 {
  font-size: 48px;
  color: rgba(0, 0, 0, 0.9);
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  line-height: 135%;
}

.section-h2 {
  color: rgba(0, 0, 0, 0.9);
  font-size: 26px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  line-height: 135%;
}

.section-h4 {
  color: rgba(0, 0, 0, 0.55);
  font-size: 14px;
  text-transform: uppercase;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  letter-spacing: 0.04em;
  position: relative;
}

.section-h4::before {
  content: '';
  position: absolute;
  top: 32px;
  left: 0;
  background-color: #FCD100;
  height: 2px;
  width: 43px;
}

.section-title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.9);
  font-size: 34px;
  line-height: 110%;
}

.section-ul li {
  position: relative;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.55);
  padding-left: 20px;
}

.section-ul li:before {
  position: absolute;
  content: '⬤';
  top: 0;
  left: 0;
  font-size: 8px;
  color: #000;
}

.description {
  letter-spacing: 0.02em;
  line-height: 28px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.55);
}

.description a {
  text-decoration: none;
  color: #03A9D2;
}

@media (max-width: 425px) {
  .section-title {
    font-size: 29px;
    margin-top: 18px;
  }

  .section-h4 {
    margin-bottom: 0;
    margin-top: 0;
  }

  .section-h4::before {
    top: 40px;
  }

  .section-h4 ~ a {
    white-space: nowrap;
  }
}

.btn {
  text-transform: uppercase;
  border: 1px solid rgba(0, 0, 0, 0.1);
  letter-spacing: 0.07em;
  padding: 19px 28px;
  border-radius: 50px;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 15px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  transition: .5s;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
}

.btn:hover {
  border: 1px solid #FCD100;
}

.btn-y {
  background-color: #FCD100;
  border: 1px solid #FCD100;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.btn-y span {
  font-size: 33px;
  margin-right: 14px;
}

.btn-b {
  background-color: rgba(0, 0, 0, 0.85);
  color: #FCD100;
}

.btn-b:hover {
  background-color: black;
}

.btn-bl {
  background-color: #004266;
  color: #fff;
}

.btn-g {
  background-color: #EAEAEA;
  border: 1px solid #EAEAEA;
}

.btn-w {
  color: #fff;
  border-color: #fff;
}

.btn-anim {
  background-color: #FCD100;
  color: #000;
  padding: 20px;
  border-radius: 50px;
  text-decoration: none;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  margin-left: auto;
  display: block;
  width: 271px;
  text-align: center;
  letter-spacing: 0.02em;
  position: relative;
  border: none;
}

.btn-anim.disabled {
  opacity: 0.5 !important;
  pointer-events: none;
}

.btn-anim.disabled::before {
  display: none !important;
}

.btn-anim::before {
  content: '';
  position: absolute;
  -webkit-animation: puls 2s infinite;
          animation: puls 2s infinite;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  z-index: -1;
  border-radius: 50px;
}

.btn-anim-footer {
  border: none;
  text-transform: uppercase;
  margin-left: 0;
}

.puls {
  position: relative;
}

.puls::before {
  content: '';
  position: absolute;
  -webkit-animation: puls 2s infinite;
          animation: puls 2s infinite;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  z-index: -1;
  border-radius: 50px;
}

.puls2 {
  position: relative;
}

.puls2::before {
  content: '';
  position: absolute;
  -webkit-animation: puls2 2s infinite;
          animation: puls2 2s infinite;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  z-index: -1;
  border-radius: 50px;
}

@font-face {
  font-family: 'megawatt';
  src: url(/fonts/megawatt.eot?485e72fbf21830720c775d12515e1909);
  src: url(/fonts/megawatt.eot?485e72fbf21830720c775d12515e1909) format("embedded-opentype"), url(/fonts/megawatt.ttf?d5ab92660c4e319de39042ca07b16ab2) format("truetype"), url(/fonts/megawatt.woff?13204a5d7f9a15eb50d06fc5c03305e2) format("woff"), url(/fonts/megawatt.svg?22bc06f6ed0320c3e6709c4fb7c95dc7) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="ic-"],
[class*=" ic-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'megawatt' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic-f-arrow-up:before {
  content: "\e937";
}

.ic-f-arrow-down:before {
  content: "\e938";
}

.ic-menu-dots:before {
  content: "\e936";
}

.ic-uah:before {
  content: "\e934";
}

.ic-calendar:before {
  content: "\e935";
}

.ic-check:before {
  content: "\e930";
}

.ic-cloud:before {
  content: "\e931";
}

.ic-gerb:before {
  content: "\e932";
}

.ic-arrowleft-figure:before {
  content: "\e933";
}

.ic-telegram:before {
  content: "\e927";
}

.ic-facebook:before {
  content: "\e92a";
}

.ic-twitter:before {
  content: "\e92b";
}

.ic-owlweb:before {
  content: "\e92c";
}

.ic-enterprise2:before {
  content: "\e925";
}

.ic-eye-crossed:before {
  content: "\e926";
}

.ic-phone1:before {
  content: "\e928";
}

.ic-uzer:before {
  content: "\e929";
}

.ic-attention-in-round:before {
  content: "\e924";
}

.ic-time:before {
  content: "\e93a";
}

.ic-round-check:before {
  content: "\e923";
}

.ic-home:before {
  content: "\e920";
}

.ic-setings:before {
  content: "\e921";
}

.ic-comp-gear:before {
  content: "\e922";
}

.ic-bell:before {
  content: "\e912";
}

.ic-bill:before {
  content: "\e913";
}

.ic-consume:before {
  content: "\e914";
}

.ic-enterprise:before {
  content: "\e915";
}

.ic-exit:before {
  content: "\e916";
}

.ic-phone:before {
  content: "\e917";
}

.ic-reports:before {
  content: "\e918";
}

.ic-shop:before {
  content: "\e919";
}

.ic-user:before {
  content: "\e91a";
}

.ic-days:before {
  content: "\e939";
}

.ic-eye:before {
  content: "\e91c";
}

.ic-leftarrow:before {
  content: "\e911";
}

.ic-phoneshape:before {
  content: "\e91d";
}

.ic-lock:before {
  content: "\e91e";
}

.ic-mail:before {
  content: "\e91f";
}

.ic-cons:before {
  content: "\e910";
}

.ic-arrow:before {
  content: "\e92d";
}

.ic-grivna:before {
  content: "\e92e";
}

.ic-Shape:before {
  content: "\e92f";
}

.ic-search:before {
  content: "\e91b";
}

.ic-right-info-btn:before {
  content: "\e900";
}

.ic-alerticon:before {
  content: "\e901";
}

.ic-anketload:before {
  content: "\e902";
}

.ic-attention:before {
  content: "\e903";
}

.ic-brdcmparrow:before {
  content: "\e904";
}

.ic-editbtn:before {
  content: "\e905";
}

.ic-electro:before {
  content: "\e906";
}

.ic-filtertoggle:before {
  content: "\e907";
}

.ic-gas:before {
  content: "\e908";
}

.ic-download2:before {
  content: "\e909";
}

.ic-ok-in-round:before {
  content: "\e90a";
}

.ic-print:before {
  content: "\e90b";
}

.ic-keyfileinput:before {
  content: "\e90c";
}

.ic-payarrows:before {
  content: "\e90d";
}

.ic-questioinico:before {
  content: "\e90e";
}

.ic-arrowtoleft:before {
  content: "\e90f";
}

@font-face {
  font-family: 'megawatt2';
  src: url(/fonts/megawatt2.eot?42a79d9ba20b35e091f33dc5fb4cded9);
  src: url(/fonts/megawatt2.eot?42a79d9ba20b35e091f33dc5fb4cded9) format("embedded-opentype"), url(/fonts/megawatt2.ttf?3809b5eb056a73cc88d02a01102cc197) format("truetype"), url(/fonts/megawatt2.woff?0ce221dc4ef19a86e5c9eb2e4d37b202) format("woff"), url(/fonts/megawatt2.svg?3896c3d5fad9095a542fd66409e23486) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="ic2-"],
[class*=" ic2-"],
[class^="ic2-"] *:before,
[class*=" ic2-"] *:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'megawatt2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic2-for-home-fill:before {
  content: "\e92b";
}

.ic2-bussiness-fill:before {
  content: "\e92c";
}

.ic2-mail:before {
  content: "\e92a";
}

.ic2-for-home-source:before {
  content: "\e928";
}

.ic2-bussiness-source:before {
  content: "\e929";
}

.ic2-fileico:before {
  content: "\e927";
}

.ic2-gasbalon:before {
  content: "\e925";
}

.ic2-ic-law:before {
  content: "\e924";
}

.ic2-agr-gas .path1:before {
  content: "\e91e";
  color: #0e8aa9;
}

.ic2-agr-gas .path2:before {
  content: "\e91f";
  margin-left: -1em;
  color: #00bad5;
}

.ic2-agr-el .path1:before {
  content: "\e920";
  color: #fdae02;
}

.ic2-agr-el .path2:before {
  content: "\e921";
  margin-left: -1em;
  color: #fdcb02;
}

.ic2-chartsallpoints:before {
  content: "\e922";
}

.ic2-chartscupoint:before {
  content: "\e923";
}

.ic2-agreements:before {
  content: "\e91d";
}

.ic2-triangledown:before {
  content: "\e91a";
}

.ic2-year-next:before {
  content: "\e91b";
}

.ic2-year-prew:before {
  content: "\e91c";
}

.ic2-marker:before {
  content: "\e926";
}

.ic2-charts-pen:before {
  content: "\e919";
}

.ic2-play:before {
  content: "\e909";
}

.ic2-about .path1:before {
  content: "\e901";
  color: #666666;
}

.ic2-about .path2:before {
  content: "\e902";
  margin-left: -2.5380859375em;
  color: #fcd104;
}

.ic2-chewron-down:before {
  content: "\e911";
}

.ic2-fat-check:before {
  content: "\e912";
}

.ic2-fop:before {
  content: "\e90b";
}

.ic2-gerb:before {
  content: "\e90c";
}

.ic2-ic-1:before {
  content: "\e903";
}

.ic2-ic-2:before {
  content: "\e904";
}

.ic2-ic-3:before {
  content: "\e905";
}

.ic2-ic-4:before {
  content: "\e906";
}

.ic2-ic-blog:before {
  content: "\e916";
}

.ic2-ic-calculator:before {
  content: "\e915";
}

.ic2-ic-day .path1:before {
  content: "\e90d";
  color: #32325d;
  opacity: 0.3;
}

.ic2-ic-day .path2:before {
  content: "\e90e";
  margin-left: -1em;
  color: #06a6f4;
}

.ic2-ic-el:before {
  content: "\e907";
}

.ic2-ic-exit:before {
  content: "\e917";
}

.ic2-ic-faq:before {
  content: "\e914";
}

.ic2-ic-gas:before {
  content: "\e908";
}

.ic2-ic-month .path1:before {
  content: "\e90f";
  color: #32325d;
  opacity: 0.3;
}

.ic2-ic-month .path2:before {
  content: "\e910";
  margin-left: -1em;
  color: #06a6f4;
}

.ic2-ic-tariff:before {
  content: "\e913";
}

.ic2-ic-user:before {
  content: "\e918";
}

.ic2-inst:before {
  content: "\e900";
}

.ic2-urface:before {
  content: "\e90a";
}

@media (max-width: 1200px) {
  .main {
    margin-left: 0;
    width: 100%;
  }

  .main .left {
    display: none;
  }

  .main .right {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .main .right {
    padding: 100px 15px 60px;
  }
}

.blog {
  padding-top: 65px;
  padding-bottom: 86px;
}

.blog-item-head {
  max-height: 152px;
  overflow: hidden;
}

.blog .btn {
  padding: 19px 58px;
}

.blog-item {
  color: #000;
  height: 440px;
  display: block;
  position: relative;
  text-decoration: none;
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(142, 156, 170, 0.4);
  padding: 26px 22px;
  border-radius: 8px;
  transition: .5s;
  margin-bottom: 50px;
}

.blog-item:hover {
  box-shadow: 0px 0px 20px rgba(142, 156, 170, 0.4);
}

.blog-item:hover .btn {
  width: 218px;
  justify-content: space-around;
  border: 1px solid #FCD100;
  color: #000;
}

.blog-item:hover .btn .text {
  opacity: 1;
  display: block;
}

.blog-item:hover .btn .ic-arrow {
  color: #FCD100;
}

.blog-item a {
  text-decoration: none;
}

.blog-item__title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 20px;
  position: relative;
}

.blog-item__title::before {
  bottom: -30px;
  left: 0;
  content: '';
  position: absolute;
  width: 43px;
  height: 2px;
  background-color: #FCD100;
}

.blog-item .date {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
}

.blog-item .date span {
  color: #FCD100;
  margin-right: 5px;
}

.blog-item .description {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  letter-spacing: 0.02em;
  height: 189px;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}

.blog-item .btn {
  width: 106px;
  height: 50px;
  position: absolute;
  bottom: 20px;
  padding: 0;
  color: rgba(0, 0, 0, 0.1);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: center;
  transition: .8s;
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-item .btn .text {
  opacity: 0;
  display: none;
}

.container-blog {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
}

.container-blog input:not([type="submit"]) {
  border-radius: 0px 0px 0px 0px !important;
  background-color: #fafafa;
  height: 61px;
  display: block;
  width: 100%;
  padding: 0px 40px;
  font-family: Montserrat;
  margin-right: 0;
  font-style: normal;
  font-weight: normal;
  border: none;
  border-bottom: 1.5px solid #e5e5e5;
  transition: .5s;
  font-size: 14px;
}

.container-blog input:not([type="submit"]):focus {
  border-color: #FCD100;
}

.container-blog .cust {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.container-blog .blog-form {
  padding: 30px 20px;
  border: 1px solid #DDD6E8;
  border-radius: 6px;
}

.container-blog .blog-form img {
  width: 86px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 auto;
  height: 54px;
}

.container-blog .blog-form .section-title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 120%;
  color: #000000;
  opacity: 0.9;
}

.container-blog .blog-form .desc {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  color: #454545;
}

.container-blog .blog-form .btn {
  width: 100%;
}

.container-blog .blog-article-sp {
  border: 1px solid #DDD6E8;
  border-radius: 6px;
  padding: 20px 20px 25px 20px;
  height: auto;
}

.container-blog .blog-article-sp img {
  width: 100%;
  height: auto;
}

.container-blog .blog-article-sp .tegs a {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140.62%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #121212;
  opacity: 0.5;
}

.container-blog .blog-article-sp .tegs a:not(:last-of-type) {
  margin-right: 15px;
}

.container-blog .blog-item {
  height: 540px;
}

.container-blog .blog-item-head {
  max-height: 228px;
}

.container-blog .blog-item h3 {
  max-height: 97px;
  overflow-y: hidden;
}

.container-blog .blog-item .description {
  max-height: 101px;
  overflow-y: hidden;
}

.container-blog .blog-item .tegs a {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140.62%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #121212;
  opacity: 0.5;
}

.container-blog .blog-item .tegs a:not(:last-of-type) {
  margin-right: 15px;
}

.container-blog .blog-item:hover hr {
  width: 100%;
  color: #FCD100;
}

.container-blog .blog-item hr {
  width: 10%;
  height: 2px;
  text-align: left;
  color: #C8C5CE;
  transition: .5s;
  text-decoration: none;
}

.container-blog .pagination a {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 110%;
  text-align: center;
  color: #000000;
  margin-left: 2px;
  margin-right: 2px;
}

.container-blog .pagination a.active-pag {
  border: 1px solid #B5AFC0;
}

.container-blog .pagination .arrow-p {
  position: relative;
  border: 1px solid #B5AFC0;
}

.container-blog .pagination .arrow-p::before {
  content: '';
  position: absolute;
  background: url(/img/svg/arrow-db.svg) center/cover no-repeat;
  width: 15px;
  height: 15px;
}

.container-blog .pagination .arrow-p:first-of-type::before {
  transform: rotate(180deg);
}

.container-blog .pagination span {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  height: 33px;
}

@media (max-width: 576px) {
  .r-col {
    width: 100%;
  }

  .cust {
    margin-bottom: 20px;
  }
}

.blog-item {
  height: 540px;
}

.blog-item-head {
  max-height: 228px;
}

.blog-item h3 {
  max-height: 97px;
  overflow-y: hidden;
}

.blog-item .description {
  max-height: 101px;
  overflow-y: hidden;
}

.blog-item__title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: rgba(0, 0, 0, 0.9) !important;
  margin-bottom: 20px;
  position: relative;
}

.blog-item .tegs a {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140.62%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #121212;
  opacity: 0.5;
}

.blog-item .tegs a:not(:last-of-type) {
  margin-right: 15px;
}

.blog-item:hover hr {
  width: 100%;
  color: #FCD100;
}

.blog-item hr {
  width: 10%;
  height: 2px;
  text-align: left;
  color: #C8C5CE;
  transition: .5s;
  text-decoration: none;
}

.subscribe {
  background-color: #FCD100;
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 48px 0px;
}

.subscribe .inner {
  display: -webkit-flex;
  width: 900px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.subscribe .inner .text img {
  width: 86px;
  height: 54px;
  text-align: left;
}

.subscribe .inner .text p:first-of-type {
  font-weight: 600;
  margin-bottom: 5px;
}

.subscribe .inner .text p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  margin-top: 0;
  font-size: 17px;
  line-height: 120%;
  color: #000000;
  opacity: 0.9;
}

.subscribe .inner form {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.subscribe .inner form input {
  padding: 16px 30px;
  border: none;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 134.77%;
  color: rgba(0, 0, 0, 0.55);
}

.subscribe .inner form input[type="email"] {
  border-radius: 25px 0px 0px 25px;
}



@media (max-width: 900px) {
  .subscribe .inner {
    width: 95%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    padding: 20px;
  }
}

@media (max-width: 375px) {
  .subscribe .inner form input {
    padding: 15px;
  }
}

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

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

h2 {
  font-size: 1.5em;
  margin: .83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: .83em;
  margin: 1.67em 0;
}

h6 {
  font-size: .75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

p,
pre {
  margin: 1em 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace,serif;
  _font-family: 'courier new',monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

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

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu,
ol,
ul {
  padding: 0 0 0 0px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

