.red {
  color: #f13f3f;
}
.bold {
  font-weight: 700;
}
.red-wave {
  background: url(../../images/red_wave.png) repeat 0 0;
  width: 94px;
  height: 15px;
}
.is-category .section-line {
  display: none;
}
.laptop-block {
  text-align: center;
}
.laptop-block .wp {
  display: inline-block;
  position: relative;
}
.laptop-block .wp .img {
  position: absolute;
  top: 0;
  left: 0;
  padding: 6.8% 12% 0% 12%;
}
.laptop-block .wp .img img {
  width: 100%;
  max-width: 697px;
  max-height: 390px;
}
.tablet-block {
  text-align: center;
}
.tablet-block .wp {
  display: inline-block;
  position: relative;
}
.tablet-block .wp .img {
  position: absolute;
  top: 0;
  left: 0;
  padding: 6.8% 12% 0% 10%;
}
.tablet-block .wp .img img {
  width: 100%;
  max-width: 697px;
  max-height: 390px;
}
@media (min-width: 1366px) {
  .tablet-block .wp > img {
    max-width: 669px;
  }
}
.tablet-block-vertical {
  text-align: center;
}
.tablet-block-vertical .wp {
  display: inline-block;
  position: relative;
}
.tablet-block-vertical .wp .img {
  position: absolute;
  top: 0;
  left: 0;
  padding: 6.8% 12% 0% 12%;
}
.tablet-block-vertical .wp .img img {
  width: 100%;
  max-width: 229px;
  max-height: 452px;
}
.phone-block-vertical {
  text-align: center;
}
.phone-block-vertical .wp {
  display: inline-block;
  position: relative;
}
.phone-block-vertical .wp .img {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15% 11% 0% 11%;
}
.phone-block-vertical .wp .img img {
  width: 100%;
  max-width: 151px;
  max-height: 339px;
  border-radius: 5px;
}
#ez-toc-container {
  display: none !important;
}
.b24-widget-button-wrapper {
  bottom: 75px;
  right: 7px;
}
@media (min-width: 576px) {
  .b24-widget-button-wrapper {
    bottom: 100px;
    right: 31px;
  }
}
.section-page-title h1.page-title,
.section-page-title h2.page-title,
.section-page-title h3.page-title {
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 700;
  text-transform: uppercase;
}
.advertising-line {
  background-color: #f13f3f;
  position: relative;
  display: none;
}
.advertising-line .container-fluid .advertising-line__text {
  color: #fff;
  font-family: montserrat, sans-serif;
  font-size: 14px;
  text-align: center;
  letter-spacing: .02em;
  padding: 17px 22px;
}
.advertising-line .container-fluid .advertising-line__text p {
  margin: 0;
}
.advertising-line .container-fluid .advertising-line__text ul,
.advertising-line .container-fluid .advertising-line__text ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.advertising-line .container-fluid .advertising-line__text a {
  color: #fff;
  text-decoration: underline;
}
.advertising-line .container-fluid .advertising-line__text a:hover {
  text-decoration: none;
}
.advertising-line .advertising-line__close {
  cursor: pointer;
  color: #fff;
  position: absolute;
  top: 18px;
  right: 20px;
}
.advertising-line .advertising-line__close:hover {
  opacity: 0.6;
}
.advertising-line.show {
  display: block;
}
.swiper-slider-2 .swiper-wrapper .swiper-slide .swiper-slide-caption .add_text {
  color: #fff;
  font-family: montserrat, sans-serif;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .02em;
}
@media (min-width: 1200px) {
  .swiper-slider-2 .swiper-wrapper .swiper-slide .swiper-slide-caption .add_text {
    font-size: 60px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .swiper-slider-with-info .swiper-slide-caption > .container > .row > .col-sm-10 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/*------------------------------------*\
    SERVICE PAGE
\*------------------------------------*/
.block_services .item .title {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 480px) {
  .block_services .item .title {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .block_services .item .title:before {
    background-color: #f13f3f;
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    max-height: 27px;
    position: absolute;
    top: 4px;
    left: -31px;
  }
}
@media (min-width: 1366px) {
  .block_services .item .title {
    font-size: 48px;
  }
  .block_services .item .title:before {
    max-height: 34px;
    top: 8px;
  }
}
.block_services .item .text {
  font-size: 14px;
  max-width: 478px;
}
@media (min-width: 480px) {
  .block_services .item .text {
    font-size: 16px;
  }
}
.block_services .item .links {
  margin-top: 16px;
}
@media (min-width: 480px) {
  .block_services .item .links {
    padding-left: 30px;
  }
}
.block_services .item .links li {
  padding-left: 26px;
  margin-top: 5px;
  position: relative;
}
.block_services .item .links li:before {
  background-color: #f13f3f;
  content: '';
  display: block;
  width: 18px;
  height: 1px;
  position: absolute;
  top: 13px;
  left: 0;
}
.block_services .item .links li a {
  color: #fff;
  font-size: 18px;
}
.block_services .item .links li a:hover {
  color: #f13f3f;
}
@media (min-width: 992px) {
  .block_services .item:nth-child(2n + 1) {
    padding-left: 41px;
  }
  .block_services .item:nth-child(2n + 1) .title:before {
    left: -27px;
  }
}
/*------------------------------------*\
    REVIEW PAGE
\*------------------------------------*/
.category-filter {
  position: relative;
  padding: 25px 0;
  background-position: center;
  -webkit-box-shadow: 4px 0 19px rgba(0, 0, 0, 0.21);
          box-shadow: 4px 0 19px rgba(0, 0, 0, 0.21);
}
.category-filter .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.category-filter .filter-item {
  border-bottom: 1px solid transparent;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  padding: 2px 0px 5px;
  margin-left: 26px;
  -webkit-transition: .3s;
  transition: .3s;
}
.category-filter .filter-item.all-works-item {
  color: #7e7e7e;
}
.category-filter .filter-item:first-child {
  margin-left: 0;
}
.category-filter .filter-item:hover {
  color: #f13f3f;
}
.category-filter .filter-item.active {
  border-bottom: 1px solid #f13f3f;
}
.category-filter .filter-item.active:hover {
  color: #fff;
}
.category-filter.mod2 .filter-item {
  font-weight: 700;
  position: relative;
}
.category-filter.mod2 .filter-item:first-child {
  margin-left: 25px;
}
.category-filter.mod2 .filter-item:first-child:before {
  background: #f13f3f;
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -25px;
}
.category-filter.mod2 .filter-item.active {
  color: #f13f3f;
  border: 0 none;
}
@media (max-width: 767px) {
  .category-filter.mod2 .filter-item {
    width: 100%;
  }
}
.block_review {
  margin-left: -10px;
  margin-right: -10px;
}
.block_review .review-item {
  padding-left: 10px;
  padding-right: 10px;
}
.block_review .review-item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: url(../../images/white-eye.png), auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 444px;
  padding: 30px;
  position: relative;
}
.block_review .review-item .inner header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
.block_review .review-item .inner header .category {
  background-color: #f13f3f;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  padding: 6px 8px;
}
.block_review .review-item .inner header .post-type {
  color: #f13f3f;
  font-size: 16px;
  text-transform: uppercase;
}
.block_review .review-item .inner .image {
  margin-top: 46px;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
.block_review .review-item .inner .image img {
  border-radius: 50%;
  width: 128px;
  height: 128px;
}
.block_review .review-item .inner .text-block {
  margin-top: 6px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.block_review .review-item .inner .text-block .text {
  color: #fff;
  font-size: 18px;
}
.block_review .review-item .inner .text-block .fio {
  font-size: 16px;
  margin-top: 20px;
}
.block_review .review-item .inner footer {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
.block_review .review-item .inner footer .views {
  margin-left: 24px;
}
.block_review .review-item .inner footer .views i {
  margin-right: 4px;
}
.block_review .review-item .inner .link-wrapper {
  cursor: url(../../images/white-eye.png), auto;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
}
.block_review .review-item.border-style .inner {
  border-width: 4px 4px 0px 4px;
  border-style: solid solid none solid;
  border-color: #fff #fff #fff #fff;
}
.block_review .review-item.border-style .inner:before,
.block_review .review-item.border-style .inner:after {
  background: #fff;
  content: '';
  height: 4px;
  position: absolute;
  bottom: 0;
}
.block_review .review-item.border-style .inner:before {
  width: 45%;
  left: 0;
}
.block_review .review-item.border-style .inner:after {
  width: 8%;
  right: 0;
}
.block_review .review-item.border-style .inner .red-wave {
  width: 94px;
  position: absolute;
  right: 16%;
  bottom: -7px;
}
@media (min-width: 480px) {
  .block_review .review-item.border-style .inner .red-wave {
    width: 120px;
  }
}
@media (min-width: 768px) {
  .block_review .review-item.border-style .inner .red-wave {
    width: 107px;
  }
}
@media (min-width: 992px) {
  .block_review .review-item.border-style .inner .red-wave {
    width: 94px;
  }
}
@media (min-width: 1366px) {
  .block_review .review-item.border-style .inner .red-wave {
    width: 120px;
  }
}
.block_review .review-item.image-style .inner header {
  position: relative;
  z-index: 2;
}
.block_review .review-item.image-style .inner .image-bg {
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.block_review .review-item.image-style .inner .image-bg:before {
  background: rgba(0, 0, 0, 0.6);
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.pagination {
  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;
  font-size: 16px;
  text-align: center;
  margin: 20px 0 0;
}
.pagination .page-numbers {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  margin: 20px 2px;
  -webkit-transition: .3s;
  transition: .3s;
}
.pagination .page-numbers:hover {
  color: #f13f3f;
  text-decoration: none;
}
.pagination .page-numbers.dots {
  color: #fff;
  height: auto;
  margin: 0 2px;
  width: auto;
}
.pagination .page-numbers.current {
  border: 1px solid #f13f3f;
  color: #f13f3f;
  font-weight: 700;
}
.pagination a.prev,
.pagination a.next {
  font-size: 18px;
}
.pagination a.prev .button-arrow,
.pagination a.next .button-arrow {
  margin-top: 4px;
}
/*------------------------------------*\
    REVIEW PAGE - INNER
\*------------------------------------*/
.review-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.review-article header {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  text-align: center;
}
.review-article header .fio {
  margin-top: 20px;
}
.review-article header .quote-modern-text {
  padding-top: 20px;
}
.review-article header .quote-modern-text .quote-body-mark {
  position: static;
}
.review-article .text-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.review-article footer {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  margin-top: 20px;
}
.review-article footer .views {
  margin-left: 24px;
}
.review-article footer .views i {
  margin-right: 4px;
}
/*------------------------------------*\
    OUR WORKS PAGE
\*------------------------------------*/
.section-works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-works.sw-mainpage {
  margin-top: 30px;
}
.section-works .works-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 0;
  padding-right: 0;
}
.section-works .works-item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 15px;
  position: relative;
  overflow: hidden;
}
.section-works .works-item .inner header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  position: absolute;
  bottom: 30px;
  right: 15px;
  z-index: 3;
}
.section-works .works-item .inner header .post-type {
  color: #f13f3f;
  font-size: 16px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .section-works .works-item .inner header {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
}
.section-works .works-item .inner .text-block {
  margin: 0;
  position: relative;
  z-index: 3;
}
.section-works .works-item .inner .text-block .big-title {
  color: #f13f3f;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media (min-width: 480px) {
  .section-works .works-item .inner .text-block .big-title {
    font-size: 38px;
    margin-bottom: 18px;
  }
}
@media (min-width: 768px) {
  .section-works .works-item .inner .text-block .big-title {
    font-size: 28px;
    margin-bottom: 8px;
  }
}
@media (min-width: 992px) {
  .section-works .works-item .inner .text-block .big-title {
    font-size: 38px;
    margin-bottom: 18px;
  }
}
@media (min-width: 1366px) {
  .section-works .works-item .inner .text-block .big-title {
    font-size: 28px;
    margin-bottom: 8px;
  }
}
@media (min-width: 1600px) {
  .section-works .works-item .inner .text-block .big-title {
    font-size: 38px;
    margin-bottom: 18px;
  }
}
.section-works .works-item .inner .text-block .image {
  margin-bottom: 20px;
  text-align: center;
}
.section-works .works-item .inner .text-block .small-title {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 6px;
}
@media (min-width: 480px) {
  .section-works .works-item .inner .text-block .small-title {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .section-works .works-item .inner .text-block .small-title {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .section-works .works-item .inner .text-block .small-title {
    font-size: 18px;
  }
}
@media (min-width: 1366px) {
  .section-works .works-item .inner .text-block .small-title {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .section-works .works-item .inner .text-block .small-title {
    font-size: 18px;
  }
}
.section-works .works-item .inner .text-block .text {
  font-size: 16px;
}
.section-works .works-item .inner .text-block .text p + p {
  margin-top: 6px;
}
.section-works .works-item .inner .text-block .custom-more-arrows {
  margin-left: -6px;
}
.section-works .works-item .inner .link-to-page {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
}
@media (min-width: 768px) {
  .section-works .works-item .inner {
    height: 100%;
    min-height: 370px;
    max-height: 370px;
    padding: 30px 25px;
  }
  .section-works .works-item .inner:before {
    background: rgba(0, 0, 0, 0.85);
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0;
    opacity: 0;
    -webkit-transition: .3s .2s;
    transition: .3s .2s;
    z-index: 2;
  }
  .section-works .works-item .inner .image {
    display: none;
  }
  .section-works .works-item .inner .fade-up {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .section-works .works-item .inner:hover:before {
    opacity: 1;
  }
  .section-works .works-item .inner:hover .fade-up {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .section-works .works-item .inner:hover .fade-up.post-type {
    -webkit-transition-delay: .2s;
            transition-delay: .2s;
  }
  .section-works .works-item .inner:hover .fade-up.big-title {
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
  }
  .section-works .works-item .inner:hover .fade-up.small-title {
    -webkit-transition-delay: .4s;
            transition-delay: .4s;
  }
  .section-works .works-item .inner:hover .fade-up.text {
    -webkit-transition-delay: .5s;
            transition-delay: .5s;
  }
  .section-works .works-item .inner:hover .fade-up.arrows-block {
    -webkit-transition-delay: .6s;
            transition-delay: .6s;
  }
}
@media (min-width: 1600px) {
  .section-works .works-item .inner {
    padding: 30px 25px 30px 45px;
  }
}
@media (max-width: 767px) {
  .section-works .works-item {
    background-image: none !important;
  }
}
/*------------------------------------*\
    OUR WORKS PAGE - INNER
\*------------------------------------*/
.our-woks-inner-page .header-sidebar.header-sidebar-with-top-panel {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
}
html.rd-navbar-fixed-linked .our-woks-inner-page .page {
  padding-top: 0px;
}
.our-woks-inner-page .section-big-image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  width: 100%;
  height: 614px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 480px) {
  .our-woks-inner-page .section-big-image {
    height: 770px;
  }
}
@media (min-width: 1366px) {
  .our-woks-inner-page .section-big-image {
    height: 984px;
  }
}
.our-woks-inner-page .section-big-image:before {
  background: rgba(0, 0, 0, 0.5);
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.our-woks-inner-page .section-big-image .container {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  position: relative;
  z-index: 3;
}
.our-woks-inner-page .section-big-image .container:after {
  background: #fff;
  content: '';
  display: block;
  width: 1px;
  height: 172px;
  margin: 0 auto;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-animation: scrollDownLine 3s ease infinite;
          animation: scrollDownLine 3s ease infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.our-woks-inner-page .section-big-image .container .all-works-link {
  color: #fff;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  line-height: 0;
  display: block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 70px;
  margin-bottom: auto;
}
.our-woks-inner-page .section-big-image .container .all-works-link:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  .our-woks-inner-page .section-big-image .container .all-works-link {
    margin-top: 130px;
  }
}
.our-woks-inner-page .section-big-image .container .project-logo {
  max-width: 140px;
  margin: 0 auto;
}
.our-woks-inner-page .section-big-image .container .project-logo:after {
  background: #fff;
  content: '';
  display: block;
  width: 1px;
  height: 72px;
  margin: 40px auto;
}
@media (min-width: 480px) {
  .our-woks-inner-page .section-big-image .container .project-logo {
    max-width: 200px;
  }
}
.our-woks-inner-page .section-big-image .container .project-title {
  font-size: 18px;
  font-weight: 600;
  text-transform: none;
  line-height: 1;
  max-width: 350px;
  margin: 0 auto 16%;
}
@media (min-width: 768px) {
  .our-woks-inner-page .section-big-image .container .project-title {
    font-size: 21px;
    max-width: 510px;
  }
}
.our-woks-inner-page .section-info {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.our-woks-inner-page .section-info .blocks-info .item {
  font-size: 14px;
}
@media (min-width: 480px) {
  .our-woks-inner-page .section-info .blocks-info .item {
    font-size: 16px;
  }
}
.our-woks-inner-page .section-info .blocks-info .item h2 {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 480px) {
  .our-woks-inner-page .section-info .blocks-info .item h2 {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .our-woks-inner-page .section-info .blocks-info .item h2:before {
    background-color: #f13f3f;
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    max-height: 27px;
    position: absolute;
    top: 4px;
    left: -31px;
  }
}
@media (min-width: 1366px) {
  .our-woks-inner-page .section-info .blocks-info .item h2 {
    font-size: 48px;
  }
  .our-woks-inner-page .section-info .blocks-info .item h2:before {
    max-height: 34px;
    top: 8px;
  }
}
.our-woks-inner-page .section-info .blocks-info .item h3 {
  font-size: 20px;
  line-height: 1;
}
@media (min-width: 992px) {
  .our-woks-inner-page .section-info .blocks-info .item h3 {
    font-size: 24px;
  }
}
.our-woks-inner-page .section-info .blocks-info .item ul {
  margin-top: 16px;
}
.our-woks-inner-page .section-info .blocks-info .item ul li {
  padding-left: 32px;
  margin-top: 9px;
  position: relative;
}
.our-woks-inner-page .section-info .blocks-info .item ul li:before {
  background-color: #f13f3f;
  content: '';
  display: block;
  width: 23px;
  height: 1px;
  position: absolute;
  top: 13px;
  left: 0;
}
.our-woks-inner-page .section-info .blocks-info .item ul li a:hover {
  color: #f13f3f;
}
.our-woks-inner-page .section-info .blocks-info .item:nth-child(2n + 1) ul {
  font-size: 20px;
}
.our-woks-inner-page .section-info .blocks-info .item:nth-child(2n + 1) ul li:before {
  top: 17px;
}
@media (min-width: 992px) {
  .our-woks-inner-page .section-info .blocks-info .item:nth-child(2n + 1) {
    padding-left: 41px;
  }
  .our-woks-inner-page .section-info .blocks-info .item:nth-child(2n + 1) h2:before {
    left: -27px;
  }
  .our-woks-inner-page .section-info .blocks-info .item:nth-child(2n + 1) ul {
    font-size: 22px;
    font-weight: 500;
  }
  .our-woks-inner-page .section-info .blocks-info .item:nth-child(2n + 1) ul li {
    padding-left: 80px;
  }
  .our-woks-inner-page .section-info .blocks-info .item:nth-child(2n + 1) ul li:before {
    width: 70px;
    top: 19px;
  }
  .our-woks-inner-page .section-info .blocks-info .item:nth-child(2n) ul {
    margin-left: -30px;
  }
}
.our-woks-inner-page .our-works-block-2 {
  padding-bottom: 100px;
}
@media (min-width: 480px) {
  .our-woks-inner-page .our-works-block-2 {
    padding-bottom: 160px;
  }
}
@media (min-width: 768px) {
  .our-woks-inner-page .our-works-block-2 {
    padding-bottom: 230px;
  }
}
@media (min-width: 480px) {
  .our-woks-inner-page .our-works-block-2 .blocks-info .item h2 {
    margin-bottom: 40px;
  }
}
.our-woks-inner-page .our-works-block-3 {
  background-color: #101010;
}
.our-woks-inner-page .our-works-block-3 .blocks-info .item:nth-child(2n) {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.our-woks-inner-page .our-works-block-3 .blocks-info .item:nth-child(n + 3) img {
  width: 100%;
  max-width: 600px;
}
@media (min-width: 992px) {
  .our-woks-inner-page .our-works-block-3 .blocks-info .item:nth-child(1) .text {
    max-width: 472px;
  }
  .our-woks-inner-page .our-works-block-3 .blocks-info .item:nth-child(2) .text {
    margin-left: -24px;
  }
  .our-woks-inner-page .our-works-block-3 .blocks-info .item:nth-child(n + 3) {
    padding-left: 41px;
  }
}
.our-woks-inner-page .our-works-block-3 .laptop-block {
  margin: -130px auto -40px;
}
@media (min-width: 480px) {
  .our-woks-inner-page .our-works-block-3 .laptop-block {
    margin: -190px auto -40px;
  }
}
@media (min-width: 768px) {
  .our-woks-inner-page .our-works-block-3 .laptop-block {
    margin: -290px auto -90px;
  }
}
@media (min-width: 992px) {
  .our-woks-inner-page .our-works-block-4 {
    padding-bottom: 140px;
  }
}
@media (min-width: 1366px) {
  .our-woks-inner-page .our-works-block-4 {
    padding-bottom: 180px;
  }
}
.our-woks-inner-page .our-works-block-4 .blocks-info .item.tablet-in {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .our-woks-inner-page .our-works-block-4 .blocks-info .item:nth-child(1) {
    padding-right: 0;
  }
  .our-woks-inner-page .our-works-block-4 .blocks-info .item:nth-child(2).tablet-in .tablet-block {
    margin-right: -20px;
  }
}
@media (min-width: 1366px) {
  .our-woks-inner-page .our-works-block-4 .blocks-info .item:nth-child(2) {
    margin-top: 70px;
  }
}
.our-woks-inner-page .our-works-block-5 {
  background-image: url(../../images/our_works_block_5_background.jpg);
}
.our-woks-inner-page .our-works-block-5 .blocks-info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.our-woks-inner-page .our-works-block-5 .blocks-info .item.tablet-in {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  direction: rtl;
}
@media (min-width: 992px) {
  .our-woks-inner-page .our-works-block-5 .blocks-info .item.tablet-in {
    margin-top: -160px;
    margin-bottom: -160px;
  }
}
@media (min-width: 992px) {
  .our-woks-inner-page .our-works-block-5 .blocks-info .item:nth-child(1) {
    padding-right: 0;
  }
  .our-woks-inner-page .our-works-block-5 .blocks-info .item:nth-child(2).tablet-in .tablet-block {
    margin-right: -20px;
  }
}
.our-woks-inner-page .our-works-block-6 {
  background-color: rgba(31, 31, 31, 0.5);
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .our-woks-inner-page .our-works-block-6 {
    padding-top: 110px;
  }
}
@media (min-width: 992px) {
  .our-woks-inner-page .our-works-block-6 .blocks-info .item:nth-child(1) .text {
    max-width: 472px;
  }
  .our-woks-inner-page .our-works-block-6 .blocks-info .item:nth-child(2) .text {
    margin-left: -24px;
  }
}
.our-woks-inner-page .our-works-block-6 .prev-adapt {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .our-woks-inner-page .our-works-block-6 .prev-adapt {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .our-woks-inner-page .our-works-block-6 .prev-adapt {
    margin-top: 28px;
  }
}
.our-woks-inner-page .our-works-block-6 .prev-adapt .laptop-zone {
  padding: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 768px) {
  .our-woks-inner-page .our-works-block-6 .prev-adapt .laptop-zone {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 992px) {
  .our-woks-inner-page .our-works-block-6 .prev-adapt .laptop-zone {
    margin-left: 35px;
  }
}
.our-woks-inner-page .our-works-block-6 .prev-adapt .laptop-zone .laptop-block {
  max-width: 790px;
  position: relative;
  z-index: 2;
}
.our-woks-inner-page .our-works-block-6 .prev-adapt .mobile-zone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 214px;
  padding: 0;
  margin: 0 auto 10px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 480px) {
  .our-woks-inner-page .our-works-block-6 .prev-adapt .mobile-zone {
    max-width: 254px;
  }
}
@media (min-width: 768px) {
  .our-woks-inner-page .our-works-block-6 .prev-adapt .mobile-zone {
    max-width: none;
    margin: 0 0 0 -12%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.our-woks-inner-page .our-works-block-6 .prev-adapt .mobile-zone .tablet-block-vertical {
  margin-top: -25px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .our-woks-inner-page .our-works-block-6 .prev-adapt .mobile-zone .tablet-block-vertical {
    max-width: 280px;
  }
}
@media (min-width: 992px) {
  .our-woks-inner-page .our-works-block-6 .prev-adapt .mobile-zone .tablet-block-vertical {
    margin-top: -50px;
  }
}
@media (min-width: 1200px) {
  .our-woks-inner-page .our-works-block-6 .prev-adapt .mobile-zone .tablet-block-vertical {
    max-width: none;
  }
}
.our-woks-inner-page .our-works-block-6 .prev-adapt .mobile-zone .phone-block-vertical {
  margin-bottom: -32px;
  position: relative;
  margin-left: -38px;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 991px) {
  .our-woks-inner-page .our-works-block-6 .prev-adapt .mobile-zone .phone-block-vertical {
    margin-bottom: -65px;
    margin-left: -46px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .our-woks-inner-page .our-works-block-6 .prev-adapt .mobile-zone .phone-block-vertical {
    max-width: 137px;
    margin-left: -64px;
    margin-bottom: -90px;
  }
}
@media (min-width: 1200px) {
  .our-woks-inner-page .our-works-block-6 .prev-adapt .mobile-zone .phone-block-vertical {
    left: -65px;
    margin-left: 0;
    margin-bottom: -90px;
  }
}
.our-woks-inner-page.white-edition .section-info {
  color: #000;
}
.our-woks-inner-page.white-edition .section-info h1,
.our-woks-inner-page.white-edition .section-info h2,
.our-woks-inner-page.white-edition .section-info h3,
.our-woks-inner-page.white-edition .section-info h4,
.our-woks-inner-page.white-edition .section-info h5,
.our-woks-inner-page.white-edition .section-info h6,
.our-woks-inner-page.white-edition .section-info [class^=heading-] {
  color: #000;
}
.our-woks-inner-page.white-edition .our-works-block-3 {
  background-color: #ebebeb;
}
.our-woks-inner-page.white-edition .our-works-block-5 {
  color: #fff;
}
.our-woks-inner-page.white-edition .our-works-block-5 h1,
.our-woks-inner-page.white-edition .our-works-block-5 h2,
.our-woks-inner-page.white-edition .our-works-block-5 h3,
.our-woks-inner-page.white-edition .our-works-block-5 h4,
.our-woks-inner-page.white-edition .our-works-block-5 h5,
.our-woks-inner-page.white-edition .our-works-block-5 h6,
.our-woks-inner-page.white-edition .our-works-block-5 [class^=heading-] {
  color: #fff;
}
.our-woks-inner-page.white-edition .our-works-block-6 {
  background-color: transparent;
}
.our-woks-inner-page.white-edition .global-form-section {
  background-color: #1d1d1d;
}
.our-woks-inner-page.white-edition .section-line .block-line {
  border-left: 1px solid rgba(0, 0, 0, 0.06);
  border-right: 1px solid rgba(0, 0, 0, 0.06);
}
.our-woks-inner-page.white-edition .section-links-blocks {
  background: url(../../images/body-bg.jpg);
}
@-webkit-keyframes scrollDownLine {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateY(80%);
            transform: translateY(80%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
}
@keyframes scrollDownLine {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateY(80%);
            transform: translateY(80%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
}
/*------------------------------------*\
    LARNING PAGE
\*------------------------------------*/
.block-learning {
  margin-left: -10px;
  margin-right: -10px;
}
.block-learning .learning-item {
  padding-left: 10px;
  padding-right: 10px;
}
.block-learning .learning-item .inner {
  background-color: #282828;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 320px;
  padding: 45px 36px 50px;
  position: relative;
}
.block-learning .learning-item .inner header .image {
  max-width: 64px;
}
.block-learning .learning-item .inner header .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 22px;
}
.block-learning .learning-item .inner .text-block {
  margin-top: 0;
}
@media (min-width: 480px) {
  .block-learning .learning-item .inner .text-block .info-zone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .block-learning .learning-item .inner .text-block .info-zone {
    display: block;
  }
}
@media (min-width: 1200px) {
  .block-learning .learning-item .inner .text-block .info-zone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.block-learning .learning-item .inner .text-block .info-zone > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 20px;
}
.block-learning .learning-item .inner .text-block .info-zone i {
  color: #f13f3f;
  margin-right: 8px;
}
.block-learning .learning-item .inner .link-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
}
.block-learning .learning-item.border-style .inner {
  border-width: 4px 4px 0px 4px;
  border-style: solid solid none solid;
  border-color: transparent;
  -webkit-transition: .3s;
  transition: .3s;
}
.block-learning .learning-item.border-style .inner:before,
.block-learning .learning-item.border-style .inner:after {
  background: transparent;
  content: '';
  height: 4px;
  position: absolute;
  bottom: 0;
  -webkit-transition: .3s;
  transition: .3s;
}
.block-learning .learning-item.border-style .inner:before {
  width: 45%;
  left: 0;
}
.block-learning .learning-item.border-style .inner:after {
  width: 8%;
  right: 0;
}
.block-learning .learning-item.border-style .inner .red-wave {
  width: 94px;
  position: absolute;
  right: 16%;
  bottom: -7px;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}
@media (min-width: 480px) {
  .block-learning .learning-item.border-style .inner .red-wave {
    width: 120px;
  }
}
@media (min-width: 768px) {
  .block-learning .learning-item.border-style .inner .red-wave {
    width: 107px;
  }
}
@media (min-width: 992px) {
  .block-learning .learning-item.border-style .inner .red-wave {
    width: 94px;
  }
}
@media (min-width: 1366px) {
  .block-learning .learning-item.border-style .inner .red-wave {
    width: 120px;
  }
}
.block-learning .learning-item.border-style .inner:hover {
  background-color: transparent;
  border-color: #fff;
}
.block-learning .learning-item.border-style .inner:hover:before,
.block-learning .learning-item.border-style .inner:hover:after {
  background: #fff;
}
.block-learning .learning-item.border-style .inner:hover .red-wave {
  opacity: 1;
}
/*------------------------------------*\
    LARNING PAGE - INNER
\*------------------------------------*/
.learning-article .block-learning .learning-item.border-style .inner {
  background-color: transparent;
  border-color: #fff;
}
.learning-article .block-learning .learning-item.border-style .inner:before,
.learning-article .block-learning .learning-item.border-style .inner:after {
  background: #fff;
}
@media (min-width: 480px) {
  .learning-article .block-learning .learning-item.border-style .inner .text-block .info-zone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.learning-article .block-learning .learning-item.border-style .inner .red-wave {
  opacity: 1;
}
/*------------------------------------*\
    KNOWLEDGE BASE PAGE
\*------------------------------------*/
.section-kd-loop {
  background-color: #fff;
}
.section-kd-loop .row {
  margin-left: -5px;
  margin-right: -5px;
}
@media (min-width: 1366px) {
  .section-kd-loop .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.section-kd-loop .big-post {
  margin: 0 auto 3px;
}
.section-kd-loop .big-post .inner .image {
  max-height: 480px;
  min-height: 480px;
  overflow: hidden;
}
.section-kd-loop .big-post .inner .image img {
  width: 100%;
}
.section-kd-loop .big-post .inner .container .text-block {
  margin-top: 10px;
}
.section-kd-loop .big-post .inner .container .text-block .title {
  font-family: lato, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, sans-serif;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .section-kd-loop .big-post .inner .container .text-block .title {
    max-width: 504px;
  }
}
@media (min-width: 1366px) {
  .section-kd-loop .big-post .inner .container .text-block .title {
    max-width: 590px;
  }
}
.section-kd-loop .big-post .inner .container .text-block .title a {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  text-transform: none;
}
.section-kd-loop .big-post .inner .container .text-block .title a:hover {
  color: #f13f3f;
}
@media (min-width: 480px) {
  .section-kd-loop .big-post .inner .container .text-block .title a {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .section-kd-loop .big-post .inner .container .text-block .title a {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .section-kd-loop .big-post .inner .container .text-block .title a {
    font-size: 34px;
  }
}
@media (min-width: 1366px) {
  .section-kd-loop .big-post .inner .container .text-block .title a {
    font-size: 40px;
  }
}
.section-kd-loop .big-post .inner .container .post-meta {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.section-kd-loop .big-post .inner .container .post-meta > div + div {
  margin-left: 30px;
}
@media (min-width: 992px) {
  .section-kd-loop .big-post .inner .container .post-meta {
    margin-top: 14px;
  }
}
.section-kd-loop .kd-item {
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 23px;
}
@media (min-width: 1366px) {
  .section-kd-loop .kd-item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.section-kd-loop .kd-item .inner {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 246px;
  padding: 30px 10px;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}
@media (min-width: 480px) {
  .section-kd-loop .kd-item .inner {
    padding: 30px 15px;
    height: 187px;
  }
}
@media (min-width: 768px) {
  .section-kd-loop .kd-item .inner {
    height: 286px;
    padding: 30px 25px;
  }
}
@media (min-width: 992px) {
  .section-kd-loop .kd-item .inner {
    height: 320px;
    padding: 30px 12px;
  }
}
@media (min-width: 1366px) {
  .section-kd-loop .kd-item .inner {
    padding: 30px 35px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .section-kd-loop .kd-item .inner.omg {
    height: 380px;
  }
}
.section-kd-loop .kd-item .inner .text-block {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  position: relative;
  z-index: 3;
}
.section-kd-loop .kd-item .inner .text-block .red-wave {
  width: 120px;
}
.section-kd-loop .kd-item .inner .text-block .title {
  font-family: lato, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: none;
  margin-top: 14px;
}
.section-kd-loop .kd-item .inner .text-block .post-meta {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}
.section-kd-loop .kd-item .inner .text-block .post-meta > div + div {
  margin-left: 30px;
}
@media (min-width: 992px) {
  .section-kd-loop .kd-item .inner .text-block .post-meta {
    margin-top: 24px;
  }
}
.section-kd-loop .kd-item .inner .post-type {
  color: #f13f3f;
  font-size: 16px;
  line-height: 1;
  text-transform: lowercase;
  text-align: right;
  position: relative;
  z-index: 3;
}
.section-kd-loop .kd-item .inner .link-to-page {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
}
.section-kd-loop .kd-item .inner .fade-up {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}
.section-kd-loop .kd-item.small-post .inner:before {
  background: #000000;
  border: 2px solid #000;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0;
  opacity: 0;
  -webkit-transition: .3s .2s;
  transition: .3s .2s;
  z-index: 2;
}
.section-kd-loop .kd-item.small-post .inner.fill:before,
.section-kd-loop .kd-item.small-post .inner:hover:before {
  opacity: 1;
}
.section-kd-loop .kd-item.small-post .inner.fill .fade-up,
.section-kd-loop .kd-item.small-post .inner:hover .fade-up {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s;
}
.section-kd-loop .kd-item.small-post .inner.fill .fade-up.post-type,
.section-kd-loop .kd-item.small-post .inner:hover .fade-up.post-type {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}
.section-kd-loop .kd-item.small-post .inner:hover:before {
  border: 2px solid #f13f3f;
}
.section-kd-loop .kd-item.medium-post .inner {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
}
.section-kd-loop .kd-item.medium-post .inner .text-block {
  background: #000;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  padding: 16px 10px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: .3s;
  transition: .3s;
}
@media (min-width: 480px) {
  .section-kd-loop .kd-item.medium-post .inner .text-block {
    padding: 16px 15px;
    height: 187px;
  }
}
@media (min-width: 768px) {
  .section-kd-loop .kd-item.medium-post .inner .text-block {
    height: 286px;
    padding: 16px 25px;
  }
}
@media (min-width: 992px) {
  .section-kd-loop .kd-item.medium-post .inner .text-block {
    height: 320px;
    padding: 16px 12px;
  }
}
@media (min-width: 1366px) {
  .section-kd-loop .kd-item.medium-post .inner .text-block {
    padding: 16px 35px;
  }
}
.section-kd-loop .kd-item.medium-post .inner .text-block .post-meta {
  margin-top: 12px;
}
@media (max-width: 479px) {
  .section-kd-loop .kd-item.medium-post .inner .text-block .post-meta .post-type {
    width: 100%;
    margin-top: 10px;
  }
}
.section-kd-loop .kd-item.medium-post .inner:hover .text-block {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.section-kd-loop .kd-item.medium-post .inner .fade-up {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.section-kd-loop .top-publications {
  display: block;
}
.section-kd-loop .top-publications + .container {
  margin-top: 0px;
}
@media (min-width: 768px) {
  .section-kd-loop .top-publications + .container {
    margin-top: 35px;
  }
}
@media (min-width: 992px) {
  .section-kd-loop .top-publications {
    text-align: right;
    height: 0;
  }
}
.section-kd-loop .top-publications .publications-list {
  background: #fff;
  border: 4px solid #000;
  color: #000;
  text-align: left;
  list-style: none;
  padding: 26px 14px 30px;
  margin-top: 24px;
  position: relative;
}
@media (min-width: 480px) {
  .section-kd-loop .top-publications .publications-list {
    padding: 26px 30px 30px;
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .section-kd-loop .top-publications .publications-list {
    padding: 26px 36px 30px;
  }
}
@media (min-width: 992px) {
  .section-kd-loop .top-publications .publications-list {
    display: inline-block;
    max-width: 376px;
    padding: 40px 36px 60px;
    margin-top: 0px;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@media (min-width: 1366px) {
  .section-kd-loop .top-publications .publications-list {
    margin-right: 40px;
  }
}
.section-kd-loop .top-publications .publications-list .publications-title {
  color: #000;
  font-family: lato, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-transform: none;
}
@media (min-width: 480px) {
  .section-kd-loop .top-publications .publications-list .publications-title {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .section-kd-loop .top-publications .publications-list .publications-title {
    font-size: 30px;
  }
}
.section-kd-loop .top-publications .publications-list .pub-item {
  border-bottom: 1px solid #9b9b9b;
  margin-top: 15px;
  padding-bottom: 14px;
}
@media (min-width: 992px) {
  .section-kd-loop .top-publications .publications-list .pub-item {
    margin-top: 25px;
    padding-bottom: 24px;
  }
}
.section-kd-loop .top-publications .publications-list .pub-item .post-meta {
  color: #9b9b9b;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-kd-loop .top-publications .publications-list .pub-item .post-meta > div + div {
  margin-left: 30px;
}
.section-kd-loop .top-publications .publications-list .pub-item .post-meta .post-type {
  color: #f13f3f;
  font-size: 16px;
  line-height: 1;
  text-transform: lowercase;
}
.section-kd-loop .top-publications .publications-list .pub-item .post-title {
  color: #000;
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 480px) {
  .section-kd-loop .top-publications .publications-list .pub-item .post-title {
    font-size: 18px;
  }
}
.section-kd-loop .top-publications .publications-list .pub-item .post-title:hover {
  color: #f13f3f;
}
.section-kd-loop .top-publications .publications-list .red-wave {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 0;
  width: 144px;
  position: absolute;
  bottom: -10px;
  left: 26px;
}
.section-kd-loop .pagination .page-numbers {
  color: #000;
}
.section-kd-loop .pagination .page-numbers.dots {
  color: #000;
}
.section-kd-loop .pagination .page-numbers.current {
  color: #f13f3f;
}
.section-kd-loop .relatedPosts {
  margin-top: 40px;
}
.section-kd-loop .relatedPosts-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px 30px;
}
@media (min-width: 768px) {
  .section-kd-loop .relatedPosts-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .section-kd-loop .relatedPosts-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.section-kd-loop .relatedPosts-item img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-height: 120px;
  width: 100%;
}
.section-kd-loop .relatedPosts-item-title {
  color: #000;
  font-size: 18px;
  letter-spacing: -1px;
  margin: 16px 0;
}
.section-kd-loop .relatedPosts-item a {
  display: block;
}
.section-kd-loop .relatedPosts-item a:hover .relatedPosts-item-title {
  color: #f13f3f;
}
.section-kd-loop.dark-mode {
  background-color: transparent;
}
.section-kd-loop.dark-mode .more-articles {
  color: #fff !important;
}
.section-kd-loop.dark-mode .relatedPosts-item-title {
  color: #fff;
}
.section-kd-loop.dark-mode .relatedPosts-item a:hover .relatedPosts-item-title {
  color: #f13f3f;
}
/*------------------------------------*\
    KNOWLEDGE BASE PAGE - INNER
\*------------------------------------*/
.section-big-image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 198px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
@media (min-width: 768px) {
  .section-big-image {
    min-height: 317px;
  }
}
@media (min-width: 992px) {
  .section-big-image {
    min-height: 423px;
  }
}
@media (min-width: 1366px) {
  .section-big-image {
    min-height: 562px;
  }
}
@media (min-width: 1600px) {
  .section-big-image {
    min-height: 780px;
  }
}
.section-big-image:before {
  background: rgba(0, 0, 0, 0.6);
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.section-big-image .container {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
}
.section-big-image .container .autor-block {
  margin-bottom: 14px;
}
.section-big-image .container .autor-block .autor-photo {
  border-radius: 50%;
  width: 48px;
  height: 48px;
}
@media (min-width: 768px) {
  .section-big-image .container .autor-block .autor-photo {
    width: 76px;
    height: 76px;
  }
}
@media (min-width: 992px) {
  .section-big-image .container .autor-block .autor-photo {
    width: 127px;
    height: 127px;
  }
}
.section-big-image .container .autor-block .autor-name {
  font-size: 12px;
  margin-top: 14px;
}
@media (min-width: 768px) {
  .section-big-image .container .autor-block .autor-name {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .section-big-image .container .autor-block .autor-name {
    font-size: 16px;
  }
}
.section-big-image .container .page-title {
  font-family: lato, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  max-width: 860px;
  margin: 0 auto;
}
@media (min-width: 480px) {
  .section-big-image .container .page-title {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .section-big-image .container .page-title {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .section-big-image .container .page-title {
    font-size: 36px;
  }
}
.section-big-image .container .breadcrumbs {
  font-size: 14px;
  display: none;
  margin-top: 20px;
}
.section-big-image .container .breadcrumbs a {
  color: #fff;
  text-decoration: underline;
}
.section-big-image .container .breadcrumbs a:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  .section-big-image .container .breadcrumbs {
    display: block;
  }
}
.section-big-image .container .post-meta {
  font-size: 14px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.section-big-image .container .post-meta > div + div {
  margin-left: 30px;
}
@media (min-width: 992px) {
  .section-big-image .container .post-meta {
    margin-top: 30px;
  }
}
.ez-toc-black {
  border-width: 4px 4px 0px 4px;
  border-style: solid solid none solid;
  border-color: #000 #000 #000 #000;
  position: relative;
  padding: 0px 18px 30px 18px;
}
@media (min-width: 480px) {
  .ez-toc-black {
    padding: 0px 20px 30px 36px;
  }
}
@media (min-width: 992px) {
  .ez-toc-black {
    padding: 0px 20px 30px 70px;
  }
}
.ez-toc-black:before,
.ez-toc-black:after {
  background: #000;
  content: '';
  height: 4px;
  position: absolute;
  bottom: 0;
  -webkit-transition: .3s;
  transition: .3s;
}
.ez-toc-black:before {
  width: calc(92% - 120px);
  left: 0;
}
@media (min-width: 480px) {
  .ez-toc-black:before {
    width: calc(87% - 120px);
  }
}
.ez-toc-black:after {
  width: 3%;
  right: 0;
}
@media (min-width: 480px) {
  .ez-toc-black:after {
    width: 9%;
  }
}
.ez-toc-black .ez-toc-title-container {
  margin-top: -20px;
}
@media (min-width: 768px) {
  .ez-toc-black .ez-toc-title-container {
    margin-top: -24px;
  }
}
.ez-toc-black .ez-toc-title-container .ez-toc-title {
  background: #fff;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  padding: 0 15px 0 12px;
  margin-left: -12px;
}
@media (min-width: 768px) {
  .ez-toc-black .ez-toc-title-container .ez-toc-title {
    font-size: 24px;
  }
}
.ez-toc-black nav {
  position: relative;
}
.ez-toc-black nav:before {
  background: url(../../images/red_wave.png) repeat 0 0;
  content: '';
  width: 120px;
  height: 15px;
  position: absolute;
  right: -2%;
  bottom: -37px;
}
@media (min-width: 480px) {
  .ez-toc-black nav:before {
    right: 8%;
  }
}
@media (min-width: 768px) {
  .ez-toc-black nav:before {
    right: 9%;
  }
}
@media (min-width: 992px) {
  .ez-toc-black nav:before {
    right: 10%;
  }
}
.ez-toc-black nav .ez-toc-list li {
  background: url(../../images/list-arrow.png) no-repeat 0 6px;
  padding-left: 24px;
  margin-top: 10px;
}
.ez-toc-black nav .ez-toc-list li a {
  color: #000;
  font-size: 16px;
}
.ez-toc-black nav .ez-toc-list li a:hover {
  color: #000;
}
@media (min-width: 768px) {
  .ez-toc-black nav .ez-toc-list li a {
    font-size: 18px;
  }
}
.knowledge-base {
  background-color: #fff;
  color: #000;
  padding-top: 40px;
  padding-bottom: 60px;
}
.knowledge-base .text-block,
.knowledge-base .spoiler-text {
  font-size: 16px;
}
@media (min-width: 768px) {
  .knowledge-base .text-block,
  .knowledge-base .spoiler-text {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .knowledge-base .text-block,
  .knowledge-base .spoiler-text {
    font-size: 20px;
  }
}
.knowledge-base .text-block #ez-toc-container.ez-toc-black,
.knowledge-base .spoiler-text #ez-toc-container.ez-toc-black {
  display: block !important;
  margin-bottom: 30px;
}
.knowledge-base .text-block h1,
.knowledge-base .spoiler-text h1,
.knowledge-base .text-block h2,
.knowledge-base .spoiler-text h2,
.knowledge-base .text-block h3,
.knowledge-base .spoiler-text h3,
.knowledge-base .text-block h4,
.knowledge-base .spoiler-text h4,
.knowledge-base .text-block h5,
.knowledge-base .spoiler-text h5,
.knowledge-base .text-block h6,
.knowledge-base .spoiler-text h6 {
  color: #000;
  font-family: lato, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, sans-serif;
  line-height: 1;
  text-transform: none;
}
.knowledge-base .text-block p + h1,
.knowledge-base .spoiler-text p + h1,
.knowledge-base .text-block p + h2,
.knowledge-base .spoiler-text p + h2,
.knowledge-base .text-block p + h3,
.knowledge-base .spoiler-text p + h3,
.knowledge-base .text-block p + h4,
.knowledge-base .spoiler-text p + h4,
.knowledge-base .text-block p + h5,
.knowledge-base .spoiler-text p + h5,
.knowledge-base .text-block p + h6,
.knowledge-base .spoiler-text p + h6 {
  margin-top: 15px;
}
.knowledge-base .text-block h2,
.knowledge-base .spoiler-text h2 {
  font-size: 24px;
}
@media (min-width: 768px) {
  .knowledge-base .text-block h2,
  .knowledge-base .spoiler-text h2 {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .knowledge-base .text-block h2,
  .knowledge-base .spoiler-text h2 {
    font-size: 30px;
  }
}
.knowledge-base .text-block h3,
.knowledge-base .spoiler-text h3 {
  font-size: 22px;
}
@media (min-width: 768px) {
  .knowledge-base .text-block h3,
  .knowledge-base .spoiler-text h3 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .knowledge-base .text-block h3,
  .knowledge-base .spoiler-text h3 {
    font-size: 28px;
  }
}
.knowledge-base .text-block h4,
.knowledge-base .spoiler-text h4 {
  font-size: 20px;
}
@media (min-width: 768px) {
  .knowledge-base .text-block h4,
  .knowledge-base .spoiler-text h4 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .knowledge-base .text-block h4,
  .knowledge-base .spoiler-text h4 {
    font-size: 26px;
  }
}
.knowledge-base .text-block h5,
.knowledge-base .spoiler-text h5 {
  font-size: 18px;
}
@media (min-width: 768px) {
  .knowledge-base .text-block h5,
  .knowledge-base .spoiler-text h5 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .knowledge-base .text-block h5,
  .knowledge-base .spoiler-text h5 {
    font-size: 24px;
  }
}
.knowledge-base .text-block img,
.knowledge-base .spoiler-text img {
  margin-top: 24px;
  margin-bottom: 24px;
}
.knowledge-base .text-block ol,
.knowledge-base .spoiler-text ol {
  counter-reset: custom-counter;
  padding-left: 6px;
}
.knowledge-base .text-block ol li,
.knowledge-base .spoiler-text ol li {
  counter-increment: custom-counter;
  position: relative;
  padding-left: 50px;
  margin-top: 19px;
}
.knowledge-base .text-block ol li:before,
.knowledge-base .spoiler-text ol li:before {
  color: #fff;
  content: counter(custom-counter);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  width: 28px;
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 2;
}
.knowledge-base .text-block ol li:after,
.knowledge-base .spoiler-text ol li:after {
  background-color: #f13f3f;
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 3px;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}
.knowledge-base .text-block ul:not(.ez-toc-list),
.knowledge-base .spoiler-text ul:not(.ez-toc-list) {
  padding: 0 !important;
}
* + .knowledge-base .text-block ul:not(.ez-toc-list),
* + .knowledge-base .spoiler-text ul:not(.ez-toc-list) {
  margin-top: 20px;
  margin-bottom: 20px;
}
.knowledge-base .text-block ul:not(.ez-toc-list) li,
.knowledge-base .spoiler-text ul:not(.ez-toc-list) li {
  list-style: none !important;
  padding-left: 26px;
  margin-top: 4px;
  position: relative;
}
.knowledge-base .text-block ul:not(.ez-toc-list) li:before,
.knowledge-base .spoiler-text ul:not(.ez-toc-list) li:before {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 14px solid #f13f3f;
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 11px;
  left: 6px;
}
.knowledge-base .text-block .red-block,
.knowledge-base .spoiler-text .red-block {
  border: 4px solid #f13f3f;
  font-weight: 700;
  padding: 20px 16px 40px;
  margin-top: 20px;
  position: relative;
}
.knowledge-base .text-block .red-block + p,
.knowledge-base .spoiler-text .red-block + p {
  margin-top: 24px;
}
@media (min-width: 480px) {
  .knowledge-base .text-block .red-block,
  .knowledge-base .spoiler-text .red-block {
    padding: 30px 16px 40px;
  }
}
@media (min-width: 768px) {
  .knowledge-base .text-block .red-block,
  .knowledge-base .spoiler-text .red-block {
    padding: 30px 32px 40px;
  }
}
@media (min-width: 992px) {
  .knowledge-base .text-block .red-block,
  .knowledge-base .spoiler-text .red-block {
    padding: 30px 74px 40px;
  }
}
.knowledge-base .text-block .red-block:before,
.knowledge-base .spoiler-text .red-block:before {
  background: url(../../images/small-logo.png) no-repeat 50% 0 #ffffff;
  content: '';
  display: block;
  width: 85px;
  height: 36px;
  position: absolute;
  right: 19px;
  bottom: -18px;
}
@media (min-width: 480px) {
  .knowledge-base .text-block .red-block:before,
  .knowledge-base .spoiler-text .red-block:before {
    right: 43px;
  }
}
@media (min-width: 768px) {
  .knowledge-base .text-block .red-block:before,
  .knowledge-base .spoiler-text .red-block:before {
    right: 60px;
  }
}
@media (min-width: 992px) {
  .knowledge-base .text-block .red-block:before,
  .knowledge-base .spoiler-text .red-block:before {
    right: 82px;
  }
}
@media (min-width: 768px) {
  .knowledge-base .text-block .img-two,
  .knowledge-base .spoiler-text .img-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1%;
    margin-right: -1%;
  }
  .knowledge-base .text-block .img-two > img,
  .knowledge-base .spoiler-text .img-two > img,
  .knowledge-base .text-block .img-two .img-span,
  .knowledge-base .spoiler-text .img-two .img-span {
    display: block;
    margin: 24px 1%;
    max-width: 48%;
  }
  .knowledge-base .text-block .img-three,
  .knowledge-base .spoiler-text .img-three {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1%;
    margin-right: -1%;
  }
  .knowledge-base .text-block .img-three > img,
  .knowledge-base .spoiler-text .img-three > img {
    display: block;
    margin: 24px 1%;
    max-width: 60%;
  }
  .knowledge-base .text-block .img-three .img-span,
  .knowledge-base .spoiler-text .img-three .img-span {
    display: block;
    margin: 0 1%;
    max-width: 38%;
  }
}
.knowledge-base .section-faq {
  color: #000;
  padding-top: 30px;
}
.knowledge-base .section-faq .container {
  padding: 0;
}
.knowledge-base .section-faq .container .faq-title {
  color: #000;
  font-size: 24px;
}
@media (min-width: 768px) {
  .knowledge-base .section-faq .container .faq-title {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .knowledge-base .section-faq .container .faq-title {
    font-size: 30px;
  }
}
.knowledge-base .section-faq .container .spoilers-block {
  max-width: none;
}
.knowledge-base .section-faq .container .spoilers-block .spoiler-item .spoiler-title span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.knowledge-base .section-faq .container .spoilers-block .spoiler-item .spoiler-title svg {
  margin-left: 20px;
}
.knowledge-base .section-faq .container .spoilers-block .spoiler-item .spoiler-text {
  font-size: 16px;
}
@media (min-width: 768px) {
  .knowledge-base .section-faq .container .spoilers-block .spoiler-item .spoiler-text {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .knowledge-base .section-faq .container .spoilers-block .spoiler-item .spoiler-text {
    font-size: 20px;
  }
}
.knowledge-base .article-slider {
  margin-top: 46px;
}
.knowledge-base .article-slider .slick-prev,
.knowledge-base .article-slider .slick-next {
  background: transparent;
  border: 2px solid #000;
  color: #000;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  display: block;
  height: 40px;
  width: 40px;
  padding: 0;
  position: absolute;
  top: 50%;
  outline: none;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 9;
}
.knowledge-base .article-slider .slick-prev:before,
.knowledge-base .article-slider .slick-next:before {
  font-family: monospace;
  font-size: 20px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.knowledge-base .article-slider .slick-prev:hover,
.knowledge-base .article-slider .slick-next:hover,
.knowledge-base .article-slider .slick-prev:focus,
.knowledge-base .article-slider .slick-next:focus {
  background: transparent;
  color: #000;
  outline: none;
  opacity: .4;
}
.knowledge-base .article-slider .slick-prev.slick-disabled:before,
.knowledge-base .article-slider .slick-next.slick-disabled:before {
  opacity: .25;
}
.knowledge-base .article-slider .slick-prev {
  left: 20px;
}
.knowledge-base .article-slider .slick-prev:before {
  content: "<";
}
.knowledge-base .article-slider .slick-next {
  right: 20px;
}
.knowledge-base .article-slider .slick-next:before {
  content: ">";
}
.knowledge-base .article-slider .slick-dots {
  list-style: none;
  text-align: center;
  display: block;
  width: 100%;
  height: 14px;
  padding: 0;
  position: absolute;
  bottom: 28px;
}
.knowledge-base .article-slider .slick-dots li {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  position: relative;
}
.knowledge-base .article-slider .slick-dots li button {
  background: #000;
  border: 2px solid #000;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  display: block;
  width: 14px;
  height: 14px;
  padding: 5px;
  outline: none;
  -webkit-transition: .3s;
  transition: .3s;
}
.knowledge-base .article-slider .slick-dots li button:hover,
.knowledge-base .article-slider .slick-dots li button:focus {
  background: transparent;
  outline: none;
}
.knowledge-base .article-slider .slick-dots li.slick-active button {
  background: transparent;
}
.knowledge-base + .section-kd-loop {
  padding-top: 40px;
}
.knowledge-base + .section-kd-loop .more-articles {
  color: #000;
  font-family: lato, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, sans-serif;
  font-size: 26px;
  font-weight: 600;
  text-transform: none;
}
@media (min-width: 768px) {
  .knowledge-base + .section-kd-loop .more-articles {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .knowledge-base + .section-kd-loop .more-articles {
    font-size: 40px;
  }
}
.knowledge-base + .section-kd-loop .more-articles + .row {
  margin-top: 0;
}
@media (max-width: 991px) {
  .knowledge-base + .section-kd-loop .small-post {
    display: none;
  }
}
.knowledge-base .blog-post-nav {
  margin-top: 60px;
}
.knowledge-base .blog-post-nav > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 540px) {
  .knowledge-base .blog-post-nav > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.knowledge-base .blog-post-nav .prev-page,
.knowledge-base .blog-post-nav .next-page {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .knowledge-base .blog-post-nav .prev-page,
  .knowledge-base .blog-post-nav .next-page {
    width: 50%;
  }
}
.knowledge-base .blog-post-nav .prev-page .fas,
.knowledge-base .blog-post-nav .next-page .fas {
  color: #000;
  display: block;
  font-size: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.knowledge-base .blog-post-nav .prev-page .nav-title,
.knowledge-base .blog-post-nav .next-page .nav-title {
  max-width: 80%;
}
@media (max-width: 540px) {
  .knowledge-base .blog-post-nav .prev-page .nav-title,
  .knowledge-base .blog-post-nav .next-page .nav-title {
    max-width: 100%;
  }
}
.knowledge-base .blog-post-nav .prev-page .nav-title > span,
.knowledge-base .blog-post-nav .next-page .nav-title > span {
  color: #747474;
  font-size: 12px;
  text-transform: uppercase;
  opacity: 0.8;
}
.knowledge-base .blog-post-nav .prev-page .nav-title > h6,
.knowledge-base .blog-post-nav .next-page .nav-title > h6 {
  color: #000;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin: 0 0 16px;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  text-rendering: optimizeLegibility;
  word-wrap: break-word;
}
.knowledge-base .blog-post-nav .prev-page:hover .fas,
.knowledge-base .blog-post-nav .next-page:hover .fas {
  color: #f13f3f;
}
.knowledge-base .blog-post-nav .prev-page:hover .nav-title > h6,
.knowledge-base .blog-post-nav .next-page:hover .nav-title > h6 {
  color: #f13f3f;
}
.knowledge-base .blog-post-nav .prev-page .nav-title {
  margin-left: 20px;
}
.knowledge-base .blog-post-nav .next-page {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  text-align: right;
}
.knowledge-base .blog-post-nav .next-page .nav-title {
  margin-right: 20px;
}
.knowledge-base .blog-post-nav .next-page .nav-title > h6 {
  padding-right: 18px;
}
.rmp-main {
  border: 4px solid #f13f3f;
  text-align: left !important;
  margin-top: 45px;
}
.rmp-main .rmp-rate-view {
  max-width: 860px;
  padding: 30px 47px 35px;
  margin: 0 auto;
}
@media (min-width: 480px) {
  .rmp-main .rmp-rate-view {
    padding: 30px 30px 35px;
  }
}
@media (min-width: 768px) {
  .rmp-main .rmp-rate-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.rmp-main .rmp-rate-view .rpm-col {
  line-height: 1;
  position: relative;
}
.rmp-main .rmp-rate-view .rpm-col .rmp-main-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 20px;
}
@media (min-width: 480px) {
  .rmp-main .rmp-rate-view .rpm-col .rmp-main-title {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .rmp-main .rmp-rate-view .rpm-col .rmp-main-title {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .rmp-main .rmp-rate-view .rpm-col .rmp-main-title {
    font-size: 28px;
  }
}
.rmp-main .rmp-rate-view .rpm-col .rmp-main-subtitle {
  font-size: 16px;
  margin: 0;
}
.rmp-main .rmp-rate-view .rpm-col #no-vote,
.rmp-main .rmp-rate-view .rpm-col .votes-count {
  font-size: 16px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .rmp-main .rmp-rate-view .rpm-col #no-vote,
  .rmp-main .rmp-rate-view .rpm-col .votes-count {
    margin-top: 10px;
  }
}
.rmp-main .rmp-rate-view .rpm-col #no-vote #votes,
.rmp-main .rmp-rate-view .rpm-col .votes-count #votes {
  font-weight: 700;
}
.rmp-main .rmp-rate-view .rpm-col .rating-stars ul#rmp-stars {
  margin: 20px 0 0;
}
.rmp-main .rmp-rate-view .rpm-col .rating-stars ul#rmp-stars .star .fal {
  cursor: pointer;
  font-size: 30px;
  -webkit-transition: .3s;
  transition: .3s;
}
.rmp-main .rmp-rate-view .rpm-col .rating-stars ul#rmp-stars .star.hover .fal,
.rmp-main .rmp-rate-view .rpm-col .rating-stars ul#rmp-stars .star.widget-stars-highlight .fal {
  color: #FFCC36;
}
.rmp-main .rmp-rate-view .rpm-col .average-results {
  background: #fff;
  font-size: 16px;
  display: block;
  padding: 0 20px;
  white-space: nowrap;
}
@media (max-width: 479px) {
  .rmp-main .rmp-rate-view .rpm-col .average-results {
    max-width: 210px;
    padding: 0 10px;
    margin-left: -4px;
    margin-bottom: -54px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .rmp-main .rmp-rate-view .rpm-col .average-results {
    max-width: 210px;
    margin-left: -20px;
    margin-bottom: -54px;
  }
}
@media (min-width: 768px) {
  .rmp-main .rmp-rate-view .rpm-col .average-results {
    position: absolute;
    left: -20px;
    bottom: -44px;
  }
}
.rmp-main .rmp-rate-view .rpm-col .average-results #rating {
  font-weight: 700;
}
/*------------------------------------*\
    SERVICE PAGE - INNER
\*------------------------------------*/
.section-1.section-service-template .info {
  max-width: 52%;
}
.section-1.section-service-template .info .text-accent p,
.section-1.section-service-template .info .text-accent h1 {
  color: #f13f3f;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0;
  line-height: 1.2;
  padding-right: 0;
}
.section-1.section-service-template .info .lead {
  color: #fff;
}
.section-1.section-service-template .info .icon-blocks {
  max-width: 560px;
  margin-top: 30px;
}
@media (min-width: 1366px) {
  .section-1.section-service-template .info .icon-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.section-1.section-service-template .info .icon-blocks .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section-1.section-service-template .info .icon-blocks .item picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-1.section-service-template .info .icon-blocks .item img {
  margin-right: 7px;
  position: relative;
  top: 6px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.section-1.section-service-template .info .icon-blocks .item .text {
  color: #fff;
  font-size: 16px;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.section-2.section-service-template .video-block iframe {
  width: 100%;
  max-width: 640px;
  height: 360px;
  margin-top: 14px;
}
.section-2.section-service-template .main-text {
  margin-top: 20px;
}
.section-2.section-service-template .main-text ul,
.section-2.section-service-template .main-text ol {
  padding-left: 20px;
  margin-bottom: 20px;
}
.section-2.section-service-template .main-text ul li,
.section-2.section-service-template .main-text ol li {
  display: list-item;
  margin-bottom: 10px;
}
.section-2.section-service-template .main-text ul li a:hover,
.section-2.section-service-template .main-text ol li a:hover {
  border-bottom: 1px dashed;
}
.section-2.section-service-template .main-text ul {
  list-style: disc;
}
.section-2.section-service-template .main-text ol {
  list-style: none;
  counter-reset: m-custom-counter;
}
.section-2.section-service-template .main-text ol li {
  counter-increment: m-custom-counter;
}
.section-2.section-service-template .main-text ol li a:before {
  content: counter(m-custom-counter) '. ';
}
.section-3.section-service-template {
  background-color: #282828;
}
.section-3.section-service-template .advantages-blocks {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0;
  margin-bottom: 40px;
}
.section-3.section-service-template .advantages-blocks .item {
  color: #fff;
  margin-top: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
@media (min-width: 768px) {
  .section-3.section-service-template .advantages-blocks .item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    white-space: nowrap;
  }
}
@media (min-width: 992px) {
  .section-3.section-service-template .advantages-blocks .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1;
            flex: 0 1;
    white-space: nowrap;
  }
}
.section-3.section-service-template .advantages-blocks .item:before {
  background-color: #f13f3f;
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  margin-bottom: 10px;
}
.section-4.section-service-template .block-text {
  color: #fff;
  margin: 30px 0;
}
.section-4.section-service-template .block-text a {
  text-decoration: underline;
}
.section-4.section-service-template .block-text a:hover {
  text-decoration: none;
}
.section-4.section-service-template .block-text p:not(:last-child) {
  margin-bottom: 16px;
}
.section-4.section-service-template .block-text ul {
  padding-left: 10px;
}
.section-4.section-service-template .block-text ul li:before {
  content: "\25A0";
  color: #f13f3f;
  font-size: 8px;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  margin-right: 10px;
}
.section-4.section-service-template .block-text ul li + li {
  margin-top: 4px;
}
.section-4.section-service-template .block-text ol {
  padding-left: 14px;
  counter-reset: li;
}
.section-4.section-service-template .block-text ol li {
  counter-increment: li;
}
.section-4.section-service-template .block-text ol li:before {
  content: counter(li) ".";
  color: #f13f3f;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  margin-left: -1em;
  margin-right: 10px;
}
.section-4.section-service-template .block-text ol li + li {
  margin-top: 4px;
}
.section-4.section-service-template .block-with-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -32px;
  margin-right: -32px;
}
.section-4.section-service-template .block-with-icons .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  margin-top: 32px;
}
.section-4.section-service-template .block-with-icons .item .icon {
  max-width: 54px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 54px;
          flex: 0 0 54px;
}
.section-4.section-service-template .block-with-icons .item .text {
  color: #fff;
  font-family: montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-left: 13px;
}
.section-4.section-service-template .scheme-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 52px;
  position: relative;
}
@media (min-width: 992px) {
  .section-4.section-service-template .scheme-blocks {
    margin-left: -30px;
  }
  .section-4.section-service-template .scheme-blocks:before {
    background: #f13f3f;
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
  }
}
.section-4.section-service-template .scheme-blocks .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 158px;
  margin-top: 15px;
  position: relative;
}
@media (min-width: 992px) {
  .section-4.section-service-template .scheme-blocks .item {
    width: 50%;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .section-4.section-service-template .scheme-blocks .item:nth-child(2n) {
    position: relative;
    top: 86px;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .section-4.section-service-template .scheme-blocks .item:nth-child(2n):before {
    left: -1px;
    right: auto;
  }
  .section-4.section-service-template .scheme-blocks .item:nth-child(2n) .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .section-4.section-service-template .scheme-blocks .item:nth-child(2n) .stage {
    padding: 24px 0 0 14px;
    margin: 0 13px 0 2px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .section-4.section-service-template .scheme-blocks .item:nth-child(2n) .stage > div {
    position: relative;
  }
  .section-4.section-service-template .scheme-blocks .item:nth-child(2n) .stage > div:before {
    left: -15px;
  }
}
@media (min-width: 992px) and (min-width: 1366px) {
  .section-4.section-service-template .scheme-blocks .item:nth-child(2n) .stage {
    margin: 0 18px 0 2px;
  }
}
.section-4.section-service-template .scheme-blocks .item:before {
  background-color: #f13f3f;
  content: '';
  display: block;
  width: 2px;
  height: 110%;
  position: absolute;
  top: 0;
  left: -1px;
  right: auto;
}
@media (min-width: 992px) {
  .section-4.section-service-template .scheme-blocks .item:before {
    height: 100%;
    right: -1px;
    left: auto;
  }
}
.section-4.section-service-template .scheme-blocks .item .text {
  background-color: #282828;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 20px 16px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 480px) {
  .section-4.section-service-template .scheme-blocks .item .text {
    padding: 20px 22px;
  }
}
@media (min-width: 768px) {
  .section-4.section-service-template .scheme-blocks .item .text {
    padding: 20px 28px;
  }
}
@media (min-width: 992px) {
  .section-4.section-service-template .scheme-blocks .item .text {
    padding: 20px 16px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 1366px) {
  .section-4.section-service-template .scheme-blocks .item .text {
    padding: 20px 28px;
  }
}
.section-4.section-service-template .scheme-blocks .item .text .item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.section-4.section-service-template .scheme-blocks .item .text .item-title h3 {
  color: #f13f3f;
  font-size: 19px;
  margin-bottom: 20px;
  max-width: 290px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.section-4.section-service-template .scheme-blocks .item .text .item-title .title-icons {
  width: 100%;
  margin-bottom: 8px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 768px) {
  .section-4.section-service-template .scheme-blocks .item .text .item-title .title-icons {
    width: auto;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (min-width: 992px) {
  .section-4.section-service-template .scheme-blocks .item .text .item-title .title-icons {
    width: 100%;
    margin-bottom: 8px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 1200px) {
  .section-4.section-service-template .scheme-blocks .item .text .item-title .title-icons {
    width: auto;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.section-4.section-service-template .scheme-blocks .item .text .item-title .title-icons .icon {
  max-width: 32px;
}
.section-4.section-service-template .scheme-blocks .item .text .item-title .title-icons .icon + .icon {
  margin-left: 3px;
}
.section-4.section-service-template .scheme-blocks .item .text a {
  text-decoration: underline;
}
.section-4.section-service-template .scheme-blocks .item .text a:hover {
  text-decoration: none;
}
.section-4.section-service-template .scheme-blocks .item .text p:not(:last-child) {
  margin-bottom: 16px;
}
.section-4.section-service-template .scheme-blocks .item .text ul {
  padding-left: 10px;
}
.section-4.section-service-template .scheme-blocks .item .text ul li:before {
  content: "\25A0";
  color: #f13f3f;
  font-size: 8px;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  margin-right: 10px;
}
.section-4.section-service-template .scheme-blocks .item .text ul li + li {
  margin-top: 4px;
}
.section-4.section-service-template .scheme-blocks .item .text ol {
  padding-left: 14px;
  counter-reset: li;
}
.section-4.section-service-template .scheme-blocks .item .text ol li {
  counter-increment: li;
}
.section-4.section-service-template .scheme-blocks .item .text ol li:before {
  content: counter(li) ".";
  color: #f13f3f;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  margin-left: -1em;
  margin-right: 10px;
}
.section-4.section-service-template .scheme-blocks .item .text ol li + li {
  margin-top: 4px;
}
.section-4.section-service-template .scheme-blocks .item .text .price {
  color: #f13f3f;
  width: 100%;
  margin-top: 20px;
}
.section-4.section-service-template .scheme-blocks .item .stage {
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 50px;
  padding: 24px 14px 0 0;
  margin: 0 2px 0 18px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 992px) {
  .section-4.section-service-template .scheme-blocks .item .stage {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.section-4.section-service-template .scheme-blocks .item .stage > div {
  position: relative;
}
.section-4.section-service-template .scheme-blocks .item .stage > div:before {
  background-color: #f13f3f;
  content: '';
  display: block;
  width: calc(100% + 15px);
  height: 2px;
  position: absolute;
  bottom: -6px;
  left: -17px;
}
@media (min-width: 992px) {
  .section-4.section-service-template .scheme-blocks .item .stage > div:before {
    right: -15px;
    left: auto;
  }
}
.section-4.section-service-template .scheme-blocks .item .stage span {
  color: #fff;
  font-size: 28px;
  line-height: 1;
  display: block;
}
.section-4.section-service-template .scheme-blocks .item:first-child {
  margin-top: 0;
}
.section-4.section-service-template .scheme-blocks .item:last-child:before {
  height: 100%;
}
.section-4.section-service-template .scheme-blocks .item.inactive .text {
  color: #9b9b9b;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
@media (min-width: 992px) {
  .section-5.section-service-template .table-blocks {
    margin-top: 0;
    margin-left: -45px;
  }
}
.section-5.section-service-template .table-blocks .item {
  margin-top: 30px;
}
.section-5.section-service-template .table-blocks .item .text {
  background-color: #282828;
  color: #fff;
  height: 100%;
  padding: 30px 20px;
}
.section-5.section-service-template .table-blocks .item .text ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
.section-5.section-service-template .table-blocks .item .text ul li:before {
  background-color: #f13f3f;
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  margin: 8px 8px 0 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.section-faq {
  color: #fff;
}
.section-faq .container .spoilers-block {
  max-width: 700px;
  margin: 0 auto;
}
.section-faq .container .spoilers-block .spoiler-item {
  margin-top: 30px;
}
.section-faq .container .spoilers-block .spoiler-item .spoiler-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.35;
  padding-bottom: 20px;
}
.section-faq .container .spoilers-block .spoiler-item .spoiler-title svg {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  stroke: #ea3323;
  margin-top: 6px;
  margin-left: auto;
  -webkit-transition: .4s;
  transition: .4s;
}
.section-faq .container .spoilers-block .spoiler-item .spoiler-title svg:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.section-faq .container .spoilers-block .spoiler-item .spoiler-text {
  font-size: 18px;
  line-height: 28px;
  display: none;
  padding-bottom: 20px;
}
.section-faq .container .spoilers-block .spoiler-item .spoiler-text p {
  margin-bottom: 1rem;
}
.section-faq .container .spoilers-block .spoiler-item .spoiler-text ul {
  padding-left: 20px;
}
.section-faq .container .spoilers-block .spoiler-item .spoiler-text ul li {
  display: list-item;
  list-style: disc;
}
.section-faq .container .spoilers-block .spoiler-item .spoiler-text ol {
  list-style: decimal;
  padding-left: 20px;
  margin-bottom: 20px;
}
.section-faq .container .spoilers-block .spoiler-item .spoiler-text ol li {
  display: list-item;
  margin-bottom: 10px;
}
.section-faq .container .spoilers-block .spoiler-item.active .spoiler-title svg {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.section-faq .container .spoilers-block .spoiler-item.active .spoiler-title svg:hover {
  -webkit-transform: scale(1) rotate(-45deg);
          transform: scale(1) rotate(-45deg);
}
.services-item {
  margin-top: 40px;
}
.services-item .box-icon-minimal-header picture {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  width: 40px;
}
.decorate-heading.sub {
  font-size: 18px;
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .decorate-heading.sub {
    font-size: 28px;
  }
}
.decorate-heading.sub:before {
  display: none;
}
.decorate-heading.sub span {
  color: #f13f3f;
}
.decorate-heading b {
  color: #f13f3f;
}
.services-wrapper + .services-wrapper .decorate-heading.sub {
  margin-top: 80px;
}
.section-service-template.our-case {
  border-top: 6px solid #0d0d0d;
  border-bottom: 6px solid #0d0d0d;
  overflow: hidden;
}
@media (min-width: 1366px) {
  .section-service-template.our-case {
    padding: 228px 0 170px;
  }
}
.section-service-template.our-case .special-container {
  position: relative;
  max-width: 1800px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1366px) {
  .section-service-template.our-case .special-container {
    display: grid;
    grid-template-columns: 72% 28%;
  }
}
@media (min-width: 1680px) {
  .section-service-template.our-case .special-container {
    padding-left: 55px;
    padding-right: 55px;
  }
}
.section-service-template.our-case .block-title-case {
  font-family: montserrat, sans-serif;
  font-size: 217px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 8.8px;
  z-index: 1;
}
@media (min-width: 320px) {
  .section-service-template.our-case .block-title-case {
    font-size: 60px;
  }
}
@media (min-width: 480px) {
  .section-service-template.our-case .block-title-case {
    font-size: 100px;
  }
}
@media (min-width: 768px) {
  .section-service-template.our-case .block-title-case {
    font-size: 160px;
  }
}
@media (min-width: 992px) {
  .section-service-template.our-case .block-title-case {
    font-size: 160px;
    position: absolute;
    top: 15px;
    left: 55px;
  }
}
@media (min-width: 1230px) {
  .section-service-template.our-case .block-title-case {
    font-size: 217px;
    top: 32px;
  }
}
@media (min-width: 1366px) {
  .section-service-template.our-case .block-title-case {
    font-size: 160px;
  }
}
@media (min-width: 1680px) {
  .section-service-template.our-case .block-title-case {
    font-size: 217px;
  }
}
.section-service-template.our-case .block-title-case .block-title-text svg text {
  stroke-width: 3px;
  fill: transparent;
  stroke: transparent;
  -webkit-animation: 3s forwards alternate;
          animation: 3s forwards alternate;
}
@media (min-width: 480px) {
  .section-service-template.our-case .block-title-case .block-title-text svg text {
    stroke-width: 5px;
  }
}
.section-service-template.our-case .block-title-case .block-title-text svg.animate text {
  -webkit-animation-name: title-light-svg-small;
          animation-name: title-light-svg-small;
}
@media (min-width: 480px) {
  .section-service-template.our-case .block-title-case .block-title-text svg.animate text {
    -webkit-animation-name: title-light-svg;
            animation-name: title-light-svg;
  }
}
.section-service-template.our-case .case-slider-wrapper {
  position: relative;
}
.section-service-template.our-case .case-slider-wrapper .case-slider-frame {
  width: 30%;
  height: auto;
  position: absolute;
  top: 43px;
  right: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .section-service-template.our-case .case-slider-wrapper .case-slider-frame {
    width: 220px;
    top: 10px;
    left: calc(50% - 110px);
  }
}
.section-service-template.our-case .case-slider-wrapper .case-slider {
  margin: 0;
  position: relative;
  z-index: 1;
}
.section-service-template.our-case .case-slider-wrapper .case-slider .owl-item .case-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
@media (min-width: 992px) {
  .section-service-template.our-case .case-slider-wrapper .case-slider .owl-item .case-item {
    display: grid;
    grid-template-columns: 70% 30%;
  }
}
.section-service-template.our-case .case-slider-wrapper .case-slider .owl-item .case-item .case-description {
  padding-top: 30px;
  padding-bottom: 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .section-service-template.our-case .case-slider-wrapper .case-slider .owl-item .case-item .case-description {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 480px) {
  .section-service-template.our-case .case-slider-wrapper .case-slider .owl-item .case-item .case-description {
    padding-right: 2.375rem;
    padding-left: 2rem;
  }
}
@media (min-width: 992px) {
  .section-service-template.our-case .case-slider-wrapper .case-slider .owl-item .case-item .case-description {
    padding-top: 14.625rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 1230px) {
  .section-service-template.our-case .case-slider-wrapper .case-slider .owl-item .case-item .case-description {
    padding-top: 20.625rem;
  }
}
.section-service-template.our-case .case-slider-wrapper .case-slider .owl-item .case-item .case-description .case-title {
  color: #fff;
  font-family: montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (min-width: 480px) {
  .section-service-template.our-case .case-slider-wrapper .case-slider .owl-item .case-item .case-description .case-title {
    font-size: 32px;
    margin-bottom: 2.5vw;
  }
}
@media (min-width: 600px) {
  .section-service-template.our-case .case-slider-wrapper .case-slider .owl-item .case-item .case-description .case-title {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  .section-service-template.our-case .case-slider-wrapper .case-slider .owl-item .case-item .case-description .case-title {
    font-size: 30px;
  }
}
@media (min-width: 1230px) {
  .section-service-template.our-case .case-slider-wrapper .case-slider .owl-item .case-item .case-description .case-title {
    font-size: 42px;
  }
}
.section-service-template.our-case .case-slider-wrapper .case-slider .owl-item .case-item .case-description .case-text {
  color: #fff;
  font-size: 16px;
  margin-bottom: 30px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.section-service-template.our-case .case-slider-wrapper .case-slider .owl-item .case-item .case-description .case-text .case-text_title {
  font-family: montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}
@media (min-width: 480px) {
  .section-service-template.our-case .case-slider-wrapper .case-slider .owl-item .case-item .case-description .case-text .case-text_title {
    font-size: 28px;
  }
}
.section-service-template.our-case .case-slider-wrapper .case-slider .owl-item .case-item .case-description .case-text .case-text_title + p {
  margin-top: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.section-service-template.our-case .case-slider-wrapper .case-slider .owl-item .case-item .case-description .case-buttons {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.section-service-template.our-case .case-slider-wrapper .case-slider .owl-item .case-item .case-description .case-buttons .button {
  margin-top: 20px;
}
.section-service-template.our-case .case-slider-wrapper .case-slider .owl-item .case-item .case-description .case-buttons .button:first-child {
  margin-right: 60px;
}
.section-service-template.our-case .case-slider-wrapper .case-slider .owl-item .case-item .case-description .case-buttons .button + .button {
  margin-top: 20px;
}
.section-service-template.our-case .case-slider-wrapper .case-slider .owl-item .case-item .case-img {
  border-radius: 60px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 33px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 991px) {
  .section-service-template.our-case .case-slider-wrapper .case-slider .owl-item .case-item .case-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 220px;
    margin: 0 auto;
  }
}
.section-service-template.our-case .case-slider-wrapper .case-slider .owl-item .case-item .case-img .case-image-frame {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 3;
}
.section-service-template.our-case .case-slider-wrapper .case-slider .owl-item .case-item .case-img .case-img-view {
  width: 87%;
  height: 100%;
  position: absolute;
  top: 1vw;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(100%);
          transform: translateX(-50%) translateY(100%);
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  z-index: 1;
}
.section-service-template.our-case .case-slider-wrapper .case-slider .owl-item.active .case-item .case-description .case-title {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.section-service-template.our-case .case-slider-wrapper .case-slider .owl-item.active .case-item .case-description .case-text {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.section-service-template.our-case .case-slider-wrapper .case-slider .owl-item.active .case-item .case-description .case-buttons {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.section-service-template.our-case .case-slider-wrapper .case-slider .owl-item.active .case-item .case-img .case-img-view {
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
  z-index: 2;
}
.section-service-template.our-case .case-slider-slot {
  display: none;
  padding: 5.3vw 0 10vw;
  position: relative;
}
@media (min-width: 1366px) {
  .section-service-template.our-case .case-slider-slot {
    display: block;
  }
}
.section-service-template.our-case .case-slider-slot:before {
  background: #282828;
  content: '';
  width: 50vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -38%;
}
.section-service-template.our-case .case-slider-slot .case-slider-container {
  height: 37.375rem;
  overflow: hidden;
}
.section-service-template.our-case .case-slider-slot .case-slider-container .slot-item {
  color: #000;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 12.125rem;
  padding-left: 43px;
  padding-right: 43px;
  position: relative;
  opacity: .15;
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1;
}
.section-service-template.our-case .case-slider-slot .case-slider-container .slot-item .slot-tag {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1vw;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.section-service-template.our-case .case-slider-slot .case-slider-container .slot-item .slot-title {
  font-family: montserrat, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 1366px) {
  .section-service-template.our-case .case-slider-slot .case-slider-container .slot-item .slot-title {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .section-service-template.our-case .case-slider-slot .case-slider-container .slot-item .slot-title {
    font-size: 30px;
  }
}
.section-service-template.our-case .case-slider-slot .case-slider-container .slot-item:hover {
  color: #fff;
  opacity: 1;
}
.section-service-template.our-case .case-slider-slot .case-slider-container .slot-item:hover .slot-tag {
  color: #f13f3f;
}
.section-service-template.our-case .case-slider-slot .case-slider-container .slot-item.active {
  border-color: #000;
  color: #fff;
  opacity: 1;
}
.section-service-template.our-case .case-slider-slot .case-slider-container .slot-item.active .slot-tag {
  color: #f13f3f;
}
.section-service-template.our-case .case-slider-slot .case-slider-container .slot-item + .slot-item:before {
  background: #000;
  content: '';
  display: block;
  width: calc(100% - 43px - 43px);
  height: 2px;
  position: absolute;
  top: 0;
  left: 43px;
}
.section-service-template.our-case .slider-count {
  font-family: montserrat, sans-serif;
  color: #202020;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  right: 36px;
  bottom: 21px;
  pointer-events: none;
}
.section-service-template.our-case .slider-count .current-count {
  font-size: 151px;
  font-weight: 700;
}
.section-service-template.our-case .slider-control {
  font-family: montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 14px;
  margin-top: 55px;
  position: relative;
  z-index: 3;
}
@media (min-width: 1366px) {
  .section-service-template.our-case .slider-control {
    margin-top: 0;
    margin-bottom: 30px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 1680px) {
  .section-service-template.our-case .slider-control {
    margin-top: 55px;
    margin-bottom: 0;
  }
}
.section-service-template.our-case .slider-control .case-slider-controls {
  cursor: pointer;
}
.section-service-template.our-case .slider-control .case-slider-controls:before {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  content: '';
  display: block;
  width: 75px;
  height: 14px;
  margin-bottom: 15px;
  -webkit-transition: .4s;
  transition: .4s;
}
.section-service-template.our-case .slider-control .case-slider-controls.slider-prev:before {
  background-image: url(../../img/case-arrow-prev.png);
  margin-left: auto;
}
.section-service-template.our-case .slider-control .case-slider-controls.slider-prev:hover:before {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.section-service-template.our-case .slider-control .case-slider-controls.slider-next {
  margin-left: 9%;
}
@media (min-width: 1366px) {
  .section-service-template.our-case .slider-control .case-slider-controls.slider-next {
    margin-left: 4%;
  }
}
@media (min-width: 1480px) {
  .section-service-template.our-case .slider-control .case-slider-controls.slider-next {
    margin-left: 9%;
  }
}
.section-service-template.our-case .slider-control .case-slider-controls.slider-next:before {
  background-image: url(../../img/case-arrow-next.png);
  margin-right: auto;
}
.section-service-template.our-case .slider-control .case-slider-controls.slider-next:hover:before {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
@-webkit-keyframes title-light-svg {
  0% {
    fill: rgba(255, 255, 255, 0);
    stroke: #f13f3f;
    stroke-dashoffset: 25%;
    stroke-dasharray: 0 50%;
    stroke-width: 3px;
  }
  70% {
    fill: rgba(255, 255, 255, 0);
    stroke: #f13f3f;
  }
  80% {
    fill: rgba(255, 255, 255, 0);
    stroke: #f13f3f;
  }
  100% {
    fill: #1d1d1d;
    stroke: #f13f3f;
    stroke-dashoffset: -25%;
    stroke-dasharray: 50% 0;
    stroke-width: 6px;
  }
}
@keyframes title-light-svg {
  0% {
    fill: rgba(255, 255, 255, 0);
    stroke: #f13f3f;
    stroke-dashoffset: 25%;
    stroke-dasharray: 0 50%;
    stroke-width: 3px;
  }
  70% {
    fill: rgba(255, 255, 255, 0);
    stroke: #f13f3f;
  }
  80% {
    fill: rgba(255, 255, 255, 0);
    stroke: #f13f3f;
  }
  100% {
    fill: #1d1d1d;
    stroke: #f13f3f;
    stroke-dashoffset: -25%;
    stroke-dasharray: 50% 0;
    stroke-width: 6px;
  }
}
@-webkit-keyframes title-light-svg-small {
  0% {
    fill: rgba(255, 255, 255, 0);
    stroke: #f13f3f;
    stroke-dashoffset: 25%;
    stroke-dasharray: 0 50%;
    stroke-width: 3px;
  }
  70% {
    fill: rgba(255, 255, 255, 0);
    stroke: #f13f3f;
  }
  80% {
    fill: rgba(255, 255, 255, 0);
    stroke: #f13f3f;
  }
  100% {
    fill: #1d1d1d;
    stroke: #f13f3f;
    stroke-dashoffset: -25%;
    stroke-dasharray: 50% 0;
    stroke-width: 3px;
  }
}
@keyframes title-light-svg-small {
  0% {
    fill: rgba(255, 255, 255, 0);
    stroke: #f13f3f;
    stroke-dashoffset: 25%;
    stroke-dasharray: 0 50%;
    stroke-width: 3px;
  }
  70% {
    fill: rgba(255, 255, 255, 0);
    stroke: #f13f3f;
  }
  80% {
    fill: rgba(255, 255, 255, 0);
    stroke: #f13f3f;
  }
  100% {
    fill: #1d1d1d;
    stroke: #f13f3f;
    stroke-dashoffset: -25%;
    stroke-dasharray: 50% 0;
    stroke-width: 3px;
  }
}
.service_tag_block {
  background-color: #282828;
}
.service_tag_block .publications-list {
  text-align: center;
  list-style-type: none;
  padding: 0;
  margin: 30px 0 0;
}
@media (min-width: 480px) {
  .service_tag_block .publications-list {
    text-align: left;
    -webkit-columns: 2;
            columns: 2;
  }
}
@media (min-width: 768px) {
  .service_tag_block .publications-list {
    -webkit-columns: 3;
            columns: 3;
  }
}
@media (min-width: 992px) {
  .service_tag_block .publications-list {
    -webkit-columns: 4;
            columns: 4;
  }
}
.service_tag_block .publications-list li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}
.service_tag_block .publications-list li a:hover {
  color: #f13f3f;
}
/*------------------------------------*\
    PROMOTIONS PAGE - INNER
\*------------------------------------*/
@media (min-width: 768px) {
  .presentation-block .info {
    max-width: 58%;
  }
}
.presentation-block .info h2 {
  font-size: 23px;
}
@media (min-width: 1366px) {
  .presentation-block .info h2 {
    font-size: 30px;
  }
}
@media (min-width: 1600px) {
  .presentation-block .info h2 {
    font-size: 36px;
  }
}
.presentation-block .info .text-accent p {
  font-size: 42px;
  margin-left: 0;
  line-height: 1.2;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1366px) {
  .presentation-block .info .text-accent p {
    font-size: 48px;
  }
}
@media (min-width: 1600px) {
  .presentation-block .info .text-accent p {
    font-size: 67px;
  }
}
.presentation-block .info .lead {
  color: #fff;
  font-size: 20px;
}
.presentation-block .info .button {
  font-size: 18px;
}
@media (min-width: 1600px) {
  .presentation-block .info * + .lead {
    margin-top: 50px;
  }
}
@media (min-width: 1600px) {
  .presentation-block .info * + .button {
    margin-top: 50px;
  }
}
.block-advantages {
  background-color: #282828;
}
.block-advantages .advantages-inner-blocks {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0;
}
.block-advantages .advantages-inner-blocks .item {
  color: #fff;
  margin-top: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
@media (min-width: 768px) {
  .block-advantages .advantages-inner-blocks .item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    white-space: nowrap;
  }
}
@media (min-width: 992px) {
  .block-advantages .advantages-inner-blocks .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1;
            flex: 0 1;
    white-space: nowrap;
  }
}
.block-advantages .advantages-inner-blocks .item:before {
  background-color: #f13f3f;
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .lottery {
    padding: 185px 0 245px;
  }
}
@media (min-width: 1366px) {
  .lottery {
    padding: 85px 0;
  }
}
.lottery .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lottery .container .spinner-wrapper {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 284px;
  height: 283px;
  position: relative;
}
@media (min-width: 768px) {
  .lottery .container .spinner-wrapper {
    width: 618px;
    height: 617px;
  }
}
.lottery .container .spinner-wrapper:after {
  background: url(../../img/lottery-pointer.png) center / contain no-repeat;
  content: '';
  display: block;
  width: 26px;
  height: 57px;
  position: absolute;
  top: calc(50% - 29.5px);
  right: 0;
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
  z-index: 2;
}
@media (min-width: 768px) {
  .lottery .container .spinner-wrapper:after {
    width: 56px;
    height: 57px;
    top: calc(50% - 29.5px);
    -webkit-transform: translateX(18px);
            transform: translateX(18px);
  }
}
.lottery .container .spinner-wrapper .spinner {
  background: url(../../img/lottery-img.png) center / contain no-repeat;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.lottery .container .spinner-wrapper .spinner:before {
  border: 3px solid #f13f3f;
  border-radius: 50%;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.lottery .container .spinner-wrapper .spinner .spinner-percent {
  color: #fff;
  font-size: 22px;
  position: absolute;
  z-index: 3;
}
@media (min-width: 768px) {
  .lottery .container .spinner-wrapper .spinner .spinner-percent {
    font-size: 42px;
  }
}
.lottery .container .spinner-wrapper .spinner .spinner-percent.spinner-percent-10 {
  top: 32%;
  right: 9%;
}
.lottery .container .spinner-wrapper .spinner .spinner-percent.spinner-percent-20 {
  top: 59%;
  right: 9%;
}
.lottery .container .spinner-wrapper .spinner .spinner-percent.spinner-percent-30 {
  top: 79%;
  right: 29%;
}
.lottery .container .spinner-wrapper .spinner .spinner-percent.spinner-percent-40 {
  top: 79%;
  right: 57%;
}
.lottery .container .spinner-wrapper .spinner .spinner-percent.spinner-percent-50 {
  top: 59%;
  right: 76.5%;
}
.lottery .container .spinner-wrapper .spinner .spinner-percent.spinner-percent-60 {
  top: 31%;
  right: 76%;
}
.lottery .container .spinner-wrapper .spinner .spinner-percent.spinner-percent-70 {
  top: 12%;
  right: 56%;
}
.lottery .container .spinner-wrapper .spinner .spinner-percent.spinner-percent-80 {
  top: 12.5%;
  right: 28%;
}
.lottery .container .spinner-wrapper .spinner-btn {
  background-color: #1d1d1d;
  border: 3px solid #f13f3f;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 110px;
  height: 110px;
  position: relative;
  -webkit-transition: .4s;
  transition: .4s;
  z-index: 5;
}
@media (min-width: 768px) {
  .lottery .container .spinner-wrapper .spinner-btn {
    width: 210px;
    height: 210px;
  }
}
.lottery .container .spinner-wrapper .spinner-btn img {
  max-width: 68px;
  height: auto;
}
@media (min-width: 768px) {
  .lottery .container .spinner-wrapper .spinner-btn img {
    max-width: 100px;
    margin-bottom: 20px;
  }
}
.lottery .container .spinner-wrapper .spinner-btn .text {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  line-height: 1.2;
  white-space: nowrap;
  position: absolute;
  top: -128px;
}
@media (min-width: 768px) {
  .lottery .container .spinner-wrapper .spinner-btn .text {
    white-space: normal;
    position: relative;
    top: 0;
  }
}
.lottery .container .spinner-wrapper .spinner-btn .text b {
  font-size: 36px;
  line-height: 1;
  display: block;
}
@media (max-width: 767px) {
  .lottery .container .spinner-wrapper .spinner-btn.rotated picture,
  .lottery .container .spinner-wrapper .spinner-btn.rotated img {
    display: none;
  }
}
@media (max-width: 767px) {
  .lottery .container .spinner-wrapper .spinner-btn.rotated .text.spinner-btn-dis {
    position: relative;
    top: 0;
  }
}
.lottery .container .spinner-wrapper .spinner-btn.hover:hover img {
  -webkit-animation: lottery-logo 2s infinite;
          animation: lottery-logo 2s infinite;
}
.lottery .container .spinner-wrapper .spinner-bubbles {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .lottery .container .spinner-wrapper .spinner-bubbles {
    display: block;
  }
}
.lottery .container .spinner-wrapper .spinner-bubbles .spinner-bubble {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  position: absolute;
}
.lottery .container .spinner-wrapper .spinner-bubbles .spinner-bubble > div {
  border: 2px solid #f13f3f;
  border-radius: 50%;
  color: #f13f3f;
  font-size: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 94px;
  height: 94px;
  margin-bottom: 14px;
}
.lottery .container .spinner-wrapper .spinner-bubbles .spinner-bubble > span {
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.lottery .container .spinner-wrapper .spinner-bubbles .spinner-bubble.bubble-1 {
  top: -25%;
  left: 0;
}
@media (min-width: 1366px) {
  .lottery .container .spinner-wrapper .spinner-bubbles .spinner-bubble.bubble-1 {
    top: 12%;
    left: -37%;
  }
}
.lottery .container .spinner-wrapper .spinner-bubbles .spinner-bubble.bubble-1 > div {
  font-size: 33px;
  width: 94px;
  height: 94px;
}
.lottery .container .spinner-wrapper .spinner-bubbles .spinner-bubble.bubble-2 {
  top: -25%;
  left: 34%;
}
@media (min-width: 1366px) {
  .lottery .container .spinner-wrapper .spinner-bubbles .spinner-bubble.bubble-2 {
    top: 52%;
    left: -55%;
  }
}
.lottery .container .spinner-wrapper .spinner-bubbles .spinner-bubble.bubble-2 > div {
  font-size: 24px;
  width: 64px;
  height: 64px;
}
.lottery .container .spinner-wrapper .spinner-bubbles .spinner-bubble.bubble-3 {
  top: -25%;
  left: 69%;
}
@media (min-width: 1366px) {
  .lottery .container .spinner-wrapper .spinner-bubbles .spinner-bubble.bubble-3 {
    top: 83%;
    left: -22%;
  }
}
.lottery .container .spinner-wrapper .spinner-bubbles .spinner-bubble.bubble-3 > div {
  font-size: 33px;
  width: 104px;
  height: 104px;
}
.lottery .container .spinner-wrapper .spinner-bubbles .spinner-bubble.bubble-4 {
  top: 120%;
  left: 0;
}
@media (min-width: 1366px) {
  .lottery .container .spinner-wrapper .spinner-bubbles .spinner-bubble.bubble-4 {
    top: 6%;
    left: 101%;
  }
}
.lottery .container .spinner-wrapper .spinner-bubbles .spinner-bubble.bubble-4 > div {
  font-size: 24px;
  width: 64px;
  height: 64px;
}
.lottery .container .spinner-wrapper .spinner-bubbles .spinner-bubble.bubble-5 {
  top: 120%;
  left: 34%;
}
@media (min-width: 1366px) {
  .lottery .container .spinner-wrapper .spinner-bubbles .spinner-bubble.bubble-5 {
    top: 46%;
    left: auto;
    right: -55%;
  }
}
.lottery .container .spinner-wrapper .spinner-bubbles .spinner-bubble.bubble-5 > div {
  font-size: 33px;
  width: 114px;
  height: 114px;
}
.lottery .container .spinner-wrapper .spinner-bubbles .spinner-bubble.bubble-6 {
  top: 120%;
  left: 68%;
}
@media (min-width: 1366px) {
  .lottery .container .spinner-wrapper .spinner-bubbles .spinner-bubble.bubble-6 {
    top: 88%;
    left: auto;
    right: -28%;
  }
}
.lottery .container .spinner-wrapper .spinner-bubbles .spinner-bubble.bubble-6 > div {
  font-size: 26px;
  width: 74px;
  height: 74px;
}
.lottery .container .spinner-wrapper .spinner-bubbles .spinner-bubble.zaliv > div {
  background-color: #f13f3f;
  color: #1e1e1e;
}
.lottery .container .lottery-message {
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 1.2;
  max-width: 256px;
}
.lottery-bouncePer {
  -webkit-animation: lottery-bouncePer 0.5s;
          animation: lottery-bouncePer 0.5s;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.lottery-bouncePerLong {
  -webkit-animation: lottery-bouncePer 2.5s;
          animation: lottery-bouncePer 2.5s;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@-webkit-keyframes lottery-bouncePer {
  50% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
  }
  60% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes lottery-bouncePer {
  50% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
  }
  60% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes lottery-logo {
  0%,
  60%,
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  25% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@keyframes lottery-logo {
  0%,
  60%,
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  25% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.global-form-section.form-form-lottery-section {
  background-color: #121212;
}
.global-form-section.form-form-lottery-section .decorate-heading b {
  color: #f13f3f;
}
@media (min-width: 1200px) {
  .global-form-section.form-form-lottery-section .decorate-heading {
    font-size: 36px;
    line-height: 1.25;
  }
}
.global-form-section.form-form-lottery-section .decorate-heading + p {
  color: #fff;
  margin: 30px 0 50px;
}
.global-form-section.contacts-gfs {
  margin-bottom: 60px;
}
.global-form-section .form-section-text {
  margin-bottom: 60px;
}
/**/
.section-packages .container .blocks {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-packages .container .blocks .blocks-item {
  max-width: 480px;
  min-width: 100%;
  margin-top: 60px;
}
@media (min-width: 480px) {
  .section-packages .container .blocks .blocks-item {
    min-width: 350px;
  }
}
.section-packages .container .blocks .blocks-item .inner-wrapper {
  border: 2px solid #fff;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 36px 30px;
}
.section-packages .container .blocks .blocks-item .inner-wrapper .package-title {
  font-size: 17px;
  line-height: 1.55;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-align: center;
  margin-bottom: 5px;
}
.section-packages .container .blocks .blocks-item .inner-wrapper .product-title {
  color: #ea3323;
  font-size: 36px;
  line-height: 1.55;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
}
.section-packages .container .blocks .blocks-item .inner-wrapper .extra-text-1 {
  color: #ea3323;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
}
.section-packages .container .blocks .blocks-item .inner-wrapper .extra-text-2 {
  font-size: 17px;
  line-height: 1.55;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-align: center;
}
.section-packages .container .blocks .blocks-item .inner-wrapper .text {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-top: 16px;
  margin-bottom: 20px;
}
.section-packages .container .blocks .blocks-item .inner-wrapper .text p {
  margin: 0;
}
.section-packages .container .blocks .blocks-item .inner-wrapper .price-zone {
  margin-top: auto;
  text-align: center;
}
.section-packages .container .blocks .blocks-item .inner-wrapper .price-zone .text-above-price {
  color: #ea3323;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.section-packages .container .blocks .blocks-item .inner-wrapper .price-zone .price {
  font-size: 40px;
  line-height: 1.55;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.section-packages .container .blocks .blocks-item .inner-wrapper .price-zone + .button-zone {
  margin-top: 0;
}
.section-packages .container .blocks .blocks-item .inner-wrapper .button-zone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: auto;
}
.section-packages .container .blocks .blocks-item .inner-wrapper .button-zone > .button {
  margin-top: 20px;
}
.gifts-row {
  margin-bottom: 60px;
}
.gifts-row .gifts-item {
  margin-top: 20px;
}
.gifts-row .gifts-item .gifty-header {
  text-align: center;
}
.gifts-row .gifts-item .gifty-header img {
  max-height: 120px;
}
.gifts-row .gifts-item .gifty-header .box-icon-minimal-title {
  margin-top: 20px;
}
#bx_form_iframe_80 {
  height: 240px !important;
}
.footer-nav {
  overflow: hidden;
}
.our-clients-block .clients-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
.our-clients-block .clients-carousel .slick-list {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.our-clients-block .clients-carousel .slick-list .slick-track .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.our-clients-block .clients-carousel .slick-list .slick-track .slick-slide > div:nth-child(n + 2) {
  margin-top: 20px;
}
.our-clients-block .clients-carousel .slick-list .slick-track .slick-slide > div .client-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 120px;
  margin: 0 10px;
  position: relative;
  -webkit-transition: .4s;
  transition: .4s;
}
.our-clients-block .clients-carousel .slick-list .slick-track .slick-slide > div .client-item img {
  max-width: 100%;
  max-height: 100px;
}
.our-clients-block .clients-carousel .slick-list .slick-track .slick-slide > div .client-item .link {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
}
.our-clients-block .clients-carousel .slick-list .slick-track .slick-slide > div .client-item .color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .4s;
  transition: .4s;
  z-index: 2;
}
.our-clients-block .clients-carousel .slick-list .slick-track .slick-slide > div .client-item .color.show {
  opacity: 1;
}
.our-clients-block .clients-carousel .slick-list .slick-track .slick-slide > div .client-item .mono {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .4s;
  transition: .4s;
  z-index: 1;
}
.our-clients-block .clients-carousel .slick-list .slick-track .slick-slide > div .client-item:hover {
  cursor: pointer;
}
.our-clients-block .clients-carousel .slick-list .slick-track .slick-slide > div .client-item:hover .color {
  opacity: 1;
}
.our-clients-block .clients-carousel .slick-list .slick-track .slick-slide > div .client-item:hover .mono {
  opacity: 0;
}
.our-clients-block .clients-carousel .slick-arrow {
  background: none;
  border: 1px solid #f13f3f;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #f13f3f;
  font-size: 0;
  width: 33px;
  height: 33px;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.our-clients-block .clients-carousel .slick-arrow:before {
  font-size: 16px;
  font-weight: 700;
}
.our-clients-block .clients-carousel .slick-arrow.slick-prev:before {
  content: '<';
}
.our-clients-block .clients-carousel .slick-arrow.slick-next:before {
  content: '>';
}
.our-clients-block .clients-carousel .slick-arrow:hover {
  border-color: #fff;
  color: #fff;
  cursor: pointer;
}
.custom-spoiler-body h1,
.custom-spoiler-body h2,
.custom-spoiler-body h3,
.custom-spoiler-body h4,
.custom-spoiler-body h5,
.custom-spoiler-body h6 {
  margin-bottom: 20px;
  line-height: 1.5;
}
.custom-spoiler-body h1 {
  font-size: 24px;
}
@media (min-width: 768px) {
  .custom-spoiler-body h1 {
    font-size: 32px;
  }
}
.custom-spoiler-body h2 {
  font-size: 22px;
}
@media (min-width: 768px) {
  .custom-spoiler-body h2 {
    font-size: 28px;
  }
}
.custom-spoiler-body h3 {
  font-size: 18px;
}
@media (min-width: 768px) {
  .custom-spoiler-body h3 {
    font-size: 26px;
  }
}
.custom-spoiler-body p {
  margin: 0 0 20px;
}
.custom-spoiler-body ul,
.custom-spoiler-body ol {
  padding-left: 20px;
  margin-bottom: 20px;
}
.custom-spoiler-body ul li,
.custom-spoiler-body ol li {
  display: list-item;
  margin-bottom: 10px;
}
.custom-spoiler-body ul {
  list-style: disc;
}
.custom-spoiler-body ol {
  list-style: decimal;
}
.text-styled {
  color: #fff;
}
.text-styled h2,
.text-styled h3,
.text-styled h4,
.text-styled h5,
.text-styled h6 {
  margin-bottom: 20px;
}
.text-styled p {
  margin: 0 0 20px;
}
.text-styled ul,
.text-styled ol {
  padding-left: 20px;
  margin-bottom: 20px;
}
.text-styled ul li,
.text-styled ol li {
  display: list-item;
  margin-bottom: 10px;
}
.text-styled ul {
  list-style: disc;
}
.text-styled ol {
  list-style: decimal;
}
.decorate-heading + .text-styled {
  margin-top: 40px;
}
.text-styled.color-gray {
  color: #9b9b9b;
}
.price-tables-section {
  background-color: #282828;
}
.price-tables-section .decorate-heading + .price-table {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .price-tables-section .section-works {
    margin-left: -30px;
    margin-bottom: 60px;
  }
}
.prices-blocks .item + .item {
  border-top: 2px dashed #f13f3f;
  margin-top: 60px;
  padding-top: 60px;
}
.price-table {
  overflow: auto;
}
.price-table::-webkit-scrollbar {
  height: 20px;
}
.price-table::-webkit-scrollbar-track {
  background: #000;
  border: 1px solid #fff;
}
.price-table::-webkit-scrollbar-thumb {
  background: #fff;
}
.price-table::-webkit-scrollbar-thumb:hover {
  background: #f13f3f;
}
.price-table::-webkit-scrollbar-button {
  border-style: solid;
}
.price-table::-webkit-scrollbar-button:single-button:horizontal:decrement {
  border-width: 16px 16px 16px 8px;
  border-color: transparent #65aa44 transparent transparent;
}
.price-table::-webkit-scrollbar-button:single-button:horizontal:increment {
  border-width: 16px 8px 16px 16px;
  border-color: transparent transparent transparent #65aa44;
}
.price-table table {
  color: #fff;
  max-width: 100%;
  min-width: 690px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.price-table table tr:first-child td {
  color: #f13f3f;
  font-size: 18px;
  font-weight: bold;
}
.price-table table tr:last-child td {
  font-size: 18px;
  font-weight: bold;
}
.price-table table tr td {
  border: 1px dashed #fff;
  padding: 15px 10px 15px;
  position: relative;
  font-size: 16px;
  width: auto !important;
  min-width: 120px;
}
@media (min-width: 480px) {
  .price-table table tr td {
    padding: 15px 17px 15px;
  }
}
.price-table table tr td:nth-child(n + 2) {
  text-align: center;
}
.price-table table tr td p {
  margin-bottom: 0;
}
.price-table table tr td p + p {
  margin-top: 10px;
}
@-moz-document url-prefix() {
  .price-table table {
    border-collapse: separate;
    border-spacing: 0px;
  }
}
/*Calc style*/
.section-calc {
  color: #fff;
}
.section-calc.site-price-calculator .steps-wrapper .steps {
  display: none;
  padding-top: 30px;
  padding-bottom: 30px;
}
.section-calc.site-price-calculator .steps-wrapper .steps .radio-item {
  cursor: pointer;
}
.section-calc.site-price-calculator .steps-wrapper .steps .small-text {
  font-size: 12px;
  line-height: 1.55;
  margin-top: 30px;
  opacity: .7;
}
.section-calc.site-price-calculator .steps-wrapper .steps .total {
  margin-top: 30px;
}
.section-calc.site-price-calculator .steps-wrapper .steps .total span {
  font-weight: 700;
}
.section-calc.site-price-calculator .steps-wrapper .steps.image-styled-labels .row {
  margin-top: 0;
}
.section-calc.site-price-calculator .steps-wrapper .steps.image-styled-labels .row .item {
  margin-top: 30px;
}
.section-calc.site-price-calculator .steps-wrapper .steps.image-styled-labels .row .item .radio-item {
  width: 100%;
}
.section-calc.site-price-calculator .steps-wrapper .steps.image-styled-labels .row .item .radio-item .item-content {
  border: 2px solid #fff;
  height: 100%;
  padding: 20px;
  position: relative;
  text-align: center;
}
@media (min-width: 576px) {
  .section-calc.site-price-calculator .steps-wrapper .steps.image-styled-labels .row .item .radio-item .item-content {
    text-align: left;
  }
}
.section-calc.site-price-calculator .steps-wrapper .steps.image-styled-labels .row .item .radio-item .item-content:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 76.887 55.552'%3E%3Cpath fill='%23000000' d='M34.373 49.541L76.887 5.889 70.739 0 28.426 43.458 6.078 20.632 0 26.585l22.488 22.972 6.029 5.995-.091-.085.091.085 5.856-6.011z'/%3E%3C/svg%3E");
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  border-radius: 100%;
  content: "";
  color: #fff;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -7px;
  left: -7px;
  -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.section-calc.site-price-calculator .steps-wrapper .steps.image-styled-labels .row .item .radio-item .item-content .image-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 140px;
}
.section-calc.site-price-calculator .steps-wrapper .steps.image-styled-labels .row .item .radio-item .item-content .image-box picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.section-calc.site-price-calculator .steps-wrapper .steps.image-styled-labels .row .item .radio-item .item-content .image-box img {
  max-height: 100%;
}
.section-calc.site-price-calculator .steps-wrapper .steps.image-styled-labels .row .item .radio-item .item-content .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .section-calc.site-price-calculator .steps-wrapper .steps.image-styled-labels .row .item .radio-item .item-content .title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 1200px) {
  .section-calc.site-price-calculator .steps-wrapper .steps.image-styled-labels .row .item .radio-item .item-content .title {
    font-size: 24px;
    line-height: 30px;
  }
}
.section-calc.site-price-calculator .steps-wrapper .steps.image-styled-labels .row .item .radio-item .item-content .text {
  font-size: 16px;
  margin-top: 20px;
}
.section-calc.site-price-calculator .steps-wrapper .steps.image-styled-labels .row .item input[type="radio"]:checked ~ .item-content:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.section-calc.site-price-calculator .steps-wrapper .steps.image-styled-labels.v2 .row .item .radio-item .item-content {
  border: 0 none;
  padding: 0;
}
.section-calc.site-price-calculator .steps-wrapper .steps.image-styled-labels.v2 .row .item .radio-item .item-content .image-box-bg {
  background-size: cover;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}
.section-calc.site-price-calculator .steps-wrapper .steps.image-styled-labels.v2 .row .item .radio-item .item-content .title {
  font-size: 16px;
  line-height: 1.5;
}
.section-calc.site-price-calculator .steps-wrapper .steps.radio-styled-labels .radio-buttons .radio-item {
  display: table;
  margin-top: 30px;
}
.section-calc.site-price-calculator .steps-wrapper .steps.radio-styled-labels .radio-buttons .radio-item .custom-radio {
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  position: relative;
  opacity: .6;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.section-calc.site-price-calculator .steps-wrapper .steps.radio-styled-labels .radio-buttons .radio-item .custom-radio:after {
  background: #fff;
  border-radius: 50%;
  content: '';
  width: 10px;
  height: 10px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.section-calc.site-price-calculator .steps-wrapper .steps.radio-styled-labels .radio-buttons .radio-item:hover .custom-radio {
  opacity: 1;
}
.section-calc.site-price-calculator .steps-wrapper .steps.radio-styled-labels input[type="radio"]:checked ~ .custom-radio {
  opacity: 1;
}
.section-calc.site-price-calculator .steps-wrapper .steps.radio-styled-labels input[type="radio"]:checked ~ .custom-radio:after {
  opacity: 1;
}
.section-calc.site-price-calculator .steps-wrapper .steps.textarea-block textarea {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  font-size: 18px;
  width: 100%;
  height: 140px;
  padding: 10px 20px;
  margin-top: 30px;
}
.section-calc.site-price-calculator .steps-wrapper .steps.active {
  display: block;
}
.section-calc.site-price-calculator .steps-wrapper .calc-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-calc.site-price-calculator .steps-wrapper .calc-navigation .button {
  margin: 0;
}
.section-calc.site-price-calculator .steps-wrapper .calc-navigation .button[disabled] {
  opacity: .6;
}
.section-calc.site-price-calculator .steps-wrapper .calc-navigation .button[disabled]:hover:before {
  width: 64%;
}
.section-calc.site-price-calculator .steps-wrapper .error-message {
  color: #f13f3f;
  margin-top: 20px;
}
.section-calc.styled-general {
  font-family: montserrat, sans-serif;
}
.section-calc.styled-general * + .row {
  margin-top: 0;
}
.section-calc.styled-general .calc-body .calc-section {
  padding-top: 50px;
  padding-bottom: 58px;
}
.section-calc.styled-general .calc-body .calc-section .calc-section-title {
  font-size: 26px;
  text-transform: uppercase;
}
.section-calc.styled-general .calc-body .calc-section .calc-section-title + .row {
  margin-top: -40px;
}
.section-calc.styled-general .calc-body .calc-section > .row > div[class*="col"] {
  margin-top: 60px;
}
.section-calc.styled-general .calc-body .calc-section .radio-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 14px;
}
.section-calc.styled-general .calc-body .calc-section .radio-item .radio-custom-dummy {
  border: 2px solid #fff;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 18px;
  width: 18px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  margin-right: 10px;
  position: relative;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.section-calc.styled-general .calc-body .calc-section .radio-item:hover {
  cursor: pointer;
}
.section-calc.styled-general .calc-body .calc-section .radio-item:hover .radio-custom-dummy {
  border-color: #f13f3f;
}
.section-calc.styled-general .calc-body .calc-section .radio-item input[type="radio"]:checked ~ .radio-custom-dummy {
  border: 6px solid #f13f3f;
}
.section-calc.styled-general .calc-body .calc-section .radio-item .item-content .title {
  font-size: 20px;
  line-height: 1;
}
.section-calc.styled-general .calc-body .calc-section .checkbox-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 14px;
}
.section-calc.styled-general .calc-body .calc-section .checkbox-item .checkbox-custom-dummy {
  border: 2px solid #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 18px;
  width: 18px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  margin-right: 10px;
  position: relative;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.section-calc.styled-general .calc-body .calc-section .checkbox-item .checkbox-custom-dummy:before {
  background: url(../../img/checkbox-checked.png) 0 0 no-repeat;
  background-size: contain;
  content: '';
  display: block;
  width: 12px;
  height: 8px;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: .2s;
  transition: .2s;
}
.section-calc.styled-general .calc-body .calc-section .checkbox-item:hover {
  cursor: pointer;
}
.section-calc.styled-general .calc-body .calc-section .checkbox-item:hover .checkbox-custom-dummy {
  border-color: #f13f3f;
}
.section-calc.styled-general .calc-body .calc-section .checkbox-item input[type="checkbox"]:checked ~ .checkbox-custom-dummy {
  border-color: #f13f3f;
}
.section-calc.styled-general .calc-body .calc-section .checkbox-item input[type="checkbox"]:checked ~ .checkbox-custom-dummy:before {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.section-calc.styled-general .calc-body .calc-section .checkbox-item input[type="checkbox"]:disabled ~ * {
  opacity: .5;
}
.section-calc.styled-general .calc-body .calc-section .checkbox-item input[type="checkbox"]:disabled ~ .checkbox-custom-dummy {
  border-color: #fff;
}
.section-calc.styled-general .calc-body .calc-section .checkbox-item .item-content .title {
  font-size: 18px;
  line-height: 1;
}
.section-calc.styled-general .calc-body .calc-section .checkbox-item-block {
  margin-top: 44px;
}
.section-calc.styled-general .calc-body .calc-section .checkbox-item-block .item-content {
  background-color: #1d1d1d;
  border: 2px solid #f13f3f;
  cursor: pointer;
  font-size: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 262px;
  height: 78px;
  padding: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: .3s;
  transition: .3s;
}
.section-calc.styled-general .calc-body .calc-section .checkbox-item-block .item-content:hover {
  background-color: #f13f3f;
}
.section-calc.styled-general .calc-body .calc-section .checkbox-item-block input[type="checkbox"]:checked ~ .item-content {
  background-color: #f13f3f;
}
.section-calc.styled-general .calc-body .calc-section .range-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 14px;
  padding-bottom: 10px;
}
.section-calc.styled-general .calc-body .calc-section .range-item .range-decoration {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.section-calc.styled-general .calc-body .calc-section .range-item .range-decoration .rd-line {
  background: #fff;
  width: 1px;
  height: 10px;
  position: absolute;
  top: 2px;
}
.section-calc.styled-general .calc-body .calc-section .range-item .range-decoration .rd-line span {
  color: #f13f3f;
  font-size: 12px;
  font-weight: 300;
  position: relative;
  top: 16px;
}
.section-calc.styled-general .calc-body .calc-section .range-item .range-decoration .rd-line-first,
.section-calc.styled-general .calc-body .calc-section .range-item .range-decoration .rd-line-last {
  height: 100%;
  top: 0;
}
.section-calc.styled-general .calc-body .calc-section .range-item .range-decoration .rd-line-1 {
  left: 10%;
}
.section-calc.styled-general .calc-body .calc-section .range-item .range-decoration .rd-line-2 {
  left: 20%;
}
.section-calc.styled-general .calc-body .calc-section .range-item .range-decoration .rd-line-3 {
  left: 30%;
}
.section-calc.styled-general .calc-body .calc-section .range-item .range-decoration .rd-line-4 {
  left: 40%;
}
.section-calc.styled-general .calc-body .calc-section .range-item .range-decoration .rd-line-5 {
  height: 100%;
  top: 0;
  left: 50%;
}
.section-calc.styled-general .calc-body .calc-section .range-item .range-decoration .rd-line-6 {
  left: 60%;
}
.section-calc.styled-general .calc-body .calc-section .range-item .range-decoration .rd-line-7 {
  left: 70%;
}
.section-calc.styled-general .calc-body .calc-section .range-item .range-decoration .rd-line-8 {
  left: 80%;
}
.section-calc.styled-general .calc-body .calc-section .range-item .range-decoration .rd-line-9 {
  left: 90%;
}
.section-calc.styled-general .calc-body .calc-section .range-item .range-decoration .rd-line-10 {
  left: 100%;
}
.section-calc.styled-general .calc-body .calc-section .range-item .range-decoration .ui-slider {
  background: none;
  border: 0 none;
  height: 14px;
}
.section-calc.styled-general .calc-body .calc-section .range-item .range-decoration .ui-slider:before {
  background: #fff;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 6px;
  left: 0;
}
.section-calc.styled-general .calc-body .calc-section .range-item .range-decoration .ui-slider .ui-slider-range {
  background: none;
}
.section-calc.styled-general .calc-body .calc-section .range-item .range-decoration .ui-slider .ui-slider-handle {
  background: #f13f3f;
  border: 0 none;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  top: -1px;
}
.section-calc.styled-general .calc-body .calc-section .range-item .range-decoration .ui-slider .ui-slider-handle.ui-state-default {
  background: #f13f3f;
  border: 0 none;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}
.section-calc.styled-general .calc-body .calc-section .range-item .range-decoration .ui-slider .ui-slider-handle.ui-state-hover {
  background: #f13f3f;
  border: 0 none;
}
.section-calc.styled-general .calc-body .calc-section .range-item .range-decoration .ui-slider .ui-slider-handle.ui-state-active {
  background: #f13f3f;
  border: 0 none;
}
.section-calc.styled-general .calc-body .calc-section .range-item .func-calc-input {
  background: #1d1d1d;
  border: 2px solid #f13f3f;
  color: #fff;
  font-size: 20px;
  text-align: center;
  width: 82px;
  height: 44px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 82px;
          flex: 0 0 82px;
  margin: 0 0 0 48px;
}
.section-calc.styled-general .calc-body .calc-section .range-item .func-calc-input::-webkit-outer-spin-button,
.section-calc.styled-general .calc-body .calc-section .range-item .func-calc-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.section-calc.styled-general .calc-body .calc-section .text-number-item .func-calc-input {
  background: #1d1d1d;
  border: 2px solid #f13f3f;
  color: #fff;
  font-size: 20px;
  width: 100%;
  height: 62px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  padding: 0 18px;
  margin: 24px 0 0;
}
.section-calc.styled-general .calc-body .calc-section .text-number-item .func-calc-input::-webkit-outer-spin-button,
.section-calc.styled-general .calc-body .calc-section .text-number-item .func-calc-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.section-calc.styled-general .calc-body .calc-section .calc-field-set-group {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  overflow: hidden;
}
.section-calc.styled-general .calc-body .calc-section .calc-field-set-group > div[class*="col"] {
  margin-top: 60px;
}
.section-calc.styled-general .calc-body .calc-section .calc-field-set-group .calc-fields-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-calc.styled-general .calc-body .calc-section .calc-field-set-group .calc-fields-set .calc-field {
  margin-top: auto;
}
.section-calc.styled-general .calc-body .calc-section .calc-fields-set {
  overflow: hidden;
}
.section-calc.styled-general .calc-body .calc-section .calc-fields-set .calc-fields-set-title {
  font-family: montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.section-calc.styled-general .calc-body .calc-section .calc-fields-set.parent-child-checkbox-theme .calc-parent-field .checkbox-item .item-content .title {
  font-size: 24px;
  font-weight: 700;
}
.section-calc.styled-general .calc-body .calc-section .calc-fields-set.parent-child-checkbox-theme .child-fields {
  padding-left: 30px;
}
@media (min-width: 768px) {
  .section-calc.styled-general .calc-body .calc-section .calc-fields-set.parent-child-checkbox-theme .child-fields {
    padding-left: 60px;
  }
}
.section-calc.styled-general .calc-body .calc-section .price-zone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
@media (min-width: 768px) {
  .section-calc.styled-general .calc-body .calc-section .price-zone {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .section-calc.styled-general .calc-body .calc-section .price-zone {
    padding: 0 40px;
  }
}
.section-calc.styled-general .calc-body .calc-section .price-zone > div[class*="col"] {
  padding: 0 15px;
  margin: 0;
}
.section-calc.styled-general .calc-body .calc-section .price-zone .title {
  font-size: 20px;
}
.section-calc.styled-general .calc-body .calc-section .price-zone .price {
  color: #f13f3f;
  font-size: 50px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .section-calc.styled-general .calc-body .calc-section .price-zone .price {
    margin-top: 22px;
  }
}
.section-calc.styled-general .calc-body .calc-section .price-zone .total {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .section-calc.styled-general .calc-body .calc-section .price-zone .total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .section-calc.styled-general .calc-body .calc-section .price-zone .total .title {
    max-width: 350px;
  }
}
.section-calc.styled-general .calc-body .calc-section .price-zone .total .price {
  margin-top: 0;
}
.section-calc.styled-general .calc-body .calc-section .price-zone .total .price_dollar {
  color: #f13f3f;
  font-size: 30px;
  font-weight: 700;
}
.section-calc.styled-general .calc-body .calc-section + .calc-section {
  border-top: 2px solid #f13f3f;
  padding-top: 62px;
}
.section-calc.styled-general .calc-body .form-section {
  text-align: center;
}
.section-calc.styled-general .calc-body .form-section .send-calculation {
  margin: 0;
}
.section-calc.styled-general .calc-body .form-section .wpcf7 {
  text-align: left;
}
.section-calc.seo-price-calculator .calc-body .calc-section .calc-fields-set.ph-regions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 768px) {
  .section-calc.seo-price-calculator .calc-body .calc-section .calc-fields-set.ph-regions {
    margin-top: 54px;
  }
}
.section-calc.seo-price-calculator .calc-body .calc-section .calc-fields-set.ph-regions .calc-fields-set-title span {
  display: block;
  max-width: 392px;
}
.section-calc.seo-price-calculator .calc-body .calc-section .calc-fields-set.ph-range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-calc.seo-price-calculator .calc-body .calc-section .calc-fields-set.ph-range .calc-fields-set-title {
  margin-bottom: 24px;
}
.section-calc.seo-price-calculator .calc-body .calc-section .calc-fields-set.ph-range .range-item {
  margin-top: auto;
}
.section-calc.smm-price-calculator .calc-body .calc-section > .row > div[class*="col"] {
  margin-top: 80px;
}
.section-calc.smm-price-calculator .calc-body .calc-section > .row .calc-fields-set.hmsn-type {
  margin-top: 0;
}
.section-calc.smm-price-calculator .calc-body .calc-section .checkbox-item {
  margin-top: 22px;
}
.section-calc.smm-price-calculator .calc-body .calc-section .calc-fields-set.hmsn-type .calc-fields-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
  margin-left: -35px;
  margin-right: -35px;
}
.section-calc.smm-price-calculator .calc-body .calc-section .calc-fields-set.hmsn-type .calc-fields-wrapper .calc-field {
  margin: 0 35px;
}
.section-calc.smm-price-calculator .calc-body .calc-section .calc-fields-set.hmsn-type .calc-fields-wrapper .calc-field .calc-item .item-content .title {
  width: 15px;
}
.section-calc.smm-price-calculator .calc-body .calc-section .calc-fields-set.cisn-type .calc-fields-wrapper {
  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;
  margin-left: -47px;
  margin-right: -47px;
}
@media (min-width: 768px) {
  .section-calc.smm-price-calculator .calc-body .calc-section .calc-fields-set.cisn-type .calc-fields-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.section-calc.smm-price-calculator .calc-body .calc-section .calc-fields-set.cisn-type .calc-fields-wrapper .checkbox-item-block {
  margin-top: 44px;
  margin-left: 47px;
  margin-right: 47px;
}
.section-calc.smm-price-calculator .calc-body .calc-section .calc-fields-set.itap-type .calc-fields-wrapper {
  margin-top: 20px;
}
.section-calc.smm-price-calculator .calc-body .calc-section .calc-fields-set.pop-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 80px;
}
.section-calc.smm-price-calculator .calc-body .calc-section .calc-fields-set.smm_adv_budget-type {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .section-calc.smm-price-calculator .calc-body .calc-section .calc-field-set-group.pwr-type .calc-fields-set .calc-fields-set-title {
    max-width: 390px;
  }
}
.section-calc.smm-price-calculator .calc-body .calc-section .calc-field-set-group.pwr-type .calc-fields-set .text-number-item .func-calc-input {
  max-width: 400px;
}
.section-calc.smm-price-calculator .calc-body .calc-section .calc-field-set-group.pwr-type .pwr-type__red-zone {
  background-color: #f13f3f;
  width: 100%;
  margin-top: 60px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 15px;
  margin-right: 15px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .section-calc.smm-price-calculator .calc-body .calc-section .calc-field-set-group.pwr-type .pwr-type__red-zone {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .section-calc.smm-price-calculator .calc-body .calc-section .calc-field-set-group.pwr-type .pwr-type__red-zone {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.section-calc.smm-price-calculator .calc-body .calc-section .calc-field-set-group.pwr-type .pwr-type__red-zone > .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1200px) {
  .section-calc.smm-price-calculator .calc-body .calc-section .calc-field-set-group.pwr-type .pwr-type__red-zone > .row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.section-calc.smm-price-calculator .calc-body .calc-section .calc-field-set-group.pwr-type .pwr-type__red-zone .pwr-type_count {
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 30px 15px 24px;
}
@media (min-width: 992px) {
  .section-calc.smm-price-calculator .calc-body .calc-section .calc-field-set-group.pwr-type .pwr-type__red-zone .pwr-type_count {
    text-align: left;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .section-calc.smm-price-calculator .calc-body .calc-section .calc-field-set-group.pwr-type .pwr-type__red-zone .pwr-type_count {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    max-width: none;
  }
}
.section-calc.smm-price-calculator .calc-body .calc-section .calc-field-set-group.pwr-type .pwr-type__red-zone .pwr-type_count .c_title {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 16px;
}
.section-calc.smm-price-calculator .calc-body .calc-section .calc-field-set-group.pwr-type .pwr-type__red-zone .pwr-type_count .count {
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
}
.section-calc.smm-price-calculator .calc-body .calc-section.mod-styled {
  padding-top: 0;
}
.section-calc.smm-price-calculator .calc-body .calc-section.mod-styled > .row > div[class*="col"] {
  margin-top: 60px;
}
.section-calc .wpcf7 .wpcf7-form > div {
  position: relative;
}
.section-calc .wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  position: relative;
}
.section-calc .wpcf7 .wpcf7-form input[type="text"],
.section-calc .wpcf7 .wpcf7-form input[type="tel"],
.section-calc .wpcf7 .wpcf7-form input[type="email"],
.section-calc .wpcf7 .wpcf7-form textarea {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 10px 18px;
  margin-top: 20px;
}
.section-calc .wpcf7 .wpcf7-form input[type="text"]::-webkit-input-placeholder,
.section-calc .wpcf7 .wpcf7-form input[type="tel"]::-webkit-input-placeholder,
.section-calc .wpcf7 .wpcf7-form input[type="email"]::-webkit-input-placeholder,
.section-calc .wpcf7 .wpcf7-form textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.section-calc .wpcf7 .wpcf7-form input[type="text"]:-moz-placeholder,
.section-calc .wpcf7 .wpcf7-form input[type="tel"]:-moz-placeholder,
.section-calc .wpcf7 .wpcf7-form input[type="email"]:-moz-placeholder,
.section-calc .wpcf7 .wpcf7-form textarea:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.section-calc .wpcf7 .wpcf7-form input[type="text"]::-moz-placeholder,
.section-calc .wpcf7 .wpcf7-form input[type="tel"]::-moz-placeholder,
.section-calc .wpcf7 .wpcf7-form input[type="email"]::-moz-placeholder,
.section-calc .wpcf7 .wpcf7-form textarea::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.section-calc .wpcf7 .wpcf7-form input[type="text"]:-ms-input-placeholder,
.section-calc .wpcf7 .wpcf7-form input[type="tel"]:-ms-input-placeholder,
.section-calc .wpcf7 .wpcf7-form input[type="email"]:-ms-input-placeholder,
.section-calc .wpcf7 .wpcf7-form textarea:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.section-calc .wpcf7 .wpcf7-form input[type="text"]:placeholder-shown,
.section-calc .wpcf7 .wpcf7-form input[type="tel"]:placeholder-shown,
.section-calc .wpcf7 .wpcf7-form input[type="email"]:placeholder-shown,
.section-calc .wpcf7 .wpcf7-form textarea:placeholder-shown {
  color: #fff;
  opacity: 1;
}
.section-calc .wpcf7 .wpcf7-form input[type="text"].wpcf7-not-valid,
.section-calc .wpcf7 .wpcf7-form input[type="tel"].wpcf7-not-valid,
.section-calc .wpcf7 .wpcf7-form input[type="email"].wpcf7-not-valid,
.section-calc .wpcf7 .wpcf7-form textarea.wpcf7-not-valid {
  border-color: #f00;
}
.section-calc .wpcf7 .wpcf7-form textarea {
  height: 120px;
}
.section-calc .wpcf7 .wpcf7-form input[type="submit"] {
  background: #f13f3f;
  border: 0 none;
  cursor: pointer;
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
  display: block;
  padding: 10px 30px;
  margin: 20px auto 0;
  -webkit-transition: .4s;
  transition: .4s;
}
.section-calc .wpcf7 .wpcf7-form input[type="submit"]:hover {
  background: #fff;
  border: 0 none;
  color: #000;
}
.section-calc .wpcf7 .wpcf7-form .ajax-loader {
  position: absolute;
  bottom: 10px;
  right: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.section-calc .wpcf7 .wpcf7-form span.wpcf7-not-valid-tip {
  font-size: 14px;
  white-space: nowrap;
  position: absolute;
  bottom: -20px;
  left: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.section-calc .wpcf7 .wpcf7-form div.wpcf7-response-output {
  border: 0 none;
  font-size: 22px;
  text-align: center;
  width: 100%;
  margin: 15px 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
/*end Calc style*/
.messengers-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.messengers-block a {
  border: 1px solid #ccc;
  border-radius: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 9px 9px 9px 22px;
  font-size: 14px;
  margin: 15px 0 0 0;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
@media (min-width: 480px) {
  .messengers-block a {
    width: 44%;
    margin: 15px 15px 0 0;
  }
}
.messengers-block a:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  width: 18px;
  height: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.messengers-block a:hover {
  border-color: #f13f3f;
}
.tab-column {
  margin-top: 15px;
}
.tab-column .tab-item {
  cursor: pointer;
  height: 100%;
}
.tab-column .tab-item h2 {
  font-family: montserrat, sans-serif;
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  text-transform: none;
  -webkit-transition: .3s;
  transition: .3s;
}
.tab-column .tab-item .content {
  position: relative;
  padding-left: 30px;
  margin-top: 5px;
  -webkit-transition: .3s;
  transition: .3s;
}
.tab-column .tab-item .content i {
  position: absolute;
  top: 6px;
  left: 0;
  color: #f13f3f;
  font-size: 20px;
}
.tab-column .tab-item:hover {
  color: #f13f3f;
}
.tab-column .tab-item:hover h2 {
  color: #f13f3f;
}
.tab-column.active {
  color: #f13f3f;
}
.tab-column.active h2 {
  color: #f13f3f;
}
.contacts-map-block {
  margin-top: 40px;
  position: relative;
}
.contacts-map-block .map-iframe-block {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .4s;
  transition: .4s;
}
.contacts-map-block .map-iframe-block.active {
  opacity: 1;
}
.contacts-map-block .map-iframe-block iframe {
  border: 0;
  width: 100%;
  height: 100%;
}
.action-mini-block {
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  color: #fff;
  font-family: montserrat, sans-serif;
  margin: 25px 0 0;
  position: relative;
}
.action-mini-block > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.action-mini-block .decor-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.action-mini-block .decor-element:before,
.action-mini-block .decor-element:after {
  background: #fff;
  content: '';
  display: block;
  width: 100%;
  height: 3px;
}
.action-mini-block .decor-element .red-wave {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 15px;
  position: relative;
}
.action-mini-block .decor-element.d-e-t {
  margin-bottom: 7px;
}
.action-mini-block .decor-element.d-e-t:after {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23px;
          flex: 0 0 23px;
}
.action-mini-block .decor-element.d-e-t .red-wave {
  top: -7px;
}
.action-mini-block .decor-element.d-e-b {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 30px;
}
.action-mini-block .decor-element.d-e-b:before {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23px;
          flex: 0 0 23px;
}
.action-mini-block .decor-element.d-e-b .red-wave {
  top: 7px;
}
.action-mini-block .a-content {
  padding: 0 10px;
}
@media (min-width: 768px) {
  .action-mini-block .a-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 0 0 42px;
  }
}
@media (min-width: 768px) {
  .action-mini-block .a-content .a-text {
    max-width: 688px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    padding-right: 42px;
  }
}
.action-mini-block .a-content .a-text .title-desc {
  text-align: center;
}
@media (min-width: 768px) {
  .action-mini-block .a-content .a-text .title-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
}
.action-mini-block .a-content .a-text .title-desc h4 {
  color: #f13f3f;
  font-family: montserrat, sans-serif;
  font-size: 43px;
  font-weight: 700;
  text-transform: uppercase;
}
.action-mini-block .a-content .a-text .title-desc > div {
  font-size: 12px;
  font-weight: 100;
  -ms-flex-item-align: center;
      align-self: center;
}
@media (min-width: 768px) {
  .action-mini-block .a-content .a-text .title-desc > div {
    margin-left: 22px;
  }
}
.action-mini-block .a-content .a-text .title-desc > div b {
  color: #f13f3f;
}
.action-mini-block .a-content .a-text .a-offer {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 15px -5px 0;
}
@media (min-width: 768px) {
  .action-mini-block .a-content .a-text .a-offer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.action-mini-block .a-content .a-text .a-offer span {
  padding: 0 5px;
}
.action-mini-block .a-content .a-text .a-offer .plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 33px;
  height: 23px;
  position: relative;
}
@media (min-width: 768px) {
  .action-mini-block .a-content .a-text .a-offer .plus {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33px;
            flex: 0 0 33px;
  }
}
.action-mini-block .a-content .a-text .a-offer .plus:before,
.action-mini-block .a-content .a-text .a-offer .plus:after {
  background: #f13f3f;
  content: '';
  position: absolute;
}
.action-mini-block .a-content .a-text .a-offer .plus:before {
  width: 2px;
  height: 100%;
}
.action-mini-block .a-content .a-text .a-offer .plus:after {
  width: calc(100% - 10px);
  height: 2px;
}
.action-mini-block .a-content .a-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 10px auto 0;
}
@media (min-width: 768px) {
  .action-mini-block .a-content .a-countdown {
    margin: 0 auto;
  }
}
.action-mini-block .a-content .a-countdown .timer-item .count {
  color: #f13f3f;
  font-family: lato, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .action-mini-block .a-content .a-countdown .timer-item .count {
    font-size: 56px;
  }
}
.action-mini-block .a-content .a-countdown .timer-item .count-label {
  font-size: 8px;
  font-weight: 100;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
}
@media (min-width: 768px) {
  .action-mini-block .a-content .a-countdown .timer-item .count-label {
    letter-spacing: 5px;
  }
}
.action-mini-block .a-content .a-countdown .timer-item.timer-separator {
  color: #f13f3f;
  font-size: 22px;
  font-weight: 100;
  margin: 0 8px;
}
@media (min-width: 768px) {
  .action-mini-block .a-content .a-countdown .timer-item.timer-separator {
    font-size: 30px;
    margin: 0 16px;
  }
}
/*page 404*/
.page-404 {
  font-family: montserrat, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  overflow: hidden;
}
.page-404 .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
}
.page-404 .container-fluid .left-block {
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  position: relative;
  margin-left: -5%;
}
@media (min-width: 1024px) {
  .page-404 .container-fluid .left-block {
    display: block;
  }
}
@media (min-width: 1600px) {
  .page-404 .container-fluid .left-block {
    left: -17px;
  }
}
.page-404 .container-fluid .right-block {
  -ms-flex-item-align: center;
      align-self: center;
  padding-top: 40px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .page-404 .container-fluid .right-block {
    padding-top: 100px;
  }
}
@media (min-width: 1024px) {
  .page-404 .container-fluid .right-block {
    width: 69%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    padding-top: 90px;
  }
}
@media (min-width: 1366px) {
  .page-404 .container-fluid .right-block {
    width: 57%;
    padding-top: 20px;
  }
}
@media (min-width: 1600px) {
  .page-404 .container-fluid .right-block {
    width: 43%;
  }
}
.page-404 .container-fluid .right-block h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  max-width: 506px;
  margin: 0 auto;
}
@media (min-width: 480px) {
  .page-404 .container-fluid .right-block h2 {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .page-404 .container-fluid .right-block h2 {
    font-size: 34px;
  }
}
@media (min-width: 1024px) {
  .page-404 .container-fluid .right-block h2 {
    font-size: 30px;
    max-width: 793px;
  }
}
@media (min-width: 1366px) {
  .page-404 .container-fluid .right-block h2 {
    font-size: 44px;
  }
}
@media (min-width: 1600px) {
  .page-404 .container-fluid .right-block h2 {
    font-size: 50px;
  }
}
.page-404 .container-fluid .right-block h1 {
  color: #d02222;
  font-size: 120px;
  line-height: 1;
  text-align: center;
  margin-top: 37px;
}
@media (min-width: 480px) {
  .page-404 .container-fluid .right-block h1 {
    font-size: 180px;
  }
}
@media (min-width: 768px) {
  .page-404 .container-fluid .right-block h1 {
    font-size: 277px;
  }
}
@media (min-width: 1024px) {
  .page-404 .container-fluid .right-block h1 {
    font-size: 180px;
    margin-top: 21px;
  }
}
@media (min-width: 1366px) {
  .page-404 .container-fluid .right-block h1 {
    font-size: 216px;
    margin-top: 37px;
  }
}
@media (min-width: 1600px) {
  .page-404 .container-fluid .right-block h1 {
    font-size: 216px;
  }
}
.page-404 .container-fluid .right-block h3 {
  font-size: 10px;
  font-weight: 100;
  text-align: center;
  max-width: 302px;
  margin: 9px auto 0;
}
@media (min-width: 480px) {
  .page-404 .container-fluid .right-block h3 {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .page-404 .container-fluid .right-block h3 {
    font-size: 16px;
    max-width: 412px;
  }
}
@media (min-width: 1024px) {
  .page-404 .container-fluid .right-block h3 {
    font-size: 14px;
    max-width: 423px;
  }
}
@media (min-width: 1366px) {
  .page-404 .container-fluid .right-block h3 {
    font-size: 16px;
  }
}
.page-404 .container-fluid .right-block .text {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 27px;
  text-align: center;
  margin-top: 45px;
}
@media (min-width: 480px) {
  .page-404 .container-fluid .right-block .text {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .page-404 .container-fluid .right-block .text {
    font-size: 26px;
  }
}
@media (min-width: 1024px) {
  .page-404 .container-fluid .right-block .text {
    font-size: 18px;
    margin-top: 34px;
  }
}
@media (min-width: 1366px) {
  .page-404 .container-fluid .right-block .text {
    font-size: 22px;
    margin-top: 45px;
  }
}
.page-404 .container-fluid .right-block .button-zone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 480px;
  margin: 46px auto 0;
}
@media (min-width: 1024px) {
  .page-404 .container-fluid .right-block .button-zone {
    margin: 38px auto 0;
    max-width: 380px;
  }
}
@media (min-width: 1366px) {
  .page-404 .container-fluid .right-block .button-zone {
    margin: 46px auto 0;
    max-width: 480px;
  }
}
.page-404 .container-fluid .right-block .button-zone .button {
  font-size: 10px;
  font-weight: 100;
  padding: 6px 16px;
}
@media (min-width: 480px) {
  .page-404 .container-fluid .right-block .button-zone .button {
    font-size: 14px;
    padding: 6px 20px;
  }
}
.page-404 .container-fluid .right-block .button-zone .button + .button {
  margin-top: 0;
}
.page-404 .container-fluid .right-block .phone-zone {
  margin-top: 48px;
}
@media (min-width: 1024px) {
  .page-404 .container-fluid .right-block .phone-zone {
    margin-top: 42px;
  }
}
@media (min-width: 1366px) {
  .page-404 .container-fluid .right-block .phone-zone {
    margin-top: 48px;
  }
}
.page-404 .container-fluid .right-block .phone-zone .red-text {
  color: #d02222;
  font-size: 10px;
  font-weight: 100;
  text-align: center;
}
@media (min-width: 480px) {
  .page-404 .container-fluid .right-block .phone-zone .red-text {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .page-404 .container-fluid .right-block .phone-zone .red-text {
    font-size: 16px;
  }
}
.page-404 .container-fluid .right-block .phone-zone .phone {
  text-align: center;
  margin-top: 17px;
}
@media (min-width: 1024px) {
  .page-404 .container-fluid .right-block .phone-zone .phone {
    margin-top: 8px;
  }
}
@media (min-width: 1366px) {
  .page-404 .container-fluid .right-block .phone-zone .phone {
    margin-top: 17px;
  }
}
.page-404 .container-fluid .right-block .phone-zone .phone i {
  color: #d02222;
  font-size: 28px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .page-404 .container-fluid .right-block .phone-zone .phone i {
    font-size: 22px;
  }
}
.page-404 .container-fluid .right-block .phone-zone .phone a {
  color: #fff;
  font-size: 12px;
}
@media (min-width: 768px) {
  .page-404 .container-fluid .right-block .phone-zone .phone a {
    font-size: 16px;
  }
}
/*
.lang-panel{
	list-style: none;
	display: flex;
	padding: 0;
	margin: 0;
	li {
		margin: 0 5px;
		a {
			color: #fff;
			font-size: 14px;
			font-weight: 500;
			text-transform: uppercase;
			&:hover{
				color: @red;
				text-decoration: none;
			}
		}
		&.current-lang {
			a {
				color: @red;
			}
		}
	}
}
*/
.b24-form .b24-form-wrapper {
  background: transparent;
}
.b24-form .b24-form-wrapper.b24-form-shadow {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.b24-form .b24-form-wrapper.b24-form-border-bottom {
  border: 0 none;
}
.b24-form .b24-form-wrapper .b24-form-content {
  padding-left: 0;
  padding-right: 0;
}
.b24-form .b24-form-wrapper .b24-form-content form .b24-form-field .b24-form-control-container input[type="string"],
.b24-form .b24-form-wrapper .b24-form-content form .b24-form-field .b24-form-control-container input[type="email"],
.b24-form .b24-form-wrapper .b24-form-content form .b24-form-field .b24-form-control-container input[type="tel"] {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}
.b24-form .b24-form-wrapper .b24-form-content form .b24-form-field .b24-form-control-container input[type="string"] {
  background: url(../../images/name-custom.png) no-repeat 16px 50% transparent;
  padding-left: 50px;
}
.b24-form .b24-form-wrapper .b24-form-content form .b24-form-field .b24-form-control-container input[type="email"] {
  background: url(../../images/email-custom.png) no-repeat 10px 50% transparent;
  padding-left: 50px;
}
.b24-form .b24-form-wrapper .b24-form-content form .b24-form-field .b24-form-control-container input[type="tel"] {
  background: url(../../images/phone-custom.png) no-repeat 14px 50% transparent;
  padding-left: 50px;
}
.b24-form .b24-form-wrapper .b24-form-content form .b24-form-field .b24-form-control-container textarea.b24-form-control {
  background: url(../../images/message-custom.png) no-repeat 12px 12px transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  padding-left: 50px;
}
.b24-form .b24-form-wrapper .b24-form-content form .b24-form-field .b24-form-control-container .b24-form-control-label {
  color: #fff;
  padding-left: 50px;
}
.b24-form .b24-form-wrapper .b24-form-content form .b24-form-btn-container .b24-form-btn-block button.b24-form-btn {
  background: transparent;
  border: none;
  border-radius: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 11px 32px;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
  z-index: 1;
}
.b24-form .b24-form-wrapper .b24-form-content form .b24-form-btn-container .b24-form-btn-block button.b24-form-btn:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 64%;
  height: 100%;
  background: #f13f3f;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
  z-index: -1;
}
.b24-form .b24-form-wrapper .b24-form-content form .b24-form-btn-container .b24-form-btn-block button.b24-form-btn:hover:before {
  width: 100%;
}
.b24-form .b24-form-wrapper .b24-form-sign {
  display: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #000 inset !important;
  -webkit-text-fill-color: #fff !important;
}
.image-plus-text-info-block .success-commerce__item {
  border-bottom: 1px solid #c5c5c5;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .image-plus-text-info-block .success-commerce__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.image-plus-text-info-block .success-commerce__item:last-child {
  border-bottom: 0px none;
}
.image-plus-text-info-block .success-commerce__item a {
  color: #fff;
}
.image-plus-text-info-block .success-commerce__item .success-commerce__images {
  text-align: center;
  margin: 0 0 20px 0;
}
@media (min-width: 992px) {
  .image-plus-text-info-block .success-commerce__item .success-commerce__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 320px;
    min-height: 309px;
    margin: 0 82px 0 0;
  }
}
.image-plus-text-info-block .success-commerce__item .success-commerce__info {
  position: relative;
}
.image-plus-text-info-block .success-commerce__item .success-commerce__info .success-commerce__info-title {
  font-size: 22px;
  padding-bottom: 15px;
}
@media (min-width: 480px) {
  .image-plus-text-info-block .success-commerce__item .success-commerce__info .success-commerce__info-title {
    font-size: 30px;
    line-height: 40px;
  }
}
.image-plus-text-info-block .success-commerce__item .success-commerce__info .success-commerce__text {
  font-size: 16px;
  max-width: 880px;
}
@media (min-width: 480px) {
  .image-plus-text-info-block .success-commerce__item .success-commerce__info .success-commerce__text {
    font-size: 18px;
    line-height: 28px;
  }
}
.image-plus-text-info-block .success-commerce__item .success-commerce__info .success-commerce__text p {
  margin: 8px 0;
}
.service_price_block .text {
  color: #fff;
}
.service_price_block .fw-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 30px;
}
.service_price_block .fw-table .table-request-template {
  border-collapse: collapse;
  border-spacing: 0;
  color: #fff;
  width: 100%;
}
.service_price_block .fw-table .table-request-template tr th {
  background: #181717;
  border: 0;
  border-bottom: 1px solid #e2e2eb;
  font-size: 16px;
  font-weight: 700;
  line-height: 35px;
  white-space: nowrap;
  vertical-align: middle;
  padding: 10px 15px 10px 15px;
}
@media (min-width: 992px) {
  .service_price_block .fw-table .table-request-template tr th {
    padding: 30px 0 30px 40px;
  }
}
.service_price_block .fw-table .table-request-template tr th:nth-child(2) {
  color: #f13f3f;
}
.service_price_block .fw-table .table-request-template tr td {
  border: 0;
  border-bottom: 1px solid #e2e2eb;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  vertical-align: middle;
  padding: 10px 15px 10px 15px;
}
@media (min-width: 992px) {
  .service_price_block .fw-table .table-request-template tr td {
    padding: 30px 0 30px 40px;
  }
}
.service_price_block .fw-table .table-request-template tr td:nth-child(1) {
  width: 40%;
  min-width: 260px;
}
@media (min-width: 768px) {
  .service_price_block .fw-table .table-request-template tr td:nth-child(1) {
    min-width: auto;
  }
}
.service_price_block .fw-table .table-request-template tr td:nth-child(2) {
  color: #f13f3f;
  width: 25%;
}
.service_price_block .fw-table .table-request-template tr td:nth-child(3) {
  width: 15%;
}
.service_price_block .fw-table .table-request-template tr td:nth-child(4) {
  text-align: center;
  padding: 10px 15px 10px 15px;
}
.service_price_block .fw-table .table-request-template tr td .btn-type-site {
  border-bottom: 1px dashed #fff;
  display: inline;
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s;
}
.service_price_block .fw-table .table-request-template tr td .btn-type-site:hover {
  border-color: transparent;
  color: #f13f3f;
}
.service_price_block .fw-table .table-request-template tr.row-full-description {
  display: none;
}
.service_price_block .fw-table .table-request-template tr.row-full-description .full-description {
  font-weight: 400;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .service_price_block .fw-table .table-request-template tr.row-full-description .full-description {
    font-size: 18px;
    max-width: 80%;
  }
}
.service_price_block .fw-table .table-request-template tr.row-full-description .full-description .wrapper-btn {
  text-align: center;
}
.service_price_block .fw-table .table-request-template tr.row-full-description .full-description p {
  margin-bottom: 15px;
}
.service_price_block .fw-table .table-request-template tr.row-full-description .full-description p + p {
  margin-top: 0;
}
.service_price_block .fw-table .table-request-template tr.row-full-description .full-description ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding: 20px 0;
}
.service_price_block .fw-table .table-request-template tr.row-full-description .full-description ul li {
  width: 30%;
  font-size: 18px;
  margin-bottom: 12px;
  padding-left: 15px;
  position: relative;
}
.service_price_block .fw-table .table-request-template tr.row-full-description .full-description ul li:before {
  background: #f13f3f;
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  width: 5px;
  height: 5px;
}
.service_price_block .fw-table .table-request-template tr.row-full-description.open {
  display: table-row;
}
/*Link Block*/
.section-links-blocks {
  color: #fff;
  font-family: montserrat, sans-serif;
}
.section-links-blocks a {
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}
.section-links-blocks a:hover {
  color: #f13f3f;
}
.section-links-blocks .upper-menu {
  border-top: 1px solid #606060;
  border-bottom: 1px solid #606060;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 16px 0;
}
.section-links-blocks .upper-menu .more-elements {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 106px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 106px;
          flex: 0 0 106px;
}
.section-links-blocks .upper-menu .more-elements .icon {
  background: #f13f3f;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  -webkit-transition: .3s;
  transition: .3s;
}
.section-links-blocks .upper-menu .more-elements .icon:before {
  background: url(../../images/block-link-arrow.png) repeat 0 0;
  content: '';
  display: block;
  width: 15px;
  height: 16px;
}
.section-links-blocks .upper-menu .more-elements .label {
  font-size: 16px;
  font-weight: 300;
  margin-left: 10px;
  -webkit-transition: .3s;
  transition: .3s;
}
.section-links-blocks .upper-menu .more-elements.active .icon:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.section-links-blocks .upper-menu .more-elements:hover .icon {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.section-links-blocks .upper-menu .more-elements:hover .label {
  color: #f13f3f;
}
.section-links-blocks .upper-menu .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 10px;
}
.section-links-blocks .upper-menu .links .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 36px;
  padding-left: 3.2%;
  padding-right: 3.2%;
}
.section-links-blocks .upper-menu .links .menu-item a {
  font-size: 16px;
  font-weight: 300;
}
.section-links-blocks .upper-menu.active {
  border-bottom: 1px solid transparent;
}
.section-links-blocks .upper-menu.active .links {
  display: none;
}
.section-links-blocks .links-blocks {
  display: none;
}
.section-links-blocks .links-blocks > .row {
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .section-links-blocks .links-blocks > .row .column-title,
  .section-links-blocks .links-blocks > .row .column-content {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
}
.section-links-blocks .links-blocks > .row .column-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .section-links-blocks .links-blocks > .row .column-title {
    max-width: 215px;
  }
}
.section-links-blocks .links-blocks > .row .column-content .links .menu-item + .menu-item {
  margin-top: 6px;
}
@media (min-width: 1200px) {
  .section-links-blocks .links-blocks > .row .column-content:nth-child(5) {
    max-width: 220px;
  }
}
.section-links-blocks .links-blocks > .row .column-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -12px;
  margin-left: -14px;
  margin-right: -14px;
}
.section-links-blocks .links-blocks > .row .column-icons .item {
  text-align: center;
  margin-top: 12px;
  padding-left: 14px;
  padding-right: 14px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.section-links-blocks .links-blocks > .row .column-icons .item picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 60px;
  height: 38px;
  -webkit-transition: .3s;
  transition: .3s;
}
.section-links-blocks .links-blocks > .row .column-icons .item .icon-title {
  color: #80848d;
  font-size: 12px;
  font-weight: 300;
  margin-top: 10px;
  -webkit-transition: .3s;
  transition: .3s;
}
.section-links-blocks .links-blocks > .row .column-icons .item:hover picture {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.section-links-blocks .links-blocks > .row .column-icons .item:hover .icon-title {
  color: #fff;
}
/*Target action*/
.target-action-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.target-action-block .target-action-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
@media (min-width: 480px) {
  .target-action-block .target-action-title {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .target-action-block .target-action-title {
    margin-bottom: 60px;
  }
}
.target-action-block .target-action-inner-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 188px;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .target-action-block .target-action-inner-blocks {
    max-width: 598px;
    margin: 0 auto;
  }
}
.target-action-block .target-action-choice {
  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;
  gap: 20px;
}
@media (min-width: 992px) {
  .target-action-block .target-action-choice {
    gap: 20px 70px;
  }
}
@media (min-width: 1200px) {
  .target-action-block .target-action-choice {
    gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.target-action-block .target-action-choice .choice-item {
  background: transparent;
  border: 2px solid #f13f3f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 84px;
  height: 84px;
  -webkit-transition: .3s;
  transition: .3s;
}
@media (min-width: 768px) {
  .target-action-block .target-action-choice .choice-item {
    width: 84px;
    height: 84px;
  }
}
@media (min-width: 768px) {
  .target-action-block .target-action-choice .choice-item svg {
    width: 62%;
    height: auto;
  }
}
.target-action-block .target-action-choice .choice-item svg path {
  fill: #f13f3f;
  -webkit-transition: .3s;
  transition: .3s;
}
.target-action-block .target-action-choice .choice-item svg path.fix-this-shit {
  fill: #000;
}
.target-action-block .target-action-choice .choice-item:hover {
  background: #f13f3f;
}
.target-action-block .target-action-choice .choice-item:hover svg path {
  fill: #fff;
}
.target-action-block .target-action-choice .choice-item:hover svg path.fix-this-shit {
  fill: #f13f3f;
}
.target-action-block .target-action-add_elemnts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px 10px;
  margin-top: 24px;
}
@media (min-width: 600px) {
  .target-action-block .target-action-add_elemnts {
    margin-top: 64px;
  }
}
.target-action-block .target-action-add_elemnts .element-item {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 140px;
}
@media (min-width: 1200px) {
  .target-action-block .target-action-add_elemnts .element-item {
    font-size: 18px;
  }
}
.target-action-block .target-action-add_elemnts .element-item:before {
  background: #f13f3f;
  content: '';
  display: inline-block;
  width: 2px;
  height: 108%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 6px;
}
/*Header*/
.page-header .rd-navbar-wrap .rd-navbar .rd-navbar-main-outer .rd-navbar-main .rd-navbar-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.page-header .rd-navbar-wrap .rd-navbar .rd-navbar-main-outer .rd-navbar-main .rd-navbar-panel .header-contact-info {
  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;
  gap: 10px;
  margin-left: auto;
  margin-right: 5px;
}
@media (min-width: 380px) {
  .page-header .rd-navbar-wrap .rd-navbar .rd-navbar-main-outer .rd-navbar-main .rd-navbar-panel .header-contact-info {
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  .page-header .rd-navbar-wrap .rd-navbar .rd-navbar-main-outer .rd-navbar-main .rd-navbar-panel .header-contact-info {
    margin-right: 100px;
  }
}
.page-header .rd-navbar-wrap .rd-navbar .rd-navbar-main-outer .rd-navbar-main .rd-navbar-panel .header-contact-info .header-phone {
  color: #fff;
  font-size: 14px;
  display: none;
  padding: 0 2px;
}
.page-header .rd-navbar-wrap .rd-navbar .rd-navbar-main-outer .rd-navbar-main .rd-navbar-panel .header-contact-info .header-phone:hover {
  color: #f13f3f;
}
@media (min-width: 480px) {
  .page-header .rd-navbar-wrap .rd-navbar .rd-navbar-main-outer .rd-navbar-main .rd-navbar-panel .header-contact-info .header-phone {
    display: block;
  }
}
.page-header .rd-navbar-wrap .rd-navbar .rd-navbar-main-outer .rd-navbar-main .rd-navbar-panel .header-contact-info .header-email {
  color: #fff;
  font-size: 14px;
  display: block;
  padding: 0 2px;
}
.page-header .rd-navbar-wrap .rd-navbar .rd-navbar-main-outer .rd-navbar-main .rd-navbar-panel .header-contact-info .header-email:hover {
  color: #f13f3f;
}
.page-header .rd-navbar-wrap .rd-navbar .rd-navbar-main-outer .rd-navbar-main .rd-navbar-panel .header-contact-info .choice-item {
  background: transparent;
  border: 1px solid #f13f3f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  height: 24px;
  -webkit-transition: .3s;
  transition: .3s;
}
.page-header .rd-navbar-wrap .rd-navbar .rd-navbar-main-outer .rd-navbar-main .rd-navbar-panel .header-contact-info .choice-item svg {
  width: 76%;
  height: auto;
}
.page-header .rd-navbar-wrap .rd-navbar .rd-navbar-main-outer .rd-navbar-main .rd-navbar-panel .header-contact-info .choice-item svg path {
  fill: #f13f3f;
  -webkit-transition: .3s;
  transition: .3s;
}
.page-header .rd-navbar-wrap .rd-navbar .rd-navbar-main-outer .rd-navbar-main .rd-navbar-panel .header-contact-info .choice-item svg path.fix-this-shit {
  fill: #000;
}
.page-header .rd-navbar-wrap .rd-navbar .rd-navbar-main-outer .rd-navbar-main .rd-navbar-panel .header-contact-info .choice-item:hover {
  background: #f13f3f;
}
.page-header .rd-navbar-wrap .rd-navbar .rd-navbar-main-outer .rd-navbar-main .rd-navbar-panel .header-contact-info .choice-item:hover svg path {
  fill: #fff;
}
.page-header .rd-navbar-wrap .rd-navbar .rd-navbar-main-outer .rd-navbar-main .rd-navbar-panel .header-contact-info .choice-item:hover svg path.fix-this-shit {
  fill: #f13f3f;
}
.page-header .lang-panel {
  position: absolute;
  top: 16px;
  right: 15px;
}
@media (min-width: 992px) {
  .page-header .lang-panel {
    top: 32px;
    right: 132px;
  }
}
@media (min-width: 992px) {
  .page-header .rd-navbar-sidebar .rd-navbar-toggle.rd-navbar-toggle-modern.active {
    position: fixed;
    top: 72px;
    right: 310px;
  }
}
@media (min-width: 1200px) {
  .page-header .rd-navbar-sidebar .rd-navbar-toggle.rd-navbar-toggle-modern.active {
    position: fixed;
    top: 72px;
    right: 190px;
  }
}
/*Footer*/
footer.footer-minimal {
  padding-bottom: 0;
}
footer.footer-minimal .copyright-zone {
  margin-top: 60px;
}
footer.footer-minimal .copyright-zone .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
@media (min-width: 480px) {
  footer.footer-minimal .copyright-zone .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
footer.footer-minimal .copyright-zone .container .lang-panel {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
footer.footer-minimal .copyright-zone .container .lang-panel li {
  margin: 0 5px;
}
footer.footer-minimal .copyright-zone .container .lang-panel li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
footer.footer-minimal .copyright-zone .container .lang-panel li a:hover {
  color: #f13f3f;
  text-decoration: none;
}
footer.footer-minimal .copyright-zone .container .lang-panel li.current-lang a {
  color: #f13f3f;
}
footer.footer-minimal .copyright-zone .container .lang-panel.js-lang-panel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
footer.footer-minimal .copyright-zone .container .lang-panel.js-lang-panel .current-language {
  border: 1px solid transparent;
  color: #9b9b9b;
  cursor: pointer;
  font-size: 16px;
  padding: 5px 8px;
}
footer.footer-minimal .copyright-zone .container .lang-panel.js-lang-panel .current-language .fal {
  margin-right: 4px;
}
footer.footer-minimal .copyright-zone .container .lang-panel.js-lang-panel .current-language:hover {
  color: #fff;
}
footer.footer-minimal .copyright-zone .container .lang-panel.js-lang-panel .languages-list {
  background: #000;
  border: 1px solid transparent;
  display: none;
  width: 100%;
  position: absolute;
  bottom: 36px;
  overflow: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 4;
}
footer.footer-minimal .copyright-zone .container .lang-panel.js-lang-panel .languages-list li {
  margin: 0;
}
footer.footer-minimal .copyright-zone .container .lang-panel.js-lang-panel .languages-list li a {
  display: block;
  padding: 5px;
}
footer.footer-minimal .copyright-zone .container .lang-panel.js-lang-panel.active .languages-list {
  border-color: #f13f3f;
  display: block;
}
footer.footer-minimal .copyright-zone .container .rights {
  width: 100%;
  margin: 0 auto;
}
footer.footer-minimal .copyright-zone .container .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 12px;
}
footer.footer-minimal .copyright-zone .container .links .menu-item a {
  color: #9b9b9b;
  font-size: 12px;
}
footer.footer-minimal .copyright-zone .container .links .menu-item a:hover {
  color: #f13f3f;
}
