@charset "UTF-8";
@keyframes newsletter {
  0% {
    background: #60b346;
    color: #fff;
  }
  100% {
    background: #06c2f1;
    color: #fff;
  }
}

@font-face {
  font-family: "myfont";
  src: url("../../fonts/myfont.eot");
  src: url("../../fonts/myfont.eot?#iefix") format("eot"), url("../../fonts/myfont.woff2") format("woff2"), url("../../fonts/myfont.woff") format("woff"), url("../../fonts/myfont.ttf") format("truetype"), url("../../fonts/myfont.svg#myfont") format("svg");
}

.header__left_color .icon-eye:before, .header__right_basket .icons-shopping-cart:before, .cookiesInfo__close:before, .oneNews__date:before, .blogText .blogBackButton__link:before, .downloadItem__icon--pdf:before, .downloadItem__icon--doc:before, .downloadItem__icon--docx:before, .downloadItem__icon--zip:before, .galleryList__item:before, .videoSlider .slick-arrow:before, .distributors__selectClear:before, .distributors .selectize-control.single .selectize-input:before, .distributors__boxesHow:before {
  font-family: "myfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  line-height: 1;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "Lato", sans-serif !important;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

* {
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

blockquote, q {
  quotes: none;
}

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

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

section {
  overflow: hidden;
}

.hidden {
  display: none;
}

.mfp-gallery .mfp-bottom-bar {
  display: flex;
  padding: 10px 0;
  align-items: center;
}

.mfp-gallery .mfp-counter {
  position: static;
}

.mfp-gallery .mfp-title {
  line-height: 1;
  font-size: 13px;
  flex-grow: 1;
}

.header {
  display: flex;
  position: absolute;
  width: 100%;
  height: 5.7291666667vw;
  top: 2.34375vw;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
  z-index: 100;
  transition: box-shadow .35s;
}

@media screen and (max-width: 1200px) {
  .header {
    height: 90px;
    position: fixed;
    top: 0;
  }
}

.header.fixed {
  position: fixed;
  top: 0;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
}

.header__left {
  display: flex;
  justify-content: space-between;
  width: 91.6666666667vw;
  background: #ffffff;
}

@media screen and (max-width: 1200px) {
  .header__left {
    width: 100%;
  }
}

.header__left_nav {
  display: flex;
}

.header__left_color {
  display: flex;
  align-items: center;
}

.header__left_color .icon-eye {
  text-decoration: none;
  font-size: 1.3020833333vw;
  margin-right: 0.2604166667vw;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__left_color .icon-eye:before {
  content: "";
}

.header__left_color .icon-eye:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.header__left_color .icon-eye:hover:before {
  transform: scale(1.1);
}

.header__left_color .icon-eye:before {
  transition: all 0.3s ease-in-out;
  line-height: 1.8229166667vw;
}

.header__left_color .normalColor.icon-eye {
  color: #003380;
  background-color: #efefef;
}

.header__left_color .lightColor.icon-eye {
  color: #000000;
  background-color: #F6FF00;
}

.header__left_color .darkColor.icon-eye {
  color: #fff;
  background-color: #000000;
}

.header__left_color span {
  display: none;
}

@media screen and (max-width: 1200px) {
  .header__left_color {
    display: none;
  }
  .header__left_color--mobile {
    display: flex;
    position: absolute;
    top: 40px;
  }
  .header__left_color--mobile .icon-eye {
    font-size: 25px;
    margin-right: 5px;
    width: 40px;
    height: 40px;
  }
  .header__left_color--mobile .icon-eye:before {
    line-height: 35px;
  }
}

.header__left_font {
  display: flex;
  align-items: flex-end;
  height: 70%;
  margin-left: 0.78125vw;
}

.header__left_font .icon-font {
  background-repeat: no-repeat;
  width: 0.5208333333vw;
  height: 2.0833333333vw;
  background-size: contain;
  margin-right: 0.5208333333vw;
  transition: all .3s;
  position: relative;
}

.header__left_font .icon-font:hover {
  top: -0.1041666667vw;
  cursor: pointer;
}

.header__left_font .icon-fontPlus {
  background-repeat: no-repeat;
  width: 0.78125vw;
  height: 1.8229166667vw;
  background-size: contain;
  margin-right: 0.4166666667vw;
  transition: all .3s;
  position: relative;
}

.header__left_font .icon-fontPlus:hover {
  top: -0.1041666667vw;
  cursor: pointer;
}

.header__left_font .icon-fontPlus--big {
  width: 1.0416666667vw;
  height: 2.0833333333vw;
  margin-right: 1.5625vw;
}

.header__left_font span {
  display: none;
}

@media screen and (max-width: 1200px) {
  .header__left_font {
    display: none;
  }
  .header__left_font--mobile {
    display: flex;
    position: absolute;
    top: 100px;
    height: auto;
    margin-left: 0;
  }
  .header__left_font--mobile .icon-font {
    width: 10px;
    height: 40px;
    margin-right: 5px;
  }
  .header__left_font--mobile .icon-font:hover {
    top: -2px;
  }
  .header__left_font--mobile .icon-fontPlus {
    width: 15px;
    height: 35px;
    margin-right: 3px;
  }
  .header__left_font--mobile .icon-fontPlus:hover {
    top: -2px;
  }
  .header__left_font--mobile .icon-fontPlus--big {
    width: 20px;
    height: 40px;
    margin-right: 0;
  }
}

.header__right {
  width: 7.8125vw;
  background-color: #0b98f2;
  transition: .2s;
}

.header__right_basket {
  width: 7.8125vw;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .header__right_basket {
    display: none;
  }
}

.header__right_basket span {
  display: none;
}

.header__right_basket a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #0b98f2;
  color: #ffffff;
  font-size: 2.0833333333vw;
  text-decoration: none;
  transition: .3s;
}

.header__right_basket a:hover {
  background: #003380;
}

.header__right_basket .icons-shopping-cart {
  display: flex;
  justify-self: center;
  align-items: center;
  font-size: 30px;
}

.header__right_basket .icons-shopping-cart:before {
  content: "";
}

.header__right_basket .icons-shopping-cart:before {
  font-size: 2.34375vw;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .header__right {
    display: none;
  }
}

.header__logo {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  padding-left: 8.3333333333vw;
  padding-right: 2.6041666667vw;
}

@media screen and (max-width: 1200px) {
  .header__logo {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.header__logo img {
  width: 15.625vw;
  height: auto;
}

@media screen and (max-width: 1200px) {
  .header__logo img {
    width: 190px;
  }
}

.header__logo:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 4.6875vw;
  background: #cad7eb;
}

@media screen and (max-width: 1200px) {
  .header__logo:before {
    display: none;
  }
}

.header__menu {
  width: 52.0833333333vw;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1200px) {
  .header__menu {
    display: none;
  }
}

.header__menu ul {
  font-family: "Lato", sans-serif !important;
  display: flex;
  padding-left: 2.6041666667vw;
  padding-right: 0.78125vw;
  padding-top: 2.34375vw;
}

.header__menu ul a {
  position: relative;
  color: #003380;
  font-family: "Lato", sans-serif !important;
  font-size: 0.9375vw;
  font-weight: 600;
  margin-right: 1.1979166667vw;
  transition: .3s;
  text-decoration: none;
}

.header__menu ul a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.2604166667vw;
  width: 100%;
  height: 0.1041666667vw;
  background: #0b98f2;
  transition: .3s;
  transform: scaleX(0);
}

.header__menu ul a.active, .header__menu ul a:hover {
  color: #0b98f2;
}

.header__menu ul a.active:before, .header__menu ul a:hover:before {
  transform: scaleX(1);
}

.header__mobile_menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 64px;
  width: 64px;
  background: #0b98f2;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  border-radius: 5px;
}

@media screen and (min-width: 1201px) {
  .header__mobile_menu {
    display: none;
  }
}

.header__mobile_menu span {
  display: block;
  height: 5px;
  width: 45px;
  background: #ffffff;
  margin-bottom: 7px;
  border-radius: 4px;
}

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

footer {
  height: 19.2708333333vw;
  background: #f0f2f6;
}

@media screen and (max-width: 1200px) {
  footer {
    height: auto;
  }
}

footer .footer {
  display: flex;
  padding-top: 4.8958333333vw;
  padding-left: 9.9479166667vw;
}

@media screen and (max-width: 1200px) {
  footer .footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
  }
}

@media screen and (max-width: 1200px) {
  footer .footer__menu {
    display: none;
  }
}

footer .footer__menu ul li {
  position: relative;
  margin-bottom: 0.3645833333vw;
}

footer .footer__menu ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: -1.5625vw;
  top: 0.3125vw;
  width: 0.2604166667vw;
  height: 0.2604166667vw;
  background: #0b98f2;
  border-radius: 50%;
}

footer .footer__menu ul li a {
  color: #29364a;
  font-size: 0.9375vw;
  font-weight: 600;
  text-decoration: none;
  transition: .3s;
}

footer .footer__menu ul li a:hover {
  color: #0b98f2;
}

footer .footer__title {
  font-weight: 700;
  margin-bottom: 1.1458333333vw;
}

@media screen and (max-width: 1200px) {
  footer .footer__title {
    margin-bottom: 15px;
  }
}

footer .footer__adress {
  position: relative;
  color: #29364a;
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 1.2;
  max-width: 18.2291666667vw;
  margin-top: -2px;
  margin-left: 7.7604166667vw;
}

@media screen and (max-width: 1200px) {
  footer .footer__adress {
    font-size: 18px;
    max-width: 350px;
    margin-left: 0;
    padding-top: 50px;
    margin-bottom: 20px;
  }
}

footer .footer__adress::before {
  content: "\e90a";
  display: block;
  position: absolute;
  left: -3.9583333333vw;
  top: 0.2604166667vw;
  color: #0b98f2;
  font-size: 2.2395833333vw;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 1200px) {
  footer .footer__adress::before {
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    font-size: 43px;
  }
}

footer .footer__tel {
  position: relative;
  color: #29364a;
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 1.2;
  max-width: 18.2291666667vw;
  margin-top: -2px;
  margin-left: 6.3020833333vw;
}

@media screen and (max-width: 1200px) {
  footer .footer__tel {
    font-size: 18px;
    max-width: 350px;
    margin-left: 0;
    padding-top: 50px;
    margin-bottom: 20px;
  }
}

footer .footer__tel a {
  color: #29364a;
  text-decoration: none;
  transition: .3s;
}

footer .footer__tel a.tel {
  font-weight: 600;
}

footer .footer__tel a.tel:hover {
  color: #0b98f2;
}

footer .footer__tel a.email {
  color: #0b98f2;
}

footer .footer__tel a.email:hover {
  color: #29364a;
}

footer .footer__tel::before {
  content: "\e904";
  display: block;
  position: absolute;
  left: -4.1666666667vw;
  top: 0.2604166667vw;
  color: #0b98f2;
  font-size: 2.0833333333vw;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 1200px) {
  footer .footer__tel::before {
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    font-size: 40px;
  }
}

footer .footer__time {
  position: relative;
  color: #29364a;
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 1.2;
  max-width: 18.2291666667vw;
  margin-top: -2px;
  margin-left: 8.59375vw;
}

@media screen and (max-width: 1200px) {
  footer .footer__time {
    font-size: 18px;
    max-width: 350px;
    margin-left: 0;
    padding-top: 50px;
    margin-bottom: 20px;
  }
}

footer .footer__time::before {
  content: "\e900";
  display: block;
  position: absolute;
  left: -3.8541666667vw;
  top: 0.2604166667vw;
  color: #0b98f2;
  font-size: 1.8229166667vw;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 1200px) {
  footer .footer__time::before {
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    font-size: 35px;
  }
}

footer .footer__realization {
  color: #b0bfd3;
  font-size: 0.8333333333vw;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 3.6458333333vw;
}

@media screen and (max-width: 1200px) {
  footer .footer__realization {
    font-size: 16px;
    padding-top: 20px;
  }
}

footer .footer__realization a {
  color: #b0bfd3;
  text-decoration: none;
}

footer .footer__realization a:hover {
  text-decoration: underline;
}

.arrow-top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 0;
  bottom: 8.3333333333vw;
  width: 2.34375vw;
  height: 2.34375vw;
  font-size: 1.0416666667vw;
  color: #ffffff;
  background: #0b98f2;
  opacity: 0;
  cursor: pointer;
  visibility: hidden;
  transition: .3s;
  z-index: 5;
}

@media screen and (max-width: 1200px) {
  .arrow-top {
    bottom: 160px;
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}

.arrow-top:hover {
  background: #003380;
}

.arrow-top.active {
  visibility: visible;
  opacity: 1;
}

.mobileMenu {
  display: none;
}

@media screen and (max-width: 1200px) {
  .mobileMenu {
    display: block;
    transform: translateY(-100%);
    transition: .5s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #0b98f2;
    z-index: 101;
  }
  .mobileMenu .header--menu {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .header--menu > li {
    text-align: center;
    max-width: 320px;
    width: 100%;
    border-bottom: 1px solid #f3ede7;
    padding: 10px 0 5px 0;
  }
  .header--menu > li a {
    display: block;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 0;
  }
  .header--menu > li:last-child {
    border-bottom: none;
  }
  .header--menu > li > span a:hover {
    color: #4c3a2a;
  }
  .header--menu > li > span a::after,
  .header--menu > li > span a::before {
    display: none;
  }
  .wrap_languages {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .wrap_languages ul {
    display: inline-block;
    padding-top: 20px;
  }
  .wrap_languages li {
    max-width: 100%;
    width: 320px;
    padding: 15px 0;
    border-top: 1px solid #f3ede7;
    border-bottom: 1px solid #f3ede7;
  }
  .wrap_languages li:last-child {
    border-top: none;
    border-bottom: none;
  }
  .wrap_languages a {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    transition: color .3s;
  }
  .wrap_languages a:hover {
    color: #4c3a2a;
  }
  .mobileMenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transform: translateY(-100%);
  }
  .mobileMenu.active {
    transform: translateY(0);
  }
  .close_menu {
    display: block;
    position: absolute;
    right: 26px;
    top: 52px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url("/images/close-menu.png") no-repeat center;
  }
  .menu--mobile {
    display: block;
    width: 26px;
    height: 24px;
    background: url("/images/mobile-button.png") no-repeat center;
    margin: 0 15px;
    background-size: cover;
    cursor: pointer;
  }
}

.breadcrumbs {
  display: flex;
  position: relative;
  align-items: center;
  height: 2.6041666667vw;
  padding-left: 7.9166666667vw;
  background: #0b98f2;
}

@media screen and (max-width: 1200px) {
  .breadcrumbs {
    height: 40px;
    padding-left: 20px;
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 900px) {
  .breadcrumbs {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .breadcrumbs {
    min-height: 40px;
    height: auto;
    padding-left: 5px;
  }
}

.breadcrumbs ul {
  display: flex;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.8333333333vw;
  margin-top: -3px;
}

@media screen and (max-width: 1200px) {
  .breadcrumbs ul {
    font-size: 12px;
    margin-top: 0px;
  }
}

.breadcrumbs ul li {
  position: relative;
  padding-right: 1.3020833333vw;
  margin-right: 1.3020833333vw;
  font-weight: 400;
  text-transform: inherit;
}

@media screen and (max-width: 1200px) {
  .breadcrumbs ul li {
    padding-right: 17px;
    margin-right: 14px;
  }
}

@media screen and (max-width: 1200px) {
  .breadcrumbs ul li {
    padding-right: 11px;
    margin-right: 8px;
  }
}

.breadcrumbs ul li::before {
  content: "/";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  font-size: 0.8333333333vw;
}

@media screen and (max-width: 1200px) {
  .breadcrumbs ul li::before {
    font-size: 12px;
  }
}

.breadcrumbs ul li:last-child::before {
  display: none;
}

.breadcrumbs ul a {
  color: #ffffff;
  font-size: 0.8333333333vw;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  transition: .2s;
}

.breadcrumbs ul a:hover {
  color: #003380;
}

@media screen and (max-width: 1200px) {
  .breadcrumbs ul a {
    font-size: 12px;
  }
}

.cookiesInfo {
  display: none;
  background-color: #efefef;
  min-height: 120px;
  padding: 20px 20px 0;
  position: fixed;
  bottom: 4%;
  left: 2%;
  right: 55%;
  text-align: left;
  color: #000000;
  z-index: 101;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
}

@media screen and (max-width: 1000px) {
  .cookiesInfo {
    width: 96%;
    right: inherit;
    padding: 10px 10px 0;
    bottom: 2%;
    left: 2%;
  }
}

.cookiesInfo__title {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 5px !important;
  font-weight: bolder;
}

.cookiesInfo__content {
  float: left;
  max-width: calc(100% - 210px);
  margin-top: 7px;
  margin-bottom: 7px;
}

@media screen and (max-width: 1000px) {
  .cookiesInfo__content {
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 0;
  }
}

.cookiesInfo__content p {
  font-size: 14px;
  color: #000000;
  line-height: 18px;
  margin-bottom: 1rem;
}

.cookiesInfo__button button {
  width: 150px;
  height: 40px;
  color: black;
  font-weight: 700;
  font-size: 14px;
  margin: 27px 10px 0 0;
  float: right;
  border: none;
  background: #fff;
  font-family: inherit;
  cursor: pointer;
  transition: .3s;
}

.cookiesInfo__button button:hover {
  background: #0b98f2;
  color: #ffffff;
}

@media screen and (max-width: 1000px) {
  .cookiesInfo__button button {
    margin: 0 10px 10px 0;
  }
}

.cookiesInfo__inner {
  max-width: 1200px;
  padding: 10px;
  margin: 0 auto;
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .cookiesInfo__inner {
    font-size: 11.999px;
  }
}

@media screen and (max-width: 480px) {
  .cookiesInfo__inner {
    font-size: 11.05px;
    padding: 7px;
  }
}

.cookiesInfo__icon {
  flex-shrink: 0;
  background: url(../images/cookie.png) 0 0 no-repeat;
  background-size: contain;
  width: 31px;
  height: 32px;
  margin-right: 1.8229166667vw;
}

@media screen and (max-width: 768px) {
  .cookiesInfo__icon {
    display: none;
  }
}

.cookiesInfo__text {
  flex-grow: 1;
}

.cookiesInfo__close {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  margin-left: 1.8229166667vw;
  text-align: center;
  padding: 7px;
}

.cookiesInfo__close:before {
  content: "";
}

.cookiesInfo__close:hover {
  color: #ccced1;
}

@media screen and (max-width: 480px) {
  .cookiesInfo__close {
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-100%);
    background: #5a1973;
    font-size: 16px;
  }
}

.cookiesInfo a {
  color: #000;
  text-decoration: underline;
}

.cookiesInfo a:hover {
  text-decoration: none;
}

.previewBlockFront, .waitPopup {
  position: fixed;
  max-width: 20.8333333333vw;
  padding: 0.8854166667vw 0.8854166667vw;
  line-height: 1;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  bottom: 0;
  left: 0;
  background: rgba(255, 111, 111, 0.9);
  z-index: 9999;
  color: #0b2548;
}

.previewBlockFront__title, .waitPopup__title {
  font-size: 0.8333333333vw;
  color: #fff;
  font-weight: 400;
}

.previewBlockFront__link, .waitPopup__link {
  margin-top: 0.4166666667vw;
}

.previewBlockFront__link a, .waitPopup__link a {
  text-decoration: underline;
  font-weight: 300;
  color: #fff;
}

.previewBlockFront__link a:hover, .waitPopup__link a:hover {
  text-decoration: none;
  color: #fff;
}

.sidebarMenu__title {
  background: #00aeff;
  padding: 1.3020833333vw 2.0833333333vw;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.25vw;
  font-weight: 900;
}

.sidebarMenu .sidebarMenu__title + .sidebarMenu__list {
  background: #f4f5f6;
  padding: 2.0833333333vw 1.5625vw;
  list-style: none;
}

.sidebarMenu .sidebarMenu__title + .sidebarMenu__list > li {
  font-size: 0.9375vw;
  color: #004490;
  font-weight: 600;
}

.sidebarMenu .sidebarMenu__title + .sidebarMenu__list > li:last-child a {
  border-bottom-width: 0;
}

.sidebarMenu .sidebarMenu__title + .sidebarMenu__list > li a {
  padding: 0.6770833333vw 1.3020833333vw;
  color: inherit;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #c7d8e2;
}

.sidebarMenu .sidebarMenu__title + .sidebarMenu__list > li a.active, .sidebarMenu .sidebarMenu__title + .sidebarMenu__list > li a:hover {
  background: #fff;
  color: #00aeff;
}

.sidebarMenu .sidebarMenu__title + .sidebarMenu__list .sidebarMenu__list {
  list-style: none;
  padding: 1.0416666667vw 1.5625vw;
}

.sidebarMenu .sidebarMenu__title + .sidebarMenu__list .sidebarMenu__list li {
  font-size: 0.8333333333vw;
  color: #004490;
  position: relative;
}

.sidebarMenu .sidebarMenu__title + .sidebarMenu__list .sidebarMenu__list li:before {
  content: "";
  position: absolute;
  top: 0.5208333333vw;
  left: 0;
  width: 0.2604166667vw;
  height: 0.2604166667vw;
  border-radius: 50%;
  background: #00aeff;
}

.sidebarMenu .sidebarMenu__title + .sidebarMenu__list .sidebarMenu__list a {
  color: inherit;
  text-decoration: none;
  padding-left: 1.1458333333vw;
}

.sidebarMenu .sidebarMenu__title + .sidebarMenu__list .sidebarMenu__list a.active, .sidebarMenu .sidebarMenu__title + .sidebarMenu__list .sidebarMenu__list a:hover {
  color: #00aeff;
}

@media screen and (max-width: 1024px) {
  .sidebarMenu {
    display: none;
  }
}

.newsList__list {
  display: grid;
  grid-template-columns: repeat(3, 33.3333333333%);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

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

.newsList__button .button {
  margin-top: 2.0833333333vw;
}

.oneNews {
  padding: 2.34375vw 0.78125vw 0.78125vw 2.34375vw;
  background: #fff;
  border: 2px solid #eaf1f5;
  transition: border 0.3s ease-in-out;
  will-change: border;
}

.oneNews:hover {
  border-color: #00aeff;
}

.oneNews__title {
  position: relative;
}

.oneNews__dots {
  position: absolute;
  bottom: -1.1458333333vw;
  left: 0;
  display: flex;
}

.oneNews__dot {
  width: 5px;
  height: 5px;
  background: #00aeff;
  margin-right: 5px;
}

.oneNews__tit {
  line-height: 1.7;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: -o-ellipsis-lastline;
  height: 4.78125vw;
  font-size: 0.9375vw;
  color: #004490;
  font-weight: 700;
  margin-bottom: 2.0833333333vw;
}

@media screen and (max-width: 1000px) {
  .oneNews__tit {
    height: 63.342px;
  }
}

@media screen and (max-width: 1000px) {
  .oneNews__tit {
    font-size: 12.42px;
  }
}

.oneNews__tit a {
  color: inherit;
  text-decoration: none;
}

.oneNews__tit a:hover {
  color: #00aeff;
}

.oneNews__text {
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  text-overflow: -o-ellipsis-lastline;
  height: 9vw;
  font-size: 0.9375vw;
  color: #004490;
}

@media screen and (max-width: 1000px) {
  .oneNews__text {
    height: 119.232px;
  }
}

@media screen and (max-width: 1000px) {
  .oneNews__text {
    font-size: 12.42px;
  }
}

.oneNews__bottom {
  margin-top: 0.78125vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.oneNews__left {
  flex-shrink: 0;
}

.oneNews__right {
  flex-shrink: 0;
}

.oneNews__date {
  font-size: 0.7291666667vw;
  color: #9eb2be;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}

.oneNews__date:before {
  content: "";
}

.oneNews__date:before {
  color: #00aeff;
  font-size: 0.9375vw;
  margin-right: 0.78125vw;
}

.styledForm__row {
  position: relative;
  margin-bottom: 0.5208333333vw;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.styledForm__row--button {
  justify-content: flex-end;
}

.styledForm__left {
  width: 40%;
  padding-right: 1.0416666667vw;
  flex-shrink: 0;
  line-height: 1.1;
}

.styledForm__right {
  width: 60%;
  flex-grow: 1;
}

.styledForm__label {
  display: none;
  font-size: 0.78125vw;
  color: #000;
  flex-grow: 1;
  width: 100%;
}

.styledForm__label + .styledFormItems__checkbox {
  margin-top: 0.5208333333vw;
}

@media screen and (max-width: 480px) {
  .styledForm__label {
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    padding-left: 0;
  }
}

.styledForm--twocols .styledForm__left, .styledForm--twocols .styledForm__right {
  width: 50%;
  padding: 0;
  flex-grow: 1;
}

.styledForm--twocols .styledForm__left {
  padding-right: 0.2604166667vw;
}

.styledForm--twocols .styledForm__right {
  padding-left: 0.2604166667vw;
}

@media screen and (max-width: 1024px) {
  .styledForm__row {
    margin-bottom: 10px;
  }
  .styledForm__left, .styledForm__right {
    width: 100%;
    padding: 0;
  }
  .styledForm--twocols .styledForm__left, .styledForm--twocols .styledForm__right {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .styledForm--twocols .styledForm__left {
    margin-bottom: 10px;
  }
}

.styledFormItems--input {
  display: block;
  width: 100%;
  font-family: "Lato", sans-serif;
  color: #000;
  background: #fff;
  padding: 0 1.0416666667vw;
  height: 2.0833333333vw;
  border: 1px solid #ccc;
  font-size: 0.78125vw;
}

.styledFormItems--input::-webkit-input-placeholder {
  color: #000;
}

.styledFormItems--input:-moz-placeholder {
  color: #000;
}

.styledFormItems--input::-moz-placeholder {
  color: #000;
}

.styledFormItems--input:-ms-input-placeholder {
  color: #000;
}

.styledFormItems--textarea {
  resize: none;
  display: block;
  width: 100%;
  font-family: "Lato", sans-serif;
  color: #000;
  background: #fff;
  padding: 0.5208333333vw 1.0416666667vw;
  height: 6.25vw;
  border: 1px solid #ccc;
  font-size: 0.78125vw;
}

.styledFormItems--textarea::-webkit-input-placeholder {
  color: #000;
}

.styledFormItems--textarea:-moz-placeholder {
  color: #000;
}

.styledFormItems--textarea::-moz-placeholder {
  color: #000;
}

.styledFormItems--textarea:-ms-input-placeholder {
  color: #000;
}

.styledFormItems--select {
  display: block;
  width: 100%;
  font-family: "Lato", sans-serif;
  color: #000;
  background: #fff;
  padding: 0 1.0416666667vw;
  height: 2.0833333333vw;
  border: 1px solid #ccc;
  font-size: 0.78125vw;
}

@media screen and (max-width: 1024px) {
  .styledFormItems--input {
    padding: 0 15px;
    height: 35px;
    font-size: 14px;
  }
  .styledFormItems--textarea {
    padding: 10px 15px;
    height: 80px;
    font-size: 14px;
  }
}

.exampleContainer {
  max-width: 900px;
  margin: 0 auto;
}

.styledCheckbox, .styledRadio {
  display: flex;
  position: relative;
}

.styledCheckbox input, .styledRadio input {
  margin: 0;
  padding: 0;
  opacity: 0 !important;
  position: absolute;
  z-index: -1;
  width: 26px !important;
  height: 26px !important;
  top: 0;
  left: 0;
}

.styledCheckbox input:checked + label:before, .styledRadio input:checked + label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: #ccc;
}

.styledCheckbox label, .styledRadio label {
  border: 1px solid #ccc;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  cursor: pointer;
  margin-right: 0.78125vw;
  position: relative;
}

.styledCheckbox span, .styledRadio span {
  color: #000;
  font-size: 0.78125vw;
}

.styledCheckbox a, .styledRadio a {
  color: #11a3dc;
  font-size: 0.78125vw;
  text-decoration: underline;
}

.styledCheckbox a:hover, .styledRadio a:hover {
  text-decoration: none;
}

.styledRadio {
  display: inline-flex;
  align-items: center;
}

.styledRadio input {
  border-radius: 50%;
}

.styledRadio input:checked + label:before {
  border-radius: 50%;
}

.styledRadio label {
  border-radius: 50%;
}

.styledRadio + .styledRadio {
  margin-left: 1.0416666667vw;
}

.formErrors {
  background: red;
  text-align: center;
  color: #fff;
  margin-bottom: 1.0416666667vw;
}

.formErrors__ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.formErrors__item {
  margin-bottom: 0.5208333333vw;
}

.formErrors__item:last-child {
  margin-bottom: 0;
}

.paginationList {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
}

@media (min-width: 1241px) {
  .paginationList {
    font-size: 0.9375vw;
    max-width: 83.3333333333vw;
    margin: 1.5625vw auto 0;
  }
}

.paginationList .button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 11.1979166667vw;
  height: 2.0833333333vw;
  background-color: #003380;
  outline: none;
  border: none;
  color: #ffffff;
  font-size: 0.8333333333vw;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: .3s;
}

@media screen and (max-width: 1024px) {
  .paginationList .button {
    width: 215px;
    height: 40px;
    font-size: 12px;
  }
}

.paginationList .button:hover {
  background: #0b98f2;
}

.paginationList__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.paginationList__buttonsItem {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f2f6;
  margin: 0 2.5px;
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  font-size: 12px;
  transition: border-width .35s, background-color .35s, color .35s;
}

@media (min-width: 1241px) {
  .paginationList__buttonsItem {
    height: 2.0833333333vw;
    width: 2.0833333333vw;
    margin: 0 0.1302083333vw;
    font-size: 0.8333333333vw;
  }
}

.paginationList__buttonsItem:hover, .paginationList__buttonsItem--active {
  background: #003380;
  color: #fff;
  border: 0;
}

.blog {
  background-color: #f0f2f6;
  position: relative;
}

.blog__inner {
  width: 83.3333333333vw;
  margin: 0 auto;
  padding: 0 0 3.6458333333vw;
}

@media screen and (max-width: 1200px) {
  .blog__inner {
    width: 100%;
    padding: 0 20px 30px;
  }
}

@media screen and (max-width: 600px) {
  .blog__inner {
    padding: 0 15px;
  }
}

.blog__title {
  position: relative;
  text-align: center;
  color: #003380;
  font-size: 2.0833333333vw;
  font-weight: 600;
  padding-top: 2.9166666667vw;
  padding-bottom: 2.4479166667vw;
}

@media screen and (max-width: 1200px) {
  .blog__title {
    font-size: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.blog__title.js-animate {
  opacity: 0;
  transition: .5s;
  transition-delay: .7s;
}

.blog__title.js-animate.css-animate {
  opacity: 1;
}

.blog__title::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #cad7eb;
  z-index: 2;
}

.blog__title::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 16.6666666667vw;
  height: 1px;
  background: #0b98f2;
  z-index: 3;
}

@media screen and (max-width: 1200px) {
  .blog__title::after {
    width: 320px;
  }
}

.blog__more {
  position: absolute;
  top: 2.6041666667vw;
  text-decoration: none;
  padding-top: 1.3541666667vw;
  padding-left: 4.1145833333vw;
  padding-bottom: 2.3958333333vw;
}

@media screen and (max-width: 1200px) {
  .blog__more {
    position: relative;
    text-align: center;
    right: unset;
    padding-top: 20px;
    padding-left: 0;
    padding-bottom: 35px;
  }
}

.blog__more.js-animate {
  opacity: 0;
  right: 15.625vw;
  transition: .3s;
  transition-delay: .5s;
}

.blog__more.js-animate.css-animate {
  right: 10.4166666667vw;
  opacity: 1;
}

.blog__more a {
  position: relative;
  color: #003380;
  font-size: 0.9375vw;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  transition: .3s;
}

@media screen and (max-width: 1200px) {
  .blog__more a {
    font-size: 18px;
  }
}

.blog__more a:hover {
  color: #0b98f2;
}

.blog__more a:hover:after {
  right: -3.125vw;
  color: #003380;
}

@media screen and (max-width: 1200px) {
  .blog__more a:hover:after {
    right: -60px;
  }
}

.blog__more a:after {
  content: "\e907";
  display: block;
  position: absolute;
  right: -2.5520833333vw;
  top: 0.3125vw;
  color: #0b98f2;
  font-size: 0.8333333333vw;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: .3s;
}

@media screen and (max-width: 1200px) {
  .blog__more a:after {
    right: -49px;
    top: 6px;
    font-size: 16px;
  }
}

.blog__more.blog__link {
  top: unset;
  bottom: 0;
  padding: 0;
}

.blog__more.blog__link.js-animate {
  right: unset;
  left: -2.6041666667vw;
}

.blog__more.blog__link.js-animate.css-animate {
  right: unset;
  left: 1.0416666667vw;
}

.blog__more.blog__link a {
  color: #29364a;
  font-size: 12px;
  transition: color .4s;
}

@media (min-width: 1241px) {
  .blog__more.blog__link a {
    font-size: 0.7291666667vw;
  }
}

.blog__more.blog__link a:after {
  display: none;
}

.blog__more.blog__link a:hover {
  color: #0b98f2;
}

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

.blog__item {
  position: relative;
  display: block;
  margin: 30px 20px;
  width: 100%;
  max-width: 390px;
}

@media (min-width: 1241px) {
  .blog__item {
    width: 20.3125vw;
    max-width: unset;
    margin: 2.0833333333vw 0.78125vw;
  }
}

.blog__itemContent {
  position: relative;
  padding: 10px;
}

@media (min-width: 1241px) {
  .blog__itemContent {
    padding: 1.0416666667vw 1.0416666667vw 2.0833333333vw;
  }
}

.blog__itemDataRow {
  display: flex;
  align-items: center;
  margin: 0.2604166667vw 0;
}

.blog__itemDataRow a {
  text-decoration: none;
}

.blog__itemDataRow--bottom {
  justify-content: space-between;
}

.blog__itemData--readingTime {
  padding: 0.2604166667vw 0.5208333333vw;
  margin: 0;
  background-color: #0b98f2;
  color: #fff;
  font-size: 12px;
}

@media (min-width: 1241px) {
  .blog__itemData--readingTime {
    font-size: 0.7291666667vw;
  }
}

.blog__itemData--date {
  color: #0b98f2;
  font-size: 12px;
}

@media (min-width: 1241px) {
  .blog__itemData--date {
    font-size: 0.9375vw;
  }
}

.blog__itemData--date span {
  color: #90a0b7;
}

.blog__itemData--author {
  padding-right: 0.78125vw;
  border-right: 2px solid #bac3d2;
  color: #29364a;
  font-size: 12px;
}

@media (min-width: 1241px) {
  .blog__itemData--author {
    font-size: 0.9375vw;
  }
}

.blog__itemData--category {
  padding-left: 0.78125vw;
}

.blog__itemData--category a {
  color: #29364a;
  font-size: 12px;
}

@media (min-width: 1241px) {
  .blog__itemData--category a {
    font-size: 0.9375vw;
  }
}

.blog__itemTitle {
  display: block;
  color: #29364a;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  margin: 15px 0;
  transition: color .4s;
}

@media (min-width: 1241px) {
  .blog__itemTitle {
    font-size: 1.1458333333vw;
    margin: 1.3020833333vw 0;
    max-height: 2.4479166667vw;
    height: 2.4479166667vw;
    overflow: hidden;
  }
}

.blog__itemTitle:hover {
  color: #0b98f2;
}

.blog__itemText {
  display: block;
  color: #29364a;
  font-size: 14px;
  margin: 15px 0;
}

@media (min-width: 1241px) {
  .blog__itemText {
    font-size: 0.9375vw;
    margin: 0 0 0.78125vw;
    max-height: 4.6875vw;
    height: 4.6875vw;
    overflow: hidden;
  }
}

.blog__itemImage {
  background-color: #f0f2f6;
  width: 100%;
  overflow: hidden;
  position: relative;
  height: auto;
  display: block;
}

@media (min-width: 1241px) {
  .blog__itemImage {
    width: 20.3125vw;
    height: 13.8020833333vw;
  }
}

.blog__itemImage img {
  min-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}

.blog__itemImage img.blog__itemImageBlank {
  width: auto;
  max-width: 90%;
  min-width: auto;
  min-height: auto;
  display: block;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: max-width .25s;
  transform: translate(-50%, -50%);
}

.content__body .blog {
  background-color: unset;
}

@media (min-width: 1241px) {
  .content__body .blog__item {
    margin: 0 0 1.5625vw;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
  }
  .content__body .blog__itemContent {
    position: relative;
    background-color: #f0f2f6;
    width: 90%;
    z-index: 0;
    min-height: 22.3958333333vw;
    padding-left: 28.125vw;
    padding-top: 4.1666666667vw;
    padding-bottom: 2.6041666667vw;
  }
  .content__body .blog__itemImage {
    z-index: 1;
    position: absolute;
    left: 0;
    width: 30.2083333333vw;
    height: 20.5729166667vw;
  }
  .content__body .blog__item .blog__link {
    bottom: 4.1666666667vw;
  }
  .content__body .blog__item .blog__link.js-animate {
    left: 20.8333333333vw;
  }
  .content__body .blog__item .blog__link.js-animate.css-animate {
    left: 28.125vw;
  }
  .content__body .blog__item:nth-child(2n) {
    justify-content: flex-start;
  }
  .content__body .blog__item:nth-child(2n) .blog__itemImage {
    left: unset;
    right: 0;
  }
  .content__body .blog__item:nth-child(2n) .blog__itemContent {
    padding-left: 2.6041666667vw;
    padding-right: 28.125vw;
  }
  .content__body .blog__item:nth-child(2n) .blog__link.js-animate {
    left: -2.6041666667vw;
  }
  .content__body .blog__item:nth-child(2n) .blog__link.js-animate.css-animate {
    left: 2.6041666667vw;
  }
}

@media screen and (max-width: 800px) {
  .content.blogPage .category {
    display: none;
  }
}

.content.blogPage .blogText {
  width: 100%;
}

.blogText {
  display: flex;
  justify-content: space-between;
}

.blogText__title {
  padding: 0 1.0416666667vw;
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0;
}

@media (min-width: 1241px) {
  .blogText__title {
    font-size: 1.5625vw;
    margin: 1.3020833333vw 0;
  }
}

.blogText__top {
  width: 100%;
  border-bottom: 1px solid #000000;
  padding: 0 0 1.5625vw 1.0416666667vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5625vw;
}

@media screen and (max-width: 900px) {
  .blogText__top {
    padding-bottom: 10px;
    margin-bottom: 25px;
  }
}

.blogText__top .blog__itemData {
  display: flex;
  align-items: center;
  color: #29364a;
}

.blogText__top .blog__itemData--category {
  padding-right: 0.78125vw;
  border-right: 2px solid #bac3d2;
}

.blogText__top .blog__itemData--category a {
  text-decoration: none;
}

.blogText__top .blog__itemData--date {
  padding-left: 0.78125vw;
}

.blogText__contentRight {
  width: 100%;
  position: relative;
}

.blogText__contentRight:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: #cad7eb;
  z-index: 2;
}

.blogText__contentRight::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 20.0520833333vw;
  height: 1px;
  background: #0b98f2;
  z-index: 3;
}

@media (max-width: 600px) {
  .blogText__contentRight .main__modules {
    margin-bottom: 80px;
  }
}

@media (max-width: 900px) {
  .blogText__contentRight {
    width: 100%;
    border: unset;
    padding: 0;
  }
}

.blogText__contentRight .blog__more {
  clear: both;
  position: relative;
  top: unset;
  padding: 1.5625vw 0;
}

.blogText__contentRight .blog__more:before, .blogText__contentRight .blog__more:after {
  content: '';
  height: 1px;
  background-color: #cad7eb;
  position: absolute;
  left: -4.1666666667vw;
  right: 4.1666666667vw;
}

.blogText__contentRight .blog__more:before {
  top: 0;
}

.blogText__contentRight .blog__more:after {
  bottom: 0;
}

.blogText__contentRight .blog__more.js-animate {
  right: unset;
  left: 3.125vw;
}

.blogText__contentRight .blog__more.js-animate.css-animate {
  right: unset;
  left: 4.1666666667vw;
}

.blogText__contentRight .blog__more a:after {
  right: unset;
  left: -2.5520833333vw;
  color: #29364a;
  transform: rotate(180deg);
}

@media screen and (max-width: 1200px) {
  .blogText__contentRight .blog__more a:after {
    left: -49px;
    right: unset;
  }
}

.blogText__contentRight .blog__more a:hover:after {
  right: unset;
  left: -3.6458333333vw;
}

@media screen and (max-width: 1200px) {
  .blogText__contentRight .blog__more a:hover:after {
    right: unset;
    left: -50px;
  }
}

@media (min-width: 1241px) {
  .blogText__contentRight .content__text.contentBlock {
    padding-left: 1.0416666667vw;
  }
}

.blogText__contentLeft {
  width: 16.6666666667vw;
  margin-right: 1.5625vw;
}

@media (max-width: 900px) {
  .blogText__contentLeft {
    display: none;
  }
}

.blogText__contentLeft .blog {
  background-color: unset;
}

.blogText__contentLeft .blog__item {
  width: 16.6666666667vw;
  margin: 0 0 1.0416666667vw;
}

.blogText__contentLeft .blog__itemTitle {
  height: auto;
  max-height: unset;
  overflow: unset;
  margin: 0.2604166667vw 0;
}

.blogText__contentLeft .blog__itemImage {
  width: 16.6666666667vw;
  height: 11.3541666667vw;
}

.blogText__contentLeftTitle {
  text-align: center;
  font-weight: 700;
  font-size: 1.1458333333vw;
  color: #29364a;
  margin-bottom: 1.5625vw;
}

.blogText__info {
  height: 5.2083333333vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

@media screen and (max-width: 600px) {
  .blogText__info {
    display: block;
    border: unset;
  }
}

@media screen and (max-width: 900px) {
  .blogText .blogBackButton {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .blogText .blogBackButton {
    margin: 20px auto;
    display: flex;
    justify-content: center;
  }
}

.blogText .blogBackButton__link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.blogText .blogBackButton__link:before {
  content: "";
}

.blogText .blogBackButton__link:before {
  margin-left: 0.5208333333vw;
  margin-right: 0.5208333333vw;
}

@media (max-width: 900px) {
  .blogText .blogBackButton__link:before {
    margin: 0 5px;
  }
}

.blogText .blogBackButton__link:hover:before {
  transform: rotateY(-10px);
}

.switcher {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  flex-wrap: wrap;
  position: relative;
}

@media (min-width: 1024px) {
  .switcher:before {
    top: 1.8229166667vw;
    bottom: 1.8229166667vw;
  }
}

.switcher--end {
  justify-content: flex-end;
}

.switcher__item {
  display: block;
  height: auto;
  width: 48%;
  font-weight: 700;
  font-size: 24px;
  position: relative;
  text-decoration: none;
  color: #000000;
  background: #f0f2f6;
  transition: all .35s;
  padding: 10px;
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  .switcher__item {
    margin-bottom: 0;
    padding: 50px;
  }
}

@media (min-width: 1024px) {
  .switcher__item {
    display: flex;
    font-size: 1.25vw;
    padding: 1.5625vw 2.6041666667vw 1.5625vw 5.2083333333vw;
    height: auto;
  }
}

.switcher__item:before {
  content: "\e907";
  position: absolute;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0b98f2;
  font-size: 18px;
  height: 100%;
  width: 60px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .35s;
}

@media (min-width: 1024px) {
  .switcher__item:before {
    font-size: 1.0416666667vw;
    width: 3.125vw;
  }
}

@media (max-width: 600px) {
  .switcher__item:before {
    display: none;
  }
}

.switcher__item-title {
  margin-bottom: 3.125vw;
}

.switcher__item-text {
  color: #29364a;
  font-size: 14px;
  bottom: 35px;
  text-transform: uppercase;
  font-weight: 700;
  transition: all .3s;
}

@media (min-width: 1024px) {
  .switcher__item-text {
    position: absolute;
    font-size: 0.7291666667vw;
    bottom: 1.8229166667vw;
  }
}

.switcher__item--prev:before {
  left: 0.2604166667vw;
  transform: rotate(180deg);
}

.switcher__item--next {
  justify-content: flex-end;
  padding-right: 5.2083333333vw;
  padding-left: 2.6041666667vw;
}

.switcher__item--next:before {
  right: 0.2604166667vw;
  color: #0b98f2;
}

.switcher__item:hover .switcher__item-title {
  color: #0b98f2;
}

body.light {
  background-color: #F6FF00;
}

body.light .header ul li a {
  color: #000000;
}

body.light .header ul li a.active, body.light .header ul li a:hover {
  color: black;
}

body.light .header ul li a.active:before, body.light .header ul li a:hover:before {
  background: #000000;
}

body.light .header__right_basket a {
  background: #F6FF00;
}

body.light .header__right_basket a .icons-shopping-cart:before {
  color: #000000;
}

body.light .banner {
  background-image: none;
  background-color: #000000;
}

body.light .banner::before {
  background: #F6FF00;
}

body.light .banner::after {
  border-left-color: #F6FF00;
  border-top-color: #F6FF00;
}

body.light .banner__nav {
  background: #F6FF00;
}

body.light .banner__nav_prev, body.light .banner__nav_next {
  color: #000000;
}

body.light .banner__nav_prev:hover, body.light .banner__nav_next:hover {
  color: #fff;
}

body.light .banner a {
  color: #fff;
}

body.light .banner a:hover {
  color: #F6FF00;
}

body.light .banner .owl-dot {
  border-color: #000000;
}

body.light .banner .owl-dot.active, body.light .banner .owl-dot:hover {
  background: #000000 !important;
}

body.light .breadcrumbs {
  background: #000000;
}

body.light .breadcrumbs a:hover {
  color: #F6FF00;
}

body.light .offer__item {
  background: #fff;
  border-color: #000000;
}

body.light .offer__item-title, body.light .offer__item:after {
  color: #000000 !important;
}

body.light .offer__item:before {
  background: #000000;
}

body.light .offer__item-proposition {
  color: #fff !important;
  background-color: #000000;
  background-image: none;
}

body.light .offer__product_specification_right .offer__product-title::before, body.light .offer__product-info::before {
  background-color: #000000;
}

body.light .offer__product_specification {
  border-color: #000000;
}

body.light .offer__product_specification-slider .slick-dots li {
  border-color: #000000;
}

body.light .offer__product_specification-slider .slick-dots li:hover, body.light .offer__product_specification-slider .slick-dots li.slick-active {
  border-color: #000000;
  background: #000000;
}

body.light .offer__product_specification .content__text h3 {
  color: #000;
}

body.light .offer__product_specification .content__text h3:after {
  background-color: #000;
}

body.light .offer__product-symbol p.symbol {
  border-color: #000000;
  background: #fff;
}

body.light .offer__product_specification .offer__slider_item {
  background-color: #fff;
}

body.light .offer__product_specification-slider_nav .offer__slider_next, body.light .offer__product_specification-slider_nav .offer__slider_prev {
  background: #000000;
}

body.light .offer__product-info a {
  background: #000000;
  color: #fff !important;
}

body.light .offer__form {
  background: #000000;
}

body.light .offer__form:before {
  background: #000000;
}

body.light .offer__form:after {
  display: none;
}

body.light .offer__form form .form-row textarea, body.light .offer__form form .form-row input {
  border-color: #000000;
}

body.light .offer__form form .form-row p, body.light .offer__form form .form-row a {
  color: #fff;
}

body.light .offer__form form .button {
  color: #000000;
  background: #000000;
}

body.light .offer-button {
  position: absolute;
  right: 0.78125vw;
  z-index: 9;
}

body.light .offer__product-linkToForm {
  border: 1px solid #000;
  color: #000;
}

body.light .offer__product-linkToForm:before {
  background: #000;
}

body.light .offer__product-linkToForm:hover {
  border-color: #000;
}

body.light .offer__product-linkToForm:hover:before {
  background-color: #000;
}

body.light .information:before {
  background-color: #000000;
}

body.light .information:after {
  background-color: #fff;
}

body.light .information__rules-title {
  color: #000000;
}

body.light .information__rules-title:before, body.light .information__rules-title:after {
  background: #000000;
}

body.light .information__rules_item-icon {
  color: #fff;
}

body.light .information__rules_item-text {
  color: #fff;
}

body.light .information__rules-link a {
  color: #fff;
}

body.light .information__rules-link a:before {
  background: #fff;
}

body.light .information__rules-link a:after {
  color: #fff;
}

body.light .information__news-title {
  color: #000000;
}

body.light .information__news-title:before, body.light .information__news-title:after {
  background: #000000;
}

body.light .information__news_item:before {
  background: #000000;
}

body.light .information__news_item-title {
  color: #fff;
}

body.light .information__news_item-text:before {
  background: #fff;
}

body.light .information__news_item-date {
  color: #fff;
}

body.light .information__news_item-date span {
  color: #fff;
}

body.light .information__news_item .button {
  background: #fff;
  color: #000000;
}

body.light .information__news-link a {
  color: #000000;
}

body.light .information__news-link a:before {
  background: #000000;
}

body.light .information__news-link a:after {
  color: #000000;
}

body.light .recommendation__slider_item {
  background: #fff;
  border-color: #000000;
}

body.light .recommendation__slider_item-title {
  color: #000000;
  border-color: #000000;
}

body.light .recommendation__slider_item-title:before {
  background: #000000;
}

body.light .recommendation__slider_item-show, body.light .recommendation__slider_item:before {
  color: #000000;
}

body.light .recommendation__slider_nav-next, body.light .recommendation__slider_nav-prev {
  background: #000000;
}

body.light .recommendation__title {
  color: #000000;
}

body.light .recommendation__title:before, body.light .recommendation__title:after {
  background: #000000;
}

body.light .category__title {
  background-color: #000000;
  background-image: none;
}

body.light .category__list > ul > li:hover > a, body.light .category__list > ul > li.active > a {
  background: #fff;
  color: #000000;
  border: 1px solid #000000;
}

body.light .category__list > ul > li > a {
  background: #fff;
  color: #000000;
}

body.light .content .page_title, body.light .content .module__title {
  color: #000000;
}

body.light .content__body:before, body.light .content__body:after {
  background: #000000;
}

body.light .content p, body.light .content a, body.light .content li, body.light .content h1, body.light .content h2, body.light .content h3, body.light .content h4, body.light .content h5, body.light .content h6 {
  color: #000000;
}

body.light .content li:before {
  background: #000000;
}

body.light .content__gallery a::after, body.light .content__gallery a::before {
  background: #000000;
}

body.light .content__download a {
  border-bottom-color: #000000;
}

body.light .content__download .icon-files, body.light .content__download .icon-download:before, body.light .content__download span {
  color: #000000;
}

body.light .content .news_item:before {
  background: #000000;
}

body.light .content .news_item-title {
  color: #fff;
}

body.light .content .news_item-text:before {
  background: #fff;
}

body.light .content .news_item-date {
  color: #fff;
}

body.light .content .news_item-date span {
  color: #fff;
}

body.light .content .news_item .button {
  background: #fff;
  color: #000000;
}

body.light .content__offer_item {
  background: #fff;
  border-color: #000000;
}

body.light .content__offer_item-title {
  color: #000000 !important;
  border-top-color: #000000;
}

body.light .content__offer_item-title:before {
  background: #000000;
}

body.light .content__offer_item:after {
  color: #000000 !important;
}

body.light .content__offer_item:before {
  color: #000000;
}

body.light .content__offer_item-proposition {
  background-color: #000000;
  background-image: none;
}

body.light .content .pagination__arrow {
  background: #000;
  color: #fff !important;
}

body.light .content .pagination__arrow:hover {
  background: #000;
}

body.light .contact__block {
  border-color: #000000;
  background: #fff;
}

body.light .contact__block:before {
  color: #000000;
}

body.light .contact__block a {
  color: #000000;
}

body.light .contact__block a:hover {
  color: #F6FF00;
}

body.light .contact__information-right {
  background: #000000;
}

body.light .contact__information-right:before {
  background: #000000;
}

body.light .contact__information-right:after, body.light .contact__information-right-title, body.light .contact__information-right p, body.light .contact__information-right a {
  color: #fff !important;
}

body.light .contact__information-right form .form-row textarea, body.light .contact__information-right form .form-row input {
  border-color: #000000;
}

body.light .contact__information-right form .button {
  background-color: #F6FF00;
}

body.light footer {
  background: #000000;
  color: #fff;
}

body.light footer span, body.light footer a, body.light footer p, body.light footer li, body.light footer div, body.light footer *:before {
  color: #fff !important;
}

body.light footer a:hover {
  color: #F6FF00 !important;
}

body.light footer a:hover span {
  color: #F6FF00 !important;
}

body.light footer li:before {
  background: #fff !important;
}

body.light .arrow-top {
  background: #000000;
}

body.light .cookiesInfo {
  background-color: #fff;
}

body.light .cookiesInfo__button button:hover {
  background: #000000;
}

@media screen and (max-width: 1200px) {
  body.light .header__mobile_menu {
    background: #000000;
  }
  body.light .mobileMenu {
    background: #000000;
  }
}

body.light .textBottom:before {
  border-left: 0.2604166667vw solid #000;
  border-top: 0.2604166667vw solid #000;
}

body.light .textBottom__top:before {
  background: rgba(0, 0, 0, 0.45);
}

body.light .textBottom__box .box {
  border: 1px solid #000;
}

body.light .textBottom__box .box:nth-child(2):before {
  border-left: 0.2604166667vw solid #000;
}

body.light .textBottom__box .box:nth-child(2):after {
  border-right: 1.8229166667vw solid #000;
  border-bottom: 1.8229166667vw solid #000;
}

body.light .textBottom__box .box p:first-child:before {
  background-color: #000;
}

body.light .blog {
  background-color: #F6FF00;
}

body.light .blog__title, body.light .blog__more a, body.light .blog__itemData--author, body.light .blog__itemData--category, body.light .blog__itemData--date, body.light .blog__itemData--date span, body.light .blog__itemTitle, body.light .blog__itemText {
  color: #000000;
}

body.light .blog__more a:hover {
  color: #fff;
}

body.light .blog__itemData--readingTime {
  background-color: #000000;
}

body.light .switcher__item:before {
  color: #000000;
}

body.light .paginationList .button, body.light .paginationList__buttons a {
  background-color: #fff;
}

body.dark .header ul li a {
  color: #000000;
}

body.dark .header ul li a.active, body.dark .header ul li a:hover {
  color: black;
}

body.dark .header ul li a.active:before, body.dark .header ul li a:hover:before {
  background: #000000;
}

body.dark .header__right_basket a {
  background: #000000;
}

body.dark .banner {
  background-image: none;
  background-color: #000000;
}

body.dark .banner::before {
  background: #fff;
}

body.dark .banner::after {
  border-left-color: #fff;
  border-top-color: #fff;
}

body.dark .banner__nav {
  background: #fff;
}

body.dark .banner__nav_prev, body.dark .banner__nav_next {
  color: #000000;
}

body.dark .banner__nav_prev:hover, body.dark .banner__nav_next:hover {
  color: #F6FF00;
}

body.dark .banner a {
  color: #fff;
}

body.dark .banner a:hover {
  color: #F6FF00;
}

body.dark .banner .owl-dot {
  border-color: #000000;
}

body.dark .banner .owl-dot.active, body.dark .banner .owl-dot:hover {
  background: #000000 !important;
}

body.dark .breadcrumbs {
  background: #000000;
}

body.dark .breadcrumbs a:hover {
  color: #F6FF00;
}

body.dark .offer__item {
  border-color: #000000;
}

body.dark .offer__item-title {
  color: #000000 !important;
  border-top-color: #000000;
}

body.dark .offer__item:after {
  color: #000000 !important;
}

body.dark .offer__item:before {
  background: #000000;
}

body.dark .offer__item-proposition {
  color: #fff !important;
  background-color: #000000;
  background-image: none;
}

body.dark .offer__product-symbol p.symbol {
  border-color: #000000;
  background: #fff;
}

body.dark .offer__product_specification .offer__slider_item {
  background-color: #fff;
}

body.dark .offer__product_specification {
  border-color: #000000;
}

body.dark .offer__product_specification-slider .slick-dots li {
  border-color: #000000;
}

body.dark .offer__product_specification-slider .slick-dots li:hover, body.dark .offer__product_specification-slider .slick-dots li.slick-active {
  border-color: #000000;
  background: #000000;
}

body.dark .offer__product_specification .content__text h3 {
  color: #000;
}

body.dark .offer__product_specification .content__text h3:after {
  background-color: #000;
}

body.dark .offer__product_specification-slider_nav .offer__slider_next, body.dark .offer__product_specification-slider_nav .offer__slider_prev {
  background: #000000;
}

body.dark .offer__product-info a {
  background: #000000;
  color: #fff !important;
}

body.dark .offer__form {
  background: #000000;
}

body.dark .offer__form:before {
  background: #000000;
}

body.dark .offer__form:after {
  display: none;
}

body.dark .offer__form form .form-row textarea, body.dark .offer__form form .form-row input {
  border-color: #000000;
}

body.dark .offer__form form .form-row p, body.dark .offer__form form .form-row a {
  color: #fff;
}

body.dark .offer__form form .button {
  color: #000000;
  background: #000000;
}

body.dark .offer__product-linkToForm {
  border: 1px solid #000;
  color: #000;
}

body.dark .offer__product-linkToForm:before {
  background: #000;
}

body.dark .offer__product-linkToForm:hover {
  border-color: #000;
}

body.dark .offer__product-linkToForm:hover:before {
  background-color: #000;
}

body.dark .information:before {
  background-color: #000000;
}

body.dark .information:after {
  background-color: #fff;
}

body.dark .information__rules-title {
  color: #000000;
}

body.dark .information__rules-title:before, body.dark .information__rules-title:after {
  background: #000000;
}

body.dark .information__rules_item-icon {
  color: #fff;
}

body.dark .information__rules_item-text {
  color: #fff;
}

body.dark .information__rules-link a {
  color: #fff;
}

body.dark .information__rules-link a:before {
  background: #fff;
}

body.dark .information__rules-link a:after {
  color: #fff;
}

body.dark .information__news-title {
  color: #000000;
}

body.dark .information__news-title:before, body.dark .information__news-title:after {
  background: #000000;
}

body.dark .information__news_item:before {
  background: #000000;
}

body.dark .information__news_item-title {
  color: #fff;
}

body.dark .information__news_item-text:before {
  background: #fff;
}

body.dark .information__news_item-date {
  color: #fff;
}

body.dark .information__news_item-date span {
  color: #fff;
}

body.dark .information__news_item .button {
  background: #fff;
  color: #000000;
}

body.dark .information__news-link a {
  color: #000000;
}

body.dark .information__news-link a:before {
  background: #000000;
}

body.dark .information__news-link a:after {
  color: #000000;
}

body.dark .category__title {
  background-color: #000000;
  background-image: none;
}

body.dark .category__list > ul > li:hover > a, body.dark .category__list > ul > li.active > a {
  background: #fff;
  color: #000000;
  border: 1px solid #000000;
}

body.dark .category__list > ul > li > a {
  background: #fff;
  color: #000000;
}

body.dark .content .page_title, body.dark .content .module__title {
  color: #000000;
}

body.dark .content__body:before, body.dark .content__body:after {
  background: #000000;
}

body.dark .content p, body.dark .content a, body.dark .content li, body.dark .content h1, body.dark .content h2, body.dark .content h3, body.dark .content h4, body.dark .content h5, body.dark .content h6 {
  color: #000000;
}

body.dark .content li:before {
  background: #000000;
}

body.dark .content__gallery a::after, body.dark .content__gallery a::before {
  background: #000000;
}

body.dark .content__download a {
  border-bottom-color: #000000;
}

body.dark .content__download .icon-files, body.dark .content__download .icon-download:before, body.dark .content__download span {
  color: #000000;
}

body.dark .content .news_item:before {
  background: #000000;
}

body.dark .content .news_item-title {
  color: #fff;
}

body.dark .content .news_item-text:before {
  background: #fff;
}

body.dark .content .news_item-date {
  color: #fff;
}

body.dark .content .news_item-date span {
  color: #fff;
}

body.dark .content .news_item .button {
  background: #fff;
  color: #000000;
}

body.dark .content__offer_item {
  background: #fff;
  border-color: #000000;
}

body.dark .content__offer_item-title {
  color: #000000 !important;
  border-top-color: #000000;
}

body.dark .content__offer_item-title:before {
  background: #000000;
}

body.dark .content__offer_item:after {
  color: #000000 !important;
}

body.dark .content__offer_item:before {
  color: #000000;
}

body.dark .content__offer_item-proposition {
  background-color: #000000;
  background-image: none;
}

body.dark .content .pagination__arrow {
  background: #000;
  color: #fff !important;
}

body.dark .content .pagination__arrow:hover {
  background: #000;
}

body.dark .contact__block {
  border-color: #000000;
  background: #fff;
}

body.dark .contact__block:before {
  color: #000000;
}

body.dark .contact__block a {
  color: #000000;
}

body.dark .contact__block a:hover {
  color: #F6FF00;
}

body.dark .contact__information-right {
  background: #000000;
}

body.dark .contact__information-right:before {
  background: #000000;
}

body.dark .contact__information-right:after, body.dark .contact__information-right-title, body.dark .contact__information-right p, body.dark .contact__information-right a {
  color: #fff !important;
}

body.dark .contact__information-right form .form-row textarea, body.dark .contact__information-right form .form-row input {
  border-color: #000000;
}

body.dark .contact__information-right form .button {
  background-color: #fff;
  color: #000000;
}

body.dark .recommendation__slider_nav-next, body.dark .recommendation__slider_nav-prev {
  background: #000000;
}

body.dark .recommendation__slider_item {
  border-color: #000000;
}

body.dark .recommendation__slider_item-title {
  color: #000000;
  border-color: #000000;
}

body.dark .recommendation__slider_item-title:before {
  background: #000000;
}

body.dark .recommendation__slider_item-show, body.dark .recommendation__slider_item:before {
  color: #000000;
}

body.dark .recommendation__title {
  color: #000000;
}

body.dark .recommendation__title:before, body.dark .recommendation__title:after {
  background: #000000;
}

body.dark footer {
  background: #000000;
  color: #fff;
}

body.dark footer span, body.dark footer a, body.dark footer p, body.dark footer li, body.dark footer div, body.dark footer *:before {
  color: #fff !important;
}

body.dark footer a:hover {
  color: #F6FF00 !important;
}

body.dark footer a:hover span {
  color: #F6FF00 !important;
}

body.dark footer li:before {
  background: #fff !important;
}

body.dark .arrow-top {
  background: #000000;
}

body.dark .cookiesInfo {
  background-color: #fff;
}

body.dark .cookiesInfo__button button:hover {
  background: #000000;
}

@media screen and (max-width: 1200px) {
  body.dark .header__mobile_menu {
    background: #000000;
  }
  body.dark .mobileMenu {
    background: #000000;
  }
}

body.dark .textBottom:before {
  border-left: 0.2604166667vw solid #000;
  border-top: 0.2604166667vw solid #000;
}

body.dark .textBottom__top:before {
  background: rgba(0, 0, 0, 0.45);
}

body.dark .textBottom__box .box {
  border: 1px solid #000;
}

body.dark .textBottom__box .box:nth-child(2):before {
  border-left: 0.2604166667vw solid #000;
}

body.dark .textBottom__box .box:nth-child(2):after {
  border-right: 1.8229166667vw solid #000;
  border-bottom: 1.8229166667vw solid #000;
}

body.dark .textBottom__box .box p:first-child:before {
  background-color: #000;
}

body.dark .blog {
  background-color: #fff;
}

body.dark .blog__title, body.dark .blog__more a, body.dark .blog__itemData--author, body.dark .blog__itemData--category, body.dark .blog__itemData--date, body.dark .blog__itemData--date span, body.dark .blog__itemTitle, body.dark .blog__itemText {
  color: #000000;
}

body.dark .blog__itemData--readingTime {
  background-color: #000000;
}

body.dark .switcher__item:before {
  color: #000000;
}

body.dark .paginationList .button, body.dark .paginationList__buttons a {
  background-color: #fff;
}

body.mediumSize .header ul li a {
  font-size: 0.9895833333vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .banner__item-text {
    padding-top: 90px;
  }
}

body.mediumSize .banner__item-text_top p:first-child {
  font-size: 3.2291666667vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .banner__item-text_top p:first-child {
    font-size: 41px;
  }
}

body.mediumSize .banner__item-text_top p:last-child {
  font-size: 2.7083333333vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .banner__item-text_top p:last-child {
    font-size: 31px;
  }
}

body.mediumSize .banner__item-text_bottom {
  font-size: 1.1458333333vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .banner__item-text_bottom {
    font-size: 21px;
  }
}

body.mediumSize .banner__tel {
  font-size: 1.3020833333vw;
}

body.mediumSize .banner__email {
  font-size: 1.09375vw;
}

body.mediumSize .breadcrumbs ul {
  font-size: 0.8854166667vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .breadcrumbs ul {
    font-size: 13px;
  }
}

body.mediumSize .breadcrumbs ul a {
  font-size: 0.8854166667vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .breadcrumbs ul a {
    font-size: 13px;
  }
}

body.mediumSize .news_item-date {
  font-size: 1.6145833333vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .news_item-date {
    font-size: 31px;
  }
}

body.mediumSize .news_item-title {
  font-size: 1.1979166667vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .news_item-title {
    font-size: 23px;
  }
}

body.mediumSize .news_item .button {
  font-size: 0.8854166667vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .news_item .button {
    font-size: 17px;
  }
}

body.mediumSize .offer__item-title {
  font-size: 1.1979166667vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .offer__item-title {
    font-size: 23px;
  }
}

body.mediumSize .offer__item-proposition {
  font-size: 1.1458333333vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .offer__item-proposition {
    font-size: 22px;
  }
}

body.mediumSize .offer__product-description-title {
  font-size: 1.6145833333vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .offer__product-description-title {
    font-size: 26px;
  }
}

body.mediumSize .offer__product-info a {
  font-size: 0.9895833333vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .offer__product-info a {
    font-size: 19px;
  }
}

body.mediumSize .offer__product-symbol p:first-child {
  font-size: 0.8854166667vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .offer__product-symbol p:first-child {
    font-size: 17px;
    margin-bottom: 12px;
  }
}

body.mediumSize .offer__product-symbol p.symbol {
  font-size: 1.09375vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .offer__product-symbol p.symbol {
    font-size: 21px;
  }
}

body.mediumSize .offer__product_specification_right .offer__product-title h3 {
  font-size: 1.9270833333vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .offer__product_specification_right .offer__product-title h3 {
    font-size: 31px;
  }
}

@media screen and (max-width: 800px) {
  body.mediumSize .offer__product_specification_right .offer__product-title h3 {
    font-size: 21px;
  }
}

body.mediumSize .offer__product-linkToForm {
  font-size: 0.8854166667vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .offer__product-linkToForm {
    font-size: 16px;
  }
}

body.mediumSize .offer__form form p {
  font-size: 0.8854166667vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .offer__form form p {
    font-size: 16px;
  }
}

body.mediumSize .offer__form form textarea,
body.mediumSize .offer__form form input {
  font-size: 0.9895833333vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .offer__form form textarea,
  body.mediumSize .offer__form form input {
    font-size: 17px;
  }
}

body.mediumSize .offer__form .button {
  font-size: 0.8854166667vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .offer__form .button {
    font-size: 17px;
  }
}

body.mediumSize .information__news-link a {
  font-size: 0.9895833333vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .information__news-link a {
    font-size: 19px;
  }
}

body.mediumSize .information__news .button {
  font-size: 0.8854166667vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .information__news .button {
    font-size: 17px;
  }
}

body.mediumSize .information__news_item-title {
  font-size: 1.1979166667vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .information__news_item-title {
    font-size: 23px;
  }
}

body.mediumSize .information__news-title {
  font-size: 2.1354166667vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .information__news-title {
    font-size: 31px;
  }
}

body.mediumSize .information__rules-link a {
  font-size: 0.9895833333vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .information__rules-link a {
    font-size: 19px;
  }
}

body.mediumSize .information__rules_item-text {
  font-size: 1.09375vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .information__rules_item-text {
    font-size: 21px;
  }
}

body.mediumSize .information__rules-title {
  font-size: 2.1354166667vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .information__rules-title {
    font-size: 31px;
  }
}

body.mediumSize .recommendation__title {
  font-size: 2.1354166667vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .recommendation__title {
    font-size: 31px;
  }
}

body.mediumSize .recommendation__slider_item-show {
  font-size: 0.8854166667vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .recommendation__slider_item-show {
    font-size: 17px;
  }
}

body.mediumSize .recommendation__slider_item-title {
  font-size: 1.1979166667vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .recommendation__slider_item-title {
    font-size: 23px;
  }
}

body.mediumSize .content .page_title {
  font-size: 2.1875vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .content .page_title {
    font-size: 32px;
  }
}

body.mediumSize .content__text {
  font-size: 1.09375vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .content__text {
    font-size: 17px;
  }
}

body.mediumSize .content__text ul li, body.mediumSize .content__text ol li {
  font-size: 1.09375vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .content__text ul li, body.mediumSize .content__text ol li {
    font-size: 17px;
  }
}

body.mediumSize .content__text h1 {
  font-size: 1.6145833333vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .content__text h1 {
    font-size: 25px;
  }
}

body.mediumSize .content__text h2 {
  font-size: 1.3020833333vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .content__text h2 {
    font-size: 21px;
  }
}

body.mediumSize .content blockquote {
  font-size: 1.1979166667vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .content blockquote {
    font-size: 17px;
  }
}

body.mediumSize .content table {
  font-size: 1.09375vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .content table {
    font-size: 17px;
  }
}

body.mediumSize .content table tr:first-child td,
body.mediumSize .content table thead td {
  font-size: 1.09375vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .content table tr:first-child td,
  body.mediumSize .content table thead td {
    font-size: 17px;
  }
}

body.mediumSize .content__video .video--slider-wrap .video--slider-item .video-information strong {
  font-size: 0.8854166667vw;
}

body.mediumSize .content__video .video--slider-wrap .video--slider-item .video-information p {
  font-size: 0.8854166667vw;
}

@media only screen and (max-width: 1200px) {
  body.mediumSize .content__video .video--slider-wrap .video--slider-item .video-information p {
    font-size: 16px;
  }
  body.mediumSize .content__video .video--slider-wrap .video--slider-item .video-information strong {
    font-size: 16px;
  }
  body.mediumSize .content__video .video-slider .arrow--slider .arrow--slider-next, body.mediumSize .content__video .video-slider .arrow--slider .arrow--slider-prev {
    font-size: 17px;
  }
}

body.mediumSize .content__gallery a span {
  font-size: 1.09375vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .content__gallery a span {
    font-size: 15px;
  }
}

body.mediumSize .content__download .download__item_inner {
  font-size: 1.09375vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .content__download .download__item_inner {
    font-size: 17px;
  }
}

body.mediumSize .content__news_item_title {
  font-size: 1.6145833333vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .content__news_item_title {
    font-size: 19px;
  }
}

body.mediumSize .content__news_item_date {
  font-size: 1.1979166667vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .content__news_item_date {
    font-size: 19px;
  }
}

body.mediumSize .content__news_item_date b {
  font-size: 3.1770833333vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .content__news_item_date b {
    font-size: 31px;
  }
}

body.mediumSize .content__offer_item-show {
  font-size: 0.8854166667vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .content__offer_item-show {
    font-size: 17px;
  }
}

body.mediumSize .content__offer_item-title {
  font-size: 1.1979166667vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .content__offer_item-title {
    font-size: 23px;
  }
}

body.mediumSize .content .pagination__arrow {
  font-size: 0.8854166667vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .content .pagination__arrow {
    font-size: 16px;
  }
}

body.mediumSize .contact__information-right form .form-row p {
  font-size: 0.8854166667vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .contact__information-right form .form-row p {
    font-size: 16px;
  }
}

body.mediumSize .contact__information-right form .form-row textarea,
body.mediumSize .contact__information-right form .form-row input {
  font-size: 0.9895833333vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .contact__information-right form .form-row textarea,
  body.mediumSize .contact__information-right form .form-row input {
    font-size: 17px;
  }
}

body.mediumSize .contact__information-right form .button {
  font-size: 0.8854166667vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .contact__information-right form .button {
    font-size: 17px;
  }
}

body.mediumSize .contact__block {
  font-size: 1.09375vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .contact__block {
    font-size: 21px;
  }
}

body.mediumSize .footer__menu ul li a {
  font-size: 0.9895833333vw;
}

body.mediumSize .footer__adress {
  font-size: 0.9895833333vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .footer__adress {
    font-size: 19px;
  }
}

body.mediumSize .footer__tel {
  font-size: 0.9895833333vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .footer__tel {
    font-size: 19px;
  }
}

body.mediumSize .footer__time {
  font-size: 0.9895833333vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .footer__time {
    font-size: 19px;
  }
}

body.mediumSize .footer__realization {
  font-size: 0.8854166667vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .footer__realization {
    font-size: 17px;
  }
}

body.mediumSize .category__title {
  font-size: 1.25vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .category__title {
    font-size: 19px;
  }
}

body.mediumSize .category__list > ul > li > a {
  font-size: 1.1979166667vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .category__list > ul > li > a {
    font-size: 17px;
  }
}

body.mediumSize .category__list > ul > li > ul li a {
  font-size: 1.0416666667vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .category__list > ul > li > ul li a {
    font-size: 16px;
  }
}

body.mediumSize .cookiesInfo__content h6 {
  font-size: 15px;
}

body.mediumSize .cookiesInfo__content p {
  font-size: 15px;
}

body.mediumSize .cookiesInfo__button button {
  font-size: 15px;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .mobileMenu a {
    font-size: 19px;
  }
}

body.mediumSize .textBottom__title, body.mediumSize .textBottom h1.textBottom__title {
  font-size: 3.1770833333vw;
}

@media only screen and (max-width: 900px) {
  body.mediumSize .textBottom__title, body.mediumSize .textBottom h1.textBottom__title {
    font-size: 26px;
  }
}

body.mediumSize .textBottom__title:nth-child(2), body.mediumSize .textBottom h1.textBottom__title:nth-child(2) {
  font-size: 1.6145833333vw;
}

@media only screen and (max-width: 900px) {
  body.mediumSize .textBottom__title:nth-child(2), body.mediumSize .textBottom h1.textBottom__title:nth-child(2) {
    font-size: 21px;
  }
}

body.mediumSize .textBottom__title:nth-child(3), body.mediumSize .textBottom h1.textBottom__title:nth-child(3) {
  font-size: 1.09375vw;
}

@media only screen and (max-width: 900px) {
  body.mediumSize .textBottom__title:nth-child(3), body.mediumSize .textBottom h1.textBottom__title:nth-child(3) {
    font-size: 17px;
  }
}

body.mediumSize .textBottom__box .box p {
  font-size: 0.9895833333vw;
}

@media only screen and (max-width: 900px) {
  body.mediumSize .textBottom__box .box p {
    font-size: 13px;
  }
}

body.mediumSize .blog__title {
  font-size: 2.1354166667vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .blog__title {
    font-size: 31px;
  }
}

body.mediumSize .blog__more a {
  font-size: 0.9895833333vw;
}

@media screen and (max-width: 1200px) {
  body.mediumSize .blog__more a {
    font-size: 19px;
  }
}

body.mediumSize .blog__more.blog__link a {
  font-size: 13px;
}

@media (min-width: 1241px) {
  body.mediumSize .blog__more.blog__link a {
    font-size: 0.78125vw;
  }
}

body.mediumSize .blog__itemData--readingTime {
  font-size: 13px;
}

@media (min-width: 1241px) {
  body.mediumSize .blog__itemData--readingTime {
    font-size: 0.78125vw;
  }
}

body.mediumSize .blog__itemData--date {
  font-size: 13px;
}

@media (min-width: 1241px) {
  body.mediumSize .blog__itemData--date {
    font-size: 0.9895833333vw;
  }
}

body.mediumSize .blog__itemData--author {
  font-size: 13px;
}

@media (min-width: 1241px) {
  body.mediumSize .blog__itemData--author {
    font-size: 0.9895833333vw;
  }
}

body.mediumSize .blog__itemData--category a {
  font-size: 13px;
}

@media (min-width: 1241px) {
  body.mediumSize .blog__itemData--category a {
    font-size: 0.9895833333vw;
  }
}

body.mediumSize .blog__itemTitle {
  font-size: 17px;
}

@media (min-width: 1241px) {
  body.mediumSize .blog__itemTitle {
    font-size: 1.1979166667vw;
  }
}

body.mediumSize .blog__itemText {
  font-size: 15px;
}

@media (min-width: 1241px) {
  body.mediumSize .blog__itemText {
    font-size: 0.9895833333vw;
  }
}

body.mediumSize .blogText__title {
  font-size: 21px;
}

@media (min-width: 1241px) {
  body.mediumSize .blogText__title {
    font-size: 1.6145833333vw;
  }
}

body.mediumSize .blogText__contentLeftTitle {
  font-size: 1.1979166667vw;
}

body.mediumSize .switcher__item {
  font-size: 25px;
}

@media (min-width: 1024px) {
  body.mediumSize .switcher__item {
    font-size: 1.3020833333vw;
  }
}

body.mediumSize .switcher__item-text {
  font-size: 15px;
}

@media (min-width: 1024px) {
  body.mediumSize .switcher__item-text {
    font-size: 0.78125vw;
  }
}

body.bigSize .header ul li a {
  font-size: 1.0416666667vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .banner__item-text {
    padding-top: 90px;
  }
}

body.bigSize .banner__item-text_top p:first-child {
  font-size: 3.3333333333vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .banner__item-text_top p:first-child {
    font-size: 42px;
  }
}

body.bigSize .banner__item-text_top p:last-child {
  font-size: 2.8125vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .banner__item-text_top p:last-child {
    font-size: 32px;
  }
}

body.bigSize .banner__item-text_bottom {
  font-size: 1.25vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .banner__item-text_bottom {
    font-size: 22px;
  }
}

body.bigSize .banner__tel {
  font-size: 1.3541666667vw;
  padding-left: 3.125vw;
}

body.bigSize .banner__email {
  font-size: 1.1458333333vw;
}

body.bigSize .breadcrumbs ul {
  font-size: 0.9375vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .breadcrumbs ul {
    font-size: 14px;
  }
}

body.bigSize .breadcrumbs ul a {
  font-size: 0.9375vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .breadcrumbs ul a {
    font-size: 14px;
  }
}

body.bigSize .news_item-date {
  font-size: 1.6666666667vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .news_item-date {
    font-size: 32px;
  }
}

body.bigSize .news_item-title {
  font-size: 1.25vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .news_item-title {
    font-size: 24px;
  }
}

body.bigSize .news_item .button {
  font-size: 0.9375vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .news_item .button {
    font-size: 18px;
  }
}

body.bigSize .offer__item-title {
  font-size: 1.25vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .offer__item-title {
    font-size: 24px;
  }
}

body.bigSize .offer__item-proposition {
  font-size: 1.1979166667vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .offer__item-proposition {
    font-size: 23px;
  }
}

body.bigSize .offer__product-description-title {
  font-size: 1.6666666667vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .offer__product-description-title {
    font-size: 27px;
  }
}

body.bigSize .offer__product-info a {
  font-size: 1.0416666667vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .offer__product-info a {
    font-size: 20px;
  }
}

body.bigSize .offer__product-symbol p:first-child {
  font-size: 0.9375vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .offer__product-symbol p:first-child {
    font-size: 18px;
  }
}

body.bigSize .offer__product-symbol p.symbol {
  font-size: 1.1458333333vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .offer__product-symbol p.symbol {
    font-size: 22px;
  }
}

body.bigSize .offer__product_specification_right .offer__product-title h3 {
  font-size: 1.9791666667vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .offer__product_specification_right .offer__product-title h3 {
    font-size: 32px;
  }
}

@media screen and (max-width: 800px) {
  body.bigSize .offer__product_specification_right .offer__product-title h3 {
    font-size: 22px;
  }
}

body.bigSize .offer__product-linkToForm {
  font-size: 0.9375vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .offer__product-linkToForm {
    font-size: 17px;
  }
}

body.bigSize .offer__form form p {
  font-size: 0.9375vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .offer__form form p {
    font-size: 17px;
  }
}

body.bigSize .offer__form form textarea,
body.bigSize .offer__form form input {
  font-size: 1.0416666667vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .offer__form form textarea,
  body.bigSize .offer__form form input {
    font-size: 18px;
  }
}

body.bigSize .offer__form .button {
  font-size: 0.9375vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .offer__form .button {
    font-size: 18px;
  }
}

body.bigSize .information__news-link a {
  font-size: 1.0416666667vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .information__news-link a {
    font-size: 20px;
  }
}

body.bigSize .information__news .button {
  font-size: 0.9375vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .information__news .button {
    font-size: 18px;
  }
}

body.bigSize .information__news_item-title {
  font-size: 1.25vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .information__news_item-title {
    font-size: 24px;
  }
}

body.bigSize .information__news-title {
  font-size: 2.1875vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .information__news-title {
    font-size: 32px;
  }
}

body.bigSize .information__rules-link a {
  font-size: 1.0416666667vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .information__rules-link a {
    font-size: 20px;
  }
}

body.bigSize .information__rules_item-text {
  font-size: 1.1458333333vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .information__rules_item-text {
    font-size: 22px;
  }
}

body.bigSize .information__rules-title {
  font-size: 2.1875vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .information__rules-title {
    font-size: 32px;
  }
}

body.bigSize .content .page_title {
  font-size: 2.2395833333vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .content .page_title {
    font-size: 33px;
  }
}

body.bigSize .content__text {
  font-size: 1.1458333333vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .content__text {
    font-size: 18px;
  }
}

body.bigSize .content__text ul li, body.bigSize .content__text ol li {
  font-size: 1.1458333333vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .content__text ul li, body.bigSize .content__text ol li {
    font-size: 18px;
  }
}

body.bigSize .content__text h1 {
  font-size: 1.6666666667vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .content__text h1 {
    font-size: 26px;
  }
}

body.bigSize .content__text h2 {
  font-size: 1.3541666667vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .content__text h2 {
    font-size: 22px;
  }
}

body.bigSize .content blockquote {
  font-size: 1.25vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .content blockquote {
    font-size: 18px;
  }
}

body.bigSize .content table {
  font-size: 1.1458333333vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .content table {
    font-size: 18px;
  }
}

body.bigSize .content table tr:first-child td,
body.bigSize .content table thead td {
  font-size: 1.1458333333vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .content table tr:first-child td,
  body.bigSize .content table thead td {
    font-size: 18px;
  }
}

body.bigSize .content__video .video--slider-wrap .video--slider-item .video-information strong {
  font-size: 0.9375vw;
}

body.bigSize .content__video .video--slider-wrap .video--slider-item .video-information p {
  font-size: 0.9375vw;
}

@media only screen and (max-width: 1200px) {
  body.bigSize .content__video .video--slider-wrap .video--slider-item .video-information p {
    font-size: 17px;
  }
  body.bigSize .content__video .video--slider-wrap .video--slider-item .video-information strong {
    font-size: 17px;
  }
  body.bigSize .content__video .video-slider .arrow--slider .arrow--slider-next, body.bigSize .content__video .video-slider .arrow--slider .arrow--slider-prev {
    font-size: 18px;
  }
}

body.bigSize .content__gallery a span {
  font-size: 1.1458333333vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .content__gallery a span {
    font-size: 16px;
  }
}

body.bigSize .content__download .download__item_inner {
  font-size: 1.1458333333vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .content__download .download__item_inner {
    font-size: 18px;
  }
}

body.bigSize .content__news_item_title {
  font-size: 1.6666666667vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .content__news_item_title {
    font-size: 20px;
  }
}

body.bigSize .content__news_item_date {
  font-size: 1.25vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .content__news_item_date {
    font-size: 20px;
  }
}

body.bigSize .content__news_item_date b {
  font-size: 3.2291666667vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .content__news_item_date b {
    font-size: 32px;
  }
}

body.bigSize .content__offer_item-show {
  font-size: 0.9375vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .content__offer_item-show {
    font-size: 18px;
  }
}

body.bigSize .content__offer_item-title {
  font-size: 1.25vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .content__offer_item-title {
    font-size: 24px;
  }
}

body.bigSize .content .pagination__arrow {
  font-size: 0.9375vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .content .pagination__arrow {
    font-size: 17px;
  }
}

body.bigSize .contact__information-right form .form-row p {
  font-size: 0.9375vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .contact__information-right form .form-row p {
    font-size: 17px;
  }
}

body.bigSize .contact__information-right form .form-row textarea,
body.bigSize .contact__information-right form .form-row input {
  font-size: 1.0416666667vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .contact__information-right form .form-row textarea,
  body.bigSize .contact__information-right form .form-row input {
    font-size: 18px;
  }
}

body.bigSize .contact__information-right form .button {
  font-size: 0.9375vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .contact__information-right form .button {
    font-size: 18px;
  }
}

body.bigSize .contact__block {
  font-size: 1.1458333333vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .contact__block {
    font-size: 22px;
  }
}

body.bigSize .recommendation__title {
  font-size: 2.1875vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .recommendation__title {
    font-size: 32px;
  }
}

body.bigSize .recommendation__slider_item-show {
  font-size: 0.9375vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .recommendation__slider_item-show {
    font-size: 18px;
  }
}

body.bigSize .recommendation__slider_item-title {
  font-size: 1.25vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .recommendation__slider_item-title {
    font-size: 24px;
  }
}

body.bigSize .footer__menu ul li a {
  font-size: 1.0416666667vw;
}

body.bigSize .footer__adress {
  font-size: 1.0416666667vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .footer__adress {
    font-size: 20px;
  }
}

body.bigSize .footer__tel {
  font-size: 1.0416666667vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .footer__tel {
    font-size: 20px;
  }
}

body.bigSize .footer__time {
  font-size: 1.0416666667vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .footer__time {
    font-size: 20px;
  }
}

body.bigSize .footer__realization {
  font-size: 0.9375vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .footer__realization {
    font-size: 18px;
  }
}

body.bigSize .category__title {
  font-size: 1.3020833333vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .category__title {
    font-size: 20px;
  }
}

body.bigSize .category__list > ul > li > a {
  font-size: 1.25vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .category__list > ul > li > a {
    font-size: 18px;
  }
}

body.bigSize .category__list > ul > li > ul li a {
  font-size: 1.09375vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .category__list > ul > li > ul li a {
    font-size: 17px;
  }
}

body.bigSize .cookiesInfo__content h6 {
  font-size: 16px;
}

body.bigSize .cookiesInfo__content p {
  font-size: 16px;
}

body.bigSize .cookiesInfo__button button {
  font-size: 16px;
}

@media screen and (max-width: 1200px) {
  body.bigSize .mobileMenu a {
    font-size: 20px;
  }
}

body.bigSize .textBottom__title, body.bigSize .textBottom h1.textBottom__title {
  font-size: 3.2291666667vw;
}

@media only screen and (max-width: 900px) {
  body.bigSize .textBottom__title, body.bigSize .textBottom h1.textBottom__title {
    font-size: 27px;
  }
}

body.bigSize .textBottom__title:nth-child(2), body.bigSize .textBottom h1.textBottom__title:nth-child(2) {
  font-size: 1.6666666667vw;
}

@media only screen and (max-width: 900px) {
  body.bigSize .textBottom__title:nth-child(2), body.bigSize .textBottom h1.textBottom__title:nth-child(2) {
    font-size: 22px;
  }
}

body.bigSize .textBottom__title:nth-child(3), body.bigSize .textBottom h1.textBottom__title:nth-child(3) {
  font-size: 1.1458333333vw;
}

@media only screen and (max-width: 900px) {
  body.bigSize .textBottom__title:nth-child(3), body.bigSize .textBottom h1.textBottom__title:nth-child(3) {
    font-size: 18px;
  }
}

body.bigSize .textBottom__box .box p {
  font-size: 1.0416666667vw;
}

@media only screen and (max-width: 900px) {
  body.bigSize .textBottom__box .box p {
    font-size: 14px;
  }
}

body.bigSize .blog__title {
  font-size: 2.1875vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .blog__title {
    font-size: 32px;
  }
}

body.bigSize .blog__more a {
  font-size: 1.0416666667vw;
}

@media screen and (max-width: 1200px) {
  body.bigSize .blog__more a {
    font-size: 20px;
  }
}

body.bigSize .blog__more.blog__link a {
  font-size: 14px;
}

@media (min-width: 1241px) {
  body.bigSize .blog__more.blog__link a {
    font-size: 0.8333333333vw;
  }
}

body.bigSize .blog__itemData--readingTime {
  font-size: 14px;
}

@media (min-width: 1241px) {
  body.bigSize .blog__itemData--readingTime {
    font-size: 0.8333333333vw;
  }
}

body.bigSize .blog__itemData--date {
  font-size: 14px;
}

@media (min-width: 1241px) {
  body.bigSize .blog__itemData--date {
    font-size: 1.0416666667vw;
  }
}

body.bigSize .blog__itemData--author {
  font-size: 14px;
}

@media (min-width: 1241px) {
  body.bigSize .blog__itemData--author {
    font-size: 1.0416666667vw;
  }
}

body.bigSize .blog__itemData--category a {
  font-size: 14px;
}

@media (min-width: 1241px) {
  body.bigSize .blog__itemData--category a {
    font-size: 1.0416666667vw;
  }
}

body.bigSize .blog__itemTitle {
  font-size: 18px;
}

@media (min-width: 1241px) {
  body.bigSize .blog__itemTitle {
    font-size: 1.25vw;
  }
}

body.bigSize .blog__itemText {
  font-size: 16px;
}

@media (min-width: 1241px) {
  body.bigSize .blog__itemText {
    font-size: 1.0416666667vw;
  }
}

body.bigSize .blogText__title {
  font-size: 22px;
}

@media (min-width: 1241px) {
  body.bigSize .blogText__title {
    font-size: 1.6666666667vw;
  }
}

body.bigSize .blogText__contentLeftTitle {
  font-size: 1.25vw;
}

body.bigSize .switcher__item {
  font-size: 26px;
}

@media (min-width: 1024px) {
  body.bigSize .switcher__item {
    font-size: 1.3541666667vw;
  }
}

body.bigSize .switcher__item-text {
  font-size: 16px;
}

@media (min-width: 1024px) {
  body.bigSize .switcher__item-text {
    font-size: 0.8333333333vw;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  font-family: "Lato", sans-serif;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity,filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}

.hamburger.is-active:hover, .hamburger:hover {
  opacity: .7;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
  background-color: #000;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #000;
}

.hamburger-inner:after, .hamburger-inner:before {
  display: block;
  content: "";
}

.hamburger-inner:before {
  top: -10px;
}

.hamburger-inner:after {
  bottom: -10px;
}

.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx .hamburger-inner:after, .hamburger--3dx .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx.is-active .hamburger-inner {
  transform: rotateY(180deg);
  background-color: transparent !important;
}

.hamburger--3dx.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx-r .hamburger-inner:after, .hamburger--3dx-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx-r.is-active .hamburger-inner {
  transform: rotateY(-180deg);
  background-color: transparent !important;
}

.hamburger--3dx-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy .hamburger-inner:after, .hamburger--3dy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy.is-active .hamburger-inner {
  transform: rotateX(-180deg);
  background-color: transparent !important;
}

.hamburger--3dy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy-r .hamburger-inner:after, .hamburger--3dy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy-r.is-active .hamburger-inner {
  transform: rotateX(180deg);
  background-color: transparent !important;
}

.hamburger--3dy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy .hamburger-inner:after, .hamburger--3dxy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg);
  background-color: transparent !important;
}

.hamburger--3dxy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy-r .hamburger-inner:after, .hamburger--3dxy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
  background-color: transparent !important;
}

.hamburger--3dxy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--arrow.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrow.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrow-r.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrow-r.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowalt .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowalt.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowalt-r .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowturn.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn-r.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner:after, .hamburger--boring .hamburger-inner:before {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .13s;
}

.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}

.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(-90deg);
}

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .13s;
}

.hamburger--collapse-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(45deg);
}

.hamburger--collapse-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}

.hamburger--collapse-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(90deg);
}

.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: .275s;
}

.hamburger--elastic .hamburger-inner:before {
  top: 10px;
  transition: opacity .125s ease .275s;
}

.hamburger--elastic .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(135deg);
}

.hamburger--elastic.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(-270deg);
}

.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: .275s;
}

.hamburger--elastic-r .hamburger-inner:before {
  top: 10px;
  transition: opacity .125s ease .275s;
}

.hamburger--elastic-r .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(-135deg);
}

.hamburger--elastic-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(270deg);
}

.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color .125s ease-in .175s;
}

.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}

.hamburger--emphatic .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner:before {
  top: -80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
}

.hamburger--emphatic.is-active .hamburger-inner:after {
  top: -80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
}

.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color .125s ease-in .175s;
}

.hamburger--emphatic-r .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner:before {
  top: 80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
}

.hamburger--emphatic-r.is-active .hamburger-inner:after {
  top: 80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
}

.hamburger--minus .hamburger-inner:after, .hamburger--minus .hamburger-inner:before {
  transition: bottom .08s ease-out 0s,top .08s ease-out 0s,opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner:after, .hamburger--minus.is-active .hamburger-inner:before {
  transition: bottom .08s ease-out,top .08s ease-out,opacity 0s linear .08s;
  opacity: 0;
}

.hamburger--minus.is-active .hamburger-inner:before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner:after {
  bottom: 0;
}

.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform,opacity;
}

.hamburger--slider .hamburger-inner:after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform,opacity;
}

.hamburger--slider-r .hamburger-inner:after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner:before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

.hamburger--spin .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .22s;
}

.hamburger--spin .hamburger-inner:before {
  transition: top .1s ease-in .25s,opacity .1s ease-in;
}

.hamburger--spin .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(225deg);
}

.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s ease-out,opacity .1s ease-out .12s;
  opacity: 0;
}

.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

.hamburger--spin-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .22s;
}

.hamburger--spin-r .hamburger-inner:before {
  transition: top .1s ease-in .25s,opacity .1s ease-in;
}

.hamburger--spin-r .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(-225deg);
}

.hamburger--spin-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s ease-out,opacity .1s ease-out .12s;
  opacity: 0;
}

.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(90deg);
}

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s linear .13s;
}

.hamburger--spring .hamburger-inner:before {
  top: 10px;
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner:after {
  top: 20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: .22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .13s;
}

.hamburger--spring-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner:before {
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--spring-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s linear 0.22s;
  opacity: 0;
}

.hamburger--spring-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: rotate(90deg);
}

.hamburger--stand .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}

.hamburger--stand .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(90deg);
  background-color: transparent !important;
}

.hamburger--stand.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg);
}

.hamburger--stand.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg);
}

.hamburger--stand-r .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}

.hamburger--stand-r .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand-r .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand-r.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(-90deg);
  background-color: transparent !important;
}

.hamburger--stand-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg);
}

.hamburger--stand-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg);
}

.hamburger--squeeze .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}

.hamburger--squeeze .hamburger-inner:before {
  transition: top 75ms ease .12s,opacity 75ms ease;
}

.hamburger--squeeze .hamburger-inner:after {
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}

.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease,opacity 75ms ease .12s;
  opacity: 0;
}

.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

.hamburger--vortex .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: .2s;
}

.hamburger--vortex .hamburger-inner:after, .hamburger--vortex .hamburger-inner:before {
  transition-delay: .1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}

.hamburger--vortex .hamburger-inner:before {
  transition-property: top,opacity;
}

.hamburger--vortex .hamburger-inner:after {
  transition-property: bottom,transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(765deg);
}

.hamburger--vortex.is-active .hamburger-inner:after, .hamburger--vortex.is-active .hamburger-inner:before {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(90deg);
}

.hamburger--vortex-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: .2s;
}

.hamburger--vortex-r .hamburger-inner:after, .hamburger--vortex-r .hamburger-inner:before {
  transition-delay: .1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}

.hamburger--vortex-r .hamburger-inner:before {
  transition-property: top,opacity;
}

.hamburger--vortex-r .hamburger-inner:after {
  transition-property: bottom,transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(-765deg);
}

.hamburger--vortex-r.is-active .hamburger-inner:after, .hamburger--vortex-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from,
  11.1%,
  to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}

.heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-timing-function: ease-in-out;
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  animation-duration: 0.75s;
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-duration: 0.75s;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-duration: 2s;
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  animation-delay: 1s;
}

.animated.delay-2s {
  animation-delay: 2s;
}

.animated.delay-3s {
  animation-delay: 3s;
}

.animated.delay-4s {
  animation-delay: 4s;
}

.animated.delay-5s {
  animation-delay: 5s;
}

.animated.fast {
  animation-duration: 800ms;
}

.animated.faster {
  animation-duration: 500ms;
}

.animated.slow {
  animation-duration: 2s;
}

.animated.slower {
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

@font-face {
  font-family: 'icomoon';
  src: url("/fonts/icomoon.eot?f5x9ha");
  src: url("/fonts/icomoon.eot?f5x9ha#iefix") format("embedded-opentype"), url("/fonts/icomoon.ttf?f5x9ha") format("truetype"), url("/fonts/icomoon.woff?f5x9ha") format("woff"), url("/fonts/icomoon.svg?f5x9ha#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-wall-clock:before {
  content: "\e900";
}

.icon-valve:before {
  content: "\e901";
}

.icon-up-arrow:before {
  content: "\e902";
}

.icon-telephone:before {
  content: "\e903";
}

.icon-telephone1:before {
  content: "\e904";
}

.icon-shopping-cart:before {
  content: "\e905";
}

.icon-right-arrow:before {
  content: "\e906";
}

.icon-right-arrow1:before {
  content: "\e907";
}

.icon-poland:before {
  content: "\e908";
}

.icon-plus:before {
  content: "\e909";
}

.icon-placeholder:before {
  content: "\e90a";
}

.icon-pipe:before {
  content: "\e90b";
}

.icon-message:before {
  content: "\e90c";
}

.icon-mail:before {
  content: "\e90d";
}

.icon-left-arrow:before {
  content: "\e90e";
}

.icon-leader:before {
  content: "\e90f";
}

.icon-email2:before {
  content: "\e910";
}

.icon-email:before {
  content: "\e911";
}

.icon-configuration:before {
  content: "\e912";
}

.icon-certificate:before {
  content: "\e913";
}

.icon-youtube .path1:before {
  content: "\e914";
  color: #d8362a;
}

.icon-youtube .path2:before {
  content: "\e915";
  margin-left: -1em;
  color: white;
}

.icon-up-arrow1:before {
  content: "\e916";
}

.icon-right-quotation-sign:before {
  content: "\e917";
}

.icon-right-arrow-angle:before {
  content: "\e918";
}

.icon-png:before {
  content: "\e919";
}

.icon-magnifying-glass:before {
  content: "\e91a";
}

.icon-files:before {
  content: "\e91b";
}

.icon-files4:before {
  content: "\e91c";
}

.icon-files3:before {
  content: "\e91d";
}

.icon-files2:before {
  content: "\e91e";
}

.icon-files1:before {
  content: "\e91f";
}

.icon-download:before {
  content: "\e920";
}

.icon-down-arrow:before {
  content: "\e921";
}

.icon-calendar:before {
  content: "\e922";
}

.downloads {
  margin: 4.1666666667vw 0;
  display: grid;
  grid-template-columns: repeat(2, 48%);
  grid-column-gap: 4%;
  grid-row-gap: 0.78125vw;
}

.downloadItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5208333333vw;
  background: #fff;
  border: 2px solid #eaf1f5;
  position: relative;
  line-height: 1;
  margin-left: 1.8229166667vw;
}

.downloadItem__icon {
  width: 3.6458333333vw;
  height: 3.6458333333vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 2.03125vw;
  color: #fff;
  background: #000;
  border-radius: 50%;
  margin-left: -1.8229166667vw;
}

.downloadItem__icon:before {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.downloadItem__icon--pdf {
  background: #ff0066;
}

.downloadItem__icon--pdf:before {
  content: "";
}

.downloadItem__icon--doc, .downloadItem__icon--docx {
  background: #00aeff;
}

.downloadItem__icon--doc:before, .downloadItem__icon--docx:before {
  content: "";
}

.downloadItem__icon--jpg, .downloadItem__icon--png {
  background: darkgreen;
}

.downloadItem__icon--xls, .downloadItem__icon--xlsx {
  background: green;
}

.downloadItem__icon--zip {
  background: red;
}

.downloadItem__icon--zip:before {
  content: "";
}

.downloadItem__text {
  padding-left: 2.8645833333vw;
  padding-right: 1.0416666667vw;
  font-size: 0.9375vw;
  font-weight: 400;
}

.downloadItem__button {
  height: 100%;
  text-decoration: none;
}

.webp .banner {
  background-image: url("/images/banner-bg.webp");
}

.webp .information__rules_inner:before {
  background-image: url("/images/anwod.webp");
}

.webp .offer__item-proposition {
  background-image: url("/images/prop.webp");
}

.no-webp .banner {
  background-image: url("/images/banner-bg.jpg");
}

.no-webp .information__rules_inner:before {
  background-image: url("/images/anwod.png");
}

.no-webp .offer__item-proposition {
  background-image: url("/images/prop.jpg");
}

.no-webp .parallax__bg {
  background-image: url("/images/parallax-bg.jpg") !important;
}

.no-webp .parallax__img {
  background-image: url("/images/parallaxImg.png") !important;
}

.banner {
  position: relative;
  width: 100vw;
  height: 36.9791666667vw;
  background-color: #0049b7;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

@media screen and (max-width: 1200px) {
  .banner {
    height: 415px;
    background-size: 1130px;
  }
}

.banner__page {
  height: 22.9166666667vw;
}

@media screen and (max-width: 1200px) {
  .banner__page {
    height: 320px;
  }
}

.banner__page::before {
  display: none !important;
}

.banner__page::after {
  height: 9.8958333333vw !important;
}

.banner__page .banner__wrapper {
  height: 16.9270833333vw;
}

@media screen and (max-width: 1200px) {
  .banner__page .banner__wrapper {
    height: 320px;
  }
}

.banner__page .banner__item {
  height: 16.9270833333vw;
}

@media screen and (max-width: 1200px) {
  .banner__page .banner__item {
    height: 320px;
    background-size: cover !important;
  }
}

.banner__page .banner__item-text {
  padding-top: 9.1145833333vw;
}

@media screen and (max-width: 1200px) {
  .banner__page .banner__item-text {
    padding-top: 150px;
  }
}

.banner__page .banner__nav {
  height: 6.6145833333vw;
}

.banner__page.banner .owl-dots {
  width: 6.7708333333vw;
  bottom: -3.6458333333vw;
  justify-content: center;
}

.banner__page--withoutImg {
  background: none;
  width: 100%;
  height: 10.4166666667vw;
}

.banner__page--withoutImg:after, .banner__page--withoutImg:before {
  display: none !important;
}

@media screen and (max-width: 1200px) {
  .banner__page--withoutImg {
    height: 100px;
  }
}

.banner::before {
  content: "";
  display: block;
  position: absolute;
  width: 92.0833333333vw;
  height: 0.78125vw;
  bottom: -0.78125vw;
  right: 0;
  background: #0b98f2;
}

@media screen and (max-width: 1200px) {
  .banner::before {
    width: 1751px;
    height: 15px;
    bottom: -15px;
  }
}

.banner::after {
  content: "";
  display: block;
  position: absolute;
  width: 2.0833333333vw;
  height: 19.7916666667vw;
  left: 7.9166666667vw;
  bottom: 0;
  border-left: 0.2604166667vw solid #0b98f2;
  border-top: 0.2604166667vw solid #0b98f2;
}

@media screen and (max-width: 1200px) {
  .banner::after {
    display: none;
  }
}

.banner__wrapper {
  width: 100%;
  height: 30.9895833333vw;
}

@media screen and (max-width: 1200px) {
  .banner__wrapper {
    height: 415px;
  }
}

.banner__item {
  width: 66.6666666667vw;
  height: 30.9895833333vw;
  background-size: cover !important;
  background-position: left !important;
  float: right;
  opacity: 0;
  transition: opacity 1.5s;
}

.banner__item.banner-animation {
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .banner__item {
    width: 100%;
    height: 415px;
    background-size: cover !important;
  }
}

.banner__item-text {
  position: absolute;
  left: 0;
  color: #ffffff;
  padding-top: 15.2604166667vw;
  padding-left: 12.2916666667vw;
}

@media screen and (max-width: 1200px) {
  .banner__item-text {
    padding-top: 160px;
    padding-left: 0;
    text-align: center;
  }
}

.banner__item-text_top {
  line-height: 1.16;
  position: relative;
  top: -150px;
  opacity: 0;
  transition: 1s;
}

.banner__item-text_top.css-animation {
  top: 0;
  opacity: 1;
}

.banner__item-text_top p:first-child {
  font-size: 3.125vw;
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  .banner__item-text_top p:first-child {
    font-size: 40px;
  }
}

.banner__item-text_top p:last-child {
  font-size: 2.6041666667vw;
  font-weight: 400;
}

@media screen and (max-width: 1200px) {
  .banner__item-text_top p:last-child {
    font-size: 30px;
  }
}

.banner__item-text_bottom {
  position: relative;
  bottom: -150px;
  opacity: 0;
  transition: 1s;
  font-size: 1.0416666667vw;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 13.28125vw;
  line-height: 1.2;
  padding-top: 3.125vw;
}

.banner__item-text_bottom.css-animation {
  bottom: 0;
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .banner__item-text_bottom {
    font-size: 20px;
    max-width: 100%;
    padding-top: 50px;
  }
}

.banner__information {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  height: 5.9895833333vw;
}

@media screen and (max-width: 1200px) {
  .banner__information {
    display: none;
  }
}

.banner__tel {
  position: absolute;
  bottom: 2.34375vw;
  left: 34.375vw;
  width: 25vw;
  color: #ffffff;
  font-size: 1.25vw;
  font-weight: 400;
  background: transparent;
  padding-top: 2.2395833333vw;
  padding-left: 3.59375vw;
}

.banner__tel:before {
  content: "\e903";
  display: block;
  position: absolute;
  left: 0;
  top: 2.03125vw;
  color: #ffffff;
  font-size: 1.8229166667vw;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.banner__tel a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  transition: .3s;
}

.banner__tel a:hover {
  color: #75c9ff;
}

.banner__email {
  position: absolute;
  bottom: 0;
  right: 15.625vw;
  width: 25vw;
  font-size: 1.0416666667vw;
  font-weight: 400;
  color: #ffffff;
  padding-top: 1.8229166667vw;
  padding-bottom: 1.5625vw;
  padding-left: 5.7291666667vw;
}

.banner__email:before {
  content: "\e911";
  display: block;
  position: absolute;
  left: 2.0833333333vw;
  top: 2.1354166667vw;
  color: #ffffff;
  font-size: 1.8229166667vw;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.banner__email p {
  margin-bottom: 0.2083333333vw;
}

.banner__email a {
  color: #75c9ff;
  text-decoration: none;
  transition: .3s;
}

.banner__email a:hover {
  color: #ffffff;
}

.banner__nav {
  position: absolute;
  bottom: -0.625vw;
  right: 0;
  width: 16.6666666667vw;
  height: 6.6666666667vw;
  background: #0b98f2;
}

.banner__nav_prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.7708333333vw;
  color: #ffffff;
  font-size: 1.1979166667vw;
  cursor: pointer;
  transition: .3s;
}

.banner__nav_prev:hover {
  color: #003380;
}

.banner__nav_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.7708333333vw;
  color: #ffffff;
  font-size: 1.1979166667vw;
  cursor: pointer;
  transition: .3s;
}

.banner__nav_next:hover {
  color: #003380;
}

.banner .owl-dots {
  display: flex;
  position: absolute;
  right: 4.7916666667vw;
  bottom: -3.6458333333vw;
}

@media screen and (max-width: 1200px) {
  .banner .owl-dots {
    display: none;
  }
}

.banner .owl-dot {
  position: relative;
  display: block;
  width: 0.78125vw;
  height: 0.78125vw;
  border: 2px solid #ffffff;
  border-radius: 50%;
  margin-right: 0.2604166667vw;
  background: transparent;
  transition: .3s;
}

.banner .owl-dot.active, .banner .owl-dot:hover {
  background: #ffffff;
}

.offer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 83.3333333333vw;
  padding-top: 2.8645833333vw;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .offer {
    justify-content: space-around;
    max-width: 100%;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 600px) {
  .offer {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.offer__item {
  display: flex;
  position: relative;
  width: 20.0520833333vw;
  height: 9.6354166667vw;
  border: 1px solid #cad7eb;
  margin-bottom: 1.8229166667vw;
  text-decoration: none;
  transition: .2s;
}

@media screen and (max-width: 1200px) {
  .offer__item {
    width: 385px;
    height: 185px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  .offer__item {
    width: 100%;
  }
}

.offer__item.js-animate {
  top: 100px;
  opacity: 0;
}

.offer__item.js-animate.css-animate {
  top: 0;
  opacity: 1;
}

.offer__item:before {
  content: "";
  display: block;
  position: absolute;
  left: 9.7916666667vw;
  top: -1px;
  width: 0.2604166667vw;
  height: 1.3020833333vw;
  background: #0b98f2;
}

@media screen and (max-width: 1200px) {
  .offer__item:before {
    left: 188px;
    width: 5px;
    height: 25px;
  }
}

.offer__item:after {
  content: "\e907";
  display: block;
  position: absolute;
  left: 9.7916666667vw;
  bottom: 1.40625vw;
  color: #0b98f2;
  font-size: 0.8333333333vw;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: .2s;
}

@media screen and (max-width: 1200px) {
  .offer__item:after {
    left: 188px;
    bottom: 27px;
    font-size: 16px;
  }
}

.offer__item-img {
  width: 9.375vw;
  padding-top: 0.5208333333vw;
  padding-left: 0.5208333333vw;
}

.offer__item-img img {
  width: 8.3333333333vw;
  height: auto;
  transform: scale(1);
  transition: .2s;
}

@media screen and (max-width: 1200px) {
  .offer__item-img {
    width: 180px;
    padding-top: 10px;
    padding-left: 10px;
  }
  .offer__item-img img {
    width: 160px;
  }
}

.offer__item-title {
  width: 10.6770833333vw;
  color: #003380;
  font-size: 1.1458333333vw;
  font-weight: 600;
  line-height: 1.2;
  padding-top: 2.1875vw;
  padding-right: 1.0416666667vw;
  padding-left: 0.4166666667vw;
  transition: .3s;
}

@media screen and (max-width: 1200px) {
  .offer__item-title {
    width: 205px;
    font-size: 22px;
    padding-top: 42px;
    padding-right: 20px;
    padding-left: 8px;
  }
}

@media screen and (max-width: 480px) {
  .offer__item-title {
    width: auto;
    font-size: 16px;
    padding-left: 4px;
  }
}

.offer__item:hover {
  border: 1px solid #0b98f2;
}

.offer__item:hover .offer__item-title {
  color: #0b98f2;
}

.offer__item:hover:after {
  left: 10.4166666667vw;
}

@media screen and (max-width: 1200px) {
  .offer__item:hover:after {
    left: 200px;
  }
}

.offer__item-proposition {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 20.0520833333vw;
  height: 9.6354166667vw;
  margin-bottom: 1.8229166667vw;
  background-repeat: no-repeat;
  background-position: center;
  text-decoration: none;
  color: #ffffff;
  font-size: 1.09375vw;
  font-weight: 600;
  text-transform: uppercase;
  transition: .3s;
}

@media screen and (max-width: 1200px) {
  .offer__item-proposition {
    width: 385px;
    height: 185px;
    margin-bottom: 20px;
    font-size: 21px;
  }
}

.offer__item-proposition.js-animate {
  top: 100px;
  opacity: 0;
}

.offer__item-proposition.js-animate.css-animate {
  top: 0;
  opacity: 1;
}

.offer__item-proposition:before {
  content: "";
  display: block;
  position: absolute;
  left: 9.7916666667vw;
  top: 0;
  width: 0.2604166667vw;
  height: 1.3020833333vw;
  background: #ffffff;
}

@media screen and (max-width: 1200px) {
  .offer__item-proposition:before {
    left: 188px;
    width: 5px;
    height: 25px;
  }
}

.offer__item-proposition:after {
  content: "\e907";
  display: block;
  position: absolute;
  left: 9.7916666667vw;
  bottom: 1.40625vw;
  color: #ffffff;
  font-size: 0.8333333333vw;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: .3s;
}

@media screen and (max-width: 1200px) {
  .offer__item-proposition:after {
    left: 188px;
    bottom: 27px;
    font-size: 16px;
  }
}

.offer__item-proposition:hover:after {
  left: 10.4166666667vw;
}

@media screen and (max-width: 1200px) {
  .offer__item-proposition:hover:after {
    left: 200px;
  }
}

.offer__product {
  width: 100%;
  position: relative;
}

.offer__product-description {
  position: relative;
}

.offer__product-description-title {
  color: #003380;
  font-size: 1.5625vw;
  font-weight: 700;
  padding-top: 2.03125vw;
  padding-bottom: 1.8229166667vw;
  margin-bottom: 1.9791666667vw;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .offer__product-description-title {
    font-size: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}

.offer__product-description-title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 5.2083333333vw;
  height: 1px;
  background: #0b98f2;
}

.offer__product-description .content__text h3 {
  color: #003380;
  font-weight: 700;
  margin: 2.0833333333vw 0 3.125vw;
  position: relative;
}

.offer__product-description .content__text h3:after {
  content: '';
  width: 5.2083333333vw;
  height: 1px;
  background-color: #0b98f2;
  position: absolute;
  bottom: -1.5625vw;
  left: 0;
}

@media screen and (max-width: 1200px) {
  .offer__product-description .content__text h3 {
    margin: 25px 0 35px;
  }
  .offer__product-description .content__text h3:after {
    display: none;
  }
}

.offer__product-button {
  position: absolute;
  right: 0.78125vw;
  z-index: 9;
}

@media screen and (max-width: 1200px) {
  .offer__product-button {
    right: 0;
  }
}

@media screen and (max-width: 600px) {
  .offer__product-button {
    position: relative;
    margin-top: 20px;
  }
}

.offer__product-linkToForm {
  position: relative;
  width: 11.9791666667vw;
  height: 2.6041666667vw;
  border: 1px solid #0b98f2;
  padding-right: 3.90625vw;
  text-decoration: none;
  color: #29364a;
  font-weight: 700;
  font-size: 0.8333333333vw;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}

.offer__product-linkToForm:before {
  content: "\e90d";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 3.90625vw;
  height: 100%;
  background: #0b98f2;
  color: #ffffff;
  font-size: 1.8229166667vw;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: .3s;
}

@media screen and (max-width: 1200px) {
  .offer__product-linkToForm:before {
    width: 75px;
    font-size: 35px;
  }
}

.offer__product-linkToForm:hover {
  border-color: #003380;
}

.offer__product-linkToForm:hover:before {
  background-color: #003380;
}

@media screen and (max-width: 1200px) {
  .offer__product-linkToForm {
    width: 230px;
    height: 50px;
    padding-right: 75px;
    font-size: 15px;
  }
}

.offer__product-info {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-left: 0.78125vw;
  padding-right: 0.78125vw;
  padding-bottom: 1.5625vw;
}

@media screen and (max-width: 1200px) {
  .offer__product-info {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 1100px) {
  .offer__product-info {
    flex-direction: column;
  }
}

@media screen and (max-width: 800px) {
  .offer__product-info {
    padding-left: 0;
    padding-right: 0;
  }
}

.offer__product-info::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #cad7eb;
}

.offer__product-info a {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 5.15625vw;
  width: 16.6666666667vw;
  height: 3.90625vw;
  background: #0b98f2;
  color: #ffffff;
  font-size: 0.9375vw;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: .3s;
}

@media screen and (max-width: 1200px) {
  .offer__product-info a {
    padding-left: 99px;
    width: 320px;
    height: 75px;
    font-size: 18px;
  }
}

@media screen and (max-width: 1100px) {
  .offer__product-info a {
    margin-top: 15px;
  }
}

@media screen and (max-width: 500px) {
  .offer__product-info a {
    padding-left: 79px;
    width: 100%;
    height: 75px;
    font-size: 18px;
  }
}

.offer__product-info a:hover {
  background: #003380;
}

.offer__product-info a:before {
  content: "\e905";
  display: block;
  position: absolute;
  top: 0.9375vw;
  left: 1.71875vw;
  color: #ffffff;
  font-size: 2.0833333333vw;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 1200px) {
  .offer__product-info a:before {
    top: 18px;
    left: 33px;
    font-size: 40px;
  }
}

@media screen and (max-width: 500px) {
  .offer__product-info a:before {
    top: 21px;
    left: 23px;
    font-size: 33px;
  }
}

.offer__product-symbol {
  margin-top: -3px;
}

.offer__product-symbol p:first-child {
  color: #29364a;
  font-size: 0.8333333333vw;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.625vw;
}

@media screen and (max-width: 1200px) {
  .offer__product-symbol p:first-child {
    font-size: 16px;
    margin-bottom: 12px;
  }
}

.offer__product-symbol p.symbol {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10.15625vw;
  height: 2.6041666667vw;
  border: 1px solid #0b98f2;
  background: #f0f2f6;
  color: #29364a;
  font-size: 1.0416666667vw;
  font-weight: 700;
  text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
  .offer__product-symbol p.symbol {
    width: 195px;
    height: 50px;
    font-size: 20px;
  }
}

.offer__product_specification {
  width: 100%;
  border: 1px solid #cad7eb;
  padding: 1.5625vw;
  margin-bottom: 2.4479166667vw;
}

@media screen and (max-width: 1200px) {
  .offer__product_specification {
    padding: 10px;
    margin-bottom: 47px;
  }
}

.offer__product_specification-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.6458333333vw;
}

@media screen and (max-width: 1200px) {
  .offer__product_specification-top {
    flex-direction: column;
    padding-right: 0;
    margin-bottom: 19px;
  }
}

.offer__product_specification_right {
  width: 30.2083333333vw;
}

@media screen and (max-width: 1200px) {
  .offer__product_specification_right {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 25px;
  }
}

.offer__product_specification_right .offer__product-title {
  position: relative;
  padding-bottom: 2.1354166667vw;
  margin-bottom: 1.5625vw;
  padding-top: 1.1979166667vw;
}

@media screen and (max-width: 1200px) {
  .offer__product_specification_right .offer__product-title {
    padding-right: 0;
    padding-bottom: 15px;
    padding-top: 30px;
    margin-bottom: 30px;
  }
}

.offer__product_specification_right .offer__product-title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #cad7eb;
}

.offer__product_specification_right .offer__product-title h1 {
  color: #29364a;
  font-size: 1.875vw;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 1200px) {
  .offer__product_specification_right .offer__product-title h1 {
    font-size: 30px;
  }
}

@media screen and (max-width: 800px) {
  .offer__product_specification_right .offer__product-title h1 {
    font-size: 20px;
  }
}

.offer__product_specification-slider {
  width: 28.125vw;
  height: 28.125vw;
  border: 1px solid #cad7eb;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .offer__product_specification-slider {
    width: 565px;
    height: 320px;
    padding: 0 56px;
    margin-left: 0;
    margin: 0 auto;
  }
}

@media screen and (max-width: 650px) {
  .offer__product_specification-slider {
    width: auto;
  }
}

.offer__product_specification-slider_nav .offer__slider_next,
.offer__product_specification-slider_nav .offer__slider_prev {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  background: #f0f2f6;
  z-index: 3;
  color: #003380;
  font-size: 1.1979166667vw;
  cursor: pointer;
  transition: .3s;
}

@media screen and (max-width: 1200px) {
  .offer__product_specification-slider_nav .offer__slider_next,
  .offer__product_specification-slider_nav .offer__slider_prev {
    width: 40px;
    height: 40px;
    font-size: 23px;
  }
}

.offer__product_specification-slider_nav .offer__slider_next:hover,
.offer__product_specification-slider_nav .offer__slider_prev:hover {
  background: #003380;
  color: #fff;
}

.offer__product_specification-slider_nav .offer__slider_prev {
  left: 0;
}

@media screen and (max-width: 1200px) {
  .offer__product_specification-slider_nav .offer__slider_prev {
    left: 0;
  }
}

@media screen and (max-width: 800px) {
  .offer__product_specification-slider_nav .offer__slider_prev {
    left: 0;
  }
}

.offer__product_specification-slider_nav .offer__slider_next {
  right: 0;
}

@media screen and (max-width: 1200px) {
  .offer__product_specification-slider_nav .offer__slider_next {
    right: 0;
  }
}

@media screen and (max-width: 800px) {
  .offer__product_specification-slider_nav .offer__slider_next {
    right: 0;
  }
}

.offer__product_specification-slider .slick-dots {
  bottom: -1.5625vw;
  padding: 0;
  margin: 0;
  display: flex !important;
  align-items: center;
  height: 0.3125vw;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
}

@media screen and (max-width: 1200px) {
  .offer__product_specification-slider .slick-dots {
    bottom: -20px;
  }
}

.offer__product_specification-slider .slick-dots li {
  display: flex;
  justify-content: flex-end;
  background: transparent;
  height: 0.78125vw;
  width: 0.78125vw;
  margin: 0;
  transition: .2s;
  padding: 0;
  cursor: pointer;
  border: 2px solid #0b98f2;
  margin-right: 0.2604166667vw;
  border-radius: 50%;
}

@media screen and (max-width: 1200px) {
  .offer__product_specification-slider .slick-dots li {
    height: 15px;
    width: 15px;
    margin-right: 5px;
  }
}

.offer__product_specification-slider .slick-dots li:last-child {
  margin-right: 0;
}

.offer__product_specification-slider .slick-dots li button {
  border: 0;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  transition: .2s;
  cursor: pointer;
}

.offer__product_specification-slider .slick-dots li:hover,
.offer__product_specification-slider .slick-dots li.slick-active {
  background: #0b98f2;
}

.offer__product_specification-slider .slick-dots li button:before,
.offer__product_specification-slider .slick-dots li.slick-active button:before {
  display: none;
}

.offer__product_specification .offer__slider_wrapper {
  height: 100% !important;
}

.offer__product_specification .offer__slider_item {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 28.125vw;
  padding-top: 2.0833333333vw;
  padding-bottom: 1.3020833333vw;
  outline: none;
}

@media screen and (max-width: 1200px) {
  .offer__product_specification .offer__slider_item {
    height: 320px;
    padding-top: 10px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 650px) {
  .offer__product_specification .offer__slider_item {
    height: 320px;
    align-items: center;
  }
}

.offer__product_specification .offer__slider_item img {
  max-width: 28.125vw;
}

@media screen and (max-width: 1200px) {
  .offer__product_specification .offer__slider_item img {
    max-width: 330px;
  }
}

@media screen and (max-width: 650px) {
  .offer__product_specification .offer__slider_item img {
    max-width: 220px;
  }
}

.offer__product_specification-bottom table {
  margin-bottom: 1.875vw;
}

@media screen and (max-width: 1200px) {
  .offer__product_specification-bottom table {
    margin-bottom: 36px;
  }
}

.offer__product_specification-bottom .content__download a {
  width: 100%;
  max-width: 100%;
}

.offer__other {
  margin-top: 5.2083333333vw;
}

.offer__other .module__title {
  padding-top: 3px;
  padding-bottom: 2.65625vw;
}

@media screen and (max-width: 1200px) {
  .offer__other .module__title {
    padding-bottom: 25px;
  }
}

.offer__form {
  height: 30.7291666667vw;
  background: #f0f2f6;
  margin-top: 2.0833333333vw;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .offer__form {
    height: auto;
    margin-top: 20px;
    padding-bottom: 20px;
  }
}

.offer__form:before {
  content: "\e90d";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 0;
  width: 3.90625vw;
  height: 3.90625vw;
  background: #0b98f2;
  transform: translateX(-50%);
  color: #ffffff;
  font-size: 1.8229166667vw;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 1200px) {
  .offer__form:before {
    width: 75px;
    height: 75px;
    font-size: 35px;
  }
}

.offer__form:after {
  content: "\e910";
  display: block;
  position: absolute;
  right: 2.8125vw;
  top: 4.0104166667vw;
  color: #e4e8ef;
  font-size: 15.4166666667vw;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 1200px) {
  .offer__form:after {
    display: none;
  }
}

.offer__form form {
  width: 100%;
  max-width: 48.1770833333vw;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  .offer__form form {
    max-width: 925px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 1000px) {
  .offer__form form {
    padding: 0 10px;
  }
}

.offer__form form .form-row {
  width: 100%;
  margin-bottom: 0.5208333333vw;
}

@media screen and (max-width: 1200px) {
  .offer__form form .form-row {
    margin-bottom: 10px;
  }
}

.offer__form form .form-row p {
  padding: 0 0.78125vw;
  color: #748399;
  font-size: 0.8333333333vw;
  font-weight: 400;
  line-height: 1.2;
  padding-top: 0.2083333333vw;
}

@media screen and (max-width: 1200px) {
  .offer__form form .form-row p {
    padding: 0 8px;
    font-size: 15px;
    padding-top: 7px;
  }
}

.offer__form form .form-row.two {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  .offer__form form .form-row.two {
    flex-wrap: wrap;
  }
}

.offer__form form .form-row.two input {
  width: 32%;
}

@media screen and (max-width: 1200px) {
  .offer__form form .form-row.two input {
    width: 100%;
    margin-bottom: 10px;
  }
}

.offer__form form .form-row textarea,
.offer__form form .form-row input {
  width: 100%;
  height: 2.6041666667vw;
  border: 1px solid #0b98f2;
  color: #29364a;
  font-size: 0.9375vw;
  font-weight: 400;
  padding-left: 1.4583333333vw;
  outline: none;
}

@media screen and (max-width: 1200px) {
  .offer__form form .form-row textarea,
  .offer__form form .form-row input {
    height: 50px;
    font-size: 16px;
    padding-left: 30px;
  }
}

.offer__form form .form-row textarea {
  padding-top: 0.7291666667vw;
  height: 5.9895833333vw;
  resize: none;
}

@media screen and (max-width: 1200px) {
  .offer__form form .form-row textarea {
    padding-top: 14px;
    height: 115px;
  }
}

.offer__form form .button {
  display: block;
  margin: 0 auto;
  width: 4.9479166667vw;
  height: 2.0833333333vw;
  background-color: #003380;
  outline: none;
  border: none;
  color: #ffffff;
  font-size: 0.8333333333vw;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 1.4583333333vw;
  cursor: pointer;
  transition: .3s;
}

@media screen and (max-width: 1200px) {
  .offer__form form .button {
    width: 95px;
    height: 40px;
    font-size: 16px;
    margin-top: 28px;
  }
}

.offer__form form .button:hover {
  background: #0b98f2;
}

.information {
  position: relative;
}

.information::before {
  content: "";
  display: block;
  position: absolute;
  width: 41.6666666667vw;
  height: 42.7083333333vw;
  background-color: #f0f2f6;
  right: 0;
  bottom: 0;
  z-index: 2;
}

@media screen and (max-width: 850px) {
  .information::before {
    display: none;
  }
}

.information::after {
  content: "";
  display: block;
  position: absolute;
  width: 27.8645833333vw;
  height: 1px;
  right: 0;
  bottom: 5.7291666667vw;
  background-color: #cad7eb;
  z-index: 3;
}

@media screen and (max-width: 1200px) {
  .information::after {
    display: none;
  }
}

.information__wrapper {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 83.3333333333vw;
  margin: 0 auto;
  z-index: 4;
}

@media screen and (max-width: 1200px) {
  .information__wrapper {
    width: 100%;
    padding: 0 20px;
    flex-direction: column;
  }
}

@media screen and (max-width: 600px) {
  .information__wrapper {
    padding: 0 15px;
  }
}

.information__news {
  width: 39.5833333333vw;
}

@media screen and (max-width: 1200px) {
  .information__news {
    width: 100%;
  }
}

.information__news-title {
  position: relative;
  color: #003380;
  font-size: 2.0833333333vw;
  font-weight: 600;
  padding-top: 2.03125vw;
  padding-left: 4.1145833333vw;
  padding-bottom: 2.3958333333vw;
  margin-bottom: 2.34375vw;
}

@media screen and (max-width: 1200px) {
  .information__news-title {
    font-size: 30px;
    padding-top: 19px;
    padding-left: 50px;
    padding-bottom: 35px;
    margin-bottom: 30px;
    max-width: 400px;
  }
}

.information__news-title.js-animate {
  opacity: 0;
  transition: .4s;
  transition-delay: .3s;
}

.information__news-title.js-animate.css-animate {
  opacity: 1;
}

.information__news-title:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20.0520833333vw;
  height: 1px;
  background: #0b98f2;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  .information__news-title:before {
    width: 100px;
  }
}

.information__news-title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 19.53125vw;
  height: 1px;
  background: #cad7eb;
}

@media screen and (max-width: 1200px) {
  .information__news-title::after {
    width: 100%;
  }
}

.information__news_inner {
  display: flex;
  flex-direction: column;
}

.information__news_item {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 19.7916666667vw;
  margin-bottom: 1.0416666667vw;
  text-decoration: none;
}

@media screen and (max-width: 1200px) {
  .information__news_item {
    height: auto;
    min-height: 380px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 650px) {
  .information__news_item {
    min-height: auto;
    padding-bottom: 30px;
  }
}

.information__news_item:hover .information__news_item-img img {
  transform: scale(1.15);
}

.information__news_item:first-child.js-animate {
  opacity: 0;
  left: -100px;
  transition: .5s;
  transition-delay: .5s;
}

.information__news_item:first-child.js-animate.css-animate {
  left: 0;
  opacity: 1;
}

.information__news_item:nth-child(2) {
  flex-direction: row-reverse;
}

.information__news_item:nth-child(2).js-animate {
  opacity: 0;
  right: -100px;
  transition: .5s;
  transition-delay: .5s;
}

.information__news_item:nth-child(2).js-animate.css-animate {
  right: 0;
  opacity: 1;
}

.information__news_item:nth-child(2):before {
  right: 0;
  left: inherit;
}

.information__news_item-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20.0520833333vw;
  height: 17.96875vw;
  border: 1px solid #f0f2f6;
  background: #ffffff;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .information__news_item-img {
    width: 385px;
    height: 345px;
  }
}

@media screen and (max-width: 650px) {
  .information__news_item-img {
    display: none;
  }
}

.information__news_item-img img {
  max-width: 20.0520833333vw;
  transform: scale(1);
  transition: .3s;
  height: auto;
  width: auto;
}

@media screen and (max-width: 1200px) {
  .information__news_item-img img {
    max-width: 385px;
  }
}

.information__news_item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 35.15625vw;
  height: 100%;
  background: #f0f2f6;
  z-index: -1;
}

@media screen and (max-width: 1200px) {
  .information__news_item:before {
    width: 100%;
  }
}

.information__news_item-text {
  position: relative;
  width: 19.53125vw;
  padding-top: 3.90625vw;
  padding-left: 4.1145833333vw;
  padding-right: 1.5625vw;
}

@media screen and (max-width: 1200px) {
  .information__news_item-text {
    width: 100%;
    max-width: 500px;
    padding-top: 45px;
    padding-left: 40px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 850px) {
  .information__news_item-text {
    max-width: 300px;
  }
}

@media screen and (max-width: 650px) {
  .information__news_item-text {
    max-width: 100%;
  }
}

.information__news_item-text:before {
  content: "";
  display: block;
  position: absolute;
  left: 1.8229166667vw;
  top: 8.1770833333vw;
  width: 0.78125vw;
  height: 1px;
  background: #0b98f2;
}

@media screen and (max-width: 1200px) {
  .information__news_item-text:before {
    left: 13px;
    top: 125px;
    width: 15px;
  }
}

.information__news_item-date {
  color: #90a0b7;
  font-size: 1.5625vw;
  font-weight: 300;
  padding-bottom: 1.9791666667vw;
}

@media screen and (max-width: 1200px) {
  .information__news_item-date {
    font-size: 30px;
    padding-bottom: 38px;
  }
}

.information__news_item-date span {
  color: #0b98f2;
}

.information__news_item-title {
  text-decoration: none;
  color: #29364a;
  font-size: 1.1458333333vw;
  font-weight: 700;
  line-height: 1.2;
  transition: .3s;
}

@media screen and (max-width: 1200px) {
  .information__news_item-title {
    font-size: 22px;
  }
}

.information__news_item-title:hover {
  color: #0b98f2;
}

.information__news_item .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.9479166667vw;
  height: 2.0833333333vw;
  background: #003380;
  color: #ffffff;
  font-size: 0.8333333333vw;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 3.28125vw;
  transition: .3s;
}

@media screen and (max-width: 1200px) {
  .information__news_item .button {
    width: 95px;
    height: 40px;
    font-size: 16px;
    margin-top: 63px;
  }
}

.information__news_item .button:hover {
  background: #0b98f2;
}

.information__news-link {
  position: relative;
  padding-top: 1.3541666667vw;
  padding-left: 4.1145833333vw;
  padding-bottom: 2.3958333333vw;
}

@media screen and (max-width: 1200px) {
  .information__news-link {
    padding-top: 20px;
    padding-left: 50px;
    padding-bottom: 35px;
  }
}

.information__news-link.js-animate {
  opacity: 0;
  left: -100px;
  transition: .3s;
  transition-delay: .5s;
}

.information__news-link.js-animate.css-animate {
  left: 0;
  opacity: 1;
}

.information__news-link a {
  position: relative;
  color: #003380;
  font-size: 0.9375vw;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  transition: .3s;
}

@media screen and (max-width: 1200px) {
  .information__news-link a {
    font-size: 18px;
  }
}

.information__news-link a:hover {
  color: #0b98f2;
}

.information__news-link a:hover::before {
  transform: scaleX(0);
  background: #0b98f2;
}

.information__news-link a:hover:after {
  right: -3.125vw;
  color: #003380;
}

@media screen and (max-width: 1200px) {
  .information__news-link a:hover:after {
    right: -60px;
  }
}

.information__news-link a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0.15625vw;
  width: 100%;
  height: 1px;
  background: #003380;
  transform: scaleX(1);
  transition: .3s;
}

@media screen and (max-width: 1200px) {
  .information__news-link a:before {
    bottom: 3px;
  }
}

.information__news-link a:after {
  content: "\e907";
  display: block;
  position: absolute;
  right: -2.5520833333vw;
  top: 0.3125vw;
  color: #0b98f2;
  font-size: 0.8333333333vw;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: .3s;
}

@media screen and (max-width: 1200px) {
  .information__news-link a:after {
    right: -49px;
    top: 6px;
    font-size: 16px;
  }
}

.information__rules {
  position: relative;
  width: 39.5833333333vw;
}

@media screen and (max-width: 1200px) {
  .information__rules {
    width: 100%;
  }
}

.information__rules-title {
  position: relative;
  color: #003380;
  font-size: 2.0833333333vw;
  font-weight: 600;
  padding-top: 2.03125vw;
  padding-left: 4.1145833333vw;
  padding-bottom: 2.3958333333vw;
  margin-bottom: 2.34375vw;
}

@media screen and (max-width: 1200px) {
  .information__rules-title {
    font-size: 30px;
    padding-top: 19px;
    padding-left: 50px;
    padding-bottom: 35px;
    margin-bottom: 30px;
    max-width: 400px;
  }
}

.information__rules-title.js-animate {
  opacity: 0;
  transition: .4s;
  transition-delay: .3s;
}

.information__rules-title.js-animate.css-animate {
  opacity: 1;
}

.information__rules-title:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20.0520833333vw;
  height: 1px;
  background: #0b98f2;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  .information__rules-title:before {
    width: 100px;
  }
}

.information__rules-title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 19.53125vw;
  height: 1px;
  background: #cad7eb;
}

@media screen and (max-width: 1200px) {
  .information__rules-title::after {
    width: 100%;
  }
}

.information__rules_inner {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 23.59375vw;
  padding-top: 7.4479166667vw;
  height: 40.625vw;
}

@media screen and (max-width: 1200px) {
  .information__rules_inner {
    padding-left: 453px;
    padding-top: 50px;
    height: auto;
  }
}

@media screen and (max-width: 850px) {
  .information__rules_inner {
    padding-left: 0;
  }
}

.information__rules_inner:before {
  content: "";
  display: block;
  position: absolute;
  width: 20.5208333333vw;
  height: 47.5vw;
  left: -0.5208333333vw;
  top: -1.0416666667vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 1200px) {
  .information__rules_inner:before {
    width: 200px;
    height: 100%;
    top: 0;
    left: 50px;
  }
}

@media screen and (max-width: 850px) {
  .information__rules_inner:before {
    display: none;
  }
}

.information__rules_item {
  display: flex;
  position: relative;
  padding-left: 4.3229166667vw;
  margin-bottom: 2.5vw;
}

@media screen and (max-width: 1200px) {
  .information__rules_item {
    padding-left: 83px;
    margin-bottom: 48px;
  }
}

.information__rules_item.js-animate {
  opacity: 0;
  top: 100px;
  transition: .4s;
}

.information__rules_item.js-animate.css-animate {
  top: 0;
  opacity: 1;
}

.information__rules_item:nth-child(2) .information__rules_item-icon {
  font-size: 2.5vw;
}

@media screen and (max-width: 1200px) {
  .information__rules_item:nth-child(2) .information__rules_item-icon {
    font-size: 48px;
  }
}

.information__rules_item:nth-child(3) .information__rules_item-icon {
  font-size: 2.34375vw;
}

@media screen and (max-width: 1200px) {
  .information__rules_item:nth-child(3) .information__rules_item-icon {
    font-size: 45px;
  }
}

.information__rules_item:nth-child(4) .information__rules_item-icon {
  font-size: 2.6041666667vw;
}

@media screen and (max-width: 1200px) {
  .information__rules_item:nth-child(4) .information__rules_item-icon {
    font-size: 50px;
  }
}

.information__rules_item:nth-child(5) .information__rules_item-icon {
  font-size: 2.2395833333vw;
}

@media screen and (max-width: 1200px) {
  .information__rules_item:nth-child(5) .information__rules_item-icon {
    font-size: 43px;
  }
}

.information__rules_item-icon {
  position: absolute;
  color: #0b98f2;
  font-size: 2.65625vw;
  left: 0;
  top: 0.2604166667vw;
}

@media screen and (max-width: 1200px) {
  .information__rules_item-icon {
    font-size: 51px;
    top: 5px;
  }
}

.information__rules_item-text {
  color: #29364a;
  font-size: 1.0416666667vw;
  line-height: 1.2;
  font-weight: 400;
}

@media screen and (max-width: 1200px) {
  .information__rules_item-text {
    font-size: 20px;
  }
}

.information__rules-link {
  position: relative;
  padding-top: 2.3958333333vw;
  padding-left: 24.9479166667vw;
}

@media screen and (max-width: 1200px) {
  .information__rules-link {
    padding-top: 20px;
    padding-left: 50px;
  }
}

.information__rules-link.js-animate {
  opacity: 0;
  left: -100px;
  transition: .3s;
  transition-delay: 1s;
}

.information__rules-link.js-animate.css-animate {
  left: 0;
  opacity: 1;
}

.information__rules-link a {
  position: relative;
  color: #003380;
  font-size: 0.9375vw;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  transition: .3s;
}

@media screen and (max-width: 1200px) {
  .information__rules-link a {
    font-size: 18px;
  }
}

.information__rules-link a:hover {
  color: #0b98f2;
}

.information__rules-link a:hover::before {
  transform: scaleX(0);
  background: #0b98f2;
}

.information__rules-link a:hover:after {
  right: -3.125vw;
  color: #003380;
}

@media screen and (max-width: 1200px) {
  .information__rules-link a:hover:after {
    right: -60px;
  }
}

.information__rules-link a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0.15625vw;
  width: 100%;
  height: 1px;
  background: #003380;
  transform: scaleX(1);
  transition: .3s;
}

@media screen and (max-width: 1200px) {
  .information__rules-link a:before {
    bottom: 3px;
  }
}

.information__rules-link a:after {
  content: "\e907";
  display: block;
  position: absolute;
  right: -2.5520833333vw;
  top: 0.3125vw;
  color: #0b98f2;
  font-size: 0.8333333333vw;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: .3s;
}

@media screen and (max-width: 1200px) {
  .information__rules-link a:after {
    right: -49px;
    top: 6px;
    font-size: 16px;
  }
}

.recommendation {
  width: 83.3333333333vw;
  margin: 0 auto;
  padding-bottom: 6.7708333333vw;
}

@media screen and (max-width: 1200px) {
  .recommendation {
    width: 100%;
    padding-bottom: 50px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 600px) {
  .recommendation {
    padding: 0 15px;
  }
}

.recommendation__title {
  position: relative;
  text-align: center;
  color: #003380;
  font-size: 2.0833333333vw;
  font-weight: 600;
  padding-top: 2.9166666667vw;
  padding-bottom: 2.4479166667vw;
}

@media screen and (max-width: 1200px) {
  .recommendation__title {
    font-size: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.recommendation__title.js-animate {
  opacity: 0;
  transition: .5s;
  transition-delay: .7s;
}

.recommendation__title.js-animate.css-animate {
  opacity: 1;
}

.recommendation__title::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #cad7eb;
  z-index: 2;
}

.recommendation__title::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 16.6666666667vw;
  height: 1px;
  background: #0b98f2;
  z-index: 3;
}

@media screen and (max-width: 1200px) {
  .recommendation__title::after {
    width: 320px;
  }
}

.recommendation__slider {
  position: relative;
  padding-top: 2.34375vw;
}

@media screen and (max-width: 1200px) {
  .recommendation__slider {
    padding-top: 45px;
    padding-bottom: 90px;
  }
}

.recommendation__slider_wrap {
  width: 63.3854166667vw !important;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .recommendation__slider_wrap {
    width: 100% !important;
  }
}

.recommendation__slider_item {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 20.3125vw;
  height: 23.9583333333vw;
  border: 1px solid #cad7eb;
  text-decoration: none;
  margin-right: 1.3020833333vw;
}

@media screen and (max-width: 1200px) {
  .recommendation__slider_item {
    width: 340px;
    height: 460px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .recommendation__slider_item {
    width: 100%;
  }
}

.recommendation__slider_item:hover .recommendation__slider_item-show {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

.recommendation__slider_item:hover::after {
  opacity: 0.2;
}

.recommendation__slider_item::before {
  content: "\e909";
  display: block;
  position: absolute;
  right: 1.0416666667vw;
  top: 1.0416666667vw;
  color: #cad7eb;
  font-size: 1.5625vw;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 1200px) {
  .recommendation__slider_item::before {
    right: 20px;
    top: 20px;
    font-size: 30px;
  }
}

.recommendation__slider_item::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #08296e;
  opacity: 0;
  transition: .3s;
}

.recommendation__slider_item-show {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10.9375vw;
  left: 50%;
  transform: translateX(-50%) scale(0);
  width: 11.4583333333vw;
  height: 2.0833333333vw;
  background-color: #ffffff;
  color: #003380;
  font-size: 0.8333333333vw;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 4;
  opacity: 0;
  transition: .3s;
}

@media screen and (max-width: 1200px) {
  .recommendation__slider_item-show {
    top: 210px;
    width: 220px;
    height: 40px;
    font-size: 16px;
  }
}

.recommendation__slider_item-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20.3125vw;
}

@media screen and (max-width: 1200px) {
  .recommendation__slider_item-img {
    height: 390px;
  }
}

.recommendation__slider_item-img img {
  max-width: 19.2708333333vw;
  width: auto;
  height: auto;
}

@media screen and (max-width: 1200px) {
  .recommendation__slider_item-img img {
    max-width: 370px;
  }
}

.recommendation__slider_item-title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 5.7291666667vw;
  line-height: 1.2;
  border-top: 1px solid #cad7eb;
  color: #29364a;
  font-size: 1.1458333333vw;
  font-weight: 700;
  padding: 0.5208333333vw;
}

@media screen and (max-width: 1200px) {
  .recommendation__slider_item-title {
    height: 110px;
    padding: 10px;
    font-size: 22px;
  }
}

@media screen and (max-width: 1200px) {
  .recommendation__slider_item-title {
    font-size: 18px;
  }
}

.recommendation__slider_item-title::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  width: 5.2083333333vw;
  height: 1px;
  background: #0b98f2;
}

@media screen and (max-width: 1200px) {
  .recommendation__slider_item-title::before {
    width: 100px;
  }
}

@media screen and (max-width: 1200px) {
  .recommendation__slider_nav {
    display: none;
  }
}

.recommendation__slider_nav-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 12.9166666667vw;
  color: #ffffff;
  font-size: 1.1979166667vw;
  width: 2.8645833333vw;
  height: 2.8645833333vw;
  background: #0b98f2;
  cursor: pointer;
  transition: .3s;
}

.recommendation__slider_nav-prev:hover {
  background: #003380;
}

.recommendation__slider_nav-next {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 12.9166666667vw;
  color: #ffffff;
  font-size: 1.1979166667vw;
  width: 2.8645833333vw;
  height: 2.8645833333vw;
  background: #0b98f2;
  cursor: pointer;
  transition: .3s;
}

.recommendation__slider_nav-next:hover {
  background: #003380;
}

.recommendation__slider .owl-dots {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3.6979166667vw;
}

@media screen and (max-width: 1200px) {
  .recommendation__slider .owl-dots {
    bottom: -52px;
  }
}

.recommendation__slider .owl-dot {
  display: block;
  width: 0.78125vw;
  height: 0.78125vw;
  border: 2px solid #0b98f2;
  border-radius: 50%;
  margin-right: 0.2604166667vw;
  background: transparent;
  transition: .3s;
}

@media screen and (max-width: 1200px) {
  .recommendation__slider .owl-dot {
    width: 15px;
    height: 15px;
    margin-right: 5px;
  }
}

.recommendation__slider .owl-dot.active, .recommendation__slider .owl-dot:hover {
  background: #0b98f2;
}

.shop {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 9.375vw;
  background: url("/images/shop-bg.jpg") no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 1200px) {
  .shop {
    height: auto;
    flex-direction: column;
    align-items: center;
  }
}

.shop__left {
  position: relative;
  color: #ffffff;
  font-size: 1.875vw;
  font-weight: 400;
  padding-top: 3.5416666667vw;
  padding-left: 16.6145833333vw;
}

@media screen and (max-width: 1200px) {
  .shop__left {
    font-size: 24px;
    padding-top: 89px;
    padding-left: 0;
    text-align: center;
  }
}

.shop__left.js-animate {
  opacity: 0;
  left: -100px;
  transition: .5s;
  transition-delay: .4s;
}

.shop__left.js-animate.css-animate {
  left: 0;
  opacity: 1;
}

.shop__left:before {
  content: "\e905";
  display: block;
  position: absolute;
  left: 10vw;
  top: 2.9166666667vw;
  color: #ffffff;
  font-size: 3.59375vw;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 1200px) {
  .shop__left:before {
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
    font-size: 49px;
  }
}

.shop__right {
  position: relative;
  padding-top: 2.7604166667vw;
  padding-right: 8.3333333333vw;
}

@media screen and (max-width: 1200px) {
  .shop__right {
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 20px;
  }
}

.shop__right.js-animate {
  opacity: 0;
  transition: .5s;
  transition-delay: .9s;
}

.shop__right.js-animate.css-animate {
  opacity: 1;
}

.shop__right a {
  display: flex;
  position: relative;
  justify-content: center;
  padding-top: 1.5625vw;
  text-decoration: none;
  width: 16.6666666667vw;
  height: 3.90625vw;
  background: #ffffff;
  color: #003380;
  font-size: 0.9375vw;
  font-weight: 700;
  text-transform: uppercase;
  transition: .3s;
}

@media screen and (max-width: 1200px) {
  .shop__right a {
    padding-top: 26px;
    width: 270px;
    height: 65px;
    font-size: 18px;
  }
}

.shop__right a:hover {
  background: #0b98f2;
  color: #ffffff;
}

.shop__right a:hover:before, .shop__right a:hover:after {
  background: #0b98f2;
  transform: scaleX(0);
}

.shop__right a:before {
  content: "";
  display: block;
  position: absolute;
  left: -8.3333333333vw;
  top: 1.9270833333vw;
  width: 8.3333333333vw;
  height: 1px;
  background: #ffffff;
  transform-origin: right center;
  transform: scaleX(1);
  transition: .3s;
}

@media screen and (max-width: 1200px) {
  .shop__right a:before {
    left: -50px;
    top: 32px;
    width: 50px;
  }
}

.shop__right a:after {
  content: "";
  display: block;
  position: absolute;
  left: 16.6666666667vw;
  top: 1.9270833333vw;
  width: 8.3333333333vw;
  height: 1px;
  background: #ffffff;
  transform-origin: left center;
  transform: scaleX(1);
  transition: .3s;
}

@media screen and (max-width: 1200px) {
  .shop__right a:after {
    left: 270px;
    top: 32px;
    width: 50px;
  }
}

.content {
  padding-bottom: 5.46875vw;
}

.content .page_title {
  color: #003380;
  font-size: 2.0833333333vw;
  font-weight: 600;
  text-align: center;
  padding-top: 2.8645833333vw;
  padding-bottom: 3.125vw;
}

@media screen and (max-width: 1200px) {
  .content .page_title {
    font-size: 30px;
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

.content .offer {
  padding-top: 0;
}

.content__wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 83.3333333333vw;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .content__wrapper {
    max-width: 100%;
    padding: 0 25px;
  }
}

@media screen and (max-width: 800px) {
  .content__wrapper {
    flex-direction: column-reverse;
    padding: 0 15px;
  }
}

@media screen and (max-width: 600px) {
  .content__wrapper {
    padding: 0 15px;
  }
}

.content__wrapper.active {
  justify-content: center;
}

.content__body {
  position: relative;
  width: 63.5416666667vw;
  padding-top: 3.8541666667vw;
}

.content__body.without:before {
  display: none;
}

.content__body.without::after {
  display: none;
}

.content__body.product {
  padding-top: 0;
}

.content__body.product::after, .content__body.product::before {
  display: none;
}

@media screen and (max-width: 1200px) {
  .content__body {
    width: calc(100% - 250px);
    padding-left: 25px;
  }
}

@media screen and (max-width: 800px) {
  .content__body {
    padding-left: 0;
    width: 100%;
  }
}

.content__body:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: #cad7eb;
  z-index: 2;
}

.content__body::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 20.0520833333vw;
  height: 1px;
  background: #0b98f2;
  z-index: 3;
}

.content .styledTable {
  overflow-x: auto;
  margin: 0 auto;
}

.content .styledTable table {
  width: 100% !important;
}

.content .content_image {
  max-width: 100%;
  height: auto;
  margin-bottom: 1.5625vw;
}

@media screen and (max-width: 600px) {
  .content .content_image {
    margin-top: 20px;
    float: unset !important;
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

.content__text {
  color: #29364a;
  font-size: 1.0416666667vw;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1.3020833333vw;
  clear: both;
}

@media screen and (max-width: 1200px) {
  .content__text {
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 0;
  }
}

.content__text h1 {
  font-weight: 600;
  font-size: 1.5625vw;
  margin-bottom: 1.5104166667vw;
  line-height: 1.2;
}

@media screen and (max-width: 1200px) {
  .content__text h1 {
    font-size: 24px;
    margin-bottom: 24px;
  }
}

.content__text h2, .content__text h3 {
  font-weight: 600;
  font-size: 1.5625vw;
  margin-bottom: 1.5104166667vw;
  line-height: 1.2;
}

@media screen and (max-width: 1200px) {
  .content__text h2, .content__text h3 {
    font-size: 24px;
    margin-bottom: 24px;
  }
}

.content__text p, .content__text span {
  margin-bottom: 1.3020833333vw;
}

@media screen and (max-width: 1200px) {
  .content__text p, .content__text span {
    margin-bottom: 20px;
  }
}

.content__text ol li {
  list-style-type: decimal;
  list-style-position: outside;
  position: relative;
  margin-left: 1.0416666667vw;
  padding-left: 0.3125vw;
  line-height: 1.25;
  font-weight: 400;
}

@media screen and (max-width: 1200px) {
  .content__text ol li {
    font-size: 16px;
    padding-left: 6px;
    margin-left: 20px;
  }
}

.content__text ol ul, .content__text ol ol {
  margin-bottom: 0;
}

.content__text ol ul li {
  list-style-type: none;
}

.content__text ul {
  margin-bottom: 1.3020833333vw;
}

@media screen and (max-width: 1200px) {
  .content__text ul {
    margin-bottom: 20px;
  }
}

.content__text ul li {
  position: relative;
  list-style-type: none;
  padding-left: 1.3020833333vw;
}

@media screen and (max-width: 1200px) {
  .content__text ul li {
    padding-left: 20px;
  }
}

.content__text ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.5208333333vw;
  width: 0.2604166667vw;
  height: 0.2604166667vw;
  border-radius: 50%;
  background: #0b98f2;
}

@media screen and (max-width: 1200px) {
  .content__text ul li::before {
    left: 12px;
    top: 8px;
    width: 5px;
    height: 5px;
  }
}

@media screen and (max-width: 600px) {
  .content__text ul li::before {
    top: 6px;
    width: 3px;
    height: 3px;
  }
}

.content__text ul ul, .content__text ul ol {
  margin-bottom: 0;
}

.content__text ul ol li {
  list-style-type: decimal;
}

.content__text strong,
.content__text b {
  font-weight: 700;
}

.content__text em {
  font-style: italic;
}

.content__text a {
  color: #0b98f2;
}

.content__text a:hover {
  text-decoration: none;
}

.content sup, .content sub {
  font-size: 0.8333333333vw;
}

@media screen and (max-width: 900px) {
  .content sup, .content sub {
    font-size: 12px;
  }
}

.content blockquote {
  position: relative;
  width: 100%;
  background: #f0f2f6;
  color: #29364a;
  font-size: 1.1458333333vw;
  font-style: italic;
  line-height: 1.2;
  padding: 2.8125vw 7.1875vw;
  padding-right: 5.78125vw;
  padding-bottom: 3.1770833333vw;
  margin-bottom: 2.6041666667vw;
  margin-top: 2.6041666667vw;
}

@media screen and (max-width: 1200px) {
  .content blockquote {
    font-size: 16px;
    padding: 26px 50px;
    margin-bottom: 25px;
    margin-top: 25px;
  }
}

.content blockquote::before {
  content: "\e917";
  display: block;
  position: absolute;
  left: 3.2291666667vw;
  top: 2.8125vw;
  font-size: 1.8229166667vw;
  color: #0b98f2;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 1200px) {
  .content blockquote::before {
    left: 15px;
    top: 12px;
    font-size: 20px;
  }
}

.content table {
  width: 100%;
  color: #29364a;
  font-size: 0.8333333333vw;
  font-weight: 400;
  line-height: 1.2;
  border-collapse: separate;
  border-spacing: 1px;
  margin-bottom: 2.6041666667vw;
}

@media screen and (max-width: 1200px) {
  .content table {
    font-size: 16px;
    margin-bottom: 25px;
  }
}

.content table td {
  padding: 0.5208333333vw;
  background: #f0f2f6;
  vertical-align: middle;
}

@media screen and (max-width: 1200px) {
  .content table td {
    padding-top: 11px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 1200px) {
  .content table td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.content table td:first-child {
  text-align: left;
}

.content table td p {
  margin-bottom: 0;
}

.content table tr:first-child td,
.content table thead td {
  color: #ffffff;
  background: #0b98f2;
  font-size: 1.0416666667vw;
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  .content table tr:first-child td,
  .content table thead td {
    font-size: 16px;
  }
}

.content table tr:first-child td:last-child,
.content table thead td:last-child {
  background: #003380;
}

.content__video {
  clear: both;
}

.content__video .video-slider {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  background: #f0f2f6;
  padding: 1.71875vw 2.8645833333vw 1.6666666667vw 1.5625vw;
}

.content__video .full-width .video-slider {
  max-width: 66.1vw;
  margin: 0 auto;
  margin-bottom: 1.2vw;
}

.content__video .video-slider .v-left-area {
  width: 35.15625vw;
  height: 19.7916666667vw;
}

.content__video .video-slider .v-right-area {
  width: 21.09375vw;
  height: 19.79167vw;
  overflow: hidden;
  margin-right: 0.8333333333vw;
}

.content__video .video-slider .arrow--slider {
  position: absolute;
  height: 100%;
  right: 0.5208333333vw;
  top: 0;
}

.content__video .video-slider .arrow--slider .arrow--slider-next,
.content__video .video-slider .arrow--slider .arrow--slider-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10.9375vw;
  width: 2.34375vw;
  background: #003380;
  font-size: 1.25vw;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: .3s;
  margin-top: 0.3645833333vw;
  transition: .3s;
}

.content__video .video-slider .arrow--slider .arrow--slider-prev {
  margin-top: 0.5208333333vw;
}

.content__video .video-slider .arrow--slider .arrow--slider-next:hover,
.content__video .video-slider .arrow--slider .arrow--slider-prev:hover {
  background: #0b98f2;
  color: #ffffff;
}

.content__video .video--slider-wrap {
  max-width: 21.09375vw;
}

.content__video .video--slider-wrap .video--slider-item {
  display: flex !important;
  cursor: pointer;
  border-bottom: 1px solid #c8d2d7;
  padding-bottom: 1.09375vw;
  margin-bottom: 1.1458333333vw;
  outline: none;
}

.content__video .video--slider-wrap .video--slider-item.slick-active:nth-child(2) {
  border-bottom: none;
}

.content__video .video--slider-wrap .video--slider-item .video-information {
  max-width: 7.03125vw;
  padding-top: 0.52083vw;
  margin-left: 1.0416666667vw;
}

.content__video .video--slider-wrap .video--slider-item .video-information strong {
  color: #29364a;
  font-size: 0.9375vw;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  transition: .3s;
}

.content__video .video--slider-wrap .video--slider-item .video-information strong:hover {
  color: #0b98f2;
}

.content__video .video--slider-wrap .video--slider-item .video-information p {
  color: #b8b8b8;
  font-family: 'Titillium Web', sans-serif;
  font-size: 0.8333333333vw;
  margin-top: 1.04167vw;
}

.content__video .video--slider-wrap .img-video {
  width: 8.8541666667vw;
  height: 5vw;
}

.content__video .video--slider-wrap .img-video img {
  display: block;
  width: 100%;
}

.content__video .video-slider {
  margin-bottom: 2.6041666667vw;
}

@media only screen and (max-width: 1200px) {
  .content__video .video-slider {
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 25px;
    padding: 20px;
    padding-bottom: 70px;
  }
  .content__video .video-slider .v-left-area {
    width: 100%;
    height: 320px;
  }
  .content__video .video-slider .v-right-area {
    width: 100%;
    height: 400px;
  }
  .content__video .video-slider .v-right-area {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .content__video .video--slider-wrap .video--slider-item .video-information p {
    color: #919ca7;
    font-size: 15px;
    margin-top: 11px;
  }
  .content__video .video--slider-wrap .video--slider-item {
    flex-wrap: nowrap;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .content__video .video--slider-wrap .video--slider-item .video-information strong {
    font-size: 15px;
  }
  .content__video .video--slider-wrap {
    max-width: 100%;
    margin-top: 20px;
  }
  .content__video .video--slider-wrap .video--slider-item .video-information {
    max-width: 95%;
    padding-top: 3px;
    margin-left: 20px;
  }
  .content__video .video--slider-wrap .img-video {
    width: 88px;
    height: 50px;
  }
  .content__video .video-slider .arrow--slider {
    position: absolute;
    height: auto;
    width: 100%;
    right: auto;
    top: inherit;
    bottom: 0;
    left: 0;
  }
  .content__video .video-slider .arrow--slider .arrow--slider-prev {
    margin-bottom: 2px;
  }
  .content__video .video-slider .arrow--slider .arrow--slider-next,
  .content__video .video-slider .arrow--slider .arrow--slider-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
    transition: .3s;
  }
}

.content__gallery {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5625vw;
  clear: both;
}

@media screen and (max-width: 1200px) {
  .content__gallery {
    justify-content: space-between;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 800px) {
  .content__gallery {
    justify-content: space-around;
  }
}

.content__gallery a {
  display: block;
  position: relative;
  margin-right: 1.3020833333vw;
  font-size: 0;
  margin-bottom: 1.3020833333vw;
  text-decoration: none !important;
}

@media screen and (max-width: 1200px) {
  .content__gallery a {
    margin-right: 0;
    font-size: 0;
    margin-bottom: 15px;
  }
}

.content__gallery a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003380;
  opacity: 0;
  transition: .3s;
  text-decoration: none !important;
}

.content__gallery a::after {
  content: "\e91a";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 3.90625vw;
  height: 3.90625vw;
  border-radius: 50%;
  color: #ffffff;
  font-size: 1.6145833333vw;
  background: #0b98f2;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: .3s;
  text-decoration: none !important;
}

@media screen and (max-width: 1200px) {
  .content__gallery a::after {
    width: 60px;
    height: 60px;
    font-size: 30px;
  }
}

.content__gallery a span {
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 50%;
  bottom: 1.6145833333vw;
  font-family: 'Titillium Web', sans-serif;
  transform: translateX(-50%);
  color: #ffffff;
  font-size: 1.0416666667vw;
  font-weight: 400;
  opacity: 0;
  transition: .3s;
  text-decoration: none !important;
}

@media screen and (max-width: 1200px) {
  .content__gallery a span {
    bottom: 20px;
    font-size: 14px;
  }
}

.content__gallery a:hover::before {
  opacity: 0.8;
}

.content__gallery a:hover::after {
  transform: translate(-50%, -50%) scale(1);
}

.content__gallery a:hover span {
  opacity: 1;
}

.content__gallery a:nth-child(3n) {
  margin-right: 0;
}

.content__gallery a img {
  width: 20.3125vw;
  height: 13.8020833333vw;
}

@media screen and (max-width: 1200px) {
  .content__gallery a img {
    width: 240px;
    height: 150px;
  }
}

.content__download {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1.3020833333vw;
  clear: both;
}

@media screen and (max-width: 1200px) {
  .content__download {
    flex-direction: column;
    margin-bottom: 25px;
  }
}

.content__download a {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 30.2083333333vw;
  text-decoration: none;
  border-bottom: 3px solid #efefef;
  padding-left: 0.625vw;
  padding-bottom: 0.5208333333vw;
  padding-top: 0.5208333333vw;
  position: relative;
  margin-bottom: 1.0416666667vw;
  transition: .3s;
}

@media screen and (max-width: 1200px) {
  .content__download a {
    max-width: 100%;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
  }
}

.content__download a:hover {
  border-color: #0b98f2;
}

.content__download a:hover .download__item_button span.icon-download {
  color: #0b98f2;
}

.content__download .icon-png,
.content__download .icon-files,
.content__download .icon-files1,
.content__download .icon-files2,
.content__download .icon-files4,
.content__download .icon-files3 {
  font-size: 2.0833333333vw;
  color: #0b98f2;
}

@media screen and (max-width: 1200px) {
  .content__download .icon-png,
  .content__download .icon-files,
  .content__download .icon-files1,
  .content__download .icon-files2,
  .content__download .icon-files4,
  .content__download .icon-files3 {
    font-size: 30px;
  }
}

.content__download .download__item_inner {
  color: #29364a;
  font-size: 1.0416666667vw;
  font-weight: 600;
  padding-left: 1.3020833333vw;
  padding-right: 6.25vw;
  transition: .3s;
}

@media screen and (max-width: 1200px) {
  .content__download .download__item_inner {
    font-size: 16px;
    padding-left: 16px;
    padding-right: 120px;
  }
}

.content__download .download__item_button {
  display: flex;
  position: absolute;
  right: 0.78125vw;
  top: 0.9895833333vw;
}

@media screen and (max-width: 1200px) {
  .content__download .download__item_button {
    right: 20px;
    top: 15px;
  }
}

.content__download .download__item_button span {
  color: #0b98f2;
  font-size: 0.8333333333vw;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 0.2604166667vw;
  margin-left: 0.78125vw;
  transition: .3s;
}

@media screen and (max-width: 1200px) {
  .content__download .download__item_button span {
    font-size: 15px;
    margin-top: 3px;
    margin-left: 10px;
  }
}

.content__download .download__item_button span.icon-download {
  font-size: 1.09375vw;
  color: #d4d4d4;
  font-weight: 100;
  margin-top: 0;
  margin-left: 0;
  transition: .3s;
}

@media screen and (max-width: 1200px) {
  .content__download .download__item_button span.icon-download {
    font-size: 18px;
  }
}

.content__news {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1.5625vw;
  clear: both;
}

@media screen and (max-width: 1200px) {
  .content__news {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 600px) {
  .content__news {
    flex-wrap: wrap;
  }
}

.content__news_item {
  display: block;
  position: relative;
  width: 30.2083333333vw;
  height: 20.8333333333vw;
  background: #f0f2f6;
  text-decoration: none;
  color: #29364a;
  line-height: 1;
  padding: 4.1145833333vw 2.6041666667vw 0 2.6041666667vw;
  margin-bottom: 2.6041666667vw;
}

@media screen and (max-width: 1200px) {
  .content__news_item {
    width: 49%;
    height: 230px;
    line-height: 1.1;
    font-size: 16px;
    padding: 25px 20px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 600px) {
  .content__news_item {
    width: 100%;
  }
}

.content__news_item::before {
  content: "\e918";
  display: block;
  position: absolute;
  bottom: 3.59375vw;
  right: 2.3958333333vw;
  color: #003380;
  font-size: 1.1979166667vw;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  .content__news_item::before {
    flex-direction: column;
    margin-bottom: 25px;
    bottom: 10px;
    right: 10px;
    color: #000000;
    font-size: 20px;
  }
}

.content__news_item::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 8.75vw;
  width: 9.375vw;
  height: 1px;
  background: #003380;
}

@media screen and (max-width: 1200px) {
  .content__news_item::after {
    left: 0;
    top: 70px;
    width: 100px;
    height: 1px;
  }
}

.content__news_item_title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.5625vw;
  line-height: 1.2;
  font-weight: 700;
  padding-top: 7.65625vw;
}

@media screen and (max-width: 1200px) {
  .content__news_item_title {
    font-size: 18px;
    margin-bottom: 10px;
    height: auto;
    margin-bottom: 10px;
    padding-top: 110px;
  }
}

.content__news_item.imgBg {
  position: relative;
  background: #000000;
}

.content__news_item.imgBg .imageBG {
  display: block;
  background-size: cover !important;
  opacity: 0.6;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 0;
}

.content__news_item.imgBg .content__news_item_title {
  color: #ffffff;
  position: relative;
}

.content__news_item.imgBg .content__news_item_description {
  color: #ffffff;
  position: relative;
}

.content__news_item.imgBg::after {
  background: #a7a7a7;
}

.content__news_item.imgBg .content__news_item_date {
  color: #ffffff;
}

.content__news_item.imgBg .content__news_item_date b {
  color: #ffffff;
}

.content__news_item.imgBg::before {
  color: #ffffff;
}

.content__news_item_date {
  position: absolute;
  color: #29364a;
  font-size: 1.1458333333vw;
  line-height: 1.875vw;
  font-weight: 400;
  text-align: center;
  top: 2.9166666667vw;
  left: 2.2916666667vw;
  font-weight: 300 !important;
}

@media screen and (max-width: 1200px) {
  .content__news_item_date {
    position: absolute;
    color: #29364a;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    text-align: center;
    top: 7px;
    left: 11px;
    font-weight: 300 !important;
  }
}

.content__news_item_date b {
  color: #0b98f2;
  font-weight: 300 !important;
  font-size: 3.125vw;
}

@media screen and (max-width: 1200px) {
  .content__news_item_date b {
    font-size: 30px;
  }
}

.content .pagination {
  position: absolute;
  right: 0;
  top: -4.9479166667vw;
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 1200px) {
  .content .pagination {
    position: relative;
  }
}

.content .pagination--bottom {
  top: unset;
  bottom: -4.9479166667vw;
}

@media screen and (max-width: 1200px) {
  .content .pagination--bottom {
    bottom: 10px;
  }
}

.content .pagination__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.7708333333vw;
  height: 2.0833333333vw;
  background: #003380;
  color: #ffffff;
  font-size: 0.8333333333vw;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: .3s;
}

@media screen and (max-width: 1200px) {
  .content .pagination__arrow {
    width: 125px;
    height: 40px;
    font-size: 16px;
  }
}

.content .pagination__arrow:hover {
  background: #0b98f2;
}

.content .pagination__arrow--right {
  margin-left: 1.0416666667vw;
  flex-direction: row-reverse;
}

@media screen and (max-width: 1200px) {
  .content .pagination__arrow--right {
    margin-left: 10px;
  }
}

.content .pagination__arrow a {
  color: inherit;
  text-decoration: none;
}

.content .pagination__arrow .icon-left-arrow {
  padding-right: 0.2604166667vw;
}

@media screen and (max-width: 1200px) {
  .content .pagination__arrow .icon-left-arrow {
    padding-right: 5px;
  }
}

.content .pagination__arrow .icon-right-arrow {
  padding-left: 0.2604166667vw;
}

@media screen and (max-width: 1200px) {
  .content .pagination__arrow .icon-right-arrow {
    padding-right: 5px;
  }
}

.content__offer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 63.5416666667vw;
}

@media screen and (max-width: 1200px) {
  .content__offer {
    justify-content: space-around;
    width: calc(100% - 250px);
    padding-left: 25px;
  }
}

@media screen and (max-width: 800px) {
  .content__offer {
    width: 100%;
    padding-left: 0;
  }
}

.content__offer_item {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 20.3125vw;
  height: 23.9583333333vw;
  margin-bottom: 1.5625vw;
  margin-right: 1.3020833333vw;
  border: 1px solid #cad7eb;
  text-decoration: none;
}

@media screen and (max-width: 1200px) {
  .content__offer_item {
    width: 350px;
    height: 460px;
    margin-bottom: 20px;
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .content__offer_item {
    width: 100%;
  }
}

.content__offer_item:nth-child(3n) {
  margin-right: 0;
}

.content__offer_item:hover .content__offer_item-show {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

.content__offer_item:hover::after {
  opacity: 0.2;
}

.content__offer_item::before {
  content: "\e909";
  display: block;
  position: absolute;
  right: 1.0416666667vw;
  top: 1.0416666667vw;
  color: #cad7eb;
  font-size: 1.5625vw;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 1200px) {
  .content__offer_item::before {
    right: 20px;
    top: 20px;
    font-size: 30px;
  }
}

.content__offer_item::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #08296e;
  opacity: 0;
  transition: .3s;
}

.content__offer_item-show {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10.9375vw;
  left: 50%;
  transform: translateX(-50%) scale(0);
  width: 11.4583333333vw;
  height: 2.0833333333vw;
  background-color: #ffffff;
  color: #003380;
  font-size: 0.8333333333vw;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 4;
  opacity: 0;
  transition: .3s;
}

@media screen and (max-width: 1200px) {
  .content__offer_item-show {
    top: 210px;
    width: 220px;
    height: 40px;
    font-size: 16px;
  }
}

.content__offer_item-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20.3125vw;
}

@media screen and (max-width: 1200px) {
  .content__offer_item-img {
    height: 390px;
  }
}

.content__offer_item-img img {
  max-width: 19.2708333333vw;
}

@media screen and (max-width: 1200px) {
  .content__offer_item-img img {
    max-width: 330px;
  }
}

.content__offer_item-title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 5.7291666667vw;
  line-height: 1.2;
  border-top: 1px solid #cad7eb;
  color: #29364a;
  font-size: 1.1458333333vw;
  font-weight: 700;
  padding: 0.5208333333vw;
}

@media screen and (max-width: 1200px) {
  .content__offer_item-title {
    height: 110px;
    font-size: 22px;
    padding: 10px;
  }
}

@media screen and (max-width: 480px) {
  .content__offer_item-title {
    font-size: 18px;
  }
}

.content__offer_item-title::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  width: 5.2083333333vw;
  height: 1px;
  background: #0b98f2;
}

@media screen and (max-width: 1200px) {
  .content__offer_item-title::before {
    width: 100px;
  }
}

.content__offer_nav-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 12.9166666667vw;
  color: #ffffff;
  font-size: 1.1979166667vw;
  width: 2.8645833333vw;
  height: 2.8645833333vw;
  background: #0b98f2;
  cursor: pointer;
  transition: .3s;
}

.content__offer_nav-prev:hover {
  background: #003380;
}

.content__offer_nav-next {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 12.9166666667vw;
  color: #ffffff;
  font-size: 1.1979166667vw;
  width: 2.8645833333vw;
  height: 2.8645833333vw;
  background: #0b98f2;
  cursor: pointer;
  transition: .3s;
}

.content__offer_nav-next:hover {
  background: #003380;
}

.content__offer .owl-dots {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3.6979166667vw;
}

.content__offer .owl-dot {
  display: block;
  width: 0.78125vw;
  height: 0.78125vw;
  border: 2px solid #0b98f2;
  border-radius: 50%;
  margin-right: 0.2604166667vw;
  background: transparent;
  transition: .3s;
}

.content__offer .owl-dot.active, .content__offer .owl-dot:hover {
  background: #0b98f2;
}

.content__offer .content__text p, .content__offer .content__text span {
  font-family: "Lato", sans-serif !important;
  font-size: 1.0416666667vw !important;
}

@media screen and (max-width: 1200px) {
  .content__offer .content__text p, .content__offer .content__text span {
    font-size: 16px !important;
  }
}

.category {
  width: 16.6666666667vw;
}

@media screen and (max-width: 1200px) {
  .category {
    width: 250px;
  }
}

@media screen and (max-width: 800px) {
  .category {
    width: 100%;
  }
}

.category__title {
  width: 100%;
  height: 3.125vw;
  background: url("/images/category-bg.jpg") no-repeat center;
  background-size: cover;
  color: #ffffff;
  font-size: 1.1458333333vw;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 0.9895833333vw;
  padding-left: 1.5625vw;
}

@media screen and (max-width: 1200px) {
  .category__title {
    height: 40px;
    font-size: 18px;
    padding-top: 12px;
    padding-left: 20px;
  }
}

.category__list > ul > li:hover > a, .category__list > ul > li.active > a {
  background: #0b98f2;
  color: #ffffff;
}

.category__list > ul > li.active > a {
  font-weight: 700;
  color: #ffffff;
}

.category__list > ul > li.active ul {
  display: block;
}

.category__list > ul > li > a {
  display: block;
  width: 100%;
  background: #f0f2f6;
  color: #29364a;
  font-size: 1.1458333333vw;
  font-weight: 400;
  text-decoration: none;
  margin-top: 1px;
  padding-top: 0.9375vw;
  padding-bottom: 1.1458333333vw;
  padding-left: 1.5625vw;
  padding-right: 0.5208333333vw;
  transition: .2s;
}

@media screen and (max-width: 1200px) {
  .category__list > ul > li > a {
    font-size: 16px;
    margin-top: 1px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
  }
}

.category__list > ul > li ul {
  display: none;
}

.category__list > ul > li > ul {
  background: #ececec;
  margin-top: 1px;
  padding: 2.2395833333vw 1.5625vw 1.40625vw 1.5625vw;
}

@media screen and (max-width: 1200px) {
  .category__list > ul > li > ul {
    padding: 25px 25px 15px 25px;
  }
}

.category__list > ul > li > ul li.active > a {
  color: #0b98f2;
}

.category__list > ul > li > ul li a {
  display: inline-block;
  width: auto;
  color: #000000;
  font-size: 0.9895833333vw;
  font-weight: 400;
  text-decoration: none;
  transition: .2s;
  margin-bottom: 0.9895833333vw;
}

@media screen and (max-width: 1200px) {
  .category__list > ul > li > ul li a {
    font-size: 15px;
    margin-bottom: 7px;
    padding-left: 20px !important;
  }
}

.category__list > ul > li > ul li a:hover {
  color: #0b98f2;
}

.category__list > ul > li > ul > li {
  position: relative;
}

.category__list > ul > li > ul > li > a {
  padding-left: 1.1979166667vw;
}

.category__list > ul > li > ul > li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.46875vw;
  width: 0.2604166667vw;
  height: 1px;
  background: #0b98f2;
}

@media screen and (max-width: 1200px) {
  .category__list > ul > li > ul > li::before {
    top: 8px;
    width: 5px;
  }
}

.category__list > ul > li > ul > li > ul > li {
  position: relative;
  padding-left: 1.09375vw;
}

.category__list > ul > li > ul > li > ul > li > a {
  padding-left: 0.8333333333vw;
}

.category__list > ul > li > ul > li > ul > li::before {
  content: "";
  display: block;
  position: absolute;
  left: 1.09375vw;
  top: 0.3645833333vw;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #0b98f2;
}

@media screen and (max-width: 1200px) {
  .category__list > ul > li > ul > li > ul > li::before {
    left: 11px;
    top: 7px;
  }
}

.news {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 83.3333333333vw;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .news {
    flex-direction: column;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 600px) {
  .news {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.news_item {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 39.5833333333vw;
  height: 19.7916666667vw;
  margin-bottom: 1.0416666667vw;
  text-decoration: none;
}

@media screen and (max-width: 1200px) {
  .news_item {
    height: auto;
    width: 100%;
    min-height: 380px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 650px) {
  .news_item {
    min-height: auto;
    padding-bottom: 30px;
  }
}

.news_item:hover .news_item-img img {
  transform: scale(1.15);
}

.news_item:nth-child(4n + 3), .news_item:nth-child(4n + 4) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 1200px) {
  .news_item:nth-child(4n + 3), .news_item:nth-child(4n + 4) {
    justify-content: flex-end;
  }
}

.news_item:nth-child(4n + 3):before, .news_item:nth-child(4n + 4):before {
  right: 0;
  left: inherit;
}

.news_item-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20.0520833333vw;
  height: 17.96875vw;
  border: 1px solid #f0f2f6;
  background: #ffffff;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .news_item-img {
    width: 385px;
    height: 345px;
  }
}

@media screen and (max-width: 650px) {
  .news_item-img {
    display: none;
  }
}

.news_item-img img {
  max-width: 20.0520833333vw;
  transform: scale(1);
  transition: .3s;
}

@media screen and (max-width: 1200px) {
  .news_item-img img {
    max-width: 385px;
  }
}

.news_item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 35.15625vw;
  height: 100%;
  background: #f0f2f6;
  z-index: -1;
}

@media screen and (max-width: 1200px) {
  .news_item:before {
    width: 100%;
  }
}

.news_item-text {
  position: relative;
  width: 19.53125vw;
  padding-top: 3.90625vw;
  padding-left: 4.1145833333vw;
  padding-right: 1.5625vw;
}

@media screen and (max-width: 1200px) {
  .news_item-text {
    width: 100%;
    max-width: 500px;
    padding-top: 45px;
    padding-left: 40px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 850px) {
  .news_item-text {
    max-width: 300px;
  }
}

@media screen and (max-width: 650px) {
  .news_item-text {
    max-width: 100%;
  }
}

.news_item-text:before {
  content: "";
  display: block;
  position: absolute;
  left: 1.8229166667vw;
  top: 8.1770833333vw;
  width: 0.78125vw;
  height: 1px;
  background: #0b98f2;
}

@media screen and (max-width: 1200px) {
  .news_item-text:before {
    left: 13px;
    top: 125px;
    width: 15px;
  }
}

.news_item-date {
  color: #90a0b7;
  font-size: 1.5625vw;
  font-weight: 300;
  padding-bottom: 1.9791666667vw;
}

@media screen and (max-width: 1200px) {
  .news_item-date {
    font-size: 30px;
    padding-bottom: 38px;
  }
}

.news_item-date span {
  color: #0b98f2;
}

.news_item-title {
  text-decoration: none;
  color: #29364a;
  font-size: 1.1458333333vw;
  font-weight: 700;
  line-height: 1.2;
  transition: .3s;
}

@media screen and (max-width: 1200px) {
  .news_item-title {
    font-size: 22px;
  }
}

.news_item-title:hover {
  color: #0b98f2;
}

.news_item .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.9479166667vw;
  height: 2.0833333333vw;
  background: #003380;
  color: #ffffff;
  font-size: 0.8333333333vw;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 3.28125vw;
  transition: .3s;
}

@media screen and (max-width: 1200px) {
  .news_item .button {
    width: 95px;
    height: 40px;
    font-size: 16px;
    margin-top: 63px;
  }
}

.news_item .button:hover {
  background: #0b98f2;
}

.contact {
  width: 83.3333333333vw;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .contact {
    width: 100%;
    padding: 0 25px;
  }
}

@media screen and (max-width: 800px) {
  .contact {
    padding: 0 15px;
  }
}

.contact__information {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  .contact__information {
    flex-direction: column;
  }
}

.contact__information-left {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 40.8854166667vw;
}

@media screen and (max-width: 1200px) {
  .contact__information-left {
    width: 100%;
  }
}

.contact__information-right {
  background: #f0f2f6;
  width: 41.6666666667vw;
  padding: 0 5.1041666667vw;
}

@media screen and (max-width: 1200px) {
  .contact__information-right {
    width: 100%;
    padding: 0 15px;
    padding-bottom: 20px;
  }
}

.contact__information-right-title {
  text-align: center;
  color: #003380;
  font-size: 1.25vw;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 6.1458333333vw;
  padding-bottom: 2.9166666667vw;
}

@media screen and (max-width: 1200px) {
  .contact__information-right-title {
    font-size: 24px;
    padding-top: 118px;
    padding-bottom: 56px;
  }
}

.contact__information-right {
  position: relative;
}

.contact__information-right:before {
  content: "\e90d";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 0;
  width: 3.90625vw;
  height: 3.90625vw;
  background: #0b98f2;
  transform: translateX(-50%);
  color: #ffffff;
  font-size: 1.8229166667vw;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 1200px) {
  .contact__information-right:before {
    width: 75px;
    height: 75px;
    font-size: 35px;
  }
}

.contact__information-right:after {
  content: "\e910";
  display: block;
  position: absolute;
  right: 1.5625vw;
  top: 0.8854166667vw;
  color: #e4e8ef;
  font-size: 8.3333333333vw;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 1200px) {
  .contact__information-right:after {
    display: none;
  }
}

.contact__information-right form {
  width: 100%;
  position: relative;
}

.contact__information-right form .form-row {
  width: 100%;
  margin-bottom: 0.5208333333vw;
}

@media screen and (max-width: 1200px) {
  .contact__information-right form .form-row {
    margin-bottom: 10px;
  }
}

.contact__information-right form .form-row p {
  padding: 0 0.78125vw;
  color: #748399;
  font-size: 0.8333333333vw;
  font-weight: 400;
  line-height: 1.2;
  padding-top: 0.2083333333vw;
}

.contact__information-right form .form-row p a {
  color: #748399;
}

.contact__information-right form .form-row p a:hover {
  text-decoration: none;
}

@media screen and (max-width: 1200px) {
  .contact__information-right form .form-row p {
    padding: 0 8px;
    font-size: 15px;
    padding-top: 7px;
  }
}

.contact__information-right form .form-row.two {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  .contact__information-right form .form-row.two {
    flex-wrap: wrap;
  }
}

.contact__information-right form .form-row.two input {
  width: 15.3645833333vw;
}

@media screen and (max-width: 1200px) {
  .contact__information-right form .form-row.two input {
    width: 100%;
    margin-bottom: 10px;
  }
}

.contact__information-right form .form-row textarea,
.contact__information-right form .form-row input {
  width: 100%;
  height: 2.6041666667vw;
  border: 1px solid #0b98f2;
  color: #29364a;
  font-size: 0.9375vw;
  font-weight: 400;
  padding-left: 1.4583333333vw;
  outline: none;
}

@media screen and (max-width: 1200px) {
  .contact__information-right form .form-row textarea,
  .contact__information-right form .form-row input {
    height: 50px;
    font-size: 16px;
    padding-left: 30px;
  }
}

.contact__information-right form .form-row textarea {
  padding-top: 0.7291666667vw;
  height: 10.9375vw;
  resize: none;
}

@media screen and (max-width: 1200px) {
  .contact__information-right form .form-row textarea {
    padding-top: 14px;
    height: 150px;
  }
}

.contact__information-right form .button {
  display: block;
  margin: 0 auto;
  width: 4.9479166667vw;
  height: 2.0833333333vw;
  background-color: #003380;
  outline: none;
  border: none;
  color: #ffffff;
  font-size: 0.8333333333vw;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 1.4583333333vw;
  cursor: pointer;
  transition: .3s;
}

@media screen and (max-width: 1200px) {
  .contact__information-right form .button {
    width: 95px;
    height: 40px;
    font-size: 16px;
    margin-top: 28px;
  }
}

.contact__information-right form .button:hover {
  background: #0b98f2;
}

.contact__block {
  position: relative;
  width: 20.0520833333vw;
  height: 20.3125vw;
  border: 1px solid #cad7eb;
  text-align: center;
  color: #29364a;
  font-size: 1.0416666667vw;
  line-height: 1.2;
  font-weight: 400;
  padding-left: 1.0416666667vw;
  padding-right: 1.0416666667vw;
  padding-top: 8.6458333333vw;
  margin-bottom: 1.0416666667vw;
}

@media screen and (max-width: 1200px) {
  .contact__block {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 100px;
    margin-bottom: 20px;
  }
}

.contact__block:before {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #0b98f2;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.contact__block.adress:before {
  content: "\e90a";
  top: 2.1875vw;
  font-size: 3.90625vw;
}

@media screen and (max-width: 1200px) {
  .contact__block.adress:before {
    top: 24px;
    font-size: 50px;
  }
}

.contact__block.tel:before {
  content: "\e904";
  top: 2.6041666667vw;
  font-size: 3.125vw;
}

@media screen and (max-width: 1200px) {
  .contact__block.tel:before {
    top: 30px;
    font-size: 45px;
  }
}

.contact__block.email:before {
  content: "\e911";
  top: 2.4479166667vw;
  font-size: 3.3854166667vw;
}

@media screen and (max-width: 1200px) {
  .contact__block.email:before {
    top: 27px;
    font-size: 45px;
  }
}

.contact__block.time:before {
  content: "\e900";
  top: 2.6041666667vw;
  font-size: 3.1770833333vw;
}

@media screen and (max-width: 1200px) {
  .contact__block.time:before {
    top: 30px;
    font-size: 46px;
  }
}

.contact__block:nth-child(3), .contact__block:nth-child(4) {
  margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
  .contact__block:nth-child(3), .contact__block:nth-child(4) {
    margin-bottom: 20px;
  }
}

.contact__block-title {
  font-weight: 700;
  padding-bottom: 1.09375vw;
}

@media screen and (max-width: 1200px) {
  .contact__block-title {
    padding-bottom: 21px;
  }
}

.contact__block a {
  color: #29364a;
  text-decoration: none;
}

.contact__block a.tel {
  font-weight: 700;
  transition: .3s;
}

.contact__block a.tel:hover {
  color: #0b98f2;
}

.contact__block a.email {
  color: #0b98f2;
  transition: .3s;
}

.contact__block a.email:hover {
  color: #29364a;
}

.contact__map {
  margin-top: 2.8645833333vw;
}

@media screen and (max-width: 1200px) {
  .contact__map {
    margin-top: 55px;
  }
}

.contact__map iframe {
  width: 100% !important;
  height: 21.6145833333vw !important;
}

@media screen and (max-width: 1200px) {
  .contact__map iframe {
    height: 300px !important;
  }
}

.message__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #0b98f2;
  font-size: 0.9375vw;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .message__info {
    width: 100%;
    height: auto;
    top: -120px;
    bottom: 0;
    font-size: 18px;
    padding-top: 150px;
  }
}

.message__info::before {
  content: "\e90c";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 5.2083333333vw;
  font-size: 2.34375vw;
  color: #0b98f2;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 1200px) {
  .message__info::before {
    top: 20px;
    font-size: 40px;
  }
}

.message__info p {
  color: #0b98f2;
  font-size: 1.25vw;
  font-weight: 700;
  text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
  .message__info p {
    font-size: 18px;
  }
}

::-webkit-input-placeholder {
  /* Chrome */
  color: #29364a;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #29364a;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #29364a;
  opacity: 1;
}

:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #29364a;
  opacity: 1;
}

.module__title {
  color: #003380;
  font-size: 1.25vw;
  font-weight: 700;
  padding-bottom: 1.5625vw;
  padding-left: 1.8229166667vw;
  padding-top: 0.5208333333vw;
  clear: both;
}

@media screen and (max-width: 1200px) {
  .module__title {
    font-size: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-top: 0;
  }
}

.module__description {
  color: #29364a;
  font-size: 1.0416666667vw;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1.5625vw;
}

@media screen and (max-width: 1200px) {
  .module__description {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.offer__form form .form-row p a {
  color: #748399;
  text-decoration: none;
}

.offer__form form .form-row p a:hover {
  text-decoration: underline;
}

.textBottom {
  position: relative;
  margin-bottom: 10.4166666667vw;
}

@media only screen and (max-width: 900px) {
  .textBottom {
    margin-bottom: 50px;
  }
}

.textBottom:before {
  content: '';
  width: 1.8229166667vw;
  position: absolute;
  bottom: 0;
  top: 8.3333333333vw;
  left: 8.0729166667vw;
  border-left: 0.2604166667vw solid #0b98f2;
  border-top: 0.2604166667vw solid #0b98f2;
  z-index: 2;
}

@media only screen and (max-width: 900px) {
  .textBottom:before {
    display: none;
  }
}

.textBottom .parallax__img {
  width: 40.8854166667vw;
  height: 26.1458333333vw !important;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 13.0208333333vw;
  z-index: 2;
}

@media only screen and (max-width: 900px) {
  .textBottom .parallax__img {
    display: none;
  }
}

.textBottom__top {
  position: relative;
}

.textBottom__top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(23, 46, 101, 0.45);
  z-index: 1;
}

.textBottom .parallax__bg {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 66.40625vw;
}

@media only screen and (max-width: 900px) {
  .textBottom .parallax__bg {
    height: 500px;
  }
}

.textBottom__title, .textBottom h1.textBottom__title {
  color: #fff;
  font-size: 3.125vw;
  font-weight: 700;
  position: relative;
  z-index: 9;
}

@media only screen and (max-width: 900px) {
  .textBottom__title, .textBottom h1.textBottom__title {
    font-size: 25px;
  }
}

.textBottom__title:nth-child(2), .textBottom h1.textBottom__title:nth-child(2) {
  font-weight: 400;
  font-size: 1.5625vw;
  width: 51.0416666667vw;
}

@media only screen and (max-width: 900px) {
  .textBottom__title:nth-child(2), .textBottom h1.textBottom__title:nth-child(2) {
    font-size: 20px;
    width: unset;
  }
}

.textBottom__title:nth-child(3), .textBottom h1.textBottom__title:nth-child(3) {
  font-weight: 400;
  font-size: 1.0416666667vw;
  width: 51.0416666667vw;
}

@media only screen and (max-width: 900px) {
  .textBottom__title:nth-child(3), .textBottom h1.textBottom__title:nth-child(3) {
    font-size: 16px;
    width: unset;
  }
}

.textBottom__title span, .textBottom h1.textBottom__title span {
  text-transform: uppercase;
}

.textBottom__content {
  position: absolute;
  top: 6.7708333333vw;
  left: 11.9791666667vw;
  width: 66.6666666667vw;
}

@media only screen and (max-width: 900px) {
  .textBottom__content {
    top: 20px;
    left: 20px;
    right: 20px;
    width: unset;
  }
}

.textBottom__box {
  padding: 0 8.3333333333vw;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 900px) {
  .textBottom__box {
    padding: 0 20px;
    flex-direction: column;
    align-items: center;
    margin-top: -170px;
  }
}

@media only screen and (max-width: 480px) {
  .textBottom__box {
    margin-top: -20px;
  }
}

.textBottom__box .box {
  position: relative;
  background-color: #fff;
  margin-top: -26.0416666667vw;
  margin-bottom: 0;
  width: 40.625vw;
  border: 1px solid #c8d5e8;
  padding: 3.6458333333vw 2.6041666667vw 2.6041666667vw 3.6458333333vw;
  z-index: 1;
}

@media only screen and (max-width: 900px) {
  .textBottom__box .box {
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%;
    padding: 20px;
  }
}

.textBottom__box .box:nth-child(2):before {
  content: '';
  position: absolute;
  bottom: -1px;
  top: -1px;
  left: -0.2604166667vw;
  border-left: 0.2604166667vw solid #0b98f2;
}

@media only screen and (max-width: 900px) {
  .textBottom__box .box:nth-child(2):before {
    display: none;
  }
}

.textBottom__box .box:nth-child(2):after {
  content: '';
  width: 16.1458333333vw;
  height: 7.5520833333vw;
  position: absolute;
  bottom: -1.875vw;
  right: -1.875vw;
  border-right: 1.8229166667vw solid #0b98f2;
  border-bottom: 1.8229166667vw solid #0b98f2;
}

@media only screen and (max-width: 900px) {
  .textBottom__box .box:nth-child(2):after {
    display: none;
  }
}

.textBottom__box .box p {
  font-size: 0.9375vw;
  color: #000;
}

@media only screen and (max-width: 900px) {
  .textBottom__box .box p {
    font-size: 12px;
  }
}

.textBottom__box .box p:first-child:before {
  content: '';
  width: 4.4270833333vw;
  height: 1px;
  background-color: #0b98f2;
  position: absolute;
  top: 2.0833333333vw;
  left: 3.6458333333vw;
}

@media only screen and (max-width: 900px) {
  .textBottom__box .box p:first-child:before {
    display: none;
  }
}

.textBottom--subpage {
  background-color: #f0f2f6;
  margin-top: 2.0833333333vw;
  padding: 2.0833333333vw;
  line-height: 1.6;
}

@media only screen and (max-width: 900px) {
  .textBottom--subpage {
    margin-top: 20px;
    padding: 20px;
  }
}

.popup {
  max-width: 80vw;
  margin: 0 auto;
  position: relative;
  text-align: left;
  display: flex;
  justify-content: center;
}

.popup a {
  display: block;
  line-height: 1;
}

.popup img {
  max-width: 80vw;
}

.mfp-content {
  text-align: center;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.galleryList {
  display: grid;
  grid-template-columns: repeat(5, 20%);
  grid-column-gap: 0.78125vw;
  grid-row-gap: 0.78125vw;
}

.galleryList__item {
  display: block;
  position: relative;
  z-index: 5;
}

.galleryList__item:before {
  content: "";
}

.galleryList__item:before {
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  border-radius: 50%;
  background: red;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
  font-size: 1.5625vw;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

.galleryList__item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 5;
  transition: opacity 0.4s ease-in-out;
  opacity: 0;
}

.galleryList__item:hover:before, .galleryList__item:hover:after {
  opacity: 1;
}

.galleryList__item:hover .galleryItem:after {
  height: 0;
}

.galleryList__item:hover .galleryItem__desc {
  transform: translateY(100px);
}

@media screen and (max-width: 1024px) {
  .galleryList {
    grid-template-columns: repeat(4, 25%);
  }
  .galleryList__item:before {
    width: 56px;
    height: 56px;
    font-size: 24px;
  }
}

@media screen and (max-width: 900px) {
  .galleryList {
    grid-template-columns: repeat(3, 33%);
  }
}

@media screen and (max-width: 600px) {
  .galleryList {
    grid-template-columns: repeat(2, 50%);
  }
}

@media screen and (max-width: 480px) {
  .galleryList {
    display: block;
  }
  .galleryList__item {
    margin-bottom: 10px;
  }
  .galleryList__item:last-child {
    margin-bottom: 0;
  }
}

.galleryItem {
  z-index: 3;
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
}

.galleryItem:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 74.0740740741%;
}

.galleryItem > .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.galleryItem:after {
  height: 3.125vw;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, black 100%);
  width: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  transition: background 0.4s ease-in-out;
}

.galleryItem__desc {
  font-size: 0.7291666667vw;
  font-weight: 400;
  color: #fff;
  position: absolute;
  bottom: 1.0416666667vw;
  left: 0;
  padding: 0 1.0416666667vw;
  z-index: 4;
  transition: transform 0.4s ease-in-out;
}

@media screen and (max-width: 1024px) {
  .galleryItem:after {
    height: 50px;
  }
  .galleryItem__desc {
    font-size: 13px;
    bottom: 15px;
    padding: 0 15px;
  }
}

.videoSlider {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 45px 10px 30px;
  border: 5px solid #e7e7e7;
  display: flex;
  justify-content: space-between;
}

.videoSlider__left {
  width: 67%;
  position: relative;
  position: relative;
}

.videoSlider__left:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.videoSlider__left > .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.videoSlider__left iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 20px);
}

.videoSlider__right {
  width: 32%;
  position: relative;
}

.videoSlider .slick-arrow {
  position: absolute;
  height: calc(50% + 20px);
  font-size: 0;
  background: #e7e7e7;
  border: none;
  width: 30px;
  cursor: pointer;
}

.videoSlider .slick-arrow:before {
  content: "";
}

.videoSlider .slick-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 23px;
  color: #000;
}

.videoSlider .slick-arrow:hover {
  background: red;
}

.videoSlider .slick-arrow:hover:before {
  color: #fff;
}

.videoSlider .slick-arrow[aria-disabled="true"] {
  opacity: 0.5;
}

.videoSlider .slick-prev {
  top: -30px;
  right: -45px;
}

.videoSlider .slick-next {
  bottom: -10px;
  right: -45px;
  transform: rotate(180deg);
}

@media screen and (max-width: 1130px) {
  .videoSlider {
    max-width: 800px;
    margin: 0 auto;
    flex-wrap: wrap;
    border: 0.2604166667vw solid #e7e7e7;
    padding: 10px;
  }
  .videoSlider__left {
    width: 100%;
    margin-bottom: 10px;
  }
  .videoSlider__left iframe {
    height: 100%;
  }
  .videoSlider__right {
    width: 100%;
  }
  .videoSlider .slick-arrow:before {
    font-size: 16px;
  }
  .videoSlider .slick-prev {
    bottom: -10px;
    left: -10px;
    width: calc(50% + 10px);
    height: 32px;
    top: auto;
    right: auto;
    z-index: 5;
  }
  .videoSlider .slick-next {
    bottom: -10px;
    width: calc(50% + 10px);
    height: 32px;
    top: auto;
    right: -10px;
    z-index: 5;
  }
}

@media screen and (max-width: 480px) {
  .videoSlider .slick-prev, .videoSlider .slick-next {
    height: 22px;
  }
}

.videoPreview {
  display: flex;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e4ddd7;
  cursor: pointer;
}

.videoPreview__image {
  width: 170px;
  height: 96px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  flex-shrink: 0;
  position: relative;
}

.videoPreview__image:after {
  content: "";
  position: absolute;
  bottom: 6px;
  right: 6px;
  width: 22px;
  height: 16px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAQCAMAAAAlM38UAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAq1BMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9HdxPLAAAAOHRSTlMAL53R7vz92J4wO/b5NbOs5eLwzX5M03gCX+EHJM4XlYoMgPP66/Tsxsd6hQ3L2xELcL/q7c+CEjXbD9kAAAABYktHRACIBR1IAAAACXBIWXMAAAsSAAALEgHS3X78AAAAgklEQVQY023PxxLCMAxF0Qs4hGJC6J3Qe0to/v8vY4OdzERvpTkLPQkKxZLyjEtZ+ZUq1OomF90gMEKahBK3aP8n1cluwbZ16fVTxw4DGI7GEsMkEHk6E3geabfEVi6Wq7Vr3LC1T+8yB+45SO8cOUl85nLN6+0Ojzh56pS81/vz5QcV+EEBCkrPlQAAAABJRU5ErkJggg==");
}

.videoPreview__text {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  margin-left: 20px;
}

.videoPreview__desc {
  color: #4b3b35;
  font-size: 16px;
  font-weight: 700;
  max-height: 86px;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  .videoPreview {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .videoPreview__image {
    width: 120px;
    height: 68px;
  }
  .videoPreview__text {
    margin-left: 10px;
  }
  .videoPreview__desc {
    font-size: 13px;
    max-height: 56px;
  }
}

.distributors {
  overflow: auto;
  z-index: 2;
  position: relative;
}

.distributors__select {
  background: #042486;
  height: 90px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1241px) {
  .distributors__select {
    height: 4.6875vw;
    flex-wrap: nowrap;
  }
}

@media (max-width: 1024px) {
  .distributors__select {
    flex-direction: column;
    height: auto;
    padding: 10px 0;
  }
}

.distributors__select > span {
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 16px;
}

@media (min-width: 1241px) {
  .distributors__select > span {
    font-size: 0.8333333333vw;
  }
}

@media (max-width: 1024px) {
  .distributors__select > span {
    margin: 10px 0;
  }
}

.distributors__selectClear {
  display: flex;
  align-items: center;
  transition: color .35s;
  cursor: pointer;
}

.distributors__selectClear:before {
  content: "";
}

.distributors__selectClear:before {
  font-size: 30px;
  margin: 0 12px;
}

@media (min-width: 1241px) {
  .distributors__selectClear:before {
    font-size: 1.5625vw;
    margin: 0 0.78125vw;
  }
}

@media (max-width: 1024px) {
  .distributors__selectClear:before {
    margin-left: 0;
  }
}

.distributors__selectClear:hover {
  color: #052b5f;
}

.distributors__selectName {
  margin-right: 25px;
}

@media (min-width: 1241px) {
  .distributors__selectName {
    font-size: 1.3020833333vw;
  }
}

.distributors .selectize-control {
  width: 440px;
  margin: 0 10px;
  max-width: calc(100% - 20px);
}

@media (min-width: 1241px) {
  .distributors .selectize-control {
    width: 22.9166666667vw;
    margin: 0 0.5208333333vw;
  }
}

@media (max-width: 1024px) {
  .distributors .selectize-control {
    margin-bottom: 10px;
  }
}

.distributors .selectize-input {
  padding: 0 20px;
}

@media (min-width: 1241px) {
  .distributors .selectize-input {
    padding: 0 1.0416666667vw;
  }
}

.distributors .selectize-input.input-active:before {
  display: none !important;
}

.distributors .selectize-input, .distributors .selectize-input input {
  height: 50px;
  border: 0;
  font-size: 16px;
  line-height: 2;
  display: flex;
  align-items: center;
}

@media (min-width: 1241px) {
  .distributors .selectize-input, .distributors .selectize-input input {
    height: 2.6041666667vw;
    font-size: 0.8333333333vw;
  }
}

.distributors .selectize-dropdown {
  border: 0;
}

.distributors .selectize-dropdown .option {
  padding: 10px 20px;
}

@media (min-width: 1241px) {
  .distributors .selectize-dropdown .option {
    padding: 0.5208333333vw 1.0416666667vw;
  }
}

.distributors .selectize-control.single .selectize-input:before {
  content: "";
}

.distributors .selectize-control.single .selectize-input:before {
  color: #052b5f;
  position: absolute;
  right: 0;
  text-align: center;
  width: 50px;
  height: 100%;
  background: #f2f6f7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.distributors .selectize-control.single .selectize-input:after {
  display: none;
}

.distributors__map {
  height: 550px;
}

@media (min-width: 1241px) {
  .distributors__map {
    height: 28.6458333333vw;
  }
}

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

.distributors__boxesItem {
  background: #fff;
  position: relative;
  width: 415px;
  height: 440px;
  margin: 0 0 20px;
  padding: 70px 42px 42px;
  font-size: 18px;
  box-sizing: border-box;
}

@media (min-width: 601px) {
  .distributors__boxesItem {
    margin: 0 9px 20px;
  }
}

@media (min-width: 1241px) {
  .distributors__boxesItem {
    width: 21.6145833333vw;
    height: 22.9166666667vw;
    margin: 0 0.46875vw 3.6458333333vw;
    padding: 3.6458333333vw 2.1875vw 2.1875vw;
    font-size: 0.9375vw;
  }
}

.distributors__boxesItem:before {
  height: 1px;
  width: 105px;
  content: "";
  position: absolute;
  top: 56px;
  background: #042486;
}

@media (min-width: 1241px) {
  .distributors__boxesItem:before {
    width: 5.46875vw;
    top: 2.9166666667vw;
  }
}

.distributors__boxesName {
  font-weight: 900;
  color: #052b5f;
  height: 40px;
  overflow: hidden;
}

@media (min-width: 1241px) {
  .distributors__boxesName {
    height: 2.34375vw;
  }
}

.distributors__boxesHow {
  position: absolute;
  bottom: 30px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.distributors__boxesHow:before {
  content: "";
}

.distributors__boxesHow:before {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #042486;
  font-size: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

@media (min-width: 1241px) {
  .distributors__boxesHow {
    font-size: 0.7291666667vw;
    bottom: 1.5625vw;
  }
  .distributors__boxesHow:before {
    height: 2.6041666667vw;
    width: 2.6041666667vw;
    font-size: 1.5625vw;
    margin-right: 1.0416666667vw;
  }
}

.distributors__boxesWrapper {
  max-width: 1340px;
  margin: 0 auto;
  background: #fff;
  padding: 0 30px;
}

@media (min-width: 1241px) {
  .distributors__boxesWrapper {
    padding: 0 1.5625vw;
    max-width: 69.7916666667vw;
  }
}

.distributors__boxesWrapper .styledTable td:first-child {
  width: 30%;
}

.distributors p {
  margin: 1.25vw 0;
}

.distributors a {
  color: inherit;
  transition: color .35s;
}

.distributors a[href^="tel"] {
  text-decoration: none;
}

.distributors a:not([href^="tel"]) {
  color: #042486;
}

.distributors a:hover {
  color: #052b5f;
}

.distributors .selectize-dropdown .option {
  font-size: 15px;
  padding-bottom: 14px;
  padding-top: 14px;
}

@media (min-width: 1241px) {
  .distributors .selectize-dropdown .option {
    font-size: 0.78125vw;
    padding-bottom: 0.7291666667vw;
    padding-top: 0.7291666667vw;
  }
}

.distributors .distributors__selectCity .selectize-dropdown .option {
  display: none;
}

.distributors .distributors__selectCity .selectize-dropdown .option.visible {
  display: block;
}

.infoBoxPop {
  width: 250px;
  padding: 12px;
  font-size: 15px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  position: relative;
}

.infoBoxPop:before {
  height: 1px;
  background: #042486;
  width: 50px;
  position: absolute;
  left: 12px;
  top: 9px;
  content: "";
}

.infoBoxPop p {
  margin: 10px 0 !important;
}

.infoBoxPop .name {
  color: #052b5f;
  font-weight: 900;
}

/*# sourceMappingURL=subpage.css.map */
