@charset "UTF-8";
blockquote.blockquote {
    margin-top: 1rem;
}
*::-webkit-scrollbar {
  width: 6px;
}
*::-webkit-scrollbar-track {
}
*::-webkit-scrollbar-thumb {
  background-color: #a9a9a9;
  border-radius: 20px;
}
.btn-ida-n {
  background-color: #2196f3;
  color: #fff;
  font-size: 1.1rem;
  padding: 1rem 2rem!important;
  border-radius: 8px;
  cursor: pointer;
}
.mt-25p{
    margin-top: 25px;
}
.header_add-logo {
  max-width: 120px;
  width: 100%;
  display: flex;
  align-items: center;
  padding-right: 10px;
}
.header_add-logo img {
  width: 100%;
  max-height: 100px;
  object-fit: contain;
}
.header__logo-visa{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}
.header__logo-visa span{
  color: #0e31cc;
}
img.head_partn-img {
  width: 100%;
  max-width: 120px;
}
.show--mob {
  display: none;
}
.ida_database {
  background-image: url(/images/servers.png);
  background-size: cover;
  padding-top: 64px;
  padding-bottom: 50px;
  background-repeat: no-repeat;
}
.btn-ida-n:hover {
  opacity: .8;
}
input.form-control {
  padding: 1rem 2rem;
  border-radius: 8px;
  border: 1px solid;
}

.btn-ida {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  background-color: #EFDF16;
  font-weight: 600;
  font-size: 17px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  width: 100%;
  height: 71px;
  border-radius: 40px;
}
.btn-ida:hover,
.btn-ida:focus {
  outline: none;
  background-color: #efce16;
}
.btn--gr {
  background-color: #07B99A;
  font-size: 19px;
  border-radius: 3px;
  color: #fff;
  text-transform: none;
}
.btn--gr:hover,
.btn--gr:focus {
  background-color: #07a086;
}
@media all and (max-width: 850px) {
  .btn-ida {
    height: 50px;
  }
}
@media all and (max-width: 550px) {
  .mobile-cb{
    display: flex;
    justify-content: center;
  }
  .mobile-cb img {
    width: 100%;
    padding-bottom: 16px;
}
  .btn-ida {
    height: 58px;
  }
  .btn__wrap:after {
    display: none;
  }
}
.img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.img__wrap {
  position: relative;
  overflow: hidden;
}
.input {
  font-size: 15px;
  border: 1px solid #CCCCCC;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
  outline: none;
  overflow: hidden;
  width: 100%;
  height: 37px;
  background-color: #fff;
  color: #000;
  padding: 13px 12px;
  border-radius: 2px;
  letter-spacing: -0.6px;
  -webkit-appearance: none;
}
.input--select {
  position: relative;
  cursor: pointer;
  padding-top: 8px;
  padding-bottom: 8px;
}
.input::-webkit-input-placeholder {
  color: #555555;
}
.input::-moz-placeholder {
  color: #555555;
}
.input:-ms-input-placeholder {
  color: #555555;
}
.input::-ms-input-placeholder {
  color: #555555;
}
.input::placeholder {
  color: #555555;
}
.input:hover,
.input:focus {
  outline: none;
  border-color: #97A5B7;
}
@media all and (max-width: 550px) {
  .input {
    max-width: 100%;
  }
}
.link {
  position: relative;
  color: #000;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  line-height: 1.2;
  cursor: pointer;
}
.link-abs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.link:hover,
.link:focus {
  outline: none;
}
.link--w {
  position: relative;
  color: #fff;
}
.link--w:hover,
.link--w:focus {
  color: #efce16;
}
.link--y {
  color: #EFDF16;
}
.link--y:hover,
.link--y:focus {
  color: #efce16;
}
.link--gr {
  color: #07B99A;
}
.link--gr:hover,
.link--gr:focus {
  color: #07a086;
}
.link--g {
  color: #4D4D4D;
}
.link--g:hover,
.link--g:focus {
  color: #efce16;
}
.link--b {
  color: #000;
}
.link--b:hover,
.link--b:focus {
  color: #07B99A;
}
.link--phone {
  padding-left: 33px;
}
.link--phone:before {
  position: absolute;
  top: 2px;
  left: 0;
  content: '';
  background-image: url(../img/phone.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 12px;
  height: 12px;
}
.link--wpp {
  padding-left: 40px;
}
.link--wpp:before {
  position: absolute;
  top: -3px;
  left: 0;
  content: '';
  background-image: url(../img/wpp.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 22px;
  height: 22px;
}
.link--address:before {
  position: absolute;
  top: 2px;
  left: -35px;
  content: '';
  background-image: url(../img/map.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 15px;
  height: 15px;
}
.link--email:before {
  position: absolute;
  left: 0;
  top: 3px;
  content: '';
  background-image: url(../img/mail.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 15px;
  height: 12px;
}
@media all and (max-width: 1110px) {
  .link--address:before {
    left: -25px;
  }
  .link--phone {
    padding-left: 25px;
  }
  .link--wpp {
    padding-left: 25px;
  }
  .link--wpp:before {
    width: 18px;
    height: 18px;
  }
}
@media all and (max-width: 1110px) {
  .link--address:hover,
  .link--address:focus {
    color: transparent;
  }
  .link--phone:hover,
  .link--phone:focus {
    color: transparent;
  }
  .link--wpp:hover,
  .link--wpp:focus {
    color: transparent;
  }
}
.menu {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 320px;
  min-height: 100vh;
  max-height: 100%;
  overflow-y: auto;
  background-color: #07B99A;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu.is-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.menu__close-btn {
  position: absolute;
  top: 29px;
  right: 29px;
  cursor: pointer;
  width: 32px;
  height: 32px;
}
.menu__close-btn:hover .menu__close-btn-line,
.menu__close-btn:focus .menu__close-btn-line {
  background-color: #07B99A;
}
.menu__close-btn-line {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  width: 32px;
  height: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu__close-btn-line:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.menu__close-btn-line:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.menu__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 48px 30px;
  min-height: 100vh;
}
.menu .footer__nav-list {
  margin-top: 100px;
  width: 100%;
  text-align: center;
}
.menu .footer__nav-item {
  font-size: 21px;
}
.menu .footer__nav-item a {
  display: block;
  line-height: 2;
}
.menu .footer__contacts-list {
  margin-top: 40px;
}
.menu .footer__socials-list {
  margin-top: 30px;
  width: 100%;
}
@media all and (max-width: 700px) {
  .menu__wrap {
    padding: 32px 30px;
  }
  .menu__close-btn {
    top: 26px;
    right: 19px;
  }
  .menu .header__search-form {
    width: 88%;
    top: 18px;
    left: 20px;
  }
}
.page {
  position: relative;
  min-width: 320px;
  font-family: PFBeauSansPro, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.3;
  counter-reset: desc-counter;
}
p,
span,
a {
  font-weight: 400;
}
b {
  font-weight: 700;
}
.blackout {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.blackout.is-active {
  opacity: 1;
  z-index: 9;
}
.blue-text {
  color: #009FE3;
}
.container {
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
}
@media all and (max-width: 1023px) {
  .container {
    padding: 0 20px;
  }
}
.title {
  font-weight: 400;
  line-height: 1.2;
}
.title--w {
  color: #fff;
}
.title--w.title--under::before {
  background-color: #fff;
}
.title--under {
  position: relative;
  padding-bottom: 25px;
  text-align: center;
}
.title--under:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80px;
  height: 2px;
  background-color: #000;
}
.title--l1 {
  font-weight: 600;
  font-size: 31px;
  text-transform: uppercase;
}
.title--l2 {
  font-weight: 600;
  font-size: 21px;
}
.title--l3 {
  font-size: 21px;
}
.title--l4 {
  font-weight: 600;
  font-size: 17px;
}
.title--th {
  font-weight: 400;
}
@media all and (max-width: 1000px) {
  .title--l1 {
    font-size: 28px;
  }
}
@media all and (max-width: 767px) {
  .title--l1 {
    font-size: 25px;
  }
}
@media all and (max-width: 550px) {
  .title--l1 {
    font-size: 22px;
  }
}
@font-face {
  font-family: 'PFBeauSansPro';
  src: local('PFBeauSansPro-Thin'), url('../fonts/PFBeauSansPro-Thin.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PFBeauSansPro';
  src: local('PFBeauSansPro-Light'), url('../fonts/PFBeauSansPro-Light.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PFBeauSansPro';
  src: local('PFBeauSansPro-Regular'), url('../fonts/PFBeauSansPro-Regular.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PFBeauSansPro';
  src: local('PFBeauSansPro-SemiBold'), url('../fonts/PFBeauSansPro-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.bold {
  font-weight: 700;
}
.normal {
  font-weight: 400;
}
.nowrap {
  white-space: nowrap;
}
.hidden {
  display: none!important;
}
.scroll-stop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
/*.stop-body-scroll{
  overflow: hidden;
  position: relative;
  height: 100%;
}*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
   *,
   *::before,
   *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
  }
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
  html {
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
   body {
    margin: 0;
  }
/**
 * Render the `main` element consistently in IE.
 */
  main {
    display: block;
  }
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
  h1 {
    font-size: 2em;
  }
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
   hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
  }
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
  }
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
   a {
    background-color: transparent;
    text-decoration: none;
  }
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
  abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
  }
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
  b,
  strong {
    font-weight: bold;
  }
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  code,
  kbd,
  samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
  }
  address {
    font-style: normal;
  }
/**
 * Add the correct font size in all browsers.
 */
  small {
    font-size: 80%;
  }
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
   img {
    border-style: none;
    max-width: 100%;
  }
/* Forms
   ========================================================================== */
   button {
    background-color: transparent;
    border: none;
  }
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.2;
    /* 1 */
    margin: 0;
    /* 2 */
  }
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
  button,
  input {
    /* 1 */
    overflow: visible;
  }
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
  button,
  select {
    /* 1 */
    text-transform: none;
  }
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    padding: 0;
    -webkit-appearance: button;
  }
/**
 * Remove the inner border and padding in Firefox.
 */
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
/**
 * Restore the focus styles unset by the previous rule.
 */
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
/**
 * Correct the padding in Firefox.
 */
  fieldset {
    padding: 0;
  }
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
  legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
  }
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
  progress {
    vertical-align: baseline;
  }
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
  textarea {
    overflow: auto;
  }
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
  [type="checkbox"],
  [type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
  }
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
  [type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
  }
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
  }
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
   details {
    display: block;
  }
/*
 * Add the correct display in all browsers.
 */
  summary {
    display: list-item;
  }
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
   template {
    display: none;
  }
/**
 * Add the correct display in IE 10.
 */
  [hidden] {
    display: none;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    margin: 0;
  }
  ul,
  ol {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  .fancybox-active {
    height: auto;
  }
  .fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
  }
  .fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
  }
  .fancybox-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .fancybox-bg,
  .fancybox-inner,
  .fancybox-outer,
  .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  }
  .fancybox-is-open .fancybox-bg {
    opacity: 0.9;
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  .fancybox-caption,
  .fancybox-infobar,
  .fancybox-navigation .fancybox-button,
  .fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    visibility: hidden;
    z-index: 99997;
  }
  .fancybox-show-caption .fancybox-caption,
  .fancybox-show-infobar .fancybox-infobar,
  .fancybox-show-nav .fancybox-navigation .fancybox-button,
  .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
  }
  .fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .fancybox-toolbar {
    right: 0;
    top: 0;
  }
  .fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994;
  }
  .fancybox-is-open .fancybox-stage {
    overflow: hidden;
  }
  .fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
  }
  .fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
  }
  .fancybox-is-sliding .fancybox-slide,
  .fancybox-slide--current,
  .fancybox-slide--next,
  .fancybox-slide--previous {
    display: block;
  }
  .fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
  }
  .fancybox-slide--image:before {
    display: none;
  }
  .fancybox-slide--html {
    padding: 6px;
  }
  .fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
  }
  .fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
  }
  .fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
  }
  .fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .fancybox-can-pan .fancybox-content,
  .fancybox-can-swipe .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }
  .fancybox-container [data-selectable=true] {
    cursor: text;
  }
  .fancybox-image,
  .fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
  }
  .fancybox-spaceball {
    z-index: 1;
  }
  .fancybox-slide--iframe .fancybox-content,
  .fancybox-slide--map .fancybox-content,
  .fancybox-slide--pdf .fancybox-content,
  .fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
  }
  .fancybox-slide--video .fancybox-content {
    background: #000;
  }
  .fancybox-slide--map .fancybox-content {
    background: #e5e3df;
  }
  .fancybox-slide--iframe .fancybox-content {
    background: #fff;
  }
  .fancybox-iframe,
  .fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
  }
  .fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
  }
  .fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
  }
  .fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
  }
  .fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
  }
  .fancybox-button,
  .fancybox-button:link,
  .fancybox-button:visited {
    color: #ccc;
  }
  .fancybox-button:hover {
    color: #fff;
  }
  .fancybox-button:focus {
    outline: none;
  }
  .fancybox-button.fancybox-focus {
    outline: 1px dotted;
  }
  .fancybox-button[disabled],
  .fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
  }
  .fancybox-button div {
    height: 100%;
  }
  .fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
  }
  .fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
  }
  .fancybox-button--fsenter svg:nth-child(2),
  .fancybox-button--fsexit svg:first-child,
  .fancybox-button--pause svg:first-child,
  .fancybox-button--play svg:nth-child(2) {
    display: none;
  }
  .fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 99998;
  }
  .fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: 0.8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
  }
  .fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
  }
  .fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
  }
  .fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
  }
  .fancybox-is-scaling .fancybox-close-small,
  .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
  }
  .fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
  }
  .fancybox-navigation .fancybox-button div {
    padding: 7px;
  }
  .fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
  }
  .fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
  }
  .fancybox-caption {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(transparent));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
  }
  @supports (padding:max(0px)) {
    .fancybox-caption {
      padding: 75px 44px 25px 44px;
    }
  }
  .fancybox-caption--separate {
    margin-top: -50px;
  }
  .fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
  }
  .fancybox-caption a,
  .fancybox-caption a:link,
  .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
  }
  .fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
  }
  .fancybox-loading {
    -webkit-animation: a 1s linear infinite;
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
  }
  @-webkit-keyframes a {
    to {
      -webkit-transform: rotate(1turn);
      transform: rotate(1turn);
    }
  }
  @keyframes a {
    to {
      -webkit-transform: rotate(1turn);
      transform: rotate(1turn);
    }
  }
  .fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  }
  .fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .fancybox-fx-fade.fancybox-slide--next,
  .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  }
  .fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
  }
  .fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }
  .fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
  }
  .fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
  .fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
  .fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  }
  .fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  }
  .fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
  }
  .fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  }
  .fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  }
  .fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
  }
  @media (max-height: 576px) {
    .fancybox-slide {
      padding-left: 6px;
      padding-right: 6px;
    }
    .fancybox-slide--image {
      padding: 6px 0;
    }
    .fancybox-close-small {
      right: -6px;
    }
    .fancybox-slide--image .fancybox-close-small {
      background: #4e4e4e;
      color: #f2f4f6;
      height: 36px;
      opacity: 1;
      padding: 6px;
      right: 0;
      top: 0;
      width: 36px;
    }
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
    @supports (padding:max(0px)) {
      .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
      }
    }
  }
  .fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
  }
  .fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px;
  }
  .fancybox-share p {
    margin: 0;
    padding: 0;
  }
  .fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
  }
  .fancybox-share__button:link,
  .fancybox-share__button:visited {
    color: #fff;
  }
  .fancybox-share__button:hover {
    text-decoration: none;
  }
  .fancybox-share__button--fb {
    background: #3b5998;
  }
  .fancybox-share__button--fb:hover {
    background: #344e86;
  }
  .fancybox-share__button--pt {
    background: #bd081d;
  }
  .fancybox-share__button--pt:hover {
    background: #aa0719;
  }
  .fancybox-share__button--tw {
    background: #1da1f2;
  }
  .fancybox-share__button--tw:hover {
    background: #0d95e8;
  }
  .fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
  }
  .fancybox-share__button svg path {
    fill: #fff;
  }
  .fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
  }
  .fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
  }
  .fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 212px;
  }
  .fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
  }
  .fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
  }
  .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
  }
  .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
  .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
  }
  .fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
  }
  .fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
  }
  .fancybox-thumbs__list a:focus:before {
    opacity: 0.5;
  }
  .fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1;
  }
  @media (max-width: 576px) {
    .fancybox-thumbs {
      width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
      right: 110px;
    }
    .fancybox-thumbs__list a {
      max-width: calc(100% - 10px);
    }
  }
  .compensate-for-scrollbar {
    margin-right: 0;
  }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 82px;
  width: 82px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0;
  z-index: -1;
}
.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;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  /* src: url('@{slick-font-path}slick.eot');
            src: url('@{slick-font-path}slick.eot?#iefix') format('embedded-opentype'),
            url('@{slick-font-path}slick.woff') format('woff'),
            url('@{slick-font-path}slick.ttf') format('truetype'),
            url('@{slick-font-path}slick.svg#slick') format('svg'); */
          }
          .slick-prev {
            left: 40px;
            z-index: 1;
          }
          [dir="rtl"] .slick-prev {
            left: auto;
            right: 40px;
          }
          .slick-prev:before {
            position: absolute;
            top: 29px;
            left: 14px;
            content: '';
            border-bottom: 1px solid #fff;
            border-left: 1px solid #fff;
            opacity: 1;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            width: 34px;
            height: 34px;
          }
          [dir="rtl"] .slick-prev:before {
            content: "→";
          }
          .slick-next {
            right: 40px;
          }
          [dir="rtl"] .slick-next {
            left: 40px;
            right: auto;
          }
          .slick-next:before {
            position: absolute;
            top: 29px;
            right: 15px;
            content: '';
            border-bottom: 1px solid #fff;
            border-left: 1px solid #fff;
            opacity: 1;
            -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
            width: 34px;
            height: 34px;
          }
          [dir="rtl"] .slick-next:before {
            content: "←";
          }
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -46px;
  width: 100%;
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}
.slick-dots li + li {
  margin-left: 12px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  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 {
  color: #efce16;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 31px;
  line-height: 20px;
  text-align: center;
  color: #4D4D4D;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.slick-dots li.slick-active button:before {
  color: #D9D9D9;
}
.slick-dots--yellow {
  bottom: 34px;
}
.slick-dots--yellow li button:before {
  color: #EFDF16;
}
.slick-dots--yellow li.slick-active button:before {
  color: #fff;
}
@media all and (max-width: 1300px) {
  .slick-dots {
    padding-left: 80px;
  }
}
@media all and (max-width: 850px) {
  .slick-dots li button:before {
    font-size: 28px;
  }
  .slick-dots li + li {
    margin-left: 0;
  }
}
@media all and (max-width: 767px) {
  .slick-dots {
    width: 100%;
    padding-right: 14px;
    padding-left: 14px;
    right: 0;
    left: initial;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    bottom: -45px;
  }
  .slick-dots--yellow {
    bottom: 15px;
  }
}
@media all and (max-width: 550px) {
  .slick-prev,
  .slick-next {
    display: none;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  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;
}
@media all and (max-width: 550) {
  .slick-dots {
    top: -18px;
    right: 0;
    padding-right: 10px;
  }
  .slick-dots li {
    margin: 0;
    height: 10px;
    width: 10px;
  }
  .slick-dots li button {
    width: 5px;
    height: 5px;
  }
  .slick-dots li button:before {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 5px;
    top: 5px;
  }
  .js_members_slider > .slick-dots {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 0;
    top: -5px;
  }
  .js_sticky_slider .slick-dots li {
    margin: 0px 2px;
  }
  .js_sticky_slider .slick-dots li button {
    width: 8px;
    height: 8px;
  }
  .js_sticky_slider .slick-dots li button:before {
    width: 8px;
    height: 8px;
  }
}
.slick-slide {
  outline: none;
}
.slick-prev {
  left: 0;
}
.slick-prev:before {
  left: 52%;
  top: 50%;
  -webkit-transform: translate(-33%, -50%) rotate(45deg);
  transform: translate(-33%, -50%) rotate(45deg);
}
.slick-next {
  right: 0;
}
.slick-next:before {
  top: 50%;
  left: 48%;
  -webkit-transform: translate(-74%, -50%) rotate(-135deg);
  transform: translate(-74%, -50%) rotate(-135deg);
}
.slick-prev,
.slick-next {
  top: 50%;
  height: 82px;
  width: 82px;
  background-color: #07B99A;
  border-radius: 0;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 0.8;
}
.slick-prev:before,
.slick-next:before {
  opacity: 1;
}
.footer {
  background-color: #535353;
}
.footer__nav-wrap {
  padding-top: 28px;
}
.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -4px;
}
.footer__nav-item + .footer__nav-item {
  margin-left: 30px;
}
.footer__nav-link {
  font-size: 15px;
  color: #fff;
  font-weight: 600;
}
.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
  padding-bottom: 35px;
}
.footer__col-1 {
  max-width: 521px;
  width: 100%;
}
.footer__logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 520px;
}
.footer__desc {
  color: #989898;
  font-size: 15px;
  max-width: 370px;
  line-height: 1.2;
  margin-left: 20px;
  margin-top: 5px;
}
.footer__socials-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 54px;
}
.footer__socials-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #989898;
  font-size: 15px;
}
.footer__white-text {
  color: #fff;
}
.footer__socials-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 242px;
  width: 100%;
  margin-left: 20px;
}
.footer__socials-list--round {
  margin-left: 0;
  max-width: 178px;
  margin-top: 8px;
}
.footer__social-item + .footer__social-item {
  margin-left: 20px;
}
.footer__social-link {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.footer__social-link--inst {
  background-image: url(../img/inst.png);
  width: 32px;
  height: 32px;
}
.footer__social-link--fb {
  background-image: url(../img/fb.png);
  width: 32px;
  height: 32px;
}
.footer__social-link--youtube {
  background-image: url(../img/youtube.png);
  width: 32px;
  height: 32px;
}
.footer__social-link--tg {
  background-image: url(../img/tg.png);
  width: 32px;
  height: 32px;
}
.footer__social-link--viber {
  background-image: url(../img/viber.png);
  width: 30px;
  height: 32px;
}
.footer__social-link--wpp {
  background-image: url(../img/wpp.png);
  width: 32px;
  height: 32px;
}
.footer__col-2 {
  margin-left: 40px;
  max-width: 516px;
  width: 100%;
  margin-top: 5px;
}
.footer__contacts-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__contacts-col-1 {
  max-width: 270px;
  width: 100%;
}
.footer__subtitle {
  position: relative;
  color: #989898;
  font-size: 15px;
  line-height: 1.1;
}
.footer__subtitle:before {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer__subtitle--tel:before {
  content: '';
  top: 0;
  left: -41px;
  width: 19px;
  height: 19px;
  background-image: url(../img/phone.png);
}
.footer__subtitle--graph:before {
  content: '';
  top: 0;
  left: -41px;
  width: 20px;
  height: 20px;
  background-image: url(../img/tima.png);
}
.footer__link {
  display: block;
  font-size: 15px;
  font-weight: 600;
}
.footer__link + .footer__link {
  margin-top: 5px;
}
.footer__contacts-col-2 {
  margin-left: 30px;
}
.footer__time {
  font-size: 15px;
  margin-top: 3px;
  color: #fff;
}
.footer__time span {
  font-size: 21px;
  margin-left: 3px;
}
.footer__payment-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 82px;
}
.footer__payment-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 158px;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 26px;
}
.footer__bottom {
  border-top: 1px solid #636363;
}
.footer__copyright {
  margin-left: auto;
  max-width: 320px;
  width: 100%;
  margin-right: 377px;
  padding-top: 24px;
  padding-bottom: 26px;
  letter-spacing: -0.3px;
}
.footer__copyright span {
  letter-spacing: initial;
}
@media all and (max-width: 1110px) {
  .footer__wrap {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .footer__nav-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__nav-item {
    text-align: center;
  }
  .footer__nav-item + .footer__nav-item {
    margin-left: 20px;
  }
  .footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__contacts-col-1 {
    max-width: 170px;
  }
  .footer__subtitle--tel:before {
    left: -25px;
    width: 15px;
    height: 15px;
  }
  .footer__subtitle--graph:before {
    left: -25px;
    width: 15px;
    height: 15px;
  }
  .footer__socials-list {
    max-width: 200px;
  }
  .footer__socials-list--round {
    max-width: 150px;
  }
  .footer__col-2 {
    max-width: 390px;
  }
}
@media all and (max-width: 1023px) {
  .footer__nav-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 600px;
    margin: 0 auto;
  }
  .footer__nav-item {
    width: 25%;
  }
  .footer__nav-item + .footer__nav-item {
    margin-left: 2%;
  }
  .footer__nav-item:nth-child(4n+5) {
    margin-left: 0;
  }
  .footer__nav-item:nth-child(n+5) {
    margin-top: 2%;
  }
}
@media all and (max-width: 850px) {
  .footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer__col-1 {
    max-width: 100%;
  }
  .footer__logo-wrap {
    max-width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__socials-block {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer__socials-list {
    margin-top: 20px;
    margin-left: 0;
  }
  .footer__socials-list--round {
    max-width: 150px;
  }
  .footer__desc {
    max-width: 100%;
  }
  .footer__col-2 {
    max-width: 100%;
    margin-left: 0;
    margin-top: 40px;
    max-width: 500px;
  }
  .footer__contacts-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer__contacts-col-1 {
    margin-left: 25px;
    max-width: 300px;
  }
  .footer__contacts-col-2 {
    margin-top: 20px;
    margin-left: 25px;
  }
  .footer__links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .footer__link {
    margin-right: 15px;
  }
  .footer__link:last-child {
    margin-right: 0;
  }
  .footer__link + .footer__link {
    margin-top: 0;
  }
  .footer__payment-block {
    margin-top: 20px;
  }
  .footer__copyright {
    margin: 0 auto;
    padding: 20px;
    max-width: 100%;
    text-align: center;
  }
}
@media all and (max-width: 767px) {
  .footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer__socials-list {
    margin-left: 0;
    margin-top: 20px;
  }
  .footer__develop-desc {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media all and (max-width: 550px) {
  .footer__nav-wrap {
    height: auto;
  }
  .footer__nav-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer__nav-item {
    width: 100%;
    text-align: left;
  }
  .footer__nav-item + .footer__nav-item {
    margin-left: 0;
    margin-top: 15px;
  }
  .footer__logo-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer__desc {
    margin-left: 0;
    margin-top: 20px;
  }
  .footer__contacts-col-1 {
    max-width: 170px;
  }
}
.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 7px;
  justify-content: space-between;
}
.header__logo-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.header__logo-img {
  width: 107px;
  height: 108px;
  -o-object-fit: cover;
  object-fit: cover;
}
.header__logo-year {
  color: #4D4D4D;
  font-size: 15px;
  width: 100%;
  margin-top: 7px;
  display: block;
  line-height: 1;
  text-align: center;
}
.header__logo-desc {
  position: relative;
  font-size: 31px;
  font-weight: 500;
  max-width: 323px;
  width: 100%;
  margin-left: 27px;
  margin-top: 24px;
  line-height: 1;
  padding-right: 33px;
}
.header__logo-desc span {
  font-size: 18px;
}
.header__logo-desc span.red {
  color: red;
}
.header__logo-desc:before {
  position: absolute;
  content: '';
  right: 0;
  top: 6px;
  width: 3px;
  height: 56px;
  background-color: #000;
}
.header__desc {
  max-width: 520px;
  color: #4D4D4D;
  font-size: 21px;
  margin-top: 15px;
  line-height: 1.25;
  padding-left: 25px;
}
.header__desc--mob {
  display: none;
}
.header__partner-wrap {
  position: relative;
  margin-top: 17px;
  margin-left: auto;
  padding-left: 20px;
}
.header__partner-desc {
  font-size: 15px;
  max-width: 142px;
  margin-top: 1px;
  text-align: center;
}
.header__menu-btn {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
  height: 25px;
  width: 25px;
  margin-top: 0;
}
.header__menu-btn:hover,
.header__menu-btn:focus {
  outline: none;
}
.header__menu-btn-line {
  width: 25px;
  height: 2px;
  background-color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__menu-btn-line + .header__menu-btn-line {
  margin-top: 7px;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media all and (max-width: 1200px) {
  .header__logo-link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header__logo-desc {
    padding-right: 25px;
    font-size: 24px;
    max-width: 270px;
    margin-top: 36px;
    margin-left: 20px;
  }
  .header__logo-desc span {
    font-size: 15px;
  }
  .header__logo-desc:before {
    top: 0px;
  }
  .header__logo-img {
    width: 80px;
    height: 80px;
  }
  .header__desc {
    /*margin-top: 30px;*/
    font-size: 18px;
    max-width: 400px;
  }
}
@media all and (max-width: 1023px) {
  .header__logo-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .header__logo-desc {
    padding-right: 20px;
    font-size: 21px;
    max-width: 225px;
  }
  .header__logo-desc span {
    font-size: 12px;
  }
  .header__desc {
    padding-left: 15px;
  }
}
@media all and (max-width: 920px) {
  .header__logo-visa{
    display: none;
  }
  .show--mob {
    display: flex;
    height: 40px;
    background: #f4f4f4;
    justify-content: flex-end;
    align-items: center;
    padding-right: 20px;
    color: #0c31cc;
  }
  .header__top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__logo-img {
    width: 60px;
    height: 60px;
  }
  .header_add-logo img {
    max-height: 60px;
    object-position: left;
  }
  .header__logo-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__logo-link {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .header__logo-desc {
    margin-top: 0;
  }
  .header__logo-desc::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header__desc {
    display: none;
  }
  .header__desc--mob {
    display: block;
    font-size: 16px;
    margin-right: 10px;
    margin-top: 0;
    width: 85%;
  }
  .mobile_desc--cont{
      display: none;
  }
  .header__partner-wrap {
    text-align: center;
    margin-top: 0;
    margin-right: 30px;
  }
  .header__partner-img {
    width: 100px;
  }
  .header__partner-desc {
    font-size: 10px;
  }
  .header__menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media all and (max-width: 550px) {
  .header__top {
    padding-top: 7px;
  }
  .header__logo-wrap {
    padding-top: 0;
  }
  .header__logo-year {
    font-size: 10px;
    margin-top: 3px;
  }
  .header__logo-desc {
    font-size: 12px;
    margin-left: 10px;
    padding-right: 10px;
    max-width: 100px;
  }
  .header__logo-desc span {
    font-size: 10px;
  }
  .header__logo-desc:before {
    width: 2px;
    height: 45px;
  }
  .header__desc--mob {
    font-size: 12px;
    margin-left: 16%;
    margin-right: -16%;
  }
  .mobile_desc--cont {
    display: block;
}
  .header__partner-wrap {
    padding-left: 0;
    margin-right: 15px;
    margin-left: 15px;
    margin-left: auto;
  }
  .header__partner-img {
    width: 75px;
  }
  .header__partner-desc {
    display: none;
  }
  .header__menu-btn {
    margin-left: auto;
  }
}
@media all and (max-width: 410px) {
  .header__top {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header__logo-desc {
    max-width: 85px;
    padding-right: 6px;
  }
  .header__desc {
    /*max-width: 125px;*/
    /*word-break: break-all;*/
    padding-right: 5px;
  }
  .header__partner-wrap {
    display: none;
  }
}
.nav {
  position: relative;
  width: 100%;
  background-color: #4D4D4D;
  height: 55px;
  padding: 0 30px;
}
.nav__close-btn {
  display: none;
  position: absolute;
  top: 19px;
  right: 19px;
  cursor: pointer;
  width: 32px;
  height: 32px;
}
.nav__close-btn-line {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  width: 32px;
  height: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav__close-btn-line:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.nav__close-btn-line:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
.nav__item {
  position: relative;
  height: 100%;
}
.nav__item + .nav__item:before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: #EFDF16;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav__item:first-child {
  padding-left: 0;
}
.nav__item:last-child {
  padding-right: 0;
}
.nav__item:hover + .nav__item:before,
.nav__item:focus + .nav__item:before,
.nav__item.is-active + .nav__item:before {
  opacity: 0;
}
.nav__item:hover .nav__link,
.nav__item:focus .nav__link,
.nav__item.is-active .nav__link {
  background-color: #EFDF16;
  color: #000;
}
.nav__item--dropdown {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav__item--dropdown:hover,
.nav__item--dropdown:focus {
  background-color: #EFDF16;
}
.nav__item--dropdown:hover .nav__dropdown-list,
.nav__item--dropdown:focus .nav__dropdown-list {
  opacity: 1;
  z-index: 10;
}
.nav__item--dropdown:hover .nav__link,
.nav__item--dropdown:focus .nav__link {
  color: #000;
}
+ .nav__item--dropdown:hover::before,
+ .nav__item--dropdown:focus::before {
  opacity: 0;
}
.nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0 20px;
}
.nav__dropdown-list {
  position: absolute;
  z-index: -1;
  top: 55px;
  left: 0;
  width: max-content;
  min-width: 150px;
  max-width: 300px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #4D4D4D;
  padding: 0;
  max-height: 60vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.nav__dropdown-list .nav__dropdown-item {
  padding-left: 20px;
  padding-right: 20px;
}

.nav__dropdown-list:hover,
.nav__dropdown-list:focus {
  opacity: 1;
}
.nav__dropdown-item {
  padding: 17px 0 16px;
  line-height: 1.1;
}
.nav__dropdown-item + .nav__dropdown-item {
  border-top: 1px solid #fff;
}
.nav__dropdown-link {
  position: relative;
  font-size: 15px;
}
@media all and (max-width: 1200px) {
  .nav__link {
    padding: 0 10px;
    text-align: center;
  }
}
@media all and (max-width: 920px) {
  .nav {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    position: fixed;
    z-index: 11;
    top: 0;
    right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 0;
    max-width: 400px;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    padding: 22px 30px 70px;
    background-position: center -30px;
    margin-left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: auto;
    border-radius: 0;
  }
  .header__nav {
    align-items: flex-start;
  }
  .fa-globe:before {
    content: "\f0ac";
    display: none;
  }
  .nav__dropdown-list {
    /*width: max-content;*/
  }
  .nav__dropdown-list .nav__dropdown-item{
    font-size: 10px;
  }
  .nav.is-active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .nav__close-btn {
    display: block;
  }
  .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 37px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: initial;
    padding: 0;
  }
  .nav__item {
    padding: 0;
    width: 100%;
  }
  .nav__item:before {
    position: absolute;
    content: '';
    left: 0;
    top: 10px;
    -webkit-transform: none;
    transform: none;
    width: 1px;
    height: 20px;
    background-color: #EFDF16;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .nav__item + .nav__item::before {
    -webkit-transform: none;
    transform: none;
    top: 10px;
  }
  .nav__item:hover + .nav__item:before,
  .nav__item:focus + .nav__item:before,
  .nav__item.is-active + .nav__item:before {
    opacity: 1;
  }
  .nav__dropdown-list {
    top: 43px;
    border: 1px solid #fff;
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
  }
  .nav__dropdown-item {
    height: 50px;
    padding: 0;
  }
  .nav__dropdown-item + .nav__dropdown-item {
    border-color: #000;
  }
  .nav__dropdown-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    color: #000;
  }
  .nav__link {
    line-height: 2.5;
    font-size: 17px;
    text-align: left;
  }
}
.table {
  border-spacing: 0;
  border-collapse: collapse;
  margin-top: 32px;
}
.table + .card-page__subtitle {
  margin-top: 38px;
}
.table__wrap {
  width: 100%;
  overflow-x: auto;
}
.table__header-field {
  text-align: left;
}
.table__row {
  border-bottom: 1px solid #eee;
}
.table__row--header:hover {
  background-color: #fff;
}
.table__row--header:last-child {
  border-bottom: 1px solid #eee;
}
.table__row--bold {
  font-weight: 700;
}
.table__field {
  position: relative;
  text-align: left;
  padding: 6px 8px 19px;
  vertical-align: top;
  letter-spacing: -0.6px;
  line-height: 1.2;
}
.table__field:first-child {
  padding-left: 0;
}
.table__field--header {
  padding: 8px 8px 21px;
  letter-spacing: -0.8px;
  line-height: 1.1;
}
.table__field--130px {
  min-width: 130px;
}
.table__field--150px {
  min-width: 150px;
}
.table__field--160px {
  min-width: 160px;
}
.table__field--170px {
  min-width: 170px;
}
.table__field--180px {
  min-width: 180px;
}
.table__field--185px {
  min-width: 183px;
}
.table__field--195px {
  min-width: 195px;
}
.table__field--200px {
  min-width: 200px;
}
.table__field--220px {
  min-width: 220px;
}
.table__field--247px {
  max-width: 247px;
}
.table__field--350px {
  min-width: 350px;
}
.check-block__top {
  padding: 40px 0 46px;
  background-image: url(../img/check-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.check-block__top + .check-block__wrap {
  margin-top: 57px;
  padding-bottom: 70px;
}
.check-block__title {
  text-align: center;
}
.check-block__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 35px;
}
.check-block__desc {
  font-size: 21px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
}
.check-block__desc .link {
  text-decoration: underline;
  font-weight: 600;
}
.check-block__link {
  margin-bottom: 10px;
  margin-left: 20px;
  width: 100%;
  max-width: 301px;
}
.check-block__img {
  display: block;
  height: 49px;
  max-width: 301px;
  width: 100%;
}
.check-block__subtitle {
  font-weight: 600;
}
.check-block__find-form {
  margin-top: 12px;
}
.check-block__form-title {
  font-size: 13px;
}
.check-block__form-col-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 9px;
}
.check-block__input-wrap {
  width: 23.597%;
}
.check-block__input-wrap + .check-block__input-wrap {
  margin-left: 1.87%;
}
.check-block__input-wrap:nth-child(3) {
  margin-left: 2.4%;
}
.check-block__input-wrap--big {
  width: 32.106%;
}
.check-block__input-wrap--big + .check-block__input-wrap--big {
  margin-left: 1.8%;
}
.check-block__input-wrap--input ::-webkit-calendar-picker-indicator {
  color: transparent;
  opacity: 1;
  background-image: url(../img/calendar.png);
  background-size: 14px 14px;
  margin-right: -8px;
  margin-top: 1px;
  cursor: pointer;
}
.check-block__input-label {
  font-size: 12px;
}
.check-block__input-label--checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2px;
  padding-top: 12px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.check-block__input-label--checkbox:hover,
.check-block__input-label--checkbox:focus {
  color: #97A5B7;
}
.check-block__select-wrap {
  position: relative;
}
.check-block__select-wrap:before {
  border-bottom: 2px solid #222222;
  border-right: 2px solid #222222;
  content: '';
  display: block;
  height: 8px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  z-index: 2;
  right: 15px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  width: 8px;
}
.check-block__select {
  position: relative;
  margin-top: 3px;
}
.check-block__select:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background-color: #fff;
}
.check-block__checkbox {
  margin-right: 5px;
  cursor: pointer;
}
.check-block__form-col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 9px;
}
.check-block__input {
  margin-top: 3px;
}
.check-block__selects-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.check-block__selects-wrap .check-block__select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.check-block__selects-wrap .check-block__select-wrap {
  width: 100%;
}
.check-block__selects-wrap .check-block__select-wrap + .check-block__select-wrap .check-block__select {
  border-left: none;
  border-radius: 2px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-right: 1px solid #ccc;
}
.check-block__form-btn {
  height: 46px;
  max-width: 106px;
  margin-left: auto;
  margin-top: -3px;
}
@media all and (max-width: 1110px) {
  .check-block__top {
    padding: 40px 0 40px;
  }
  .check-block__top + .check-block__wrap {
    margin-top: 30px;
    padding-bottom: 40px;
  }
  .check-block__body {
    margin-top: 30px;
  }
}
@media all and (max-width: 850px) {
  .check-block__top {
    height: 100%;
    background-position-x: 80%;
  }
  .check-block__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
  }
  .check-block__link {
    margin-left: 0;
    margin-top: 20px;
  }
  .check-block__desc {
    font-size: 17px;
    text-align: center;
  }
}
@media all and (max-width: 767px) {
  .check-block__form-col-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .check-block__form-col-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .check-block__input-wrap {
    width: 49%;
  }
  .check-block__input-wrap + .check-block__input-wrap {
    margin-left: 2%;
  }
  .check-block__input-wrap:nth-child(n+3) {
    margin-top: 1.8%;
  }
  .check-block__input-wrap:nth-child(2n+3) {
    margin-left: 0;
  }
  .check-block__input-wrap--big {
    width: 49%;
  }
  .check-block__input-wrap--big + .check-block__input-wrap--big {
    margin-left: 1.8%;
  }
  .check-block__input-wrap--big:nth-child(2n+3) {
    margin-left: 0;
  }
  .check-block__input-wrap--big:nth-child(n+3) {
    margin-top: 1.8%;
  }
}
@media all and (max-width: 550px) {
    p.definitions-block__item-desc img {
    width: 100%!important;
}
  .check-block__top {
    padding: 30px 0 30px;
  }
  .check-block__top + .check-block__wrap {
    padding-bottom: 30px;
  }
  .check-block__body {
    margin-top: 30px;
  }
  .check-block__desc {
    text-align: justify;
    line-height: 1.3;
  }
  .check-block__input-wrap--big {
    width: 100%;
  }
  .check-block__input-wrap--big + .check-block__input-wrap--big {
    margin-left: 0;
    margin-top: 1.8%;
  }
  .check-block__input-label--checkbox {
    padding-top: 12px;
    padding-bottom: 2;
  }
  .check-block__checkbox {
    margin-top: -2px;
  }
  .check-block__form-btn {
    margin-top: 20px;
    max-width: 100%;
  }
}
@media all and (max-width: 370px) {
  .check-block__input-wrap {
    width: 100%;
  }
  .check-block__input-wrap + .check-block__input-wrap {
    margin-left: 0;
    margin-top: 1.8%;
  }
  .check-block__input-wrap:nth-child(3) {
    margin-top: 4.5%;
  }
  .check-block__input-wrap--big:nth-child(3) {
    margin-top: 1.8%;
  }
}
.clients-block {
  background-color: #F4F4F4;
  border-top: 1px solid #EAEAEA;
}
.clients-block--text {
  background-color: #fff;
  border: none;
}
.clients-block--text .clients-block__wrap {
  padding-top: 65px;
  padding-bottom: 107px;
}
.clients-block__wrap {
  padding-top: 55px;
  padding-bottom: 85px;
}
.clients-block__slider {
  margin-top: 49px;
}
.clients-block__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.clients-block__slide {
  cursor: pointer;
}
.clients-block__slide + .clients-block__slide {
  margin-left: 28px;
}
.clients-block__slide-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.clients-block__slide-row + .clients-block__slide-row {
  margin-top: 37px;
}
.clients-block__slide-imgs-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.clients-block__slide-img-wrap {
  width: 49%;
  padding-bottom: 35.1%;
}
.clients-block__slide-img-wrap + .clients-block__slide-img-wrap {
  margin-left: 2.24%;
}
.clients-block__slide-img {
  border-radius: 2px;
}
.clients-block__slide-title {
  margin-top: 14px;
}
@media all and (max-width: 1110px) {
  .clients-block--text .clients-block__wrap {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .clients-block__wrap {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .clients-block__slider {
    margin-top: 30px;
  }
  .clients-block__slide-row + .clients-block__slide-row {
    margin-top: 30px;
  }
  .clients-block__slide-title {
    margin-top: 14px;
  }
}
@media all and (max-width: 850px) {
  .clients-block__slide-title {
    margin-top: 10px;
    font-size: 17px;
  }
  .clients-block__slider .slick-list {
    margin: 0 -15px;
  }
  .clients-block__slide {
    cursor: pointer;
    margin: 0 15px;
  }
  .clients-block__slide + .clients-block__slide {
    margin-left: 15px;
  }
}
@media all and (max-width: 550px) {
  .clients-block--text .clients-block__wrap {
    padding-top: 30px;
  }
  .clients-block__wrap {
    padding-top: 30px;
  }
  .clients-block__slide-row + .clients-block__slide-row {
    margin-top: 20px;
  }
  .clients-block__slide-img--video {
    -o-object-fit: initial;
    object-fit: initial;
  }
}
.cost-block {
  background-color: #97A5B7;
}
.cost-block__wrap {
  padding-top: 60px;
  padding-bottom: 57px;
}
.cost-block__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 36px;
  padding: 0 66px 0 158px;
}
.cost-block__heading-title {
  color: #fff;
  font-weight: 600;
  font-size: 17px;
}
.cost-block__heading-title:first-child {
  margin-right: auto;
}
.cost-block__heading-title + .cost-block__heading-title {
  margin-left: 65px;
}
.cost-block__services-list {
  margin-top: 16px;
}
.cost-block__service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 169px;
  padding: 34px 60px 34px 36px;
  background-color: #fff;
}
.cost-block__service-item + .cost-block__service-item {
  margin-top: 20px;
}
.cost-block__service-col-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cost-block__service-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 101px;
  width: 100%;
  height: 100%;
  max-height: 103px;
}
.cost-block__service-img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
}
.cost-block__service-text {
  margin-left: 23px;
}
.cost-block__service-title {
  font-weight: 600;
  font-size: 21px;
}
.cost-block__service-characters {
  margin-top: 15px;
}
.cost-block__service-character {
  position: relative;
  font-weight: 600;
  font-size: 17px;
  padding-left: 10px;
}
.cost-block__service-character:before {
  position: absolute;
  content: '';
  left: 0;
  top: 11px;
  width: 5px;
  height: 2px;
  background-color: #000;
}
.cost-block__service-col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 315px;
  width: 100%;
  margin-left: 30px;
  margin-top: 5px;
}
.cost-block__service-count {
  font-weight: 600;
  font-size: 21px;
}
.cost-block__service-count span {
  font-size: 17px;
  font-weight: 600;
}
.cost-block__service-cost {
  font-weight: 600;
  font-size: 21px;
}
.cost-block__service-cost span {
  font-size: 17px;
  font-weight: 600;
}
@media all and (max-width: 1110px) {
  .cost-block__heading {
    padding: 0 15px 0 150px;
  }
  .cost-block__heading-title {
    font-size: 15px;
  }
  .cost-block__service-item {
    padding: 25px;
  }
  .cost-block__service-title {
    font-size: 17px;
  }
  .cost-block__service-character {
    font-size: 15px;
  }
  .cost-block__service-character:before {
    top: 10px;
    width: 4px;
  }
  .cost-block__service-col-2 {
    max-width: 270px;
  }
  .cost-block__service-count {
    font-size: 17px;
  }
  .cost-block__service-count span {
    font-size: 15px;
  }
  .cost-block__service-cost {
    font-size: 17px;
  }
  .cost-block__service-cost span {
    font-size: 15px;
  }
}
@media all and (max-width: 1023px) {
  .cost-block__wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .cost-block__heading {
    margin-top: 30px;
    padding: 0 15px 0 130px;
  }
  .cost-block__heading-title + .cost-block__heading-title {
    margin-left: 40px;
  }
  .cost-block__service-item {
    padding: 20px;
  }
  .cost-block__service-col-2 {
    max-width: 200px;
  }
  .cost-block__service-text {
    margin-left: 15px;
    margin-top: 0;
  }
  .cost-block__service-characters {
    margin-top: 5px;
  }
}
@media all and (max-width: 767px) {
  .cost-block__heading {
    padding: 0 20px;
  }
  .cost-block__heading-title {
    font-size: 13px;
    max-width: 100px;
    text-align: center;
  }
  .cost-block__heading-title + .cost-block__heading-title {
    margin-left: 20px;
  }
  .cost-block__service-col-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cost-block__service-text {
    margin-left: 0;
  }
  .cost-block__service-img-wrap {
    margin-top: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .cost-block__service-title {
    font-size: 14px;
  }
  .cost-block__service-character {
    font-size: 13px;
  }
  .cost-block__service-character:before {
    top: 8px;
    width: 4px;
    height: 1px;
  }
  .cost-block__service-col-2 {
    max-width: 180px;
    margin-left: 10px;
  }
  .cost-block__service-count {
    font-size: 14px;
  }
  .cost-block__service-count span {
    font-size: 13px;
  }
  .cost-block__service-cost {
    font-size: 14px;
  }
  .cost-block__service-cost span {
    font-size: 13px;
  }
}
@media all and (max-width: 550px) {
  .cost-block__wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cost-block__heading-title {
    text-align: center;
  }
  .cost-block__service-col-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cost-block__service-img-wrap {
    margin-top: 0;
    max-width: 140px;
    margin-bottom: 20px;
  }
  .cost-block__service-title {
    margin-bottom: 15px;
  }
  .cost-block__service-character {
    font-weight: 400;
    line-height: 1.5;
  }
  .cost-block__service-character:before {
    top: 10px;
  }
  .cost-block__service-col-2 {
    position: absolute;
    right: 40px;
    max-width: 127px;
  }
}
.definitions-block__wrap {
  margin-top: 67px;
}
.definitions-block__list {
  margin-top: 39px;
  padding-bottom: 28px;
}
.definitions-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #F4F4F4;
  padding: 26px 25px 26px 24px;
}
.definitions-block__item + .definitions-block__item {
  margin-top: 19px;
}
.definitions-block__item-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 162px;
}
.definitions-block__item-img {
  -o-object-position: top;
  object-position: top;
}
.definitions-block__item-desc {
  font-size: 21px;
  margin-left: 28px;
  line-height: 1.2;
  letter-spacing: -0.2px;
}
.definitions-block__bottom {
  padding-top: 52px;
  border-top: 1px solid #F4F4F4;
  padding-bottom: 46px;
}
.definitions-block__subtitle {
  text-align: center;
}
.definitions-block__description-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 58px;
}
.definitions-block__description-col-1 {
  width: 48.246%;
}
.definitions-block__description-col-2 {
  width: 48.86%;
  margin-left: 2.89%;
}
.definitions-block__description-item {
  position: relative;
  font-size: 21px;
  font-weight: 500;
  padding-left: 38px;
  letter-spacing: -0.2px;
  line-height: 1.2;
}
.definitions-block__description-item + .definitions-block__description-item {
  margin-top: 0.6px;
}
.definitions-block__description-item:before {
  position: absolute;
  left: 0;
  counter-increment: desc-counter;
  content: counter(desc-counter) ". ";
  font-size: 21px;
  font-weight: 600;
}
.definitions-block__description-item--b:before {
  font-weight: 700;
}
.definitions-block__item-desc {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-bottom: 25px;
}
.definitions-block__item-desc:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25px;
  /*background-color: #F4F4F4;*/
}
.definitions-block__item-desc span {
  display: block;
  position: relative;
  /*padding-left: 25px;*/
}
.definitions-block__item-desc span:before {
  /*position: absolute;*/
  content: '';
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
  top: 10px;
  left: 0;
}
.definitions-block__item-btn {
  display: none;
  z-index: 2;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
  width: 20px;
  height: 20px;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.definitions-block__item-btn.is-active {
  -webkit-transform: translateX(-50%) rotate(-90deg);
  transform: translateX(-50%) rotate(-90deg);
}
.definitions-block__item-btn.visible {
  display: block;
}
@media all and (max-width: 1110px) {
  .definitions-block__wrap {
    margin-top: 40px;
  }
  .definitions-block__list {
    margin-top: 30px;
  }
  .definitions-block__bottom {
    padding-top: 28px;
    padding-bottom: 40px;
  }
  .definitions-block__description-block {
    margin-top: 30px;
  }
}
@media all and (max-width: 1023px) {
  .definitions-block__description-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .definitions-block__description-col-1 {
    width: 100%;
    margin: 0 auto;
    max-width: 600px;
    padding-bottom: 8%;
  }
  .definitions-block__description-img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .definitions-block__description-col-2 {
    width: 100%;
    max-width: 768px;
    margin-left: 0;
    margin: 30px auto 0;
  }
}
@media all and (max-width: 850px) {
  .definitions-block__item {
    padding: 20px;
  }
  .definitions-block__item-img-wrap {
    min-width: initial;
    max-width: 130px;
    width: 20%;
  }
  .definitions-block__item-desc {
    font-size: 17px;
    margin-left: 20px;
    width: 79%;
  }
}
@media all and (max-width: 550px) {
  .definitions-block__wrap {
    margin-top: 30px;
  }
  .definitions-block__bottom {
    padding-bottom: 30px;
  }
  .definitions-block__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .definitions-block__item-img-wrap {
    min-width: initial;
    max-width: 60%;
    width: 100%;
    margin: 0 auto;
  }
  .definitions-block__item-desc {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
    text-align: justify;
    line-height: 1.5;
    flex-direction: column;
  }
  .definitions-block__item-desc br + br {
    display: none;
  }
  .definitions-block__description-col-1 {
    padding-bottom: 4%;
  }
  .definitions-block__description-item {
    font-size: 17px;
    padding-left: 32px;
    text-align: justify;
    line-height: 1.4;
  }
  .definitions-block__description-item:before {
    font-size: 17px;
  }
  .definitions-block__item-desc span + br {
    display: none;
  }
}
.getting-block {
  background-color: #F4F4F4;
}
.getting-block__wrap {
  padding-top: 50px;
  padding-bottom: 58px;
}
.getting-block__list {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
}
.getting-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 31.93%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding: 20px 0;
}
.getting-block__item + .getting-block__item {
  margin-left: 2.1%;
}
.getting-block__desc {
  font-weight: 500;
  font-size: 21px;
  color: #fff;
  text-align: center;
  line-height: 1.1;
}
.getting-block__img-wrap {
  padding-bottom: 77%;
  width: calc(100% - 20px);
  margin-top: 20px;
}
.getting-block__big-text {
  color: #fff;
  font-weight: 400;
  text-transform: none;
  text-align: center;
  margin-top: 10px;
}
.getting-block__link--m {
  font-size: 21px;
  text-decoration: underline;
  margin-top: 10px;
}
.getting-block__subtitle {
  text-align: center;
  margin-top: 55px;
}
.getting-block__limits-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
.getting-block__limit-item {
  width: 48.773%;
  background-color: #A9A9A9;
  padding: 33px 38px 41px;
  border-radius: 4px;
  height: auto;
}
.getting-block__limit-item + .getting-block__limit-item {
  margin-left: 2.454%;
}
.getting-block__limit-item .getting-block__desc {
  line-height: 1.2;
  color: #000;
  font-weight: 500;
  text-align: left;
}
.getting-block__date {
  margin-top: 20px;
  margin-top: 6px;
  font-size: 21px;
  font-weight: 600;
  color: #fff;
}
.getting-block__date span {
  font-size: 41px;
  font-weight: 600;
  margin-right: 5px;
}
@media all and (max-width: 1110px) {
  .getting-block__wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .getting-block__list {
    margin-top: 30px;
  }
  .getting-block__subtitle {
    margin-top: 30px;
  }
}
@media all and (max-width: 1023px) {
  .getting-block__big-text {
    font-size: 24px;
  }
  .getting-block__desc {
    font-size: 18px;
  }
  .getting-block__item {
    padding: 20px 10px;
    min-height: 180px;
  }
  .getting-block__limit-item {
    padding: 20px;
  }
  .getting-block__date span {
    font-size: 31px;
  }
}
@media all and (max-width: 767px) {
  .getting-block__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 600px;
    margin: 30px auto 0;
  }
  .getting-block__item {
    width: 100%;
  }
  .getting-block__item + .getting-block__item {
    margin-left: 0;
    margin-top: 20px;
  }
  .getting-block__limits-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 600px;
    margin: 30px auto 0;
  }
  .getting-block__limit-item {
    width: 100%;
  }
  .getting-block__limit-item + .getting-block__limit-item {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media all and (max-width: 550px) {
  .getting-block__wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .getting-block__desc {
    font-size: 17px;
  }
  .getting-block__date {
    font-size: 17px;
  }
  .getting-block__date span {
    font-size: 21px;
  }
}
.map-block {
  border-bottom: 1px solid #E1E1E1;
}
.map-block__wrap {
  padding-top: 50px;
  padding-bottom: 59px;
}
.map-block__desc {
  text-align: center;
  margin-top: 48px;
  font-weight: 600;
}
.map-block__selector-wrap {
  position: relative;
  margin-top: 36px;
  background-image: url(../img/map.png);
  background-repeat: no-repeat;
  background-size: calc(100% + 74px) 100%;
  background-position: 53% 3px;
}
.map-block__selector-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 515px;
  width: 100%;
  margin: 0 auto;
}
.map-block__selector-item.is-active .map-block__selector-title {
  color: #000;
  border-color: #000;
}
.map-block__selector-item + .map-block__selector-item {
  margin-left: 20px;
}
.map-block__selector-title {
  color: #989898;
  padding-bottom: 14px;
  border-bottom: 2px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  margin-top: 36px;
}
.map-block__country-item a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 2px;
  width: 100%;
  max-width: 100px;
}
.map-block__selector-title:hover,
.map-block__selector-title:focus {
  color: #000;
}
.map-block__countries-block {
  display: none;
  margin-bottom: 24px;
}
.map-block__countries-block.is-active {
  display: block;
}
.map-block__countries-list {
  display: grid;
  grid-template-columns: 9% 9% 9% 9% 9% 9% 9% 9% 9% 12%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-gap: 0 0.8%;
}
.map-block__country-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.map-block__country-item:nth-child(n+11) {
  margin-top: 3.3%;
}
.map-block__country-desc {
  font-size: 13px;
  margin-top: 4px;
  white-space: nowrap;
}
.map-block__btn {
  max-width: 363px;
  margin: 30px auto 0;
}
@media all and (max-width: 1110px) {
  .map-block__wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .map-block__desc {
    margin-top: 30px;
  }
  .map-block__selector-wrap {
    background-size: calc(100% + 74px) 80%;
    margin-top: 30px;
    background-position: 53% 30px;
  }
  .map-block__countries-block {
    margin-top: 30px;
  }
  .map-block__countries-list {
    grid-gap: 0 1.1%;
    grid-template-columns: 8% 8% 10% 8% 8% 8% 8% 8% 8% 10%;
  }
  .map-block__country-item:nth-child(n+11) {
    margin-top: 3.6%;
  }
  .map-block__country-desc {
    white-space: normal;
    word-break: break-word;
    text-align: left;
  }
}
@media all and (max-width: 1023px) {
  .map-block__selector-wrap {
    height: 100%;
    background-size: calc(100% + 74px) 70%;
    background-position: center;
  }
  .map-block__countries-list {
    grid-gap: 0 1.2%;
    grid-template-columns: 10% 9% 9% 10% 10% 9% 9% 9% 9%;
  }
  .map-block__country-item:nth-child(n+10) {
    margin-top: 4px;
  }
  .map-block__btn {
    position: static;
    margin: 30px auto 0;
    -webkit-transform: none;
    transform: none;
  }
}
@media all and (max-width: 850px) {
  .map-block__selector-wrap {
    background-size: calc(100% + 74px) 50%;
    background-position-y: 30%;
  }
  .map-block__selector-list {
    max-width: 440px;
  }
  .map-block__selector-title {
    font-size: 17px;
    padding-bottom: 7px;
  }
  .map-block__countries-list {
    grid-gap: 0 1%;
    grid-template-columns: 13.5% 13.5% 13.5% 13.5% 13.5% 13.5% 13.5%;
  }
  .map-block__country-item:nth-child(n+8) {
    margin-top: 4px;
  }
}
@media all and (max-width: 767px) {
  .map-block__selector-wrap {
    background-size: calc(100% + 74px) 30%;
  }
  .map-block__countries-list {
    grid-gap: 0 1%;
    grid-template-columns: 15% 15% 15% 15% 15% 15%;
  }
  .map-block__country-item:nth-child(n+7) {
    margin-top: 4px;
  }
}
@media all and (max-width: 600px) {
  .map-block__selector-wrap {
    height: 100%;
    background-size: contain;
    background-position-y: 100px;
    background-position-x: center;
  }
  .map-block__countries-list {
    grid-gap: 0 1%;
    grid-template-columns: 24% 24% 24% 24%;
  }
  .map-block__country-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .map-block__country-item:nth-child(n+5) {
    margin-top: 5px;
  }
}
@media all and (max-width: 550px) {
  .map-block__wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .map-block__selector-list {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .map-block__selector-item + .map-block__selector-item {
    margin-left: 0;
    margin-top: 15px;
  }
  .map-block__countries-list {
    grid-gap: 0 1%;
    grid-template-columns: 32% 32% 32%;
  }
  .map-block__country-item:nth-child(n+4) {
    margin-top: 5px;
  }
}
.partners-block__wrap {
  padding-top: 45px;
  padding-bottom: 90px;
}
.partners-block__title {
  text-align: center;
}
.partners-block__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 47px;
}
.partners-block__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 22%;
}
.partners-block__slide + .partners-block__slide {
  margin-left: 4%;
}
.partners-block__slide:nth-child(4n+5) {
  margin-left: 0;
}
.partners-block__slide:nth-child(n+5) {
  margin-top: 4%;
}
.partners-block__slide-img {
  position: relative;
  margin: 0 auto;
}
@media all and (max-width: 1110px) {
  .partners-block__wrap {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .partners-block__slider {
    margin-top: 30px;
  }
}
@media all and (max-width: 780px) {
  .partners-block__slider {
    display: block;
  }
  .partners-block__slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .partners-block__slider.slick-initialized .partners-block__slide + .partners-block__slide {
    display: block;
  }
  .partners-block__slide {
    cursor: pointer;
    width: 100%;
  }
  .partners-block__slide + .partners-block__slide {
    display: none;
    margin-left: 0;
  }
  .partners-block__slide:nth-child(n+5) {
    margin-top: 0;
  }
  .partners-block__slide-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -o-object-position: center;
    object-position: center;
  }
  .partners-block__wrap {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .partners-block__slider {
    margin-top: 30px;
  }
}
@media all and (max-width: 550px) {
  .partners-block__wrap {
    padding-top: 30px;
  }
}
.title-block {
  background-color: #F4F4F4;
  border-bottom: 1px solid #E1E1E1;
}
.title-block__slider.slick-initialized .title-block__slide-wrap + .title-block__slide-wrap {
  display: block;
}
.title-block__slide-wrap + .title-block__slide-wrap {
  display: none;
}
.title-block__slide {
  cursor: pointer;
  padding-bottom: 28.067%;
  height: 500px;
}
.title-block__slide-img--mob.img {
  display: none;
}
.title-block__slide-content {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  top: 60px;
}
.title-block__slide-title {
  font-size: 45px;
  color: #fff;
  font-weight: 400;
  line-height: 1.2;
  max-width: 735px;
  text-shadow: 1px 1px 0px #4d4d4d;
}
.title-block__slide-desc {
  font-size: 21px;
  color: #4D4D4D;
  font-weight: 500;
  margin-top: 13px;
}
.title-block__slide-subtitle {
  color: #fff;
  text-transform: none;
  margin-top: 22px;
  text-shadow: 1px 1px 0px #4d4d4d;
}
.title-block__buttons-wrap {
  padding-top: 21px;
  padding-bottom: 18px;
}
.title-block__buttons-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.title-block__button-item {
  width: 48.86%;
}
.title-block__button-item + .title-block__button-item {
  margin-left: 2%;
}
@media all and (max-width: 1650px) {
  .title-block__slide {
    height: 450px;
  }
  .title-block__slide-title {
    font-size: 38px;
  }
}
@media all and (max-width: 1110px) {
  .title-block__slide {
    height: 350px;
  }
  .title-block__slide-content {
    top: 30px;
  }
  .title-block__slide-title {
    font-size: 35px;
  }
}
@media all and (max-width: 850px) {
  .title-block__slide {
    height: 330px;
  }
  .title-block__slide-title {
    font-size: 31px;
  }
}
@media all and (max-width: 550px) {
  .title-block__slide {
    min-height: initial;
    height: initial;
    padding-bottom: initial;
  }
  .title-block__slide:before {
    position: absolute;
    z-index: 1;
    content: '';
    bottom: 0;
    left: 70%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 250px;
    height: 215px;
    background-image: url(../img/globe.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .title-block__slide-img.img {
    /*display: none;*/
    object-fit: cover;
    height: 430px;
    object-position: left top;
  }
  .title-block__slide-img--mob.img {
    display: initial;
  }
  .title-block__slide-content {
    position: relative;
    z-index: 2;
    padding: 50px 20px 200px;
    top: 0;
    height: 430px;
  }
  .title-block__slide-title {
    font-size: 24px;
  }
  .title-block__slide-desc {
    font-size: 17px;
    margin-top: 10px;
    line-height: 1.2;
  }
  .title-block__slide-subtitle {
    margin-top: 10px;
  }
  .title-block__buttons-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .title-block__button-item {
    width: 100%;
  }
  .title-block__button-item + .title-block__button-item {
    margin-left: 0;
    margin-top: 20px;
  }
}
.text-page__buttons-block {
  background-color: #F4F4F4;
}
.text-page__breadcrumbs-block {
  background-color: #F4F4F4;
  border-bottom: 1px solid #E1E1E1;
}
.text-page__breadcrumbs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 27px;
  padding-bottom: 18px;
  padding-left: 35px;
}
.text-page__breadcrumbs-item {
  font-size: 13px;
  color: #4D4D4D;
}
.text-page__breadcrumbs-item + .text-page__breadcrumbs-item {
  position: relative;
  margin-left: 29px;
}
.text-page__breadcrumbs-item + .text-page__breadcrumbs-item:before {
  position: absolute;
  content: '>';
  left: -18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.text-title {
  margin-top: 64px;
}
.text-title__wrap {
  padding-bottom: 20px;
}
.text-title__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}
.text-title__body + .text-title__subtitle {
  margin-top: -5px;
}
.text-title__col-1 {
  width: 73.685%;
}
.text-title__subtitle {
  font-weight: 600;
}
.text-title__desc {
  font-size: 21px;
  margin-top: 25px;
  letter-spacing: -0.3px;
  line-height: 1.2;
  width: 100%;
}
.text-title__col-2 {
  width: 24.123%;
  padding-bottom: 24.475%;
  margin-left: 2.19%;
  margin-top: 5px;
}
@media all and (max-width: 1110px) {
  .text-title {
    margin-top: 40px;
  }
  .text-title__wrap {
    padding-bottom: 40px;
  }
  .text-title__body {
    margin-top: 30px;
  }
  .text-title__body + .text-title__subtitle {
    margin-top: 30px;
  }
}
@media all and (max-width: 1023px) {
  .text-title__subtitle {
    font-size: 18px;
  }
  .text-title__desc {
    font-size: 18px;
    margin-top: 10px;
  }
}
@media all and (max-width: 767px) {
  .text-title__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-title__col-1 {
    width: 100%;
  }
  .text-title__col-2 {
    width: 60%;
    margin: 20px auto 0;
    padding-bottom: 61%;
  }
}
@media all and (max-width: 550px) {
    .countries_logo{
        display:none;
    }
  .text-title {
    margin-top: 30px;
  }
  .text-title__wrap {
    padding-bottom: 30px;
  }
  .text-title__col-2 {
    width: 90%;
    padding-bottom: 92%;
  }
}
.dg-widget-link ~ iframe {
  width: 100%;
  max-width: 500px;
}
.videos-block {
  background-color: #F4F4F4;
}
.videos-block__wrap {
  padding-top: 65px;
  padding-bottom: 42px;
}
.videos-block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 49px;
}
.videos-block__item {
  width: 31.843%;
}
.videos-block__item + .videos-block__item {
  margin-left: 2.235%;
}
.videos-block__item:nth-child(3n+4) {
  margin-left: 0;
}
.videos-block__item:nth-child(n+4) {
  margin-top: 2.235%;
}
.videos-block__img-wrap {
  position: relative;
  cursor: pointer;
  padding-bottom: 56.75%;
}
.videos-block__img-wrap:before {
  position: absolute;
  z-index: 3;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../img/video.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 62px;
  height: 62px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.videos-block__img-wrap.play::before {
  display: none;
}
.videos-block__img-wrap.play .videos-block__video-img {
  display: none;
}
.videos-block__img-wrap:hover::before,
.videos-block__img-wrap:focus::before {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.videos-block__video-img {
  z-index: 2;
}
.videos-block__video {
  border: none;
}
.videos-block__desc {
  font-size: 21px;
  font-weight: 600;
  margin-top: 15px;
  letter-spacing: -0.4px;
  max-width: 242px;
  line-height: 1.2;
}
@media all and (max-width: 1110px) {
  .videos-block__wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .videos-block__list {
    margin-top: 30px;
  }
}
@media all and (max-width: 850px) {
  .videos-block__desc {
    font-size: 17px;
    margin-top: 10px;
  }
  .videos-block__img-wrap {
    padding-bottom: 71.75%;
  }
}
@media all and (max-width: 767px) {
  .videos-block__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 400px;
    margin: 30px auto 0;
  }
  .videos-block__item {
    width: 100%;
  }
  .videos-block__item + .videos-block__item {
    margin-left: 0;
    margin-top: 20px;
  }
  .videos-block__img-wrap {
    padding-bottom: 56.75%;
  }
}
@media all and (max-width: 550px) {
  .videos-block__wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
